@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
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ declare type OutputStageProps = {
3
+ operator: string | null;
4
+ isLoading: boolean;
5
+ hasServerError: boolean;
6
+ isFinishedPersistingDocuments: boolean;
7
+ isAtlasDeployed: boolean;
8
+ destinationNamespace: string;
9
+ onRunOutputStage: () => void;
10
+ onGoToOutputResults: () => void;
11
+ };
12
+ export declare const OutputStage: ({ operator, isLoading, hasServerError, isFinishedPersistingDocuments, isAtlasDeployed, destinationNamespace, onRunOutputStage, onGoToOutputResults, }: OutputStageProps) => JSX.Element | null;
13
+ declare const _default: import("react-redux").ConnectedComponent<({ operator, isLoading, hasServerError, isFinishedPersistingDocuments, isAtlasDeployed, destinationNamespace, onRunOutputStage, onGoToOutputResults, }: OutputStageProps) => JSX.Element | null, {
14
+ index: number;
15
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
16
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
17
+ }>;
18
+ export default _default;
19
+ //# sourceMappingURL=output-stage-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"output-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/output-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8C1B,aAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,OAAO,CAAC;IACxB,6BAA6B,EAAE,OAAO,CAAC;IACvC,eAAe,EAAE,OAAO,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAyBF,eAAO,MAAM,WAAW,0JASrB,gBAAgB,uBAkDlB,CAAC;;;;;;AAiCF,wBAA2D"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ declare type StagePreviewHeaderProps = {
3
+ index: number;
4
+ stageOperator?: string | null;
5
+ previewSize?: number;
6
+ description?: string;
7
+ link?: string;
8
+ destination?: string;
9
+ };
10
+ declare function StagePreviewHeader({ stageOperator, previewSize, description, link, destination, }: StagePreviewHeaderProps): JSX.Element | null;
11
+ declare const _default: import("react-redux").ConnectedComponent<typeof StagePreviewHeader, {
12
+ index: number;
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=stage-preview-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-preview-header.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0C1B,aAAK,uBAAuB,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,EAC1B,aAAa,EACb,WAAW,EACX,WAAW,EACX,IAAI,EACJ,WAAW,GACZ,EAAE,uBAAuB,sBA2BzB;;WAE4D,MAAM;;;;AAAnE,wBAYuB"}
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ declare type StageToolbarProps = {
3
+ index: number;
4
+ isAutoPreviewing?: boolean;
5
+ hasSyntaxError?: boolean;
6
+ hasServerError?: boolean;
7
+ isCollapsed?: boolean;
8
+ isDisabled?: boolean;
9
+ onFocusModeEnableClick: (index: number) => void;
10
+ };
11
+ export declare function StageToolbar({ index, hasSyntaxError, hasServerError, isCollapsed, isDisabled, onFocusModeEnableClick, }: StageToolbarProps): JSX.Element;
12
+ declare const _default: import("react-redux").ConnectedComponent<typeof StageToolbar, {
13
+ index: number;
14
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
15
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
16
+ }>;
17
+ export default _default;
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiF1B,aAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sBAAsB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD,CAAC;AAMF,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,cAAc,EACd,cAAc,EACd,WAAW,EACX,UAAU,EACV,sBAAsB,GACvB,EAAE,iBAAiB,eAqCnB;;WAGuC,MAAM;;;;AAD9C,wBAYgB"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ export declare const OptionMenu: ({ index, onAddStageClick, onDeleteStageClick, }: {
3
+ index: number;
4
+ onAddStageClick: (index: number) => void;
5
+ onDeleteStageClick: (index: number) => void;
6
+ }) => JSX.Element;
7
+ declare const _default: import("react-redux").ConnectedComponent<({ index, onAddStageClick, onDeleteStageClick, }: {
8
+ index: number;
9
+ onAddStageClick: (index: number) => void;
10
+ onDeleteStageClick: (index: number) => void;
11
+ }) => JSX.Element, {
12
+ index: number;
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=option-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"option-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/option-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAuBxC,eAAO,MAAM,UAAU;WAKd,MAAM;6BACY,MAAM,KAAK,IAAI;gCACZ,MAAM,KAAK,IAAI;iBAmE5C,CAAC;;;;;;WAGsC,MAAM;;;;AAD9C,wBAWc"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ declare const _default: import("react-redux").ConnectedComponent<({ index, isExpanded, onChange, }: {
3
+ index: number;
4
+ isExpanded: boolean;
5
+ onChange: (index: number, isExpanded: boolean) => void;
6
+ }) => JSX.Element, {
7
+ index: number;
8
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
9
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
10
+ }>;
11
+ export default _default;
12
+ //# sourceMappingURL=stage-collapser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-collapser.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/stage-collapser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;WA4Bc,MAAM;;;;AAD9C,wBAQkB"}
@@ -0,0 +1,36 @@
1
+ import React from 'react';
2
+ declare type StageOperatorSelectProps = {
3
+ onChange: (index: number, name: string | null) => void;
4
+ index: number;
5
+ selectedStage: string | null;
6
+ isDisabled: boolean;
7
+ stages: {
8
+ name: string;
9
+ env: string;
10
+ description: string;
11
+ }[];
12
+ };
13
+ export declare const StageOperatorSelect: ({ onChange, index, selectedStage, isDisabled, stages, }: StageOperatorSelectProps) => JSX.Element;
14
+ declare type EnvAwareStageOperatorSelectProps = {
15
+ envInfo: {
16
+ serverVersion: string;
17
+ env: string;
18
+ isTimeSeries: boolean;
19
+ isReadonly: boolean;
20
+ sourceName: string;
21
+ };
22
+ stage: {
23
+ stageOperator: string | null;
24
+ disabled: boolean;
25
+ };
26
+ onChange: (index: number, name: string) => void;
27
+ index: number;
28
+ };
29
+ declare function EnvAwareStageOperatorSelect({ envInfo: { serverVersion, env, isTimeSeries, isReadonly, sourceName }, stage, onChange, index, }: EnvAwareStageOperatorSelectProps): JSX.Element;
30
+ declare const _default: import("react-redux").ConnectedComponent<typeof EnvAwareStageOperatorSelect, {
31
+ index: number;
32
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
33
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
34
+ }>;
35
+ export default _default;
36
+ //# sourceMappingURL=stage-operator-select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/stage-operator-select.tsx"],"names":[],"mappings":"AACA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAqCpD,aAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,WAAW,EAAE,MAAM,CAAC;KACrB,EAAE,CAAC;CACL,CAAC;AAGF,eAAO,MAAM,mBAAmB,4DAM7B,wBAAwB,gBAkC1B,CAAC;AAEF,aAAK,gCAAgC,GAAG;IACtC,OAAO,EAAE;QACP,aAAa,EAAE,MAAM,CAAC;QACtB,GAAG,EAAE,MAAM,CAAC;QACZ,YAAY,EAAE,OAAO,CAAC;QACtB,UAAU,EAAE,OAAO,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,KAAK,EAAE;QACL,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,QAAQ,EAAE,OAAO,CAAC;KACnB,CAAC;IACF,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAChD,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AACF,iBAAS,2BAA2B,CAAC,EACnC,OAAO,EAAE,EAAE,aAAa,EAAE,GAAG,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,EACrE,KAAK,EACL,QAAQ,EACR,KAAK,GACN,EAAE,gCAAgC,eAkClC;;WAGuC,MAAM;;;;AAD9C,wBAc+B"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ declare const _default: import("react-redux").ConnectedComponent<({ index, isEnabled, onChange, }: {
3
+ index: number;
4
+ isEnabled: boolean;
5
+ onChange: (index: number, isEnabled: boolean) => void;
6
+ }) => JSX.Element, {
7
+ index: number;
8
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
9
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
10
+ }>;
11
+ export default _default;
12
+ //# sourceMappingURL=toggle-stage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/toggle-stage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;WA+Bc,MAAM;;;;AAD9C,wBAQe"}
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ export declare type StageProps = {
3
+ id: number;
4
+ index: number;
5
+ isEnabled: boolean;
6
+ isExpanded: boolean;
7
+ hasSyntaxError: boolean;
8
+ hasServerError: boolean;
9
+ isAutoPreviewing: boolean;
10
+ };
11
+ declare function Stage({ id, index, isEnabled, isExpanded, hasSyntaxError, hasServerError, isAutoPreviewing, }: StageProps): JSX.Element;
12
+ declare const _default: import("react-redux").ConnectedComponent<typeof Stage, {
13
+ index: number;
14
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
15
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
16
+ }>;
17
+ export default _default;
18
+ //# sourceMappingURL=stage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../src/components/stage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAwH1B,oBAAY,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,iBAAS,KAAK,CAAC,EACb,EAAE,EACF,KAAK,EACL,SAAS,EACT,UAAU,EACV,cAAc,EACd,cAAc,EACd,gBAAgB,GACjB,EAAE,UAAU,eA2CZ;;;;;;AAMD,wBAUU"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,qBAAqB,CAAC;AACnD,OAAO,kBAAkB,MAAM,UAAU,CAAC;AAC1C,OAAO,cAAc,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,mBAAmB,MAAM,oCAAoC,CAAC;AACrE,OAAO,wBAAwB,MAAM,sBAAsB,CAAC;AAE5D,OAAO,WAAW,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AA4C3D,QAAA,MAAM,QAAQ,gBAAiB,WAAW,SAKzC,CAAC;AAOF,QAAA,MAAM,UAAU,gBAAiB,WAAW,SAK3C,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EACL,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,cAAc,EACd,wBAAwB,EACxB,eAAe,GAChB,CAAC;AACF,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,qBAAqB,CAAC;AACnD,OAAO,kBAAkB,MAAM,UAAU,CAAC;AAC1C,OAAO,cAAc,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,mBAAmB,MAAM,oCAAoC,CAAC;AACrE,OAAO,wBAAwB,MAAM,sBAAsB,CAAC;AAE5D,OAAO,WAAW,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AA4C3D,QAAA,MAAM,QAAQ,gBAAiB,WAAW,SAQzC,CAAC;AAOF,QAAA,MAAM,UAAU,gBAAiB,WAAW,SAK3C,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EACL,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,cAAc,EACd,wBAAwB,EACxB,eAAe,GAChB,CAAC;AACF,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"aggregation.d.ts","sourceRoot":"","sources":["../../../src/modules/aggregation.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"aggregation.d.ts","sourceRoot":"","sources":["../../../src/modules/aggregation.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
- import type { AnyAction } from "redux";
2
- import type { PipelineBuilderThunkAction } from ".";
1
+ import type { AnyAction } from 'redux';
2
+ import type { PipelineBuilderThunkAction } from '.';
3
3
  export declare enum ActionTypes {
4
4
  AutoPreviewToggled = "compass-aggregations/autoPreviewToggled"
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"auto-preview.d.ts","sourceRoot":"","sources":["../../../src/modules/auto-preview.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAKpD,oBAAY,WAAW;IACrB,kBAAkB,4CAA4C;CAC/D;AAED,oBAAY,wBAAwB,GAAG;IACrC,IAAI,EAAE,WAAW,CAAC,kBAAkB,CAAC;IACrC,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,aAAa,OAAO,CAAC;AAElC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,qBAAgB,EAAE,MAAM,EAAE,SAAS,GAAG,OAAO,CAWjF;AAED,eAAO,MAAM,iBAAiB,WACpB,OAAO,KACd,2BAA2B,IAAI,CAQjC,CAAC"}
1
+ {"version":3,"file":"auto-preview.d.ts","sourceRoot":"","sources":["../../../src/modules/auto-preview.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAKpD,oBAAY,WAAW;IACrB,kBAAkB,4CAA4C;CAC/D;AAED,oBAAY,wBAAwB,GAAG;IACrC,IAAI,EAAE,WAAW,CAAC,kBAAkB,CAAC;IACrC,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,aAAa,OAAO,CAAC;AAElC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,OAAO,CAWT;AAED,eAAO,MAAM,iBAAiB,WACpB,OAAO,KACd,2BAA2B,IAAI,CAQjC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"collation-string.d.ts","sourceRoot":"","sources":["../../../src/modules/collation-string.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,eAAO,MAAM,wBAAwB,oDACc,CAAC;AAEpD,oBAAY,4BAA4B,GAAG;IACzC,IAAI,EAAE,OAAO,wBAAwB,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,oBAI3B,CAAC;AAEF,wBAAgB,2BAA2B,CACzC,eAAe,EAAE,MAAM,GACtB,oBAAoB,CAOtB;AAKD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,kCAAsC,EAC3C,MAAM,EAAE,SAAS,GAChB,oBAAoB,CAWtB;AAKD,eAAO,MAAM,sBAAsB,UAC1B,MAAM,KACZ,4BAEF,CAAC"}
1
+ {"version":3,"file":"collation-string.d.ts","sourceRoot":"","sources":["../../../src/modules/collation-string.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,eAAO,MAAM,wBAAwB,oDACc,CAAC;AAEpD,oBAAY,4BAA4B,GAAG;IACzC,IAAI,EAAE,OAAO,wBAAwB,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,oBAI3B,CAAC;AAEF,wBAAgB,2BAA2B,CACzC,eAAe,EAAE,MAAM,GACtB,oBAAoB,CAOtB;AAKD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,kCAAsC,EAC3C,MAAM,EAAE,SAAS,GAChB,oBAAoB,CAatB;AAKD,eAAO,MAAM,sBAAsB,UAC1B,MAAM,KACZ,4BAEF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"count-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/count-documents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAOpD,oBAAY,WAAW;IACrB,YAAY,sCAAsC;IAClD,aAAa,uCAAuC;IACpD,WAAW,qCAAqC;CACjD;AAED,aAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,WAAW,CAAC,YAAY,CAAC;IAC/B,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,aAAa,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,WAAW,CAAC,WAAW,CAAC;CAC/B,CAAC;AAEF,oBAAY,OAAO,GACf,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,CAAC;AAEtB,oBAAY,KAAK,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAE3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CA4BtC,CAAC;AAEF,eAAO,MAAM,WAAW,QAAO,2BAA2B,IAAI,CAO7D,CAAC;AAEF,eAAO,MAAM,cAAc,QAAO,2BAA2B,QAAQ,IAAI,CAAC,CA8CzE,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"count-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/count-documents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAOpD,oBAAY,WAAW;IACrB,YAAY,sCAAsC;IAClD,aAAa,uCAAuC;IACpD,WAAW,qCAAqC;CACjD;AAED,aAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,WAAW,CAAC,YAAY,CAAC;IAC/B,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,aAAa,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,WAAW,CAAC,WAAW,CAAC;CAC/B,CAAC;AAEF,oBAAY,OAAO,GACf,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,CAAC;AAEtB,oBAAY,KAAK,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAE3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CA0BtC,CAAC;AAEF,eAAO,MAAM,WAAW,QAAO,2BAA2B,IAAI,CAO7D,CAAC;AAEF,eAAO,MAAM,cAAc,QAAO,2BAA2B,QAAQ,IAAI,CAAC,CA8CzE,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/index.js"],"names":[],"mappings":";;;;;;;;;;AA4HO,+EAFM,MAAM,CAOjB;AAOK,uCA2CN;;;;;;;;AApGD,oCALW,MAAM,UACN,MAAM,GAEJ,MAAM,CAuBlB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/index.js"],"names":[],"mappings":";;;;;;;;;;AA0HO,+EAFM,MAAM,CAOjB;AAOK,uCAgDN;;;;;;;;AAzGD,oCALW,MAAM,UACN,MAAM,GAEJ,MAAM,CAuBlB"}
@@ -1 +1 @@
1
- {"version":3,"file":"is-duplicating.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/is-duplicating.js"],"names":[],"mappings":"AAOA,8EAKC;AATD,oGAAqG;AAErG,kCAAmC;AAgB5B,6DAFM,MAAM,CAKjB"}
1
+ {"version":3,"file":"is-duplicating.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/is-duplicating.js"],"names":[],"mappings":"AAQA,8EAKC;AAVD,oGACkE;AAElE,kCAAmC;AAgB5B,6DAFM,MAAM,CAKjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"is-running.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/is-running.js"],"names":[],"mappings":"AAOA,8EAKC;AATD,wFAAyF;AAEzF,kCAAmC;AAgB5B,qDAFM,MAAM,CAKjB"}
1
+ {"version":3,"file":"is-running.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/is-running.js"],"names":[],"mappings":"AAQA,8EAKC;AAVD,wFAC0D;AAE1D,kCAAmC;AAgB5B,qDAFM,MAAM,CAKjB"}
@@ -1,5 +1,5 @@
1
- import type { DataService } from "mongodb-data-service";
2
- import type { AnyAction } from "redux";
1
+ import type { DataService } from 'mongodb-data-service';
2
+ import type { AnyAction } from 'redux';
3
3
  export declare const DATA_SERVICE_CONNECTED: string;
