@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":"pipeline-toolbar-container.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-toolbar-container.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"pipeline-toolbar-container.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-toolbar-container.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,eAAO,MAAM,oBAAoB,cAEhC,CAAC;AAEF,eAAO,MAAM,mCAAmC,QAI9C,CAAC;AAEH,eAAO,MAAM,wBAAwB;cAGzB,MAAM,SAAS;iBAQ1B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/index.
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,MAAM,yBAAyB,CAAC;AAC1D,eAAe,mBAAmB,CAAC"}
|
@@ -1,5 +1,17 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
import type { ChangeEvent } from 'react';
|
2
|
+
import { PureComponent } from 'react';
|
3
|
+
import PropTypes from 'prop-types';
|
4
|
+
export interface SavingPipelineModalProps {
|
5
|
+
isOpen: boolean;
|
6
|
+
isSaveAs: boolean;
|
7
|
+
name: string;
|
8
|
+
savingPipelineCancel: () => void;
|
9
|
+
savingPipelineApply: () => void;
|
10
|
+
savingPipelineNameChanged: (v: string) => void;
|
11
|
+
saveCurrentPipeline: () => void;
|
12
|
+
clonePipeline: () => void;
|
13
|
+
}
|
14
|
+
declare class SavingPipelineModal extends PureComponent<SavingPipelineModalProps> {
|
3
15
|
static displayName: string;
|
4
16
|
static propTypes: {
|
5
17
|
isOpen: PropTypes.Validator<boolean>;
|
@@ -11,13 +23,10 @@ declare class SavingPipelineModal extends React.PureComponent<any, any, any> {
|
|
11
23
|
saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
12
24
|
clonePipeline: PropTypes.Validator<(...args: any[]) => any>;
|
13
25
|
};
|
14
|
-
|
15
|
-
|
16
|
-
componentDidUpdate(prevProps: any): void;
|
17
|
-
onNameChanged(evt: Event): void;
|
26
|
+
componentDidUpdate(prevProps: SavingPipelineModalProps): void;
|
27
|
+
onNameChanged(evt: ChangeEvent<HTMLInputElement>): void;
|
18
28
|
save(): void;
|
19
|
-
render():
|
29
|
+
render(): JSX.Element;
|
20
30
|
}
|
21
|
-
|
22
|
-
import PropTypes from 'prop-types';
|
31
|
+
export default SavingPipelineModal;
|
23
32
|
//# sourceMappingURL=saving-pipeline-modal.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.
|
1
|
+
{"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACzC,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,SAAS,MAAM,YAAY,CAAC;AAKnC,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,yBAAyB,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B;AAKD,cAAM,mBAAoB,SAAQ,aAAa,CAAC,wBAAwB,CAAC;IACvE,MAAM,CAAC,WAAW,SAAkC;IAEpD,MAAM,CAAC,SAAS;;;;;;;;;MASd;IAEF,kBAAkB,CAAC,SAAS,EAAE,wBAAwB;IAYtD,aAAa,CAAC,GAAG,EAAE,WAAW,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAUvD,IAAI;IAcJ,MAAM;CAsBP;AAED,eAAe,mBAAmB,CAAC"}
|
@@ -1,13 +1,12 @@
|
|
1
|
-
type SettingsProps = {
|
1
|
+
export type SettingsProps = {
|
2
2
|
isCommenting: boolean;
|
3
3
|
isExpanded: boolean;
|
4
4
|
largeLimit: number;
|
5
5
|
limit: number;
|
6
6
|
settings: {
|
7
7
|
limit: number;
|
8
|
-
largeLimit: number;
|
9
8
|
isCommentMode: boolean;
|
10
|
-
isDirty:
|
9
|
+
isDirty: boolean;
|
11
10
|
sampleSize: number;
|
12
11
|
};
|
13
12
|
toggleSettingsIsExpanded: () => void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":"AA4FA,
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":"AA4FA,MAAM,MAAM,aAAa,GAAG;IAC1B,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,OAAO,CAAC;QACjB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBAqJf;AAED,eAAe,QAAQ,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/index.
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,eAAe,WAAW,CAAC"}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
type StagePreviewHeaderProps = {
|
2
|
+
export type StagePreviewHeaderProps = {
|
3
3
|
index: number;
|
4
4
|
stageOperator?: string | null;
|
5
5
|
previewSize?: number;
|
6
6
|
description?: string;
|
7
|
-
link?: string;
|
8
|
-
destination?: string;
|
7
|
+
link?: string | null;
|
8
|
+
destination?: string | null;
|
9
9
|
};
|
10
10
|
declare function StagePreviewHeader({ stageOperator, previewSize, description, link, destination, }: StagePreviewHeaderProps): JSX.Element | null;
|
11
11
|
declare const _default: import("react-redux").ConnectedComponent<typeof StagePreviewHeader, {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-preview-header.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2C1B,
|
1
|
+
{"version":3,"file":"stage-preview-header.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2C1B,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,iBAAS,kBAAkB,CAAC,EAC1B,aAAa,EACb,WAAW,EACX,WAAW,EACX,IAAI,EACJ,WAAW,GACZ,EAAE,uBAAuB,sBA2BzB;;WAE4D,MAAM;;;;AAAnE,wBAcuB"}
|
@@ -1,13 +1,17 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
export declare const OptionMenu: ({ index, onAddStageClick, onDeleteStageClick, }: {
|
2
|
+
export declare const OptionMenu: ({ index, onAddStageClick, onDeleteStageClick, onExpand, onCollapse, }: {
|
3
3
|
index: number;
|
4
4
|
onAddStageClick: (index: number) => void;
|
5
5
|
onDeleteStageClick: (index: number) => void;
|
6
|
+
onExpand: (stageIdx: number) => void;
|
7
|
+
onCollapse: (stageIdx: number) => void;
|
6
8
|
}) => JSX.Element;
|
7
|
-
declare const _default: import("react-redux").ConnectedComponent<({ index, onAddStageClick, onDeleteStageClick, }: {
|
9
|
+
declare const _default: import("react-redux").ConnectedComponent<({ index, onAddStageClick, onDeleteStageClick, onExpand, onCollapse, }: {
|
8
10
|
index: number;
|
9
11
|
onAddStageClick: (index: number) => void;
|
10
12
|
onDeleteStageClick: (index: number) => void;
|
13
|
+
onExpand: (stageIdx: number) => void;
|
14
|
+
onCollapse: (stageIdx: number) => void;
|
11
15
|
}) => JSX.Element, {
|
12
16
|
index: number;
|
13
17
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"option-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/option-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"option-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/option-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA0BxC,eAAO,MAAM,UAAU;WAOd,MAAM;6BACY,MAAM,KAAK,IAAI;gCACZ,MAAM,KAAK,IAAI;yBACtB,MAAM,KAAK,IAAI;2BACb,MAAM,KAAK,IAAI;iBA0FvC,CAAC;;;;;;;;WAGsC,MAAM;;;;AAD9C,wBAec"}
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
+
import type { ServerEnvironment } from '../../modules/env';
|
2
3
|
type StageOperatorSelectProps = {
|
3
4
|
onChange: (index: number, name: string | null, snippet?: string) => void;
|
4
5
|
index: number;
|
@@ -6,7 +7,7 @@ type StageOperatorSelectProps = {
|
|
6
7
|
isDisabled: boolean;
|
7
8
|
stages: {
|
8
9
|
name: string;
|
9
|
-
env:
|
10
|
+
env: ServerEnvironment[];
|
10
11
|
description: string;
|
11
12
|
}[];
|
12
13
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/stage-operator-select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/stage-operator-select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAiB3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAoB3D,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACzE,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,iBAAiB,EAAE,CAAC;QACzB,WAAW,EAAE,MAAM,CAAC;KACrB,EAAE,CAAC;CACL,CAAC;AAGF,eAAO,MAAM,mBAAmB,4DAM7B,wBAAwB,gBAkC1B,CAAC;;WAOa,MAAM;cACH,OAAO;wBAER,MAAM,QACP,MAAM,GAAG,IAAI,YACT,MAAM,KACb,IAAI;;;;;;WANF,MAAM;cACH,OAAO;wBAER,MAAM,QACP,MAAM,GAAG,IAAI,YACT,MAAM,KACb,IAAI;;;;;;AAXjB,wBA0CE"}
|
@@ -6,7 +6,7 @@ export type StageProps = SortableProps & {
|
|
6
6
|
isExpanded: boolean;
|
7
7
|
hasSyntaxError: boolean;
|
8
8
|
hasServerError: boolean;
|
9
|
-
isAutoPreviewing
|
9
|
+
isAutoPreviewing?: boolean | undefined;
|
10
10
|
};
|
11
11
|
declare function Stage({ index, isEnabled, isExpanded, hasSyntaxError, hasServerError, isAutoPreviewing, ...sortableProps }: StageProps): JSX.Element;
|
12
12
|
declare const _default: import("react-redux").ConnectedComponent<typeof Stage, {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../src/components/stage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAsBnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0EAA0E,CAAC;AAsG9G,MAAM,MAAM,UAAU,GAAG,aAAa,GAAG;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../src/components/stage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAsBnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0EAA0E,CAAC;AAsG9G,MAAM,MAAM,UAAU,GAAG,aAAa,GAAG;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,iBAAS,KAAK,CAAC,EACb,KAAK,EACL,SAAS,EACT,UAAU,EACV,cAAc,EACd,cAAc,EACd,gBAAgB,EAChB,GAAG,aAAa,EACjB,EAAE,UAAU,eA2DZ;;;;;;;;;AAMD,wBAYU"}
|
package/dist/src/constants.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
export const DEFAULT_MAX_TIME_MS
|
2
|
-
export const DEFAULT_SAMPLE_SIZE
|
3
|
-
export const DEFAULT_LARGE_LIMIT
|
4
|
-
export const OUT_STAGE_PREVIEW_TEXT: string;
|
5
|
-
export const MERGE_STAGE_PREVIEW_TEXT: string;
|
6
|
-
export const PIPELINE_HELP_URI
|
7
|
-
export const STAGE_HELP_BASE_URL
|
1
|
+
export declare const DEFAULT_MAX_TIME_MS = 60000;
|
2
|
+
export declare const DEFAULT_SAMPLE_SIZE = 10;
|
3
|
+
export declare const DEFAULT_LARGE_LIMIT = 100000;
|
4
|
+
export declare const OUT_STAGE_PREVIEW_TEXT: string;
|
5
|
+
export declare const MERGE_STAGE_PREVIEW_TEXT: string;
|
6
|
+
export declare const PIPELINE_HELP_URI = "https://www.mongodb.com/docs/manual/reference/operator/aggregation-pipeline/";
|
7
|
+
export declare const STAGE_HELP_BASE_URL = "https://www.mongodb.com/docs/manual/reference/operator/aggregation";
|
8
8
|
//# sourceMappingURL=constants.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,QAAQ,CAAC;AAKzC,eAAO,MAAM,mBAAmB,KAAK,CAAC;AAMtC,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAE1C,eAAO,MAAM,sBAAsB,QAGc,CAAC;AAElD,eAAO,MAAM,wBAAwB,QAEV,CAAC;AAE5B,eAAO,MAAM,iBAAiB,iFACkD,CAAC;AAEjF,eAAO,MAAM,mBAAmB,uEACsC,CAAC"}
|
package/dist/src/index.d.ts
CHANGED
@@ -1,14 +1,69 @@
|
|
1
|
-
|
2
|
-
import AggregationsPlugin from './plugin';
|
3
|
-
import configureStore from './stores/store';
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { AggregationsPlugin } from './plugin';
|
4
3
|
import { Aggregations } from './components/aggregations';
|
5
|
-
import CreateViewPlugin from './components/create-view-plugin';
|
6
|
-
import DuplicateViewPlugin from './components/duplicate-view-plugin';
|
7
|
-
import configureCreateViewStore from './stores/create-view';
|
8
4
|
import StageEditor from './components/stage-editor';
|
9
|
-
|
10
|
-
|
5
|
+
import { type DataServiceLocator } from 'mongodb-data-service/provider';
|
6
|
+
import type { DataService } from './modules/data-service';
|
7
|
+
declare const activate: () => void;
|
8
|
+
declare const deactivate: () => void;
|
9
|
+
export declare const CompassAggregationsHadronPlugin: import("hadron-app-registry").HadronPluginComponent<{
|
10
|
+
query: unknown;
|
11
|
+
aggregation: unknown;
|
12
|
+
pipelineText: string | undefined;
|
13
|
+
editViewName: string | undefined;
|
14
|
+
namespace: string;
|
15
|
+
isReadonly: boolean;
|
16
|
+
isTimeSeries: boolean;
|
17
|
+
isClustered: boolean;
|
18
|
+
isFLE: boolean;
|
19
|
+
isSearchIndexesSupported: boolean;
|
20
|
+
sourceName?: string | undefined;
|
21
|
+
sourceReadonly?: boolean | undefined;
|
22
|
+
sourceViewon?: string | undefined;
|
23
|
+
sourcePipeline?: unknown[] | undefined;
|
24
|
+
serverVersion: string;
|
25
|
+
isAtlas: boolean;
|
26
|
+
isDataLake: boolean;
|
27
|
+
}, {
|
28
|
+
dataService: () => DataService;
|
29
|
+
}>;
|
30
|
+
export declare const CompassAggregationsPlugin: {
|
31
|
+
name: string;
|
32
|
+
component: import("hadron-app-registry").HadronPluginComponent<{
|
33
|
+
query: unknown;
|
34
|
+
aggregation: unknown;
|
35
|
+
pipelineText: string | undefined;
|
36
|
+
editViewName: string | undefined;
|
37
|
+
namespace: string;
|
38
|
+
isReadonly: boolean;
|
39
|
+
isTimeSeries: boolean;
|
40
|
+
isClustered: boolean;
|
41
|
+
isFLE: boolean;
|
42
|
+
isSearchIndexesSupported: boolean;
|
43
|
+
sourceName?: string | undefined;
|
44
|
+
sourceReadonly?: boolean | undefined;
|
45
|
+
sourceViewon?: string | undefined;
|
46
|
+
sourcePipeline?: unknown[] | undefined;
|
47
|
+
serverVersion: string;
|
48
|
+
isAtlas: boolean;
|
49
|
+
isDataLake: boolean;
|
50
|
+
}, {
|
51
|
+
dataService: () => DataService;
|
52
|
+
}>;
|
53
|
+
};
|
54
|
+
export declare const CreateViewPlugin: import("hadron-app-registry").HadronPluginComponent<Omit<{
|
55
|
+
ref?: import("react").LegacyRef<import("./components/create-view-modal/create-view-modal").CreateViewModal> | undefined;
|
56
|
+
key?: import("react").Key | null | undefined;
|
57
|
+
logger: import("@mongodb-js/compass-logging/provider").LoggerAndTelemetry;
|
58
|
+
context?: import("react").Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
59
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
60
|
+
} & {
|
61
|
+
children?: import("react").ReactNode;
|
62
|
+
}, "logger">, {
|
63
|
+
dataService: DataServiceLocator<"createView">;
|
64
|
+
logger: () => import("@mongodb-js/compass-logging/provider").LoggerAndTelemetry;
|
65
|
+
}>;
|
11
66
|
export default AggregationsPlugin;
|
12
|
-
export { activate, deactivate, Aggregations, StageEditor
|
67
|
+
export { activate, deactivate, Aggregations, StageEditor };
|
13
68
|
export { default as metadata } from '../package.json';
|
14
69
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,WAAW,MAAM,2BAA2B,CAAC;AAEpD,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,KAAK,EACV,WAAW,EAGZ,MAAM,wBAAwB,CAAC;AAGhC,QAAA,MAAM,QAAQ,YAEb,CAAC;AAEF,QAAA,MAAM,UAAU,YAEf,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;iBAE3B,MAAM,WAAW;EAajC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;qBAfrB,MAAM,WAAW;;CAkBjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;EAU5B,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"aggregation-workspace-id.d.ts","sourceRoot":"","sources":["../../../src/modules/aggregation-workspace-id.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"aggregation-workspace-id.d.ts","sourceRoot":"","sources":["../../../src/modules/aggregation-workspace-id.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AASrC,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,MAAM,CAE5B,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import
|
1
|
+
import HadronDocument from 'hadron-document';
|
2
|
+
import type { Reducer } from 'redux';
|
2
3
|
import type { Document } from 'mongodb';
|
3
4
|
import type { PipelineBuilderThunkAction } from '.';
|
4
5
|
export declare enum ActionTypes {
|
@@ -13,42 +14,42 @@ export declare enum ActionTypes {
|
|
13
14
|
type PreviousPageData = {
|
14
15
|
page: number;
|
15
16
|
isLast: boolean;
|
16
|
-
documents:
|
17
|
+
documents: HadronDocument[];
|
17
18
|
};
|
18
|
-
type RunAggregation = {
|
19
|
+
export type RunAggregation = {
|
19
20
|
type: ActionTypes.RunAggregation;
|
20
21
|
pipeline: Document[];
|
21
22
|
};
|
22
|
-
type AggregationStartedAction = {
|
23
|
+
export type AggregationStartedAction = {
|
23
24
|
type: ActionTypes.AggregationStarted;
|
24
25
|
abortController: AbortController;
|
25
26
|
};
|
26
|
-
type AggregationFinishedAction = {
|
27
|
+
export type AggregationFinishedAction = {
|
27
28
|
type: ActionTypes.AggregationFinished;
|
28
|
-
documents:
|
29
|
+
documents: HadronDocument[];
|
29
30
|
page: number;
|
30
31
|
isLast: boolean;
|
31
32
|
};
|
32
|
-
type AggregationFailedAction = {
|
33
|
+
export type AggregationFailedAction = {
|
33
34
|
type: ActionTypes.AggregationFailed;
|
34
35
|
error: string;
|
35
36
|
page: number;
|
36
37
|
};
|
37
|
-
type AggregationCancelledAction = {
|
38
|
+
export type AggregationCancelledAction = {
|
38
39
|
type: ActionTypes.AggregationCancelledByUser;
|
39
40
|
};
|
40
|
-
type LastPageReachedAction = {
|
41
|
+
export type LastPageReachedAction = {
|
41
42
|
type: ActionTypes.LastPageReached;
|
42
43
|
page: number;
|
43
44
|
};
|
44
|
-
type ResultViewTypeChangedAction = {
|
45
|
+
export type ResultViewTypeChangedAction = {
|
45
46
|
type: ActionTypes.ResultViewTypeChanged;
|
46
47
|
viewType: 'document' | 'json';
|
47
48
|
};
|
48
49
|
export type Actions = RunAggregation | AggregationStartedAction | AggregationFinishedAction | AggregationFailedAction | AggregationCancelledAction | LastPageReachedAction | ResultViewTypeChangedAction;
|
49
50
|
export type State = {
|
50
51
|
pipeline: Document[];
|
51
|
-
documents:
|
52
|
+
documents: HadronDocument[];
|
52
53
|
page: number;
|
53
54
|
limit: number;
|
54
55
|
isLast: boolean;
|
@@ -59,7 +60,7 @@ export type State = {
|
|
59
60
|
resultsViewType: 'document' | 'json';
|
60
61
|
};
|
61
62
|
export declare const INITIAL_STATE: State;
|
62
|
-
declare const reducer: Reducer<State
|
63
|
+
declare const reducer: Reducer<State>;
|
63
64
|
export declare const runAggregation: () => PipelineBuilderThunkAction<Promise<void>>;
|
64
65
|
export declare const fetchPrevPage: () => PipelineBuilderThunkAction<Promise<void>, Actions>;
|
65
66
|
export declare const fetchNextPage: () => PipelineBuilderThunkAction<Promise<void>, Actions>;
|
@@ -70,5 +71,7 @@ export declare const changeViewType: (newViewType: 'document' | 'json') => {
|
|
70
71
|
type: ActionTypes;
|
71
72
|
viewType: "document" | "json";
|
72
73
|
};
|
74
|
+
export declare const expandPipelineResults: () => PipelineBuilderThunkAction<void>;
|
75
|
+
export declare const collapsePipelineResults: () => PipelineBuilderThunkAction<void>;
|
73
76
|
export default reducer;
|
74
77
|
//# sourceMappingURL=aggregation.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"aggregation.d.ts","sourceRoot":"","sources":["../../../src/modules/aggregation.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"aggregation.d.ts","sourceRoot":"","sources":["../../../src/modules/aggregation.ts"],"names":[],"mappings":"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"}
|
@@ -7,7 +7,9 @@ export type AutoPreviewToggledAction = {
|
|
7
7
|
type: ActionTypes.AutoPreviewToggled;
|
8
8
|
value: boolean;
|
9
9
|
};
|
10
|
-
export
|
11
|
-
export
|
10
|
+
export type AutoPreviewAction = AutoPreviewToggledAction;
|
11
|
+
export type AutoPreviewState = boolean | undefined;
|
12
|
+
export declare const INITIAL_STATE: AutoPreviewState;
|
13
|
+
export default function reducer(state: AutoPreviewState, action: AnyAction): AutoPreviewState;
|
12
14
|
export declare const toggleAutoPreview: (newVal: boolean) => PipelineBuilderThunkAction<void>;
|
13
15
|
//# sourceMappingURL=auto-preview.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"auto-preview.d.ts","sourceRoot":"","sources":["../../../src/modules/auto-preview.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;
|
1
|
+
{"version":3,"file":"auto-preview.d.ts","sourceRoot":"","sources":["../../../src/modules/auto-preview.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAQpD,oBAAY,WAAW;IACrB,kBAAkB,4CAA4C;CAC/D;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,WAAW,CAAC,kBAAkB,CAAC;IACrC,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,wBAAwB,CAAC;AACzD,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,SAAS,CAAC;AAEnD,eAAO,MAAM,aAAa,EAAE,gBAAuB,CAAC;AAEpD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,kBAAkC,EACvC,MAAM,EAAE,SAAS,GAChB,gBAAgB,CAgBlB;AAED,eAAO,MAAM,iBAAiB,WACpB,OAAO,KACd,2BAA2B,IAAI,CAQjC,CAAC"}
|
@@ -1,5 +1,6 @@
|
|
1
|
-
export declare const CLONE_PIPELINE
|
2
|
-
export
|
3
|
-
type:
|
4
|
-
}
|
1
|
+
export declare const CLONE_PIPELINE: "aggregations/CLONE_PIPELINE";
|
2
|
+
export interface ClonePipelineAction {
|
3
|
+
type: typeof CLONE_PIPELINE;
|
4
|
+
}
|
5
|
+
export declare const clonePipeline: () => ClonePipelineAction;
|
5
6
|
//# sourceMappingURL=clone-pipeline.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"clone-pipeline.d.ts","sourceRoot":"","sources":["../../../src/modules/clone-pipeline.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,
|
1
|
+
{"version":3,"file":"clone-pipeline.d.ts","sourceRoot":"","sources":["../../../src/modules/clone-pipeline.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,+BAAyC,CAAC;AAErE,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,OAAO,cAAc,CAAC;CAC7B;AAKD,eAAO,MAAM,aAAa,QAAO,mBAE/B,CAAC"}
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import type { CollationOptions } from 'mongodb';
|
2
2
|
import type { AnyAction } from 'redux';
|
3
|
-
export declare const COLLATION_STRING_CHANGED
|
3
|
+
export declare const COLLATION_STRING_CHANGED: "aggregations/collation/COLLATION_STRING_CHANGED";
|
4
4
|
export type CollationStringChangedAction = {
|
5
5
|
type: typeof COLLATION_STRING_CHANGED;
|
6
6
|
value: string;
|
7
7
|
};
|
8
|
+
export type CollationStringAction = CollationStringChangedAction;
|
8
9
|
export type CollationStringState = {
|
9
10
|
text: string;
|
10
11
|
value: CollationOptions | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"collation-string.d.ts","sourceRoot":"","sources":["../../../src/modules/collation-string.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"collation-string.d.ts","sourceRoot":"","sources":["../../../src/modules/collation-string.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAMhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvC,eAAO,MAAM,wBAAwB,mDACuB,CAAC;AAE7D,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,EAAE,OAAO,wBAAwB,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,4BAA4B,CAAC;AAEjE,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,oBAI3B,CAAC;AAEF,wBAAgB,2BAA2B,CACzC,eAAe,EAAE,MAAM,GACtB,oBAAoB,CAOtB;AAKD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,kCAAsC,EAC3C,MAAM,EAAE,SAAS,GAChB,oBAAoB,CAqBtB;AAKD,eAAO,MAAM,sBAAsB,UAC1B,MAAM,KACZ,4BAEF,CAAC"}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { AnyAction } from 'redux';
|
2
1
|
import type { PipelineBuilderThunkAction } from '.';
|
2
|
+
import type { AnyAction } from 'redux';
|
3
3
|
type CollectionType = 'collection' | 'view';
|
4
4
|
export type CollectionInfo = {
|
5
5
|
name: string;
|
@@ -25,6 +25,7 @@ type CollectionDataUpdatedAction = {
|
|
25
25
|
collection: string;
|
26
26
|
data: CollectionData;
|
27
27
|
};
|
28
|
+
export type CollectionFieldsAction = CollectionsFetchedAction | CollectionFieldsFetchedAction | CollectionDataUpdatedAction;
|
28
29
|
export type CollectionData = {
|
29
30
|
isLoading: boolean;
|
30
31
|
type: CollectionType;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"collections-fields.d.ts","sourceRoot":"","sources":["../../../src/modules/collections-fields.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"collections-fields.d.ts","sourceRoot":"","sources":["../../../src/modules/collections-fields.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAIpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,KAAK,cAAc,GAAG,YAAY,GAAG,MAAM,CAAC;AAC5C,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,cAAc,CAAC;CACtB,CAAC;AAEF,oBAAY,WAAW;IACrB,gBAAgB,4CAA4C;IAC5D,uBAAuB,iDAAiD;IACxE,qBAAqB,+CAA+C;CACrE;AAED,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,WAAW,CAAC,gBAAgB,CAAC;IACnC,IAAI,EAAE,KAAK,CAAC;CACb,CAAC;AAEF,KAAK,6BAA6B,GAAG;IACnC,IAAI,EAAE,WAAW,CAAC,uBAAuB,CAAC;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,cAAc,EAAE,cAAc,CAAC;CAChC,CAAC;AAEF,KAAK,2BAA2B,GAAG;IACjC,IAAI,EAAE,WAAW,CAAC,qBAAqB,CAAC;IACxC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,cAAc,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAC9B,wBAAwB,GACxB,6BAA6B,GAC7B,2BAA2B,CAAC;AAEhC,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,cAAc,CAAC;IACrB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,KAAK,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;AAE5C,eAAO,MAAM,aAAa,EAAE,KAAU,CAAC;AAEvC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,mBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,KAAK,CAoCP;AAED,eAAO,MAAM,cAAc,gBACZ,cAAc,EAAE,KAC5B,2BAA2B,IAAI,EAAE,wBAAwB,CAsB3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAClB,MAAM,kBACF,cAAc,UACtB,MAAM,EAAE,KACf,6BAKD,CAAC;AAEH,eAAO,MAAM,qBAAqB,eACpB,MAAM,KACjB,2BAA2B,QAAQ,IAAI,CAAC,EAAE,2BAA2B,CA8EvE,CAAC"}
|
@@ -1,3 +1,5 @@
|
|
1
|
-
|
2
|
-
export
|
1
|
+
import type { AnyAction } from 'redux';
|
2
|
+
export type CommentsState = boolean;
|
3
|
+
export declare const INITIAL_STATE: CommentsState;
|
4
|
+
export default function reducer(state: boolean | undefined, action: AnyAction): CommentsState;
|
3
5
|
//# sourceMappingURL=comments.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"comments.d.ts","sourceRoot":"","sources":["../../../src/modules/comments.
|
1
|
+
{"version":3,"file":"comments.d.ts","sourceRoot":"","sources":["../../../src/modules/comments.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAcvC,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC;AAKpC,eAAO,MAAM,aAAa,EAAE,aAAoB,CAAC;AAUjD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAA+B,EACpC,MAAM,EAAE,SAAS,GAChB,aAAa,CAwBf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"count-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/count-documents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;
|
1
|
+
{"version":3,"file":"count-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/count-documents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAUpD,oBAAY,WAAW;IACrB,YAAY,sCAAsC;IAClD,aAAa,uCAAuC;IACpD,WAAW,qCAAqC;CACjD;AAED,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,WAAW,CAAC,YAAY,CAAC;IAC/B,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,aAAa,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,WAAW,CAAC,WAAW,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,OAAO,GACf,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,CAAC;AAEtB,MAAM,MAAM,KAAK,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAE3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CAmCtC,CAAC;AAEF,eAAO,MAAM,WAAW,QAAO,2BAA2B,IAAI,CAO7D,CAAC;AAEF,eAAO,MAAM,cAAc,QAAO,2BAA2B,QAAQ,IAAI,CAAC,CA8CzE,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
@@ -1,21 +1,59 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
export { SOURCE_INITIAL_STATE as source };
|
8
|
-
export { PIPELINE_INITIAL_STATE as pipeline };
|
1
|
+
import type { Reducer } from 'redux';
|
2
|
+
import type { CreateViewThunkAction } from '../../stores/create-view';
|
3
|
+
export declare const TOGGLE_IS_RUNNING: "aggregations/create-view/is-running/TOGGLE_IS_RUNNING";
|
4
|
+
interface ToggleIsRunningAction {
|
5
|
+
type: typeof TOGGLE_IS_RUNNING;
|
6
|
+
isRunning: boolean;
|
9
7
|
}
|
10
|
-
export
|
11
|
-
export
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
8
|
+
export declare const toggleIsRunning: (isRunning: boolean) => ToggleIsRunningAction;
|
9
|
+
export declare const TOGGLE_IS_VISIBLE: "aggregations/create-view/is-visible/TOGGLE_IS_VISIBLE";
|
10
|
+
interface ToggleIsVisibleAction {
|
11
|
+
type: typeof TOGGLE_IS_VISIBLE;
|
12
|
+
isVisible: boolean;
|
13
|
+
}
|
14
|
+
export declare const toggleIsVisible: (isVisible: boolean) => ToggleIsVisibleAction;
|
15
|
+
export declare const HANDLE_ERROR: "aggregations/create-view/error/HANDLE_ERROR";
|
16
|
+
interface HandleErrorAction {
|
17
|
+
type: typeof HANDLE_ERROR;
|
18
|
+
error: Error;
|
19
|
+
}
|
20
|
+
export declare const handleError: (error: Error) => HandleErrorAction;
|
21
|
+
export declare const CLEAR_ERROR: "aggregations/create-view/error/CLEAR_ERROR";
|
22
|
+
interface ClearErrorAction {
|
23
|
+
type: typeof CLEAR_ERROR;
|
24
|
+
}
|
25
|
+
export declare const clearError: () => ClearErrorAction;
|
26
|
+
export declare const CHANGE_VIEW_NAME: "aggregations/create-view/name/CHANGE_NAME";
|
27
|
+
interface ChangeViewNameAction {
|
28
|
+
type: typeof CHANGE_VIEW_NAME;
|
29
|
+
name: string;
|
30
|
+
}
|
31
|
+
export declare const changeViewName: (name: string) => ChangeViewNameAction;
|
32
|
+
export declare const RESET: "aggregations/create-view/reset";
|
33
|
+
interface ResetAction {
|
34
|
+
type: typeof RESET;
|
35
|
+
}
|
36
|
+
export declare const reset: () => ResetAction;
|
37
|
+
declare const OPEN: "aggregations/create-view/OPEN";
|
38
|
+
interface OpenAction {
|
39
|
+
type: typeof OPEN;
|
40
|
+
source: string;
|
41
|
+
pipeline: unknown[];
|
42
|
+
duplicate: boolean;
|
43
|
+
}
|
44
|
+
export type CreateViewAction = ToggleIsRunningAction | ToggleIsVisibleAction | HandleErrorAction | ClearErrorAction | ChangeViewNameAction | ResetAction | OpenAction;
|
45
|
+
export type CreateViewState = {
|
46
|
+
isRunning: boolean;
|
47
|
+
isVisible: boolean;
|
48
|
+
isDuplicating: boolean;
|
49
|
+
name: string;
|
50
|
+
error: Error | null;
|
51
|
+
source: string;
|
52
|
+
pipeline: unknown[];
|
53
|
+
};
|
54
|
+
export declare const INITIAL_STATE: CreateViewState;
|
55
|
+
declare const reducer: Reducer<CreateViewState, CreateViewAction>;
|
56
|
+
export default reducer;
|
57
|
+
export declare const open: (sourceNs: string, sourcePipeline: unknown[], duplicate: boolean) => OpenAction;
|
58
|
+
export declare const createView: () => CreateViewThunkAction<Promise<void>>;
|
21
59
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/index.
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAGrC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAGtE,eAAO,MAAM,iBAAiB,yDACoC,CAAC;AACnE,UAAU,qBAAqB;IAC7B,IAAI,EAAE,OAAO,iBAAiB,CAAC;IAC/B,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,eAAe,cAAe,OAAO,KAAG,qBAGnD,CAAC;AAEH,eAAO,MAAM,iBAAiB,yDACoC,CAAC;AACnE,UAAU,qBAAqB;IAC7B,IAAI,EAAE,OAAO,iBAAiB,CAAC;IAC/B,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,eAAe,cAAe,OAAO,KAAG,qBAGnD,CAAC;AAKH,eAAO,MAAM,YAAY,+CAC+B,CAAC;AACzD,UAAU,iBAAiB;IACzB,IAAI,EAAE,OAAO,YAAY,CAAC;IAC1B,KAAK,EAAE,KAAK,CAAC;CACd;AAKD,eAAO,MAAM,WAAW,UAAW,KAAK,KAAG,iBAGzC,CAAC;AAEH,eAAO,MAAM,WAAW,8CAC+B,CAAC;AACxD,UAAU,gBAAgB;IACxB,IAAI,EAAE,OAAO,WAAW,CAAC;CAC1B;AAED,eAAO,MAAM,UAAU,QAAO,gBAE5B,CAAC;AAEH,eAAO,MAAM,gBAAgB,6CACyB,CAAC;AACvD,UAAU,oBAAoB;IAC5B,IAAI,EAAE,OAAO,gBAAgB,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,cAAc,SAAU,MAAM,KAAG,oBAG5C,CAAC;AAEH,eAAO,MAAM,KAAK,kCAA4C,CAAC;AAC/D,UAAU,WAAW;IACnB,IAAI,EAAE,OAAO,KAAK,CAAC;CACpB;AAED,eAAO,MAAM,KAAK,QAAO,WAEvB,CAAC;AAKH,QAAA,MAAM,IAAI,iCAA2C,CAAC;AACtD,UAAU,UAAU;IAClB,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,gBAAgB,GACxB,qBAAqB,GACrB,qBAAqB,GACrB,iBAAiB,GACjB,gBAAgB,GAChB,oBAAoB,GACpB,WAAW,GACX,UAAU,CAAC;AAEf,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,OAAO,EAAE,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAQ3B,CAAC;AAKF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,eAAe,EAAE,gBAAgB,CAgDvD,CAAC;AAEF,eAAe,OAAO,CAAC;AAevB,eAAO,MAAM,IAAI,aACL,MAAM,kBACA,OAAO,EAAE,aACd,OAAO,KACjB,UAKD,CAAC;AAKH,eAAO,MAAM,UAAU,QAAO,sBAAsB,QAAQ,IAAI,CAAC,CA4ChE,CAAC"}
|