@mongodb-js/compass-aggregations 9.4.0 → 9.5.1
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/.eslintrc.js +3 -3
- package/.prettierignore +3 -0
- package/.prettierrc.json +1 -0
- package/README.md +27 -21
- package/dist/browser.js +1 -1
- package/dist/browser.js.LICENSE.txt +2 -8
- package/dist/index.css +6 -483
- 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/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/create-view-plugin.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-modal-header.d.ts +16 -0
- package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -0
- package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts +14 -0
- package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -0
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +23 -0
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -0
- package/dist/src/components/focus-mode/focus-mode.d.ts +13 -0
- package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
- package/dist/src/components/loading-overlay/index.d.ts +1 -1
- package/dist/src/components/loading-overlay/loading-overlay.d.ts +6 -12
- package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
- 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 +17 -0
- package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -0
- 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/explain-query-performance.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -1
- 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-output-options-menu.d.ts +1 -0
- package/dist/src/components/pipeline-output-options-menu.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-empty-results.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-results-workspace/pipeline-results-view-controls.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts +9 -2
- 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 +10 -3
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.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-preview/atlas-stage-preview.d.ts +5 -0
- package/dist/src/components/stage-preview/atlas-stage-preview.d.ts.map +1 -0
- package/dist/src/components/stage-preview/index.d.ts +18 -2
- package/dist/src/components/stage-preview/index.d.ts.map +1 -1
- package/dist/src/components/stage-preview/output-stage-preview.d.ts +19 -0
- package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -0
- package/dist/src/components/stage-preview/stage-preview-header.d.ts +17 -0
- package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/index.d.ts +18 -0
- package/dist/src/components/stage-toolbar/index.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/option-menu.d.ts +17 -0
- package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/stage-collapser.d.ts +12 -0
- package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +36 -0
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/toggle-stage.d.ts +12 -0
- package/dist/src/components/stage-toolbar/toggle-stage.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/index.d.ts.map +1 -1
- package/dist/src/modules/aggregation.d.ts.map +1 -1
- package/dist/src/modules/auto-preview.d.ts +2 -2
- package/dist/src/modules/auto-preview.d.ts.map +1 -1
- package/dist/src/modules/collation-string.d.ts.map +1 -1
- package/dist/src/modules/count-documents.d.ts.map +1 -1
- package/dist/src/modules/create-view/index.d.ts.map +1 -1
- package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -1
- package/dist/src/modules/create-view/is-running.d.ts.map +1 -1
- package/dist/src/modules/data-service.d.ts +2 -2
- package/dist/src/modules/data-service.d.ts.map +1 -1
- package/dist/src/modules/explain.d.ts.map +1 -1
- package/dist/src/modules/export-to-language.d.ts.map +1 -1
- package/dist/src/modules/focus-mode.d.ts +30 -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 +18 -6
- package/dist/src/modules/index.d.ts.map +1 -1
- package/dist/src/modules/input-documents.d.ts +38 -14
- 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/large-limit.d.ts.map +1 -1
- package/dist/src/modules/max-time-ms.d.ts.map +1 -1
- package/dist/src/modules/out-results-fn.d.ts +1 -0
- package/dist/src/modules/out-results-fn.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +4 -4
- 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/pipeline-parser/pipeline-parser.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.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/modules/saving-pipeline.d.ts.map +1 -1
- package/dist/src/modules/settings.d.ts.map +1 -1
- package/dist/src/modules/update-view.d.ts.map +1 -1
- package/dist/src/modules/workspace.d.ts.map +1 -1
- package/dist/src/stores/duplicate-view.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts.map +1 -1
- package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
- package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
- package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
- package/dist/src/utils/stage.d.ts +5 -2
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +42 -44
- package/dist/src/components/atlas-stage-preview.d.ts +0 -5
- package/dist/src/components/atlas-stage-preview.d.ts.map +0 -1
- package/dist/src/components/input/index.d.ts +0 -3
- package/dist/src/components/input/index.d.ts.map +0 -1
- package/dist/src/components/input/input.d.ts +0 -25
- package/dist/src/components/input/input.d.ts.map +0 -1
- package/dist/src/components/input-builder/index.d.ts +0 -3
- package/dist/src/components/input-builder/index.d.ts.map +0 -1
- package/dist/src/components/input-builder/input-builder.d.ts +0 -9
- package/dist/src/components/input-builder/input-builder.d.ts.map +0 -1
- package/dist/src/components/input-builder-toolbar/index.d.ts +0 -3
- package/dist/src/components/input-builder-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +0 -16
- package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +0 -1
- package/dist/src/components/input-collapser/index.d.ts +0 -3
- package/dist/src/components/input-collapser/index.d.ts.map +0 -1
- package/dist/src/components/input-collapser/input-collapser.d.ts +0 -14
- package/dist/src/components/input-collapser/input-collapser.d.ts.map +0 -1
- package/dist/src/components/input-documents-count/index.d.ts +0 -3
- package/dist/src/components/input-documents-count/index.d.ts.map +0 -1
- package/dist/src/components/input-documents-count/input-documents-count.d.ts +0 -13
- package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +0 -1
- package/dist/src/components/input-preview/index.d.ts +0 -3
- package/dist/src/components/input-preview/index.d.ts.map +0 -1
- package/dist/src/components/input-preview/input-preview.d.ts +0 -15
- package/dist/src/components/input-preview/input-preview.d.ts.map +0 -1
- package/dist/src/components/input-preview-toolbar/index.d.ts +0 -3
- package/dist/src/components/input-preview-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +0 -7
- package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +0 -1
- package/dist/src/components/input-refresh/index.d.ts +0 -3
- package/dist/src/components/input-refresh/index.d.ts.map +0 -1
- package/dist/src/components/input-refresh/input-refresh.d.ts +0 -13
- package/dist/src/components/input-refresh/input-refresh.d.ts.map +0 -1
- package/dist/src/components/input-toolbar/index.d.ts +0 -3
- package/dist/src/components/input-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/input-toolbar/input-toolbar.d.ts +0 -16
- package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +0 -1
- package/dist/src/components/input-workspace/index.d.ts +0 -3
- package/dist/src/components/input-workspace/index.d.ts.map +0 -1
- package/dist/src/components/input-workspace/input-workspace.d.ts +0 -16
- package/dist/src/components/input-workspace/input-workspace.d.ts.map +0 -1
- 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 -18
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +0 -18
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/index.d.ts +0 -3
- package/dist/src/components/stage-editor-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +0 -20
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +0 -21
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +0 -9
- package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +0 -20
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +0 -20
- package/dist/src/components/stage-editor-toolbar/toggle-stage.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/components/stage-preview-toolbar/index.d.ts +0 -3
- package/dist/src/components/stage-preview-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +0 -25
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.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.
|
package/dist/index.css
CHANGED
@@ -1,28 +1,4 @@
|
|
1
|
-
.
|
2
|
-
flex-shrink: 0;
|
3
|
-
position: relative;
|
4
|
-
padding: 10px 0px 10px 0px;
|
5
|
-
overflow: scroll;
|
6
|
-
background: #f9fbfa;
|
7
|
-
border-left: 2px solid #e8edeb;
|
8
|
-
min-height: 180px;
|
9
|
-
max-height: 300px;
|
10
|
-
}
|
11
|
-
.import-pipeline-module-import-pipeline-error__92RZw {
|
12
|
-
flex-shrink: 0;
|
13
|
-
position: relative;
|
14
|
-
margin: 10px 0px;
|
15
|
-
padding: 10px;
|
16
|
-
border-radius: 3px;
|
17
|
-
overflow: auto;
|
18
|
-
background: #ff6960;
|
19
|
-
max-height: 100px;
|
20
|
-
color: #f9fbfa;
|
21
|
-
font-size: x-small;
|
22
|
-
font-weight: bold;
|
23
|
-
}
|
24
|
-
|
25
|
-
.pipeline-module-pipeline__1nWUF {
|
1
|
+
.pipeline-module-pipeline__zEbsA {
|
26
2
|
display: flex;
|
27
3
|
flex-grow: 1;
|
28
4
|
flex-direction: column;
|
@@ -31,16 +7,16 @@
|
|
31
7
|
min-height: 0;
|
32
8
|
position: relative;
|
33
9
|
}
|
34
|
-
.pipeline-module-pipeline-collation-toolbar-
|
10
|
+
.pipeline-module-pipeline-collation-toolbar-container__\+1WeG {
|
35
11
|
padding: 6px 10px 6px 15px;
|
36
12
|
border-bottom: 1px solid rgba(0, 30, 43, 0.2);
|
37
13
|
box-shadow: 1px 1px 3px rgba(0, 30, 43, 0.4);
|
38
14
|
}
|
39
|
-
.pipeline-module-pipeline-error-banner-
|
15
|
+
.pipeline-module-pipeline-error-banner-container__ipoef {
|
40
16
|
margin-left: 20px;
|
41
17
|
margin-right: 36px;
|
42
18
|
}
|
43
|
-
.pipeline-module-pipeline-
|
19
|
+
.pipeline-module-pipeline-fullscreen__Sy1Jk {
|
44
20
|
position: absolute;
|
45
21
|
top: 0;
|
46
22
|
right: 0;
|
@@ -48,467 +24,14 @@
|
|
48
24
|
bottom: 0;
|
49
25
|
}
|
50
26
|
|
51
|
-
.
|
52
|
-
margin-right: 6px;
|
53
|
-
}
|
54
|
-
.delete-stage-module-delete-stage__3PyCJ button {
|
55
|
-
width: 30px;
|
56
|
-
}
|
57
|
-
|
58
|
-
.add-after-stage-module-add-after-stage__1xZf9 {
|
59
|
-
display: flex;
|
60
|
-
justify-content: flex-end;
|
61
|
-
}
|
62
|
-
.add-after-stage-module-add-after-stage__1xZf9 button {
|
63
|
-
width: 30px;
|
64
|
-
margin-right: 6px;
|
65
|
-
}
|
66
|
-
|
67
|
-
.stage-grabber-module-stage-grabber__1-8cr {
|
68
|
-
color: #e8edeb;
|
69
|
-
margin: 3px 2px 0px 4px;
|
70
|
-
position: relative;
|
71
|
-
}
|
72
|
-
|
73
|
-
.stage-collapser-module-stage-collapser__3xs2F {
|
74
|
-
position: relative;
|
75
|
-
}
|
76
|
-
.stage-collapser-module-stage-collapser__3xs2F button {
|
77
|
-
width: 30px;
|
78
|
-
}
|
79
|
-
|
80
|
-
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
81
|
-
width: 100%;
|
82
|
-
border-bottom: 1px solid #e8edeb;
|
83
|
-
border-radius: 4px 4px 0 0;
|
84
|
-
padding: 10px 0;
|
85
|
-
padding-right: 10px;
|
86
|
-
flex-shrink: 0;
|
87
|
-
display: flex;
|
88
|
-
flex-direction: row;
|
89
|
-
align-items: center;
|
90
|
-
position: relative;
|
91
|
-
height: 30px;
|
92
|
-
cursor: move;
|
93
|
-
cursor: grab;
|
94
|
-
}
|
95
|
-
.dragging .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
96
|
-
pointer-events: auto;
|
97
|
-
cursor: grabbing;
|
98
|
-
}
|
99
|
-
.stage-editor-toolbar-module-stage-editor-toolbar-right__3NPrk {
|
100
|
-
display: flex;
|
101
|
-
justify-content: flex-end;
|
102
|
-
flex-grow: 4;
|
103
|
-
align-items: center;
|
104
|
-
}
|
105
|
-
.stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
|
106
|
-
background: #ffeae5;
|
107
|
-
}
|
108
|
-
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK .stage-editor-toolbar-module-tooltip-icon__3szXX {
|
109
|
-
margin-top: 6px;
|
110
|
-
margin-right: 6px;
|
111
|
-
}
|
112
|
-
|
113
|
-
.stage-editor-module-stage-editor-container__1XwN_ {
|
114
|
-
position: relative;
|
115
|
-
padding: 6px 8px;
|
116
|
-
text-align: center;
|
117
|
-
}
|
118
|
-
.stage-editor-module-stage-editor__3F-oQ {
|
119
|
-
flex-shrink: 0;
|
120
|
-
margin: 0;
|
121
|
-
padding: 10px 0px 10px 0px;
|
122
|
-
overflow: hidden;
|
123
|
-
background: #f9fbfa;
|
124
|
-
border-left: 2px solid #e8edeb;
|
125
|
-
width: 100%;
|
126
|
-
min-height: 180px;
|
127
|
-
}
|
128
|
-
.stage-editor-module-stage-editor-errormsg__3Le7I {
|
129
|
-
flex-shrink: 0;
|
130
|
-
position: relative;
|
131
|
-
margin: 10px;
|
132
|
-
padding: 5px 10px;
|
133
|
-
border-radius: 3px;
|
134
|
-
overflow: hidden;
|
135
|
-
background: #ffeae5;
|
136
|
-
border: 1px solid #ffcdc7;
|
137
|
-
min-height: 20px;
|
138
|
-
word-break: break-all;
|
139
|
-
color: #970606;
|
140
|
-
font-size: x-small;
|
141
|
-
font-weight: bold;
|
142
|
-
}
|
143
|
-
.stage-editor-module-stage-editor-syntax-error__3qEJX {
|
144
|
-
flex-shrink: 0;
|
145
|
-
position: relative;
|
146
|
-
margin: 10px;
|
147
|
-
padding: 5px 10px;
|
148
|
-
border-radius: 3px;
|
149
|
-
overflow: hidden;
|
150
|
-
background: #fef7db;
|
151
|
-
border: 1px solid #fef7db;
|
152
|
-
min-height: 20px;
|
153
|
-
word-break: break-all;
|
154
|
-
color: #944f01;
|
155
|
-
font-size: x-small;
|
156
|
-
font-weight: bold;
|
157
|
-
}
|
158
|
-
.stage-editor-module-stage-editor-ace-editor__eRQyZ {
|
159
|
-
min-height: 160px;
|
160
|
-
}
|
161
|
-
|
162
|
-
.loading-overlay-module-loading-overlay__3jA58 {
|
163
|
-
position: absolute;
|
164
|
-
top: 0;
|
165
|
-
left: 0;
|
166
|
-
right: 0;
|
167
|
-
bottom: 0;
|
168
|
-
z-index: 1000;
|
169
|
-
background-color: rgba(0, 30, 43, 0.08);
|
170
|
-
display: flex;
|
171
|
-
align-items: center;
|
172
|
-
justify-content: center;
|
173
|
-
}
|
174
|
-
.loading-overlay-module-loading-overlay-box__1EYpR {
|
175
|
-
font-weight: bold;
|
176
|
-
display: flex;
|
177
|
-
align-items: center;
|
178
|
-
justify-content: center;
|
179
|
-
width: 300px;
|
180
|
-
height: 50px;
|
181
|
-
background-color: #ffffff;
|
182
|
-
}
|
183
|
-
.loading-overlay-module-loading-overlay-box-text__1RHOh {
|
184
|
-
font-size: 16px;
|
185
|
-
margin-left: 5px;
|
186
|
-
}
|
187
|
-
.loading-overlay-module-loading-overlay-box__1EYpR i {
|
188
|
-
font-size: 20px;
|
189
|
-
color: #00a35c;
|
190
|
-
}
|
191
|
-
|
192
|
-
.stage-preview-module-stage-preview__37FlK {
|
193
|
-
width: 100%;
|
194
|
-
display: flex;
|
195
|
-
align-items: stretch;
|
196
|
-
overflow: auto;
|
197
|
-
position: relative;
|
198
|
-
flex-grow: 1;
|
199
|
-
}
|
200
|
-
.stage-preview-module-stage-preview-empty__9L3fd {
|
201
|
-
padding-left: 15px;
|
202
|
-
margin: auto;
|
203
|
-
overflow: hidden;
|
204
|
-
text-overflow: ellipsis;
|
205
|
-
white-space: nowrap;
|
206
|
-
fill: none;
|
207
|
-
stroke: #889397;
|
208
|
-
text-align: center;
|
209
|
-
}
|
210
|
-
.stage-preview-module-stage-preview-missing-search-support__18Jmm {
|
211
|
-
display: flex;
|
212
|
-
flex: 1;
|
213
|
-
justify-content: center;
|
214
|
-
}
|
215
|
-
.stage-preview-module-stage-preview-out__2kjVI {
|
216
|
-
display: flex;
|
217
|
-
flex-direction: column;
|
218
|
-
align-items: center;
|
219
|
-
width: 100%;
|
220
|
-
padding-top: 32px;
|
221
|
-
padding-left: 4px;
|
222
|
-
padding-right: 4px;
|
223
|
-
padding-bottom: 8px;
|
224
|
-
}
|
225
|
-
.stage-preview-module-stage-preview-out-text__FwDzO {
|
226
|
-
padding: 0px 15px 2px 15px;
|
227
|
-
text-align: center;
|
228
|
-
}
|
229
|
-
.stage-preview-module-stage-preview-out-text__FwDzO:not(:last-child) {
|
230
|
-
padding-bottom: 8px;
|
231
|
-
}
|
232
|
-
.stage-preview-module-stage-preview-out-button__bnXRJ {
|
233
|
-
margin-top: 3px;
|
234
|
-
}
|
235
|
-
.stage-preview-module-stage-preview-out-link__1uCqW {
|
236
|
-
border: none;
|
237
|
-
padding: 0;
|
238
|
-
margin: 0;
|
239
|
-
background: none;
|
240
|
-
}
|
241
|
-
.stage-preview-module-stage-preview-documents__uF1qq {
|
242
|
-
display: flex;
|
243
|
-
align-items: stretch;
|
244
|
-
overflow-x: scroll;
|
245
|
-
margin: 8px;
|
246
|
-
padding: 8px;
|
247
|
-
}
|
248
|
-
.stage-preview-module-stage-preview-document-card-container__sxM1s {
|
249
|
-
flex: none;
|
250
|
-
border: 1px solid #e8edeb;
|
251
|
-
border-radius: 4px;
|
252
|
-
box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
|
253
|
-
width: 384px;
|
254
|
-
overflow: scroll;
|
255
|
-
min-height: 150px;
|
256
|
-
flex-shrink: 0;
|
257
|
-
display: flex;
|
258
|
-
flex-direction: column;
|
259
|
-
}
|
260
|
-
.stage-preview-module-stage-preview-document-card-container__sxM1s:not(:first-child) {
|
261
|
-
margin-left: 16px;
|
262
|
-
}
|
263
|
-
.stage-preview-module-stage-preview-document-card__21xbY {
|
264
|
-
flex-basis: 150px;
|
265
|
-
flex-grow: 1;
|
266
|
-
flex-shrink: 0;
|
267
|
-
overflow: auto;
|
268
|
-
padding: 0;
|
269
|
-
}
|
270
|
-
.stage-preview-module-stage-preview-document-card__21xbY::-webkit-scrollbar {
|
271
|
-
display: none;
|
272
|
-
}
|
273
|
-
.stage-preview-module-stage-preview__37FlK::-webkit-scrollbar {
|
274
|
-
display: none;
|
275
|
-
}
|
276
|
-
|
277
|
-
.stage-preview-toolbar-module-stage-preview-toolbar__2o0am {
|
278
|
-
width: 100%;
|
279
|
-
font-size: 12px;
|
280
|
-
white-space: nowrap;
|
281
|
-
overflow: hidden;
|
282
|
-
text-overflow: ellipsis;
|
283
|
-
height: 30px;
|
284
|
-
padding: 10px 0;
|
285
|
-
padding-left: 25px;
|
286
|
-
display: flex;
|
287
|
-
align-items: center;
|
288
|
-
border-bottom: 1px solid #e8edeb;
|
289
|
-
border-radius: 4px 4px 0 0;
|
290
|
-
}
|
291
|
-
.stage-preview-toolbar-module-stage-preview-toolbar-link__q2ehc {
|
292
|
-
border: none;
|
293
|
-
padding: 0;
|
294
|
-
margin: 0;
|
295
|
-
background: none;
|
296
|
-
}
|
297
|
-
.stage-preview-toolbar-module-stage-preview-toolbar-errored__1JajO {
|
298
|
-
background: #ffeae5;
|
299
|
-
}
|
300
|
-
|
301
|
-
.stage-module-stage-container__ZDTxh .stage-module-stage__1YPPq {
|
302
|
-
position: relative;
|
303
|
-
margin: 0px 16px 16px 16px;
|
304
|
-
border: 1px solid #e8edeb;
|
305
|
-
border-radius: 4px;
|
306
|
-
box-shadow: 1px 1px 1px #e8edeb;
|
307
|
-
background: #ffffff;
|
308
|
-
display: flex;
|
309
|
-
flex-direction: row;
|
310
|
-
}
|
311
|
-
.stage-module-stage-container__ZDTxh .stage-module-stage-errored__mbJmP {
|
312
|
-
border-color: #db3030;
|
313
|
-
}
|
314
|
-
.stage-module-stage-editor-container__1LvRF {
|
315
|
-
display: flex;
|
316
|
-
flex-direction: column;
|
317
|
-
position: relative;
|
318
|
-
overflow: auto;
|
319
|
-
}
|
320
|
-
.stage-module-stage-preview-container__2xO44 {
|
321
|
-
display: flex;
|
322
|
-
flex-direction: column;
|
323
|
-
position: relative;
|
324
|
-
width: 100%;
|
325
|
-
overflow: auto;
|
326
|
-
}
|
327
|
-
.stage-module-stage-resize-handle-wrapper__1UhOK:hover div div,
|
328
|
-
.stage-module-stage-resize-handle-wrapper__1UhOK:active div div {
|
329
|
-
background-color: #c1c7c6;
|
330
|
-
}
|
331
|
-
.stage-module-stage-workspace__9LrbT {
|
332
|
-
display: flex;
|
333
|
-
align-items: stretch;
|
334
|
-
border-radius: 0 0 4px 4px;
|
335
|
-
}
|
336
|
-
.stage-module-stage-editor-no-preview__34-OX {
|
337
|
-
width: 100%;
|
338
|
-
}
|
339
|
-
|
340
|
-
.input-collapser-module-input-collapser__2CIHy {
|
341
|
-
position: relative;
|
342
|
-
}
|
343
|
-
.input-collapser-module-input-collapser__2CIHy button {
|
344
|
-
width: 30px;
|
345
|
-
}
|
346
|
-
|
347
|
-
.input-documents-count-module-input-documents-count__2sCxl {
|
348
|
-
height: 30px;
|
349
|
-
display: flex;
|
350
|
-
align-items: center;
|
351
|
-
flex-grow: 4;
|
352
|
-
}
|
353
|
-
.input-documents-count-module-input-documents-count-db__2xqQF {
|
354
|
-
font-size: 12px;
|
355
|
-
padding-left: 10px;
|
356
|
-
color: #3d4f58;
|
357
|
-
}
|
358
|
-
.input-documents-count-module-input-documents-count-label__Q3Y3L {
|
359
|
-
font-size: 12px;
|
360
|
-
padding-left: 5px;
|
361
|
-
color: #3d4f58;
|
362
|
-
}
|
363
|
-
|
364
|
-
.input-refresh-module-input-refresh__1jTIT {
|
365
|
-
flex-grow: 0;
|
366
|
-
}
|
367
|
-
|
368
|
-
.input-builder-toolbar-module-input-builder-toolbar__1H2sc {
|
369
|
-
width: 350px;
|
370
|
-
margin: 0px 15px 0px 18px;
|
371
|
-
flex-shrink: 0;
|
372
|
-
display: flex;
|
373
|
-
flex-direction: row;
|
374
|
-
justify-content: space-between;
|
375
|
-
position: relative;
|
376
|
-
height: 30px;
|
377
|
-
align-items: center;
|
378
|
-
}
|
379
|
-
|
380
|
-
.input-preview-toolbar-module-input-preview-toolbar__34ttN {
|
381
|
-
width: 100%;
|
382
|
-
overflow: hidden;
|
383
|
-
text-overflow: ellipsis;
|
384
|
-
border-left: 1px solid #e8edeb;
|
385
|
-
}
|
386
|
-
.input-preview-toolbar-module-input-preview-toolbar-text__3gBhM {
|
387
|
-
font-size: 12px;
|
388
|
-
padding-left: 10px;
|
389
|
-
color: #3d4f58;
|
390
|
-
white-space: nowrap;
|
391
|
-
overflow: hidden;
|
392
|
-
text-overflow: ellipsis;
|
393
|
-
}
|
394
|
-
|
395
|
-
.input-toolbar-module-input-toolbar__32jT7 {
|
396
|
-
border-bottom: 1px solid #e8edeb;
|
397
|
-
display: flex;
|
398
|
-
align-items: center;
|
399
|
-
position: relative;
|
400
|
-
height: 40px;
|
401
|
-
width: 100%;
|
402
|
-
}
|
403
|
-
|
404
|
-
.input-builder-module-input-builder__KDDTC {
|
405
|
-
flex-grow: 1;
|
406
|
-
position: relative;
|
407
|
-
margin: 15px 18px 15px 18px;
|
408
|
-
padding: 10px 0px 10px 0px;
|
409
|
-
min-height: 54px;
|
410
|
-
text-align: center;
|
411
|
-
}
|
412
|
-
|
413
|
-
.input-preview-module-input-preview__2di5A {
|
414
|
-
display: flex;
|
415
|
-
align-items: center;
|
416
|
-
overflow: auto;
|
417
|
-
flex-grow: 1;
|
418
|
-
width: 100%;
|
419
|
-
position: relative;
|
420
|
-
}
|
421
|
-
.input-preview-module-input-preview-documents__1878X {
|
422
|
-
display: flex;
|
423
|
-
align-items: flex-start;
|
424
|
-
overflow-x: scroll;
|
425
|
-
margin: 8px;
|
426
|
-
padding: 8px;
|
427
|
-
}
|
428
|
-
.input-preview-module-input-preview-document-card-container__3ko-A {
|
429
|
-
flex: none;
|
430
|
-
border: 1px solid #e8edeb;
|
431
|
-
border-radius: 4px;
|
432
|
-
box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
|
433
|
-
width: 384px;
|
434
|
-
overflow: scroll;
|
435
|
-
min-height: 150px;
|
436
|
-
flex-shrink: 0;
|
437
|
-
display: flex;
|
438
|
-
flex-direction: column;
|
439
|
-
}
|
440
|
-
.input-preview-module-input-preview-document-card-container__3ko-A:not(:first-child) {
|
441
|
-
margin-left: 16px;
|
442
|
-
}
|
443
|
-
.input-preview-module-input-preview-document-card__ZvCA5 {
|
444
|
-
flex-basis: 150px;
|
445
|
-
flex-grow: 1;
|
446
|
-
flex-shrink: 0;
|
447
|
-
overflow: auto;
|
448
|
-
padding: 0;
|
449
|
-
}
|
450
|
-
.input-preview-module-input-preview-document-card__ZvCA5::-webkit-scrollbar {
|
451
|
-
display: none;
|
452
|
-
}
|
453
|
-
.input-preview-module-input-preview__2di5A::-webkit-scrollbar {
|
454
|
-
display: none;
|
455
|
-
}
|
456
|
-
|
457
|
-
.input-workspace-module-input-workspace__1ivct {
|
458
|
-
display: flex;
|
459
|
-
align-items: center;
|
460
|
-
}
|
461
|
-
|
462
|
-
.input-module-input__2mTmO {
|
463
|
-
position: relative;
|
464
|
-
margin: 0 16px 16px;
|
465
|
-
border: 1px solid #e8edeb;
|
466
|
-
border-radius: 4px;
|
467
|
-
box-shadow: 1px 1px 1px #e8edeb;
|
468
|
-
background: #ffffff;
|
469
|
-
}
|
470
|
-
|
471
|
-
.add-stage-module-add-stage-container__L3KcT {
|
472
|
-
margin: 0px;
|
473
|
-
padding-bottom: 16px;
|
474
|
-
position: relative;
|
475
|
-
}
|
476
|
-
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 {
|
477
|
-
flex-shrink: 0;
|
478
|
-
display: flex;
|
479
|
-
justify-content: center;
|
480
|
-
position: relative;
|
481
|
-
margin: 0px 16px 0px;
|
482
|
-
border: 1px solid #e8edeb;
|
483
|
-
border-radius: 4px;
|
484
|
-
box-shadow: 1px 1px 1px #e8edeb;
|
485
|
-
background: #ffffff;
|
486
|
-
width: 384px;
|
487
|
-
}
|
488
|
-
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 button {
|
489
|
-
margin: 10px 0px 10px 0px;
|
490
|
-
}
|
491
|
-
|
492
|
-
.modify-source-banner-module-modify-source-banner__zkRAk {
|
27
|
+
.modify-source-banner-module-modify-source-banner__Klti\+ {
|
493
28
|
text-align: center;
|
494
29
|
margin: 5px auto;
|
495
30
|
margin-top: 20px;
|
496
31
|
z-index: 500;
|
497
32
|
}
|
498
33
|
|
499
|
-
.
|
500
|
-
position: relative;
|
501
|
-
width: 100%;
|
502
|
-
height: 100%;
|
503
|
-
}
|
504
|
-
.pipeline-builder-ui-workspace-module-pipeline-workspace__19lIn {
|
505
|
-
display: flex;
|
506
|
-
flex-direction: column;
|
507
|
-
width: 100%;
|
508
|
-
flex-grow: 1;
|
509
|
-
}
|
510
|
-
|
511
|
-
.aggregations-module-aggregations__12xcN {
|
34
|
+
.aggregations-module-aggregations__mpPiK {
|
512
35
|
display: flex;
|
513
36
|
align-items: flex-start;
|
514
37
|
background-color: #f9fbfa;
|