@mongodb-js/compass-aggregations 0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0 → 0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d
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.d.ts +4 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +45 -45
package/dist/index.d.ts
CHANGED
@@ -4,12 +4,11 @@ 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 { OptionalDataServiceProps, RequiredDataServiceProps } from './modules/data-service';
|
7
|
-
import { preferencesLocator } from 'compass-preferences-model/provider';
|
8
7
|
export declare const CompassAggregationsHadronPlugin: import("hadron-app-registry").HadronPluginComponent<import("./stores/store").ConfigureStoreOptions, {
|
9
8
|
dataService: DataServiceLocator<RequiredDataServiceProps, OptionalDataServiceProps>;
|
10
9
|
workspaces: () => import("@mongodb-js/compass-workspaces/provider").WorkspacesService;
|
11
|
-
instance: () => import("mongodb-instance-model").MongoDBInstance;
|
12
|
-
preferences: typeof
|
10
|
+
instance: (this: any) => import("mongodb-instance-model").MongoDBInstance;
|
11
|
+
preferences: typeof import("compass-preferences-model/provider").usePreferencesContext;
|
13
12
|
logger: () => import("@mongodb-js/compass-logging/provider").LoggerAndTelemetry;
|
14
13
|
atlasAuthService: () => import("@mongodb-js/atlas-service/provider").AtlasAuthService;
|
15
14
|
atlasAiService: () => import("@mongodb-js/compass-generative-ai/provider").AtlasAiService;
|
@@ -20,8 +19,8 @@ export declare const CompassAggregationsPlugin: {
|
|
20
19
|
component: import("hadron-app-registry").HadronPluginComponent<import("./stores/store").ConfigureStoreOptions, {
|
21
20
|
dataService: DataServiceLocator<RequiredDataServiceProps, OptionalDataServiceProps>;
|
22
21
|
workspaces: () => import("@mongodb-js/compass-workspaces/provider").WorkspacesService;
|
23
|
-
instance: () => import("mongodb-instance-model").MongoDBInstance;
|
24
|
-
preferences: typeof
|
22
|
+
instance: (this: any) => import("mongodb-instance-model").MongoDBInstance;
|
23
|
+
preferences: typeof import("compass-preferences-model/provider").usePreferencesContext;
|
25
24
|
logger: () => import("@mongodb-js/compass-logging/provider").LoggerAndTelemetry;
|
26
25
|
atlasAuthService: () => import("@mongodb-js/atlas-service/provider").AtlasAuthService;
|
27
26
|
atlasAiService: () => import("@mongodb-js/compass-generative-ai/provider").AtlasAiService;
|
package/dist/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,wBAAwB,EACxB,wBAAwB,EACzB,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,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,wBAAwB,CAAC;AAQhC,eAAO,MAAM,+BAA+B;;;;;;;;;EAmB3C,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;CAGrC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAW5B,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC"}
|