@mongodb-js/compass-aggregations 0.0.0-next-d6a40f26c10ad1486efd5b390af588ecc889dcfc → 0.0.0-next-2a59e5c14bbde75ffee2132903d65ba75d789b68
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/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
- package/dist/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
- package/dist/index.d.ts +10 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/modules/index.d.ts +5 -3
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/stores/store.d.ts +7 -5
- package/dist/stores/store.d.ts.map +1 -1
- package/package.json +49 -49
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+DxC,KAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC;AAyCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+DxC,KAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC;AAyCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAoCvE,CAAC;;;;;;;;;;AAEF,wBAImB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkC1B,KAAK,qBAAqB,GAAG;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkC1B,KAAK,qBAAqB,GAAG;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAkDtB,CAAC;;;;;AAEF,wBAYoB"}
|
package/dist/index.d.ts
CHANGED
@@ -4,22 +4,27 @@ 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;
|
13
|
+
atlasAuthService: () => import("@mongodb-js/atlas-service/provider").AtlasAuthService;
|
14
|
+
atlasAiService: () => import("@mongodb-js/compass-generative-ai/provider").AtlasAiService;
|
15
|
+
pipelineStorage: () => import("@mongodb-js/my-queries-storage/provider").PipelineStorage | undefined;
|
14
16
|
}>;
|
15
17
|
export declare const CompassAggregationsPlugin: {
|
16
18
|
name: string;
|
17
19
|
component: import("hadron-app-registry").HadronPluginComponent<import("./stores/store").ConfigureStoreOptions, {
|
18
20
|
dataService: DataServiceLocator<RequiredDataServiceProps, OptionalDataServiceProps>;
|
19
21
|
workspaces: () => import("@mongodb-js/compass-workspaces/provider").WorkspacesService;
|
20
|
-
instance: () => import("mongodb-instance-model").MongoDBInstance;
|
21
|
-
preferences: typeof
|
22
|
+
instance: (this: any) => import("mongodb-instance-model").MongoDBInstance;
|
23
|
+
preferences: typeof import("compass-preferences-model/provider").usePreferencesContext;
|
22
24
|
logger: () => import("@mongodb-js/compass-logging/provider").LoggerAndTelemetry;
|
25
|
+
atlasAuthService: () => import("@mongodb-js/atlas-service/provider").AtlasAuthService;
|
26
|
+
atlasAiService: () => import("@mongodb-js/compass-generative-ai/provider").AtlasAiService;
|
27
|
+
pipelineStorage: () => import("@mongodb-js/my-queries-storage/provider").PipelineStorage | undefined;
|
23
28
|
}>;
|
24
29
|
};
|
25
30
|
export declare const CreateViewPlugin: import("hadron-app-registry").HadronPluginComponent<Omit<{
|
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"}
|