@mongodb-js/compass-aggregations 9.7.0 → 9.9.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/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/src/components/add-stage/add-stage.d.ts +1 -1
- package/dist/src/components/add-stage/add-stage.d.ts.map +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/feedback-link.d.ts +3 -0
- package/dist/src/components/aggregation-side-panel/feedback-link.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/index.d.ts +12 -0
- package/dist/src/components/aggregation-side-panel/index.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/index.d.ts +15 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/index.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts +20 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.d.ts +7 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-list.d.ts +6 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-list.d.ts.map +1 -0
- package/dist/src/components/aggregations/aggregations.d.ts +2 -2
- package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
- package/dist/src/components/aggregations/index.d.ts +2 -2
- package/dist/src/components/aggregations/index.d.ts.map +1 -1
- package/dist/src/components/create-view-modal/create-view-modal.d.ts +2 -2
- 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 +2 -2
- package/dist/src/components/create-view-modal/index.d.ts.map +1 -1
- package/dist/src/components/create-view-plugin.d.ts +3 -3
- package/dist/src/components/create-view-plugin.d.ts.map +1 -1
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +2 -2
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
- package/dist/src/components/duplicate-view-modal/index.d.ts +2 -2
- package/dist/src/components/duplicate-view-modal/index.d.ts.map +1 -1
- package/dist/src/components/duplicate-view-plugin.d.ts +2 -2
- package/dist/src/components/duplicate-view-plugin.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts +6 -2
- package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +1 -1
- 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/loading-overlay/loading-overlay.d.ts +1 -1
- package/dist/src/components/loading-overlay/loading-overlay.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 +1 -1
- 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 +2 -2
- package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-input-documents.d.ts +1 -1
- package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/index.d.ts +12 -2
- package/dist/src/components/pipeline-builder-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/{pipeline-builder-ui-workspace.d.ts → pipeline-builder-ui-workspace/index.d.ts} +4 -3
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list.d.ts +16 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list.d.ts.map +1 -0
- package/dist/src/components/pipeline-explain/explain-indexes.d.ts +1 -1
- package/dist/src/components/pipeline-explain/explain-indexes.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/explain-query-performance.d.ts +1 -1
- package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/explain-results.d.ts +1 -1
- package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/index.d.ts +1 -1
- package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-output-options-menu.d.ts +1 -1
- package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/index.d.ts +1 -1
- package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +1 -1
- 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 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +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 +3 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +1 -1
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +6 -10
- package/dist/src/components/saved-pipelines/saved-pipelines.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 +2 -2
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
- package/dist/src/components/settings/settings.d.ts +1 -1
- 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-editor/stage-editor.d.ts +10 -7
- package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
- package/dist/src/components/stage-preview/index.d.ts +1 -1
- package/dist/src/components/stage-preview/index.d.ts.map +1 -1
- package/dist/src/components/stage-preview/output-stage-preview.d.ts +1 -1
- package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -1
- package/dist/src/components/stage-preview/stage-preview-header.d.ts +1 -1
- package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/index.d.ts +5 -5
- package/dist/src/components/stage-toolbar/index.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +15 -22
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -1
- package/dist/src/components/stage-wizard/index.d.ts +23 -0
- package/dist/src/components/stage-wizard/index.d.ts.map +1 -0
- package/dist/src/components/stage.d.ts +6 -3
- package/dist/src/components/stage.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/modules/aggregation.d.ts +10 -10
- package/dist/src/modules/aggregation.d.ts.map +1 -1
- package/dist/src/modules/auto-preview.d.ts +1 -1
- package/dist/src/modules/auto-preview.d.ts.map +1 -1
- package/dist/src/modules/collation-string.d.ts +2 -2
- package/dist/src/modules/collation-string.d.ts.map +1 -1
- package/dist/src/modules/count-documents.d.ts +5 -5
- package/dist/src/modules/count-documents.d.ts.map +1 -1
- package/dist/src/modules/create-view/index.d.ts +7 -7
- package/dist/src/modules/create-view/index.d.ts.map +1 -1
- package/dist/src/modules/data-service.d.ts +1 -1
- package/dist/src/modules/data-service.d.ts.map +1 -1
- package/dist/src/modules/explain.d.ts +8 -8
- package/dist/src/modules/explain.d.ts.map +1 -1
- package/dist/src/modules/fields.d.ts +16 -4
- package/dist/src/modules/fields.d.ts.map +1 -1
- package/dist/src/modules/focus-mode.d.ts +3 -3
- package/dist/src/modules/focus-mode.d.ts.map +1 -1
- package/dist/src/modules/index.d.ts +8 -7
- package/dist/src/modules/index.d.ts.map +1 -1
- package/dist/src/modules/indexes.d.ts +4 -4
- package/dist/src/modules/indexes.d.ts.map +1 -1
- package/dist/src/modules/input-documents.d.ts +4 -4
- package/dist/src/modules/input-documents.d.ts.map +1 -1
- package/dist/src/modules/is-datalake.d.ts +1 -1
- package/dist/src/modules/is-datalake.d.ts.map +1 -1
- package/dist/src/modules/is-new-pipeline-confirm.d.ts +0 -10
- package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
- package/dist/src/modules/max-time-ms.d.ts +1 -1
- package/dist/src/modules/max-time-ms.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/pipeline-mode.d.ts +3 -3
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts +2 -2
- package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +2 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +3 -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 +91 -34
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage-ids.d.ts +2 -0
- package/dist/src/modules/pipeline-builder/stage-ids.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts +6 -6
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
- package/dist/src/modules/saved-pipeline.d.ts +4 -3
- package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
- package/dist/src/modules/settings.d.ts +1 -1
- package/dist/src/modules/settings.d.ts.map +1 -1
- package/dist/src/modules/side-panel.d.ts +15 -0
- package/dist/src/modules/side-panel.d.ts.map +1 -0
- package/dist/src/modules/update-view.d.ts.map +1 -1
- package/dist/src/modules/workspace.d.ts +4 -4
- package/dist/src/modules/workspace.d.ts.map +1 -1
- package/dist/src/plugin.d.ts +4 -5
- package/dist/src/plugin.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts +111 -4
- package/dist/src/stores/store.d.ts.map +1 -1
- package/dist/src/utils/get-schema.d.ts +3 -0
- package/dist/src/utils/get-schema.d.ts.map +1 -0
- package/dist/src/utils/pipeline-storage.d.ts +1 -1
- package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
- package/dist/src/utils/stage.d.ts +1 -1
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +28 -28
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +0 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +0 -12
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +0 -1
- package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts +0 -13
- package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +0 -1
- package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +0 -12
- package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +0 -1
- package/dist/src/modules/is-readonly.d.ts +0 -3
- package/dist/src/modules/is-readonly.d.ts.map +0 -1
- package/dist/src/stores/index.d.ts +0 -4
- package/dist/src/stores/index.d.ts.map +0 -1
- package/dist/src/utils/configure-store.d.ts +0 -5
- package/dist/src/utils/configure-store.d.ts.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.tsx"],"names":[],"mappings":";AA6BA,
|
1
|
+
{"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.tsx"],"names":[],"mappings":";AA6BA,KAAK,aAAa,GAAG;IACnB,OAAO,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,QAAQ,4BAA6B,aAAa,gBAkC9D,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/index.js"],"names":[],"mappings":";qBAAqB,aAAa"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"feedback-link.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregation-side-panel/feedback-link.tsx"],"names":[],"mappings":";AAiBA,eAAO,MAAM,YAAY,mBAWxB,CAAC"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
type AggregationSidePanelProps = {
|
3
|
+
onSelectUseCase: (id: string, stageOperator: string) => void;
|
4
|
+
onCloseSidePanel: () => void;
|
5
|
+
};
|
6
|
+
export declare const AggregationSidePanel: ({ onCloseSidePanel, onSelectUseCase, }: AggregationSidePanelProps) => JSX.Element;
|
7
|
+
declare const _default: import("react-redux").ConnectedComponent<({ onCloseSidePanel, onSelectUseCase, }: AggregationSidePanelProps) => JSX.Element, {
|
8
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
9
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
10
|
+
}>;
|
11
|
+
export default _default;
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregation-side-panel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAgE3C,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,gBA8C3B,CAAC;;;;;AAEF,wBAGyB"}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import UseCaseList from './use-case-list';
|
3
|
+
export type StageWizardUseCase = {
|
4
|
+
id: string;
|
5
|
+
title: string;
|
6
|
+
stageOperator: string;
|
7
|
+
wizardComponent: React.FunctionComponent<{
|
8
|
+
fields: string[];
|
9
|
+
onChange: (value: string, validationError: Error | null) => void;
|
10
|
+
}>;
|
11
|
+
serverVersion?: string;
|
12
|
+
};
|
13
|
+
export declare const STAGE_WIZARD_USE_CASES: StageWizardUseCase[];
|
14
|
+
export { UseCaseList };
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/index.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,iBAAiB,CAAC;AAI1C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC;QACvC,MAAM,EAAE,MAAM,EAAE,CAAC;QACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,KAAK,GAAG,IAAI,KAAK,IAAI,CAAC;KAClE,CAAC,CAAC;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,kBAAkB,EActD,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
export type ProjectOwnProps = {
|
3
|
+
onChange: (value: string, error: Error | null) => void;
|
4
|
+
};
|
5
|
+
type MapStateProps = {
|
6
|
+
fields: string[];
|
7
|
+
};
|
8
|
+
export type ProjectProps = ProjectOwnProps & MapStateProps;
|
9
|
+
type ProjectFormState = string[];
|
10
|
+
export type ProjectionType = 'include' | 'exclude';
|
11
|
+
export declare const SELECT_PLACEHOLDER_TEXT = "Select projection type";
|
12
|
+
export declare const COMBOBOX_PLACEHOLDER_TEXT = "Select field names";
|
13
|
+
export declare const mapProjectFormStateToStageValue: (projectionType: ProjectionType, formState: ProjectFormState) => {
|
14
|
+
[field: string]: 0 | 1;
|
15
|
+
};
|
16
|
+
export declare const getParentPaths: (paths: string[], excluding?: string[]) => string[];
|
17
|
+
export declare const makeIsOptionDisabled: (projectFields: string[]) => (option: string) => boolean;
|
18
|
+
declare const ProjectForm: ({ fields, onChange }: ProjectProps) => JSX.Element;
|
19
|
+
export default ProjectForm;
|
20
|
+
//# sourceMappingURL=project.d.ts.map
|
package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.tsx"],"names":[],"mappings":";AAWA,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,KAAK,IAAI,CAAC;CACxD,CAAC;AACF,KAAK,aAAa,GAAG;IAAE,MAAM,EAAE,MAAM,EAAE,CAAA;CAAE,CAAC;AAC1C,MAAM,MAAM,YAAY,GAAG,eAAe,GAAG,aAAa,CAAC;AAE3D,KAAK,gBAAgB,GAAG,MAAM,EAAE,CAAC;AACjC,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,SAAS,CAAC;AAGnD,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,yBAAyB,uBAAuB,CAAC;AAE9D,eAAO,MAAM,+BAA+B,mBAC1B,cAAc;;CAa/B,CAAC;AAKF,eAAO,MAAM,cAAc,UAAW,MAAM,EAAE,cAAa,MAAM,EAAE,aAUlE,CAAC;AAEF,eAAO,MAAM,oBAAoB,kBAAmB,MAAM,EAAE,cAC1C,MAAM,YAqBvB,CAAC;AAwBF,QAAA,MAAM,WAAW,yBAA0B,YAAY,gBA2DtD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"sort.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.tsx"],"names":[],"mappings":";AA8DA,eAAO,MAAM,QAAQ;YAIX,MAAM,EAAE;sBACE,MAAM,SAAS,KAAK,GAAG,IAAI,KAAK,IAAI;iBAmHvD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-list.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"use-case-list.d.ts","sourceRoot":"","sources":["../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-list.tsx"],"names":[],"mappings":";AAqBA,QAAA,MAAM,WAAW;mBAAmC,MAAM,KAAK,IAAI;iBAuBlE,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
@@ -17,6 +17,6 @@ export class Aggregations extends React.Component<any, any, any> {
|
|
17
17
|
constructor(props: any, context: any);
|
18
18
|
render(): React.Component;
|
19
19
|
}
|
20
|
-
import React from
|
21
|
-
import { Component } from
|
20
|
+
import React from 'react';
|
21
|
+
import { Component } from 'react';
|
22
22
|
//# sourceMappingURL=aggregations.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AAqEA;;;;;;;;;;;GAaiB;AAzDjB;IACE,2BAA6C;IA4DwriB,wBAA8C;IAAA,sCAAyJ;IArD56iB,UAFa,eAAe,CAQ3B;CACF"}
|
1
|
+
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AAqEA;;;;;;;;;;;GAaiB;AAzDjB;IACE,2BAA6C;IA4DwriB,wBAA8C;IAAA,sCAAyJ;IArD56iB,UAFa,eAAe,CAQ3B;CACF;kBAxCgC,OAAO;0BAAP,OAAO"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export default MappedAggregations;
|
2
2
|
export { Aggregations };
|
3
|
-
import MappedAggregations from
|
4
|
-
import { Aggregations } from
|
3
|
+
import MappedAggregations from './aggregations';
|
4
|
+
import { Aggregations } from './aggregations';
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/index.js"],"names":[],"mappings":";;+BAAiD,gBAAgB;6BAAhB,gBAAgB"}
|
@@ -48,6 +48,6 @@ export class CreateViewModal extends React.PureComponent<any, any, any> {
|
|
48
48
|
onCancel: () => void;
|
49
49
|
render(): Component;
|
50
50
|
}
|
51
|
-
import React from
|
52
|
-
import PropTypes from
|
51
|
+
import React from 'react';
|
52
|
+
import PropTypes from 'prop-types';
|
53
53
|
//# sourceMappingURL=create-view-modal.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AA4HA;;;;;;;;;;;;;;;;;;;GAIoB;AAxGpB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAkFwxgB,wBAA8C;IAAA,sCAAyJ;IAhFj+gB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBA6BC;CACF"}
|
1
|
+
{"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AA4HA;;;;;;;;;;;;;;;;;;;GAIoB;AAxGpB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAkFwxgB,wBAA8C;IAAA,sCAAyJ;IAhFj+gB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBA6BC;CACF;kBArGoC,OAAO;sBACtB,YAAY"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export default MappedCreateViewModal;
|
2
2
|
export { CreateViewModal };
|
3
|
-
import MappedCreateViewModal from
|
4
|
-
import { CreateViewModal } from
|
3
|
+
import MappedCreateViewModal from './create-view-modal';
|
4
|
+
import { CreateViewModal } from './create-view-modal';
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/index.js"],"names":[],"mappings":";;kCAAuD,qBAAqB;gCAArB,qBAAqB"}
|
@@ -8,7 +8,7 @@ declare class CreateViewPlugin extends React.Component<any, any, any> {
|
|
8
8
|
constructor(props: any, context: any);
|
9
9
|
render(): React.Component;
|
10
10
|
}
|
11
|
-
import React from
|
12
|
-
import { Component } from
|
13
|
-
import PropTypes from
|
11
|
+
import React from 'react';
|
12
|
+
import { Component } from 'react';
|
13
|
+
import PropTypes from 'prop-types';
|
14
14
|
//# sourceMappingURL=create-view-plugin.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/create-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAwC;IACxC;;MAEE;IAiBgxlB,wBAA8C;IAAA,sCAAyJ;IAVz9lB,UAFa,eAAe,CAQ3B;CACF"}
|
1
|
+
{"version":3,"file":"create-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/create-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAwC;IACxC;;MAEE;IAiBgxlB,wBAA8C;IAAA,sCAAyJ;IAVz9lB,UAFa,eAAe,CAQ3B;CACF;kBAvBgC,OAAO;0BAAP,OAAO;sBAClB,YAAY"}
|
@@ -43,6 +43,6 @@ export class DuplicateViewModal extends React.PureComponent<any, any, any> {
|
|
43
43
|
onCancel: () => void;
|
44
44
|
render(): Component;
|
45
45
|
}
|
46
|
-
import React from
|
47
|
-
import PropTypes from
|
46
|
+
import React from 'react';
|
47
|
+
import PropTypes from 'prop-types';
|
48
48
|
//# sourceMappingURL=duplicate-view-modal.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AAqHA;;;;;;;;;;;;;;;;;GAIuB;AA/FvB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IA2Ei/gB,wBAA8C;IAAA,sCAAyJ;IAzE1rhB,iCAEE;IAEF,qBAEE;IAOF,oBA6BC;CACF"}
|
1
|
+
{"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AAqHA;;;;;;;;;;;;;;;;;GAIuB;AA/FvB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IA2Ei/gB,wBAA8C;IAAA,sCAAyJ;IAzE1rhB,iCAEE;IAEF,qBAEE;IAOF,oBA6BC;CACF;kBA/FoC,OAAO;sBACtB,YAAY"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export default MappedDuplicateViewModal;
|
2
2
|
export { DuplicateViewModal };
|
3
|
-
import MappedDuplicateViewModal from
|
4
|
-
import { DuplicateViewModal } from
|
3
|
+
import MappedDuplicateViewModal from './duplicate-view-modal';
|
4
|
+
import { DuplicateViewModal } from './duplicate-view-modal';
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/index.js"],"names":[],"mappings":";;qCAEO,wBAAwB;mCAAxB,wBAAwB"}
|
@@ -5,6 +5,6 @@ declare class DuplicateViewPlugin extends React.Component<any, any, any> {
|
|
5
5
|
constructor(props: any, context: any);
|
6
6
|
render(): React.Component;
|
7
7
|
}
|
8
|
-
import React from
|
9
|
-
import { Component } from
|
8
|
+
import React from 'react';
|
9
|
+
import { Component } from 'react';
|
10
10
|
//# sourceMappingURL=duplicate-view-plugin.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"duplicate-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/duplicate-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAA2C;IAiB0xlB,wBAA8C;IAAA,sCAAyJ;IAV5gmB,UAFa,eAAe,CAQ3B;CACF"}
|
1
|
+
{"version":3,"file":"duplicate-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/duplicate-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAA2C;IAiB0xlB,wBAA8C;IAAA,sCAAyJ;IAV5gmB,UAFa,eAAe,CAQ3B;CACF;kBApBgC,OAAO;0BAAP,OAAO"}
|
@@ -1,8 +1,12 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
|
2
|
+
type Stage = {
|
3
|
+
idxInStore: number;
|
4
|
+
stageOperator: string | null;
|
5
|
+
};
|
6
|
+
type FocusModeModalHeaderProps = {
|
3
7
|
stageIndex: number;
|
4
8
|
isEnabled: boolean;
|
5
|
-
stages:
|
9
|
+
stages: Stage[];
|
6
10
|
onStageSelect: (index: number) => void;
|
7
11
|
onStageDisabledToggleClick: (index: number, newVal: boolean) => void;
|
8
12
|
onAddStageClick: (index: number) => void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"focus-mode-modal-header.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-modal-header.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"focus-mode-modal-header.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-modal-header.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAUxC,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B,CAAC;AAEF,KAAK,yBAAyB,GAAG;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,0BAA0B,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACrE,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,CAAC;AAgDF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CACxD,yBAAyB,CA2N1B,CAAC;;;;;AAEF,wBA6BwB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"focus-mode-stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-stage-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAiCtC,eAAO,MAAM,oBAAoB;WAIxB,MAAM;cACH,MAAM,GAAG,IAAI;
|
1
|
+
{"version":3,"file":"focus-mode-stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-stage-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAiCtC,eAAO,MAAM,oBAAoB;WAIxB,MAAM;cACH,MAAM,GAAG,IAAI;wBAgCxB,CAAC;;;;;;;;AAeF,wBAAuD"}
|
@@ -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,KAAmB,MAAM,OAAO,CAAC;AAQxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"focus-mode-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAgExC,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,gGAO1B,qBAAqB,gBA+EvB,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,KAAK,qBAAqB,EAAE,OAAO,CAAC,gBAEvE,CAAC;AAEF,eAAO,MAAM,aAAa,UAAW,KAAK,qBAAqB,EAAE,OAAO,CAAC,gBAExE,CAAC;AAEF,eAAO,MAAM,mBAAmB,mDARI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EA8DzD,CAAC;AAEhB,eAAO,MAAM,oBAAoB,mDA5DI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EAsFzD,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;AAoG1B,
|
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;AAoG1B,KAAK,cAAc,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAwFF,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.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/index.js"],"names":[],"mappings":";+BAA+B,mBAAmB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"loading-overlay.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/loading-overlay.tsx"],"names":[],"mappings":";AAoCA,
|
1
|
+
{"version":3,"file":"loading-overlay.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/loading-overlay.tsx"],"names":[],"mappings":";AAoCA,KAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,iBAAS,cAAc,CAAC,EAAE,IAAI,EAAE,EAAE,mBAAmB,eAcpD;AAED,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/index.js"],"names":[],"mappings":";+BAA+B,wBAAwB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"modify-source-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/modify-source-banner.jsx"],"names":[],"mappings":";AAaA,2CAJW,MAAM,aAchB"}
|
1
|
+
{"version":3,"file":"modify-source-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/modify-source-banner.jsx"],"names":[],"mappings":";AAaA,2CAJW,MAAM,aAchB;;;;;;sBAtBqB,YAAY"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/index.js"],"names":[],"mappings":";qBAAqB,YAAY"}
|
@@ -43,6 +43,6 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
|
|
43
43
|
renderPipelineToolbar(): JSX.Element;
|
44
44
|
render(): Component;
|
45
45
|
}
|
46
|
-
import React from
|
47
|
-
import PropTypes from
|
46
|
+
import React from 'react';
|
47
|
+
import PropTypes from 'prop-types';
|
48
48
|
//# sourceMappingURL=pipeline.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAsBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;MA0BE;IAEF;;;;MAIE;IA6Fg6c,wBAA8C;IAAA,sCAAyJ;IA3Fzmd;;MAEE;IAEF,kEAEE;IAEF,0DAcC;IAED,qCAUC;IAOD,oBA8CC;CACF;kBAnJoC,OAAO;sBACtB,YAAY"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-builder-input-documents.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-builder-input-documents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AA+DxD,
|
1
|
+
{"version":3,"file":"pipeline-builder-input-documents.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-builder-input-documents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AA+DxD,KAAK,UAAU,GAAG;IAChB,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,qBAAqB,EAAE,MAAM,IAAI,CAAC;CACnC,CAAC;AAEF,iBAAS,6BAA6B,CAAC,EACrC,SAAS,EACT,UAAU,EACV,SAAS,EACT,KAAK,EACL,6BAA6B,EAC7B,qBAAqB,GACtB,EAAE,UAAU,eA0DZ;;;;;AASD,wBAaiC"}
|
@@ -1,3 +1,13 @@
|
|
1
|
-
|
2
|
-
import
|
1
|
+
import React from 'react';
|
2
|
+
import type { PipelineMode } from '../../modules/pipeline-builder/pipeline-mode';
|
3
|
+
type PipelineBuilderWorkspaceProps = {
|
4
|
+
pipelineMode: PipelineMode;
|
5
|
+
isPanelOpen: boolean;
|
6
|
+
};
|
7
|
+
export declare const PipelineBuilderWorkspace: React.FunctionComponent<PipelineBuilderWorkspaceProps>;
|
8
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderWorkspaceProps>, {
|
9
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
10
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
11
|
+
}>;
|
12
|
+
export default _default;
|
3
13
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/index.
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AA4BjF,KAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,YAAY,CAAC;IAC3B,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CA4B9B,CAAC;;;;;AAUF,wBAA2D"}
|
package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAyB1B,KAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAIF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAqC7B,CAAC;;;;;AAMF,wBAA0D"}
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
2
2
|
import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
|
3
3
|
import type { MongoServerError } from 'mongodb';
|
4
4
|
import type { PipelineParserError } from '../../../modules/pipeline-builder/pipeline-parser/utils';
|
5
|
-
|
5
|
+
type PipelineEditorProps = {
|
6
6
|
num_stages: number;
|
7
7
|
pipelineText: string;
|
8
8
|
syntaxErrors: PipelineParserError[];
|
@@ -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,
|
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;AAW5D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAO3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAyCnG,KAAK,mBAAmB,GAAG;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA0FvE,CAAC;;;;;AA6BF,wBAA8D"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAsDxC,
|
1
|
+
{"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAsDxC,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,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAmFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;;;;AAwBF,wBAAkD"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-stages-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuC1B,
|
1
|
+
{"version":3,"file":"pipeline-stages-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuC1B,KAAK,gBAAgB,GAAG;IACtB,aAAa,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI,CAAC;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA+BF,eAAO,MAAM,kBAAkB,2FAO5B,gBAAgB,uBAyClB,CAAC;AAoBF,eAAO,MAAM,iBAAiB,oIA7D3B,gBAAgB;mBA5CF,MAAM,GAAG,QAAQ,GAAG,IAAI;;;EA4GpB,CAAC"}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
|
3
|
-
|
2
|
+
import type { StageIdAndType } from '../../../modules/pipeline-builder/stage-editor';
|
3
|
+
type PipelineBuilderUIWorkspaceProps = {
|
4
|
+
stagesIdAndType: StageIdAndType[];
|
4
5
|
editViewName?: string;
|
5
6
|
onStageMoveEnd: (from: number, to: number) => void;
|
6
7
|
onStageAddAfterEnd: (after?: number) => void;
|
@@ -11,4 +12,4 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
11
12
|
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
12
13
|
}>;
|
13
14
|
export default _default;
|
14
|
-
//# sourceMappingURL=
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts.map
ADDED
@@ -0,0 +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;AAK1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAsBrF,KAAK,+BAA+B,GAAG;IACrC,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,+BAA+B,CAyBhC,CAAC;;;;;AAcF,wBAA0E"}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { StageIdAndType } from '../../../modules/pipeline-builder/stage-editor';
|
3
|
+
import type { SyntheticListenerMap } from '@dnd-kit/core/dist/hooks/utilities';
|
4
|
+
export type SortableProps = {
|
5
|
+
style: React.CSSProperties;
|
6
|
+
setNodeRef: (node: HTMLElement | null) => void;
|
7
|
+
listeners: SyntheticListenerMap | undefined;
|
8
|
+
};
|
9
|
+
type SortableListProps = {
|
10
|
+
stagesIdAndType: StageIdAndType[];
|
11
|
+
onStageMoveEnd: (from: number, to: number) => void;
|
12
|
+
onStageAddAfterEnd: (after?: number) => void;
|
13
|
+
};
|
14
|
+
export declare const SortableList: ({ stagesIdAndType, onStageMoveEnd, onStageAddAfterEnd, }: SortableListProps) => JSX.Element;
|
15
|
+
export {};
|
16
|
+
//# sourceMappingURL=sortable-list.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"sortable-list.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAerF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAW/E,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3B,UAAU,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/C,SAAS,EAAE,oBAAoB,GAAG,SAAS,CAAC;CAC7C,CAAC;AA6CF,KAAK,iBAAiB,GAAG;IACvB,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,YAAY,6DAItB,iBAAiB,gBA0DnB,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { ExplainIndex } from '../../modules/explain';
|
3
|
-
|
3
|
+
type ExplainIndexesProps = {
|
4
4
|
indexes: ExplainIndex[];
|
5
5
|
};
|
6
6
|
export declare const ExplainIndexes: React.FunctionComponent<ExplainIndexesProps>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"explain-indexes.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-indexes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,
|
1
|
+
{"version":3,"file":"explain-indexes.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-indexes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,KAAK,mBAAmB,GAAG;IACzB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAuBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAgDvE,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,
|
1
|
+
{"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,KAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAiC7B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,
|
1
|
+
{"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,KAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAkCvE,CAAC"}
|