@mongodb-js/compass-aggregations 9.4.0 → 9.5.1
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
@@ -4,12 +4,6 @@ object-assign
|
|
4
4
|
@license MIT
|
5
5
|
*/
|
6
6
|
|
7
|
-
/*!
|
8
|
-
Copyright (c) 2018 Jed Watson.
|
9
|
-
Licensed under the MIT License (MIT), see
|
10
|
-
http://jedwatson.github.io/classnames
|
11
|
-
*/
|
12
|
-
|
13
7
|
/**
|
14
8
|
* @license
|
15
9
|
* Lodash <https://lodash.com/>
|
@@ -49,7 +43,7 @@ object-assign
|
|
49
43
|
* LICENSE file in the root directory of this source tree.
|
50
44
|
*/
|
51
45
|
|
52
|
-
/** @license React v0.
|
46
|
+
/** @license React v0.20.2
|
53
47
|
* scheduler.production.min.js
|
54
48
|
*
|
55
49
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
@@ -67,7 +61,7 @@ object-assign
|
|
67
61
|
* LICENSE file in the root directory of this source tree.
|
68
62
|
*/
|
69
63
|
|
70
|
-
/** @license React
|
64
|
+
/** @license React v17.0.2
|
71
65
|
* react-dom.production.min.js
|
72
66
|
*
|
73
67
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
@@ -1,17 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
onClick: () => void;
|
9
|
-
render(): Component;
|
10
|
-
}
|
11
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof AddStage, Omit<PropTypes.InferProps<{
|
12
|
-
onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
13
|
-
}>, "onAddStageClick"> & import("react-redux").ConnectProps>;
|
14
|
-
export default _default;
|
15
|
-
import React from "react";
|
16
|
-
import PropTypes from "prop-types";
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare type AddStageProps = {
|
3
|
+
variant: 'button' | 'icon';
|
4
|
+
onAddStage: () => void;
|
5
|
+
};
|
6
|
+
export declare const AddStage: ({ onAddStage, variant }: AddStageProps) => JSX.Element;
|
7
|
+
export default AddStage;
|
17
8
|
//# sourceMappingURL=add-stage.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.
|
1
|
+
{"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.tsx"],"names":[],"mappings":";AA4BA,aAAK,aAAa,GAAG;IACnB,OAAO,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,QAAQ,4BAA6B,aAAa,gBAkC9D,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
@@ -1,5 +1,16 @@
|
|
1
1
|
export default MappedAggregations;
|
2
|
-
declare const MappedAggregations: import("react-redux").ConnectedComponent<typeof Aggregations,
|
2
|
+
declare const MappedAggregations: import("react-redux").ConnectedComponent<typeof Aggregations, {
|
3
|
+
[x: string]: any;
|
4
|
+
[x: number]: any;
|
5
|
+
[x: symbol]: any;
|
6
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
7
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
8
|
+
} | {
|
9
|
+
[x: string]: any;
|
10
|
+
[x: number]: any;
|
11
|
+
[x: symbol]: any;
|
12
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
13
|
+
}>;
|
3
14
|
export class Aggregations extends React.Component<any, any, any> {
|
4
15
|
static displayName: string;
|
5
16
|
constructor(props: any);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AAqEA;;;;;;;;;;;GAaiB;AAzDjB;IACE,2BAA6C;IA4DwriB,wBAA8C;IAAA,sCAAyJ;IArD56iB,UAFa,eAAe,CAQ3B;CACF"}
|
@@ -1,34 +1,24 @@
|
|
1
1
|
export default MappedCreateViewModal;
|
2
|
-
declare const MappedCreateViewModal: import("react-redux").ConnectedComponent<typeof CreateViewModal,
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
isDuplicating
|
20
|
-
|
21
|
-
|
22
|
-
isRunning: PropTypes.Validator<boolean>;
|
23
|
-
error: PropTypes.Requireable<object>;
|
24
|
-
}>, "source" | "name" | "pipeline" | "isVisible" | "isRunning" | "isDuplicating">> & Partial<Pick<{
|
25
|
-
name: string;
|
26
|
-
source: string;
|
27
|
-
pipeline: never[];
|
28
|
-
isRunning: boolean;
|
29
|
-
isVisible: boolean;
|
30
|
-
isDuplicating: boolean;
|
31
|
-
}, never>>, "createView" | "changeViewName" | "toggleIsVisible"> & import("react-redux").ConnectProps>;
|
2
|
+
declare const MappedCreateViewModal: import("react-redux").ConnectedComponent<typeof CreateViewModal, {
|
3
|
+
source?: string | undefined;
|
4
|
+
name?: string | null | undefined;
|
5
|
+
error?: object | null | undefined;
|
6
|
+
pipeline?: any[] | undefined;
|
7
|
+
isVisible?: boolean | undefined;
|
8
|
+
isRunning?: boolean | undefined;
|
9
|
+
isDuplicating?: boolean | undefined;
|
10
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
11
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
12
|
+
} | {
|
13
|
+
source?: string | undefined;
|
14
|
+
name?: string | null | undefined;
|
15
|
+
error?: object | null | undefined;
|
16
|
+
pipeline?: any[] | undefined;
|
17
|
+
isVisible?: boolean | undefined;
|
18
|
+
isRunning?: boolean | undefined;
|
19
|
+
isDuplicating?: boolean | undefined;
|
20
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
21
|
+
}>;
|
32
22
|
export class CreateViewModal extends React.PureComponent<any, any, any> {
|
33
23
|
static displayName: string;
|
34
24
|
static propTypes: {
|
@@ -58,6 +48,6 @@ export class CreateViewModal extends React.PureComponent<any, any, any> {
|
|
58
48
|
onCancel: () => void;
|
59
49
|
render(): Component;
|
60
50
|
}
|
61
|
-
import PropTypes from "prop-types";
|
62
51
|
import React from "react";
|
52
|
+
import PropTypes from "prop-types";
|
63
53
|
//# sourceMappingURL=create-view-modal.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AA4HA;;;;;;;;;;;;;;;;;;;GAIoB;AAxGpB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAkFwxgB,wBAA8C;IAAA,sCAAyJ;IAhFj+gB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBA6BC;CACF"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/create-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAwC;IACxC;;
|
1
|
+
{"version":3,"file":"create-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/create-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAwC;IACxC;;MAEE;IAiBgxlB,wBAA8C;IAAA,sCAAyJ;IAVz9lB,UAFa,eAAe,CAQ3B;CACF"}
|
@@ -1,31 +1,22 @@
|
|
1
1
|
export default MappedDuplicateViewModal;
|
2
|
-
declare const MappedDuplicateViewModal: import("react-redux").ConnectedComponent<typeof DuplicateViewModal,
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
isRunning: PropTypes.Validator<boolean>;
|
21
|
-
error: PropTypes.Requireable<object>;
|
22
|
-
}>, "source" | "name" | "pipeline" | "isVisible" | "isRunning">> & Partial<Pick<{
|
23
|
-
name: string;
|
24
|
-
source: string;
|
25
|
-
pipeline: never[];
|
26
|
-
isRunning: boolean;
|
27
|
-
isVisible: boolean;
|
28
|
-
}, never>>, "createView" | "changeViewName" | "toggleIsVisible"> & import("react-redux").ConnectProps>;
|
2
|
+
declare const MappedDuplicateViewModal: import("react-redux").ConnectedComponent<typeof DuplicateViewModal, {
|
3
|
+
source?: string | undefined;
|
4
|
+
name?: string | null | undefined;
|
5
|
+
error?: object | null | undefined;
|
6
|
+
pipeline?: any[] | undefined;
|
7
|
+
isVisible?: boolean | undefined;
|
8
|
+
isRunning?: boolean | undefined;
|
9
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
10
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
11
|
+
} | {
|
12
|
+
source?: string | undefined;
|
13
|
+
name?: string | null | undefined;
|
14
|
+
error?: object | null | undefined;
|
15
|
+
pipeline?: any[] | undefined;
|
16
|
+
isVisible?: boolean | undefined;
|
17
|
+
isRunning?: boolean | undefined;
|
18
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
19
|
+
}>;
|
29
20
|
export class DuplicateViewModal extends React.PureComponent<any, any, any> {
|
30
21
|
static displayName: string;
|
31
22
|
static propTypes: {
|
@@ -52,6 +43,6 @@ export class DuplicateViewModal extends React.PureComponent<any, any, any> {
|
|
52
43
|
onCancel: () => void;
|
53
44
|
render(): Component;
|
54
45
|
}
|
55
|
-
import PropTypes from "prop-types";
|
56
46
|
import React from "react";
|
47
|
+
import PropTypes from "prop-types";
|
57
48
|
//# sourceMappingURL=duplicate-view-modal.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AAqHA;;;;;;;;;;;;;;;;;GAIuB;AA/FvB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IA2Ei/gB,wBAA8C;IAAA,sCAAyJ;IAzE1rhB,iCAEE;IAEF,qBAEE;IAOF,oBA6BC;CACF"}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type FocusModeModalHeaderProps = {
|
3
|
+
stageIndex: number;
|
4
|
+
isEnabled: boolean;
|
5
|
+
stages: (string | null)[];
|
6
|
+
onStageSelect: (index: number) => void;
|
7
|
+
onStageDisabledToggleClick: (index: number, newVal: boolean) => void;
|
8
|
+
onAddStageClick: (index: number) => void;
|
9
|
+
};
|
10
|
+
export declare const FocusModeModalHeader: React.FunctionComponent<FocusModeModalHeaderProps>;
|
11
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<FocusModeModalHeaderProps>, {
|
12
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
13
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
14
|
+
}>;
|
15
|
+
export default _default;
|
16
|
+
//# sourceMappingURL=focus-mode-modal-header.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"focus-mode-modal-header.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-modal-header.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,aAAK,yBAAyB,GAAG;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IAC1B,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,0BAA0B,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACrE,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,CAAC;AA4BF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CACxD,yBAAyB,CAqJ1B,CAAC;;;;;AAEF,wBAsBwB"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export declare const FocusModeStageEditor: ({ index, operator, }: {
|
3
|
+
index: number;
|
4
|
+
operator: string | null;
|
5
|
+
}) => JSX.Element | null;
|
6
|
+
declare const _default: import("react-redux").ConnectedComponent<({ index, operator, }: {
|
7
|
+
index: number;
|
8
|
+
operator: string | null;
|
9
|
+
}) => JSX.Element | null, {
|
10
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
11
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
12
|
+
}>;
|
13
|
+
export default _default;
|
14
|
+
//# sourceMappingURL=focus-mode-stage-editor.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"focus-mode-stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-stage-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,eAAO,MAAM,oBAAoB;WAIxB,MAAM;cACH,MAAM,GAAG,IAAI;wBAsBxB,CAAC;;;;;;;;AAeF,wBAAuD"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { Document } from 'mongodb';
|
3
|
+
declare type FocusModePreviewProps = {
|
4
|
+
title: string;
|
5
|
+
isLoading?: boolean;
|
6
|
+
documents?: Document[] | null;
|
7
|
+
stageIndex?: number;
|
8
|
+
stageOperator?: string | null;
|
9
|
+
isMissingAtlasOnlyStageSupport?: boolean;
|
10
|
+
};
|
11
|
+
export declare const FocusModePreview: ({ title, isLoading, documents, stageIndex, stageOperator, isMissingAtlasOnlyStageSupport, }: FocusModePreviewProps) => JSX.Element;
|
12
|
+
export declare const InputPreview: (props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element;
|
13
|
+
export declare const OutputPreview: (props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element;
|
14
|
+
export declare const FocusModeStageInput: import("react-redux").ConnectedComponent<(props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element, {
|
15
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
16
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
17
|
+
}>;
|
18
|
+
export declare const FocusModeStageOutput: import("react-redux").ConnectedComponent<(props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element, {
|
19
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
20
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
21
|
+
}>;
|
22
|
+
export {};
|
23
|
+
//# sourceMappingURL=focus-mode-stage-preview.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"focus-mode-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAwDxC,aAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,gGAO1B,qBAAqB,gBA+EvB,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,KAAK,qBAAqB,EAAE,OAAO,CAAC,gBAEvE,CAAC;AAEF,eAAO,MAAM,aAAa,UAAW,KAAK,qBAAqB,EAAE,OAAO,CAAC,gBAExE,CAAC;AAEF,eAAO,MAAM,mBAAmB,mDARI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EA6DzD,CAAC;AAEhB,eAAO,MAAM,oBAAoB,mDA3DI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EAoFzD,CAAC"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type FocusModeProps = {
|
3
|
+
isModalOpen: boolean;
|
4
|
+
isAutoPreviewEnabled: boolean;
|
5
|
+
onCloseModal: () => void;
|
6
|
+
};
|
7
|
+
export declare const FocusMode: React.FunctionComponent<FocusModeProps>;
|
8
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<FocusModeProps>, {
|
9
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
10
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
11
|
+
}>;
|
12
|
+
export default _default;
|
13
|
+
//# sourceMappingURL=focus-mode.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"focus-mode.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4E1B,aAAK,cAAc,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAwC7D,CAAC;;;;;AAUF,wBAAyD"}
|
@@ -1,13 +1,7 @@
|
|
1
|
-
|
2
|
-
declare
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
constructor(props: any);
|
8
|
-
constructor(props: any, context: any);
|
9
|
-
render(): React.Component;
|
10
|
-
}
|
11
|
-
import React from "react";
|
12
|
-
import PropTypes from "prop-types";
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare type LoadingOverlayProps = {
|
3
|
+
text: string;
|
4
|
+
};
|
5
|
+
declare function LoadingOverlay({ text }: LoadingOverlayProps): JSX.Element;
|
6
|
+
export { LoadingOverlay };
|
13
7
|
//# sourceMappingURL=loading-overlay.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"loading-overlay.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/loading-overlay.
|
1
|
+
{"version":3,"file":"loading-overlay.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/loading-overlay.tsx"],"names":[],"mappings":";AAoCA,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,iBAAS,cAAc,CAAC,EAAE,IAAI,EAAE,EAAE,mBAAmB,eAcpD;AAED,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
@@ -4,22 +4,11 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
|
|
4
4
|
static propTypes: {
|
5
5
|
isAtlasDeployed: PropTypes.Validator<boolean>;
|
6
6
|
saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
-
newPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
-
newPipelineFromText: PropTypes.Validator<(...args: any[]) => any>;
|
9
|
-
closeImport: PropTypes.Validator<(...args: any[]) => any>;
|
10
7
|
clonePipeline: PropTypes.Validator<(...args: any[]) => any>;
|
11
|
-
confirmNew: PropTypes.Validator<(...args: any[]) => any>;
|
12
|
-
exportToLanguage: PropTypes.Validator<(...args: any[]) => any>;
|
13
8
|
isCommenting: PropTypes.Validator<boolean>;
|
14
|
-
isAutoPreviewing: PropTypes.Validator<boolean>;
|
15
|
-
isImportConfirmationNeeded: PropTypes.Validator<boolean>;
|
16
9
|
name: PropTypes.Requireable<string>;
|
17
10
|
dismissViewError: PropTypes.Validator<(...args: any[]) => any>;
|
18
|
-
updateView: PropTypes.Validator<(...args: any[]) => any>;
|
19
11
|
updateViewError: PropTypes.Requireable<string>;
|
20
|
-
collationString: PropTypes.Requireable<object>;
|
21
|
-
collationStringChanged: PropTypes.Validator<(...args: any[]) => any>;
|
22
|
-
openLink: PropTypes.Validator<(...args: any[]) => any>;
|
23
12
|
settings: PropTypes.Validator<object>;
|
24
13
|
toggleSettingsIsExpanded: PropTypes.Validator<(...args: any[]) => any>;
|
25
14
|
toggleSettingsIsCommentMode: PropTypes.Validator<(...args: any[]) => any>;
|
@@ -34,8 +23,6 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
|
|
34
23
|
savingPipelineCancel: PropTypes.Validator<(...args: any[]) => any>;
|
35
24
|
savingPipelineOpen: PropTypes.Validator<(...args: any[]) => any>;
|
36
25
|
savingPipeline: PropTypes.Validator<object>;
|
37
|
-
isNewPipelineConfirm: PropTypes.Validator<boolean>;
|
38
|
-
setIsNewPipelineConfirm: PropTypes.Validator<(...args: any[]) => any>;
|
39
26
|
workspace: PropTypes.Validator<string>;
|
40
27
|
showExportButton: PropTypes.Validator<boolean>;
|
41
28
|
showRunButton: PropTypes.Validator<boolean>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAuBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;MA0BE;IAEF;;;;MAIE;IA8Fwyc,wBAA8C;IAAA,sCAAyJ;IA5Fj/c;;MAEE;IAEF,kEAEE;IAEF,0DAcC;IAED,qCAUC;IAOD,oBA+CC;CACF"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { Document as DocumentType } from 'mongodb';
|
3
|
+
declare type InputProps = {
|
4
|
+
documents: DocumentType[];
|
5
|
+
isExpanded: boolean;
|
6
|
+
isLoading: boolean;
|
7
|
+
count: number;
|
8
|
+
toggleInputDocumentsCollapsed: (arg0: boolean) => void;
|
9
|
+
refreshInputDocuments: () => void;
|
10
|
+
};
|
11
|
+
declare function PipelineBuilderInputDocuments({ documents, isExpanded, isLoading, count, toggleInputDocumentsCollapsed, refreshInputDocuments, }: InputProps): JSX.Element;
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof PipelineBuilderInputDocuments, {
|
13
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
14
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
15
|
+
}>;
|
16
|
+
export default _default;
|
17
|
+
//# sourceMappingURL=pipeline-builder-input-documents.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-builder-input-documents.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-builder-input-documents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AA+DxD,aAAK,UAAU,GAAG;IAChB,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,qBAAqB,EAAE,MAAM,IAAI,CAAC;CACnC,CAAC;AAEF,iBAAS,6BAA6B,CAAC,EACrC,SAAS,EACT,UAAU,EACV,SAAS,EACT,KAAK,EACL,6BAA6B,EAC7B,qBAAqB,GACtB,EAAE,UAAU,eA0DZ;;;;;AASD,wBAaiC"}
|
package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts
CHANGED
@@ -3,6 +3,9 @@ declare type PipelineAsTextWorkspaceProps = {
|
|
3
3
|
isAutoPreview: boolean;
|
4
4
|
};
|
5
5
|
export declare const PipelineAsTextWorkspace: React.FunctionComponent<PipelineAsTextWorkspaceProps>;
|
6
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineAsTextWorkspaceProps>,
|
6
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineAsTextWorkspaceProps>, {
|
7
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
8
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
9
|
+
}>;
|
7
10
|
export default _default;
|
8
11
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map
CHANGED
@@ -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;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2C1B,aAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAIF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CA0C7B,CAAC;;;;;AAMF,wBAA0D"}
|
@@ -12,6 +12,9 @@ declare type PipelineEditorProps = {
|
|
12
12
|
onChangePipelineText: (value: string) => void;
|
13
13
|
};
|
14
14
|
export declare const PipelineEditor: React.FunctionComponent<PipelineEditorProps>;
|
15
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>,
|
15
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>, {
|
16
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
17
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
18
|
+
}>;
|
16
19
|
export default _default;
|
17
20
|
//# sourceMappingURL=pipeline-editor.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAW9D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAS3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAgCnG,aAAK,mBAAmB,GAAG;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C,CAAC;AAoBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAyFvE,CAAC;;;;;AA6BF,wBAA8D"}
|
@@ -10,6 +10,9 @@ declare type PipelinePreviewProps = {
|
|
10
10
|
isPreviewStale: boolean;
|
11
11
|
};
|
12
12
|
export declare const PipelinePreview: React.FunctionComponent<PipelinePreviewProps>;
|
13
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>,
|
13
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, {
|
14
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
15
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
16
|
+
}>;
|
14
17
|
export default _default;
|
15
18
|
//# sourceMappingURL=pipeline-preview.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAsDxC,aAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAsDxC,aAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAmFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;;;;AAwBF,wBAAkD"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
import React from 'react';
|
2
2
|
declare type OutputStageProps = {
|
3
3
|
stageOperator: '$out' | '$merge' | null;
|
4
4
|
isAtlas: boolean;
|
@@ -8,6 +8,10 @@ declare type OutputStageProps = {
|
|
8
8
|
onOpenCollection: () => void;
|
9
9
|
};
|
10
10
|
export declare const OutputStagePreview: ({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null;
|
11
|
-
export declare const OutputStageBanner: import("react-redux").ConnectedComponent<({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null,
|
11
|
+
export declare const OutputStageBanner: import("react-redux").ConnectedComponent<({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null, {
|
12
|
+
stageOperator: '$out' | '$merge' | null;
|
13
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
14
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
15
|
+
}>;
|
12
16
|
export {};
|
13
17
|
//# sourceMappingURL=pipeline-stages-preview.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-stages-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.tsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"pipeline-stages-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuC1B,aAAK,gBAAgB,GAAG;IACtB,aAAa,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI,CAAC;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA+BF,eAAO,MAAM,kBAAkB,2FAO5B,gBAAgB,uBAyClB,CAAC;AAoBF,eAAO,MAAM,iBAAiB,oIA7D3B,gBAAgB;mBA5CF,MAAM,GAAG,QAAQ,GAAG,IAAI;;;EA4GpB,CAAC"}
|
@@ -1,21 +1,14 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
}
|
13
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof PipelineBuilderUIWorkspace, Omit<PropTypes.InferProps<{
|
14
|
-
stageIds: PropTypes.Validator<any[]>;
|
15
|
-
editViewName: PropTypes.Requireable<string>;
|
16
|
-
onStageMoveEnd: PropTypes.Validator<(...args: any[]) => any>;
|
17
|
-
}>, "editViewName" | "onStageMoveEnd" | "stageIds"> & import("react-redux").ConnectProps>;
|
1
|
+
import React from 'react';
|
2
|
+
declare type PipelineBuilderUIWorkspaceProps = {
|
3
|
+
stageIds: number[];
|
4
|
+
editViewName?: string;
|
5
|
+
onStageMoveEnd: (from: number, to: number) => void;
|
6
|
+
onStageAddAfterEnd: (after?: number) => void;
|
7
|
+
};
|
8
|
+
export declare const PipelineBuilderUIWorkspace: React.FunctionComponent<PipelineBuilderUIWorkspaceProps>;
|
9
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderUIWorkspaceProps>, {
|
10
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
11
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
12
|
+
}>;
|
18
13
|
export default _default;
|
19
|
-
import React from "react";
|
20
|
-
import PropTypes from "prop-types";
|
21
14
|
//# sourceMappingURL=pipeline-builder-ui-workspace.d.ts.map
|
package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-builder-ui-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.
|
1
|
+
{"version":3,"file":"pipeline-builder-ui-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA8C3C,aAAK,+BAA+B,GAAG;IACrC,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AA0FF,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,+BAA+B,CAwBhC,CAAC;;;;;AAcF,wBAA0E"}
|
@@ -4,6 +4,9 @@ declare type PipelineBuilderWorkspaceProps = {
|
|
4
4
|
pipelineMode: PipelineMode;
|
5
5
|
};
|
6
6
|
export declare const PipelineBuilderWorkspace: React.FunctionComponent<PipelineBuilderWorkspaceProps>;
|
7
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderWorkspaceProps>,
|
7
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderWorkspaceProps>, {
|
8
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
9
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
10
|
+
}>;
|
8
11
|
export default _default;
|
9
12
|
//# sourceMappingURL=pipeline-builder-workspace.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-builder-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AASjF,aAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAa9B,CAAC
|
1
|
+
{"version":3,"file":"pipeline-builder-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AASjF,aAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAa9B,CAAC;;;;;AAMF,wBAA2D"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type PipelineConfirmModalProps = {
|
3
|
+
isModalOpen: boolean;
|
4
|
+
onCloseModal: () => void;
|
5
|
+
onConfirmNewPipeline: () => void;
|
6
|
+
};
|
7
|
+
export declare const PipelineConfirmModal: React.FunctionComponent<PipelineConfirmModalProps>;
|
8
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineConfirmModalProps>, {
|
9
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
10
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
11
|
+
}>;
|
12
|
+
export default _default;
|
13
|
+
//# sourceMappingURL=pipeline-confirm-modal.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-confirm-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-confirm-modal/pipeline-confirm-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,aAAK,yBAAyB,GAAG;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,oBAAoB,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CACxD,yBAAyB,CAgB1B,CAAC;;;;;AAUF,wBAAoE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,aAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,
|
1
|
+
{"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,aAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAiC7B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,
|
1
|
+
{"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAkCvE,CAAC"}
|