@mongodb-js/compass-aggregations 9.4.0 → 9.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. package/.eslintrc.js +3 -3
  2. package/.prettierignore +3 -0
  3. package/.prettierrc.json +1 -0
  4. package/README.md +27 -21
  5. package/dist/browser.js +1 -1
  6. package/dist/browser.js.LICENSE.txt +2 -8
  7. package/dist/index.css +6 -483
  8. package/dist/index.js +1 -1
  9. package/dist/index.js.LICENSE.txt +2 -8
  10. package/dist/src/components/add-stage/add-stage.d.ts +7 -16
  11. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
  12. package/dist/src/components/aggregations/aggregations.d.ts +12 -1
  13. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
  14. package/dist/src/components/create-view-modal/create-view-modal.d.ts +21 -31
  15. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
  16. package/dist/src/components/create-view-plugin.d.ts.map +1 -1
  17. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +19 -28
  18. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
  19. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts +16 -0
  20. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -0
  21. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts +14 -0
  22. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -0
  23. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +23 -0
  24. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -0
  25. package/dist/src/components/focus-mode/focus-mode.d.ts +13 -0
  26. package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
  27. package/dist/src/components/loading-overlay/index.d.ts +1 -1
  28. package/dist/src/components/loading-overlay/loading-overlay.d.ts +6 -12
  29. package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
  30. package/dist/src/components/pipeline/pipeline.d.ts +0 -13
  31. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  32. package/dist/src/components/pipeline-builder-input-documents.d.ts +17 -0
  33. package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -0
  34. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +4 -1
  35. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  36. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +4 -1
  37. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  38. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +4 -1
  39. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  40. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +6 -2
  41. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
  42. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +12 -19
  43. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
  44. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +4 -1
  45. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -1
  46. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts +13 -0
  47. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +1 -0
  48. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -1
  49. package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -1
  50. package/dist/src/components/pipeline-explain/index.d.ts +4 -1
  51. package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
  52. package/dist/src/components/pipeline-output-options-menu.d.ts +1 -0
  53. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -1
  54. package/dist/src/components/pipeline-results-workspace/index.d.ts +5 -1
  55. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  56. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -1
  57. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +5 -1
  58. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
  59. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +4 -1
  60. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
  61. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +6 -1
  62. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  63. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -1
  64. package/dist/src/components/pipeline-toolbar/index.d.ts +9 -2
  65. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  66. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +9 -6
  67. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
  68. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +10 -1
  69. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  70. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +4 -1
  71. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
  72. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +4 -11
  73. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
  74. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +5 -1
  75. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  76. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +4 -1
  77. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  78. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +5 -7
  79. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  80. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +4 -1
  81. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
  82. package/dist/src/components/resize-handle.d.ts.map +1 -1
  83. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +4 -6
  84. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  85. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +12 -0
  86. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +1 -0
  87. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +10 -3
  88. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  89. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
  90. package/dist/src/components/settings/settings.d.ts.map +1 -1
  91. package/dist/src/components/stage-editor/stage-editor.d.ts +26 -51
  92. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
  93. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts +5 -0
  94. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts.map +1 -0
  95. package/dist/src/components/stage-preview/index.d.ts +18 -2
  96. package/dist/src/components/stage-preview/index.d.ts.map +1 -1
  97. package/dist/src/components/stage-preview/output-stage-preview.d.ts +19 -0
  98. package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -0
  99. package/dist/src/components/stage-preview/stage-preview-header.d.ts +17 -0
  100. package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -0
  101. package/dist/src/components/stage-toolbar/index.d.ts +18 -0
  102. package/dist/src/components/stage-toolbar/index.d.ts.map +1 -0
  103. package/dist/src/components/stage-toolbar/option-menu.d.ts +17 -0
  104. package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -0
  105. package/dist/src/components/stage-toolbar/stage-collapser.d.ts +12 -0
  106. package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -0
  107. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +36 -0
  108. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -0
  109. package/dist/src/components/stage-toolbar/toggle-stage.d.ts +12 -0
  110. package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -0
  111. package/dist/src/components/stage.d.ts +18 -0
  112. package/dist/src/components/stage.d.ts.map +1 -0
  113. package/dist/src/index.d.ts.map +1 -1
  114. package/dist/src/modules/aggregation.d.ts.map +1 -1
  115. package/dist/src/modules/auto-preview.d.ts +2 -2
  116. package/dist/src/modules/auto-preview.d.ts.map +1 -1
  117. package/dist/src/modules/collation-string.d.ts.map +1 -1
  118. package/dist/src/modules/count-documents.d.ts.map +1 -1
  119. package/dist/src/modules/create-view/index.d.ts.map +1 -1
  120. package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -1
  121. package/dist/src/modules/create-view/is-running.d.ts.map +1 -1
  122. package/dist/src/modules/data-service.d.ts +2 -2
  123. package/dist/src/modules/data-service.d.ts.map +1 -1
  124. package/dist/src/modules/explain.d.ts.map +1 -1
  125. package/dist/src/modules/export-to-language.d.ts.map +1 -1
  126. package/dist/src/modules/focus-mode.d.ts +30 -0
  127. package/dist/src/modules/focus-mode.d.ts.map +1 -0
  128. package/dist/src/modules/id.d.ts.map +1 -1
  129. package/dist/src/modules/index.d.ts +18 -6
  130. package/dist/src/modules/index.d.ts.map +1 -1
  131. package/dist/src/modules/input-documents.d.ts +38 -14
  132. package/dist/src/modules/input-documents.d.ts.map +1 -1
  133. package/dist/src/modules/is-new-pipeline-confirm.d.ts +15 -4
  134. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
  135. package/dist/src/modules/large-limit.d.ts.map +1 -1
  136. package/dist/src/modules/max-time-ms.d.ts.map +1 -1
  137. package/dist/src/modules/out-results-fn.d.ts +1 -0
  138. package/dist/src/modules/out-results-fn.d.ts.map +1 -1
  139. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +4 -4
  140. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  141. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +14 -9
  142. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  143. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  144. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
  145. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  146. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  147. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  148. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
  149. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
  150. package/dist/src/modules/saved-pipeline.d.ts +1 -1
  151. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  152. package/dist/src/modules/saving-pipeline.d.ts.map +1 -1
  153. package/dist/src/modules/settings.d.ts.map +1 -1
  154. package/dist/src/modules/update-view.d.ts.map +1 -1
  155. package/dist/src/modules/workspace.d.ts.map +1 -1
  156. package/dist/src/stores/duplicate-view.d.ts.map +1 -1
  157. package/dist/src/stores/store.d.ts.map +1 -1
  158. package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
  159. package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
  160. package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
  161. package/dist/src/utils/stage.d.ts +5 -2
  162. package/dist/src/utils/stage.d.ts.map +1 -1
  163. package/package.json +42 -44
  164. package/dist/src/components/atlas-stage-preview.d.ts +0 -5
  165. package/dist/src/components/atlas-stage-preview.d.ts.map +0 -1
  166. package/dist/src/components/input/index.d.ts +0 -3
  167. package/dist/src/components/input/index.d.ts.map +0 -1
  168. package/dist/src/components/input/input.d.ts +0 -25
  169. package/dist/src/components/input/input.d.ts.map +0 -1
  170. package/dist/src/components/input-builder/index.d.ts +0 -3
  171. package/dist/src/components/input-builder/index.d.ts.map +0 -1
  172. package/dist/src/components/input-builder/input-builder.d.ts +0 -9
  173. package/dist/src/components/input-builder/input-builder.d.ts.map +0 -1
  174. package/dist/src/components/input-builder-toolbar/index.d.ts +0 -3
  175. package/dist/src/components/input-builder-toolbar/index.d.ts.map +0 -1
  176. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +0 -16
  177. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +0 -1
  178. package/dist/src/components/input-collapser/index.d.ts +0 -3
  179. package/dist/src/components/input-collapser/index.d.ts.map +0 -1
  180. package/dist/src/components/input-collapser/input-collapser.d.ts +0 -14
  181. package/dist/src/components/input-collapser/input-collapser.d.ts.map +0 -1
  182. package/dist/src/components/input-documents-count/index.d.ts +0 -3
  183. package/dist/src/components/input-documents-count/index.d.ts.map +0 -1
  184. package/dist/src/components/input-documents-count/input-documents-count.d.ts +0 -13
  185. package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +0 -1
  186. package/dist/src/components/input-preview/index.d.ts +0 -3
  187. package/dist/src/components/input-preview/index.d.ts.map +0 -1
  188. package/dist/src/components/input-preview/input-preview.d.ts +0 -15
  189. package/dist/src/components/input-preview/input-preview.d.ts.map +0 -1
  190. package/dist/src/components/input-preview-toolbar/index.d.ts +0 -3
  191. package/dist/src/components/input-preview-toolbar/index.d.ts.map +0 -1
  192. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +0 -7
  193. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +0 -1
  194. package/dist/src/components/input-refresh/index.d.ts +0 -3
  195. package/dist/src/components/input-refresh/index.d.ts.map +0 -1
  196. package/dist/src/components/input-refresh/input-refresh.d.ts +0 -13
  197. package/dist/src/components/input-refresh/input-refresh.d.ts.map +0 -1
  198. package/dist/src/components/input-toolbar/index.d.ts +0 -3
  199. package/dist/src/components/input-toolbar/index.d.ts.map +0 -1
  200. package/dist/src/components/input-toolbar/input-toolbar.d.ts +0 -16
  201. package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +0 -1
  202. package/dist/src/components/input-workspace/index.d.ts +0 -3
  203. package/dist/src/components/input-workspace/index.d.ts.map +0 -1
  204. package/dist/src/components/input-workspace/input-workspace.d.ts +0 -16
  205. package/dist/src/components/input-workspace/input-workspace.d.ts.map +0 -1
  206. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
  207. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
  208. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
  209. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
  210. package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
  211. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
  212. package/dist/src/components/stage/index.d.ts +0 -3
  213. package/dist/src/components/stage/index.d.ts.map +0 -1
  214. package/dist/src/components/stage/stage.d.ts +0 -29
  215. package/dist/src/components/stage/stage.d.ts.map +0 -1
  216. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -18
  217. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
  218. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +0 -18
  219. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +0 -1
  220. package/dist/src/components/stage-editor-toolbar/index.d.ts +0 -3
  221. package/dist/src/components/stage-editor-toolbar/index.d.ts.map +0 -1
  222. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +0 -20
  223. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +0 -1
  224. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +0 -21
  225. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +0 -1
  226. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +0 -9
  227. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +0 -1
  228. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +0 -20
  229. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +0 -1
  230. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +0 -20
  231. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +0 -1
  232. package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
  233. package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
  234. package/dist/src/components/stage-preview-toolbar/index.d.ts +0 -3
  235. package/dist/src/components/stage-preview-toolbar/index.d.ts.map +0 -1
  236. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +0 -25
  237. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +0 -1
  238. package/dist/src/modules/import-pipeline.d.ts +0 -20
  239. package/dist/src/modules/import-pipeline.d.ts.map +0 -1
  240. package/dist/src/modules/link.d.ts +0 -2
  241. package/dist/src/modules/link.d.ts.map +0 -1
