@mongodb-js/compass-aggregations 9.3.0 → 9.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. package/.eslintrc.js +3 -3
  2. package/.prettierignore +3 -0
  3. package/.prettierrc.json +1 -0
  4. package/README.md +27 -21
  5. package/dist/browser.js +1 -1
  6. package/dist/browser.js.LICENSE.txt +2 -14
  7. package/dist/index.css +7 -595
  8. package/dist/index.js +1 -22
  9. package/dist/index.js.LICENSE.txt +2 -14
  10. package/dist/src/components/add-stage/add-stage.d.ts +7 -16
  11. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
  12. package/dist/src/components/aggregations/aggregations.d.ts +12 -1
  13. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
  14. package/dist/src/components/create-view-modal/create-view-modal.d.ts +21 -31
  15. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
  16. package/dist/src/components/create-view-plugin.d.ts.map +1 -1
  17. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +19 -28
  18. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
  19. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts +16 -0
  20. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -0
  21. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts +14 -0
  22. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -0
  23. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +23 -0
  24. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -0
  25. package/dist/src/components/focus-mode/focus-mode.d.ts +13 -0
  26. package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
  27. package/dist/src/components/loading-overlay/index.d.ts +1 -1
  28. package/dist/src/components/loading-overlay/loading-overlay.d.ts +6 -12
  29. package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
  30. package/dist/src/components/pipeline/pipeline.d.ts +4 -13
  31. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  32. package/dist/src/components/pipeline-builder-input-documents.d.ts +17 -0
  33. package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -0
  34. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +4 -1
  35. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  36. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +5 -1
  37. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  38. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +9 -1
  39. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  40. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +17 -0
  41. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -0
  42. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +12 -19
  43. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
  44. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +4 -1
  45. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -1
  46. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts +13 -0
  47. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +1 -0
  48. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -1
  49. package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -1
  50. package/dist/src/components/pipeline-explain/index.d.ts +4 -1
  51. package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
  52. package/dist/src/components/pipeline-output-options-menu.d.ts +8 -0
  53. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -0
  54. package/dist/src/components/pipeline-results-workspace/index.d.ts +6 -1
  55. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  56. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -1
  57. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +5 -1
  58. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
  59. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +4 -1
  60. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
  61. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +9 -1
  62. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  63. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +1 -0
  64. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
  65. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -1
  66. package/dist/src/components/pipeline-toolbar/index.d.ts +12 -2
  67. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  68. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +9 -6
  69. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
  70. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +10 -1
  71. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  72. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +4 -1
  73. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
  74. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +4 -11
  75. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
  76. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +7 -3
  77. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  78. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +4 -1
  79. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  80. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +5 -7
  81. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  82. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +4 -1
  83. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
  84. package/dist/src/components/resize-handle.d.ts +4 -0
  85. package/dist/src/components/resize-handle.d.ts.map +1 -0
  86. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +4 -4
  87. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  88. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +12 -0
  89. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +1 -0
  90. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +10 -3
  91. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  92. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
  93. package/dist/src/components/settings/settings.d.ts.map +1 -1
  94. package/dist/src/components/stage-editor/stage-editor.d.ts +26 -46
  95. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
  96. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts +5 -0
  97. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts.map +1 -0
  98. package/dist/src/components/stage-preview/index.d.ts +18 -2
  99. package/dist/src/components/stage-preview/index.d.ts.map +1 -1
  100. package/dist/src/components/stage-preview/output-stage-preview.d.ts +19 -0
  101. package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -0
  102. package/dist/src/components/stage-preview/stage-preview-header.d.ts +17 -0
  103. package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -0
  104. package/dist/src/components/stage-toolbar/index.d.ts +18 -0
  105. package/dist/src/components/stage-toolbar/index.d.ts.map +1 -0
  106. package/dist/src/components/stage-toolbar/option-menu.d.ts +17 -0
  107. package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -0
  108. package/dist/src/components/stage-toolbar/stage-collapser.d.ts +12 -0
  109. package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -0
  110. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +36 -0
  111. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -0
  112. package/dist/src/components/stage-toolbar/toggle-stage.d.ts +12 -0
  113. package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -0
  114. package/dist/src/components/stage.d.ts +18 -0
  115. package/dist/src/components/stage.d.ts.map +1 -0
  116. package/dist/src/index.d.ts.map +1 -1
  117. package/dist/src/modules/aggregation.d.ts.map +1 -1
  118. package/dist/src/modules/auto-preview.d.ts +2 -2
  119. package/dist/src/modules/auto-preview.d.ts.map +1 -1
  120. package/dist/src/modules/collation-string.d.ts.map +1 -1
  121. package/dist/src/modules/count-documents.d.ts.map +1 -1
  122. package/dist/src/modules/create-view/index.d.ts.map +1 -1
  123. package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -1
  124. package/dist/src/modules/create-view/is-running.d.ts.map +1 -1
  125. package/dist/src/modules/data-service.d.ts +2 -2
  126. package/dist/src/modules/data-service.d.ts.map +1 -1
  127. package/dist/src/modules/explain.d.ts.map +1 -1
  128. package/dist/src/modules/export-to-language.d.ts.map +1 -1
  129. package/dist/src/modules/focus-mode.d.ts +30 -0
  130. package/dist/src/modules/focus-mode.d.ts.map +1 -0
  131. package/dist/src/modules/id.d.ts.map +1 -1
  132. package/dist/src/modules/index.d.ts +26 -7
  133. package/dist/src/modules/index.d.ts.map +1 -1
  134. package/dist/src/modules/input-documents.d.ts +38 -14
  135. package/dist/src/modules/input-documents.d.ts.map +1 -1
  136. package/dist/src/modules/is-new-pipeline-confirm.d.ts +15 -4
  137. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
  138. package/dist/src/modules/large-limit.d.ts.map +1 -1
  139. package/dist/src/modules/max-time-ms.d.ts.map +1 -1
  140. package/dist/src/modules/out-results-fn.d.ts +1 -0
  141. package/dist/src/modules/out-results-fn.d.ts.map +1 -1
  142. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +4 -1
  143. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  144. package/dist/src/modules/pipeline-builder/index.d.ts +8 -1
  145. package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -1
  146. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +22 -12
  147. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  148. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  149. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts +3 -2
  150. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
  151. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +12 -2
  152. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -1
  153. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +7 -6
  154. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  155. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +2 -0
  156. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  157. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +7 -1
  158. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  159. package/dist/src/modules/pipeline-builder/stage.d.ts +2 -2
  160. package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
  161. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +13 -0
  162. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -0
  163. package/dist/src/modules/pipeline-builder/{text-editor.d.ts → text-editor-pipeline.d.ts} +16 -10
  164. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -0
  165. package/dist/src/modules/saved-pipeline.d.ts +1 -1
  166. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  167. package/dist/src/modules/saving-pipeline.d.ts.map +1 -1
  168. package/dist/src/modules/settings.d.ts.map +1 -1
  169. package/dist/src/modules/update-view.d.ts.map +1 -1
  170. package/dist/src/modules/workspace.d.ts.map +1 -1
  171. package/dist/src/stores/duplicate-view.d.ts.map +1 -1
  172. package/dist/src/stores/store.d.ts.map +1 -1
  173. package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
  174. package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
  175. package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
  176. package/dist/src/utils/stage.d.ts +11 -2
  177. package/dist/src/utils/stage.d.ts.map +1 -1
  178. package/package.json +43 -42
  179. package/dist/src/components/input/index.d.ts +0 -3
  180. package/dist/src/components/input/index.d.ts.map +0 -1
  181. package/dist/src/components/input/input.d.ts +0 -25
  182. package/dist/src/components/input/input.d.ts.map +0 -1
  183. package/dist/src/components/input-builder/index.d.ts +0 -3
  184. package/dist/src/components/input-builder/index.d.ts.map +0 -1
  185. package/dist/src/components/input-builder/input-builder.d.ts +0 -9
  186. package/dist/src/components/input-builder/input-builder.d.ts.map +0 -1
  187. package/dist/src/components/input-builder-toolbar/index.d.ts +0 -3
  188. package/dist/src/components/input-builder-toolbar/index.d.ts.map +0 -1
  189. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +0 -16
  190. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +0 -1
  191. package/dist/src/components/input-collapser/index.d.ts +0 -3
  192. package/dist/src/components/input-collapser/index.d.ts.map +0 -1
  193. package/dist/src/components/input-collapser/input-collapser.d.ts +0 -14
  194. package/dist/src/components/input-collapser/input-collapser.d.ts.map +0 -1
  195. package/dist/src/components/input-documents-count/index.d.ts +0 -3
  196. package/dist/src/components/input-documents-count/index.d.ts.map +0 -1
  197. package/dist/src/components/input-documents-count/input-documents-count.d.ts +0 -13
  198. package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +0 -1
  199. package/dist/src/components/input-preview/index.d.ts +0 -3
  200. package/dist/src/components/input-preview/index.d.ts.map +0 -1
  201. package/dist/src/components/input-preview/input-preview.d.ts +0 -15
  202. package/dist/src/components/input-preview/input-preview.d.ts.map +0 -1
  203. package/dist/src/components/input-preview-toolbar/index.d.ts +0 -3
  204. package/dist/src/components/input-preview-toolbar/index.d.ts.map +0 -1
  205. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +0 -7
  206. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +0 -1
  207. package/dist/src/components/input-refresh/index.d.ts +0 -3
  208. package/dist/src/components/input-refresh/index.d.ts.map +0 -1
  209. package/dist/src/components/input-refresh/input-refresh.d.ts +0 -13
  210. package/dist/src/components/input-refresh/input-refresh.d.ts.map +0 -1
  211. package/dist/src/components/input-toolbar/index.d.ts +0 -3
  212. package/dist/src/components/input-toolbar/index.d.ts.map +0 -1
  213. package/dist/src/components/input-toolbar/input-toolbar.d.ts +0 -16
  214. package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +0 -1
  215. package/dist/src/components/input-workspace/index.d.ts +0 -3
  216. package/dist/src/components/input-workspace/index.d.ts.map +0 -1
  217. package/dist/src/components/input-workspace/input-workspace.d.ts +0 -16
  218. package/dist/src/components/input-workspace/input-workspace.d.ts.map +0 -1
  219. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
  220. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
  221. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
  222. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
  223. package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
  224. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
  225. package/dist/src/components/resize-handle/resize-handle.d.ts +0 -7
  226. package/dist/src/components/resize-handle/resize-handle.d.ts.map +0 -1
  227. package/dist/src/components/stage/index.d.ts +0 -3
  228. package/dist/src/components/stage/index.d.ts.map +0 -1
  229. package/dist/src/components/stage/stage.d.ts +0 -29
  230. package/dist/src/components/stage/stage.d.ts.map +0 -1
  231. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -18
  232. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
  233. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +0 -18
  234. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +0 -1
  235. package/dist/src/components/stage-editor-toolbar/index.d.ts +0 -3
  236. package/dist/src/components/stage-editor-toolbar/index.d.ts.map +0 -1
  237. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts +0 -14
  238. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts.map +0 -1
  239. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +0 -20
  240. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +0 -1
  241. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +0 -21
  242. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +0 -1
  243. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +0 -9
  244. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +0 -1
  245. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +0 -24
  246. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +0 -1
  247. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +0 -20
  248. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +0 -1
  249. package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
  250. package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
  251. package/dist/src/components/stage-preview-toolbar/index.d.ts +0 -3
  252. package/dist/src/components/stage-preview-toolbar/index.d.ts.map +0 -1
  253. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +0 -25
  254. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +0 -1
  255. package/dist/src/modules/import-pipeline.d.ts +0 -20
  256. package/dist/src/modules/import-pipeline.d.ts.map +0 -1
  257. package/dist/src/modules/link.d.ts +0 -2
  258. package/dist/src/modules/link.d.ts.map +0 -1
  259. package/dist/src/modules/pipeline-builder/text-editor.d.ts.map +0 -1
  260. package/dist/src/utils/cancellable-promise.d.ts +0 -10
  261. package/dist/src/utils/cancellable-promise.d.ts.map +0 -1
