@mongodb-js/compass-aggregations 0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2 → 0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/browser.js +1 -1
- package/dist/browser.js.LICENSE.txt +2 -8
- package/dist/index.css +6 -268
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +2 -8
- package/dist/src/components/add-stage/add-stage.d.ts +7 -16
- package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
- package/dist/src/components/aggregations/aggregations.d.ts +12 -1
- package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
- package/dist/src/components/atlas-stage-preview.d.ts +1 -1
- package/dist/src/components/atlas-stage-preview.d.ts.map +1 -1
- package/dist/src/components/create-view-modal/create-view-modal.d.ts +21 -31
- package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +19 -28
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode.d.ts +14 -0
- package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
- package/dist/src/components/pipeline/pipeline.d.ts +0 -13
- package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-input-documents.d.ts +5 -2
- package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +4 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +4 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +4 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +6 -2
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +12 -19
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +4 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -1
- package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts +13 -0
- package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +1 -0
- package/dist/src/components/pipeline-explain/index.d.ts +4 -1
- package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/index.d.ts +5 -1
- package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +5 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +4 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +6 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts +9 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +9 -6
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +10 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +4 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +4 -11
- package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +5 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +4 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +5 -7
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +4 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
- package/dist/src/components/resize-handle.d.ts.map +1 -1
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +4 -6
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
- package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +12 -0
- package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +1 -0
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +11 -3
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
- package/dist/src/components/settings/settings.d.ts.map +1 -1
- package/dist/src/components/stage-editor/stage-editor.d.ts +26 -51
- package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +8 -4
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +8 -5
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +15 -19
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +33 -18
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +8 -5
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +1 -1
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +14 -17
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +1 -1
- package/dist/src/components/stage-preview.d.ts +26 -0
- package/dist/src/components/stage-preview.d.ts.map +1 -0
- package/dist/src/components/stage.d.ts +18 -0
- package/dist/src/components/stage.d.ts.map +1 -0
- package/dist/src/modules/count-documents.d.ts.map +1 -1
- package/dist/src/modules/focus-mode.d.ts +22 -0
- package/dist/src/modules/focus-mode.d.ts.map +1 -0
- package/dist/src/modules/id.d.ts.map +1 -1
- package/dist/src/modules/index.d.ts +5 -2
- package/dist/src/modules/index.d.ts.map +1 -1
- package/dist/src/modules/input-documents.d.ts.map +1 -1
- package/dist/src/modules/is-new-pipeline-confirm.d.ts +15 -4
- package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +2 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +14 -9
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
- package/dist/src/modules/saved-pipeline.d.ts +1 -1
- package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
- package/dist/src/utils/stage.d.ts +2 -1
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +28 -28
- package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
- package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
- package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
- package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
- package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
- package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
- package/dist/src/components/stage/index.d.ts +0 -3
- package/dist/src/components/stage/index.d.ts.map +0 -1
- package/dist/src/components/stage/stage.d.ts +0 -29
- package/dist/src/components/stage/stage.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -9
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
- package/dist/src/components/stage-preview/index.d.ts +0 -3
- package/dist/src/components/stage-preview/index.d.ts.map +0 -1
- package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
- package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
- package/dist/src/modules/import-pipeline.d.ts +0 -20
- package/dist/src/modules/import-pipeline.d.ts.map +0 -1
- package/dist/src/modules/link.d.ts +0 -2
- package/dist/src/modules/link.d.ts.map +0 -1
@@ -9,6 +9,14 @@ declare type PipelineToolbarProps = {
|
|
9
9
|
pipelineOutputOption: PipelineOutputOption;
|
10
10
|
};
|
11
11
|
export declare const PipelineToolbar: React.FunctionComponent<PipelineToolbarProps>;
|
12
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineToolbarProps>,
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineToolbarProps>, {
|
13
|
+
showRunButton: boolean;
|
14
|
+
showExportButton: boolean;
|
15
|
+
showExplainButton: boolean;
|
16
|
+
onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
|
17
|
+
pipelineOutputOption: PipelineOutputOption;
|
18
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
19
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
20
|
+
}>;
|
13
21
|
export default _default;
|
14
22
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAUxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAsC5E,aAAK,oBAAoB,GAAG;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAmDzE,CAAC
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAUxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAsC5E,aAAK,oBAAoB,GAAG;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAmDzE,CAAC;;;;;;;;;;AAKF,wBAAkD"}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
declare type PipelineHeaderProps = {
|
3
3
|
isOptionsVisible: boolean;
|
4
|
-
namespace: string;
|
5
4
|
showRunButton: boolean;
|
6
5
|
showExportButton: boolean;
|
7
6
|
showExplainButton: boolean;
|
@@ -9,12 +8,16 @@ declare type PipelineHeaderProps = {
|
|
9
8
|
onToggleOptions: () => void;
|
10
9
|
isOpenPipelineVisible: boolean;
|
11
10
|
isSavedPipelineVisible: boolean;
|
12
|
-
savedPipelines: {
|
13
|
-
id: string;
|
14
|
-
name: string;
|
15
|
-
}[];
|
16
11
|
};
|
17
12
|
export declare const PipelineHeader: React.FunctionComponent<PipelineHeaderProps>;
|
18
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineHeaderProps>,
|
13
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineHeaderProps>, {
|
14
|
+
isOptionsVisible: boolean;
|
15
|
+
showRunButton: boolean;
|
16
|
+
showExportButton: boolean;
|
17
|
+
showExplainButton: boolean;
|
18
|
+
onToggleOptions: () => void;
|
19
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
20
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
21
|
+
}>;
|
19
22
|
export default _default;
|
20
23
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,aAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,aAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAmEvE,CAAC;;;;;;;;;;AAEF,wBAUkB"}
|
@@ -14,8 +14,17 @@ declare type PipelineActionsProps = {
|
|
14
14
|
onExplainAggregation: () => void;
|
15
15
|
isOptionsVisible?: boolean;
|
16
16
|
onToggleOptions: () => void;
|
17
|
+
isAtlasDeployed?: boolean;
|
17
18
|
};
|
18
19
|
export declare const PipelineActions: React.FunctionComponent<PipelineActionsProps>;
|
19
|
-
declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineActionsProps>,
|
20
|
+
declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineActionsProps>, {
|
21
|
+
isOptionsVisible?: boolean | undefined;
|
22
|
+
showRunButton?: boolean | undefined;
|
23
|
+
showExportButton?: boolean | undefined;
|
24
|
+
showExplainButton?: boolean | undefined;
|
25
|
+
onToggleOptions: () => void;
|
26
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
27
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
28
|
+
}>;
|
20
29
|
export default _default;
|
21
30
|
//# sourceMappingURL=pipeline-actions.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,aAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,aAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAE5B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA4EzE,CAAC;;;;;;;;;;AAyBF,wBAA2E"}
|
@@ -8,6 +8,9 @@ declare type PipelineStagesProps = {
|
|
8
8
|
onEditPipelineClick: (workspace: Workspace) => void;
|
9
9
|
};
|
10
10
|
export declare const PipelineStages: React.FunctionComponent<PipelineStagesProps>;
|
11
|
-
declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineStagesProps>,
|
11
|
+
declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineStagesProps>, {
|
12
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
13
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
14
|
+
}>;
|
12
15
|
export default _default;
|
13
16
|
//# sourceMappingURL=pipeline-stages.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-stages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-stages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwB5D,aAAK,mBAAmB,GAAG;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CACrD,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-stages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-stages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwB5D,aAAK,mBAAmB,GAAG;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CACrD,CAAC;AAIF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA+CvE,CAAC;;;;;AAiBF,wBAA0E"}
|
@@ -9,16 +9,9 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
|
|
9
9
|
type: string;
|
10
10
|
maxTimeMS: number | null;
|
11
11
|
};
|
12
|
-
}>,
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
} & {
|
17
|
-
collationStringChanged: (value: string) => import("../../../modules/collation-string").CollationStringChangedAction;
|
18
|
-
maxTimeMSChanged: (value: number) => {
|
19
|
-
type: string;
|
20
|
-
maxTimeMS: number | null;
|
21
|
-
};
|
22
|
-
}, "collationStringChanged" | "maxTimeMSChanged" | "collationValue" | "collationHasError" | "maxTimeMSValue"> & import("react-redux").ConnectProps>;
|
12
|
+
}>, {
|
13
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
14
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
15
|
+
}>;
|
23
16
|
export default _default;
|
24
17
|
//# sourceMappingURL=pipeline-collation.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-collation.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/pipeline-collation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC
|
1
|
+
{"version":3,"file":"pipeline-collation.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/pipeline-collation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;AAuI3C,wBAA4C"}
|
@@ -4,8 +4,12 @@ declare type PipelineSettingsProps = {
|
|
4
4
|
isCreatePipelineDisplayed?: boolean;
|
5
5
|
isExportToLanguageEnabled?: boolean;
|
6
6
|
onExportToLanguage: () => void;
|
7
|
+
onCreateNewPipeline: () => void;
|
7
8
|
};
|
8
9
|
export declare const PipelineSettings: React.FunctionComponent<PipelineSettingsProps>;
|
9
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineSettingsProps>,
|
10
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineSettingsProps>, {
|
11
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
12
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
13
|
+
}>;
|
10
14
|
export default _default;
|
11
15
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+B1B,aAAK,qBAAqB,GAAG;IAC3B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CA4CtB,CAAC;;;;;AAEF,wBAaoB"}
|
@@ -9,6 +9,9 @@ declare type PipelineExtraSettingsProps = {
|
|
9
9
|
onToggleSettings: () => void;
|
10
10
|
};
|
11
11
|
export declare const PipelineExtraSettings: React.FunctionComponent<PipelineExtraSettingsProps>;
|
12
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExtraSettingsProps>,
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExtraSettingsProps>, {
|
13
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
14
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
15
|
+
}>;
|
13
16
|
export default _default;
|
14
17
|
//# sourceMappingURL=pipeline-extra-settings.d.ts.map
|
package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAqBpF,aAAK,0BAA0B,GAAG;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,sBAAsB,EAAE,OAAO,CAAC;IAChC,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,oBAAoB,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACrD,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAmE3B,CAAC;;;;;AAgBF,wBAAqE"}
|
@@ -8,12 +8,10 @@ declare type SaveMenuProps = {
|
|
8
8
|
onCreateView: () => void;
|
9
9
|
};
|
10
10
|
export declare const SaveMenuComponent: React.FunctionComponent<SaveMenuProps>;
|
11
|
-
export declare const SaveMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<SaveMenuProps>,
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
}
|
16
|
-
export declare const CreateMenuComponent: React.FunctionComponent<CreateMenuProps>;
|
17
|
-
export declare const CreateMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<CreateMenuProps>, Omit<CreateMenuProps, "onCreatePipeline" | "onCreatePipelineFromText"> & import("react-redux").ConnectProps>;
|
11
|
+
export declare const SaveMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<SaveMenuProps>, {
|
12
|
+
disabled?: boolean | undefined;
|
13
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
14
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
15
|
+
}>;
|
18
16
|
export {};
|
19
17
|
//# sourceMappingURL=pipeline-menus.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAavC,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAKF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CA8CpE,CAAC;AAyBF,eAAO,MAAM,QAAQ;;;;EAGD,CAAC"}
|
@@ -4,6 +4,9 @@ declare type PipelineNameProps = {
|
|
4
4
|
isModified: boolean;
|
5
5
|
};
|
6
6
|
export declare const PipelineName: React.FunctionComponent<PipelineNameProps>;
|
7
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineNameProps>,
|
7
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineNameProps>, {
|
8
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
9
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
10
|
+
}>;
|
8
11
|
export default _default;
|
9
12
|
//# sourceMappingURL=pipeline-name.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-name.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-name.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAuBnE,CAAC
|
1
|
+
{"version":3,"file":"pipeline-name.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-name.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAuBnE,CAAC;;;;;AAOF,wBAA+C"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../src/components/resize-handle.tsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../src/components/resize-handle.tsx"],"names":[],"mappings":";AA8BA,QAAA,MAAM,YAAY,mBAGjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
@@ -1,12 +1,10 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import { type EditorViewType } from '../../modules/pipeline-builder/builder-helpers';
|
3
2
|
declare type SavePipelineCardProps = {
|
4
3
|
id: string;
|
5
4
|
name: string;
|
6
|
-
|
7
|
-
|
8
|
-
onDeletePipeline: (id: string) => void;
|
5
|
+
onOpenPipeline: () => void;
|
6
|
+
onDeletePipeline: () => void;
|
9
7
|
};
|
10
|
-
declare const
|
11
|
-
export
|
8
|
+
export declare const SavePipelineCard: React.FunctionComponent<SavePipelineCardProps>;
|
9
|
+
export {};
|
12
10
|
//# sourceMappingURL=saved-pipeline-card.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA4BF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CAAC,qBAAqB,CAuC3E,CAAC"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export declare const OpenPipelineConfirmationModal: React.FunctionComponent<{
|
3
|
+
isOpen: boolean;
|
4
|
+
onCancel: () => void;
|
5
|
+
onConfirm: () => void;
|
6
|
+
}>;
|
7
|
+
export declare const DeletePipelineConfirmationModal: React.FunctionComponent<{
|
8
|
+
isOpen: boolean;
|
9
|
+
onCancel: () => void;
|
10
|
+
onConfirm: () => void;
|
11
|
+
}>;
|
12
|
+
//# sourceMappingURL=saved-pipeline-confirmation-modals.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"saved-pipeline-confirmation-modals.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-confirmation-modals.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,6BAA6B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClE,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAgBA,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACpE,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAeA,CAAC"}
|
@@ -1,11 +1,19 @@
|
|
1
|
-
|
1
|
+
import React from 'react';
|
2
|
+
import { type EditorViewType } from '../../modules/pipeline-builder/builder-helpers';
|
2
3
|
declare type SavedPipelinesProps = {
|
3
4
|
namespace: string;
|
4
5
|
savedPipelines: {
|
5
6
|
id: string;
|
6
7
|
name: string;
|
7
8
|
}[];
|
9
|
+
editor_view_type: EditorViewType;
|
10
|
+
onOpenPipeline: (pipelineId: string) => void;
|
11
|
+
onDeletePipeline: (pipelineId: string) => void;
|
8
12
|
};
|
9
|
-
declare
|
10
|
-
|
13
|
+
export declare const SavedPipelines: ({ namespace, savedPipelines, editor_view_type, onOpenPipeline, onDeletePipeline, }: SavedPipelinesProps) => JSX.Element;
|
14
|
+
declare const _default: import("react-redux").ConnectedComponent<({ namespace, savedPipelines, editor_view_type, onOpenPipeline, onDeletePipeline, }: SavedPipelinesProps) => JSX.Element, {
|
15
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
16
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
17
|
+
}>;
|
18
|
+
export default _default;
|
11
19
|
//# sourceMappingURL=saved-pipelines.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAcrD,OAAO,EAAE,KAAK,cAAc,EAAmC,MAAM,gDAAgD,CAAC;AA6CtH,aAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC/C,gBAAgB,EAAE,cAAc,CAAC;IACjC,cAAc,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,uFAMxB,mBAAmB,gBAqErB,CAAC;;;;;AAcF,wBAA8D"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AAyFA,aAAK,aAAa,GAAG;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,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,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,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,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBA+Hf;AAED,eAAe,QAAQ,CAAC"}
|
@@ -1,54 +1,29 @@
|
|
1
|
-
export
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
}
|
27
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof StageEditor, Omit<Pick<PropTypes.InferProps<{
|
28
|
-
index: PropTypes.Validator<number>;
|
29
|
-
stageValue: PropTypes.Requireable<string>;
|
30
|
-
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
31
|
-
stageOperator: PropTypes.Requireable<string>;
|
32
|
-
serverVersion: PropTypes.Validator<string>;
|
33
|
-
autocompleteFields: PropTypes.Validator<any[]>;
|
34
|
-
syntaxError: PropTypes.Requireable<object>;
|
35
|
-
serverError: PropTypes.Requireable<object>;
|
36
|
-
num_stages: PropTypes.Validator<number>;
|
37
|
-
}>, "onChange" | "stageOperator" | "serverVersion" | "num_stages" | "index" | "syntaxError" | "serverError" | "stageValue"> & Partial<Pick<PropTypes.InferProps<{
|
38
|
-
index: PropTypes.Validator<number>;
|
39
|
-
stageValue: PropTypes.Requireable<string>;
|
40
|
-
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
41
|
-
stageOperator: PropTypes.Requireable<string>;
|
42
|
-
serverVersion: PropTypes.Validator<string>;
|
43
|
-
autocompleteFields: PropTypes.Validator<any[]>;
|
44
|
-
syntaxError: PropTypes.Requireable<object>;
|
45
|
-
serverError: PropTypes.Requireable<object>;
|
46
|
-
num_stages: PropTypes.Validator<number>;
|
47
|
-
}>, "autocompleteFields">> & Partial<Pick<{
|
48
|
-
autocompleteFields: never[];
|
49
|
-
}, never>>, "onChange" | "stageOperator" | "serverVersion" | "num_stages" | "syntaxError" | "serverError" | "autocompleteFields" | "stageValue"> & import("react-redux").ConnectProps>;
|
1
|
+
export const StageEditor: React.ComponentType<Object>;
|
2
|
+
declare const _default: import("react-redux").ConnectedComponent<React.ComponentType<Object>, {
|
3
|
+
toString: () => string;
|
4
|
+
valueOf: () => Object;
|
5
|
+
constructor: Function;
|
6
|
+
toLocaleString: () => string;
|
7
|
+
hasOwnProperty: (v: PropertyKey) => boolean;
|
8
|
+
isPrototypeOf: (v: Object) => boolean;
|
9
|
+
propertyIsEnumerable: (v: PropertyKey) => boolean;
|
10
|
+
should: Chai.Assertion;
|
11
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
12
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
13
|
+
} | {
|
14
|
+
ref?: React.LegacyRef<React.Component<Object, any, any>> | undefined;
|
15
|
+
key?: React.Key | null | undefined;
|
16
|
+
toString: () => string;
|
17
|
+
valueOf: () => Object;
|
18
|
+
constructor: Function;
|
19
|
+
toLocaleString: () => string;
|
20
|
+
hasOwnProperty: (v: PropertyKey) => boolean;
|
21
|
+
isPrototypeOf: (v: Object) => boolean;
|
22
|
+
propertyIsEnumerable: (v: PropertyKey) => boolean;
|
23
|
+
should: Chai.Assertion;
|
24
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
25
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
26
|
+
}>;
|
50
27
|
export default _default;
|
51
28
|
import React from "react";
|
52
|
-
import { StageAutoCompleter } from "@mongodb-js/compass-editor";
|
53
|
-
import PropTypes from "prop-types";
|
54
29
|
//# sourceMappingURL=stage-editor.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AA2NA,sDAA6D"}
|
@@ -8,10 +8,14 @@ export class DeleteStage extends React.PureComponent<any, any, any> {
|
|
8
8
|
onStageDeleted: () => void;
|
9
9
|
render(): JSX.Element;
|
10
10
|
}
|
11
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof DeleteStage,
|
12
|
-
index:
|
13
|
-
|
14
|
-
|
11
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof DeleteStage, {
|
12
|
+
index: number;
|
13
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
14
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
15
|
+
} | {
|
16
|
+
index: number;
|
17
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
18
|
+
}>;
|
15
19
|
export default _default;
|
16
20
|
import React from "react";
|
17
21
|
import PropTypes from "prop-types";
|
@@ -9,11 +9,14 @@ export class StageCollapser extends React.PureComponent<any, any, any> {
|
|
9
9
|
onStageCollapseToggled: () => void;
|
10
10
|
render(): JSX.Element;
|
11
11
|
}
|
12
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof StageCollapser,
|
13
|
-
index:
|
14
|
-
|
15
|
-
|
16
|
-
}
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof StageCollapser, {
|
13
|
+
index: number;
|
14
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
15
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
16
|
+
} | {
|
17
|
+
index: number;
|
18
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
19
|
+
}>;
|
17
20
|
export default _default;
|
18
21
|
import React from "react";
|
19
22
|
import PropTypes from "prop-types";
|
@@ -1,21 +1,17 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
hasServerError: PropTypes.Requireable<boolean>;
|
17
|
-
}>, never> & import("react-redux").ConnectProps>;
|
1
|
+
import React from 'react';
|
2
|
+
declare type StageEditorToolbarProps = {
|
3
|
+
stageOperator?: string | null;
|
4
|
+
index: number;
|
5
|
+
isAutoPreviewing?: boolean;
|
6
|
+
hasSyntaxError?: boolean;
|
7
|
+
hasServerError?: boolean;
|
8
|
+
isCollapsed?: boolean;
|
9
|
+
};
|
10
|
+
declare function StageEditorToolbar({ stageOperator, index, isAutoPreviewing, hasSyntaxError, hasServerError, isCollapsed, }: StageEditorToolbarProps): JSX.Element;
|
11
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof StageEditorToolbar, {
|
12
|
+
index: number;
|
13
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
14
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
15
|
+
}>;
|
18
16
|
export default _default;
|
19
|
-
import React from "react";
|
20
|
-
import PropTypes from "prop-types";
|
21
17
|
//# sourceMappingURL=stage-editor-toolbar.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-editor-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-editor-toolbar.
|
1
|
+
{"version":3,"file":"stage-editor-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-editor-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4F1B,aAAK,uBAAuB,GAAG;IAC7B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,EAC1B,aAAa,EACb,KAAK,EACL,gBAAgB,EAChB,cAAc,EACd,cAAc,EACd,WAAW,GACZ,EAAE,uBAAuB,eA0BzB;;WAE4D,MAAM;;;;AAAnE,wBASuB"}
|
@@ -1,20 +1,35 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
index:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
1
|
+
import React from 'react';
|
2
|
+
declare type StageOperatorSelectProps = {
|
3
|
+
onChange: (index: number, name: string | null) => void;
|
4
|
+
index: number;
|
5
|
+
selectedStage: string | null;
|
6
|
+
stages: {
|
7
|
+
name: string;
|
8
|
+
env: string;
|
9
|
+
description: string;
|
10
|
+
}[];
|
11
|
+
};
|
12
|
+
export declare const StageOperatorSelect: ({ onChange, index, selectedStage, stages }: StageOperatorSelectProps) => JSX.Element;
|
13
|
+
declare type EnvAwareStageOperatorSelectProps = {
|
14
|
+
envInfo: {
|
15
|
+
serverVersion: string;
|
16
|
+
env: string;
|
17
|
+
isTimeSeries: boolean;
|
18
|
+
isReadonly: boolean;
|
19
|
+
sourceName: string;
|
20
|
+
};
|
21
|
+
stage: {
|
22
|
+
stageOperator: string | null;
|
23
|
+
disabled: boolean;
|
24
|
+
};
|
25
|
+
onChange: (index: number, name: string) => void;
|
26
|
+
index: number;
|
27
|
+
};
|
28
|
+
declare function EnvAwareStageOperatorSelect({ envInfo: { serverVersion, env, isTimeSeries, isReadonly, sourceName }, stage, onChange, index }: EnvAwareStageOperatorSelectProps): JSX.Element;
|
29
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof EnvAwareStageOperatorSelect, {
|
30
|
+
index: number;
|
31
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
32
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
33
|
+
}>;
|
17
34
|
export default _default;
|
18
|
-
import PropTypes from "prop-types";
|
19
|
-
import React from "react";
|
20
35
|
//# sourceMappingURL=stage-operator-select.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-operator-select.
|
1
|
+
{"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-operator-select.tsx"],"names":[],"mappings":"AACA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAsDpD,aAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAC,IAAI,KAAK,IAAI,CAAC;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE;QACJ,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,WAAW,EAAE,MAAM,CAAA;KACtB,EAAE,CAAA;CACJ,CAAC;AAGF,eAAO,MAAM,mBAAmB,+CAK7B,wBAAwB,gBAqD1B,CAAC;AAEF,aAAK,gCAAgC,GAAG;IACtC,OAAO,EAAE;QACP,aAAa,EAAE,MAAM,CAAC;QACtB,GAAG,EAAE,MAAM,CAAC;QACZ,YAAY,EAAE,OAAO,CAAC;QACtB,UAAU,EAAE,OAAO,CAAC;QACpB,UAAU,EAAE,MAAM,CAAA;KACnB,CAAC;IACF,KAAK,EAAE;QACL,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,QAAQ,EAAE,OAAO,CAAA;KAClB,CAAC;IACF,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAChD,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;AACF,iBAAS,2BAA2B,CAAC,EACnC,OAAO,EAAE,EAAE,aAAa,EAAE,GAAG,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,EACrE,KAAK,EACL,QAAQ,EACR,KAAK,EACN,EAAE,gCAAgC,eA0BlC;;WAGuC,MAAM;;;;AAD9C,wBAQ+B"}
|
@@ -9,11 +9,14 @@ export class ToggleStage extends React.PureComponent<any, any, any> {
|
|
9
9
|
onStageToggled: (newVal: any) => void;
|
10
10
|
render(): Component;
|
11
11
|
}
|
12
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof ToggleStage,
|
13
|
-
index:
|
14
|
-
|
15
|
-
|
16
|
-
}
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof ToggleStage, {
|
13
|
+
index: number;
|
14
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
15
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
16
|
+
} | {
|
17
|
+
index: number;
|
18
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
19
|
+
}>;
|
17
20
|
export default _default;
|
18
21
|
import React from "react";
|
19
22
|
import PropTypes from "prop-types";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"toggle-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/toggle-stage.jsx"],"names":[],"mappings":"AAaA;IACE;;;;MAIE;
|
1
|
+
{"version":3,"file":"toggle-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/toggle-stage.jsx"],"names":[],"mappings":"AAaA;IACE;;;;MAIE;IAyC2+jB,wBAA8C;IAAA,sCAAyJ;IApCprkB,sCAEE;IAOF,oBAeC;CACF"}
|