4
4
  declare type State = {
5
5
  error: Error | null;
@@ -1 +1 @@
1
- {"version":3,"file":"data-service.d.ts","sourceRoot":"","sources":["../../../src/modules/data-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUvC,eAAO,MAAM,sBAAsB,QAAqC,CAAC;AAEzE,aAAK,KAAK,GAAG;IACX,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;CACjC,CAAA;AAKD,eAAO,MAAM,aAAa,EAAE,KAG3B,CAAC;AAKF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,mBAAgB,EAAE,MAAM,EAAE,SAAS,GAAG,KAAK,CAQ/E;AAMD,eAAO,MAAM,oBAAoB,UAAW,KAAK,eAAe,WAAW,KAAG,SAI5E,CAAC"}
1
+ {"version":3,"file":"data-service.d.ts","sourceRoot":"","sources":["../../../src/modules/data-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUvC,eAAO,MAAM,sBAAsB,QAAqC,CAAC;AAEzE,aAAK,KAAK,GAAG;IACX,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;CACjC,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,KAG3B,CAAC;AAKF,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,mBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,KAAK,CAQP;AAMD,eAAO,MAAM,oBAAoB,UACxB,KAAK,eACC,WAAW,KACvB,SAID,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"explain.d.ts","sourceRoot":"","sources":["../../../src/modules/explain.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,KAAK,EAAoB,QAAQ,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAElE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAExE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAEpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAQ3C,oBAAY,WAAW;IACrB,cAAc,wCAAwC;IACtD,eAAe,yCAAyC;IACxD,aAAa,uCAAuC;IACpD,gBAAgB,0CAA0C;CAC3D;AAED,aAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC;IACjC,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,aAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,WAAW,CAAC,eAAe,CAAC;IAClC,OAAO,EAAE,WAAW,CAAC;CACtB,CAAC;AAEF,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,aAAa,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,aAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,WAAW,CAAC,gBAAgB,CAAC;CACpC,CAAC;AAEF,oBAAY,OAAO,GACf,oBAAoB,GACpB,qBAAqB,GACrB,mBAAmB,GACnB,sBAAsB,CAAC;AAG3B,oBAAY,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;CACvB,CAAA;AAED,oBAAY,WAAW,GAAG;IACxB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE;QACN,mBAAmB,EAAE,MAAM,CAAC;QAC5B,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,YAAY,EAAE,CAAC;KACzB,CAAC;CACH,CAAC;AAEF,oBAAY,KAAK,GAAG;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAG3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CAgCtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAAO,2BAA2B,IAAI,CAInE,CAAC;AAEF,eAAO,MAAM,aAAa,QAAO,2BAA2B,IAAI,CAQ/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAAO,2BAA2B,QAAQ,IAAI,CAAC,CA6F7E,CAAC;AAEF,eAAO,MAAM,oBAAoB,aACrB,QAAQ,EAAE,cACR,OAAO,KAClB,qBAAqB,CAAC,kBAAkB,CAY1C,CAAC;AAEF,eAAO,MAAM,sBAAsB,sBACd,SAAS,EAAE,kBACd,gBAAgB,EAAE,KACjC,YAAY,EAcd,CAAA;AAED,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"explain.d.ts","sourceRoot":"","sources":["../../../src/modules/explain.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,KAAK,EAAoB,QAAQ,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAElE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAExE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAEpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAW3C,oBAAY,WAAW;IACrB,cAAc,wCAAwC;IACtD,eAAe,yCAAyC;IACxD,aAAa,uCAAuC;IACpD,gBAAgB,0CAA0C;CAC3D;AAED,aAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC;IACjC,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,aAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,WAAW,CAAC,eAAe,CAAC;IAClC,OAAO,EAAE,WAAW,CAAC;CACtB,CAAC;AAEF,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,aAAa,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,aAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,WAAW,CAAC,gBAAgB,CAAC;CACpC,CAAC;AAEF,oBAAY,OAAO,GACf,oBAAoB,GACpB,qBAAqB,GACrB,mBAAmB,GACnB,sBAAsB,CAAC;AAE3B,oBAAY,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;CACvB,CAAC;AAEF,oBAAY,WAAW,GAAG;IACxB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE;QACN,mBAAmB,EAAE,MAAM,CAAC;QAC5B,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,YAAY,EAAE,CAAC;KACzB,CAAC;CACH,CAAC;AAEF,oBAAY,KAAK,GAAG;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAG3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CAgCtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAAO,2BAA2B,IAAI,CAInE,CAAC;AAEF,eAAO,MAAM,aAAa,QAAO,2BAA2B,IAAI,CAU/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAAO,2BACpC,QAAQ,IAAI,CAAC,CA6Fd,CAAC;AAEF,eAAO,MAAM,oBAAoB,aACrB,QAAQ,EAAE,cACR,OAAO,KAClB,qBAAqB,CAAC,kBAAkB,CAY1C,CAAC;AAEF,eAAO,MAAM,sBAAsB,sBACd,SAAS,EAAE,kBACd,gBAAgB,EAAE,KACjC,YAAY,EAcd,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"export-to-language.d.ts","sourceRoot":"","sources":["../../../src/modules/export-to-language.js"],"names":[],"mappings":"AAWO,6CAmBN"}
1
+ {"version":3,"file":"export-to-language.d.ts","sourceRoot":"","sources":["../../../src/modules/export-to-language.js"],"names":[],"mappings":"AAWO,6CAeN"}
@@ -0,0 +1,30 @@
1
+ import type { AnyAction } from 'redux';
2
+ import type { PipelineBuilderThunkAction } from '.';
3
+ declare enum ActionTypes {
4
+ FocusModeEnabled = "compass-aggregations/focusModeEnabled",
5
+ FocusModeDisabled = "compass-aggregations/focusModeDisabled",
6
+ SelectFocusModeStage = "compass-aggregations/selectFocusModeStage"
7
+ }
8
+ declare type FocusModeEnabledAction = {
9
+ type: ActionTypes.FocusModeEnabled;
10
+ stageIndex: number;
11
+ };
12
+ declare type FocusModeDisabledAction = {
13
+ type: ActionTypes.FocusModeDisabled;
14
+ };
15
+ declare type State = {
16
+ isEnabled: boolean;
17
+ stageIndex: number;
18
+ openedAt: number | null;
19
+ };
20
+ export declare const INITIAL_STATE: State;
21
+ export default function reducer(state: State | undefined, action: AnyAction): State;
22
+ export declare const enableFocusMode: (stageIndex: number) => PipelineBuilderThunkAction<void, FocusModeEnabledAction>;
23
+ export declare const disableFocusMode: () => PipelineBuilderThunkAction<void, FocusModeDisabledAction>;
24
+ export declare const selectFocusModeStage: (index: number) => {
25
+ type: ActionTypes;
26
+ index: number;
27
+ };
28
+ export declare const addStageInFocusMode: (index: number) => PipelineBuilderThunkAction<void>;
29
+ export {};
30
+ //# sourceMappingURL=focus-mode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-mode.d.ts","sourceRoot":"","sources":["../../../src/modules/focus-mode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAOpD,aAAK,WAAW;IACd,gBAAgB,0CAA0C;IAC1D,iBAAiB,2CAA2C;IAC5D,oBAAoB,8CAA8C;CACnE;AAED,aAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,WAAW,CAAC,gBAAgB,CAAC;IACnC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,aAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC,iBAAiB,CAAC;CACrC,CAAC;AAOF,aAAK,KAAK,GAAG;IACX,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAI3B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,mBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,KAAK,CA2BP;AAED,eAAO,MAAM,eAAe,eACd,MAAM,KACjB,2BAA2B,IAAI,EAAE,sBAAsB,CAUzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAAO,2BAClC,IAAI,EACJ,uBAAuB,CAYxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,UAAW,MAAM;;;CAKjD,CAAC;AAEF,eAAO,MAAM,mBAAmB,UACvB,MAAM,KACZ,2BAA2B,IAAI,CAKjC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../../src/modules/id.js"],"names":[],"mappings":"AAuBA,mEAJW,MAAM,UAiBhB;AA5BD,oDAAqD;AAKrD,+BAAgC;AA8BzB,4BAFM;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAI3B"}
1
+ {"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../../src/modules/id.js"],"names":[],"mappings":"AAuBA,mEAJW,MAAM,UAgBhB;AA3BD,oDAAqD;AAKrD,+BAAgC;AA6BzB,4BAFM;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAI3B"}
@@ -1,5 +1,5 @@
1
1
  import type { Action, AnyAction } from 'redux';
2
- import type { ThunkAction } from 'redux-thunk';
2
+ import type { ThunkAction, ThunkDispatch } from 'redux-thunk';
3
3
  import type { PipelineBuilder } from './pipeline-builder/pipeline-builder';
4
4
  import type { PipelineStorage } from '../utils/pipeline-storage';
5
5
  declare const rootReducer: import("redux").Reducer<import("redux").CombinedState<{
@@ -11,7 +11,13 @@ declare const rootReducer: import("redux").Reducer<import("redux").CombinedState
11
11
  dataService: import("mongodb-data-service").DataService | null;
12
12
  };
13
13
  fields: any[];
14
- inputDocuments: any;
14
+ inputDocuments: {
15
+ count: any;
16
+ documents: any;
17
+ error: any;
18
+ isLoading: boolean;
19
+ isExpanded: boolean;
20
+ };
15
21
  namespace: string;
16
22
  env: string;
17
23
  isTimeSeries: boolean;
@@ -27,7 +33,6 @@ declare const rootReducer: import("redux").Reducer<import("redux").CombinedState
27
33
  isModified: boolean;
28
34
  isAtlasDeployed: boolean;
29
35
  isReadonly: boolean;
30
- importPipeline: any;
31
36
  settings: {
32
37
  isExpanded: boolean;
33
38
  isCommentMode: boolean;
@@ -43,7 +48,7 @@ declare const rootReducer: import("redux").Reducer<import("redux").CombinedState
43
48
  editViewName: any;
44
49
  sourceName: any;
45
50
  outResultsFn: any;
46
- isNewPipelineConfirm: boolean;
51
+ isNewPipelineConfirm: any;
47
52
  updateViewError: any;
48
53
  aggregation: import("./aggregation").State;
49
54
  workspace: import("./workspace").Workspace;
@@ -64,11 +69,18 @@ declare const rootReducer: import("redux").Reducer<import("redux").CombinedState
64
69
  };
65
70
  }>;
66
71
  }>;
72
+ focusMode: {
73
+ isEnabled: boolean;
74
+ stageIndex: number;
75
+ openedAt: number | null;
76
+ };
67
77
  }>, Action<any>>;
68
78
  export declare type RootState = ReturnType<typeof rootReducer>;
69
- export declare type PipelineBuilderThunkAction<R, A extends Action = AnyAction> = ThunkAction<R, RootState, {
79
+ export declare type PipelineBuilderExtraArgs = {
70
80
  pipelineBuilder: PipelineBuilder;
71
81
  pipelineStorage: PipelineStorage;
72
- }, A>;
82
+ };
83
+ export declare type PipelineBuilderThunkDispatch<A extends Action = AnyAction> = ThunkDispatch<RootState, PipelineBuilderExtraArgs, A>;
84
+ export declare type PipelineBuilderThunkAction<R, A extends Action = AnyAction> = ThunkAction<R, RootState, PipelineBuilderExtraArgs, A>;
73
85
  export default rootReducer;
74
86
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAuC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAQjE,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAsCf,CAAC;AAEH,oBAAY,SAAS,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAEvD,oBAAY,0BAA0B,CACpC,CAAC,EACD,CAAC,SAAS,MAAM,GAAG,SAAS,IAC1B,WAAW,CACb,CAAC,EACD,SAAS,EACT;IAAE,eAAe,EAAE,eAAe,CAAC;IAAC,eAAe,EAAE,eAAe,CAAA;CAAE,EACtE,CAAC,CACF,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAsC/C,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AASjE,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAsCf,CAAC;AAEH,oBAAY,SAAS,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AACvD,oBAAY,wBAAwB,GAAG;IACrC,eAAe,EAAE,eAAe,CAAC;IACjC,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,oBAAY,4BAA4B,CAAC,CAAC,SAAS,MAAM,GAAG,SAAS,IACnE,aAAa,CAAC,SAAS,EAAE,wBAAwB,EAAE,CAAC,CAAC,CAAC;AAExD,oBAAY,0BAA0B,CACpC,CAAC,EACD,CAAC,SAAS,MAAM,GAAG,SAAS,IAC1B,WAAW,CAAC,CAAC,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC,CAAC,CAAC;AAE3D,eAAe,WAAW,CAAC"}
@@ -1,17 +1,41 @@
1
- export const TOGGLE_INPUT_COLLAPSED: string;
2
- export const UPDATE_INPUT_DOCUMENTS: string;
3
- export const LOADING_INPUT_DOCUMENTS: string;
4
- export namespace INITIAL_STATE {
5
- const count: null;
6
- const documents: never[];
7
- const error: null;
8
- const isExpanded: boolean;
9
- const isLoading: boolean;
1
+ import type { Document } from 'mongodb';
2
+ import type { AnyAction } from 'redux';
3
+ import type { PipelineBuilderThunkAction } from '.';
4
+ export declare enum ActionTypes {
5
+ CollapseToggled = "aggregations/input-documents/CollapseToggled",
6
+ DocumentsFetchStarted = "aggregations/input-documents/DocumentsFetchStarted",
7
+ DocumentsFetchFinished = "aggregations/input-documents/DocumentsFetchFinished"
10
8
  }
9
+ declare type CollapseToggledAction = {
10
+ type: ActionTypes.CollapseToggled;
11
+ };
12
+ declare type DocumentsFetchStartedAction = {
13
+ type: ActionTypes.DocumentsFetchStarted;
14
+ };
15
+ declare type DocumentsFetchFinishedAction = {
16
+ type: ActionTypes.DocumentsFetchFinished;
17
+ count: number | null;
18
+ documents: Document[];
19
+ error: Error | null;
20
+ };
21
+ declare type State = {
22
+ count: number | null;
23
+ documents: Document[];
24
+ error: Error | null;
25
+ isExpanded: boolean;
26
+ isLoading: boolean;
27
+ };
28
+ export declare const INITIAL_STATE: State;
29
+ declare const reducer: (state: State | undefined, action: AnyAction) => {
30
+ count: any;
31
+ documents: any;
32
+ error: any;
33
+ isLoading: boolean;
34
+ isExpanded: boolean;
35
+ };
11
36
  export default reducer;
12
- export function toggleInputDocumentsCollapsed(): Object;
13
- export function updateInputDocuments(count: number, documents: any[], error: Error): Object;
14
- export function loadingInputDocuments(): Object;
15
- export function refreshInputDocuments(): Function;
16
- declare function reducer(state: Object | undefined, action: Object): any;
37
+ export declare const toggleInputDocumentsCollapsed: () => CollapseToggledAction;
38
+ export declare const loadingInputDocuments: () => DocumentsFetchStartedAction;
39
+ export declare const updateInputDocuments: (count: number | null, documents: Document[], error: Error | null) => DocumentsFetchFinishedAction;
40
+ export declare const refreshInputDocuments: () => PipelineBuilderThunkAction<Promise<void>>;
17
41
  //# sourceMappingURL=input-documents.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/input-documents.js"],"names":[],"mappings":"AAWA,4CAAyE;AAKzE,4CAAyE;AAKzE,6CAA2E;;;;;;;;;AA6CpE,iDAFM,MAAM,CAIjB;AAWK,6EAJI,KAAK,GAEH,MAAM,CAOjB;AAOK,yCAFM,MAAM,CAIjB;AAOK,kDAuCN;AAjGD,4DAJW,MAAM,GAEJ,GAAG,CAiBf"}
1
+ {"version":3,"file":"input-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/input-documents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAKpD,oBAAY,WAAW;IACrB,eAAe,iDAAiD;IAChE,qBAAqB,uDAAuD;IAC5E,sBAAsB,wDAAwD;CAC/E;AAED,aAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,WAAW,CAAC,eAAe,CAAC;CACnC,CAAC;AAEF,aAAK,2BAA2B,GAAG;IACjC,IAAI,EAAE,WAAW,CAAC,qBAAqB,CAAC;CACzC,CAAC;AAEF,aAAK,4BAA4B,GAAG;IAClC,IAAI,EAAE,WAAW,CAAC,sBAAsB,CAAC;IACzC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF,aAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAM3B,CAAC;AAEF,QAAA,MAAM,OAAO,qCAAmC,SAAS;;;;;gBAZ3C,OAAO;CA+BpB,CAAC;AAEF,eAAe,OAAO,CAAC;AAEvB,eAAO,MAAM,6BAA6B,QAAO,qBAE/C,CAAC;AAEH,eAAO,MAAM,qBAAqB,QAAO,2BAEvC,CAAC;AAEH,eAAO,MAAM,oBAAoB,UACxB,MAAM,GAAG,IAAI,aACT,QAAQ,EAAE,SACd,KAAK,GAAG,IAAI,KAClB,4BAKD,CAAC;AAEH,eAAO,MAAM,qBAAqB,QAAO,2BACvC,QAAQ,IAAI,CAAC,CAiDd,CAAC"}
@@ -1,5 +1,16 @@
1
- export default function reducer(state: boolean | undefined, action: Object): boolean;
2
- export const SET_IS_NEW_PIPELINE_CONFIRM: string;
3
- export const INITIAL_STATE: false;
4
- export function setIsNewPipelineConfirm(isNewPipelineConfirm: boolean): import("redux").AnyAction;
1
+ import type { AnyAction } from 'redux';
2
+ import type { PipelineBuilderThunkAction } from '.';
3
+ export declare enum ActionTypes {
4
+ ToggleConfirmNewPipeline = "compass-aggregations/is-new-pipeline-confirm/toggleConfirmNewPipeline",
5
+ NewPipelineConfirmed = "compass-aggregations/is-new-pipeline-confirm/newPipelineConfirmed"
6
+ }
7
+ declare type SetConfirmNewPipelineAction = {
8
+ type: ActionTypes.ToggleConfirmNewPipeline;
9
+ confirm: boolean;
10
+ };
11
+ export declare const INITIAL_STATE = false;
12
+ export default function reducer(state: boolean | undefined, action: AnyAction): any;
13
+ export declare const toggleNewPipelineModal: (confirm: boolean) => SetConfirmNewPipelineAction;
14
+ export declare const confirmNewPipeline: () => PipelineBuilderThunkAction<void>;
15
+ export {};
5
16
  //# sourceMappingURL=is-new-pipeline-confirm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"is-new-pipeline-confirm.d.ts","sourceRoot":"","sources":["../../../src/modules/is-new-pipeline-confirm.js"],"names":[],"mappings":"AAyBA,oEAJW,MAAM,WAYhB;AAvBD,iDAAmF;AAKnF,kCAAmC;AA2B5B,wEAFM,OAAO,OAAO,EAAE,SAAS,CAKpC"}
1
+ {"version":3,"file":"is-new-pipeline-confirm.d.ts","sourceRoot":"","sources":["../../../src/modules/is-new-pipeline-confirm.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAGpD,oBAAY,WAAW;IACrB,wBAAwB,0EAA0E;IAClG,oBAAoB,sEAAsE;CAC3F;AAED,aAAK,2BAA2B,GAAG;IACjC,IAAI,EAAE,WAAW,CAAC,wBAAwB,CAAC;IAC3C,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,aAAa,QAAQ,CAAC;AAEnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,qBAAgB,EAAE,MAAM,EAAE,SAAS,OAQvE;AAKD,eAAO,MAAM,sBAAsB,YACxB,OAAO,KACf,2BAGD,CAAC;AAKH,eAAO,MAAM,kBAAkB,QACzB,2BAA2B,IAAI,CAWlC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"large-limit.d.ts","sourceRoot":"","sources":["../../../src/modules/large-limit.js"],"names":[],"mappings":"AAQA,6EAQC;AAVD,mCAAiD"}
1
+ {"version":3,"file":"large-limit.d.ts","sourceRoot":"","sources":["../../../src/modules/large-limit.js"],"names":[],"mappings":"AAMA,6EAQC;AAVD,mCAAiD"}
@@ -1 +1 @@
1
- {"version":3,"file":"max-time-ms.d.ts","sourceRoot":"","sources":["../../../src/modules/max-time-ms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAGhD,eAAO,MAAM,mBAAmB,iDACgB,CAAC;AAEjD,aAAK,KAAK,GAAG,IAAI,GAAG,MAAM,CAAC;AAE3B,eAAO,MAAM,aAAa,EAAE,KAAY,CAAC;AAEzC,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CAQtC,CAAA;AAED,eAAO,MAAM,gBAAgB,UAAW,MAAM;;;CAG5C,CAAC;AAEH,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"max-time-ms.d.ts","sourceRoot":"","sources":["../../../src/modules/max-time-ms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAGhD,eAAO,MAAM,mBAAmB,iDACgB,CAAC;AAEjD,aAAK,KAAK,GAAG,IAAI,GAAG,MAAM,CAAC;AAE3B,eAAO,MAAM,aAAa,EAAE,KAAY,CAAC;AAEzC,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CAQtC,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,MAAM;;;CAG5C,CAAC;AAEH,eAAe,OAAO,CAAC"}
@@ -3,4 +3,5 @@ export const INITIAL_STATE: null;
3
3
  export function gotoOutResults(index: any): (dispatch: any, getState: any, { pipelineBuilder }: {
4
4
  pipelineBuilder: any;
5
5
  }) => void;
6
+ export function viewOutResults(index: any): (dispatch: any, getState: any) => void;
6
7
  //# sourceMappingURL=out-results-fn.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"out-results-fn.d.ts","sourceRoot":"","sources":["../../../src/modules/out-results-fn.js"],"names":[],"mappings":"AAiBA,wCALW,GAAG,GAGD,GAAG,CAIf;AAZD,iCAAkC;AAiB3B;;WAaN"}
1
+ {"version":3,"file":"out-results-fn.d.ts","sourceRoot":"","sources":["../../../src/modules/out-results-fn.js"],"names":[],"mappings":"AAkBA,wCALW,GAAG,GAGD,GAAG,CAIf;AAZD,iCAAkC;AAiB3B;;WAaN;AAEM,mFAON"}
@@ -1,12 +1,12 @@
1
1
  import type { PipelineBuilderThunkAction, RootState } from '..';
2
2
  import type { PipelineBuilder } from './pipeline-builder';
3
- import type { PipelineMode } from './pipeline-mode';
4
3
  export declare const updatePipelinePreview: () => PipelineBuilderThunkAction<void>;
5
4
  export declare function getStagesFromBuilderState(state: RootState, pipelineBuilder: PipelineBuilder): import("bson").Document[] | (import("bson").Document[] | null)[];
6
5
  export declare function getPipelineFromBuilderState(state: RootState, pipelineBuilder: PipelineBuilder): import("bson").Document[];
7
6
  export declare function getPipelineStringFromBuilderState(state: RootState, pipelineBuilder: PipelineBuilder): string;
8
- export declare function getPipelineStageOperatorsFromBuilderState(state: RootState): string[];
7
+ export declare function getPipelineStageOperatorsFromBuilderState(state: RootState, filterEmptyStageOperators?: true): string[];
8
+ export declare function getPipelineStageOperatorsFromBuilderState(state: RootState, filterEmptyStageOperators?: false): (string | null)[];
9
9
  export declare function getIsPipelineInvalidFromBuilderState(state: RootState, includeServerErrors?: boolean): boolean;
10
- export declare type EditorViewType = 'stage' | 'text';
11
- export declare function mapPipelineModeToEditorViewType(mode: PipelineMode): EditorViewType;
10
+ export declare type EditorViewType = 'stage' | 'text' | 'focus';
11
+ export declare function mapPipelineModeToEditorViewType(state: RootState): EditorViewType;
12
12
  //# sourceMappingURL=builder-helpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"builder-helpers.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/builder-helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAEhE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAIpD,eAAO,MAAM,qBAAqB,QAC5B,2BAA2B,IAAI,CAWhC,CAAC;AAEN,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,oEAOjC;AAED,wBAAgB,2BAA2B,CACzC,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,6BAOjC;AAED,wBAAgB,iCAAiC,CAC/C,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,GAC/B,MAAM,CAMR;AAED,wBAAgB,yCAAyC,CACvD,KAAK,EAAE,SAAS,GACf,MAAM,EAAE,CAYV;AAED,wBAAgB,oCAAoC,CAClD,KAAK,EAAE,SAAS,EAChB,mBAAmB,UAAO,GACzB,OAAO,CAWT;AAED,oBAAY,cAAc,GAAG,OAAO,GAAG,MAAM,CAAC;AAC9C,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,YAAY,GAAG,cAAc,CAElF"}
1
+ {"version":3,"file":"builder-helpers.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/builder-helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAEhE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAI1D,eAAO,MAAM,qBAAqB,QAC5B,2BAA2B,IAAI,CAWlC,CAAC;AAEJ,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,oEAOjC;AAED,wBAAgB,2BAA2B,CACzC,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,6BAOjC;AAED,wBAAgB,iCAAiC,CAC/C,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,GAC/B,MAAM,CAMR;AAED,wBAAgB,yCAAyC,CACvD,KAAK,EAAE,SAAS,EAChB,yBAAyB,CAAC,EAAE,IAAI,GAC/B,MAAM,EAAE,CAAC;AACZ,wBAAgB,yCAAyC,CACvD,KAAK,EAAE,SAAS,EAChB,yBAAyB,CAAC,EAAE,KAAK,GAChC,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;AAiBrB,wBAAgB,oCAAoC,CAClD,KAAK,EAAE,SAAS,EAChB,mBAAmB,UAAO,GACzB,OAAO,CAcT;AAED,oBAAY,cAAc,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;AAExD,wBAAgB,+BAA+B,CAC7C,KAAK,EAAE,SAAS,GACf,cAAc,CAMhB"}
@@ -1,21 +1,26 @@
1
1
  import type { DataService } from 'mongodb-data-service';
2
- import type * as t from '@babel/types';
3
2
  import type { Document } from 'bson';
4
3
  import { PipelinePreviewManager } from './pipeline-preview-manager';
5
4
  import type { PreviewOptions } from './pipeline-preview-manager';
6
5
  import Stage from './stage';
7
- import { PipelineParserError } from './pipeline-parser/utils';
8
6
  export declare const DEFAULT_PIPELINE = "[]";
9
7
  export declare class PipelineBuilder {
10
- private _source;
11
- pipeline: Document[] | null;
12
- node: t.ArrayExpression | null;
13
- stages: Stage[];
14
- syntaxError: PipelineParserError[];
8
+ source: string;
9
+ private _node;
10
+ private _pipeline;
11
+ private _syntaxError;
12
+ private _stages;
15
13
  previewManager: PipelinePreviewManager;
16
14
  constructor(dataService: DataService, source?: string);
17
- set source(source: string);
18
- get source(): string;
15
+ private isEmptySource;
16
+ get node(): typeof this._node;
17
+ set node(val: typeof this._node);
18
+ get pipeline(): typeof this._pipeline;
19
+ set pipeline(val: typeof this._pipeline);
20
+ get syntaxError(): typeof this._syntaxError;
21
+ set syntaxError(val: typeof this._syntaxError);
22
+ get stages(): typeof this._stages;
23
+ set stages(val: typeof this._stages);
19
24
  private get nonEmptyStages();
20
25
  private parseSourceToPipeline;
21
26
  reset(source?: string): void;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-builder.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/pipeline-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,KAAK,CAAC,MAAM,cAAc,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,OAAO,EAAkB,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAI9E,eAAO,MAAM,gBAAgB,OAAO,CAAC;AAOrC,qBAAa,eAAe;IAC1B,OAAO,CAAC,OAAO,CAA4B;IAE3C,QAAQ,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAQ;IACnC,IAAI,EAAE,CAAC,CAAC,eAAe,GAAG,IAAI,CAAQ;IACtC,MAAM,EAAE,KAAK,EAAE,CAAM;IACrB,WAAW,EAAE,mBAAmB,EAAE,CAAM;IAExC,cAAc,EAAE,sBAAsB,CAAC;gBAE3B,WAAW,EAAE,WAAW,EAAE,MAAM,SAAmB;IAM/D,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,EAGxB;IAED,IAAI,MAAM,IALS,MAAM,CAOxB;IAKD,OAAO,KAAK,cAAc,GAEzB;IAED,OAAO,CAAC,qBAAqB;IAgB7B,KAAK,CAAC,MAAM,SAAmB;IAW/B,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAQlC,cAAc,IAAI,IAAI;IAmBtB,OAAO,CAAC,cAAc;IAUtB,qBAAqB,IAAI,QAAQ,EAAE;IAanC,cAAc,IAAI,IAAI;IAatB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,KAAK;IAQ5B,QAAQ,CAAC,KAAK,GAAE,MAA+B,GAAG,KAAK;IASvD,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,KAAK;IAQ9B,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,KAAK;IAU1C,2BAA2B,CAAC,MAAM,UAAsB,GAAG,MAAM;IAiBjE,2BAA2B,IAAI,MAAM;IAYrC,qBAAqB,CAAC,MAAM,UAAsB,GAAG,QAAQ,EAAE;IAO/D,WAAW,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI;IAOhC,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAOvC,wBAAwB;IAOxB,kBAAkB,CAChB,GAAG,EAAE,MAAM,EACX,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,cAAc,EACvB,KAAK,UAAQ,GACZ,OAAO,CAAC,QAAQ,EAAE,CAAC;IActB,uBAAuB,CACrB,GAAG,EAAE,MAAM,EACX,QAAQ,GAAE,QAAQ,EAEjB;IAQH,qBAAqB,CACnB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,cAAc,EACvB,iBAAiB,UAAQ,GACxB,OAAO,CAAC,QAAQ,EAAE,CAAC;IAkBtB,0BAA0B,CACxB,QAAQ,GAAE,QAAQ,EAAiC,EACnD,iBAAiB,UAAQ;CAY5B"}
1
+ {"version":3,"file":"pipeline-builder.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/pipeline-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,OAAO,KAAK,MAAM,SAAS,CAAC;AAK5B,eAAO,MAAM,gBAAgB,OAAO,CAAC;AAOrC,qBAAa,eAAe;IAC1B,MAAM,EAAE,MAAM,CAAoB;IAClC,OAAO,CAAC,KAAK,CAAkC;IAE/C,OAAO,CAAC,SAAS,CAA2B;IAC5C,OAAO,CAAC,YAAY,CAA6B;IACjD,OAAO,CAAC,OAAO,CAAe;IAE9B,cAAc,EAAE,sBAAsB,CAAC;gBAE3B,WAAW,EAAE,WAAW,EAAE,MAAM,SAAmB;IAc/D,OAAO,CAAC,aAAa;IAIrB,IAAI,IAAI,IAIM,OAAO,IAAI,CAAC,KAAK,CAF9B;IAED,IAAI,IAAI,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC,KAAK,EAE9B;IAED,IAAI,QAAQ,IAIM,OAAO,IAAI,CAAC,SAAS,CAFtC;IAED,IAAI,QAAQ,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC,SAAS,EAEtC;IAED,IAAI,WAAW,IAIM,OAAO,IAAI,CAAC,YAAY,CAF5C;IAED,IAAI,WAAW,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC,YAAY,EAE5C;IAED,IAAI,MAAM,IAIM,OAAO,IAAI,CAAC,OAAO,CAFlC;IAED,IAAI,MAAM,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC,OAAO,EAElC;IAKD,OAAO,KAAK,cAAc,GAEzB;IAED,OAAO,CAAC,qBAAqB;IAgB7B,KAAK,CAAC,MAAM,SAAmB;IAW/B,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IASlC,cAAc,IAAI,IAAI;IAmBtB,OAAO,CAAC,cAAc;IAUtB,qBAAqB,IAAI,QAAQ,EAAE;IAanC,cAAc,IAAI,IAAI;IAYtB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,KAAK;IAQ5B,QAAQ,CAAC,KAAK,GAAE,MAA+B,GAAG,KAAK;IASvD,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,KAAK;IAQ9B,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,KAAK;IAU1C,2BAA2B,CAAC,MAAM,UAAsB,GAAG,MAAM;IAiBjE,2BAA2B,IAAI,MAAM;IAYrC,qBAAqB,CAAC,MAAM,UAAsB,GAAG,QAAQ,EAAE;IAO/D,WAAW,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI;IAOhC,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAOvC,wBAAwB;IAOxB,kBAAkB,CAChB,GAAG,EAAE,MAAM,EACX,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,cAAc,EACvB,KAAK,UAAQ,GACZ,OAAO,CAAC,QAAQ,EAAE,CAAC;IActB,uBAAuB,CACrB,GAAG,EAAE,MAAM,EACX,QAAQ,GAAE,QAAQ,EAEjB;IAQH,qBAAqB,CACnB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,cAAc,EACvB,iBAAiB,UAAQ,GACxB,OAAO,CAAC,QAAQ,EAAE,CAAC;IAkBtB,0BAA0B,CACxB,QAAQ,GAAE,QAAQ,EAAiC,EACnD,iBAAiB,UAAQ;CAY5B"}