@mongodb-js/compass-aggregations 0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2 → 0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7

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 (130) hide show
  1. package/README.md +1 -2
  2. package/dist/browser.js +1 -1
  3. package/dist/browser.js.LICENSE.txt +2 -8
  4. package/dist/index.css +6 -268
  5. package/dist/index.js +1 -1
  6. package/dist/index.js.LICENSE.txt +2 -8
  7. package/dist/src/components/add-stage/add-stage.d.ts +7 -16
  8. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
  9. package/dist/src/components/aggregations/aggregations.d.ts +12 -1
  10. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
  11. package/dist/src/components/atlas-stage-preview.d.ts +1 -1
  12. package/dist/src/components/atlas-stage-preview.d.ts.map +1 -1
  13. package/dist/src/components/create-view-modal/create-view-modal.d.ts +21 -31
  14. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
  15. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +19 -28
  16. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
  17. package/dist/src/components/focus-mode/focus-mode.d.ts +14 -0
  18. package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
  19. package/dist/src/components/pipeline/pipeline.d.ts +0 -13
  20. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  21. package/dist/src/components/pipeline-builder-input-documents.d.ts +5 -2
  22. package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -1
  23. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +4 -1
  24. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  25. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +4 -1
  26. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  27. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +4 -1
  28. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  29. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +6 -2
  30. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
  31. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +12 -19
  32. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
  33. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +4 -1
  34. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -1
  35. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts +13 -0
  36. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +1 -0
  37. package/dist/src/components/pipeline-explain/index.d.ts +4 -1
  38. package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
  39. package/dist/src/components/pipeline-results-workspace/index.d.ts +5 -1
  40. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  41. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +5 -1
  42. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
  43. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +4 -1
  44. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
  45. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +6 -1
  46. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  47. package/dist/src/components/pipeline-toolbar/index.d.ts +9 -1
  48. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  49. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +9 -6
  50. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
  51. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +10 -1
  52. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  53. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +4 -1
  54. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
  55. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +4 -11
  56. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
  57. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +5 -1
  58. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  59. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +4 -1
  60. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  61. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +5 -7
  62. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  63. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +4 -1
  64. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
  65. package/dist/src/components/resize-handle.d.ts.map +1 -1
  66. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +4 -6
  67. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  68. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +12 -0
  69. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +1 -0
  70. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +11 -3
  71. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  72. package/dist/src/components/settings/settings.d.ts.map +1 -1
  73. package/dist/src/components/stage-editor/stage-editor.d.ts +26 -51
  74. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
  75. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +8 -4
  76. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +8 -5
  77. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +15 -19
  78. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -1
  79. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +33 -18
  80. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
  81. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +8 -5
  82. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +1 -1
  83. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +14 -17
  84. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +1 -1
  85. package/dist/src/components/stage-preview.d.ts +26 -0
  86. package/dist/src/components/stage-preview.d.ts.map +1 -0
  87. package/dist/src/components/stage.d.ts +18 -0
  88. package/dist/src/components/stage.d.ts.map +1 -0
  89. package/dist/src/modules/count-documents.d.ts.map +1 -1
  90. package/dist/src/modules/focus-mode.d.ts +22 -0
  91. package/dist/src/modules/focus-mode.d.ts.map +1 -0
  92. package/dist/src/modules/id.d.ts.map +1 -1
  93. package/dist/src/modules/index.d.ts +5 -2
  94. package/dist/src/modules/index.d.ts.map +1 -1
  95. package/dist/src/modules/input-documents.d.ts.map +1 -1
  96. package/dist/src/modules/is-new-pipeline-confirm.d.ts +15 -4
  97. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
  98. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +2 -1
  99. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  100. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +14 -9
  101. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  102. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  103. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  104. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
  105. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
  106. package/dist/src/modules/saved-pipeline.d.ts +1 -1
  107. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  108. package/dist/src/utils/stage.d.ts +2 -1
  109. package/dist/src/utils/stage.d.ts.map +1 -1
  110. package/package.json +28 -28
  111. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
  112. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
  113. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
  114. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
  115. package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
  116. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
  117. package/dist/src/components/stage/index.d.ts +0 -3
  118. package/dist/src/components/stage/index.d.ts.map +0 -1
  119. package/dist/src/components/stage/stage.d.ts +0 -29
  120. package/dist/src/components/stage/stage.d.ts.map +0 -1
  121. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -9
  122. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
  123. package/dist/src/components/stage-preview/index.d.ts +0 -3
  124. package/dist/src/components/stage-preview/index.d.ts.map +0 -1
  125. package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
  126. package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
  127. package/dist/src/modules/import-pipeline.d.ts +0 -20
  128. package/dist/src/modules/import-pipeline.d.ts.map +0 -1
  129. package/dist/src/modules/link.d.ts +0 -2
  130. package/dist/src/modules/link.d.ts.map +0 -1
