@mongodb-js/compass-aggregations 0.0.0-next-68d544d11ad6fdad02d93fe36714c06c35871ec6 → 0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/src/components/add-stage/index.d.ts +1 -1
- package/dist/src/components/add-stage/index.d.ts.map +1 -1
- package/dist/src/components/aggregations/aggregations.d.ts +13 -17
- package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
- package/dist/src/components/aggregations/index.d.ts +1 -2
- package/dist/src/components/aggregations/index.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode.d.ts +1 -1
- package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -1
- package/dist/src/components/loading-overlay/index.d.ts +1 -1
- package/dist/src/components/loading-overlay/index.d.ts.map +1 -1
- package/dist/src/components/modify-source-banner/index.d.ts +1 -1
- package/dist/src/components/modify-source-banner/index.d.ts.map +1 -1
- package/dist/src/components/modify-source-banner/modify-source-banner.d.ts +10 -7
- package/dist/src/components/modify-source-banner/modify-source-banner.d.ts.map +1 -1
- package/dist/src/components/pipeline/index.d.ts +1 -1
- package/dist/src/components/pipeline/index.d.ts.map +1 -1
- package/dist/src/components/pipeline/pipeline.d.ts +24 -8
- package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +4 -3
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
- package/dist/src/components/saving-pipeline-modal/index.d.ts +1 -1
- package/dist/src/components/saving-pipeline-modal/index.d.ts.map +1 -1
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts +18 -9
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
- package/dist/src/components/settings/settings.d.ts +2 -3
- package/dist/src/components/settings/settings.d.ts.map +1 -1
- package/dist/src/components/stage-editor/index.d.ts +1 -1
- package/dist/src/components/stage-editor/index.d.ts.map +1 -1
- package/dist/src/components/stage-preview/stage-preview-header.d.ts +3 -3
- package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +2 -1
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -1
- package/dist/src/components/stage.d.ts +1 -1
- package/dist/src/components/stage.d.ts.map +1 -1
- package/dist/src/constants.d.ts +7 -7
- package/dist/src/constants.d.ts.map +1 -1
- package/dist/src/index.d.ts +50 -6
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/modules/aggregation-workspace-id.d.ts +2 -2
- package/dist/src/modules/aggregation-workspace-id.d.ts.map +1 -1
- package/dist/src/modules/aggregation.d.ts +9 -9
- package/dist/src/modules/aggregation.d.ts.map +1 -1
- package/dist/src/modules/auto-preview.d.ts +4 -2
- package/dist/src/modules/auto-preview.d.ts.map +1 -1
- package/dist/src/modules/clone-pipeline.d.ts +5 -4
- package/dist/src/modules/clone-pipeline.d.ts.map +1 -1
- package/dist/src/modules/collation-string.d.ts +2 -1
- package/dist/src/modules/collation-string.d.ts.map +1 -1
- package/dist/src/modules/collections-fields.d.ts +2 -1
- package/dist/src/modules/collections-fields.d.ts.map +1 -1
- package/dist/src/modules/comments.d.ts +4 -2
- package/dist/src/modules/comments.d.ts.map +1 -1
- package/dist/src/modules/count-documents.d.ts.map +1 -1
- package/dist/src/modules/create-view/index.d.ts +42 -41
- package/dist/src/modules/create-view/index.d.ts.map +1 -1
- package/dist/src/modules/data-service.d.ts +7 -9
- package/dist/src/modules/data-service.d.ts.map +1 -1
- package/dist/src/modules/edit-view-name.d.ts +2 -2
- package/dist/src/modules/edit-view-name.d.ts.map +1 -1
- package/dist/src/modules/env.d.ts +1 -1
- package/dist/src/modules/export-to-language.d.ts +2 -1
- package/dist/src/modules/export-to-language.d.ts.map +1 -1
- package/dist/src/modules/fields.d.ts +13 -11
- package/dist/src/modules/fields.d.ts.map +1 -1
- package/dist/src/modules/focus-mode.d.ts +9 -7
- package/dist/src/modules/focus-mode.d.ts.map +1 -1
- package/dist/src/modules/id.d.ts +12 -5
- package/dist/src/modules/id.d.ts.map +1 -1
- package/dist/src/modules/index.d.ts +17 -46
- package/dist/src/modules/index.d.ts.map +1 -1
- package/dist/src/modules/input-documents.d.ts +5 -10
- package/dist/src/modules/input-documents.d.ts.map +1 -1
- package/dist/src/modules/insights.d.ts +7 -0
- package/dist/src/modules/insights.d.ts.map +1 -1
- package/dist/src/modules/is-modified.d.ts +2 -1
- package/dist/src/modules/is-modified.d.ts.map +1 -1
- package/dist/src/modules/is-new-pipeline-confirm.d.ts +10 -0
- package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
- package/dist/src/modules/is-time-series.d.ts +1 -1
- package/dist/src/modules/is-time-series.d.ts.map +1 -1
- package/dist/src/modules/large-limit.d.ts +4 -2
- package/dist/src/modules/large-limit.d.ts.map +1 -1
- package/dist/src/modules/limit.d.ts +4 -2
- package/dist/src/modules/limit.d.ts.map +1 -1
- package/dist/src/modules/max-time-ms.d.ts +8 -4
- package/dist/src/modules/max-time-ms.d.ts.map +1 -1
- package/dist/src/modules/name.d.ts +4 -4
- package/dist/src/modules/name.d.ts.map +1 -1
- package/dist/src/modules/namespace.d.ts.map +1 -1
- package/dist/src/modules/out-results-fn.d.ts +6 -6
- package/dist/src/modules/out-results-fn.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/index.d.ts +1 -5
- package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-ai.d.ts +12 -1
- package/dist/src/modules/pipeline-builder/pipeline-ai.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts +4 -3
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +1 -2
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts +1 -0
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage.d.ts +2 -1
- package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +17 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts +2 -1
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
- package/dist/src/modules/saved-pipeline.d.ts +26 -20
- package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
- package/dist/src/modules/saving-pipeline.d.ts +35 -17
- package/dist/src/modules/saving-pipeline.d.ts.map +1 -1
- package/dist/src/modules/search-indexes.d.ts +11 -0
- package/dist/src/modules/search-indexes.d.ts.map +1 -1
- package/dist/src/modules/server-version.d.ts +1 -1
- package/dist/src/modules/server-version.d.ts.map +1 -1
- package/dist/src/modules/settings.d.ts +32 -23
- package/dist/src/modules/settings.d.ts.map +1 -1
- package/dist/src/modules/side-panel.d.ts +5 -4
- package/dist/src/modules/side-panel.d.ts.map +1 -1
- package/dist/src/modules/source-name.d.ts +2 -2
- package/dist/src/modules/source-name.d.ts.map +1 -1
- package/dist/src/modules/update-view.d.ts +19 -7
- package/dist/src/modules/update-view.d.ts.map +1 -1
- package/dist/src/modules/workspace.d.ts +3 -3
- package/dist/src/modules/workspace.d.ts.map +1 -1
- package/dist/src/plugin.d.ts +1 -5
- package/dist/src/plugin.d.ts.map +1 -1
- package/dist/src/stores/create-view.d.ts +7 -22
- package/dist/src/stores/create-view.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts +62 -95
- package/dist/src/stores/store.d.ts.map +1 -1
- package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
- package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
- package/dist/src/utils/stage.d.ts +30 -15
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +37 -37
- package/dist/index.css +0 -43
- package/dist/src/modules/projections.d.ts +0 -4
- package/dist/src/modules/projections.d.ts.map +0 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-aggregations",
|
3
3
|
"productName": "Aggregations plugin",
|
4
|
-
"version": "0.0.0-next-
|
4
|
+
"version": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -38,23 +38,23 @@
|
|
38
38
|
},
|
39
39
|
"license": "SSPL",
|
40
40
|
"peerDependencies": {
|
41
|
-
"@mongodb-js/atlas-service": "0.0.0-next-
|
42
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
43
|
-
"@mongodb-js/compass-crud": "0.0.0-next-
|
44
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
45
|
-
"@mongodb-js/compass-generative-ai": "0.0.0-next-
|
46
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
47
|
-
"@mongodb-js/compass-utils": "0.0.0-next-
|
48
|
-
"@mongodb-js/explain-plan-helper": "0.0.0-next-
|
41
|
+
"@mongodb-js/atlas-service": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
42
|
+
"@mongodb-js/compass-components": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
43
|
+
"@mongodb-js/compass-crud": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
44
|
+
"@mongodb-js/compass-editor": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
45
|
+
"@mongodb-js/compass-generative-ai": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
46
|
+
"@mongodb-js/compass-logging": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
47
|
+
"@mongodb-js/compass-utils": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
48
|
+
"@mongodb-js/explain-plan-helper": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
49
49
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
50
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
51
|
-
"@mongodb-js/my-queries-storage": "0.0.0-next-
|
50
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
51
|
+
"@mongodb-js/my-queries-storage": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
52
52
|
"bson": "^6.2.0",
|
53
|
-
"compass-preferences-model": "0.0.0-next-
|
54
|
-
"hadron-app-registry": "0.0.0-next-
|
55
|
-
"hadron-document": "0.0.0-next-
|
56
|
-
"hadron-type-checker": "0.0.0-next-
|
57
|
-
"mongodb-data-service": "0.0.0-next-
|
53
|
+
"compass-preferences-model": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
54
|
+
"hadron-app-registry": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
55
|
+
"hadron-document": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
56
|
+
"hadron-type-checker": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
57
|
+
"mongodb-data-service": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
58
58
|
"react": "^17.0.2"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
@@ -64,11 +64,11 @@
|
|
64
64
|
"@dnd-kit/core": "^6.0.7",
|
65
65
|
"@dnd-kit/sortable": "^7.0.2",
|
66
66
|
"@dnd-kit/utilities": "^3.2.1",
|
67
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
68
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
69
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
70
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
71
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
67
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
68
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
69
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
70
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
71
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
72
72
|
"@testing-library/react": "^12.1.4",
|
73
73
|
"@testing-library/user-event": "^13.5.0",
|
74
74
|
"@types/lodash": "^4.14.188",
|
@@ -98,23 +98,23 @@
|
|
98
98
|
"xvfb-maybe": "^0.2.1"
|
99
99
|
},
|
100
100
|
"dependencies": {
|
101
|
-
"@mongodb-js/atlas-service": "0.0.0-next-
|
102
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
103
|
-
"@mongodb-js/compass-crud": "0.0.0-next-
|
104
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
105
|
-
"@mongodb-js/compass-generative-ai": "0.0.0-next-
|
106
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
107
|
-
"@mongodb-js/compass-utils": "0.0.0-next-
|
108
|
-
"@mongodb-js/explain-plan-helper": "0.0.0-next-
|
101
|
+
"@mongodb-js/atlas-service": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
102
|
+
"@mongodb-js/compass-components": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
103
|
+
"@mongodb-js/compass-crud": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
104
|
+
"@mongodb-js/compass-editor": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
105
|
+
"@mongodb-js/compass-generative-ai": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
106
|
+
"@mongodb-js/compass-logging": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
107
|
+
"@mongodb-js/compass-utils": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
108
|
+
"@mongodb-js/explain-plan-helper": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
109
109
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
110
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
111
|
-
"@mongodb-js/my-queries-storage": "0.0.0-next-
|
110
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
111
|
+
"@mongodb-js/my-queries-storage": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
112
112
|
"bson": "^6.2.0",
|
113
|
-
"compass-preferences-model": "0.0.0-next-
|
114
|
-
"hadron-app-registry": "0.0.0-next-
|
115
|
-
"hadron-document": "0.0.0-next-
|
116
|
-
"hadron-type-checker": "0.0.0-next-
|
117
|
-
"mongodb-data-service": "0.0.0-next-
|
113
|
+
"compass-preferences-model": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
114
|
+
"hadron-app-registry": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
115
|
+
"hadron-document": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
116
|
+
"hadron-type-checker": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9",
|
117
|
+
"mongodb-data-service": "0.0.0-next-8a5885c1fe28baad3b6d1e32b9763113c1ce22a9"
|
118
118
|
},
|
119
119
|
"homepage": "https://github.com/mongodb-js/compass",
|
120
120
|
"bugs": {
|
@@ -125,5 +125,5 @@
|
|
125
125
|
"type": "git",
|
126
126
|
"url": "https://github.com/mongodb-js/compass.git"
|
127
127
|
},
|
128
|
-
"gitHead": "
|
128
|
+
"gitHead": "8a5885c1fe28baad3b6d1e32b9763113c1ce22a9"
|
129
129
|
}
|
package/dist/index.css
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
.pipeline-module-pipeline__zEbsA {
|
2
|
-
display: flex;
|
3
|
-
flex-grow: 1;
|
4
|
-
flex-direction: column;
|
5
|
-
width: 100%;
|
6
|
-
height: 100%;
|
7
|
-
min-height: 0;
|
8
|
-
position: relative;
|
9
|
-
}
|
10
|
-
.pipeline-module-pipeline-collation-toolbar-container__\+1WeG {
|
11
|
-
padding: 6px 10px 6px 15px;
|
12
|
-
border-bottom: 1px solid rgba(0, 30, 43, 0.2);
|
13
|
-
box-shadow: 1px 1px 3px rgba(0, 30, 43, 0.4);
|
14
|
-
}
|
15
|
-
.pipeline-module-pipeline-error-banner-container__ipoef {
|
16
|
-
margin-left: 20px;
|
17
|
-
margin-right: 36px;
|
18
|
-
}
|
19
|
-
.pipeline-module-pipeline-fullscreen__Sy1Jk {
|
20
|
-
position: absolute;
|
21
|
-
top: 0;
|
22
|
-
right: 0;
|
23
|
-
left: 0;
|
24
|
-
bottom: 0;
|
25
|
-
}
|
26
|
-
|
27
|
-
.modify-source-banner-module-modify-source-banner__Klti\+ {
|
28
|
-
text-align: center;
|
29
|
-
margin: 5px auto;
|
30
|
-
margin-top: 20px;
|
31
|
-
z-index: 500;
|
32
|
-
}
|
33
|
-
|
34
|
-
.aggregations-module-aggregations__mpPiK {
|
35
|
-
display: flex;
|
36
|
-
align-items: flex-start;
|
37
|
-
background-color: #f9fbfa;
|
38
|
-
position: relative;
|
39
|
-
width: 100%;
|
40
|
-
z-index: 0;
|
41
|
-
height: 100%;
|
42
|
-
}
|
43
|
-
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"projections.d.ts","sourceRoot":"","sources":["../../../src/modules/projections.js"],"names":[],"mappings":"AAWA,4EAQC;AAbD,iFACiD;AAEjD,kCAAgC"}
|