@mongodb-js/compass-aggregations 9.18.0 → 9.19.0
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/README.md +0 -1
- package/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/src/components/aggregation-side-panel/index.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/search/text-search.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-card.d.ts +3 -1
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-card.d.ts.map +1 -1
- package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
- package/dist/src/components/pipeline/pipeline.d.ts +0 -1
- package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +2 -3
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/dnd-wrapper.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +0 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +1 -2
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-toolbar-container.d.ts +6 -0
- package/dist/src/components/pipeline-toolbar/pipeline-toolbar-container.d.ts.map +1 -0
- package/dist/src/components/settings/settings.d.ts +1 -2
- package/dist/src/components/settings/settings.d.ts.map +1 -1
- package/dist/src/components/stage-preview/output-stage-preview.d.ts +3 -4
- package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -1
- package/dist/src/components/stage-wizard/index.d.ts +2 -2
- package/dist/src/components/stage-wizard/index.d.ts.map +1 -1
- package/dist/src/modules/index.d.ts +0 -1
- package/dist/src/modules/index.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
- package/dist/src/modules/side-panel.d.ts +1 -1
- package/dist/src/modules/side-panel.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts +0 -2
- package/dist/src/stores/store.d.ts.map +1 -1
- package/package.json +25 -25
- package/dist/src/modules/is-atlas-deployed.d.ts +0 -3
- package/dist/src/modules/is-atlas-deployed.d.ts.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregation-side-panel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregation-side-panel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AA2E9D,KAAK,yBAAyB,GAAG;IAC/B,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7D,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,oBAAoB,2CAG9B,yBAAyB,gBAoG3B,CAAC;;;;;AAEF,wBAGyB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"text-search.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/search/text-search.tsx"],"names":[],"mappings":"AAUA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,IAAI,CAAC;AAE/C,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,oCAAoC,CAAC;
|
1
|
+
{"version":3,"file":"text-search.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/search/text-search.tsx"],"names":[],"mappings":"AAUA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,IAAI,CAAC;AAE/C,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,oCAAoC,CAAC;AAyE5C,eAAO,MAAM,UAAU;aAOZ,WAAW,EAAE;mBACP,mBAAmB;oBAClB,MAAM,IAAI;iBAuI3B,CAAC;;;;;;;;;;;AAEF,wBAQc"}
|
package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-card.d.ts
CHANGED
@@ -5,7 +5,9 @@ type UseCaseCardProps = DraggedUseCase & {
|
|
5
5
|
onSelect: () => void;
|
6
6
|
};
|
7
7
|
export declare const UseCaseCardLayout: React.ForwardRefExoticComponent<DraggedUseCase & {
|
8
|
-
|
8
|
+
onSelect?: (() => void) | undefined;
|
9
|
+
isDragging?: boolean | undefined;
|
10
|
+
isDropping?: boolean | undefined;
|
9
11
|
} & React.RefAttributes<HTMLDivElement>>;
|
10
12
|
declare const UseCaseCard: ({ id, title, stageOperator, onSelect, }: UseCaseCardProps) => JSX.Element;
|
11
13
|
export default UseCaseCard;
|
package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-card.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"use-case-card.d.ts","sourceRoot":"","sources":["../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-card.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"use-case-card.d.ts","sourceRoot":"","sources":["../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAU3C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,GAAG,CAAC;AAG5C,MAAM,MAAM,cAAc,GAAG,IAAI,CAC/B,kBAAkB,EAClB,IAAI,GAAG,OAAO,GAAG,eAAe,CACjC,CAAC;AAEF,KAAK,gBAAgB,GAAG,cAAc,GAAG;IACvC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AA2BF,eAAO,MAAM,iBAAiB;sBALX,IAAI;;;wCA4CrB,CAAC;AAEH,QAAA,MAAM,WAAW,4CAKd,gBAAgB,gBAyBlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AAoEA;;;;;;;;;;;GAaiB;AAxDjB;IACE,2BAA6C;IA2DkuiB,wBAA8C;IAAA,sCAAyJ;IApDt9iB,UAFa,eAAe,CAQ3B;CACF;kBAxCgC,OAAO;0BAAP,OAAO"}
|
@@ -2,7 +2,6 @@ export default Pipeline;
|
|
2
2
|
declare class Pipeline extends React.PureComponent<any, any, any> {
|
3
3
|
static displayName: string;
|
4
4
|
static propTypes: {
|
5
|
-
isAtlasDeployed: PropTypes.Validator<boolean>;
|
6
5
|
saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
7
6
|
clonePipeline: PropTypes.Validator<(...args: any[]) => any>;
|
8
7
|
isCommenting: PropTypes.Validator<boolean>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAqBA;IACE,2BAAyC;IAEzC
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAqBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;MAyBE;IAEF;;;;MAIE;IA2Fwld,wBAA8C;IAAA,sCAAyJ;IAzFjyd;;MAEE;IAEF,kEAEE;IAEF,0DAcC;IAED,qCAUC;IAOD,oBA4CC;CACF;kBA/IoC,OAAO;sBACtB,YAAY"}
|
@@ -1,14 +1,13 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
type OutputStageProps = {
|
3
3
|
stageOperator: '$out' | '$merge' | null;
|
4
|
-
isAtlas: boolean;
|
5
4
|
isLoading: boolean;
|
6
5
|
isComplete: boolean;
|
7
6
|
onSaveCollection: () => void;
|
8
7
|
onOpenCollection: () => void;
|
9
8
|
};
|
10
|
-
export declare const OutputStagePreview: ({ stageOperator,
|
11
|
-
export declare const OutputStageBanner: import("react-redux").ConnectedComponent<({ stageOperator,
|
9
|
+
export declare const OutputStagePreview: ({ stageOperator, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null;
|
10
|
+
export declare const OutputStageBanner: import("react-redux").ConnectedComponent<({ stageOperator, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null, {
|
12
11
|
stageOperator: '$out' | '$merge' | null;
|
13
12
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
14
13
|
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-stages-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-stages-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAwC1B,KAAK,gBAAgB,GAAG;IACtB,aAAa,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI,CAAC;IACxC,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA+BF,eAAO,MAAM,kBAAkB,kFAM5B,gBAAgB,uBAiDlB,CAAC;AAkBF,eAAO,MAAM,iBAAiB,2HAnE3B,gBAAgB;mBA1CF,MAAM,GAAG,QAAQ,GAAG,IAAI;;;EAgHpB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dnd-wrapper.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/dnd-wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAiBrD,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,GAAG,CAAC;AAMzD,KAAK,8BAA8B,GAAG;IACpC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,GAAG,IAAI,CACN,+BAA+B,EAC/B,iBAAiB,GAAG,gBAAgB,GAAG,kBAAkB,CAC1D,CAAC;AAiBF,QAAA,MAAM,yBAAyB,qEAK5B,8BAA8B,
|
1
|
+
{"version":3,"file":"dnd-wrapper.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/dnd-wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAiBrD,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,GAAG,CAAC;AAMzD,KAAK,8BAA8B,GAAG;IACpC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,GAAG,IAAI,CACN,+BAA+B,EAC/B,iBAAiB,GAAG,gBAAgB,GAAG,kBAAkB,CAC1D,CAAC;AAiBF,QAAA,MAAM,yBAAyB,qEAK5B,8BAA8B,gBA0FhC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAkBxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAkBxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAyB5E,KAAK,oBAAoB,GAAG;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAC1C,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA+CzE,CAAC;;;;;;;;;;;;;AAQF,wBAAkD"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAoC1B,KAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAE5B,
|
1
|
+
{"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAoC1B,KAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAE5B,WAAW,EAAE,OAAO,CAAC;IACrB,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAE/B,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,wCAAwC,EAAE,MAAM,IAAI,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAsGzE,CAAC;;;;;;;;;;AAgCF,wBAA2E"}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
type PipelineSettingsProps = {
|
3
|
-
|
4
|
-
isCreatePipelineDisplayed?: boolean;
|
3
|
+
isEditingViewPipeline?: boolean;
|
5
4
|
isExportToLanguageEnabled?: boolean;
|
6
5
|
onExportToLanguage: () => void;
|
7
6
|
onCreateNewPipeline: () => void;
|
@@ -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;
|
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;AAiC1B,KAAK,qBAAqB,GAAG;IAC3B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,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,CAqDtB,CAAC;;;;;AAEF,wBAYoB"}
|
package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AA0BpF,KAAK,0BAA0B,GAAG;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,sBAAsB,EAAE,OAAO,CAAC;IAChC,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,oBAAoB,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACrD,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAgG3B,CAAC;;;;;AAiBF,wBAAqE"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export declare const hiddenOnNarrowPipelineToolbarStyles: string;
|
3
|
+
export declare const PipelineToolbarContainer: ({ children, }: {
|
4
|
+
children: React.ReactNode;
|
5
|
+
}) => JSX.Element;
|
6
|
+
//# sourceMappingURL=pipeline-toolbar-container.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-toolbar-container.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-toolbar-container.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B,eAAO,MAAM,mCAAmC,QAI9C,CAAC;AAEH,eAAO,MAAM,wBAAwB;cAGzB,MAAM,SAAS;iBAQ1B,CAAC"}
|
@@ -1,5 +1,4 @@
|
|
1
1
|
type SettingsProps = {
|
2
|
-
isAtlasDeployed: boolean;
|
3
2
|
isCommenting: boolean;
|
4
3
|
isExpanded: boolean;
|
5
4
|
largeLimit: number;
|
@@ -17,6 +16,6 @@ type SettingsProps = {
|
|
17
16
|
setSettingsLimit: (limit: number) => void;
|
18
17
|
applySettings: () => void;
|
19
18
|
};
|
20
|
-
declare function Settings({
|
19
|
+
declare function Settings({ isCommenting, isExpanded, largeLimit, limit, settings, applySettings, setSettingsLimit, setSettingsSampleSize, toggleSettingsIsCommentMode, toggleSettingsIsExpanded, }: SettingsProps): JSX.Element | null;
|
21
20
|
export default Settings;
|
22
21
|
//# sourceMappingURL=settings.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":"AA4FA,KAAK,aAAa,GAAG;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBAqJf;AAED,eAAe,QAAQ,CAAC"}
|
@@ -4,13 +4,12 @@ type OutputStageProps = {
|
|
4
4
|
isLoading: boolean;
|
5
5
|
hasServerError: boolean;
|
6
6
|
isFinishedPersistingDocuments: boolean;
|
7
|
-
|
8
|
-
destinationNamespace: string;
|
7
|
+
destinationNamespace: string | null;
|
9
8
|
onRunOutputStage: () => void;
|
10
9
|
onGoToOutputResults: () => void;
|
11
10
|
};
|
12
|
-
export declare const OutputStage: ({ operator, isLoading, hasServerError, isFinishedPersistingDocuments,
|
13
|
-
declare const _default: import("react-redux").ConnectedComponent<({ operator, isLoading, hasServerError, isFinishedPersistingDocuments,
|
11
|
+
export declare const OutputStage: ({ operator, isLoading, hasServerError, isFinishedPersistingDocuments, destinationNamespace, onRunOutputStage, onGoToOutputResults, }: OutputStageProps) => JSX.Element | null;
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<({ operator, isLoading, hasServerError, isFinishedPersistingDocuments, destinationNamespace, onRunOutputStage, onGoToOutputResults, }: OutputStageProps) => JSX.Element | null, {
|
14
13
|
index: number;
|
15
14
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
16
15
|
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"output-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/output-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiD1B,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,OAAO,CAAC;IACxB,6BAA6B,EAAE,OAAO,CAAC;IACvC,
|
1
|
+
{"version":3,"file":"output-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/output-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiD1B,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,OAAO,CAAC;IACxB,6BAA6B,EAAE,OAAO,CAAC;IACvC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAyBF,eAAO,MAAM,WAAW,yIAQrB,gBAAgB,uBAuDlB,CAAC;;;;;;AAiCF,wBAA2D"}
|
@@ -11,8 +11,8 @@ type StageWizardProps = SortableProps & {
|
|
11
11
|
onCancel: () => void;
|
12
12
|
onApply: () => void;
|
13
13
|
};
|
14
|
-
export declare const StageWizard: ({ index, useCaseId, value, syntaxError, fields, onChange, onCancel, onApply, ...sortableProps }: StageWizardProps) => JSX.Element | null;
|
15
|
-
declare const _default: import("react-redux").ConnectedComponent<({ index, useCaseId, value, syntaxError, fields, onChange, onCancel, onApply, ...sortableProps }: StageWizardProps) => JSX.Element | null, {
|
14
|
+
export declare const StageWizard: ({ index, useCaseId, value, syntaxError, fields, onChange, onCancel: onCancelProp, onApply, ...sortableProps }: StageWizardProps) => JSX.Element | null;
|
15
|
+
declare const _default: import("react-redux").ConnectedComponent<({ index, useCaseId, value, syntaxError, fields, onChange, onCancel: onCancelProp, onApply, ...sortableProps }: StageWizardProps) => JSX.Element | null, {
|
16
16
|
style: React.CSSProperties;
|
17
17
|
index: number;
|
18
18
|
setNodeRef: (node: HTMLElement | null) => void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-wizard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-wizard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AAYf,OAAO,KAAK,EAEV,oBAAoB,EACrB,MAAM,kDAAkD,CAAC;AAe1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2EAA2E,CAAC;AA+C/G,KAAK,gBAAgB,GAAG,aAAa,GAAG;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;IAChC,MAAM,EAAE,oBAAoB,CAAC,QAAQ,CAAC,CAAC;IACvC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AA6DF,eAAO,MAAM,WAAW,kHAUrB,gBAAgB,uBAuFlB,CAAC;;;;;;;;;AAMF,wBAyDe"}
|
@@ -31,7 +31,6 @@ declare const rootReducer: import("redux").Reducer<import("redux").CombinedState
|
|
31
31
|
collationString: import("./collation-string").CollationStringState;
|
32
32
|
id: string;
|
33
33
|
isModified: boolean;
|
34
|
-
isAtlasDeployed: boolean;
|
35
34
|
settings: {
|
36
35
|
isExpanded: boolean;
|
37
36
|
isCommentMode: boolean;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAgCvE,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAajE,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAqCf,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AACvD,MAAM,MAAM,wBAAwB,GAAG;IACrC,eAAe,EAAE,eAAe,CAAC;IACjC,eAAe,EAAE,eAAe,CAAC;IACjC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,4BAA4B,CAAC,CAAC,SAAS,MAAM,GAAG,SAAS,IACnE,aAAa,CAAC,SAAS,EAAE,wBAAwB,EAAE,CAAC,CAAC,CAAC;AAExD,MAAM,MAAM,0BAA0B,CACpC,CAAC,EACD,CAAC,SAAS,MAAM,GAAG,SAAS,IAC1B,WAAW,CAAC,CAAC,EAAE,SAAS,EAAE,wBAAwB,EAAE,CAAC,CAAC,CAAC;AAE3D,eAAe,WAAW,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"text-editor-output-stage.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/text-editor-output-stage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAoB,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAElE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,IAAI,CAAC;
|
1
|
+
{"version":3,"file":"text-editor-output-stage.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/text-editor-output-stage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAoB,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAElE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,IAAI,CAAC;AAqCrD,KAAK,gBAAgB,GAAG;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAQF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,gBAAgB,CAgEtC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAAO,2BAC5C,QAAQ,IAAI,CAAC,CAkDd,CAAC;AAEF,eAAO,MAAM,yBAAyB,QAChC,2BAA2B,IAAI,CAalC,CAAC;AAEJ,eAAe,OAAO,CAAC"}
|
@@ -9,7 +9,7 @@ type SidePanelToggledAction = {
|
|
9
9
|
type State = {
|
10
10
|
isPanelOpen: boolean;
|
11
11
|
};
|
12
|
-
export declare const
|
12
|
+
export declare const INITIAL_PANEL_OPEN_LOCAL_STORAGE_KEY = "is_aggregation_side_panel_open";
|
13
13
|
export default function reducer(state: State | undefined, action: AnyAction): State;
|
14
14
|
export declare const toggleSidePanel: () => PipelineBuilderThunkAction<void, SidePanelToggledAction>;
|
15
15
|
export {};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"side-panel.d.ts","sourceRoot":"","sources":["../../../src/modules/side-panel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAKpD,aAAK,WAAW;IACd,gBAAgB,0CAA0C;CAC3D;AAED,KAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,WAAW,CAAC,gBAAgB,CAAC;CACpC,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,
|
1
|
+
{"version":3,"file":"side-panel.d.ts","sourceRoot":"","sources":["../../../src/modules/side-panel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAKpD,aAAK,WAAW;IACd,gBAAgB,0CAA0C;CAC3D;AAED,KAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,WAAW,CAAC,gBAAgB,CAAC;CACpC,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,oCAAoC,mCACf,CAAC;AAEnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,mBAAgC,EACrC,MAAM,EAAE,SAAS,GAChB,KAAK,CASP;AAED,eAAO,MAAM,eAAe,QAAO,2BACjC,IAAI,EACJ,sBAAsB,CA4BvB,CAAC"}
|
@@ -21,7 +21,6 @@ export type ConfigureStoreOptions = {
|
|
21
21
|
isTimeSeries: boolean;
|
22
22
|
isDataLake: boolean;
|
23
23
|
env: typeof ENVS[number] | null;
|
24
|
-
isAtlasDeployed: boolean | null;
|
25
24
|
fields: {
|
26
25
|
name: string;
|
27
26
|
}[];
|
@@ -64,7 +63,6 @@ declare const configureStore: (options: ConfigureStoreOptions) => Store<import("
|
|
64
63
|
collationString: import("../modules/collation-string").CollationStringState;
|
65
64
|
id: string;
|
66
65
|
isModified: boolean;
|
67
|
-
isAtlasDeployed: boolean;
|
68
66
|
settings: {
|
69
67
|
isExpanded: boolean;
|
70
68
|
isCommentMode: boolean;
|
@@ -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;AAKlE,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAE/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAM5D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,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;
|
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;AAKlE,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAE/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAM5D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,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;AAMpE,MAAM,MAAM,qBAAqB,GAAG;IAIlC,YAAY,EAAE;QACZ,YAAY,EAAE,IAAI,CAChB,WAAW,EACX,eAAe,GAAG,gBAAgB,GAAG,WAAW,GAAG,qBAAqB,CACzE,GAEC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,kBAAkB,CAAC,CAAC,CAAC;QACjD,KAAK,CAAC,EAAE,KAAK,CAAC;KACf,CAAC;IAIF,SAAS,EAAE,MAAM,CAAC;CACnB,GAAG,OAAO,CAAC;IAMV,gBAAgB,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,GAAG,MAAM,GAAG,UAAU,CAAC,CAAC;IAMhE,iBAAiB,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,GAAG,MAAM,GAAG,UAAU,CAAC,CAAC;IAIjE,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,cAAc,CAAC;IAM5B,YAAY,EAAE,MAAM,CAAC;IAMrB,cAAc,EAAE,OAAO,EAAE,CAAC;IAK1B,QAAQ,EAAE,OAAO,EAAE,CAAC;IAIpB,YAAY,EAAE,MAAM,CAAC;IAKrB,WAAW,EAAE,cAAc,EAAE,CAAC;IAI9B,eAAe,EAAE,eAAe,CAAC;IAIjC,YAAY,EAAE,YAAY,CAAC;IAI3B,wBAAwB,EAAE,OAAO,CAAC;CACnC,CAAC,CAAC;AAEH,QAAA,MAAM,cAAc,YAAa,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6LrD,CAAC;AAiDF,eAAe,cAAc,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": "9.
|
4
|
+
"version": "9.19.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -38,19 +38,19 @@
|
|
38
38
|
},
|
39
39
|
"license": "SSPL",
|
40
40
|
"peerDependencies": {
|
41
|
-
"@mongodb-js/atlas-service": "^0.
|
42
|
-
"@mongodb-js/compass-components": "^1.
|
43
|
-
"@mongodb-js/compass-crud": "^13.
|
44
|
-
"@mongodb-js/compass-editor": "^0.
|
45
|
-
"@mongodb-js/compass-generative-ai": "^0.
|
46
|
-
"@mongodb-js/compass-logging": "^1.2.
|
47
|
-
"@mongodb-js/compass-user-data": "^0.1.
|
48
|
-
"@mongodb-js/compass-utils": "^0.5.
|
41
|
+
"@mongodb-js/atlas-service": "^0.9.0",
|
42
|
+
"@mongodb-js/compass-components": "^1.18.0",
|
43
|
+
"@mongodb-js/compass-crud": "^13.18.0",
|
44
|
+
"@mongodb-js/compass-editor": "^0.17.0",
|
45
|
+
"@mongodb-js/compass-generative-ai": "^0.4.0",
|
46
|
+
"@mongodb-js/compass-logging": "^1.2.4",
|
47
|
+
"@mongodb-js/compass-user-data": "^0.1.7",
|
48
|
+
"@mongodb-js/compass-utils": "^0.5.3",
|
49
49
|
"@mongodb-js/explain-plan-helper": "^1.1.3",
|
50
|
-
"@mongodb-js/mongodb-constants": "^0.8.
|
50
|
+
"@mongodb-js/mongodb-constants": "^0.8.7",
|
51
51
|
"@mongodb-js/mongodb-redux-common": "^2.0.13",
|
52
52
|
"bson": "^6.0.0",
|
53
|
-
"compass-preferences-model": "^2.15.
|
53
|
+
"compass-preferences-model": "^2.15.4",
|
54
54
|
"hadron-document": "^8.4.2",
|
55
55
|
"hadron-type-checker": "^7.1.0",
|
56
56
|
"react": "^17.0.2"
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"@mongodb-js/mocha-config-compass": "^1.3.1",
|
67
67
|
"@mongodb-js/prettier-config-compass": "^1.0.1",
|
68
68
|
"@mongodb-js/tsconfig-compass": "^1.0.3",
|
69
|
-
"@mongodb-js/webpack-config-compass": "^1.2.
|
69
|
+
"@mongodb-js/webpack-config-compass": "^1.2.4",
|
70
70
|
"@testing-library/react": "^12.1.4",
|
71
71
|
"@testing-library/user-event": "^13.5.0",
|
72
72
|
"@types/lodash": "^4.14.188",
|
@@ -81,10 +81,10 @@
|
|
81
81
|
"lodash": "^4.17.21",
|
82
82
|
"mocha": "^10.2.0",
|
83
83
|
"mongodb": "^6.0.0",
|
84
|
-
"mongodb-data-service": "^22.
|
84
|
+
"mongodb-data-service": "^22.14.0",
|
85
85
|
"mongodb-ns": "^2.4.0",
|
86
86
|
"mongodb-query-parser": "^3.1.3",
|
87
|
-
"mongodb-schema": "^
|
87
|
+
"mongodb-schema": "^12.0.0",
|
88
88
|
"nyc": "^15.1.0",
|
89
89
|
"prettier": "^2.7.1",
|
90
90
|
"prop-types": "^15.7.2",
|
@@ -99,19 +99,19 @@
|
|
99
99
|
"xvfb-maybe": "^0.2.1"
|
100
100
|
},
|
101
101
|
"dependencies": {
|
102
|
-
"@mongodb-js/atlas-service": "^0.
|
103
|
-
"@mongodb-js/compass-components": "^1.
|
104
|
-
"@mongodb-js/compass-crud": "^13.
|
105
|
-
"@mongodb-js/compass-editor": "^0.
|
106
|
-
"@mongodb-js/compass-generative-ai": "^0.
|
107
|
-
"@mongodb-js/compass-logging": "^1.2.
|
108
|
-
"@mongodb-js/compass-user-data": "^0.1.
|
109
|
-
"@mongodb-js/compass-utils": "^0.5.
|
102
|
+
"@mongodb-js/atlas-service": "^0.9.0",
|
103
|
+
"@mongodb-js/compass-components": "^1.18.0",
|
104
|
+
"@mongodb-js/compass-crud": "^13.18.0",
|
105
|
+
"@mongodb-js/compass-editor": "^0.17.0",
|
106
|
+
"@mongodb-js/compass-generative-ai": "^0.4.0",
|
107
|
+
"@mongodb-js/compass-logging": "^1.2.4",
|
108
|
+
"@mongodb-js/compass-user-data": "^0.1.7",
|
109
|
+
"@mongodb-js/compass-utils": "^0.5.3",
|
110
110
|
"@mongodb-js/explain-plan-helper": "^1.1.3",
|
111
|
-
"@mongodb-js/mongodb-constants": "^0.8.
|
111
|
+
"@mongodb-js/mongodb-constants": "^0.8.7",
|
112
112
|
"@mongodb-js/mongodb-redux-common": "^2.0.13",
|
113
113
|
"bson": "^6.0.0",
|
114
|
-
"compass-preferences-model": "^2.15.
|
114
|
+
"compass-preferences-model": "^2.15.4",
|
115
115
|
"hadron-document": "^8.4.2",
|
116
116
|
"hadron-type-checker": "^7.1.0"
|
117
117
|
},
|
@@ -124,5 +124,5 @@
|
|
124
124
|
"type": "git",
|
125
125
|
"url": "https://github.com/mongodb-js/compass.git"
|
126
126
|
},
|
127
|
-
"gitHead": "
|
127
|
+
"gitHead": "d4718d787a720daa2afe348586e50a6b5290b302"
|
128
128
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"is-atlas-deployed.d.ts","sourceRoot":"","sources":["../../../src/modules/is-atlas-deployed.js"],"names":[],"mappings":"AAaA,0DAEC;AAZD,kCAAmC"}
|