@mongodb-js/compass-aggregations 0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2 → 0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/browser.js +1 -1
- package/dist/browser.js.LICENSE.txt +2 -8
- package/dist/index.css +6 -268
- 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/atlas-stage-preview.d.ts +1 -1
- package/dist/src/components/atlas-stage-preview.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/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.d.ts +14 -0
- package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
- 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 +5 -2
- package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -1
- 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/index.d.ts +4 -1
- package/dist/src/components/pipeline-explain/index.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-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-toolbar/index.d.ts +9 -1
- 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 +11 -3
- package/dist/src/components/saved-pipelines/saved-pipelines.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-editor-toolbar/delete-stage.d.ts +8 -4
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +8 -5
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +15 -19
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +33 -18
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +8 -5
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +1 -1
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +14 -17
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +1 -1
- package/dist/src/components/stage-preview.d.ts +26 -0
- package/dist/src/components/stage-preview.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/modules/count-documents.d.ts.map +1 -1
- package/dist/src/modules/focus-mode.d.ts +22 -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 +5 -2
- package/dist/src/modules/index.d.ts.map +1 -1
- 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/pipeline-builder/builder-helpers.d.ts +2 -1
- 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/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/utils/stage.d.ts +2 -1
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +28 -28
- 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 -9
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
- package/dist/src/components/stage-preview/index.d.ts +0 -3
- package/dist/src/components/stage-preview/index.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/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":"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,9 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
declare type AddAfterStageProps = {
|
3
|
-
index: number;
|
4
|
-
onAddStageClick: (index: number) => void;
|
5
|
-
};
|
6
|
-
export declare function AddAfterStage({ index, onAddStageClick }: AddAfterStageProps): JSX.Element;
|
7
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof AddAfterStage, Omit<AddAfterStageProps, "onAddStageClick"> & import("react-redux").ConnectProps>;
|
8
|
-
export default _default;
|
9
|
-
//# 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.tsx"],"names":[],"mappings":";AAQA,aAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,CAAC;AAKF,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,eAAe,EAChB,EAAE,kBAAkB,eAwBpB;;AAED,wBAA2E"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/index.js"],"names":[],"mappings":""}
|
@@ -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,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"}
|