@@ -9,6 +9,14 @@ declare type PipelineToolbarProps = {
9
9
  pipelineOutputOption: PipelineOutputOption;
10
10
  };
11
11
  export declare const PipelineToolbar: React.FunctionComponent<PipelineToolbarProps>;
12
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineToolbarProps>, Omit<PipelineToolbarProps, "isBuilderView"> & import("react-redux").ConnectProps>;
12
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineToolbarProps>, {
13
+ showRunButton: boolean;
14
+ showExportButton: boolean;
15
+ showExplainButton: boolean;
16
+ onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
17
+ pipelineOutputOption: PipelineOutputOption;
18
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
19
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
20
+ }>;
13
21
  export default _default;
14
22
  //# sourceMappingURL=index.d.ts.map
@@ -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;AAUxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAsC5E,aAAK,oBAAoB,GAAG;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAmDzE,CAAC;;AAKF,wBAAkD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAUxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAsC5E,aAAK,oBAAoB,GAAG;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAmDzE,CAAC;;;;;;;;;;AAKF,wBAAkD"}
@@ -1,7 +1,6 @@
1
1
  import React from 'react';
2
2
  declare type PipelineHeaderProps = {
3
3
  isOptionsVisible: boolean;
4
- namespace: string;
5
4
  showRunButton: boolean;
6
5
  showExportButton: boolean;
7
6
  showExplainButton: boolean;
@@ -9,12 +8,16 @@ declare type PipelineHeaderProps = {
9
8
  onToggleOptions: () => void;
10
9
  isOpenPipelineVisible: boolean;
11
10
  isSavedPipelineVisible: boolean;
12
- savedPipelines: {
13
- id: string;
14
- name: string;
15
- }[];
16
11
  };
17
12
  export declare const PipelineHeader: React.FunctionComponent<PipelineHeaderProps>;
18
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineHeaderProps>, Omit<PipelineHeaderProps, "namespace" | "savedPipelines" | "onToggleSavedPipelines" | "isOpenPipelineVisible" | "isSavedPipelineVisible"> & import("react-redux").ConnectProps>;
13
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineHeaderProps>, {
14
+ isOptionsVisible: boolean;
15
+ showRunButton: boolean;
16
+ showExportButton: boolean;
17
+ showExplainButton: boolean;
18
+ onToggleOptions: () => void;
19
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
20
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
21
+ }>;
19
22
  export default _default;
20
23
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,aAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;IAChC,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAkEvE,CAAC;;AAEF,wBAckB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,aAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAmEvE,CAAC;;;;;;;;;;AAEF,wBAUkB"}
@@ -14,8 +14,17 @@ declare type PipelineActionsProps = {
14
14
  onExplainAggregation: () => void;
15
15
  isOptionsVisible?: boolean;
16
16
  onToggleOptions: () => void;
17
+ isAtlasDeployed?: boolean;
17
18
  };
18
19
  export declare const PipelineActions: React.FunctionComponent<PipelineActionsProps>;
19
- declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineActionsProps>, Omit<PipelineActionsProps, "isRunButtonDisabled" | "isExportButtonDisabled" | "showUpdateViewButton" | "isUpdateViewButtonDisabled" | "isExplainButtonDisabled" | "onUpdateView" | "onRunAggregation" | "onExportAggregationResults" | "onExplainAggregation"> & import("react-redux").ConnectProps>;
20
+ declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineActionsProps>, {
21
+ isOptionsVisible?: boolean | undefined;
22
+ showRunButton?: boolean | undefined;
23
+ showExportButton?: boolean | undefined;
24
+ showExplainButton?: boolean | undefined;
25
+ onToggleOptions: () => void;
26
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
27
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
28
+ }>;
20
29
  export default _default;
21
30
  //# sourceMappingURL=pipeline-actions.d.ts.map
@@ -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;;AAwBF,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;IAE5B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA4EzE,CAAC;;;;;;;;;;AAyBF,wBAA2E"}
@@ -8,6 +8,9 @@ declare type PipelineStagesProps = {
8
8
  onEditPipelineClick: (workspace: Workspace) => void;
9
9
  };
10
10
  export declare const PipelineStages: React.FunctionComponent<PipelineStagesProps>;
11
- declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineStagesProps>, Omit<PipelineStagesProps, "stages" | "isResultsMode" | "showAddNewStage" | "onAddStageClick" | "onEditPipelineClick"> & import("react-redux").ConnectProps>;
11
+ declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineStagesProps>, {
12
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
13
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
14
+ }>;
12
15
  export default _default;
13
16
  //# sourceMappingURL=pipeline-stages.d.ts.map
@@ -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;;AAgBF,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;AAIF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA+CvE,CAAC;;;;;AAiBF,wBAA0E"}
@@ -9,16 +9,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
9
9
  type: string;
10
10
  maxTimeMS: number | null;
11
11
  };
