@mongodb-js/compass-aggregations 0.0.0-next-604fdbd72ed8b3cb7869997416b51ea07fd77400 → 0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f
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/aggregation-side-panel/stage-wizard-use-cases/group/basic-group.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.d.ts +18 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/index.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/utils.d.ts +5 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/utils.d.ts.map +1 -0
- package/package.json +22 -22
package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/basic-group.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"basic-group.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/group/basic-group.tsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"basic-group.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/group/basic-group.tsx"],"names":[],"mappings":";AAuBA,eAAO,MAAM,UAAU;YAIb,MAAM,EAAE;sBACE,MAAM,SAAS,KAAK,GAAG,IAAI,KAAK,IAAI;iBA+BvD,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export declare const GroupWithStatistics: ({ fields, serverVersion, onChange, }: {
|
3
|
+
fields: string[];
|
4
|
+
serverVersion: string;
|
5
|
+
onChange: (value: string, error: Error | null) => void;
|
6
|
+
}) => JSX.Element;
|
7
|
+
declare const _default: import("react-redux").ConnectedComponent<({ fields, serverVersion, onChange, }: {
|
8
|
+
fields: string[];
|
9
|
+
serverVersion: string;
|
10
|
+
onChange: (value: string, error: Error | null) => void;
|
11
|
+
}) => JSX.Element, {
|
12
|
+
onChange: (value: string, error: Error | null) => void;
|
13
|
+
fields: string[];
|
14
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
15
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
16
|
+
}>;
|
17
|
+
export default _default;
|
18
|
+
//# sourceMappingURL=group-with-statistics.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"group-with-statistics.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.tsx"],"names":[],"mappings":"AAUA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAsOjD,eAAO,MAAM,mBAAmB;YAKtB,MAAM,EAAE;mBACD,MAAM;sBACH,MAAM,SAAS,KAAK,GAAG,IAAI,KAAK,IAAI;iBAyDvD,CAAC;;;;;;;;;;;AAEF,wBAEyB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/index.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,iBAAiB,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/index.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,iBAAiB,CAAC;AAO1C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC;QACvC,MAAM,EAAE,MAAM,EAAE,CAAC;QACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,KAAK,GAAG,IAAI,KAAK,IAAI,CAAC;KAClE,CAAC,CAAC;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,kBAAkB,EAiCtD,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,UAAW,MAAM,WAGnD,CAAC;AAEF,eAAO,MAAM,kBAAkB,WAAY,MAAM,EAAE;;QAYlD,CAAC"}
|
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-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"@mongodb-js/explain-plan-helper": "^1.0.5",
|
48
48
|
"@mongodb-js/mongodb-constants": "^0.2.1",
|
49
49
|
"@mongodb-js/mongodb-redux-common": "^2.0.7",
|
50
|
-
"bson": "^5.0
|
50
|
+
"bson": "^5.2.0",
|
51
51
|
"compass-preferences-model": "^2.8.0",
|
52
52
|
"hadron-document": "^8.2.0",
|
53
53
|
"react": "^17.0.2"
|
@@ -60,11 +60,11 @@
|
|
60
60
|
"@dnd-kit/sortable": "^7.0.2",
|
61
61
|
"@dnd-kit/utilities": "^3.2.1",
|
62
62
|
"@electron/remote": "^2.0.9",
|
63
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
64
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
65
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
66
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
67
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
63
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
64
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
65
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
66
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
67
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
68
68
|
"@testing-library/react": "^12.1.4",
|
69
69
|
"@testing-library/user-event": "^13.5.0",
|
70
70
|
"@types/lodash": "^4.14.188",
|
@@ -76,13 +76,13 @@
|
|
76
76
|
"electron": "^22.0.2",
|
77
77
|
"enzyme": "^3.11.0",
|
78
78
|
"eslint": "^7.25.0",
|
79
|
-
"hadron-app-registry": "0.0.0-next-
|
79
|
+
"hadron-app-registry": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
80
80
|
"lodash": "^4.17.21",
|
81
81
|
"mocha": "^10.2.0",
|
82
|
-
"mongodb": "^5.
|
83
|
-
"mongodb-data-service": "0.0.0-next-
|
82
|
+
"mongodb": "^5.3.0",
|
83
|
+
"mongodb-data-service": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
84
84
|
"mongodb-ns": "^2.4.0",
|
85
|
-
"mongodb-query-parser": "^2.
|
85
|
+
"mongodb-query-parser": "^2.5.0",
|
86
86
|
"nyc": "^15.1.0",
|
87
87
|
"prettier": "^2.7.1",
|
88
88
|
"prop-types": "^15.7.2",
|
@@ -99,17 +99,17 @@
|
|
99
99
|
"xvfb-maybe": "^0.2.1"
|
100
100
|
},
|
101
101
|
"dependencies": {
|
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-logging": "0.0.0-next-
|
106
|
-
"@mongodb-js/compass-utils": "0.0.0-next-
|
107
|
-
"@mongodb-js/explain-plan-helper": "0.0.0-next-
|
102
|
+
"@mongodb-js/compass-components": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
103
|
+
"@mongodb-js/compass-crud": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
104
|
+
"@mongodb-js/compass-editor": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
105
|
+
"@mongodb-js/compass-logging": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
106
|
+
"@mongodb-js/compass-utils": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
107
|
+
"@mongodb-js/explain-plan-helper": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
108
108
|
"@mongodb-js/mongodb-constants": "^0.2.1",
|
109
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
110
|
-
"bson": "^5.0
|
111
|
-
"compass-preferences-model": "0.0.0-next-
|
112
|
-
"hadron-document": "0.0.0-next-
|
109
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
110
|
+
"bson": "^5.2.0",
|
111
|
+
"compass-preferences-model": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f",
|
112
|
+
"hadron-document": "0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f"
|
113
113
|
},
|
114
114
|
"homepage": "https://github.com/mongodb-js/compass",
|
115
115
|
"bugs": {
|
@@ -120,5 +120,5 @@
|
|
120
120
|
"type": "git",
|
121
121
|
"url": "https://github.com/mongodb-js/compass.git"
|
122
122
|
},
|
123
|
-
"gitHead": "
|
123
|
+
"gitHead": "28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f"
|
124
124
|
}
|