@mongodb-js/compass-aggregations 9.3.0 → 9.4.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 (98) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/browser.js.LICENSE.txt +0 -6
  3. package/dist/index.css +34 -145
  4. package/dist/index.js +1 -22
  5. package/dist/index.js.LICENSE.txt +0 -6
  6. package/dist/src/components/atlas-stage-preview.d.ts +5 -0
  7. package/dist/src/components/atlas-stage-preview.d.ts.map +1 -0
  8. package/dist/src/components/create-view-modal/create-view-modal.d.ts +1 -1
  9. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
  10. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +1 -1
  11. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
  12. package/dist/src/components/input-workspace/input-workspace.d.ts.map +1 -1
  13. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +1 -1
  14. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +1 -1
  15. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +1 -1
  16. package/dist/src/components/pipeline/pipeline.d.ts +4 -0
  17. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  18. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  19. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +2 -1
  20. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  21. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +6 -1
  22. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  23. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +13 -0
  24. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -0
  25. package/dist/src/components/pipeline-output-options-menu.d.ts +7 -0
  26. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -0
  27. package/dist/src/components/pipeline-results-workspace/index.d.ts +1 -0
  28. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  29. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +3 -0
  30. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  31. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +1 -0
  32. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
  33. package/dist/src/components/pipeline-toolbar/index.d.ts +3 -0
  34. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  35. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  36. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
  37. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
  38. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +3 -3
  39. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  40. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  41. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +1 -1
  42. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  43. package/dist/src/components/resize-handle.d.ts +4 -0
  44. package/dist/src/components/resize-handle.d.ts.map +1 -0
  45. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +3 -1
  46. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  47. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  48. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
  49. package/dist/src/components/stage/stage.d.ts.map +1 -1
  50. package/dist/src/components/stage-editor/stage-editor.d.ts +7 -2
  51. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
  52. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -1
  53. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +16 -20
  54. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
  55. package/dist/src/components/stage-preview/stage-preview.d.ts.map +1 -1
  56. package/dist/src/modules/aggregation.d.ts.map +1 -1
  57. package/dist/src/modules/explain.d.ts.map +1 -1
  58. package/dist/src/modules/index.d.ts +8 -1
  59. package/dist/src/modules/index.d.ts.map +1 -1
  60. package/dist/src/modules/input-documents.d.ts.map +1 -1
  61. package/dist/src/modules/max-time-ms.d.ts.map +1 -1
  62. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +3 -0
  63. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  64. package/dist/src/modules/pipeline-builder/index.d.ts +8 -1
  65. package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -1
  66. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +8 -3
  67. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  68. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  69. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts +3 -2
  70. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
  71. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +12 -2
  72. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -1
  73. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +7 -6
  74. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  75. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +2 -0
  76. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  77. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +7 -1
  78. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  79. package/dist/src/modules/pipeline-builder/stage.d.ts +2 -2
  80. package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
  81. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +13 -0
  82. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -0
  83. package/dist/src/modules/pipeline-builder/{text-editor.d.ts → text-editor-pipeline.d.ts} +16 -10
  84. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -0
  85. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  86. package/dist/src/modules/update-view.d.ts.map +1 -1
  87. package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
  88. package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
  89. package/dist/src/utils/stage.d.ts +8 -2
  90. package/dist/src/utils/stage.d.ts.map +1 -1
  91. package/package.json +22 -19
  92. package/dist/src/components/resize-handle/resize-handle.d.ts +0 -7
  93. package/dist/src/components/resize-handle/resize-handle.d.ts.map +0 -1
  94. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts +0 -14
  95. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts.map +0 -1
  96. package/dist/src/modules/pipeline-builder/text-editor.d.ts.map +0 -1
  97. package/dist/src/utils/cancellable-promise.d.ts +0 -10
  98. package/dist/src/utils/cancellable-promise.d.ts.map +0 -1