@@ -4,18 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*!
8
- Copyright (c) 2017 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/react-select
11
- */
12
-
13
- /*!
14
- Copyright (c) 2018 Jed Watson.
15
- Licensed under the MIT License (MIT), see
16
- http://jedwatson.github.io/classnames
17
- */
18
-
19
7
  /**
20
8
  * @license
21
9
  * Lodash <https://lodash.com/>
@@ -55,7 +43,7 @@ object-assign
55
43
  * LICENSE file in the root directory of this source tree.
56
44
  */
57
45
 
58
- /** @license React v0.19.1
46
+ /** @license React v0.20.2
59
47
  * scheduler.production.min.js
60
48
  *
61
49
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -73,7 +61,7 @@ object-assign
73
61
  * LICENSE file in the root directory of this source tree.
74
62
  */
75
63
 
76
- /** @license React v16.14.0
64
+ /** @license React v17.0.2
77
65
  * react-dom.production.min.js
78
66
  *
79
67
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,17 +1,8 @@
1
- export class AddStage extends React.PureComponent<any, any, any> {
2
- static displayName: string;
3
- static propTypes: {
4
- onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
5
- };
6
- constructor(props: any);
7
- constructor(props: any, context: any);
8
- onClick: () => void;
9
- render(): Component;
10
- }
11
- declare const _default: import("react-redux").ConnectedComponent<typeof AddStage, Omit<PropTypes.InferProps<{
12
- onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
13
- }>, "onAddStageClick"> & import("react-redux").ConnectProps>;
14
- export default _default;
15
- import React from "react";
16
- import PropTypes from "prop-types";
1
+ /// <reference types="react" />
2
+ declare type AddStageProps = {
3
+ variant: 'button' | 'icon';
4
+ onAddStage: () => void;
5
+ };
6
+ export declare const AddStage: ({ onAddStage, variant }: AddStageProps) => JSX.Element;
7
+ export default AddStage;
17
8
  //# sourceMappingURL=add-stage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.jsx"],"names":[],"mappings":"AAWA;IACE,2BAAyC;IAEzC;;MAEE;IA4BizkB,wBAA8C;IAAA,sCAAyJ;IA1B1/kB,oBAEE;IAOF,oBAaC;CACF"}
1
+ {"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.tsx"],"names":[],"mappings":";AA4BA,aAAK,aAAa,GAAG;IACnB,OAAO,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,QAAQ,4BAA6B,aAAa,gBAkC9D,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1,5 +1,16 @@
1
1
  export default MappedAggregations;
2
- declare const MappedAggregations: import("react-redux").ConnectedComponent<typeof Aggregations, Omit<any, "applySettings" | "setSettingsLimit" | "setSettingsSampleSize" | "toggleSettingsIsCommentMode" | "toggleSettingsIsExpanded" | "toString" | "valueOf" | "closeImport" | "confirmNew" | "savingPipelineNameChanged" | "clonePipeline" | "savingPipelineApply" | "saveCurrentPipeline" | "savingPipelineCancel" | "newPipeline" | "setIsNewPipelineConfirm" | "collationStringChanged" | "maxTimeMSChanged" | "constructor" | "toLocaleString" | "hasOwnProperty" | "isPrototypeOf" | "propertyIsEnumerable" | "should" | "savingPipelineOpen" | "dismissViewError" | "toggleAutoPreview" | "exportToLanguage" | "savedPipelineAdd" | "getSavedPipelines" | "newPipelineFromText" | "openLink" | "updateView"> & import("react-redux").ConnectProps>;
2
+ declare const MappedAggregations: import("react-redux").ConnectedComponent<typeof Aggregations, {
3
+ [x: string]: any;
4
+ [x: number]: any;
5
+ [x: symbol]: any;
6
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
7
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
8
+ } | {
9
+ [x: string]: any;
10
+ [x: number]: any;
11
+ [x: symbol]: any;
12
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
13
+ }>;
3
14
  export class Aggregations extends React.Component<any, any, any> {
4
15
  static displayName: string;
5
16
  constructor(props: any);
@@ -1 +1 @@
1
- {"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AA2FA,4zBA6BgB;AA5EhB;IACE,2BAA6C;IA+EupgB,wBAA8C;IAAA,sCAAyJ;IAxE34gB,UAFa,eAAe,CAQ3B;CACF"}
1
+ {"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AAqEA;;;;;;;;;;;GAaiB;AAzDjB;IACE,2BAA6C;IA4DwriB,wBAA8C;IAAA,sCAAyJ;IArD56iB,UAFa,eAAe,CAQ3B;CACF"}
@@ -1,34 +1,24 @@
1
1
  export default MappedCreateViewModal;
2
- declare const MappedCreateViewModal: import("react-redux").ConnectedComponent<typeof CreateViewModal, Omit<Pick<PropTypes.InferProps<{
3
- createView: PropTypes.Validator<(...args: any[]) => any>;
4
- isVisible: PropTypes.Validator<boolean>;
5
- toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
6
- name: PropTypes.Requireable<string>;
7
- changeViewName: PropTypes.Validator<(...args: any[]) => any>;
8
- isDuplicating: PropTypes.Validator<boolean>;
9
- source: PropTypes.Validator<string>;
10
- pipeline: PropTypes.Validator<any[]>;
11
- isRunning: PropTypes.Validator<boolean>;
12
- error: PropTypes.Requireable<object>;
13
- }>, "error" | "createView" | "changeViewName" | "toggleIsVisible"> & Partial<Pick<PropTypes.InferProps<{
14
- createView: PropTypes.Validator<(...args: any[]) => any>;
15
- isVisible: PropTypes.Validator<boolean>;
16
- toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
17
- name: PropTypes.Requireable<string>;
18
- changeViewName: PropTypes.Validator<(...args: any[]) => any>;
19
- isDuplicating: PropTypes.Validator<boolean>;
20
- source: PropTypes.Validator<string>;
21
- pipeline: PropTypes.Validator<any[]>;
22
- isRunning: PropTypes.Validator<boolean>;
23
- error: PropTypes.Requireable<object>;
24
- }>, "source" | "name" | "pipeline" | "isRunning" | "isDuplicating" | "isVisible">> & Partial<Pick<{
25
- name: string;
26
- source: string;
27
- pipeline: never[];
28
- isRunning: boolean;
29
- isVisible: boolean;
30
- isDuplicating: boolean;
31
- }, never>>, "createView" | "changeViewName" | "toggleIsVisible"> & import("react-redux").ConnectProps>;
2
+ declare const MappedCreateViewModal: import("react-redux").ConnectedComponent<typeof CreateViewModal, {
3
+ source?: string | undefined;
4
+ name?: string | null | undefined;
5
+ error?: object | null | undefined;
6
+ pipeline?: any[] | undefined;
7
+ isVisible?: boolean | undefined;
8
+ isRunning?: boolean | undefined;
9
+ isDuplicating?: boolean | undefined;
10
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
11
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
12
+ } | {
13
+ source?: string | undefined;
14
+ name?: string | null | undefined;
15
+ error?: object | null | undefined;
16
+ pipeline?: any[] | undefined;
17
+ isVisible?: boolean | undefined;
18
+ isRunning?: boolean | undefined;
19
+ isDuplicating?: boolean | undefined;
20
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
21
+ }>;
32
22
  export class CreateViewModal extends React.PureComponent<any, any, any> {
33
23
  static displayName: string;
34
24
  static propTypes: {
@@ -58,6 +48,6 @@ export class CreateViewModal extends React.PureComponent<any, any, any> {
58
48
  onCancel: () => void;
59
49
  render(): Component;
60
50
  }
61
- import PropTypes from "prop-types";
62
51
  import React from "react";
52
+ import PropTypes from "prop-types";
63
53
  //# sourceMappingURL=create-view-modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AAmHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOmB;AA/GnB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAyFwzgB,wBAA8C;IAAA,sCAAyJ;IAvFjghB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
1
+ {"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AA4HA;;;;;;;;;;;;;;;;;;;GAIoB;AAxGpB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAkFwxgB,wBAA8C;IAAA,sCAAyJ;IAhFj+gB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBA6BC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/create-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAwC;IACxC;;MAEC;IAiBmxlB,wBAA8C;IAAA,sCAAyJ;IAV39lB,UAFa,eAAe,CAQ3B;CACF"}
1
+ {"version":3,"file":"create-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/create-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAwC;IACxC;;MAEE;IAiBgxlB,wBAA8C;IAAA,sCAAyJ;IAVz9lB,UAFa,eAAe,CAQ3B;CACF"}
@@ -1,31 +1,22 @@
1
1
  export default MappedDuplicateViewModal;
2
- declare const MappedDuplicateViewModal: import("react-redux").ConnectedComponent<typeof DuplicateViewModal, Omit<Pick<PropTypes.InferProps<{
3
- createView: PropTypes.Validator<(...args: any[]) => any>;
4
- isVisible: PropTypes.Validator<boolean>;
5
- toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
6
- name: PropTypes.Requireable<string>;
7
- changeViewName: PropTypes.Validator<(...args: any[]) => any>;
8
- source: PropTypes.Validator<string>;
9
- pipeline: PropTypes.Validator<any[]>;
10
- isRunning: PropTypes.Validator<boolean>;
11
- error: PropTypes.Requireable<object>;
12
- }>, "error" | "createView" | "changeViewName" | "toggleIsVisible"> & Partial<Pick<PropTypes.InferProps<{
13
- createView: PropTypes.Validator<(...args: any[]) => any>;
14
- isVisible: PropTypes.Validator<boolean>;
15
- toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
16
- name: PropTypes.Requireable<string>;
17
- changeViewName: PropTypes.Validator<(...args: any[]) => any>;
18
- source: PropTypes.Validator<string>;
19
- pipeline: PropTypes.Validator<any[]>;
20
- isRunning: PropTypes.Validator<boolean>;
21
- error: PropTypes.Requireable<object>;
22
- }>, "source" | "name" | "pipeline" | "isRunning" | "isVisible">> & Partial<Pick<{
23
- name: string;
24
- source: string;
25
- pipeline: never[];
26
- isRunning: boolean;
27
- isVisible: boolean;
28
- }, never>>, "createView" | "changeViewName" | "toggleIsVisible"> & import("react-redux").ConnectProps>;
2
+ declare const MappedDuplicateViewModal: import("react-redux").ConnectedComponent<typeof DuplicateViewModal, {
3
+ source?: string | undefined;
4
+ name?: string | null | undefined;
5
+ error?: object | null | undefined;
6
+ pipeline?: any[] | undefined;
7
+ isVisible?: boolean | undefined;
8
+ isRunning?: boolean | undefined;
9
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
10
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
11
+ } | {
12
+ source?: string | undefined;
13
+ name?: string | null | undefined;
14
+ error?: object | null | undefined;
15
+ pipeline?: any[] | undefined;
16
+ isVisible?: boolean | undefined;
17
+ isRunning?: boolean | undefined;
18
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
19
+ }>;
29
20
  export class DuplicateViewModal extends React.PureComponent<any, any, any> {
30
21
  static displayName: string;
31
22
  static propTypes: {
@@ -52,6 +43,6 @@ export class DuplicateViewModal extends React.PureComponent<any, any, any> {
52
43
  onCancel: () => void;
53
44
  render(): Component;
54
45
  }
55
- import PropTypes from "prop-types";
56
46
  import React from "react";
47
+ import PropTypes from "prop-types";
57
48
  //# sourceMappingURL=duplicate-view-modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AA4GA;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOsB;AAtGtB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IAkFy+gB,wBAA8C;IAAA,sCAAyJ;IAhFlrhB,iCAEE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
1
+ {"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AAqHA;;;;;;;;;;;;;;;;;GAIuB;AA/FvB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IA2Ei/gB,wBAA8C;IAAA,sCAAyJ;IAzE1rhB,iCAEE;IAEF,qBAEE;IAOF,oBA6BC;CACF"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ declare type FocusModeModalHeaderProps = {
3
+ stageIndex: number;
4
+ isEnabled: boolean;
5
+ stages: (string | null)[];
6
+ onStageSelect: (index: number) => void;
7
+ onStageDisabledToggleClick: (index: number, newVal: boolean) => void;
8
+ onAddStageClick: (index: number) => void;
9
+ };
10
+ export declare const FocusModeModalHeader: React.FunctionComponent<FocusModeModalHeaderProps>;
11
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<FocusModeModalHeaderProps>, {
12
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
13
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
14
+ }>;
15
+ export default _default;
16
+ //# sourceMappingURL=focus-mode-modal-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-mode-modal-header.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-modal-header.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,aAAK,yBAAyB,GAAG;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IAC1B,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,0BAA0B,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACrE,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,CAAC;AA4BF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CACxD,yBAAyB,CAqJ1B,CAAC;;;;;AAEF,wBAsBwB"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ export declare const FocusModeStageEditor: ({ index, operator, }: {
3
+ index: number;
4
+ operator: string | null;
5
+ }) => JSX.Element | null;
6
+ declare const _default: import("react-redux").ConnectedComponent<({ index, operator, }: {
7
+ index: number;
8
+ operator: string | null;
9
+ }) => JSX.Element | null, {
10
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
11
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
12
+ }>;
13
+ export default _default;
14
+ //# sourceMappingURL=focus-mode-stage-editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-mode-stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-stage-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,eAAO,MAAM,oBAAoB;WAIxB,MAAM;cACH,MAAM,GAAG,IAAI;wBAsBxB,CAAC;;;;;;;;AAeF,wBAAuD"}
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ import type { Document } from 'mongodb';
3
+ declare type FocusModePreviewProps = {
4
+ title: string;
5
+ isLoading?: boolean;
6
+ documents?: Document[] | null;
7
+ stageIndex?: number;
8
+ stageOperator?: string | null;
9
+ isMissingAtlasOnlyStageSupport?: boolean;
10
+ };
11
+ export declare const FocusModePreview: ({ title, isLoading, documents, stageIndex, stageOperator, isMissingAtlasOnlyStageSupport, }: FocusModePreviewProps) => JSX.Element;
12
+ export declare const InputPreview: (props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element;
13
+ export declare const OutputPreview: (props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element;
14
+ export declare const FocusModeStageInput: import("react-redux").ConnectedComponent<(props: Omit<FocusModePreviewProps, 'title'>) => 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 declare const FocusModeStageOutput: import("react-redux").ConnectedComponent<(props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element, {
19
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
20
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
21
+ }>;
22
+ export {};
23
+ //# sourceMappingURL=focus-mode-stage-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-mode-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAwDxC,aAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,gGAO1B,qBAAqB,gBA+EvB,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,KAAK,qBAAqB,EAAE,OAAO,CAAC,gBAEvE,CAAC;AAEF,eAAO,MAAM,aAAa,UAAW,KAAK,qBAAqB,EAAE,OAAO,CAAC,gBAExE,CAAC;AAEF,eAAO,MAAM,mBAAmB,mDARI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EA6DzD,CAAC;AAEhB,eAAO,MAAM,oBAAoB,mDA3DI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EAoFzD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ declare type FocusModeProps = {
3
+ isModalOpen: boolean;
4
+ isAutoPreviewEnabled: boolean;
5
+ onCloseModal: () => void;
6
+ };
7
+ export declare const FocusMode: React.FunctionComponent<FocusModeProps>;
8
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<FocusModeProps>, {
9
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
10
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
11
+ }>;
12
+ export default _default;
13
+ //# sourceMappingURL=focus-mode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-mode.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4E1B,aAAK,cAAc,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAwC7D,CAAC;;;;;AAUF,wBAAyD"}
@@ -1,3 +1,3 @@
1
1
  export default LoadingOverlay;
2
- import LoadingOverlay from "./loading-overlay";
2
+ import { LoadingOverlay } from "./loading-overlay";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,13 +1,7 @@
1
- export default LoadingOverlay;
2
- declare class LoadingOverlay extends React.PureComponent<any, any, any> {
3
- static displayName: string;
4
- static propTypes: {
5
- text: PropTypes.Validator<string>;
6
- };
7
- constructor(props: any);
8
- constructor(props: any, context: any);
9
- render(): React.Component;
10
- }
11
- import React from "react";
12
- import PropTypes from "prop-types";
1
+ /// <reference types="react" />
2
+ declare type LoadingOverlayProps = {
3
+ text: string;
4
+ };
5
+ declare function LoadingOverlay({ text }: LoadingOverlayProps): JSX.Element;
6
+ export { LoadingOverlay };
13
7
  //# sourceMappingURL=loading-overlay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"loading-overlay.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/loading-overlay.jsx"],"names":[],"mappings":";AAQA;IACE,2BAAsC;IAEtC;;MAEC;IAsBoklB,wBAA8C;IAAA,sCAAyJ;IAf5wlB,UAFa,MAAM,SAAS,CAa3B;CACF"}
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"}
@@ -4,22 +4,11 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
4
4
  static propTypes: {
5
5
  isAtlasDeployed: PropTypes.Validator<boolean>;
6
6
  saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
7
- newPipeline: PropTypes.Validator<(...args: any[]) => any>;
8
- newPipelineFromText: PropTypes.Validator<(...args: any[]) => any>;
9
- closeImport: PropTypes.Validator<(...args: any[]) => any>;
10
7
  clonePipeline: PropTypes.Validator<(...args: any[]) => any>;
11
- confirmNew: PropTypes.Validator<(...args: any[]) => any>;
12
- exportToLanguage: PropTypes.Validator<(...args: any[]) => any>;
13
8
  isCommenting: PropTypes.Validator<boolean>;
14
- isAutoPreviewing: PropTypes.Validator<boolean>;
15
- isImportConfirmationNeeded: PropTypes.Validator<boolean>;
16
9
  name: PropTypes.Requireable<string>;
17
10
  dismissViewError: PropTypes.Validator<(...args: any[]) => any>;
18
- updateView: PropTypes.Validator<(...args: any[]) => any>;
19
11
  updateViewError: PropTypes.Requireable<string>;
20
- collationString: PropTypes.Requireable<object>;
21
- collationStringChanged: PropTypes.Validator<(...args: any[]) => any>;
22
- openLink: PropTypes.Validator<(...args: any[]) => any>;
23
12
  settings: PropTypes.Validator<object>;
24
13
  toggleSettingsIsExpanded: PropTypes.Validator<(...args: any[]) => any>;
25
14
  toggleSettingsIsCommentMode: PropTypes.Validator<(...args: any[]) => any>;
@@ -34,8 +23,6 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
34
23
  savingPipelineCancel: PropTypes.Validator<(...args: any[]) => any>;
35
24
  savingPipelineOpen: PropTypes.Validator<(...args: any[]) => any>;
36
25
  savingPipeline: PropTypes.Validator<object>;
37
- isNewPipelineConfirm: PropTypes.Validator<boolean>;
38
- setIsNewPipelineConfirm: PropTypes.Validator<(...args: any[]) => any>;
39
26
  workspace: PropTypes.Validator<string>;
40
27
  showExportButton: PropTypes.Validator<boolean>;
41
28
  showRunButton: PropTypes.Validator<boolean>;
@@ -48,6 +35,10 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
48
35
  };
49
36
  constructor(props: any);
50
37
  constructor(props: any, context: any);
38
+ state: {
39
+ pipelineOutputOption: string;
40
+ };
41
+ onChangePipelineOutputOption: (pipelineOutputOption: any) => void;
51
42
  renderModifyingViewSourceError(): JSX.Element | undefined;
52
43
  renderPipelineToolbar(): JSX.Element;
53
44
  render(): Component;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAwBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuCE;IAEF;;;;MAIE;IAmG+6a,wBAA8C;IAAA,sCAAyJ;IAjGxnb,0DAcC;IAED,qCAQC;IAOD,oBA8DC;CACF"}
1
+ {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAuBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;MA0BE;IAEF;;;;MAIE;IA8Fwyc,wBAA8C;IAAA,sCAAyJ;IA5Fj/c;;MAEE;IAEF,kEAEE;IAEF,0DAcC;IAED,qCAUC;IAOD,oBA+CC;CACF"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import type { Document as DocumentType } from 'mongodb';
3
+ declare type InputProps = {
4
+ documents: DocumentType[];
5
+ isExpanded: boolean;
6
+ isLoading: boolean;
7
+ count: number;
8
+ toggleInputDocumentsCollapsed: (arg0: boolean) => void;
9
+ refreshInputDocuments: () => void;
10
+ };
11
+ declare function PipelineBuilderInputDocuments({ documents, isExpanded, isLoading, count, toggleInputDocumentsCollapsed, refreshInputDocuments, }: InputProps): JSX.Element;
12
+ declare const _default: import("react-redux").ConnectedComponent<typeof PipelineBuilderInputDocuments, {
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
16
+ export default _default;
17
+ //# sourceMappingURL=pipeline-builder-input-documents.d.ts.map
@@ -0,0 +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"}
@@ -3,6 +3,9 @@ declare type PipelineAsTextWorkspaceProps = {
3
3
  isAutoPreview: boolean;
4
4
  };
5
5
  export declare const PipelineAsTextWorkspace: React.FunctionComponent<PipelineAsTextWorkspaceProps>;
6
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineAsTextWorkspaceProps>, Omit<PipelineAsTextWorkspaceProps, "isAutoPreview"> & import("react-redux").ConnectProps>;
6
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineAsTextWorkspaceProps>, {
7
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
8
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
9
+ }>;
7
10
  export default _default;
8
11
  //# sourceMappingURL=index.d.ts.map
@@ -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;AA6B1B,aAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAA;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAc7B,CAAC;;AASF,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;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"}
@@ -3,6 +3,7 @@ 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
5
  declare type PipelineEditorProps = {
6
+ num_stages: number;
6
7
  pipelineText: string;
7
8
  syntaxErrors: PipelineParserError[];
8
9
  serverError: MongoServerError | null;
@@ -11,6 +12,9 @@ declare type PipelineEditorProps = {
11
12
  onChangePipelineText: (value: string) => void;
12
13
  };
13
14
  export declare const PipelineEditor: React.FunctionComponent<PipelineEditorProps>;
14
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>, Omit<PipelineEditorProps, "fields" | "pipelineText" | "serverVersion" | "syntaxErrors" | "serverError" | "onChangePipelineText"> & import("react-redux").ConnectProps>;
15
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>, {
16
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
17
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
18
+ }>;
15
19
  export default _default;
16
20
  //# sourceMappingURL=pipeline-editor.d.ts.map
@@ -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;AAS9D,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;AAkBnG,aAAK,mBAAmB,GAAG;IACzB,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,CAiEvE,CAAC;;AAoBF,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,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"}
@@ -2,9 +2,17 @@ import React from 'react';
2
2
  import type { Document } from 'mongodb';
3
3
  declare type PipelinePreviewProps = {
4
4
  isLoading: boolean;
5
+ isMergeStage: boolean;
6
+ isOutStage: boolean;
7
+ isMissingAtlasSupport: boolean;
8
+ atlasOperator: string;
5
9
  previewDocs: Document[] | null;
10
+ isPreviewStale: boolean;
6
11
  };
7
12
  export declare const PipelinePreview: React.FunctionComponent<PipelinePreviewProps>;
8
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, Omit<PipelinePreviewProps, "previewDocs" | "isLoading"> & import("react-redux").ConnectProps>;
13
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, {
14
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
15
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
16
+ }>;
9
17
  export default _default;
10
18
  //# sourceMappingURL=pipeline-preview.d.ts.map
@@ -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,KAAkB,MAAM,OAAO,CAAC;AAWvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAgCxC,aAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;CAChC,CAAC;AAyDF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgBzE,CAAC;;AAWF,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,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"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ declare type OutputStageProps = {
3
+ stageOperator: '$out' | '$merge' | null;
4
+ isAtlas: boolean;
5
+ isLoading: boolean;
6
+ isComplete: boolean;
7
+ onSaveCollection: () => void;
8
+ onOpenCollection: () => void;
9
+ };
10
+ export declare const OutputStagePreview: ({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null;
11
+ export declare const OutputStageBanner: import("react-redux").ConnectedComponent<({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null, {
12
+ stageOperator: '$out' | '$merge' | null;
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
16
+ export {};
17
+ //# sourceMappingURL=pipeline-stages-preview.d.ts.map
@@ -0,0 +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,21 +1,14 @@
1
- export class PipelineBuilderUIWorkspace extends React.PureComponent<any, any, any> {
2
- static propTypes: {
3
- stageIds: PropTypes.Validator<any[]>;
4
- editViewName: PropTypes.Requireable<string>;
5
- onStageMoveEnd: PropTypes.Validator<(...args: any[]) => any>;
6
- };
7
- constructor(props: any);
8
- constructor(props: any, context: any);
9
- onStageMoved: ({ oldIndex, newIndex }: number) => void;
10
- render(): React.Component;
11
- stageListContainerRef: HTMLDivElement | null | undefined;
12
- }
13
- declare const _default: import("react-redux").ConnectedComponent<typeof PipelineBuilderUIWorkspace, Omit<PropTypes.InferProps<{
14
- stageIds: PropTypes.Validator<any[]>;
15
- editViewName: PropTypes.Requireable<string>;
16
- onStageMoveEnd: PropTypes.Validator<(...args: any[]) => any>;
17
- }>, "editViewName" | "onStageMoveEnd" | "stageIds"> & import("react-redux").ConnectProps>;
1
+ import React from 'react';
2
+ declare type PipelineBuilderUIWorkspaceProps = {
3
+ stageIds: number[];
4
+ editViewName?: string;
5
+ onStageMoveEnd: (from: number, to: number) => void;
6
+ onStageAddAfterEnd: (after?: number) => void;
7
+ };
8
+ export declare const PipelineBuilderUIWorkspace: React.FunctionComponent<PipelineBuilderUIWorkspaceProps>;
9
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderUIWorkspaceProps>, {
10
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
11
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
12
+ }>;
18
13
  export default _default;
19
- import React from "react";
20
- import PropTypes from "prop-types";
21
14
  //# sourceMappingURL=pipeline-builder-ui-workspace.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-builder-ui-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.jsx"],"names":[],"mappings":"AAoBA;IACE;;;;MAIE;IAyEqihB,wBAA8C;IAAA,sCAAyJ;IAjE9uhB,uDAEE;IAOF,UAFa,MAAM,SAAS,CAuC3B;IAhCO,yDAAgC;CAiCzC"}
1
+ {"version":3,"file":"pipeline-builder-ui-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA8C3C,aAAK,+BAA+B,GAAG;IACrC,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AA0FF,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,+BAA+B,CAwBhC,CAAC;;;;;AAcF,wBAA0E"}
@@ -4,6 +4,9 @@ declare type PipelineBuilderWorkspaceProps = {
4
4
  pipelineMode: PipelineMode;
5
5
  };
6
6
  export declare const PipelineBuilderWorkspace: React.FunctionComponent<PipelineBuilderWorkspaceProps>;
7
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderWorkspaceProps>, Omit<PipelineBuilderWorkspaceProps, "pipelineMode"> & import("react-redux").ConnectProps>;
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
+ }>;
8
11
  export default _default;
9
12
  //# sourceMappingURL=pipeline-builder-workspace.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-builder-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AASjF,aAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAa9B,CAAC;;AAMF,wBAA2D"}
1
+ {"version":3,"file":"pipeline-builder-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AASjF,aAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAa9B,CAAC;;;;;AAMF,wBAA2D"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ declare type PipelineConfirmModalProps = {
3
+ isModalOpen: boolean;
4
+ onCloseModal: () => void;
5
+ onConfirmNewPipeline: () => void;
6
+ };
7
+ export declare const PipelineConfirmModal: React.FunctionComponent<PipelineConfirmModalProps>;
8
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineConfirmModalProps>, {
9
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
10
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
11
+ }>;
12
+ export default _default;
13
+ //# sourceMappingURL=pipeline-confirm-modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-confirm-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-confirm-modal/pipeline-confirm-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,aAAK,yBAAyB,GAAG;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,oBAAoB,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CACxD,yBAAyB,CAgB1B,CAAC;;;;;AAUF,wBAAoE"}