@@ -4,12 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*!
8
- Copyright (c) 2018 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/classnames
11
- */
12
-
13
7
  /**
14
8
  * @license
15
9
  * Lodash <https://lodash.com/>
@@ -49,7 +43,7 @@ object-assign
49
43
  * LICENSE file in the root directory of this source tree.
50
44
  */
51
45
 
52
- /** @license React v0.19.1
46
+ /** @license React v0.20.2
53
47
  * scheduler.production.min.js
54
48
  *
55
49
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -67,7 +61,7 @@ object-assign
67
61
  * LICENSE file in the root directory of this source tree.
68
62
  */
69
63
 
70
- /** @license React v16.14.0
64
+ /** @license React v17.0.2
71
65
  * react-dom.production.min.js
72
66
  *
73
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" | "isVisible" | "isRunning" | "isDuplicating">> & 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":";AAwHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOmB;AA/GnB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAyF8ugB,wBAA8C;IAAA,sCAAyJ;IAvFv7gB,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" | "isVisible" | "isRunning">> & 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":";AAiHA;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOsB;AAtGtB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IAkFu8gB,wBAA8C;IAAA,sCAAyJ;IAhFhphB,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>;
@@ -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;IA+Gsia,wBAA8C;IAAA,sCAAyJ;IA7G/ua;;MAEE;IAEF,kEAEE;IAEF,0DAcC;IAED,qCAUC;IAOD,oBAgEC;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;AAgC1B,aAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAIF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAkC7B,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;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"}
@@ -12,6 +12,9 @@ declare type PipelineEditorProps = {
12
12
  onChangePipelineText: (value: string) => void;
13
13
  };
14
14
  export declare const PipelineEditor: React.FunctionComponent<PipelineEditorProps>;
15
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>, Omit<PipelineEditorProps, "fields" | "pipelineText" | "serverVersion" | "syntaxErrors" | "num_stages" | "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
+ }>;
16
19
  export default _default;
17
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;AA4BnG,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,CAoFvE,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,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"}
@@ -10,6 +10,9 @@ declare type PipelinePreviewProps = {
10
10
  isPreviewStale: boolean;
11
11
  };
12
12
  export declare const PipelinePreview: React.FunctionComponent<PipelinePreviewProps>;
13
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, Omit<PipelinePreviewProps, "previewDocs" | "isLoading" | "isMissingAtlasSupport" | "atlasOperator" | "isPreviewStale" | "isMergeStage" | "isOutStage"> & 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
+ }>;
14
17
  export default _default;
15
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,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;AAoFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;AAuBF,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"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  declare type OutputStageProps = {
3
3
  stageOperator: '$out' | '$merge' | null;
4
4
  isAtlas: boolean;
@@ -8,6 +8,10 @@ declare type OutputStageProps = {
8
8
  onOpenCollection: () => void;
9
9
  };
10
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, Omit<OutputStageProps, "isLoading" | "isComplete" | "isAtlas" | "onSaveCollection" | "onOpenCollection"> & import("react-redux").ConnectProps>;
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
+ }>;
12
16
  export {};
13
17
  //# sourceMappingURL=pipeline-stages-preview.d.ts.map
@@ -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":";AAuCA,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,uKAgEE,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,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"}
@@ -1 +1 @@
1
- {"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,aAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAiCvF,CAAC"}
1
+ {"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,aAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAiC7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA+BvE,CAAC"}
1
+ {"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAkCvE,CAAC"}