@@ -4,12 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*!
8
- Copyright (c) 2017 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/react-select
11
- */
12
-
13
7
  /*!
14
8
  Copyright (c) 2018 Jed Watson.
15
9
  Licensed under the MIT License (MIT), see
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare const AtlastStagePreivew: ({ stageOperator, }: {
3
+ stageOperator: string;
4
+ }) => JSX.Element;
5
+ //# sourceMappingURL=atlas-stage-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"atlas-stage-preview.d.ts","sourceRoot":"","sources":["../../../src/components/atlas-stage-preview.tsx"],"names":[],"mappings":";AA2BA,eAAO,MAAM,kBAAkB;mBAGd,MAAM;iBA6BtB,CAAC"}
@@ -21,7 +21,7 @@ declare const MappedCreateViewModal: import("react-redux").ConnectedComponent<ty
21
21
  pipeline: PropTypes.Validator<any[]>;
22
22
  isRunning: PropTypes.Validator<boolean>;
23
23
  error: PropTypes.Requireable<object>;
24
- }>, "source" | "name" | "pipeline" | "isRunning" | "isDuplicating" | "isVisible">> & Partial<Pick<{
24
+ }>, "source" | "name" | "pipeline" | "isVisible" | "isRunning" | "isDuplicating">> & Partial<Pick<{
25
25
  name: string;
26
26
  source: string;
27
27
  pipeline: never[];
@@ -1 +1 @@
1
- {"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AAmHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOmB;AA/GnB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAyFwzgB,wBAA8C;IAAA,sCAAyJ;IAvFjghB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
1
+ {"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AAwHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOmB;AA/GnB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAyF8ugB,wBAA8C;IAAA,sCAAyJ;IAvFv7gB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
@@ -19,7 +19,7 @@ declare const MappedDuplicateViewModal: import("react-redux").ConnectedComponent
19
19
  pipeline: PropTypes.Validator<any[]>;
20
20
  isRunning: PropTypes.Validator<boolean>;
21
21
  error: PropTypes.Requireable<object>;
22
- }>, "source" | "name" | "pipeline" | "isRunning" | "isVisible">> & Partial<Pick<{
22
+ }>, "source" | "name" | "pipeline" | "isVisible" | "isRunning">> & Partial<Pick<{
23
23
  name: string;
24
24
  source: string;
25
25
  pipeline: never[];
@@ -1 +1 @@
1
- {"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AA4GA;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOsB;AAtGtB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IAkFy+gB,wBAA8C;IAAA,sCAAyJ;IAhFlrhB,iCAEE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
1
+ {"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AAiHA;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOsB;AAtGtB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IAkFu8gB,wBAA8C;IAAA,sCAAyJ;IAhFhphB,iCAEE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"input-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/input-workspace/input-workspace.jsx"],"names":[],"mappings":";AAwBA;IACE,2BAAsC;IAEtC;;;MAGC;IAiC43jB,wBAA8C;IAAA,sCAAyJ;IA1BpkkB,UAFa,MAAM,SAAS,CAwB3B;IAXmB,2CAAqB;CAY1C"}
1
+ {"version":3,"file":"input-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/input-workspace/input-workspace.jsx"],"names":[],"mappings":";AAwBA;IACE,2BAAsC;IAEtC;;;MAGC;IAiC04jB,wBAA8C;IAAA,sCAAyJ;IA1BllkB,UAFa,MAAM,SAAS,CAwB3B;IAXmB,2CAAqB;CAY1C"}
@@ -1 +1 @@
1
- {"version":3,"file":"confirm-import-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/confirm-import-pipeline.jsx"],"names":[],"mappings":";AAmBA;IACE,2BAAsD;IAEtD;;;;;MAKC;IA+Bm8jB,wBAA8C;IAAA,sCAAyJ;IA7B3okB,sBAEC;IAOD,UAFa,MAAM,SAAS,CAkB3B;CACF"}
1
+ {"version":3,"file":"confirm-import-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/confirm-import-pipeline.jsx"],"names":[],"mappings":";AAYA;IACE,2BAAsD;IAEtD;;;;;MAKC;IA6B+nkB,wBAA8C;IAAA,sCAAyJ;IA3Bv0kB,sBAEC;IAOD,UAFa,MAAM,SAAS,CAgB3B;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"confirm-new-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/confirm-new-pipeline.jsx"],"names":[],"mappings":";AAmBA;IACE,2BAAmD;IAEnD;;;;MAIC;IA0Cy0jB,wBAA8C;IAAA,sCAAyJ;IArCjhkB,sBAGC;IAKD,oBAEC;IAOD,UAFa,MAAM,SAAS,CAkB3B;CACF"}
1
+ {"version":3,"file":"confirm-new-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/confirm-new-pipeline.jsx"],"names":[],"mappings":";AAaA;IACE,2BAAmD;IAEnD;;;;MAIC;IAwC8/jB,wBAA8C;IAAA,sCAAyJ;IAnCtskB,sBAGC;IAKD,oBAEC;IAOD,UAFa,MAAM,SAAS,CAgB3B;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"import-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/import-pipeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAkC3E,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACnD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,IAAI,IAAI,CAAC;IACpB,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,IAAI,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,aAAa,EAAE,MAAM,CAAC;CACvB,CA4CA,CAAC;;;;;;;;;;;;;;;;;;;;AAkBF,wBAA8D"}
1
+ {"version":3,"file":"import-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/import-pipeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAsC3E,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACnD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,IAAI,IAAI,CAAC;IACpB,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,IAAI,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,aAAa,EAAE,MAAM,CAAC;CACvB,CA4CA,CAAC;;;;;;;;;;;;;;;;;;;;AAkBF,wBAA8D"}
@@ -48,6 +48,10 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
48
48
  };
49
49
  constructor(props: any);
50
50
  constructor(props: any, context: any);
51
+ state: {
52
+ pipelineOutputOption: string;
53
+ };
54
+ onChangePipelineOutputOption: (pipelineOutputOption: any) => void;
51
55
  renderModifyingViewSourceError(): JSX.Element | undefined;
52
56
  renderPipelineToolbar(): JSX.Element;
53
57
  render(): Component;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAwBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuCE;IAEF;;;;MAIE;IAmG+6a,wBAA8C;IAAA,sCAAyJ;IAjGxnb,0DAcC;IAED,qCAQC;IAOD,oBA8DC;CACF"}
1
+ {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6B1B,aAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAA;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAc7B,CAAC;;AASF,wBAA0D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;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"}
@@ -3,6 +3,7 @@ import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
3
3
  import type { MongoServerError } from 'mongodb';
4
4
  import type { PipelineParserError } from '../../../modules/pipeline-builder/pipeline-parser/utils';
5
5
  declare type PipelineEditorProps = {
6
+ num_stages: number;
6
7
  pipelineText: string;
7
8
  syntaxErrors: PipelineParserError[];
8
9
  serverError: MongoServerError | null;
@@ -11,6 +12,6 @@ declare type PipelineEditorProps = {
11
12
  onChangePipelineText: (value: string) => void;
12
13
  };
13
14
  export declare const PipelineEditor: React.FunctionComponent<PipelineEditorProps>;
14
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>, Omit<PipelineEditorProps, "fields" | "pipelineText" | "serverVersion" | "syntaxErrors" | "serverError" | "onChangePipelineText"> & import("react-redux").ConnectProps>;
15
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>, Omit<PipelineEditorProps, "fields" | "pipelineText" | "serverVersion" | "syntaxErrors" | "num_stages" | "serverError" | "onChangePipelineText"> & import("react-redux").ConnectProps>;
15
16
  export default _default;
16
17
  //# sourceMappingURL=pipeline-editor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAS9D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAS3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAkBnG,aAAK,mBAAmB,GAAG;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C,CAAC;AAoBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAiEvE,CAAC;;AAoBF,wBAA8D"}
1
+ {"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;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"}
@@ -2,9 +2,14 @@ import React from 'react';
2
2
  import type { Document } from 'mongodb';
3
3
  declare type PipelinePreviewProps = {
4
4
  isLoading: boolean;
5
+ isMergeStage: boolean;
6
+ isOutStage: boolean;
7
+ isMissingAtlasSupport: boolean;
8
+ atlasOperator: string;
5
9
  previewDocs: Document[] | null;
10
+ isPreviewStale: boolean;
6
11
  };
7
12
  export declare const PipelinePreview: React.FunctionComponent<PipelinePreviewProps>;
8
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, Omit<PipelinePreviewProps, "previewDocs" | "isLoading"> & import("react-redux").ConnectProps>;
13
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, Omit<PipelinePreviewProps, "previewDocs" | "isLoading" | "isMissingAtlasSupport" | "atlasOperator" | "isPreviewStale" | "isMergeStage" | "isOutStage"> & import("react-redux").ConnectProps>;
9
14
  export default _default;
10
15
  //# sourceMappingURL=pipeline-preview.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAgCxC,aAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;CAChC,CAAC;AAyDF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgBzE,CAAC;;AAWF,wBAAkD"}
1
+ {"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAsDxC,aAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAoFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;AAuBF,wBAAkD"}
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ declare type OutputStageProps = {
3
+ stageOperator: '$out' | '$merge' | null;
4
+ isAtlas: boolean;
5
+ isLoading: boolean;
6
+ isComplete: boolean;
7
+ onSaveCollection: () => void;
8
+ onOpenCollection: () => void;
9
+ };
10
+ export declare const OutputStagePreview: ({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null;
11
+ export declare const OutputStageBanner: import("react-redux").ConnectedComponent<({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null, Omit<OutputStageProps, "isLoading" | "isComplete" | "isAtlas" | "onSaveCollection" | "onOpenCollection"> & import("react-redux").ConnectProps>;
12
+ export {};
13
+ //# sourceMappingURL=pipeline-stages-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-stages-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.tsx"],"names":[],"mappings":";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"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export declare type PipelineOutputOption = 'expand' | 'collapse';
3
+ export declare const PipelineOutputOptionsMenu: React.FunctionComponent<{
4
+ option: PipelineOutputOption;
5
+ onChangeOption: (option: PipelineOutputOption) => void;
6
+ }>;
7
+ //# sourceMappingURL=pipeline-output-options-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-output-options-menu.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-output-options-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,oBAAY,oBAAoB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAMzD,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC9D,MAAM,EAAE,oBAAoB,CAAC;IAC7B,cAAc,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;CACxD,CAaA,CAAC"}
@@ -4,6 +4,7 @@ declare type PipelineResultsWorkspaceProps = {
4
4
  documents: Document[];
5
5
  isLoading?: boolean;
6
6
  isError?: boolean;
7
+ allDocsExpanded?: boolean;
7
8
  error?: string | null;
8
9
  isEmpty?: boolean;
9
10
  isMergeOrOutPipeline?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AA+FxC,aAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAAC,6BAA6B,CA0EzF,CAAC;;AAoCJ,wBAAwE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AA8FxC,aAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAAC,6BAA6B,CA2EzF,CAAC;;AAoCJ,wBAAwE"}
@@ -1,9 +1,12 @@
1
1
  import React from 'react';
2
2
  import type { ResultsViewType } from './pipeline-results-list';
3
+ import type { PipelineOutputOption } from '../pipeline-output-options-menu';
3
4
  declare type PipelineResultsHeaderProps = {
4
5
  onChangeResultsView: (viewType: ResultsViewType) => void;
5
6
  resultsViewType: ResultsViewType;
6
7
  isMergeOrOutPipeline: boolean;
8
+ onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
9
+ pipelineOutputOption: PipelineOutputOption;
7
10
  };
8
11
  export declare const PipelineResultsHeader: React.FunctionComponent<PipelineResultsHeaderProps>;
9
12
  declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsHeaderProps>, Omit<PipelineResultsHeaderProps, "resultsViewType" | "onChangeResultsView" | "isMergeOrOutPipeline"> & import("react-redux").ConnectProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,aAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;CAC/B,CAAC;AASF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CAAC,0BAA0B,CAiBnF,CAAC;;AAkBJ,wBAAqE"}
1
+ {"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,aAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAmBF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CA+B3B,CAAC;;AAkBF,wBAAqE"}
@@ -3,6 +3,7 @@ import type { Document } from 'mongodb';
3
3
  export declare type ResultsViewType = 'document' | 'json';
4
4
  declare const PipelineResultsList: React.FunctionComponent<{
5
5
  documents: Document[];
6
+ allDocsExpanded?: boolean;
6
7
  view: ResultsViewType;
7
8
  }>;
8
9
  export default PipelineResultsList;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAIxC,oBAAY,eAAe,GAAG,UAAU,GAAG,MAAM,CAAC;AAUlD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjD,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,eAAe,CAAC;CACvB,CAyBA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAIxC,oBAAY,eAAe,GAAG,UAAU,GAAG,MAAM,CAAC;AAMlD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjD,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,eAAe,CAAC;CACvB,CA2BA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,10 +1,13 @@
1
1
  import React from 'react';
2
+ import type { PipelineOutputOption } from '../pipeline-output-options-menu';
2
3
  declare type PipelineToolbarProps = {
3
4
  darkMode?: boolean;
4
5
  isBuilderView: boolean;
5
6
  showRunButton: boolean;
6
7
  showExportButton: boolean;
7
8
  showExplainButton: boolean;
9
+ onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
10
+ pipelineOutputOption: PipelineOutputOption;
8
11
  };
9
12
  export declare const PipelineToolbar: React.FunctionComponent<PipelineToolbarProps>;
10
13
  declare const _default: React.ComponentType<Omit<PipelineToolbarProps, "isBuilderView"> & import("react-redux").ConnectProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+CxC,aAAK,oBAAoB,GAAG;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA4CzE,CAAC;;AAKF,wBAA6D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAUxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAsC5E,aAAK,oBAAoB,GAAG;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAqDzE,CAAC;;AAKF,wBAA6D"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,aAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA2EzE,CAAC;;AA2BF,wBAA2E"}
1
+ {"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,aAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA2EzE,CAAC;;AAwBF,wBAA2E"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-stages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-stages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwB5D,aAAK,mBAAmB,GAAG;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAgDvE,CAAC;;AAeF,wBAA0E"}
1
+ {"version":3,"file":"pipeline-stages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-stages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwB5D,aAAK,mBAAmB,GAAG;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAgDvE,CAAC;;AAgBF,wBAA0E"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-collation.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/pipeline-collation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;AAmI3C,wBAA4C"}
1
+ {"version":3,"file":"pipeline-collation.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/pipeline-collation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;AAuI3C,wBAA4C"}
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
2
  declare type PipelineSettingsProps = {
3
- isSavePipelineEnabled?: boolean;
4
- isCreatePipelineEnabled?: boolean;
3
+ isSavePipelineDisplayed?: boolean;
4
+ isCreatePipelineDisplayed?: boolean;
5
5
  isExportToLanguageEnabled?: boolean;
6
6
  onExportToLanguage: () => void;
7
7
  };
8
8
  export declare const PipelineSettings: React.FunctionComponent<PipelineSettingsProps>;
9
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineSettingsProps>, Omit<PipelineSettingsProps, "isSavePipelineEnabled" | "isCreatePipelineEnabled" | "isExportToLanguageEnabled" | "onExportToLanguage"> & import("react-redux").ConnectProps>;
9
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineSettingsProps>, Omit<PipelineSettingsProps, "isSavePipelineDisplayed" | "isCreatePipelineDisplayed" | "isExportToLanguageEnabled" | "onExportToLanguage"> & import("react-redux").ConnectProps>;
10
10
  export default _default;
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,aAAK,qBAAqB,GAAG;IAC3B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAiCtB,CAAC;;AAEF,wBAaoB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,aAAK,qBAAqB,GAAG;IAC3B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAiCtB,CAAC;;AAEF,wBAYoB"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAqBpF,aAAK,0BAA0B,GAAG;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,sBAAsB,EAAE,OAAO,CAAC;IAChC,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,oBAAoB,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACrD,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAiE3B,CAAC;;AAgBF,wBAAqE"}
1
+ {"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAqBpF,aAAK,0BAA0B,GAAG;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,sBAAsB,EAAE,OAAO,CAAC;IAChC,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,oBAAoB,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACrD,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAsE3B,CAAC;;AAgBF,wBAAqE"}
@@ -8,7 +8,7 @@ declare type SaveMenuProps = {
8
8
  onCreateView: () => void;
9
9
  };
10
10
  export declare const SaveMenuComponent: React.FunctionComponent<SaveMenuProps>;
11
- export declare const SaveMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<SaveMenuProps>, Omit<SaveMenuProps, "disabled" | "pipelineName" | "isCreateViewAvailable" | "onSave" | "onSaveAs" | "onCreateView"> & import("react-redux").ConnectProps>;
11
+ export declare const SaveMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<SaveMenuProps>, Omit<SaveMenuProps, "pipelineName" | "isCreateViewAvailable" | "onSave" | "onSaveAs" | "onCreateView"> & import("react-redux").ConnectProps>;
12
12
  declare type CreateMenuProps = {
13
13
  onCreatePipeline: () => void;
14
14
  onCreatePipelineFromText: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AA8F7D,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAuCpE,CAAC;AA2BF,eAAO,MAAM,QAAQ,4OAGD,CAAC;AAGrB,aAAK,eAAe,GAAG;IACrB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AACF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAwBxE,CAAC;AAKF,eAAO,MAAM,UAAU,iMAGD,CAAC"}
1
+ {"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAgBvC,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAKF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CA8CpE,CAAC;AAyBF,eAAO,MAAM,QAAQ,+NAGD,CAAC;AAGrB,aAAK,eAAe,GAAG;IACrB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AAKF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAyBxE,CAAC;AAKF,eAAO,MAAM,UAAU,iMAGD,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const ResizeHandle: () => JSX.Element;
3
+ export default ResizeHandle;
4
+ //# sourceMappingURL=resize-handle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../src/components/resize-handle.tsx"],"names":[],"mappings":";AAiBA,QAAA,MAAM,YAAY,mBAEjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,10 +1,12 @@
1
1
  import React from 'react';
2
+ import { type EditorViewType } from '../../modules/pipeline-builder/builder-helpers';
2
3
  declare type SavePipelineCardProps = {
3
4
  id: string;
4
5
  name: string;
6
+ editor_view_type: EditorViewType;
5
7
  onOpenPipelineConfirm: (id: string) => void;
6
8
  onDeletePipeline: (id: string) => void;
7
9
  };
8
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<SavePipelineCardProps>, Omit<SavePipelineCardProps, "onOpenPipelineConfirm" | "onDeletePipeline"> & import("react-redux").ConnectProps>;
10
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<SavePipelineCardProps>, Omit<SavePipelineCardProps, "editor_view_type" | "onOpenPipelineConfirm" | "onDeletePipeline"> & import("react-redux").ConnectProps>;
9
11
  export default _default;
10
12
  //# sourceMappingURL=saved-pipeline-card.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAiBrD,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,gBAAgB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;;AAuGF,wBAGqB"}
1
+ {"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAerD,OAAO,EACL,KAAK,cAAc,EAEpB,MAAM,gDAAgD,CAAC;AAIxD,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,cAAc,CAAC;IACjC,qBAAqB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,gBAAgB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;;AA6GF,wBAUoB"}
@@ -1 +1 @@
1
- {"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgD1B,aAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAChD,CAAC;AA0CF,QAAA,MAAM,cAAc,0CAAoC,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkD1B,aAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAChD,CAAC;AA0CF,QAAA,MAAM,cAAc,0CAAoC,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.jsx"],"names":[],"mappings":";AAOA;IACE,2BAAoD;IAEpD;;;;;;;;;MASE;IA2DuxiB,wBAA8C;IAAA,sCAAyJ;IAnDh+iB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAyB3B;CACF"}
1
+ {"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.jsx"],"names":[],"mappings":";AAOA;IACE,2BAAoD;IAEpD;;;;;;;;;MASE;IA0D62iB,wBAA8C;IAAA,sCAAyJ;IAlDtjjB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAwB3B;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage/stage.jsx"],"names":[],"mappings":";;;;;;;;AAwCA;IACE;;;;;;MAME;IAmG0of,wBAA8C;IAAA,sCAAyJ;IA7Fn1f,qBAKC;IAED,4BASC;IAED,qCA2BC;IAVO,2CAAqB;IAY7B,6BASC;IAOD,oBAkBC;CACF"}
1
+ {"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage/stage.jsx"],"names":[],"mappings":";;;;;;;;AAwCA;IACE;;;;;;MAME;IAmGwpf,wBAA8C;IAAA,sCAAyJ;IA7Fj2f,qBAKC;IAED,4BASC;IAED,qCA2BC;IAVO,2CAAqB;IAY7B,6BASC;IAOD,oBAkBC;CACF"}
@@ -8,6 +8,7 @@ export class StageEditor extends React.PureComponent<any, any, any> {
8
8
  autocompleteFields: PropTypes.Validator<any[]>;
9
9
  syntaxError: PropTypes.Requireable<object>;
10
10
  serverError: PropTypes.Requireable<object>;
11
+ num_stages: PropTypes.Validator<number>;
11
12
  };
12
13
  static defaultProps: {
13
14
  autocompleteFields: never[];
@@ -15,8 +16,10 @@ export class StageEditor extends React.PureComponent<any, any, any> {
15
16
  constructor(props: Object);
16
17
  completer: StageAutoCompleter;
17
18
  editor: import("ace-builds").Ace.Editor | null;
19
+ initialValue: any;
18
20
  componentDidUpdate(prevProps: Object): void;
19
21
  onStageChange: (value: string) => void;
22
+ onBlur: () => void;
20
23
  renderError(): React.Component;
21
24
  renderSyntaxError(): JSX.Element | undefined;
22
25
  render(): Component;
@@ -30,7 +33,8 @@ declare const _default: import("react-redux").ConnectedComponent<typeof StageEdi
30
33
  autocompleteFields: PropTypes.Validator<any[]>;
31
34
  syntaxError: PropTypes.Requireable<object>;
32
35
  serverError: PropTypes.Requireable<object>;
33
- }>, "onChange" | "stageOperator" | "serverVersion" | "index" | "syntaxError" | "serverError" | "stageValue"> & Partial<Pick<PropTypes.InferProps<{
36
+ num_stages: PropTypes.Validator<number>;
37
+ }>, "onChange" | "stageOperator" | "serverVersion" | "num_stages" | "index" | "syntaxError" | "serverError" | "stageValue"> & Partial<Pick<PropTypes.InferProps<{
34
38
  index: PropTypes.Validator<number>;
35
39
  stageValue: PropTypes.Requireable<string>;
36
40
  onChange: PropTypes.Validator<(...args: any[]) => any>;
@@ -39,9 +43,10 @@ declare const _default: import("react-redux").ConnectedComponent<typeof StageEdi
39
43
  autocompleteFields: PropTypes.Validator<any[]>;
40
44
  syntaxError: PropTypes.Requireable<object>;
41
45
  serverError: PropTypes.Requireable<object>;
46
+ num_stages: PropTypes.Validator<number>;
42
47
  }>, "autocompleteFields">> & Partial<Pick<{
43
48
  autocompleteFields: never[];
44
- }, never>>, "onChange" | "stageOperator" | "serverVersion" | "syntaxError" | "serverError" | "autocompleteFields" | "stageValue"> & import("react-redux").ConnectProps>;
49
+ }, never>>, "onChange" | "stageOperator" | "serverVersion" | "num_stages" | "syntaxError" | "serverError" | "autocompleteFields" | "stageValue"> & import("react-redux").ConnectProps>;
45
50
  export default _default;
46
51
  import React from "react";
47
52
  import { StageAutoCompleter } from "@mongodb-js/compass-editor";
@@ -1 +1 @@
1
- {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AAgBA;IACE;;;;;;;;;MASE;IAEF;;MAEE;IAOF,mBAFW,MAAM,EAWhB;IAPC,8BAKC;IACD,+CAAkB;IAMpB,8BAFW,MAAM,QA+BhB;IAQD,uCAEE;IAOF,eAFa,MAAM,SAAS,CAc3B;IAED,6CAgBC;IAOD,oBAqBC;CACF"}
1
+ {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AAkBA;IACE;;;;;;;;;;MAUE;IAEF;;MAEE;IAOF,mBAFW,MAAM,EAYhB;IARC,8BAKC;IACD,+CAAkB;IAClB,kBAAoC;IAMtC,8BAFW,MAAM,QA+BhB;IAQD,uCAEE;IAEF,mBAgBE;IAOF,eAFa,MAAM,SAAS,CAc3B;IAED,6CAgBC;IAOD,oBAsBC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"stage-editor-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-editor-toolbar.jsx"],"names":[],"mappings":"AA8CA;IACE;;;;;MAKE;IAsCm/gB,wBAA8C;IAAA,sCAAyJ;IA/B5rhB,UAFa,MAAM,SAAS,CAsB3B;CACF"}
1
+ {"version":3,"file":"stage-editor-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-editor-toolbar.jsx"],"names":[],"mappings":"AA+CA;IACE;;;;;MAKE;IAsConhB,wBAA8C;IAAA,sCAAyJ;IA/B7zhB,UAFa,MAAM,SAAS,CAsB3B;CACF"}
@@ -1,24 +1,20 @@
1
- export class StageOperatorSelect extends React.PureComponent<any, any, any> {
2
- static propTypes: {
3
- index: PropTypes.Validator<number>;
4
- stages: PropTypes.Validator<any[]>;
5
- selectedStage: PropTypes.Requireable<string>;
6
- onChange: PropTypes.Validator<(...args: any[]) => any>;
7
- isDisabled: PropTypes.Requireable<boolean>;
8
- };
9
- constructor(props: any);
10
- constructor(props: any, context: any);
11
- onStageOperatorSelected: (name: string) => void;
12
- render(): Component;
1
+ export function StageOperatorSelect({ onChange, index, selectedStage, stages }: {
2
+ onChange: any;
3
+ index: any;
4
+ selectedStage: any;
5
+ stages: any;
6
+ }): JSX.Element;
7
+ export namespace StageOperatorSelect {
8
+ namespace propTypes {
9
+ const index: PropTypes.Validator<number>;
10
+ const stages: PropTypes.Validator<any[]>;
11
+ const selectedStage: PropTypes.Requireable<string>;
12
+ const onChange: PropTypes.Validator<(...args: any[]) => any>;
13
+ const isDisabled: PropTypes.Requireable<boolean>;
14
+ }
13
15
  }
14
- declare const _default: import("react-redux").ConnectedComponent<typeof StageOperatorSelect, Omit<PropTypes.InferProps<{
15
- index: PropTypes.Validator<number>;
16
- stages: PropTypes.Validator<any[]>;
17
- selectedStage: PropTypes.Requireable<string>;
18
- onChange: PropTypes.Validator<(...args: any[]) => any>;
19
- isDisabled: PropTypes.Requireable<boolean>;
20
- }>, "onChange" | "stages" | "isDisabled" | "selectedStage"> & import("react-redux").ConnectProps>;
16
+ declare const _default: import("react-redux").ConnectedComponent<React.ComponentType<never>, never>;
21
17
  export default _default;
22
- import React from "react";
23
18
  import PropTypes from "prop-types";
19
+ import React from "react";
24
20
  //# sourceMappingURL=stage-operator-select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-operator-select.jsx"],"names":[],"mappings":"AAcA;IACE;;;;;;MAMC;IAuDuuiB,wBAA8C;IAAA,sCAAyJ;IAhD/6iB,2CAFa,IAAI,CAIhB;IAOD,oBAkBC;CACF"}
1
+ {"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-operator-select.jsx"],"names":[],"mappings":"AA0CO;;;;;gBAmCN"}
@@ -1 +1 @@
1
- {"version":3,"file":"stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview.jsx"],"names":[],"mappings":"AAmBA;IACE;;;;;;;;;;;;;;;MAeC;IAgRwyS,wBAA8C;IAAA,sCAAyJ;IA3Qh/S,+BAEC;IAKD,6BAEC;IAKD,4BAEC;IAOD,gCAuCC;IAOD,8BAwCC;IAQD,gDA4BC;IAOD,2BA+CC;IAOD,2BAUC;IAOD,UAFa,MAAM,SAAS,CAS3B;CACF"}
1
+ {"version":3,"file":"stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview.jsx"],"names":[],"mappings":"AAoBA;IACE;;;;;;;;;;;;;;;MAeC;IAkP6kV,wBAA8C;IAAA,sCAAyJ;IA7OrxV,+BAEC;IAKD,6BAEC;IAKD,4BAEC;IAOD,gCAsCC;IAOD,8BAsCC;IAQD,gDAMC;IAOD,2BA+CC;IAOD,2BAUC;IAOD,UAFa,MAAM,SAAS,CAS3B;CACF"}
@@ -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 +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;AAO3C,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,CA2F7E,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;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"}
@@ -55,7 +55,14 @@ declare const rootReducer: import("redux").Reducer<import("redux").CombinedState
55
55
  pipelineBuilder: import("redux").CombinedState<{
56
56
  pipelineMode: import("./pipeline-builder/pipeline-mode").PipelineMode;
57
57
  stageEditor: import("./pipeline-builder/stage-editor").StageEditorState;
58
- textEditor: import("./pipeline-builder/text-editor").TextEditorState;
58
+ textEditor: import("redux").CombinedState<{
59
+ pipeline: import("./pipeline-builder/text-editor-pipeline").TextEditorState;
60
+ outputStage: {
61
+ isLoading: boolean;
62
+ serverError: import("mongodb").MongoServerError | null;
63
+ isComplete: boolean;
64
+ };
65
+ }>;
59
66
  }>;
60
67
  }>, Action<any>>;
61
68
  export declare type RootState = ReturnType<typeof rootReducer>;
@@ -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;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 +1 @@
1
- {"version":3,"file":"input-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/input-documents.js"],"names":[],"mappings":"AAUA,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.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 +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;AAEhD,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,CAAA;AAED,eAAO,MAAM,gBAAgB,UAAW,MAAM;;;CAG5C,CAAC;AAEH,eAAe,OAAO,CAAC"}
@@ -1,9 +1,12 @@
1
1
  import type { PipelineBuilderThunkAction, RootState } from '..';
2
2
  import type { PipelineBuilder } from './pipeline-builder';
3
+ import type { PipelineMode } from './pipeline-mode';
3
4
  export declare const updatePipelinePreview: () => PipelineBuilderThunkAction<void>;
4
5
  export declare function getStagesFromBuilderState(state: RootState, pipelineBuilder: PipelineBuilder): import("bson").Document[] | (import("bson").Document[] | null)[];
5
6
  export declare function getPipelineFromBuilderState(state: RootState, pipelineBuilder: PipelineBuilder): import("bson").Document[];
6
7
  export declare function getPipelineStringFromBuilderState(state: RootState, pipelineBuilder: PipelineBuilder): string;
7
8
  export declare function getPipelineStageOperatorsFromBuilderState(state: RootState): string[];
8
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;
9
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;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAI1D,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,CAQV;AAED,wBAAgB,oCAAoC,CAClD,KAAK,EAAE,SAAS,EAChB,mBAAmB,UAAO,GACzB,OAAO,CAQT"}
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"}