@mongodb-js/compass-aggregations 9.21.0 → 9.23.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/README.md +0 -18
- package/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/src/components/add-stage/index.d.ts +1 -1
- package/dist/src/components/add-stage/index.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/index.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.d.ts.map +1 -1
- package/dist/src/components/aggregations/aggregations.d.ts +13 -17
- package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
- package/dist/src/components/aggregations/index.d.ts +1 -2
- package/dist/src/components/aggregations/index.d.ts.map +1 -1
- package/dist/src/components/create-view-modal/create-view-modal.d.ts +31 -43
- package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
- package/dist/src/components/create-view-modal/index.d.ts +1 -2
- package/dist/src/components/create-view-modal/index.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +5 -3
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode.d.ts +1 -1
- package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -1
- package/dist/src/components/loading-overlay/index.d.ts +1 -1
- package/dist/src/components/loading-overlay/index.d.ts.map +1 -1
- package/dist/src/components/modify-source-banner/index.d.ts +1 -1
- package/dist/src/components/modify-source-banner/index.d.ts.map +1 -1
- package/dist/src/components/modify-source-banner/modify-source-banner.d.ts +9 -7
- package/dist/src/components/modify-source-banner/modify-source-banner.d.ts.map +1 -1
- package/dist/src/components/pipeline/index.d.ts +1 -1
- package/dist/src/components/pipeline/index.d.ts.map +1 -1
- package/dist/src/components/pipeline/pipeline.d.ts +24 -12
- package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +4 -3
- 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 -2
- 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-builder-ui-workspace/index.d.ts +0 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-output-options-menu.d.ts +0 -1
- package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/index.d.ts +2 -4
- package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +2 -5
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +2 -3
- package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts +1 -6
- package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +1 -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 +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-toolbar-container.d.ts +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-toolbar-container.d.ts.map +1 -1
- package/dist/src/components/saving-pipeline-modal/index.d.ts +1 -1
- package/dist/src/components/saving-pipeline-modal/index.d.ts.map +1 -1
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts +18 -9
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
- package/dist/src/components/settings/settings.d.ts +2 -3
- package/dist/src/components/settings/settings.d.ts.map +1 -1
- package/dist/src/components/stage-editor/index.d.ts +1 -1
- package/dist/src/components/stage-editor/index.d.ts.map +1 -1
- package/dist/src/components/stage-preview/stage-preview-header.d.ts +3 -3
- package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/option-menu.d.ts +6 -2
- package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +2 -1
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -1
- package/dist/src/components/stage.d.ts +1 -1
- package/dist/src/components/stage.d.ts.map +1 -1
- package/dist/src/constants.d.ts +7 -7
- package/dist/src/constants.d.ts.map +1 -1
- package/dist/src/index.d.ts +64 -9
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/modules/aggregation-workspace-id.d.ts +2 -2
- package/dist/src/modules/aggregation-workspace-id.d.ts.map +1 -1
- package/dist/src/modules/aggregation.d.ts +15 -12
- package/dist/src/modules/aggregation.d.ts.map +1 -1
- package/dist/src/modules/auto-preview.d.ts +4 -2
- package/dist/src/modules/auto-preview.d.ts.map +1 -1
- package/dist/src/modules/clone-pipeline.d.ts +5 -4
- package/dist/src/modules/clone-pipeline.d.ts.map +1 -1
- package/dist/src/modules/collation-string.d.ts +2 -1
- package/dist/src/modules/collation-string.d.ts.map +1 -1
- package/dist/src/modules/collections-fields.d.ts +2 -1
- package/dist/src/modules/collections-fields.d.ts.map +1 -1
- package/dist/src/modules/comments.d.ts +4 -2
- package/dist/src/modules/comments.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 +57 -19
- package/dist/src/modules/create-view/index.d.ts.map +1 -1
- package/dist/src/modules/data-service.d.ts +7 -9
- package/dist/src/modules/data-service.d.ts.map +1 -1
- package/dist/src/modules/edit-view-name.d.ts +2 -2
- package/dist/src/modules/edit-view-name.d.ts.map +1 -1
- package/dist/src/modules/env.d.ts +1 -1
- package/dist/src/modules/export-to-language.d.ts +2 -1
- package/dist/src/modules/export-to-language.d.ts.map +1 -1
- package/dist/src/modules/fields.d.ts +13 -11
- package/dist/src/modules/fields.d.ts.map +1 -1
- package/dist/src/modules/focus-mode.d.ts +9 -7
- package/dist/src/modules/focus-mode.d.ts.map +1 -1
- package/dist/src/modules/id.d.ts +12 -5
- package/dist/src/modules/id.d.ts.map +1 -1
- package/dist/src/modules/index.d.ts +17 -46
- package/dist/src/modules/index.d.ts.map +1 -1
- package/dist/src/modules/input-documents.d.ts +9 -14
- package/dist/src/modules/input-documents.d.ts.map +1 -1
- package/dist/src/modules/insights.d.ts +7 -0
- package/dist/src/modules/insights.d.ts.map +1 -1
- package/dist/src/modules/is-modified.d.ts +2 -1
- package/dist/src/modules/is-modified.d.ts.map +1 -1
- package/dist/src/modules/is-new-pipeline-confirm.d.ts +10 -0
- package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
- package/dist/src/modules/is-time-series.d.ts +1 -1
- package/dist/src/modules/is-time-series.d.ts.map +1 -1
- package/dist/src/modules/large-limit.d.ts +4 -2
- package/dist/src/modules/large-limit.d.ts.map +1 -1
- package/dist/src/modules/limit.d.ts +4 -2
- package/dist/src/modules/limit.d.ts.map +1 -1
- package/dist/src/modules/max-time-ms.d.ts +8 -4
- package/dist/src/modules/max-time-ms.d.ts.map +1 -1
- package/dist/src/modules/name.d.ts +4 -4
- package/dist/src/modules/name.d.ts.map +1 -1
- package/dist/src/modules/namespace.d.ts.map +1 -1
- package/dist/src/modules/out-results-fn.d.ts +6 -6
- package/dist/src/modules/out-results-fn.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/index.d.ts +1 -5
- package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-ai.d.ts +12 -1
- package/dist/src/modules/pipeline-builder/pipeline-ai.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts +4 -3
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +1 -2
- 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 +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 +8 -4
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage.d.ts +2 -1
- package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +17 -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 +7 -3
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
- package/dist/src/modules/saved-pipeline.d.ts +26 -20
- package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
- package/dist/src/modules/saving-pipeline.d.ts +35 -17
- package/dist/src/modules/saving-pipeline.d.ts.map +1 -1
- package/dist/src/modules/search-indexes.d.ts +11 -0
- package/dist/src/modules/search-indexes.d.ts.map +1 -1
- package/dist/src/modules/server-version.d.ts +1 -1
- package/dist/src/modules/server-version.d.ts.map +1 -1
- package/dist/src/modules/settings.d.ts +32 -23
- package/dist/src/modules/settings.d.ts.map +1 -1
- package/dist/src/modules/side-panel.d.ts +5 -4
- package/dist/src/modules/side-panel.d.ts.map +1 -1
- package/dist/src/modules/source-name.d.ts +2 -2
- package/dist/src/modules/source-name.d.ts.map +1 -1
- package/dist/src/modules/update-view.d.ts +19 -7
- package/dist/src/modules/update-view.d.ts.map +1 -1
- package/dist/src/modules/workspace.d.ts +3 -3
- package/dist/src/modules/workspace.d.ts.map +1 -1
- package/dist/src/plugin.d.ts +1 -5
- package/dist/src/plugin.d.ts.map +1 -1
- package/dist/src/stores/create-view.d.ts +23 -3
- package/dist/src/stores/create-view.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts +62 -95
- 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/stage.d.ts +30 -15
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +45 -43
- package/dist/index.css +0 -43
- package/dist/src/components/create-view-plugin.d.ts +0 -14
- package/dist/src/components/create-view-plugin.d.ts.map +0 -1
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +0 -49
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +0 -1
- package/dist/src/components/duplicate-view-modal/index.d.ts +0 -5
- package/dist/src/components/duplicate-view-modal/index.d.ts.map +0 -1
- package/dist/src/components/duplicate-view-plugin.d.ts +0 -10
- package/dist/src/components/duplicate-view-plugin.d.ts.map +0 -1
- package/dist/src/modules/create-view/error.d.ts +0 -7
- package/dist/src/modules/create-view/error.d.ts.map +0 -1
- package/dist/src/modules/create-view/is-duplicating.d.ts +0 -5
- package/dist/src/modules/create-view/is-duplicating.d.ts.map +0 -1
- package/dist/src/modules/create-view/is-running.d.ts +0 -5
- package/dist/src/modules/create-view/is-running.d.ts.map +0 -1
- package/dist/src/modules/create-view/is-visible.d.ts +0 -8
- package/dist/src/modules/create-view/is-visible.d.ts.map +0 -1
- package/dist/src/modules/create-view/name.d.ts +0 -5
- package/dist/src/modules/create-view/name.d.ts.map +0 -1
- package/dist/src/modules/create-view/pipeline.d.ts +0 -5
- package/dist/src/modules/create-view/pipeline.d.ts.map +0 -1
- package/dist/src/modules/create-view/reset.d.ts +0 -3
- package/dist/src/modules/create-view/reset.d.ts.map +0 -1
- package/dist/src/modules/create-view/source.d.ts +0 -5
- package/dist/src/modules/create-view/source.d.ts.map +0 -1
- package/dist/src/modules/projections.d.ts +0 -4
- package/dist/src/modules/projections.d.ts.map +0 -1
- package/dist/src/stores/duplicate-view.d.ts +0 -3
- package/dist/src/stores/duplicate-view.d.ts.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/index.
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,eAAe,QAAQ,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregation-side-panel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregation-side-panel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AA0E9D,KAAK,yBAAyB,GAAG;IAC/B,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7D,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,oBAAoB,2CAG9B,yBAAyB,gBAwF3B,CAAC;;;;;AAEF,wBAGyB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"group-with-statistics.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.tsx"],"names":[],"mappings":"AAQA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAWjD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,IAAI,CAAC;AAwD/C,KAAK,aAAa,GAAG,oBAAoB,CAAC;AAC1C,KAAK,aAAa,GAAG;IAAE,aAAa,EAAE,MAAM,CAAA;CAAE,CAAC;
|
1
|
+
{"version":3,"file":"group-with-statistics.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.tsx"],"names":[],"mappings":"AAQA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAWjD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,IAAI,CAAC;AAwD/C,KAAK,aAAa,GAAG,oBAAoB,CAAC;AAC1C,KAAK,aAAa,GAAG;IAAE,aAAa,EAAE,MAAM,CAAA;CAAE,CAAC;AA+J/C,eAAO,MAAM,mBAAmB,yCAI7B,aAAa,GAAG,aAAa,gBAqD/B,CAAC;;;;;;;AAEF,wBAEyB"}
|
@@ -1,22 +1,18 @@
|
|
1
|
-
|
1
|
+
import React, { Component } from 'react';
|
2
|
+
import type { PipelineProps } from '../pipeline/pipeline';
|
3
|
+
declare class Aggregations extends Component<PipelineProps> {
|
4
|
+
static displayName: string;
|
5
|
+
render(): JSX.Element;
|
6
|
+
}
|
2
7
|
declare const MappedAggregations: import("react-redux").ConnectedComponent<typeof Aggregations, {
|
3
|
-
|
4
|
-
|
5
|
-
|
8
|
+
ref?: React.LegacyRef<Aggregations> | undefined;
|
9
|
+
key?: React.Key | null | undefined;
|
10
|
+
showRunButton: boolean;
|
11
|
+
showExportButton: boolean;
|
12
|
+
showExplainButton: boolean;
|
6
13
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
7
14
|
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
15
|
}>;
|
14
|
-
export
|
15
|
-
|
16
|
-
constructor(props: any);
|
17
|
-
constructor(props: any, context: any);
|
18
|
-
render(): React.Component;
|
19
|
-
}
|
20
|
-
import React from 'react';
|
21
|
-
import { Component } from 'react';
|
16
|
+
export default MappedAggregations;
|
17
|
+
export { Aggregations };
|
22
18
|
//# sourceMappingURL=aggregations.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.
|
1
|
+
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAoBzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAgB1D,cAAM,YAAa,SAAQ,SAAS,CAAC,aAAa,CAAC;IACjD,MAAM,CAAC,WAAW,SAA2B;IAK7C,MAAM;CAOP;AA4BD,QAAA,MAAM,kBAAkB;;;;;;;;EAYR,CAAC;AAEjB,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/index.
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,EAAE,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAClE,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
@@ -1,38 +1,19 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
isDuplicating?: boolean
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
isVisible?: boolean | undefined;
|
18
|
-
isRunning?: boolean | undefined;
|
19
|
-
isDuplicating?: boolean | undefined;
|
20
|
-
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
21
|
-
}>;
|
22
|
-
export class CreateViewModal extends React.PureComponent<any, any, any> {
|
23
|
-
static displayName: string;
|
24
|
-
static propTypes: {
|
25
|
-
createView: PropTypes.Validator<(...args: any[]) => any>;
|
26
|
-
isVisible: PropTypes.Validator<boolean>;
|
27
|
-
toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
|
28
|
-
name: PropTypes.Requireable<string>;
|
29
|
-
changeViewName: PropTypes.Validator<(...args: any[]) => any>;
|
30
|
-
isDuplicating: PropTypes.Validator<boolean>;
|
31
|
-
source: PropTypes.Validator<string>;
|
32
|
-
pipeline: PropTypes.Validator<any[]>;
|
33
|
-
isRunning: PropTypes.Validator<boolean>;
|
34
|
-
error: PropTypes.Requireable<object>;
|
35
|
-
};
|
1
|
+
import React, { PureComponent } from 'react';
|
2
|
+
import type { LoggerAndTelemetry } from '@mongodb-js/compass-logging/provider';
|
3
|
+
type CreateViewModalProps = {
|
4
|
+
createView: () => void;
|
5
|
+
isVisible?: boolean;
|
6
|
+
toggleIsVisible: (newVal: boolean) => void;
|
7
|
+
name?: string;
|
8
|
+
changeViewName: (name: string) => void;
|
9
|
+
isDuplicating?: boolean;
|
10
|
+
source?: string;
|
11
|
+
pipeline?: unknown[];
|
12
|
+
isRunning?: boolean;
|
13
|
+
error: Error | null;
|
14
|
+
logger: LoggerAndTelemetry;
|
15
|
+
};
|
16
|
+
declare class CreateViewModal extends PureComponent<CreateViewModalProps> {
|
36
17
|
static defaultProps: {
|
37
18
|
name: string;
|
38
19
|
source: string;
|
@@ -41,14 +22,21 @@ export class CreateViewModal extends React.PureComponent<any, any, any> {
|
|
41
22
|
isVisible: boolean;
|
42
23
|
isDuplicating: boolean;
|
43
24
|
};
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
onNameChange: (evt: any) => void;
|
48
|
-
onFormSubmit: (evt: any) => void;
|
25
|
+
componentDidUpdate(prevProps: CreateViewModalProps): void;
|
26
|
+
onNameChange: (evt: React.ChangeEvent<HTMLInputElement>) => void;
|
27
|
+
onFormSubmit: () => void;
|
49
28
|
onCancel: () => void;
|
50
|
-
render():
|
29
|
+
render(): JSX.Element;
|
51
30
|
}
|
52
|
-
|
53
|
-
|
31
|
+
declare const MappedCreateViewModal: React.FunctionComponent<Omit<{
|
32
|
+
ref?: React.LegacyRef<CreateViewModal> | undefined;
|
33
|
+
key?: React.Key | null | undefined;
|
34
|
+
logger: LoggerAndTelemetry;
|
35
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
36
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
37
|
+
} & {
|
38
|
+
children?: React.ReactNode;
|
39
|
+
}, "logger">>;
|
40
|
+
export default MappedCreateViewModal;
|
41
|
+
export { CreateViewModal };
|
54
42
|
//# 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.
|
1
|
+
{"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAgB7C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAU/E,KAAK,oBAAoB,GAAG;IAC1B,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,MAAM,EAAE,kBAAkB,CAAC;CAC5B,CAAC;AAEF,cAAM,eAAgB,SAAQ,aAAa,CAAC,oBAAoB,CAAC;IAC/D,MAAM,CAAC,YAAY;;;;;;;MAOjB;IAEF,kBAAkB,CAAC,SAAS,EAAE,oBAAoB;IAMlD,YAAY,QAAS,MAAM,WAAW,CAAC,gBAAgB,CAAC,UAEtD;IAEF,YAAY,aAEV;IAEF,QAAQ,aAEN;IAKF,MAAM;CA6BP;AAmBD,QAAA,MAAM,qBAAqB;;;YAlFjB,kBAAkB;;;;;aAyF3B,CAAC;AAEF,eAAe,qBAAqB,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
@@ -1,5 +1,4 @@
|
|
1
|
+
import MappedCreateViewModal, { CreateViewModal } from './create-view-modal';
|
1
2
|
export default MappedCreateViewModal;
|
2
3
|
export { CreateViewModal };
|
3
|
-
import MappedCreateViewModal from './create-view-modal';
|
4
|
-
import { CreateViewModal } from './create-view-modal';
|
5
4
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/index.
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,EAAE,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC7E,eAAe,qBAAqB,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
@@ -1,14 +1,16 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import type
|
2
|
+
import type HadronDocument from 'hadron-document';
|
3
3
|
type FocusModePreviewProps = {
|
4
4
|
title: string;
|
5
5
|
isLoading?: boolean;
|
6
|
-
documents?:
|
6
|
+
documents?: HadronDocument[] | null;
|
7
7
|
stageIndex?: number;
|
8
8
|
stageOperator?: string | null;
|
9
9
|
isMissingAtlasOnlyStageSupport?: boolean;
|
10
|
+
onExpand: (stageIdx: number) => void;
|
11
|
+
onCollapse: (stageIdx: number) => void;
|
10
12
|
};
|
11
|
-
export declare const FocusModePreview: ({ title, isLoading, documents, stageIndex, stageOperator, isMissingAtlasOnlyStageSupport, }: FocusModePreviewProps) => JSX.Element;
|
13
|
+
export declare const FocusModePreview: ({ title, isLoading, documents, stageIndex, stageOperator, isMissingAtlasOnlyStageSupport, onExpand, onCollapse, }: FocusModePreviewProps) => JSX.Element;
|
12
14
|
export declare const InputPreview: (props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element;
|
13
15
|
export declare const OutputPreview: (props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element;
|
14
16
|
export declare const FocusModeStageInput: import("react-redux").ConnectedComponent<(props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element, {
|
@@ -1 +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,
|
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,KAAsB,MAAM,OAAO,CAAC;AAQ3C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAoElD,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,UAAU,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,sHAS1B,qBAAqB,gBAsFvB,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;;;EAkEzD,CAAC;AAEhB,eAAO,MAAM,oBAAoB,mDAhEI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EA8FzD,CAAC"}
|
@@ -1 +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;AAgF1B,KAAK,cAAc,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,EAAE,OAAO,CAAC;
|
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;AAgF1B,KAAK,cAAc,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,EAAE,OAAO,GAAG,SAAS,CAAC;IAC1C,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAsFF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAuB7D,CAAC;;;;;AAUF,wBAAyD"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/index.
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,eAAe,cAAc,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/index.
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,wBAAwB,CAAC;AACxD,eAAe,kBAAkB,CAAC"}
|
@@ -1,9 +1,11 @@
|
|
1
|
-
export default ModifySourceBanner;
|
2
|
-
declare function ModifySourceBanner(props: Object): Component;
|
3
|
-
declare namespace ModifySourceBanner {
|
4
|
-
namespace propTypes {
|
5
|
-
const editViewName: PropTypes.Validator<string>;
|
6
|
-
}
|
7
|
-
}
|
8
1
|
import PropTypes from 'prop-types';
|
2
|
+
declare const ModifySourceBanner: {
|
3
|
+
(props: {
|
4
|
+
editViewName: string;
|
5
|
+
}): JSX.Element;
|
6
|
+
propTypes: {
|
7
|
+
editViewName: PropTypes.Validator<string>;
|
8
|
+
};
|
9
|
+
};
|
10
|
+
export default ModifySourceBanner;
|
9
11
|
//# sourceMappingURL=modify-source-banner.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"modify-source-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/modify-source-banner.
|
1
|
+
{"version":3,"file":"modify-source-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/modify-source-banner.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAanC,QAAA,MAAM,kBAAkB;YAAW;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE;;;;CAY1D,CAAC;AAMF,eAAe,kBAAkB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/index.
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,eAAe,QAAQ,CAAC"}
|
@@ -1,5 +1,25 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
import { PureComponent } from 'react';
|
2
|
+
import PropTypes from 'prop-types';
|
3
|
+
import type { PipelineToolbarProps } from '../pipeline-toolbar';
|
4
|
+
import type { SavingPipelineModalProps } from '../saving-pipeline-modal/saving-pipeline-modal';
|
5
|
+
import type { SettingsProps } from '../settings/settings';
|
6
|
+
import type { PipelineOutputOption } from '../pipeline-output-options-menu';
|
7
|
+
import type { Workspace } from '../../modules/workspace';
|
8
|
+
export type PipelineProps = Pick<SavingPipelineModalProps, 'saveCurrentPipeline' | 'savingPipelineNameChanged' | 'savingPipelineApply' | 'savingPipelineCancel' | 'clonePipeline'> & Pick<PipelineToolbarProps, 'showRunButton' | 'showExportButton' | 'showExplainButton'> & Pick<SettingsProps, 'toggleSettingsIsExpanded' | 'toggleSettingsIsCommentMode' | 'setSettingsSampleSize' | 'setSettingsLimit' | 'isCommenting' | 'applySettings' | 'settings'> & {
|
9
|
+
savingPipeline: Pick<SavingPipelineModalProps, 'name' | 'isOpen' | 'isSaveAs'>;
|
10
|
+
updateViewError?: string | null;
|
11
|
+
dismissViewError: () => void;
|
12
|
+
workspace: Workspace;
|
13
|
+
settings: {
|
14
|
+
isExpanded: boolean;
|
15
|
+
};
|
16
|
+
limit?: number;
|
17
|
+
maxTimeMS?: number | null;
|
18
|
+
largeLimit?: number;
|
19
|
+
};
|
20
|
+
declare class Pipeline extends PureComponent<PipelineProps, {
|
21
|
+
pipelineOutputOption: PipelineOutputOption;
|
22
|
+
}> {
|
3
23
|
static displayName: string;
|
4
24
|
static propTypes: {
|
5
25
|
saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
@@ -20,7 +40,6 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
|
|
20
40
|
savingPipelineNameChanged: PropTypes.Validator<(...args: any[]) => any>;
|
21
41
|
savingPipelineApply: PropTypes.Validator<(...args: any[]) => any>;
|
22
42
|
savingPipelineCancel: PropTypes.Validator<(...args: any[]) => any>;
|
23
|
-
savingPipelineOpen: PropTypes.Validator<(...args: any[]) => any>;
|
24
43
|
savingPipeline: PropTypes.Validator<object>;
|
25
44
|
workspace: PropTypes.Validator<string>;
|
26
45
|
showExportButton: PropTypes.Validator<boolean>;
|
@@ -32,16 +51,9 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
|
|
32
51
|
limit: number;
|
33
52
|
largeLimit: number;
|
34
53
|
};
|
35
|
-
constructor(props: any);
|
36
|
-
constructor(props: any, context: any);
|
37
|
-
state: {
|
38
|
-
pipelineOutputOption: string;
|
39
|
-
};
|
40
|
-
onChangePipelineOutputOption: (pipelineOutputOption: any) => void;
|
41
54
|
renderModifyingViewSourceError(): JSX.Element | undefined;
|
42
55
|
renderPipelineToolbar(): JSX.Element;
|
43
|
-
render():
|
56
|
+
render(): JSX.Element;
|
44
57
|
}
|
45
|
-
|
46
|
-
import PropTypes from 'prop-types';
|
58
|
+
export default Pipeline;
|
47
59
|
//# sourceMappingURL=pipeline.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,SAAS,MAAM,YAAY,CAAC;AAUnC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAUhE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAC/F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAoBzD,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,wBAAwB,EACtB,qBAAqB,GACrB,2BAA2B,GAC3B,qBAAqB,GACrB,sBAAsB,GACtB,eAAe,CAClB,GACC,IAAI,CACF,oBAAoB,EACpB,eAAe,GAAG,kBAAkB,GAAG,mBAAmB,CAC3D,GACD,IAAI,CACF,aAAa,EACX,0BAA0B,GAC1B,6BAA6B,GAC7B,uBAAuB,GACvB,kBAAkB,GAClB,cAAc,GACd,eAAe,GACf,UAAU,CACb,GAAG;IACF,cAAc,EAAE,IAAI,CAClB,wBAAwB,EACxB,MAAM,GAAG,QAAQ,GAAG,UAAU,CAC/B,CAAC;IACF,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE;QAAE,UAAU,EAAE,OAAO,CAAA;KAAE,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AACJ,cAAM,QAAS,SAAQ,aAAa,CAClC,aAAa,EACb;IAAE,oBAAoB,EAAE,oBAAoB,CAAA;CAAE,CAC/C;IACC,MAAM,CAAC,WAAW,SAAuB;IAEzC,MAAM,CAAC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;MAwBd;IAEF,MAAM,CAAC,YAAY;;;;MAIjB;IAEF,8BAA8B;IAgB9B,qBAAqB;IAerB,MAAM;CAyCP;AAED,eAAe,QAAQ,CAAC"}
|
@@ -1,14 +1,15 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
|
3
2
|
import type { MongoServerError } from 'mongodb';
|
4
3
|
import type { PipelineParserError } from '../../../modules/pipeline-builder/pipeline-parser/utils';
|
5
|
-
type PipelineEditorProps = {
|
4
|
+
export type PipelineEditorProps = {
|
6
5
|
num_stages: number;
|
7
6
|
pipelineText: string;
|
8
7
|
syntaxErrors: PipelineParserError[];
|
9
8
|
serverError: MongoServerError | null;
|
10
9
|
serverVersion: string;
|
11
|
-
fields:
|
10
|
+
fields: {
|
11
|
+
name: string;
|
12
|
+
}[];
|
12
13
|
onChangePipelineText: (value: string) => void;
|
13
14
|
};
|
14
15
|
export declare const PipelineEditor: React.FunctionComponent<PipelineEditorProps>;
|
@@ -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,KAAuC,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,KAAuC,MAAM,OAAO,CAAC;AAiB5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAyCnG,MAAM,MAAM,mBAAmB,GAAG;IAChC,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;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC3B,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAuFvE,CAAC;;;;;AA6BF,wBAA8D"}
|
@@ -1,13 +1,15 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import type
|
2
|
+
import type HadronDocument from 'hadron-document';
|
3
3
|
type PipelinePreviewProps = {
|
4
4
|
isLoading: boolean;
|
5
5
|
isMergeStage: boolean;
|
6
6
|
isOutStage: boolean;
|
7
7
|
isMissingAtlasSupport: boolean;
|
8
8
|
atlasOperator: string;
|
9
|
-
previewDocs:
|
9
|
+
previewDocs: HadronDocument[] | null;
|
10
10
|
isPreviewStale: boolean;
|
11
|
+
onExpand: () => void;
|
12
|
+
onCollapse: () => void;
|
11
13
|
};
|
12
14
|
export declare const PipelinePreview: React.FunctionComponent<PipelinePreviewProps>;
|
13
15
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, {
|
@@ -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,
|
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,KAAsB,MAAM,OAAO,CAAC;AAa3C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAwDlD,KAAK,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,cAAc,EAAE,GAAG,IAAI,CAAC;IACrC,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAwEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAwDzE,CAAC;;;;;AAwBF,wBAGoB"}
|
package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts
CHANGED
@@ -2,7 +2,6 @@ import React from 'react';
|
|
2
2
|
import type { StageIdAndType } from '../../../modules/pipeline-builder/stage-editor';
|
3
3
|
export type PipelineBuilderUIWorkspaceProps = {
|
4
4
|
stagesIdAndType: StageIdAndType[];
|
5
|
-
editViewName?: string;
|
6
5
|
isSidePanelOpen: boolean;
|
7
6
|
onStageMoveEnd: (from: number, to: number) => void;
|
8
7
|
onStageAddAfterEnd: (after?: number) => void;
|
package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-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-builder-ui-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAmBrF,MAAM,MAAM,+BAA+B,GAAG;IAC5C,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,gBAAgB,EAAE,CAChB,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,EACrB,KAAK,CAAC,EAAE,MAAM,KACX,IAAI,CAAC;CACX,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,+BAA+B,CAkDhC,CAAC;;;;;AAeF,wBAA0E"}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
export type PipelineOutputOption = 'expand' | 'collapse';
|
3
3
|
export declare const PipelineOutputOptionsMenu: React.FunctionComponent<{
|
4
|
-
option: PipelineOutputOption;
|
5
4
|
onChangeOption: (option: PipelineOutputOption) => void;
|
6
5
|
buttonText?: string;
|
7
6
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-output-options-menu.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-output-options-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAMzD,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC9D,
|
1
|
+
{"version":3,"file":"pipeline-output-options-menu.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-output-options-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAMzD,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC9D,cAAc,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACvD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAYA,CAAC"}
|
@@ -1,10 +1,9 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import type
|
2
|
+
import type HadronDocument from 'hadron-document';
|
3
3
|
type PipelineResultsWorkspaceProps = {
|
4
|
-
documents:
|
4
|
+
documents: HadronDocument[];
|
5
5
|
isLoading?: boolean;
|
6
6
|
isError?: boolean;
|
7
|
-
allDocsExpanded?: boolean;
|
8
7
|
error?: string | null;
|
9
8
|
isEmpty?: boolean;
|
10
9
|
isMergeOrOutPipeline?: boolean;
|
@@ -16,7 +15,6 @@ type PipelineResultsWorkspaceProps = {
|
|
16
15
|
};
|
17
16
|
export declare const PipelineResultsWorkspace: React.FunctionComponent<PipelineResultsWorkspaceProps>;
|
18
17
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsWorkspaceProps>, {
|
19
|
-
allDocsExpanded?: boolean | undefined;
|
20
18
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
21
19
|
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
22
20
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAiGlD,KAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAwE9B,CAAC;;;;;AAoCF,wBAAwE"}
|
@@ -1,17 +1,14 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { ResultsViewType } from './pipeline-results-list';
|
3
|
-
import type { PipelineOutputOption } from '../pipeline-output-options-menu';
|
4
3
|
type PipelineResultsHeaderProps = {
|
5
4
|
onChangeResultsView: (viewType: ResultsViewType) => void;
|
6
5
|
resultsViewType: ResultsViewType;
|
7
6
|
isMergeOrOutPipeline: boolean;
|
8
|
-
|
9
|
-
|
7
|
+
onExpand: () => void;
|
8
|
+
onCollapse: () => void;
|
10
9
|
};
|
11
10
|
export declare const PipelineResultsHeader: React.FunctionComponent<PipelineResultsHeaderProps>;
|
12
11
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsHeaderProps>, {
|
13
|
-
onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
|
14
|
-
pipelineOutputOption: PipelineOutputOption;
|
15
12
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
16
13
|
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
17
14
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAc/D,KAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAmBF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAuC3B,CAAC;;;;;AAoBF,wBAAqE"}
|
@@ -1,9 +1,8 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import type
|
2
|
+
import type HadronDocument from 'hadron-document';
|
3
3
|
export type ResultsViewType = 'document' | 'json';
|
4
4
|
declare const PipelineResultsList: React.FunctionComponent<{
|
5
|
-
documents:
|
6
|
-
allDocsExpanded?: boolean;
|
5
|
+
documents: HadronDocument[];
|
7
6
|
view: ResultsViewType;
|
8
7
|
}>;
|
9
8
|
export default PipelineResultsList;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAGlD,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG,MAAM,CAAC;AAMlD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjD,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,IAAI,EAAE,eAAe,CAAC;CACvB,CAqBA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
@@ -1,15 +1,12 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
|
3
|
-
type PipelineToolbarProps = {
|
2
|
+
export type PipelineToolbarProps = {
|
4
3
|
isAIInputVisible?: boolean;
|
5
4
|
isAggregationGeneratedFromQuery?: boolean;
|
6
5
|
isBuilderView: boolean;
|
7
6
|
showRunButton: boolean;
|
8
7
|
showExportButton: boolean;
|
9
8
|
showExplainButton: boolean;
|
10
|
-
onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
|
11
9
|
onHideAIInputClick?: () => void;
|
12
|
-
pipelineOutputOption: PipelineOutputOption;
|
13
10
|
};
|
14
11
|
export declare const PipelineToolbar: React.FunctionComponent<PipelineToolbarProps>;
|
15
12
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineToolbarProps>, {
|
@@ -19,8 +16,6 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
19
16
|
isAIInputVisible?: boolean | undefined;
|
20
17
|
onHideAIInputClick?: (() => void) | undefined;
|
21
18
|
isAggregationGeneratedFromQuery?: boolean | undefined;
|
22
|
-
onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
|
23
|
-
pipelineOutputOption: PipelineOutputOption;
|
24
19
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
25
20
|
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
26
21
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA0CxC,MAAM,MAAM,oBAAoB,GAAG;IACjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAC1C,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA0CzE,CAAC;;;;;;;;;;;AAQF,wBAAkD"}
|
@@ -6,7 +6,7 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
6
6
|
} & {
|
7
7
|
collationStringChanged: (value: string) => import("../../../modules/collation-string").CollationStringChangedAction;
|
8
8
|
maxTimeMSChanged: (value: number) => {
|
9
|
-
type:
|
9
|
+
type: "aggregations/max-time-ms/MAX_TIME_MS_CHANGED";
|
10
10
|
maxTimeMS: number | null;
|
11
11
|
};
|
12
12
|
}>, {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkC1B,KAAK,qBAAqB,GAAG;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAwDtB,CAAC;;;;;AAEF,wBAYoB"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { PipelineMode } from '../../../modules/pipeline-builder/pipeline-mode';
|
3
3
|
type PipelineExtraSettingsProps = {
|
4
|
-
isAutoPreview
|
4
|
+
isAutoPreview?: boolean | undefined;
|
5
5
|
isPipelineModeDisabled: boolean;
|
6
6
|
pipelineMode: PipelineMode;
|
7
7
|
onToggleAutoPreview: (newVal: boolean) => void;
|
package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAwCpF,KAAK,0BAA0B,GAAG;IAChC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACpC,sBAAsB,EAAE,OAAO,CAAC;IAChC,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,oBAAoB,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACrD,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAsF3B,CAAC;;;;;AAiBF,wBAAqE"}
|