@mongodb-js/compass-aggregations 0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04 → 0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21
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.css +1 -10
- package/dist/index.js +1 -1
- package/dist/src/components/atlas-stage-preview.d.ts +5 -0
- package/dist/src/components/atlas-stage-preview.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +3 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -1
- package/dist/src/components/stage-preview/stage-preview.d.ts.map +1 -1
- package/dist/src/utils/stage.d.ts +2 -0
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +18 -18
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"atlas-stage-preview.d.ts","sourceRoot":"","sources":["../../../src/components/atlas-stage-preview.tsx"],"names":[],"mappings":";AA2BA,eAAO,MAAM,kBAAkB;mBAGd,MAAM;iBA6BtB,CAAC"}
|
@@ -4,9 +4,11 @@ declare type PipelinePreviewProps = {
|
|
4
4
|
isLoading: boolean;
|
5
5
|
isMergeStage: boolean;
|
6
6
|
isOutStage: boolean;
|
7
|
+
isMissingAtlasSupport: boolean;
|
8
|
+
atlasOperator: string;
|
7
9
|
previewDocs: Document[] | null;
|
8
10
|
};
|
9
11
|
export declare const PipelinePreview: React.FunctionComponent<PipelinePreviewProps>;
|
10
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, Omit<PipelinePreviewProps, "previewDocs" | "isLoading" | "isMergeStage" | "isOutStage"> & import("react-redux").ConnectProps>;
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, Omit<PipelinePreviewProps, "previewDocs" | "isLoading" | "isMissingAtlasSupport" | "atlasOperator" | "isMergeStage" | "isOutStage"> & import("react-redux").ConnectProps>;
|
11
13
|
export default _default;
|
12
14
|
//# 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;AAWjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,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;AAWjD,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;CAChC,CAAC;AAyEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA8CzE,CAAC;;AAsBF,wBAAkD"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAiBvC,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAKF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CA8CpE,CAAC;AA2BF,eAAO,MAAM,QAAQ,4OAGD,CAAC;AAGrB,aAAK,eAAe,GAAG;IACrB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AAKF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,
|
1
|
+
{"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAiBvC,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAKF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CA8CpE,CAAC;AA2BF,eAAO,MAAM,QAAQ,4OAGD,CAAC;AAGrB,aAAK,eAAe,GAAG;IACrB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AAKF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAyBxE,CAAC;AAKF,eAAO,MAAM,UAAU,iMAGD,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-editor-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-editor-toolbar.jsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"stage-editor-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-editor-toolbar.jsx"],"names":[],"mappings":"AA+CA;IACE;;;;;MAKE;IAsConhB,wBAA8C;IAAA,sCAAyJ;IA/B7zhB,UAFa,MAAM,SAAS,CAsB3B;CACF"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview.jsx"],"names":[],"mappings":"AAoBA;IACE;;;;;;;;;;;;;;;MAeC;
|
1
|
+
{"version":3,"file":"stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview.jsx"],"names":[],"mappings":"AAoBA;IACE;;;;;;;;;;;;;;;MAeC;IAkP6kV,wBAA8C;IAAA,sCAAyJ;IA7OrxV,+BAEC;IAKD,6BAEC;IAKD,4BAEC;IAOD,gCAsCC;IAOD,8BAsCC;IAQD,gDAMC;IAOD,2BA+CC;IAOD,2BAUC;IAOD,UAFa,MAAM,SAAS,CAS3B;CACF"}
|
@@ -12,4 +12,6 @@ export const MERGE_STAGE_PREVIEW_TEXT: string;
|
|
12
12
|
export function filterStageOperators({ serverVersion, env, isTimeSeries, sourceName }: Object): any[];
|
13
13
|
export function getLastStageOperator(pipeline: import('mongodb').Document[]): string;
|
14
14
|
export function isLastStageOutputStage(pipeline: import('mongodb').Document[]): boolean;
|
15
|
+
export function isMissingAtlasStageSupport(env: string, serverError: import('mongodb').MongoServerError | null): boolean;
|
16
|
+
export function findAtlasOperator(operators: string[]): string | undefined;
|
15
17
|
//# sourceMappingURL=stage.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../src/utils/stage.js"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../src/utils/stage.js"],"names":[],"mappings":"AAmCA,mDAEC;AAgDD,wCAHW,OAAO,GACL,MAAM,GAAG,SAAS,CAI9B;AAcA,4DAJU,MAAM,SACN,OAAO,SAAS,EAAE,QAAQ,GACxB,MAAM,CAyBlB;AAaD,6CAHW,MAAM,GACJ,OAAO,CAInB;AAYD,wCALW,MAAM,iBACN,MAAM,GAAG,SAAS,GAAG,IAAI,cACzB,MAAM,GAAG,SAAS,GAAG,IAAI,GACvB;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAgCzE;AAxKD,4CAGkD;AAElD,8CAE4B;AAwCrB,uFARI,MAAM,SA2BhB;AA4GO,+CAHG,OAAO,SAAS,EAAE,QAAQ,EAAE,GAC1B,MAAM,CAKlB;AAMM,iDAHI,OAAO,SAAS,EAAE,QAAQ,EAAE,GAC1B,OAAO,CAInB;AAMO,gDAHG,MAAM,eACN,OAAO,SAAS,EAAE,gBAAgB,GAAG,IAAI,WAanD;AAMM,6CAFI,MAAM,EAAE,sBAIlB"}
|
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-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -55,11 +55,11 @@
|
|
55
55
|
"@babel/parser": "^7.19.4",
|
56
56
|
"@babel/types": "^7.19.4",
|
57
57
|
"@electron/remote": "^2.0.8",
|
58
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
59
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
60
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
61
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
62
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
58
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
59
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
60
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
61
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
62
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
63
63
|
"@testing-library/react": "^12.1.4",
|
64
64
|
"@testing-library/user-event": "^13.5.0",
|
65
65
|
"@types/semver": "^7.3.9",
|
@@ -72,11 +72,11 @@
|
|
72
72
|
"electron": "^15.5.7",
|
73
73
|
"enzyme": "^3.11.0",
|
74
74
|
"eslint": "^7.25.0",
|
75
|
-
"hadron-app-registry": "0.0.0-next-
|
75
|
+
"hadron-app-registry": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
76
76
|
"is-electron-renderer": "^2.0.1",
|
77
77
|
"mocha": "^8.4.0",
|
78
78
|
"mongodb": "^4.10.0",
|
79
|
-
"mongodb-data-service": "0.0.0-next-
|
79
|
+
"mongodb-data-service": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
80
80
|
"mongodb-ns": "^2.4.0",
|
81
81
|
"mongodb-query-parser": "^2.4.6",
|
82
82
|
"nyc": "^15.1.0",
|
@@ -93,17 +93,17 @@
|
|
93
93
|
"xvfb-maybe": "^0.2.1"
|
94
94
|
},
|
95
95
|
"dependencies": {
|
96
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
97
|
-
"@mongodb-js/compass-crud": "0.0.0-next-
|
98
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
99
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
100
|
-
"@mongodb-js/explain-plan-helper": "0.0.0-next-
|
96
|
+
"@mongodb-js/compass-components": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
97
|
+
"@mongodb-js/compass-crud": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
98
|
+
"@mongodb-js/compass-editor": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
99
|
+
"@mongodb-js/compass-logging": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
100
|
+
"@mongodb-js/explain-plan-helper": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
101
101
|
"@mongodb-js/mongodb-constants": "^0.1.4",
|
102
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
102
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
103
103
|
"bson": "^4.4.1",
|
104
|
-
"hadron-document": "0.0.0-next-
|
105
|
-
"hadron-react-buttons": "0.0.0-next-
|
106
|
-
"hadron-react-components": "0.0.0-next-
|
104
|
+
"hadron-document": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
105
|
+
"hadron-react-buttons": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
106
|
+
"hadron-react-components": "0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21",
|
107
107
|
"react": "^16.14.0"
|
108
108
|
},
|
109
109
|
"homepage": "https://github.com/mongodb-js/compass",
|
@@ -115,5 +115,5 @@
|
|
115
115
|
"type": "git",
|
116
116
|
"url": "https://github.com/mongodb-js/compass.git"
|
117
117
|
},
|
118
|
-
"gitHead": "
|
118
|
+
"gitHead": "5f5cecf01c890c348e17907482b03cea2f8c5f21"
|
119
119
|
}
|