@mongodb-js/compass-aggregations 9.23.2 → 9.23.4
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/index.d.ts +3 -38
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts +3 -4
- package/dist/src/stores/store.d.ts.map +1 -1
- package/package.json +24 -24
package/dist/src/index.d.ts
CHANGED
@@ -4,50 +4,15 @@ import { Aggregations } from './components/aggregations';
|
|
4
4
|
import StageEditor from './components/stage-editor';
|
5
5
|
import { type DataServiceLocator } from 'mongodb-data-service/provider';
|
6
6
|
import type { DataService } from './modules/data-service';
|
7
|
+
import type { CollectionTabPluginMetadata } from '@mongodb-js/compass-collection';
|
7
8
|
declare const activate: () => void;
|
8
9
|
declare const deactivate: () => void;
|
9
|
-
export declare const CompassAggregationsHadronPlugin: import("hadron-app-registry").HadronPluginComponent<{
|
10
|
-
query: unknown;
|
11
|
-
aggregation: unknown;
|
12
|
-
pipelineText: string | undefined;
|
13
|
-
editViewName: string | undefined;
|
14
|
-
namespace: string;
|
15
|
-
isReadonly: boolean;
|
16
|
-
isTimeSeries: boolean;
|
17
|
-
isClustered: boolean;
|
18
|
-
isFLE: boolean;
|
19
|
-
isSearchIndexesSupported: boolean;
|
20
|
-
sourceName?: string | undefined;
|
21
|
-
sourceReadonly?: boolean | undefined;
|
22
|
-
sourceViewon?: string | undefined;
|
23
|
-
sourcePipeline?: unknown[] | undefined;
|
24
|
-
serverVersion: string;
|
25
|
-
isAtlas: boolean;
|
26
|
-
isDataLake: boolean;
|
27
|
-
}, {
|
10
|
+
export declare const CompassAggregationsHadronPlugin: import("hadron-app-registry").HadronPluginComponent<CollectionTabPluginMetadata, {
|
28
11
|
dataService: () => DataService;
|
29
12
|
}>;
|
30
13
|
export declare const CompassAggregationsPlugin: {
|
31
14
|
name: string;
|
32
|
-
component: import("hadron-app-registry").HadronPluginComponent<{
|
33
|
-
query: unknown;
|
34
|
-
aggregation: unknown;
|
35
|
-
pipelineText: string | undefined;
|
36
|
-
editViewName: string | undefined;
|
37
|
-
namespace: string;
|
38
|
-
isReadonly: boolean;
|
39
|
-
isTimeSeries: boolean;
|
40
|
-
isClustered: boolean;
|
41
|
-
isFLE: boolean;
|
42
|
-
isSearchIndexesSupported: boolean;
|
43
|
-
sourceName?: string | undefined;
|
44
|
-
sourceReadonly?: boolean | undefined;
|
45
|
-
sourceViewon?: string | undefined;
|
46
|
-
sourcePipeline?: unknown[] | undefined;
|
47
|
-
serverVersion: string;
|
48
|
-
isAtlas: boolean;
|
49
|
-
isDataLake: boolean;
|
50
|
-
}, {
|
15
|
+
component: import("hadron-app-registry").HadronPluginComponent<CollectionTabPluginMetadata, {
|
51
16
|
dataService: () => DataService;
|
52
17
|
}>;
|
53
18
|
};
|
package/dist/src/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,WAAW,MAAM,2BAA2B,CAAC;AAEpD,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,KAAK,EACV,WAAW,EAGZ,MAAM,wBAAwB,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,WAAW,MAAM,2BAA2B,CAAC;AAEpD,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,KAAK,EACV,WAAW,EAGZ,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAElF,QAAA,MAAM,QAAQ,YAEb,CAAC;AAEF,QAAA,MAAM,UAAU,YAEf,CAAC;AAEF,eAAO,MAAM,+BAA+B;iBAE3B,MAAM,WAAW;EAajC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;qBAfrB,MAAM,WAAW;;CAkBjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;EAU5B,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
|
@@ -18,11 +18,10 @@ export type ConfigureStoreOptions = {
|
|
18
18
|
name: string;
|
19
19
|
}[];
|
20
20
|
outResultsFn: (namespace: string) => void;
|
21
|
-
aggregation
|
21
|
+
aggregation?: unknown;
|
22
22
|
editViewName: string;
|
23
|
-
|
24
|
-
|
25
|
-
pipelineText: string;
|
23
|
+
pipeline?: unknown[];
|
24
|
+
pipelineText?: string;
|
26
25
|
collections: CollectionInfo[];
|
27
26
|
pipelineStorage: PipelineStorage;
|
28
27
|
atlasService: AtlasService;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../src/stores/store.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAKnC,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,KAAK,EAAE,4BAA4B,EAAa,MAAM,YAAY,CAAC;AAQ1E,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAMjE,OAAO,KAAK,WAAW,MAAM,qBAAqB,CAAC;AACnD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAK1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAKpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,MAAM,qBAAqB,GAAG;IAIlC,SAAS,EAAE,MAAM,CAAC;CACnB,GAAG,OAAO,CAAC;IAIV,UAAU,EAAE,MAAM,CAAC;IAInB,aAAa,EAAE,MAAM,CAAC;IAKtB,YAAY,EAAE,OAAO,CAAC;IAKtB,UAAU,EAAE,OAAO,CAAC;IAKpB,GAAG,EAAE,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAIhC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAM3B,YAAY,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAK1C,WAAW,EAAE,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../src/stores/store.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAKnC,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,KAAK,EAAE,4BAA4B,EAAa,MAAM,YAAY,CAAC;AAQ1E,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAMjE,OAAO,KAAK,WAAW,MAAM,qBAAqB,CAAC;AACnD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAK1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAKpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,MAAM,qBAAqB,GAAG;IAIlC,SAAS,EAAE,MAAM,CAAC;CACnB,GAAG,OAAO,CAAC;IAIV,UAAU,EAAE,MAAM,CAAC;IAInB,aAAa,EAAE,MAAM,CAAC;IAKtB,YAAY,EAAE,OAAO,CAAC;IAKtB,UAAU,EAAE,OAAO,CAAC;IAKpB,GAAG,EAAE,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAIhC,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAM3B,YAAY,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAK1C,WAAW,CAAC,EAAE,OAAO,CAAC;IAKtB,YAAY,EAAE,MAAM,CAAC;IAKrB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IAIrB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,WAAW,EAAE,cAAc,EAAE,CAAC;IAI9B,eAAe,EAAE,eAAe,CAAC;IAIjC,YAAY,EAAE,YAAY,CAAC;IAI3B,wBAAwB,EAAE,OAAO,CAAC;CACnC,CAAC,CAAC;AAEH,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,WAAW,CAAC;IACzB,gBAAgB,EAAE,IAAI,CACpB,WAAW,EACX,IAAI,GAAG,MAAM,GAAG,gBAAgB,GAAG,UAAU,CAC9C,CAAC;IACF,iBAAiB,EAAE,IAAI,CACrB,WAAW,EACX,IAAI,GAAG,MAAM,GAAG,gBAAgB,GAAG,UAAU,CAC9C,CAAC;CACH,CAAC;AAEF,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,qBAAqB,EAC9B,EACE,WAAW,EACX,gBAAgB,EAChB,iBAAiB,GAClB,EAAE,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4L9B"}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-aggregations",
|
3
3
|
"productName": "Aggregations plugin",
|
4
|
-
"version": "9.23.
|
4
|
+
"version": "9.23.4",
|
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.12.
|
42
|
-
"@mongodb-js/compass-components": "^1.20.
|
43
|
-
"@mongodb-js/compass-crud": "^13.21.
|
44
|
-
"@mongodb-js/compass-editor": "^0.19.
|
45
|
-
"@mongodb-js/compass-generative-ai": "^0.6.
|
46
|
-
"@mongodb-js/compass-logging": "^1.2.
|
47
|
-
"@mongodb-js/compass-utils": "^0.5.
|
41
|
+
"@mongodb-js/atlas-service": "^0.12.2",
|
42
|
+
"@mongodb-js/compass-components": "^1.20.2",
|
43
|
+
"@mongodb-js/compass-crud": "^13.21.5",
|
44
|
+
"@mongodb-js/compass-editor": "^0.19.2",
|
45
|
+
"@mongodb-js/compass-generative-ai": "^0.6.2",
|
46
|
+
"@mongodb-js/compass-logging": "^1.2.8",
|
47
|
+
"@mongodb-js/compass-utils": "^0.5.7",
|
48
48
|
"@mongodb-js/explain-plan-helper": "^1.1.5",
|
49
49
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
50
50
|
"@mongodb-js/mongodb-redux-common": "^2.0.17",
|
51
|
-
"@mongodb-js/my-queries-storage": "^0.3.
|
51
|
+
"@mongodb-js/my-queries-storage": "^0.3.2",
|
52
52
|
"bson": "^6.2.0",
|
53
|
-
"compass-preferences-model": "^2.16.
|
53
|
+
"compass-preferences-model": "^2.16.1",
|
54
54
|
"hadron-app-registry": "^9.1.1",
|
55
55
|
"hadron-document": "^8.4.4",
|
56
56
|
"hadron-type-checker": "^7.1.1",
|
57
|
-
"mongodb-data-service": "^22.16.
|
57
|
+
"mongodb-data-service": "^22.16.2",
|
58
58
|
"react": "^17.0.2"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
@@ -64,12 +64,12 @@
|
|
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/compass-collection": "^4.20.
|
67
|
+
"@mongodb-js/compass-collection": "^4.20.5",
|
68
68
|
"@mongodb-js/eslint-config-compass": "^1.0.12",
|
69
69
|
"@mongodb-js/mocha-config-compass": "^1.3.3",
|
70
70
|
"@mongodb-js/prettier-config-compass": "^1.0.1",
|
71
71
|
"@mongodb-js/tsconfig-compass": "^1.0.3",
|
72
|
-
"@mongodb-js/webpack-config-compass": "^1.2.
|
72
|
+
"@mongodb-js/webpack-config-compass": "^1.2.7",
|
73
73
|
"@testing-library/react": "^12.1.4",
|
74
74
|
"@testing-library/user-event": "^13.5.0",
|
75
75
|
"@types/lodash": "^4.14.188",
|
@@ -99,23 +99,23 @@
|
|
99
99
|
"xvfb-maybe": "^0.2.1"
|
100
100
|
},
|
101
101
|
"dependencies": {
|
102
|
-
"@mongodb-js/atlas-service": "^0.12.
|
103
|
-
"@mongodb-js/compass-components": "^1.20.
|
104
|
-
"@mongodb-js/compass-crud": "^13.21.
|
105
|
-
"@mongodb-js/compass-editor": "^0.19.
|
106
|
-
"@mongodb-js/compass-generative-ai": "^0.6.
|
107
|
-
"@mongodb-js/compass-logging": "^1.2.
|
108
|
-
"@mongodb-js/compass-utils": "^0.5.
|
102
|
+
"@mongodb-js/atlas-service": "^0.12.2",
|
103
|
+
"@mongodb-js/compass-components": "^1.20.2",
|
104
|
+
"@mongodb-js/compass-crud": "^13.21.5",
|
105
|
+
"@mongodb-js/compass-editor": "^0.19.2",
|
106
|
+
"@mongodb-js/compass-generative-ai": "^0.6.2",
|
107
|
+
"@mongodb-js/compass-logging": "^1.2.8",
|
108
|
+
"@mongodb-js/compass-utils": "^0.5.7",
|
109
109
|
"@mongodb-js/explain-plan-helper": "^1.1.5",
|
110
110
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
111
111
|
"@mongodb-js/mongodb-redux-common": "^2.0.17",
|
112
|
-
"@mongodb-js/my-queries-storage": "^0.3.
|
112
|
+
"@mongodb-js/my-queries-storage": "^0.3.2",
|
113
113
|
"bson": "^6.2.0",
|
114
|
-
"compass-preferences-model": "^2.16.
|
114
|
+
"compass-preferences-model": "^2.16.1",
|
115
115
|
"hadron-app-registry": "^9.1.1",
|
116
116
|
"hadron-document": "^8.4.4",
|
117
117
|
"hadron-type-checker": "^7.1.1",
|
118
|
-
"mongodb-data-service": "^22.16.
|
118
|
+
"mongodb-data-service": "^22.16.2"
|
119
119
|
},
|
120
120
|
"homepage": "https://github.com/mongodb-js/compass",
|
121
121
|
"bugs": {
|
@@ -126,5 +126,5 @@
|
|
126
126
|
"type": "git",
|
127
127
|
"url": "https://github.com/mongodb-js/compass.git"
|
128
128
|
},
|
129
|
-
"gitHead": "
|
129
|
+
"gitHead": "07331315b06d55836838906095b6b50eb1a1f07f"
|
130
130
|
}
|