12
- }>, Omit<{
13
- collationValue: string;
14
- collationHasError: boolean;
15
- maxTimeMSValue: number | null;
16
- } & {
17
- collationStringChanged: (value: string) => import("../../../modules/collation-string").CollationStringChangedAction;
18
- maxTimeMSChanged: (value: number) => {
19
- type: string;
20
- maxTimeMS: number | null;
21
- };
22
- }, "collationStringChanged" | "maxTimeMSChanged" | "collationValue" | "collationHasError" | "maxTimeMSValue"> & import("react-redux").ConnectProps>;
12
+ }>, {
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
23
16
  export default _default;
24
17
  //# sourceMappingURL=pipeline-collation.d.ts.map
@@ -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;;;;;;;;;;;;;;;;;;;;;;AAuI3C,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"}
@@ -4,8 +4,12 @@ declare type PipelineSettingsProps = {
4
4
  isCreatePipelineDisplayed?: boolean;
5
5
  isExportToLanguageEnabled?: boolean;
6
6
  onExportToLanguage: () => void;
7
+ onCreateNewPipeline: () => void;
7
8
  };
8
9
  export declare const PipelineSettings: React.FunctionComponent<PipelineSettingsProps>;
9
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineSettingsProps>, Omit<PipelineSettingsProps, "isSavePipelineDisplayed" | "isCreatePipelineDisplayed" | "isExportToLanguageEnabled" | "onExportToLanguage"> & import("react-redux").ConnectProps>;
10
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineSettingsProps>, {
11
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
12
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
13
+ }>;
10
14
  export default _default;
11
15
  //# 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,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
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+B1B,aAAK,qBAAqB,GAAG;IAC3B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CA4CtB,CAAC;;;;;AAEF,wBAaoB"}
@@ -9,6 +9,9 @@ declare type PipelineExtraSettingsProps = {
9
9
  onToggleSettings: () => void;
10
10
  };
11
11
  export declare const PipelineExtraSettings: React.FunctionComponent<PipelineExtraSettingsProps>;
12
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExtraSettingsProps>, Omit<PipelineExtraSettingsProps, "pipelineMode" | "isAutoPreview" | "isPipelineModeDisabled" | "onToggleAutoPreview" | "onChangePipelineMode" | "onToggleSettings"> & import("react-redux").ConnectProps>;
12
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExtraSettingsProps>, {
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
13
16
  export default _default;
14
17
  //# sourceMappingURL=pipeline-extra-settings.d.ts.map
@@ -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;AAsBpF,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,CAqE3B,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,CAmE3B,CAAC;;;;;AAgBF,wBAAqE"}
@@ -8,12 +8,10 @@ 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, "pipelineName" | "isCreateViewAvailable" | "onSave" | "onSaveAs" | "onCreateView"> & import("react-redux").ConnectProps>;
12
- declare type CreateMenuProps = {
13
- onCreatePipeline: () => void;
14
- onCreatePipelineFromText: () => void;
15
- };
16
- export declare const CreateMenuComponent: React.FunctionComponent<CreateMenuProps>;
17
- export declare const CreateMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<CreateMenuProps>, Omit<CreateMenuProps, "onCreatePipeline" | "onCreatePipelineFromText"> & import("react-redux").ConnectProps>;
11
+ export declare const SaveMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<SaveMenuProps>, {
12
+ disabled?: boolean | undefined;
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
18
16
  export {};
19
17
  //# sourceMappingURL=pipeline-menus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAiBvC,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,CAwCxE,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;AAavC,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAKF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CA8CpE,CAAC;AAyBF,eAAO,MAAM,QAAQ;;;;EAGD,CAAC"}
@@ -4,6 +4,9 @@ declare type PipelineNameProps = {
4
4
  isModified: boolean;
5
5
  };
6
6
  export declare const PipelineName: React.FunctionComponent<PipelineNameProps>;
7
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineNameProps>, Omit<PipelineNameProps, "name" | "isModified"> & import("react-redux").ConnectProps>;
7
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineNameProps>, {
8
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
9
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
10
+ }>;
8
11
  export default _default;
9
12
  //# sourceMappingURL=pipeline-name.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-name.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-name.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAuBnE,CAAC;;AAOF,wBAA+C"}
1
+ {"version":3,"file":"pipeline-name.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-name.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAuBnE,CAAC;;;;;AAOF,wBAA+C"}
@@ -1 +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
+ {"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../src/components/resize-handle.tsx"],"names":[],"mappings":";AA8BA,QAAA,MAAM,YAAY,mBAGjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,12 +1,10 @@
1
1
  import React from 'react';
2
- import { type EditorViewType } from '../../modules/pipeline-builder/builder-helpers';
3
2
  declare type SavePipelineCardProps = {
4
3
  id: string;
5
4
  name: string;
6
- editor_view_type: EditorViewType;
7
- onOpenPipelineConfirm: (id: string) => void;
8
- onDeletePipeline: (id: string) => void;
5
+ onOpenPipeline: () => void;
6
+ onDeletePipeline: () => void;
9
7
  };
10
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<SavePipelineCardProps>, Omit<SavePipelineCardProps, "editor_view_type" | "onOpenPipelineConfirm" | "onDeletePipeline"> & import("react-redux").ConnectProps>;
11
- export default _default;
8
+ export declare const SavePipelineCard: React.FunctionComponent<SavePipelineCardProps>;
9
+ export {};
12
10
  //# 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;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
+ {"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA4BF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CAAC,qBAAqB,CAuC3E,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export declare const OpenPipelineConfirmationModal: React.FunctionComponent<{
3
+ isOpen: boolean;
4
+ onCancel: () => void;
5
+ onConfirm: () => void;
6
+ }>;
7
+ export declare const DeletePipelineConfirmationModal: React.FunctionComponent<{
8
+ isOpen: boolean;
9
+ onCancel: () => void;
10
+ onConfirm: () => void;
11
+ }>;
12
+ //# sourceMappingURL=saved-pipeline-confirmation-modals.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"saved-pipeline-confirmation-modals.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-confirmation-modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,6BAA6B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClE,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAgBA,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACpE,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAeA,CAAC"}
@@ -1,11 +1,19 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
+ import { type EditorViewType } from '../../modules/pipeline-builder/builder-helpers';
2
3
  declare type SavedPipelinesProps = {
3
4
  namespace: string;
4
5
  savedPipelines: {
5
6
  id: string;
6
7
  name: string;
7
8
  }[];
9
+ editor_view_type: EditorViewType;
10
+ onOpenPipeline: (pipelineId: string) => void;
11
+ onDeletePipeline: (pipelineId: string) => void;
8
12
  };
9
- declare function SavedPipelines({ namespace, savedPipelines, }: SavedPipelinesProps): JSX.Element;
10
- export { SavedPipelines };
13
+ export declare const SavedPipelines: ({ namespace, savedPipelines, editor_view_type, onOpenPipeline, onDeletePipeline, }: SavedPipelinesProps) => JSX.Element;
14
+ declare const _default: import("react-redux").ConnectedComponent<({ namespace, savedPipelines, editor_view_type, onOpenPipeline, onDeletePipeline, }: SavedPipelinesProps) => JSX.Element, {
15
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
16
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
17
+ }>;
18
+ export default _default;
11
19
  //# sourceMappingURL=saved-pipelines.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":";AAkDA,aAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAChD,CAAC;AAEF,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,cAAc,GACf,EAAE,mBAAmB,eAmCrB;AAED,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,KAAgC,MAAM,OAAO,CAAC;AAcrD,OAAO,EAAE,KAAK,cAAc,EAAmC,MAAM,gDAAgD,CAAC;AA6CtH,aAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC/C,gBAAgB,EAAE,cAAc,CAAC;IACjC,cAAc,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,uFAMxB,mBAAmB,gBAqErB,CAAC;;;;;AAcF,wBAA8D"}
@@ -1 +1 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AAwEA,aAAK,aAAa,GAAG;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBA8Hf;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AAyFA,aAAK,aAAa,GAAG;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBA+Hf;AAED,eAAe,QAAQ,CAAC"}
@@ -1,54 +1,29 @@
1
- export class StageEditor extends React.PureComponent<any, any, any> {
2
- static propTypes: {
3
- index: PropTypes.Validator<number>;
4
- stageValue: PropTypes.Requireable<string>;
5
- onChange: PropTypes.Validator<(...args: any[]) => any>;
6
- stageOperator: PropTypes.Requireable<string>;
7
- serverVersion: PropTypes.Validator<string>;
8
- autocompleteFields: PropTypes.Validator<any[]>;
9
- syntaxError: PropTypes.Requireable<object>;
10
- serverError: PropTypes.Requireable<object>;
11
- num_stages: PropTypes.Validator<number>;
12
- };
13
- static defaultProps: {
14
- autocompleteFields: never[];
15
- };
16
- constructor(props: Object);
17
- completer: StageAutoCompleter;
18
- editor: import("ace-builds").Ace.Editor | null;
19
- initialValue: any;
20
- componentDidUpdate(prevProps: Object): void;
21
- onStageChange: (value: string) => void;
22
- onBlur: () => void;
23
- renderError(): React.Component;
24
- renderSyntaxError(): JSX.Element | undefined;
25
- render(): Component;
26
- }
27
- declare const _default: import("react-redux").ConnectedComponent<typeof StageEditor, Omit<Pick<PropTypes.InferProps<{
28
- index: PropTypes.Validator<number>;
29
- stageValue: PropTypes.Requireable<string>;
30
- onChange: PropTypes.Validator<(...args: any[]) => any>;
31
- stageOperator: PropTypes.Requireable<string>;
32
- serverVersion: PropTypes.Validator<string>;
33
- autocompleteFields: PropTypes.Validator<any[]>;
34
- syntaxError: PropTypes.Requireable<object>;
35
- serverError: PropTypes.Requireable<object>;
36
- num_stages: PropTypes.Validator<number>;
37
- }>, "onChange" | "stageOperator" | "serverVersion" | "num_stages" | "index" | "syntaxError" | "serverError" | "stageValue"> & Partial<Pick<PropTypes.InferProps<{
38
- index: PropTypes.Validator<number>;
39
- stageValue: PropTypes.Requireable<string>;
40
- onChange: PropTypes.Validator<(...args: any[]) => any>;
41
- stageOperator: PropTypes.Requireable<string>;
42
- serverVersion: PropTypes.Validator<string>;
43
- autocompleteFields: PropTypes.Validator<any[]>;
44
- syntaxError: PropTypes.Requireable<object>;
45
- serverError: PropTypes.Requireable<object>;
46
- num_stages: PropTypes.Validator<number>;
47
- }>, "autocompleteFields">> & Partial<Pick<{
48
- autocompleteFields: never[];
49
- }, never>>, "onChange" | "stageOperator" | "serverVersion" | "num_stages" | "syntaxError" | "serverError" | "autocompleteFields" | "stageValue"> & import("react-redux").ConnectProps>;
1
+ export const StageEditor: React.ComponentType<Object>;
2
+ declare const _default: import("react-redux").ConnectedComponent<React.ComponentType<Object>, {
3
+ toString: () => string;
4
+ valueOf: () => Object;
5
+ constructor: Function;
6
+ toLocaleString: () => string;
7
+ hasOwnProperty: (v: PropertyKey) => boolean;
8
+ isPrototypeOf: (v: Object) => boolean;
9
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
10
+ should: Chai.Assertion;
11
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
12
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
13
+ } | {
14
+ ref?: React.LegacyRef<React.Component<Object, any, any>> | undefined;
15
+ key?: React.Key | null | undefined;
16
+ toString: () => string;
17
+ valueOf: () => Object;
18
+ constructor: Function;
19
+ toLocaleString: () => string;
20
+ hasOwnProperty: (v: PropertyKey) => boolean;
21
+ isPrototypeOf: (v: Object) => boolean;
22
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
23
+ should: Chai.Assertion;
24
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
25
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
26
+ }>;
50
27
  export default _default;
51
28
  import React from "react";
52
- import { StageAutoCompleter } from "@mongodb-js/compass-editor";
53
- import PropTypes from "prop-types";
54
29
  //# sourceMappingURL=stage-editor.d.ts.map
@@ -1 +1 @@
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
+ {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AA2NA,sDAA6D"}
@@ -8,10 +8,14 @@ export class DeleteStage extends React.PureComponent<any, any, any> {
8
8
  onStageDeleted: () => void;
9
9
  render(): JSX.Element;
10
10
  }
11
- declare const _default: import("react-redux").ConnectedComponent<typeof DeleteStage, Omit<PropTypes.InferProps<{
12
- index: PropTypes.Validator<number>;
13
- onStageDeleteClick: PropTypes.Validator<(...args: any[]) => any>;
14
- }>, "onStageDeleteClick"> & import("react-redux").ConnectProps>;
11
+ declare const _default: import("react-redux").ConnectedComponent<typeof DeleteStage, {
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
+ index: number;
17
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
18
+ }>;
15
19
  export default _default;
16
20
  import React from "react";
17
21
  import PropTypes from "prop-types";
@@ -9,11 +9,14 @@ export class StageCollapser extends React.PureComponent<any, any, any> {
9
9
  onStageCollapseToggled: () => void;
10
10
  render(): JSX.Element;
11
11
  }
12
- declare const _default: import("react-redux").ConnectedComponent<typeof StageCollapser, Omit<PropTypes.InferProps<{
13
- index: PropTypes.Validator<number>;
14
- isExpanded: PropTypes.Validator<boolean>;
15
- onChange: PropTypes.Validator<(...args: any[]) => any>;
16
- }>, "isExpanded" | "onChange"> & import("react-redux").ConnectProps>;
12
+ declare const _default: import("react-redux").ConnectedComponent<typeof StageCollapser, {
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
+ index: number;
18
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
19
+ }>;
17
20
  export default _default;
18
21
  import React from "react";
19
22
  import PropTypes from "prop-types";
@@ -1,21 +1,17 @@
1
- export class StageEditorToolbar extends React.PureComponent<any, any, any> {
2
- static propTypes: {
3
- stageOperator: PropTypes.Requireable<string>;
4
- index: PropTypes.Validator<number>;
5
- isAutoPreviewing: PropTypes.Requireable<boolean>;
6
- hasServerError: PropTypes.Requireable<boolean>;
7
- };
8
- constructor(props: any);
9
- constructor(props: any, context: any);
10
- render(): React.Component;
11
- }
12
- declare const _default: import("react-redux").ConnectedComponent<typeof StageEditorToolbar, Omit<PropTypes.InferProps<{
13
- stageOperator: PropTypes.Requireable<string>;
14
- index: PropTypes.Validator<number>;
15
- isAutoPreviewing: PropTypes.Requireable<boolean>;
16
- hasServerError: PropTypes.Requireable<boolean>;
17
- }>, never> & import("react-redux").ConnectProps>;
1
+ import React from 'react';
2
+ declare type StageEditorToolbarProps = {
3
+ stageOperator?: string | null;
4
+ index: number;
5
+ isAutoPreviewing?: boolean;
6
+ hasSyntaxError?: boolean;
7
+ hasServerError?: boolean;
8
+ isCollapsed?: boolean;
9
+ };
10
+ declare function StageEditorToolbar({ stageOperator, index, isAutoPreviewing, hasSyntaxError, hasServerError, isCollapsed, }: StageEditorToolbarProps): JSX.Element;
11
+ declare const _default: import("react-redux").ConnectedComponent<typeof StageEditorToolbar, {
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
+ }>;
18
16
  export default _default;
19
- import React from "react";
20
- import PropTypes from "prop-types";
21
17
  //# sourceMappingURL=stage-editor-toolbar.d.ts.map
@@ -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;IAqCyrhB,wBAA8C;IAAA,sCAAyJ;IA9Bl4hB,UAFa,MAAM,SAAS,CAqB3B;CACF"}
1
+ {"version":3,"file":"stage-editor-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-editor-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4F1B,aAAK,uBAAuB,GAAG;IAC7B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,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;CACvB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,EAC1B,aAAa,EACb,KAAK,EACL,gBAAgB,EAChB,cAAc,EACd,cAAc,EACd,WAAW,GACZ,EAAE,uBAAuB,eA0BzB;;WAE4D,MAAM;;;;AAAnE,wBASuB"}
@@ -1,20 +1,35 @@
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
- }
15
- }
16
- declare const _default: import("react-redux").ConnectedComponent<React.ComponentType<never>, never>;
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
+ stages: {
7
+ name: string;
8
+ env: string;
9
+ description: string;
10
+ }[];
11
+ };
12
+ export declare const StageOperatorSelect: ({ onChange, index, selectedStage, stages }: StageOperatorSelectProps) => JSX.Element;
13
+ declare type EnvAwareStageOperatorSelectProps = {
14
+ envInfo: {
15
+ serverVersion: string;
16
+ env: string;
17
+ isTimeSeries: boolean;
18
+ isReadonly: boolean;
19
+ sourceName: string;
20
+ };
21
+ stage: {
22
+ stageOperator: string | null;
23
+ disabled: boolean;
24
+ };
25
+ onChange: (index: number, name: string) => void;
26
+ index: number;
27
+ };
28
+ declare function EnvAwareStageOperatorSelect({ envInfo: { serverVersion, env, isTimeSeries, isReadonly, sourceName }, stage, onChange, index }: EnvAwareStageOperatorSelectProps): JSX.Element;
29
+ declare const _default: import("react-redux").ConnectedComponent<typeof EnvAwareStageOperatorSelect, {
30
+ index: number;
31
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
32
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
33
+ }>;
17
34
  export default _default;
18
- import PropTypes from "prop-types";
19
- import React from "react";
20
35
  //# 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":"AAoDO;;;;;gBAyDN"}
1
+ {"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-operator-select.tsx"],"names":[],"mappings":"AACA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAsDpD,aAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAC,IAAI,KAAK,IAAI,CAAC;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE;QACJ,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,WAAW,EAAE,MAAM,CAAA;KACtB,EAAE,CAAA;CACJ,CAAC;AAGF,eAAO,MAAM,mBAAmB,+CAK7B,wBAAwB,gBAqD1B,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,CAAA;KACnB,CAAC;IACF,KAAK,EAAE;QACL,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,QAAQ,EAAE,OAAO,CAAA;KAClB,CAAC;IACF,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAChD,KAAK,EAAE,MAAM,CAAA;CACd,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,EACN,EAAE,gCAAgC,eA0BlC;;WAGuC,MAAM;;;;AAD9C,wBAQ+B"}
@@ -9,11 +9,14 @@ export class ToggleStage extends React.PureComponent<any, any, any> {
9
9
  onStageToggled: (newVal: any) => void;
10
10
  render(): Component;
11
11
  }
