@mongodb-js/compass-aggregations 9.4.0 → 9.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +3 -3
- package/.prettierignore +3 -0
- package/.prettierrc.json +1 -0
- package/README.md +27 -21
- package/dist/browser.js +1 -1
- package/dist/browser.js.LICENSE.txt +2 -8
- package/dist/index.css +6 -483
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +2 -8
- package/dist/src/components/add-stage/add-stage.d.ts +7 -16
- package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
- package/dist/src/components/aggregations/aggregations.d.ts +12 -1
- package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
- package/dist/src/components/create-view-modal/create-view-modal.d.ts +21 -31
- package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
- package/dist/src/components/create-view-plugin.d.ts.map +1 -1
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +19 -28
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts +16 -0
- package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -0
- package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts +14 -0
- package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -0
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +23 -0
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -0
- package/dist/src/components/focus-mode/focus-mode.d.ts +13 -0
- package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
- package/dist/src/components/loading-overlay/index.d.ts +1 -1
- package/dist/src/components/loading-overlay/loading-overlay.d.ts +6 -12
- package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
- package/dist/src/components/pipeline/pipeline.d.ts +0 -13
- package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-input-documents.d.ts +17 -0
- package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +4 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +4 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +4 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +6 -2
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +12 -19
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +4 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -1
- package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts +13 -0
- package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +1 -0
- package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/index.d.ts +4 -1
- package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-output-options-menu.d.ts +1 -0
- package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/index.d.ts +5 -1
- package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +5 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +4 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +6 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts +9 -2
- package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +9 -6
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +10 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +4 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +4 -11
- package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +5 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +4 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +5 -7
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +4 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
- package/dist/src/components/resize-handle.d.ts.map +1 -1
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +4 -6
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
- package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +12 -0
- package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +1 -0
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +10 -3
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
- package/dist/src/components/settings/settings.d.ts.map +1 -1
- package/dist/src/components/stage-editor/stage-editor.d.ts +26 -51
- package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
- package/dist/src/components/stage-preview/atlas-stage-preview.d.ts +5 -0
- package/dist/src/components/stage-preview/atlas-stage-preview.d.ts.map +1 -0
- package/dist/src/components/stage-preview/index.d.ts +18 -2
- package/dist/src/components/stage-preview/index.d.ts.map +1 -1
- package/dist/src/components/stage-preview/output-stage-preview.d.ts +19 -0
- package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -0
- package/dist/src/components/stage-preview/stage-preview-header.d.ts +17 -0
- package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/index.d.ts +18 -0
- package/dist/src/components/stage-toolbar/index.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/option-menu.d.ts +17 -0
- package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/stage-collapser.d.ts +12 -0
- package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +36 -0
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/toggle-stage.d.ts +12 -0
- package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -0
- package/dist/src/components/stage.d.ts +18 -0
- package/dist/src/components/stage.d.ts.map +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/modules/aggregation.d.ts.map +1 -1
- package/dist/src/modules/auto-preview.d.ts +2 -2
- package/dist/src/modules/auto-preview.d.ts.map +1 -1
- package/dist/src/modules/collation-string.d.ts.map +1 -1
- package/dist/src/modules/count-documents.d.ts.map +1 -1
- package/dist/src/modules/create-view/index.d.ts.map +1 -1
- package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -1
- package/dist/src/modules/create-view/is-running.d.ts.map +1 -1
- package/dist/src/modules/data-service.d.ts +2 -2
- package/dist/src/modules/data-service.d.ts.map +1 -1
- package/dist/src/modules/explain.d.ts.map +1 -1
- package/dist/src/modules/export-to-language.d.ts.map +1 -1
- package/dist/src/modules/focus-mode.d.ts +30 -0
- package/dist/src/modules/focus-mode.d.ts.map +1 -0
- package/dist/src/modules/id.d.ts.map +1 -1
- package/dist/src/modules/index.d.ts +18 -6
- package/dist/src/modules/index.d.ts.map +1 -1
- package/dist/src/modules/input-documents.d.ts +38 -14
- package/dist/src/modules/input-documents.d.ts.map +1 -1
- package/dist/src/modules/is-new-pipeline-confirm.d.ts +15 -4
- package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
- package/dist/src/modules/large-limit.d.ts.map +1 -1
- package/dist/src/modules/max-time-ms.d.ts.map +1 -1
- package/dist/src/modules/out-results-fn.d.ts +1 -0
- package/dist/src/modules/out-results-fn.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +4 -4
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +14 -9
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
- package/dist/src/modules/saved-pipeline.d.ts +1 -1
- package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
- package/dist/src/modules/saving-pipeline.d.ts.map +1 -1
- package/dist/src/modules/settings.d.ts.map +1 -1
- package/dist/src/modules/update-view.d.ts.map +1 -1
- package/dist/src/modules/workspace.d.ts.map +1 -1
- package/dist/src/stores/duplicate-view.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts.map +1 -1
- package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
- package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
- package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
- package/dist/src/utils/stage.d.ts +5 -2
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +42 -44
- package/dist/src/components/atlas-stage-preview.d.ts +0 -5
- package/dist/src/components/atlas-stage-preview.d.ts.map +0 -1
- package/dist/src/components/input/index.d.ts +0 -3
- package/dist/src/components/input/index.d.ts.map +0 -1
- package/dist/src/components/input/input.d.ts +0 -25
- package/dist/src/components/input/input.d.ts.map +0 -1
- package/dist/src/components/input-builder/index.d.ts +0 -3
- package/dist/src/components/input-builder/index.d.ts.map +0 -1
- package/dist/src/components/input-builder/input-builder.d.ts +0 -9
- package/dist/src/components/input-builder/input-builder.d.ts.map +0 -1
- package/dist/src/components/input-builder-toolbar/index.d.ts +0 -3
- package/dist/src/components/input-builder-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +0 -16
- package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +0 -1
- package/dist/src/components/input-collapser/index.d.ts +0 -3
- package/dist/src/components/input-collapser/index.d.ts.map +0 -1
- package/dist/src/components/input-collapser/input-collapser.d.ts +0 -14
- package/dist/src/components/input-collapser/input-collapser.d.ts.map +0 -1
- package/dist/src/components/input-documents-count/index.d.ts +0 -3
- package/dist/src/components/input-documents-count/index.d.ts.map +0 -1
- package/dist/src/components/input-documents-count/input-documents-count.d.ts +0 -13
- package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +0 -1
- package/dist/src/components/input-preview/index.d.ts +0 -3
- package/dist/src/components/input-preview/index.d.ts.map +0 -1
- package/dist/src/components/input-preview/input-preview.d.ts +0 -15
- package/dist/src/components/input-preview/input-preview.d.ts.map +0 -1
- package/dist/src/components/input-preview-toolbar/index.d.ts +0 -3
- package/dist/src/components/input-preview-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +0 -7
- package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +0 -1
- package/dist/src/components/input-refresh/index.d.ts +0 -3
- package/dist/src/components/input-refresh/index.d.ts.map +0 -1
- package/dist/src/components/input-refresh/input-refresh.d.ts +0 -13
- package/dist/src/components/input-refresh/input-refresh.d.ts.map +0 -1
- package/dist/src/components/input-toolbar/index.d.ts +0 -3
- package/dist/src/components/input-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/input-toolbar/input-toolbar.d.ts +0 -16
- package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +0 -1
- package/dist/src/components/input-workspace/index.d.ts +0 -3
- package/dist/src/components/input-workspace/index.d.ts.map +0 -1
- package/dist/src/components/input-workspace/input-workspace.d.ts +0 -16
- package/dist/src/components/input-workspace/input-workspace.d.ts.map +0 -1
- package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
- package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
- package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
- package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
- package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
- package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
- package/dist/src/components/stage/index.d.ts +0 -3
- package/dist/src/components/stage/index.d.ts.map +0 -1
- package/dist/src/components/stage/stage.d.ts +0 -29
- package/dist/src/components/stage/stage.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -18
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +0 -18
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/index.d.ts +0 -3
- package/dist/src/components/stage-editor-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +0 -20
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +0 -21
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +0 -9
- package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +0 -20
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +0 -20
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +0 -1
- package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
- package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
- package/dist/src/components/stage-preview-toolbar/index.d.ts +0 -3
- package/dist/src/components/stage-preview-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +0 -25
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +0 -1
- package/dist/src/modules/import-pipeline.d.ts +0 -20
- package/dist/src/modules/import-pipeline.d.ts.map +0 -1
- package/dist/src/modules/link.d.ts +0 -2
- package/dist/src/modules/link.d.ts.map +0 -1
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"input-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/input-toolbar/input-toolbar.jsx"],"names":[],"mappings":";AAUA;IACE,2BAA6C;IAE7C;;;;;MAKE;IAyB8ukB,wBAA8C;IAAA,sCAAyJ;IAlBv7kB,UAFa,MAAM,SAAS,CAgB3B;CACF"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-workspace/index.js"],"names":[],"mappings":""}
|
@@ -1,16 +0,0 @@
|
|
1
|
-
export default InputWorkspace;
|
2
|
-
declare class InputWorkspace extends React.PureComponent<any, any, any> {
|
3
|
-
static displayName: string;
|
4
|
-
static propTypes: {
|
5
|
-
documents: PropTypes.Validator<any[]>;
|
6
|
-
isLoading: PropTypes.Validator<boolean>;
|
7
|
-
};
|
8
|
-
constructor(props: any);
|
9
|
-
constructor(props: any, context: any);
|
10
|
-
render(): React.Component;
|
11
|
-
resizableRef: Resizable | null | undefined;
|
12
|
-
}
|
13
|
-
import React from "react";
|
14
|
-
import { Resizable } from "re-resizable";
|
15
|
-
import PropTypes from "prop-types";
|
16
|
-
//# sourceMappingURL=input-workspace.d.ts.map
|
@@ -1 +0,0 @@
|
|
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,17 +0,0 @@
|
|
1
|
-
export default ConfirmImportPipeline;
|
2
|
-
declare class ConfirmImportPipeline extends React.PureComponent<any, any, any> {
|
3
|
-
static displayName: string;
|
4
|
-
static propTypes: {
|
5
|
-
isConfirmationNeeded: PropTypes.Validator<boolean>;
|
6
|
-
isAutoPreviewing: PropTypes.Validator<boolean>;
|
7
|
-
closeImport: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
-
confirmNew: PropTypes.Validator<(...args: any[]) => any>;
|
9
|
-
};
|
10
|
-
constructor(props: any);
|
11
|
-
constructor(props: any, context: any);
|
12
|
-
onConfirm: () => void;
|
13
|
-
render(): React.Component;
|
14
|
-
}
|
15
|
-
import React from "react";
|
16
|
-
import PropTypes from "prop-types";
|
17
|
-
//# sourceMappingURL=confirm-import-pipeline.d.ts.map
|
@@ -1 +0,0 @@
|
|
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,17 +0,0 @@
|
|
1
|
-
export default ConfirmNewPipeline;
|
2
|
-
declare class ConfirmNewPipeline extends React.PureComponent<any, any, any> {
|
3
|
-
static displayName: string;
|
4
|
-
static propTypes: {
|
5
|
-
isNewPipelineConfirm: PropTypes.Validator<boolean>;
|
6
|
-
setIsNewPipelineConfirm: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
-
newPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
-
};
|
9
|
-
constructor(props: any);
|
10
|
-
constructor(props: any, context: any);
|
11
|
-
onConfirm: () => void;
|
12
|
-
onClose: () => void;
|
13
|
-
render(): React.Component;
|
14
|
-
}
|
15
|
-
import React from "react";
|
16
|
-
import PropTypes from "prop-types";
|
17
|
-
//# sourceMappingURL=confirm-new-pipeline.d.ts.map
|
@@ -1 +0,0 @@
|
|
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,33 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
|
3
|
-
export declare const ImportPipeline: React.FunctionComponent<{
|
4
|
-
isOpen?: boolean;
|
5
|
-
closeImport(): void;
|
6
|
-
changeText(newText: string): void;
|
7
|
-
createNew(): void;
|
8
|
-
text: string;
|
9
|
-
error?: string | null;
|
10
|
-
fields: CompletionWithServerInfo[];
|
11
|
-
serverVersion: string;
|
12
|
-
}>;
|
13
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<{
|
14
|
-
isOpen?: boolean | undefined;
|
15
|
-
closeImport(): void;
|
16
|
-
changeText(newText: string): void;
|
17
|
-
createNew(): void;
|
18
|
-
text: string;
|
19
|
-
error?: string | null | undefined;
|
20
|
-
fields: CompletionWithServerInfo[];
|
21
|
-
serverVersion: string;
|
22
|
-
}>, Omit<{
|
23
|
-
isOpen?: boolean | undefined;
|
24
|
-
closeImport(): void;
|
25
|
-
changeText(newText: string): void;
|
26
|
-
createNew(): void;
|
27
|
-
text: string;
|
28
|
-
error?: string | null | undefined;
|
29
|
-
fields: CompletionWithServerInfo[];
|
30
|
-
serverVersion: string;
|
31
|
-
}, "text" | "error" | "fields" | "serverVersion" | "isOpen" | "createNew" | "closeImport" | "changeText"> & import("react-redux").ConnectProps>;
|
32
|
-
export default _default;
|
33
|
-
//# sourceMappingURL=import-pipeline.d.ts.map
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage/index.js"],"names":[],"mappings":""}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof Stage, Omit<PropTypes.InferProps<{
|
2
|
-
index: PropTypes.Validator<number>;
|
3
|
-
isEnabled: PropTypes.Requireable<boolean>;
|
4
|
-
isExpanded: PropTypes.Requireable<boolean>;
|
5
|
-
isAutoPreviewing: PropTypes.Requireable<boolean>;
|
6
|
-
hasServerError: PropTypes.Requireable<boolean>;
|
7
|
-
}>, never> & import("react-redux").ConnectProps>;
|
8
|
-
export default _default;
|
9
|
-
declare class Stage extends React.PureComponent<any, any, any> {
|
10
|
-
static propTypes: {
|
11
|
-
index: PropTypes.Validator<number>;
|
12
|
-
isEnabled: PropTypes.Requireable<boolean>;
|
13
|
-
isExpanded: PropTypes.Requireable<boolean>;
|
14
|
-
isAutoPreviewing: PropTypes.Requireable<boolean>;
|
15
|
-
hasServerError: PropTypes.Requireable<boolean>;
|
16
|
-
};
|
17
|
-
constructor(props: any);
|
18
|
-
constructor(props: any, context: any);
|
19
|
-
getOpacity(): number;
|
20
|
-
renderEditor(): JSX.Element;
|
21
|
-
renderResizableEditor(): JSX.Element;
|
22
|
-
resizableRef: Resizable | null | undefined;
|
23
|
-
renderPreview(): JSX.Element;
|
24
|
-
render(): Component;
|
25
|
-
}
|
26
|
-
import PropTypes from "prop-types";
|
27
|
-
import React from "react";
|
28
|
-
import { Resizable } from "re-resizable";
|
29
|
-
//# sourceMappingURL=stage.d.ts.map
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export class AddAfterStage extends React.PureComponent<any, any, any> {
|
2
|
-
static propTypes: {
|
3
|
-
index: PropTypes.Validator<number>;
|
4
|
-
onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
5
|
-
};
|
6
|
-
constructor(props: any);
|
7
|
-
constructor(props: any, context: any);
|
8
|
-
onStageAddedAfter: () => void;
|
9
|
-
render(): Component;
|
10
|
-
}
|
11
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof AddAfterStage, Omit<PropTypes.InferProps<{
|
12
|
-
index: PropTypes.Validator<number>;
|
13
|
-
onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
14
|
-
}>, "onAddStageClick"> & import("react-redux").ConnectProps>;
|
15
|
-
export default _default;
|
16
|
-
import React from "react";
|
17
|
-
import PropTypes from "prop-types";
|
18
|
-
//# sourceMappingURL=add-after-stage.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"add-after-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/add-after-stage.jsx"],"names":[],"mappings":"AAYA;IACE;;;MAGE;IAoCyjkB,wBAA8C;IAAA,sCAAyJ;IA/BlwkB,8BAEE;IAOF,oBAkBC;CACF"}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export class DeleteStage extends React.PureComponent<any, any, any> {
|
2
|
-
static propTypes: {
|
3
|
-
index: PropTypes.Validator<number>;
|
4
|
-
onStageDeleteClick: PropTypes.Validator<(...args: any[]) => any>;
|
5
|
-
};
|
6
|
-
constructor(props: any);
|
7
|
-
constructor(props: any, context: any);
|
8
|
-
onStageDeleted: () => void;
|
9
|
-
render(): Component;
|
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>;
|
15
|
-
export default _default;
|
16
|
-
import React from "react";
|
17
|
-
import PropTypes from "prop-types";
|
18
|
-
//# sourceMappingURL=delete-stage.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"delete-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/delete-stage.jsx"],"names":[],"mappings":"AAWA;IACE;;;MAGE;IA+B8tkB,wBAA8C;IAAA,sCAAyJ;IA1Bv6kB,2BAEE;IAOF,oBAaC;CACF"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/index.js"],"names":[],"mappings":""}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
export class StageCollapser extends React.PureComponent<any, any, any> {
|
2
|
-
static propTypes: {
|
3
|
-
index: PropTypes.Validator<number>;
|
4
|
-
isExpanded: PropTypes.Validator<boolean>;
|
5
|
-
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
-
};
|
7
|
-
constructor(props: any);
|
8
|
-
constructor(props: any, context: any);
|
9
|
-
onStageCollapseToggled: () => void;
|
10
|
-
render(): Component;
|
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>;
|
17
|
-
export default _default;
|
18
|
-
import React from "react";
|
19
|
-
import PropTypes from "prop-types";
|
20
|
-
//# sourceMappingURL=stage-collapser.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"stage-collapser.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-collapser.jsx"],"names":[],"mappings":"AA+BA;IACE;;;;MAIE;IAwCuojB,wBAA8C;IAAA,sCAAyJ;IAnCh1jB,mCAEE;IAOF,oBAcC;CACF"}
|
@@ -1,21 +0,0 @@
|
|
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>;
|
18
|
-
export default _default;
|
19
|
-
import React from "react";
|
20
|
-
import PropTypes from "prop-types";
|
21
|
-
//# sourceMappingURL=stage-editor-toolbar.d.ts.map
|
@@ -1 +0,0 @@
|
|
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,9 +0,0 @@
|
|
1
|
-
export default StageGrabber;
|
2
|
-
declare class StageGrabber extends React.PureComponent<any, any, any> {
|
3
|
-
static displayName: string;
|
4
|
-
constructor(props: any);
|
5
|
-
constructor(props: any, context: any);
|
6
|
-
render(): Component;
|
7
|
-
}
|
8
|
-
import React from "react";
|
9
|
-
//# sourceMappingURL=stage-grabber.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"stage-grabber.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-grabber.jsx"],"names":[],"mappings":";AAOA;IACE,2BAA6C;IAiBi0lB,wBAA8C;IAAA,sCAAyJ;IAVrjmB,oBAMC;CACF"}
|
@@ -1,20 +0,0 @@
|
|
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>;
|
17
|
-
export default _default;
|
18
|
-
import PropTypes from "prop-types";
|
19
|
-
import React from "react";
|
20
|
-
//# sourceMappingURL=stage-operator-select.d.ts.map
|
@@ -1 +0,0 @@
|
|
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,20 +0,0 @@
|
|
1
|
-
export class ToggleStage extends React.PureComponent<any, any, any> {
|
2
|
-
static propTypes: {
|
3
|
-
index: PropTypes.Validator<number>;
|
4
|
-
isEnabled: PropTypes.Validator<boolean>;
|
5
|
-
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
-
};
|
7
|
-
constructor(props: any);
|
8
|
-
constructor(props: any, context: any);
|
9
|
-
onStageToggled: (newVal: any) => void;
|
10
|
-
render(): Component;
|
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>;
|
17
|
-
export default _default;
|
18
|
-
import React from "react";
|
19
|
-
import PropTypes from "prop-types";
|
20
|
-
//# sourceMappingURL=toggle-stage.d.ts.map
|
@@ -1 +0,0 @@
|
|
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,49 +0,0 @@
|
|
1
|
-
export class StagePreview extends React.PureComponent<any, any, any> {
|
2
|
-
static propTypes: {
|
3
|
-
index: PropTypes.Validator<number>;
|
4
|
-
onRunOutStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
5
|
-
onGoToOutResultsClick: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
-
onGoToMergeResultsClick: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
-
stageOperator: PropTypes.Requireable<string>;
|
8
|
-
stageValue: PropTypes.Requireable<string>;
|
9
|
-
isEnabled: PropTypes.Requireable<boolean>;
|
10
|
-
isValid: PropTypes.Requireable<boolean>;
|
11
|
-
isLoading: PropTypes.Requireable<boolean>;
|
12
|
-
documents: PropTypes.Requireable<any[]>;
|
13
|
-
isComplete: PropTypes.Requireable<boolean>;
|
14
|
-
hasServerError: PropTypes.Requireable<boolean>;
|
15
|
-
isAtlasDeployed: PropTypes.Requireable<boolean>;
|
16
|
-
isMissingAtlasOnlyStageSupport: PropTypes.Requireable<boolean>;
|
17
|
-
};
|
18
|
-
constructor(props: any);
|
19
|
-
constructor(props: any, context: any);
|
20
|
-
onGotoMergeResults: () => void;
|
21
|
-
onGotoOutResults: () => void;
|
22
|
-
onSaveDocuments: () => void;
|
23
|
-
renderMergeSection(): Component;
|
24
|
-
renderOutSection(): Component;
|
25
|
-
renderAtlasOnlyStagePreviewSection(): Component;
|
26
|
-
renderPreview(): Component;
|
27
|
-
renderLoading(): Component;
|
28
|
-
render(): React.Component;
|
29
|
-
}
|
30
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof StagePreview, Omit<PropTypes.InferProps<{
|
31
|
-
index: PropTypes.Validator<number>;
|
32
|
-
onRunOutStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
33
|
-
onGoToOutResultsClick: PropTypes.Validator<(...args: any[]) => any>;
|
34
|
-
onGoToMergeResultsClick: PropTypes.Validator<(...args: any[]) => any>;
|
35
|
-
stageOperator: PropTypes.Requireable<string>;
|
36
|
-
stageValue: PropTypes.Requireable<string>;
|
37
|
-
isEnabled: PropTypes.Requireable<boolean>;
|
38
|
-
isValid: PropTypes.Requireable<boolean>;
|
39
|
-
isLoading: PropTypes.Requireable<boolean>;
|
40
|
-
documents: PropTypes.Requireable<any[]>;
|
41
|
-
isComplete: PropTypes.Requireable<boolean>;
|
42
|
-
hasServerError: PropTypes.Requireable<boolean>;
|
43
|
-
isAtlasDeployed: PropTypes.Requireable<boolean>;
|
44
|
-
isMissingAtlasOnlyStageSupport: PropTypes.Requireable<boolean>;
|
45
|
-
}>, "isAtlasDeployed" | "stageOperator" | "isEnabled" | "documents" | "isLoading" | "hasServerError" | "stageValue" | "isComplete" | "isMissingAtlasOnlyStageSupport" | "isValid" | "onRunOutStageClick" | "onGoToOutResultsClick" | "onGoToMergeResultsClick"> & import("react-redux").ConnectProps>;
|
46
|
-
export default _default;
|
47
|
-
import React from "react";
|
48
|
-
import PropTypes from "prop-types";
|
49
|
-
//# sourceMappingURL=stage-preview.d.ts.map
|
@@ -1 +0,0 @@
|
|
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 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview-toolbar/index.js"],"names":[],"mappings":""}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import React, { PureComponent } from 'react';
|
2
|
-
export declare class StagePreviewToolbar extends PureComponent<{
|
3
|
-
stageOperator?: string;
|
4
|
-
hasServerError?: boolean;
|
5
|
-
isEnabled?: boolean;
|
6
|
-
previewSize: number;
|
7
|
-
description?: string;
|
8
|
-
link?: string;
|
9
|
-
destination?: string;
|
10
|
-
}> {
|
11
|
-
render(): JSX.Element;
|
12
|
-
}
|
13
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof StagePreviewToolbar, Omit<React.ClassAttributes<StagePreviewToolbar> & {
|
14
|
-
stageOperator?: string | undefined;
|
15
|
-
hasServerError?: boolean | undefined;
|
16
|
-
isEnabled?: boolean | undefined;
|
17
|
-
previewSize: number;
|
18
|
-
description?: string | undefined;
|
19
|
-
link?: string | undefined;
|
20
|
-
destination?: string | undefined;
|
21
|
-
}, never> & {
|
22
|
-
index: number;
|
23
|
-
} & import("react-redux").ConnectProps>;
|
24
|
-
export default _default;
|
25
|
-
//# sourceMappingURL=stage-preview-toolbar.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"stage-preview-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview-toolbar/stage-preview-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAiE7C,qBAAa,mBAAoB,SAAQ,aAAa,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;IACA,MAAM;CAsCP;;;;;;;;;;WAE4D,MAAM;;AAAnE,wBAc8B"}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
export default function reducer(state: Object | undefined, action: Object): any;
|
2
|
-
export const NEW_PIPELINE: "aggregations/NEW_PIPELINE";
|
3
|
-
export const NEW_PIPELINE_FROM_TEXT: string;
|
4
|
-
export const CLOSE_IMPORT: string;
|
5
|
-
export const CHANGE_TEXT: string;
|
6
|
-
export const CREATE_NEW: string;
|
7
|
-
export const CONFIRM_NEW: string;
|
8
|
-
export namespace INITIAL_STATE {
|
9
|
-
const isOpen: boolean;
|
10
|
-
const text: string;
|
11
|
-
const isConfirmationNeeded: boolean;
|
12
|
-
const syntaxError: null;
|
13
|
-
}
|
14
|
-
export function newPipelineFromText(): import("redux").AnyAction;
|
15
|
-
export function closeImport(): Object;
|
16
|
-
export function changeText(text: string): Object;
|
17
|
-
export function createNew(): Object;
|
18
|
-
export function newPipeline(): import('.').PipelineBuilderThunkAction<void>;
|
19
|
-
export function confirmNew(): import('.').PipelineBuilderThunkAction<void>;
|
20
|
-
//# sourceMappingURL=import-pipeline.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"import-pipeline.d.ts","sourceRoot":"","sources":["../../../src/modules/import-pipeline.js"],"names":[],"mappings":"AAmIA,mEAJW,MAAM,GAEJ,GAAG,CAKf;AA9HD,uDAAwD;AAUxD,4CAAyE;AAKzE,kCAAqD;AAKrD,iCAAmD;AAKnD,gCAAiD;AAKjD,iCAAmD;;;;;;;AAuG5C,uCAFM,OAAO,OAAO,EAAE,SAAS,CAIpC;AAOK,+BAFM,MAAM,CAIjB;AASK,0CAFM,MAAM,CAKjB;AAOK,6BAFM,MAAM,CAIjB;AAOM,+BAFK,OAAO,GAAG,EAAE,0BAA0B,CAAC,IAAI,CAAC,CAexD;AAKM,8BAFM,OAAO,GAAG,EAAE,0BAA0B,CAAC,IAAI,CAAC,CAsBxD"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/modules/link.js"],"names":[],"mappings":"AAOO,iDAQN"}
|