@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
@@ -4,12 +4,6 @@ object-assign
|
|
4
4
|
@license MIT
|
5
5
|
*/
|
6
6
|
|
7
|
-
/*!
|
8
|
-
Copyright (c) 2018 Jed Watson.
|
9
|
-
Licensed under the MIT License (MIT), see
|
10
|
-
http://jedwatson.github.io/classnames
|
11
|
-
*/
|
12
|
-
|
13
7
|
/**
|
14
8
|
* @license
|
15
9
|
* Lodash <https://lodash.com/>
|
@@ -49,7 +43,7 @@ object-assign
|
|
49
43
|
* LICENSE file in the root directory of this source tree.
|
50
44
|
*/
|
51
45
|
|
52
|
-
/** @license React v0.
|
46
|
+
/** @license React v0.20.2
|
53
47
|
* scheduler.production.min.js
|
54
48
|
*
|
55
49
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
@@ -67,7 +61,7 @@ object-assign
|
|
67
61
|
* LICENSE file in the root directory of this source tree.
|
68
62
|
*/
|
69
63
|
|
70
|
-
/** @license React
|
64
|
+
/** @license React v17.0.2
|
71
65
|
* react-dom.production.min.js
|
72
66
|
*
|
73
67
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
@@ -1,17 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
onClick: () => void;
|
9
|
-
render(): Component;
|
10
|
-
}
|
11
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof AddStage, Omit<PropTypes.InferProps<{
|
12
|
-
onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
13
|
-
}>, "onAddStageClick"> & import("react-redux").ConnectProps>;
|
14
|
-
export default _default;
|
15
|
-
import React from "react";
|
16
|
-
import PropTypes from "prop-types";
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare type AddStageProps = {
|
3
|
+
variant: 'button' | 'icon';
|
4
|
+
onAddStage: () => void;
|
5
|
+
};
|
6
|
+
export declare const AddStage: ({ onAddStage, variant, }: AddStageProps) => JSX.Element;
|
7
|
+
export default AddStage;
|
17
8
|
//# sourceMappingURL=add-stage.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.
|
1
|
+
{"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.tsx"],"names":[],"mappings":";AA0BA,aAAK,aAAa,GAAG;IACnB,OAAO,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAA;AAED,eAAO,MAAM,QAAQ,6BAGlB,aAAa,gBA4Bf,CAAA;AAED,eAAe,QAAQ,CAAC"}
|
@@ -1,5 +1,16 @@
|
|
1
1
|
export default MappedAggregations;
|
2
|
-
declare const MappedAggregations: import("react-redux").ConnectedComponent<typeof Aggregations,
|
2
|
+
declare const MappedAggregations: import("react-redux").ConnectedComponent<typeof Aggregations, {
|
3
|
+
[x: string]: any;
|
4
|
+
[x: number]: any;
|
5
|
+
[x: symbol]: any;
|
6
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
7
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
8
|
+
} | {
|
9
|
+
[x: string]: any;
|
10
|
+
[x: number]: any;
|
11
|
+
[x: symbol]: any;
|
12
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
13
|
+
}>;
|
3
14
|
export class Aggregations extends React.Component<any, any, any> {
|
4
15
|
static displayName: string;
|
5
16
|
constructor(props: any);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AAyEA;;;;;;;;;;;GAgBgB;AA5DhB;IACE,2BAA6C;IA+DqpiB,wBAA8C;IAAA,sCAAyJ;IAxDz4iB,UAFa,eAAe,CAQ3B;CACF"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"atlas-stage-preview.d.ts","sourceRoot":"","sources":["../../../src/components/atlas-stage-preview.tsx"],"names":[],"mappings":";AA2BA,eAAO,MAAM,
|
1
|
+
{"version":3,"file":"atlas-stage-preview.d.ts","sourceRoot":"","sources":["../../../src/components/atlas-stage-preview.tsx"],"names":[],"mappings":";AA2BA,eAAO,MAAM,iBAAiB;mBAGb,MAAM;iBA6BtB,CAAC"}
|
@@ -1,34 +1,24 @@
|
|
1
1
|
export default MappedCreateViewModal;
|
2
|
-
declare const MappedCreateViewModal: import("react-redux").ConnectedComponent<typeof CreateViewModal,
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
isDuplicating
|
20
|
-
|
21
|
-
|
22
|
-
isRunning: PropTypes.Validator<boolean>;
|
23
|
-
error: PropTypes.Requireable<object>;
|
24
|
-
}>, "source" | "name" | "pipeline" | "isVisible" | "isRunning" | "isDuplicating">> & Partial<Pick<{
|
25
|
-
name: string;
|
26
|
-
source: string;
|
27
|
-
pipeline: never[];
|
28
|
-
isRunning: boolean;
|
29
|
-
isVisible: boolean;
|
30
|
-
isDuplicating: boolean;
|
31
|
-
}, never>>, "createView" | "changeViewName" | "toggleIsVisible"> & import("react-redux").ConnectProps>;
|
2
|
+
declare const MappedCreateViewModal: import("react-redux").ConnectedComponent<typeof CreateViewModal, {
|
3
|
+
source?: string | undefined;
|
4
|
+
name?: string | null | undefined;
|
5
|
+
error?: object | null | undefined;
|
6
|
+
pipeline?: any[] | undefined;
|
7
|
+
isVisible?: boolean | undefined;
|
8
|
+
isRunning?: boolean | undefined;
|
9
|
+
isDuplicating?: boolean | undefined;
|
10
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
11
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
12
|
+
} | {
|
13
|
+
source?: string | undefined;
|
14
|
+
name?: string | null | undefined;
|
15
|
+
error?: object | null | undefined;
|
16
|
+
pipeline?: any[] | undefined;
|
17
|
+
isVisible?: boolean | undefined;
|
18
|
+
isRunning?: boolean | undefined;
|
19
|
+
isDuplicating?: boolean | undefined;
|
20
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
21
|
+
}>;
|
32
22
|
export class CreateViewModal extends React.PureComponent<any, any, any> {
|
33
23
|
static displayName: string;
|
34
24
|
static propTypes: {
|
@@ -58,6 +48,6 @@ export class CreateViewModal extends React.PureComponent<any, any, any> {
|
|
58
48
|
onCancel: () => void;
|
59
49
|
render(): Component;
|
60
50
|
}
|
61
|
-
import PropTypes from "prop-types";
|
62
51
|
import React from "react";
|
52
|
+
import PropTypes from "prop-types";
|
63
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":";AAwHA
|
1
|
+
{"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AAwHA;;;;;;;;;;;;;;;;;;;GAOmB;AA/GnB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAyF8ugB,wBAA8C;IAAA,sCAAyJ;IAvFv7gB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
|
@@ -1,31 +1,22 @@
|
|
1
1
|
export default MappedDuplicateViewModal;
|
2
|
-
declare const MappedDuplicateViewModal: import("react-redux").ConnectedComponent<typeof DuplicateViewModal,
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
isRunning: PropTypes.Validator<boolean>;
|
21
|
-
error: PropTypes.Requireable<object>;
|
22
|
-
}>, "source" | "name" | "pipeline" | "isVisible" | "isRunning">> & Partial<Pick<{
|
23
|
-
name: string;
|
24
|
-
source: string;
|
25
|
-
pipeline: never[];
|
26
|
-
isRunning: boolean;
|
27
|
-
isVisible: boolean;
|
28
|
-
}, never>>, "createView" | "changeViewName" | "toggleIsVisible"> & import("react-redux").ConnectProps>;
|
2
|
+
declare const MappedDuplicateViewModal: import("react-redux").ConnectedComponent<typeof DuplicateViewModal, {
|
3
|
+
source?: string | undefined;
|
4
|
+
name?: string | null | undefined;
|
5
|
+
error?: object | null | undefined;
|
6
|
+
pipeline?: any[] | undefined;
|
7
|
+
isVisible?: boolean | undefined;
|
8
|
+
isRunning?: boolean | undefined;
|
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
|
+
source?: string | undefined;
|
13
|
+
name?: string | null | undefined;
|
14
|
+
error?: object | null | undefined;
|
15
|
+
pipeline?: any[] | undefined;
|
16
|
+
isVisible?: boolean | undefined;
|
17
|
+
isRunning?: boolean | undefined;
|
18
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
19
|
+
}>;
|
29
20
|
export class DuplicateViewModal extends React.PureComponent<any, any, any> {
|
30
21
|
static displayName: string;
|
31
22
|
static propTypes: {
|
@@ -52,6 +43,6 @@ export class DuplicateViewModal extends React.PureComponent<any, any, any> {
|
|
52
43
|
onCancel: () => void;
|
53
44
|
render(): Component;
|
54
45
|
}
|
55
|
-
import PropTypes from "prop-types";
|
56
46
|
import React from "react";
|
47
|
+
import PropTypes from "prop-types";
|
57
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":";AAiHA
|
1
|
+
{"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AAiHA;;;;;;;;;;;;;;;;;GAOsB;AAtGtB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IAkFu8gB,wBAA8C;IAAA,sCAAyJ;IAhFhphB,iCAEE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type FocusModeProps = {
|
3
|
+
isModalOpen: boolean;
|
4
|
+
stageIndex: number;
|
5
|
+
stage: any;
|
6
|
+
onCloseModal: () => void;
|
7
|
+
};
|
8
|
+
export declare const FocusMode: React.FunctionComponent<FocusModeProps>;
|
9
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<FocusModeProps>, {
|
10
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
11
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
12
|
+
}>;
|
13
|
+
export default _default;
|
14
|
+
//# sourceMappingURL=focus-mode.d.ts.map
|
@@ -0,0 +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;AAW1B,aAAK,cAAc,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,GAAG,CAAC;IACX,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAoB7D,CAAC;;;;;AAqBF,wBAAyD"}
|
@@ -4,22 +4,11 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
|
|
4
4
|
static propTypes: {
|
5
5
|
isAtlasDeployed: PropTypes.Validator<boolean>;
|
6
6
|
saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
-
newPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
-
newPipelineFromText: PropTypes.Validator<(...args: any[]) => any>;
|
9
|
-
closeImport: PropTypes.Validator<(...args: any[]) => any>;
|
10
7
|
clonePipeline: PropTypes.Validator<(...args: any[]) => any>;
|
11
|
-
confirmNew: PropTypes.Validator<(...args: any[]) => any>;
|
12
|
-
exportToLanguage: PropTypes.Validator<(...args: any[]) => any>;
|
13
8
|
isCommenting: PropTypes.Validator<boolean>;
|
14
|
-
isAutoPreviewing: PropTypes.Validator<boolean>;
|
15
|
-
isImportConfirmationNeeded: PropTypes.Validator<boolean>;
|
16
9
|
name: PropTypes.Requireable<string>;
|
17
10
|
dismissViewError: PropTypes.Validator<(...args: any[]) => any>;
|
18
|
-
updateView: PropTypes.Validator<(...args: any[]) => any>;
|
19
11
|
updateViewError: PropTypes.Requireable<string>;
|
20
|
-
collationString: PropTypes.Requireable<object>;
|
21
|
-
collationStringChanged: PropTypes.Validator<(...args: any[]) => any>;
|
22
|
-
openLink: PropTypes.Validator<(...args: any[]) => any>;
|
23
12
|
settings: PropTypes.Validator<object>;
|
24
13
|
toggleSettingsIsExpanded: PropTypes.Validator<(...args: any[]) => any>;
|
25
14
|
toggleSettingsIsCommentMode: PropTypes.Validator<(...args: any[]) => any>;
|
@@ -34,8 +23,6 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
|
|
34
23
|
savingPipelineCancel: PropTypes.Validator<(...args: any[]) => any>;
|
35
24
|
savingPipelineOpen: PropTypes.Validator<(...args: any[]) => any>;
|
36
25
|
savingPipeline: PropTypes.Validator<object>;
|
37
|
-
isNewPipelineConfirm: PropTypes.Validator<boolean>;
|
38
|
-
setIsNewPipelineConfirm: PropTypes.Validator<(...args: any[]) => any>;
|
39
26
|
workspace: PropTypes.Validator<string>;
|
40
27
|
showExportButton: PropTypes.Validator<boolean>;
|
41
28
|
showRunButton: PropTypes.Validator<boolean>;
|
@@ -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":";AAuBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;MA0BE;IAEF;;;;MAIE;IA8Fwyc,wBAA8C;IAAA,sCAAyJ;IA5Fj/c;;MAEE;IAEF,kEAEE;IAEF,0DAcC;IAED,qCAUC;IAOD,oBA+CC;CACF"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
import React from 'react';
|
2
2
|
import type { Document as DocumentType } from 'mongodb';
|
3
3
|
declare type InputProps = {
|
4
4
|
documents: DocumentType[];
|
@@ -9,6 +9,9 @@ declare type InputProps = {
|
|
9
9
|
refreshInputDocuments: () => void;
|
10
10
|
};
|
11
11
|
declare function PipelineBuilderInputDocuments({ documents, isExpanded, isLoading, count, toggleInputDocumentsCollapsed, refreshInputDocuments }: InputProps): JSX.Element;
|
12
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof PipelineBuilderInputDocuments,
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof PipelineBuilderInputDocuments, {
|
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-builder-input-documents.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-builder-input-documents.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-builder-input-documents.tsx"],"names":[],"mappings":";
|
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;AAyDxD,aAAK,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,CAAA;CAClC,CAAC;AAEF,iBAAS,6BAA6B,CAAC,EACrC,SAAS,EACT,UAAU,EACV,SAAS,EACT,KAAK,EACL,6BAA6B,EAC7B,qBAAqB,EACtB,EAAE,UAAU,eAoCZ;;;;;AASD,wBAaiC"}
|
package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts
CHANGED
@@ -3,6 +3,9 @@ declare type PipelineAsTextWorkspaceProps = {
|
|
3
3
|
isAutoPreview: boolean;
|
4
4
|
};
|
5
5
|
export declare const PipelineAsTextWorkspace: React.FunctionComponent<PipelineAsTextWorkspaceProps>;
|
6
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineAsTextWorkspaceProps>,
|
6
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineAsTextWorkspaceProps>, {
|
7
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
8
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
9
|
+
}>;
|
7
10
|
export default _default;
|
8
11
|
//# sourceMappingURL=index.d.ts.map
|
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;AAqC1B,aAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAIF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CA0C7B,CAAC;;;;;AAMF,wBAA0D"}
|
@@ -12,6 +12,9 @@ declare type PipelineEditorProps = {
|
|
12
12
|
onChangePipelineText: (value: string) => void;
|
13
13
|
};
|
14
14
|
export declare const PipelineEditor: React.FunctionComponent<PipelineEditorProps>;
|
15
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>,
|
15
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>, {
|
16
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
17
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
18
|
+
}>;
|
16
19
|
export default _default;
|
17
20
|
//# sourceMappingURL=pipeline-editor.d.ts.map
|
@@ -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,KAAyC,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAW9D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAS3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAgCnG,aAAK,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;AAoBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAsFvE,CAAC;;;;;AA6BF,wBAA8D"}
|
@@ -10,6 +10,9 @@ declare type PipelinePreviewProps = {
|
|
10
10
|
isPreviewStale: boolean;
|
11
11
|
};
|
12
12
|
export declare const PipelinePreview: React.FunctionComponent<PipelinePreviewProps>;
|
13
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>,
|
13
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, {
|
14
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
15
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
16
|
+
}>;
|
14
17
|
export default _default;
|
15
18
|
//# sourceMappingURL=pipeline-preview.d.ts.map
|
@@ -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,aAAK,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;AAoFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC
|
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,aAAK,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;AAoFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;;;;AAuBF,wBAAkD"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
import React from 'react';
|
2
2
|
declare type OutputStageProps = {
|
3
3
|
stageOperator: '$out' | '$merge' | null;
|
4
4
|
isAtlas: boolean;
|
@@ -8,6 +8,10 @@ declare type OutputStageProps = {
|
|
8
8
|
onOpenCollection: () => void;
|
9
9
|
};
|
10
10
|
export declare const OutputStagePreview: ({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null;
|
11
|
-
export declare const OutputStageBanner: import("react-redux").ConnectedComponent<({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null,
|
11
|
+
export declare const OutputStageBanner: import("react-redux").ConnectedComponent<({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null, {
|
12
|
+
stageOperator: '$out' | '$merge' | null;
|
13
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
14
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
15
|
+
}>;
|
12
16
|
export {};
|
13
17
|
//# sourceMappingURL=pipeline-stages-preview.d.ts.map
|
@@ -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":";
|
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,aAAK,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,21 +1,14 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
}
|
13
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof PipelineBuilderUIWorkspace, Omit<PropTypes.InferProps<{
|
14
|
-
stageIds: PropTypes.Validator<any[]>;
|
15
|
-
editViewName: PropTypes.Requireable<string>;
|
16
|
-
onStageMoveEnd: PropTypes.Validator<(...args: any[]) => any>;
|
17
|
-
}>, "editViewName" | "onStageMoveEnd" | "stageIds"> & import("react-redux").ConnectProps>;
|
1
|
+
import React from 'react';
|
2
|
+
declare type PipelineBuilderUIWorkspaceProps = {
|
3
|
+
stageIds: number[];
|
4
|
+
editViewName?: string;
|
5
|
+
onStageMoveEnd: (from: number, to: number) => void;
|
6
|
+
onStageAddAfterEnd: (after?: number) => void;
|
7
|
+
};
|
8
|
+
export declare const PipelineBuilderUIWorkspace: React.FunctionComponent<PipelineBuilderUIWorkspaceProps>;
|
9
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderUIWorkspaceProps>, {
|
10
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
11
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
12
|
+
}>;
|
18
13
|
export default _default;
|
19
|
-
import React from "react";
|
20
|
-
import PropTypes from "prop-types";
|
21
14
|
//# sourceMappingURL=pipeline-builder-ui-workspace.d.ts.map
|
package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-builder-ui-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.
|
1
|
+
{"version":3,"file":"pipeline-builder-ui-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA4C3C,aAAK,+BAA+B,GAAG;IACrC,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,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;AAsFF,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAAC,+BAA+B,CA2B/F,CAAA;;;;;AAcD,wBAA0E"}
|
@@ -4,6 +4,9 @@ declare type PipelineBuilderWorkspaceProps = {
|
|
4
4
|
pipelineMode: PipelineMode;
|
5
5
|
};
|
6
6
|
export declare const PipelineBuilderWorkspace: React.FunctionComponent<PipelineBuilderWorkspaceProps>;
|
7
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderWorkspaceProps>,
|
7
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderWorkspaceProps>, {
|
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-builder-workspace.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-builder-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AASjF,aAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAa9B,CAAC
|
1
|
+
{"version":3,"file":"pipeline-builder-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AASjF,aAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAa9B,CAAC;;;;;AAMF,wBAA2D"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type PipelineConfirmModalProps = {
|
3
|
+
isModalOpen: boolean;
|
4
|
+
onCloseModal: () => void;
|
5
|
+
onConfirmNewPipeline: () => void;
|
6
|
+
};
|
7
|
+
export declare const PipelineConfirmModal: React.FunctionComponent<PipelineConfirmModalProps>;
|
8
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineConfirmModalProps>, {
|
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;
|
13
|
+
//# sourceMappingURL=pipeline-confirm-modal.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-confirm-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-confirm-modal/pipeline-confirm-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,aAAK,yBAAyB,GAAG;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,oBAAoB,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CAAC,yBAAyB,CAkBnF,CAAC;;;;;AAYF,wBAAoE"}
|
@@ -9,6 +9,9 @@ declare type PipelineExplainProps = {
|
|
9
9
|
onCancelExplain: () => void;
|
10
10
|
};
|
11
11
|
export declare const PipelineExplain: React.FunctionComponent<PipelineExplainProps>;
|
12
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExplainProps>,
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExplainProps>, {
|
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=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIzD,aAAK,oBAAoB,GAAG;IAC1B,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAYF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAiEzE,CAAC
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIzD,aAAK,oBAAoB,GAAG;IAC1B,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAYF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAiEzE,CAAC;;;;;AAeF,wBAA+D"}
|
@@ -15,6 +15,10 @@ declare type PipelineResultsWorkspaceProps = {
|
|
15
15
|
onRetry: () => void;
|
16
16
|
};
|
17
17
|
export declare const PipelineResultsWorkspace: React.FunctionComponent<PipelineResultsWorkspaceProps>;
|
18
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsWorkspaceProps>,
|
18
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsWorkspaceProps>, {
|
19
|
+
allDocsExpanded?: boolean | undefined;
|
20
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
21
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
22
|
+
}>;
|
19
23
|
export default _default;
|
20
24
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AA8FxC,aAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAAC,6BAA6B,CA2EzF,CAAC
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AA8FxC,aAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAAC,6BAA6B,CA2EzF,CAAC;;;;;;AAoCJ,wBAAwE"}
|
@@ -3,8 +3,12 @@ declare type PipelinePaginationCountProps = {
|
|
3
3
|
loading: boolean;
|
4
4
|
count?: number;
|
5
5
|
onCount: () => void;
|
6
|
+
onRefresh: () => void;
|
6
7
|
};
|
7
8
|
export declare const PipelinePaginationCount: React.FunctionComponent<PipelinePaginationCountProps>;
|
8
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationCountProps>,
|
9
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationCountProps>, {
|
10
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
11
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
12
|
+
}>;
|
9
13
|
export default _default;
|
10
14
|
//# sourceMappingURL=pipeline-pagination-count.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-pagination-count.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination-count.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-pagination-count.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination-count.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,aAAK,4BAA4B,GAAG;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAwCF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAuDvF,CAAC;;;;;AAYJ,wBAAuE"}
|
@@ -14,6 +14,9 @@ export declare const calculateShowingFrom: ({ limit, page, }: Pick<RootState['ag
|
|
14
14
|
export declare const calculateShowingTo: ({ limit, page, documentCount, }: Pick<import("../../modules/aggregation").State, "limit" | "page"> & {
|
15
15
|
documentCount: number;
|
16
16
|
}) => number;
|
17
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationProps>,
|
17
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationProps>, {
|
18
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
19
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
20
|
+
}>;
|
18
21
|
export default _default;
|
19
22
|
//# sourceMappingURL=pipeline-pagination.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,aAAK,uBAAuB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAcF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAwC7E,CAAC;AAEJ,eAAO,MAAM,oBAAoB,qBAG9B,KAAK,SAAS,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC,KAAG,MAErD,CAAC;AAEF,eAAO,MAAM,kBAAkB;mBAKd,MAAM;MACnB,MAEH,CAAC
|
1
|
+
{"version":3,"file":"pipeline-pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,aAAK,uBAAuB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAcF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAwC7E,CAAC;AAEJ,eAAO,MAAM,oBAAoB,qBAG9B,KAAK,SAAS,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC,KAAG,MAErD,CAAC;AAEF,eAAO,MAAM,kBAAkB;mBAKd,MAAM;MACnB,MAEH,CAAC;;;;;AA0BF,wBAAkE"}
|
@@ -9,6 +9,11 @@ declare type PipelineResultsHeaderProps = {
|
|
9
9
|
pipelineOutputOption: PipelineOutputOption;
|
10
10
|
};
|
11
11
|
export declare const PipelineResultsHeader: React.FunctionComponent<PipelineResultsHeaderProps>;
|
12
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsHeaderProps>,
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsHeaderProps>, {
|
13
|
+
onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
|
14
|
+
pipelineOutputOption: PipelineOutputOption;
|
15
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
16
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
17
|
+
}>;
|
13
18
|
export default _default;
|
14
19
|
//# sourceMappingURL=pipeline-results-header.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,aAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAmBF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CA6B3B,CAAC;;;;;;;AAkBF,wBAAqE"}
|