12
- declare const _default: import("react-redux").ConnectedComponent<typeof ToggleStage, Omit<PropTypes.InferProps<{
13
- index: PropTypes.Validator<number>;
14
- isEnabled: PropTypes.Validator<boolean>;
15
- onChange: PropTypes.Validator<(...args: any[]) => any>;
16
- }>, "onChange" | "isEnabled"> & import("react-redux").ConnectProps>;
12
+ declare const _default: import("react-redux").ConnectedComponent<typeof ToggleStage, {
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
+ index: number;
18
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
19
+ }>;
17
20
  export default _default;
18
21
  import React from "react";
19
22
  import PropTypes from "prop-types";
@@ -1 +1 @@
1
- {"version":3,"file":"toggle-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/toggle-stage.jsx"],"names":[],"mappings":"AAaA;IACE;;;;MAIE;IAwCmgkB,wBAA8C;IAAA,sCAAyJ;IAnC5skB,sCAEE;IAOF,oBAcC;CACF"}
1
+ {"version":3,"file":"toggle-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/toggle-stage.jsx"],"names":[],"mappings":"AAaA;IACE;;;;MAIE;IAyC2+jB,wBAA8C;IAAA,sCAAyJ;IApCprkB,sCAEE;IAOF,oBAeC;CACF"}