@mongodb-js/compass-aggregations 9.2.0 → 9.3.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/dist/browser.js +1 -1
- package/dist/index.css +58 -239
- package/dist/index.js +22 -1
- package/dist/src/components/add-stage/add-stage.d.ts +17 -0
- package/dist/src/components/add-stage/add-stage.d.ts.map +1 -0
- package/dist/src/components/add-stage/index.d.ts +3 -0
- package/dist/src/components/add-stage/index.d.ts.map +1 -0
- package/dist/src/components/aggregations/aggregations.d.ts +11 -0
- package/dist/src/components/aggregations/aggregations.d.ts.map +1 -0
- package/dist/src/components/aggregations/index.d.ts +5 -0
- package/dist/src/components/aggregations/index.d.ts.map +1 -0
- package/dist/src/components/create-view-modal/create-view-modal.d.ts +63 -0
- package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -0
- package/dist/src/components/create-view-modal/index.d.ts +5 -0
- package/dist/src/components/create-view-modal/index.d.ts.map +1 -0
- package/dist/src/components/create-view-plugin.d.ts +14 -0
- package/dist/src/components/create-view-plugin.d.ts.map +1 -0
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +57 -0
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -0
- package/dist/src/components/duplicate-view-modal/index.d.ts +5 -0
- package/dist/src/components/duplicate-view-modal/index.d.ts.map +1 -0
- package/dist/src/components/duplicate-view-plugin.d.ts +10 -0
- package/dist/src/components/duplicate-view-plugin.d.ts.map +1 -0
- package/dist/src/components/input/index.d.ts +3 -0
- package/dist/src/components/input/index.d.ts.map +1 -0
- package/dist/src/components/input/input.d.ts +25 -0
- package/dist/src/components/input/input.d.ts.map +1 -0
- package/dist/src/components/input-builder/index.d.ts +3 -0
- package/dist/src/components/input-builder/index.d.ts.map +1 -0
- package/dist/src/components/input-builder/input-builder.d.ts +9 -0
- package/dist/src/components/input-builder/input-builder.d.ts.map +1 -0
- package/dist/src/components/input-builder-toolbar/index.d.ts +3 -0
- package/dist/src/components/input-builder-toolbar/index.d.ts.map +1 -0
- package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +16 -0
- package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +1 -0
- package/dist/src/components/input-collapser/index.d.ts +3 -0
- package/dist/src/components/input-collapser/index.d.ts.map +1 -0
- package/dist/src/components/input-collapser/input-collapser.d.ts +14 -0
- package/dist/src/components/input-collapser/input-collapser.d.ts.map +1 -0
- package/dist/src/components/input-documents-count/index.d.ts +3 -0
- package/dist/src/components/input-documents-count/index.d.ts.map +1 -0
- package/dist/src/components/input-documents-count/input-documents-count.d.ts +13 -0
- package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +1 -0
- package/dist/src/components/input-preview/index.d.ts +3 -0
- package/dist/src/components/input-preview/index.d.ts.map +1 -0
- package/dist/src/components/input-preview/input-preview.d.ts +15 -0
- package/dist/src/components/input-preview/input-preview.d.ts.map +1 -0
- package/dist/src/components/input-preview-toolbar/index.d.ts +3 -0
- package/dist/src/components/input-preview-toolbar/index.d.ts.map +1 -0
- package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +7 -0
- package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +1 -0
- package/dist/src/components/input-refresh/index.d.ts +3 -0
- package/dist/src/components/input-refresh/index.d.ts.map +1 -0
- package/dist/src/components/input-refresh/input-refresh.d.ts +13 -0
- package/dist/src/components/input-refresh/input-refresh.d.ts.map +1 -0
- package/dist/src/components/input-toolbar/index.d.ts +3 -0
- package/dist/src/components/input-toolbar/index.d.ts.map +1 -0
- package/dist/src/components/input-toolbar/input-toolbar.d.ts +16 -0
- package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +1 -0
- package/dist/src/components/input-workspace/index.d.ts +3 -0
- package/dist/src/components/input-workspace/index.d.ts.map +1 -0
- package/dist/src/components/input-workspace/input-workspace.d.ts +16 -0
- package/dist/src/components/input-workspace/input-workspace.d.ts.map +1 -0
- package/dist/src/components/loading-overlay/index.d.ts +3 -0
- package/dist/src/components/loading-overlay/index.d.ts.map +1 -0
- package/dist/src/components/loading-overlay/loading-overlay.d.ts +13 -0
- package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -0
- package/dist/src/components/modify-source-banner/index.d.ts +3 -0
- package/dist/src/components/modify-source-banner/index.d.ts.map +1 -0
- package/dist/src/components/modify-source-banner/modify-source-banner.d.ts +9 -0
- package/dist/src/components/modify-source-banner/modify-source-banner.d.ts.map +1 -0
- package/dist/src/components/pipeline/index.d.ts +3 -0
- package/dist/src/components/pipeline/index.d.ts.map +1 -0
- package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +17 -0
- package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +1 -0
- package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +17 -0
- package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +1 -0
- package/dist/src/components/pipeline/modals/import-pipeline.d.ts +33 -0
- package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +1 -0
- package/dist/src/components/pipeline/pipeline.d.ts +57 -0
- package/dist/src/components/pipeline/pipeline.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/index.d.ts +3 -0
- package/dist/src/components/pipeline-builder-workspace/index.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +8 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +16 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +10 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +21 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +9 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -0
- package/dist/src/components/pipeline-explain/explain-indexes.d.ts +8 -0
- package/dist/src/components/pipeline-explain/explain-indexes.d.ts.map +1 -0
- package/dist/src/components/pipeline-explain/explain-query-performance.d.ts +10 -0
- package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -0
- package/dist/src/components/pipeline-explain/explain-results.d.ts +9 -0
- package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -0
- package/dist/src/components/pipeline-explain/index.d.ts +14 -0
- package/dist/src/components/pipeline-explain/index.d.ts.map +1 -0
- package/dist/src/components/pipeline-results-workspace/index.d.ts +19 -0
- package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts +4 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +10 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +19 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +11 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +9 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts +8 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -0
- package/dist/src/components/pipeline-toolbar/index.d.ts +12 -0
- package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +20 -0
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +21 -0
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +13 -0
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-options/index.d.ts +4 -0
- package/dist/src/components/pipeline-toolbar/pipeline-options/index.d.ts.map +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +24 -0
- package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +11 -0
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +14 -0
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +19 -0
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -0
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +9 -0
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -0
- package/dist/src/components/resize-handle/resize-handle.d.ts +7 -0
- package/dist/src/components/resize-handle/resize-handle.d.ts.map +1 -0
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +10 -0
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -0
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +12 -0
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -0
- package/dist/src/components/saving-pipeline-modal/index.d.ts +3 -0
- package/dist/src/components/saving-pipeline-modal/index.d.ts.map +1 -0
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts +22 -0
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -0
- package/dist/src/components/settings/index.d.ts +3 -0
- package/dist/src/components/settings/index.d.ts.map +1 -0
- package/dist/src/components/settings/settings.d.ts +23 -0
- package/dist/src/components/settings/settings.d.ts.map +1 -0
- package/dist/src/components/stage/index.d.ts +3 -0
- package/dist/src/components/stage/index.d.ts.map +1 -0
- package/dist/src/components/stage/stage.d.ts +29 -0
- package/dist/src/components/stage/stage.d.ts.map +1 -0
- package/dist/src/components/stage-editor/index.d.ts +3 -0
- package/dist/src/components/stage-editor/index.d.ts.map +1 -0
- package/dist/src/components/stage-editor/stage-editor.d.ts +49 -0
- package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -0
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +18 -0
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +1 -0
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +18 -0
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +1 -0
- package/dist/src/components/stage-editor-toolbar/index.d.ts +3 -0
- package/dist/src/components/stage-editor-toolbar/index.d.ts.map +1 -0
- package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts +14 -0
- package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts.map +1 -0
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +20 -0
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +1 -0
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +21 -0
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -0
- package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +9 -0
- package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +1 -0
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +24 -0
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -0
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +20 -0
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +1 -0
- package/dist/src/components/stage-preview/index.d.ts +3 -0
- package/dist/src/components/stage-preview/index.d.ts.map +1 -0
- package/dist/src/components/stage-preview/stage-preview.d.ts +49 -0
- package/dist/src/components/stage-preview/stage-preview.d.ts.map +1 -0
- package/dist/src/components/stage-preview-toolbar/index.d.ts +3 -0
- package/dist/src/components/stage-preview-toolbar/index.d.ts.map +1 -0
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +25 -0
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +1 -0
- package/dist/src/constants.d.ts +4 -0
- package/dist/src/constants.d.ts.map +1 -0
- package/dist/src/index.d.ts +16 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/modules/aggregation-workspace-id.d.ts +4 -0
- package/dist/src/modules/aggregation-workspace-id.d.ts.map +1 -0
- package/dist/src/modules/aggregation.d.ts +74 -0
- package/dist/src/modules/aggregation.d.ts.map +1 -0
- package/dist/src/modules/auto-preview.d.ts +13 -0
- package/dist/src/modules/auto-preview.d.ts.map +1 -0
- package/dist/src/modules/clone-pipeline.d.ts +5 -0
- package/dist/src/modules/clone-pipeline.d.ts.map +1 -0
- package/dist/src/modules/collation-string.d.ts +17 -0
- package/dist/src/modules/collation-string.d.ts.map +1 -0
- package/dist/src/modules/comments.d.ts +3 -0
- package/dist/src/modules/comments.d.ts.map +1 -0
- package/dist/src/modules/count-documents.d.ts +30 -0
- package/dist/src/modules/count-documents.d.ts.map +1 -0
- package/dist/src/modules/create-view/error.d.ts +7 -0
- package/dist/src/modules/create-view/error.d.ts.map +1 -0
- package/dist/src/modules/create-view/index.d.ts +21 -0
- package/dist/src/modules/create-view/index.d.ts.map +1 -0
- package/dist/src/modules/create-view/is-duplicating.d.ts +5 -0
- package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -0
- package/dist/src/modules/create-view/is-running.d.ts +5 -0
- package/dist/src/modules/create-view/is-running.d.ts.map +1 -0
- package/dist/src/modules/create-view/is-visible.d.ts +8 -0
- package/dist/src/modules/create-view/is-visible.d.ts.map +1 -0
- package/dist/src/modules/create-view/name.d.ts +5 -0
- package/dist/src/modules/create-view/name.d.ts.map +1 -0
- package/dist/src/modules/create-view/pipeline.d.ts +5 -0
- package/dist/src/modules/create-view/pipeline.d.ts.map +1 -0
- package/dist/src/modules/create-view/reset.d.ts +3 -0
- package/dist/src/modules/create-view/reset.d.ts.map +1 -0
- package/dist/src/modules/create-view/source.d.ts +5 -0
- package/dist/src/modules/create-view/source.d.ts.map +1 -0
- package/dist/src/modules/data-service.d.ts +12 -0
- package/dist/src/modules/data-service.d.ts.map +1 -0
- package/dist/src/modules/edit-view-name.d.ts +3 -0
- package/dist/src/modules/edit-view-name.d.ts.map +1 -0
- package/dist/src/modules/env.d.ts +3 -0
- package/dist/src/modules/env.d.ts.map +1 -0
- package/dist/src/modules/explain.d.ts +57 -0
- package/dist/src/modules/explain.d.ts.map +1 -0
- package/dist/src/modules/export-to-language.d.ts +2 -0
- package/dist/src/modules/export-to-language.d.ts.map +1 -0
- package/dist/src/modules/fields.d.ts +5 -0
- package/dist/src/modules/fields.d.ts.map +1 -0
- package/dist/src/modules/id.d.ts +7 -0
- package/dist/src/modules/id.d.ts.map +1 -0
- package/dist/src/modules/import-pipeline.d.ts +20 -0
- package/dist/src/modules/import-pipeline.d.ts.map +1 -0
- package/dist/src/modules/index.d.ts +67 -0
- package/dist/src/modules/index.d.ts.map +1 -0
- package/dist/src/modules/indexes.d.ts +22 -0
- package/dist/src/modules/indexes.d.ts.map +1 -0
- package/dist/src/modules/input-documents.d.ts +17 -0
- package/dist/src/modules/input-documents.d.ts.map +1 -0
- package/dist/src/modules/is-atlas-deployed.d.ts +3 -0
- package/dist/src/modules/is-atlas-deployed.d.ts.map +1 -0
- package/dist/src/modules/is-datalake.d.ts +6 -0
- package/dist/src/modules/is-datalake.d.ts.map +1 -0
- package/dist/src/modules/is-modified.d.ts +2 -0
- package/dist/src/modules/is-modified.d.ts.map +1 -0
- package/dist/src/modules/is-new-pipeline-confirm.d.ts +5 -0
- package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -0
- package/dist/src/modules/is-readonly.d.ts +3 -0
- package/dist/src/modules/is-readonly.d.ts.map +1 -0
- package/dist/src/modules/is-time-series.d.ts +3 -0
- package/dist/src/modules/is-time-series.d.ts.map +1 -0
- package/dist/src/modules/large-limit.d.ts +3 -0
- package/dist/src/modules/large-limit.d.ts.map +1 -0
- package/dist/src/modules/limit.d.ts +3 -0
- package/dist/src/modules/limit.d.ts.map +1 -0
- package/dist/src/modules/link.d.ts +2 -0
- package/dist/src/modules/link.d.ts.map +1 -0
- package/dist/src/modules/max-time-ms.d.ts +11 -0
- package/dist/src/modules/max-time-ms.d.ts.map +1 -0
- package/dist/src/modules/name.d.ts +3 -0
- package/dist/src/modules/name.d.ts.map +1 -0
- package/dist/src/modules/namespace.d.ts +3 -0
- package/dist/src/modules/namespace.d.ts.map +1 -0
- package/dist/src/modules/out-results-fn.d.ts +6 -0
- package/dist/src/modules/out-results-fn.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +9 -0
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/index.d.ts +7 -0
- package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +37 -0
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts +23 -0
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/pipeline-parser/index.d.ts +3 -0
- package/dist/src/modules/pipeline-builder/pipeline-parser/index.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts +19 -0
- package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +19 -0
- package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +15 -0
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +20 -0
- package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts +110 -0
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/stage.d.ts +18 -0
- package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/text-editor.d.ts +40 -0
- package/dist/src/modules/pipeline-builder/text-editor.d.ts.map +1 -0
- package/dist/src/modules/projections.d.ts +4 -0
- package/dist/src/modules/projections.d.ts.map +1 -0
- package/dist/src/modules/saved-pipeline.d.ts +28 -0
- package/dist/src/modules/saved-pipeline.d.ts.map +1 -0
- package/dist/src/modules/saving-pipeline.d.ts +21 -0
- package/dist/src/modules/saving-pipeline.d.ts.map +1 -0
- package/dist/src/modules/server-version.d.ts +3 -0
- package/dist/src/modules/server-version.d.ts.map +1 -0
- package/dist/src/modules/settings.d.ts +33 -0
- package/dist/src/modules/settings.d.ts.map +1 -0
- package/dist/src/modules/source-name.d.ts +3 -0
- package/dist/src/modules/source-name.d.ts.map +1 -0
- package/dist/src/modules/update-view.d.ts +8 -0
- package/dist/src/modules/update-view.d.ts.map +1 -0
- package/dist/src/modules/workspace.d.ts +17 -0
- package/dist/src/modules/workspace.d.ts.map +1 -0
- package/dist/src/plugin.d.ts +24 -0
- package/dist/src/plugin.d.ts.map +1 -0
- package/dist/src/stores/create-view.d.ts +4 -0
- package/dist/src/stores/create-view.d.ts.map +1 -0
- package/dist/src/stores/duplicate-view.d.ts +3 -0
- package/dist/src/stores/duplicate-view.d.ts.map +1 -0
- package/dist/src/stores/index.d.ts +4 -0
- package/dist/src/stores/index.d.ts.map +1 -0
- package/dist/src/stores/store.d.ts +6 -0
- package/dist/src/stores/store.d.ts.map +1 -0
- package/dist/src/utils/cancellable-aggregation.d.ts +12 -0
- package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -0
- package/dist/src/utils/cancellable-promise.d.ts +10 -0
- package/dist/src/utils/cancellable-promise.d.ts.map +1 -0
- package/dist/src/utils/configure-store.d.ts +5 -0
- package/dist/src/utils/configure-store.d.ts.map +1 -0
- package/dist/src/utils/get-directory.d.ts +2 -0
- package/dist/src/utils/get-directory.d.ts.map +1 -0
- package/dist/src/utils/is-action.d.ts +3 -0
- package/dist/src/utils/is-action.d.ts.map +1 -0
- package/dist/src/utils/pipeline-storage.d.ts +40 -0
- package/dist/src/utils/pipeline-storage.d.ts.map +1 -0
- package/dist/src/utils/stage.d.ts +11 -0
- package/dist/src/utils/stage.d.ts.map +1 -0
- package/package.json +32 -29
@@ -0,0 +1,8 @@
|
|
1
|
+
export default function reducer(state: null | undefined, action: any): any;
|
2
|
+
export const INITIAL_STATE: null;
|
3
|
+
export const ERROR_UPDATING_VIEW: "aggregations/update-view/ERROR_UPDATING_VIEW";
|
4
|
+
export const DISMISS_VIEW_UPDATE_ERROR: "aggregations/update-view/DISMISS_VIEW_UPDATE_ERROR";
|
5
|
+
export function updateViewErrorOccured(error: Error): Object;
|
6
|
+
export function dismissViewError(): Object;
|
7
|
+
export function updateView(): Function;
|
8
|
+
//# sourceMappingURL=update-view.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"update-view.d.ts","sourceRoot":"","sources":["../../../src/modules/update-view.js"],"names":[],"mappings":"AAqBA,2EAWC;AAnBD,iCAAkC;AAGlC,iFAAkF;AAGlF,6FAA8F;AAsBvF,8CAJI,KAAK,GAEH,MAAM,CAKjB;AAOK,oCAFM,MAAM,CAIjB;AAOK,uCAkDN"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import type { AnyAction, Reducer } from 'redux';
|
2
|
+
import type { PipelineBuilderThunkAction } from '.';
|
3
|
+
export declare type Workspace = 'builder' | 'results';
|
4
|
+
export declare enum ActionTypes {
|
5
|
+
WorkspaceChanged = "compass-aggregations/workspaceChanged"
|
6
|
+
}
|
7
|
+
declare type WorkspaceChangedAction = {
|
8
|
+
type: ActionTypes.WorkspaceChanged;
|
9
|
+
view: Workspace;
|
10
|
+
};
|
11
|
+
export declare type Actions = WorkspaceChangedAction;
|
12
|
+
export declare type State = Workspace;
|
13
|
+
export declare const INITIAL_STATE: State;
|
14
|
+
declare const reducer: Reducer<State, AnyAction>;
|
15
|
+
export declare const editPipeline: () => PipelineBuilderThunkAction<void>;
|
16
|
+
export default reducer;
|
17
|
+
//# sourceMappingURL=workspace.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../../src/modules/workspace.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAIpD,oBAAY,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;AAE9C,oBAAY,WAAW;IACrB,gBAAgB,0CAA0C;CAC3D;AAED,aAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,WAAW,CAAC,gBAAgB,CAAC;IACnC,IAAI,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,oBAAY,OAAO,GAAG,sBAAsB,CAAC;AAC7C,oBAAY,KAAK,GAAG,SAAS,CAAC;AAE9B,eAAO,MAAM,aAAa,EAAE,KAAiB,CAAC;AAE9C,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CAWtC,CAAC;AAEF,eAAO,MAAM,YAAY,QAAO,2BAA2B,IAAI,CAS9D,CAAC;AACF,eAAe,OAAO,CAAC"}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
export default Plugin;
|
2
|
+
export class Plugin extends React.Component<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
store: PropTypes.Validator<object>;
|
6
|
+
showExportButton: PropTypes.Requireable<boolean>;
|
7
|
+
showRunButton: PropTypes.Requireable<boolean>;
|
8
|
+
showExplainButton: PropTypes.Requireable<boolean>;
|
9
|
+
};
|
10
|
+
static defaultProps: {
|
11
|
+
showExportButton: boolean;
|
12
|
+
showRunButton: boolean;
|
13
|
+
showExplainButton: boolean;
|
14
|
+
};
|
15
|
+
constructor(props: any);
|
16
|
+
constructor(props: any, context: any);
|
17
|
+
render(): React.Component;
|
18
|
+
}
|
19
|
+
import configureStore from "./stores";
|
20
|
+
import React from "react";
|
21
|
+
import { Component } from "react";
|
22
|
+
import PropTypes from "prop-types";
|
23
|
+
export { configureStore };
|
24
|
+
//# sourceMappingURL=plugin.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugin.jsx"],"names":[],"mappings":";AAMA;IACE,2BAA0C;IAE1C;;;;;MAKE;IAEF;;;;MAIE;IAsBm0kB,wBAA8C;IAAA,sCAAyJ;IAf5glB,UAFa,eAAe,CAY3B;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"create-view.d.ts","sourceRoot":"","sources":["../../../src/stores/create-view.js"],"names":[],"mappings":"AAcO,qDAHI,KAAK,YACL,MAAM,QAIhB;;AAED,mDA8BC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"duplicate-view.d.ts","sourceRoot":"","sources":["../../../src/stores/duplicate-view.js"],"names":[],"mappings":";AAQA,yBAA2D"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stores/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
export function refreshInput(store: Store): void;
|
2
|
+
export function setFields(store: Store, fields: any[]): void;
|
3
|
+
export function setIndexes(store: any, indexes: any): void;
|
4
|
+
export default configureStore;
|
5
|
+
declare function configureStore(options?: Options): Store;
|
6
|
+
//# sourceMappingURL=store.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../src/stores/store.js"],"names":[],"mappings":"AAmBO,iDAEN;AAQM,6DAEN;AAEM,2DAMN;;AASD,0DA4HC"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { AggregateOptions, Document } from 'mongodb';
|
2
|
+
import type { DataService } from 'mongodb-data-service';
|
3
|
+
export declare function aggregatePipeline({ dataService, signal, namespace, pipeline, options, skip, limit }: {
|
4
|
+
dataService: DataService;
|
5
|
+
signal: AbortSignal;
|
6
|
+
namespace: string;
|
7
|
+
pipeline: Document[];
|
8
|
+
options: AggregateOptions;
|
9
|
+
skip?: number;
|
10
|
+
limit?: number;
|
11
|
+
}): Promise<Document[]>;
|
12
|
+
//# sourceMappingURL=cancellable-aggregation.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"cancellable-aggregation.d.ts","sourceRoot":"","sources":["../../../src/utils/cancellable-aggregation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAYxD,wBAAsB,iBAAiB,CAAC,EACtC,WAAW,EACX,MAAM,EACN,SAAS,EACT,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,KAAK,EACN,EAAE;IACD,WAAW,EAAE,WAAW,CAAC;IACzB,MAAM,EAAE,WAAW,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC,CAmCtB"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export declare const PROMISE_CANCELLED_ERROR = "PromiseCancelledError";
|
2
|
+
declare class PromiseCancelledError extends Error {
|
3
|
+
name: string;
|
4
|
+
}
|
5
|
+
export declare const createCancelError: () => Error;
|
6
|
+
export declare function isCancelError(error: any): error is PromiseCancelledError;
|
7
|
+
export declare function raceWithAbort<T>(promise: Promise<T>, signal: AbortSignal): Promise<T>;
|
8
|
+
export declare function cancellableWait(ms: number, signal: AbortSignal): Promise<void>;
|
9
|
+
export {};
|
10
|
+
//# sourceMappingURL=cancellable-promise.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"cancellable-promise.d.ts","sourceRoot":"","sources":["../../../src/utils/cancellable-promise.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,0BAA0B,CAAC;AAI/D,cAAM,qBAAsB,SAAQ,KAAK;IACvC,IAAI,SAA2B;CAChC;AAED,eAAO,MAAM,iBAAiB,QAAO,KAEpC,CAAA;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,qBAAqB,CAExE;AA0CD,wBAAsB,aAAa,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,CAAC,CAAC,CAe3F;AAQD,wBAAsB,eAAe,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,iBAOpE"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"configure-store.d.ts","sourceRoot":"","sources":["../../../src/utils/configure-store.js"],"names":[],"mappings":"AAoBA;;EAiBC;AAID,mEAeC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"get-directory.d.ts","sourceRoot":"","sources":["../../../src/utils/get-directory.js"],"names":[],"mappings":"AAcO,uCAQN"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-action.d.ts","sourceRoot":"","sources":["../../../src/utils/is-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,wBAAgB,QAAQ,CAAC,CAAC,SAAS,SAAS,EAC1C,MAAM,EAAE,SAAS,EACjB,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,GACd,MAAM,IAAI,CAAC,CAEb"}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
export declare type StoredPipeline = {
|
2
|
+
id: string;
|
3
|
+
name: string;
|
4
|
+
namespace: string;
|
5
|
+
comments?: boolean;
|
6
|
+
autoPreview?: boolean;
|
7
|
+
collationString?: string;
|
8
|
+
pipeline?: {
|
9
|
+
stageOperator: string;
|
10
|
+
isEnabled: boolean;
|
11
|
+
stage: string;
|
12
|
+
}[];
|
13
|
+
host?: string | null;
|
14
|
+
pipelineText: string;
|
15
|
+
lastModified: number;
|
16
|
+
};
|
17
|
+
export declare class PipelineStorage {
|
18
|
+
loadAll(): Promise<StoredPipeline[]>;
|
19
|
+
load(id: string): Promise<StoredPipeline | null>;
|
20
|
+
_loadOne(filePath: string): Promise<StoredPipeline | null>;
|
21
|
+
_getFileData(filePath: string): Promise<unknown>;
|
22
|
+
updateAttributes(id: string, attributes: Partial<StoredPipeline>): Promise<{
|
23
|
+
id?: string | undefined;
|
24
|
+
name?: string | undefined;
|
25
|
+
namespace?: string | undefined;
|
26
|
+
comments?: boolean | undefined;
|
27
|
+
autoPreview?: boolean | undefined;
|
28
|
+
collationString?: string | undefined;
|
29
|
+
pipeline?: {
|
30
|
+
stageOperator: string;
|
31
|
+
isEnabled: boolean;
|
32
|
+
stage: string;
|
33
|
+
}[] | undefined;
|
34
|
+
host?: string | null | undefined;
|
35
|
+
pipelineText?: string | undefined;
|
36
|
+
lastModified?: number | undefined;
|
37
|
+
}>;
|
38
|
+
delete(id: string): Promise<void>;
|
39
|
+
}
|
40
|
+
//# sourceMappingURL=pipeline-storage.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-storage.d.ts","sourceRoot":"","sources":["../../../src/utils/pipeline-storage.ts"],"names":[],"mappings":"AAUA,oBAAY,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE;QAAE,aAAa,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC1E,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAkBF,qBAAa,eAAe;IACpB,OAAO,IAAI,OAAO,CAAC,cAAc,EAAE,CAAC;IAWpC,IAAI,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAIhD,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAqB1D,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAQhD,gBAAgB,CACpB,EAAE,EAAE,MAAM,EACV,UAAU,EAAE,OAAO,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;IAyB/B,MAAM,CAAC,EAAE,EAAE,MAAM;CAIxB"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export function isAtlasOnly(operatorEnv: any): any;
|
2
|
+
export function getStageOperator(stage: unknown): string | undefined;
|
3
|
+
export function getDestinationNamespaceFromStage(namespace: string, stage: unknown): string;
|
4
|
+
export function isOutputStage(stageOperator: string): boolean;
|
5
|
+
export function getStageInfo(namespace: string, stageOperator: string | undefined | null, stageValue: string | undefined | null): {
|
6
|
+
description?: string;
|
7
|
+
link?: string;
|
8
|
+
destination?: string;
|
9
|
+
};
|
10
|
+
export function filterStageOperators({ serverVersion, env, isTimeSeries, sourceName }: Object): any[];
|
11
|
+
//# sourceMappingURL=stage.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../src/utils/stage.js"],"names":[],"mappings":"AAyBA,mDAEC;AAgDD,wCAHW,OAAO,GACL,MAAM,GAAG,SAAS,CAI9B;AAcA,4DAJU,MAAM,SACN,OAAO,GACL,MAAM,CAyBlB;AAQD,6CAHW,MAAM,GACJ,OAAO,CAInB;AAYD,wCALW,MAAM,iBACN,MAAM,GAAG,SAAS,GAAG,IAAI,cACzB,MAAM,GAAG,SAAS,GAAG,IAAI,GACvB;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAgCzE;AApHM,uFARI,MAAM,SA2BhB"}
|
package/package.json
CHANGED
@@ -1,21 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-aggregations",
|
3
3
|
"productName": "Aggregations plugin",
|
4
|
-
"version": "9.
|
4
|
+
"version": "9.3.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
8
|
-
"compass:main": "src/index.
|
8
|
+
"compass:main": "src/index.ts",
|
9
|
+
"types": "dist/src/index.d.ts",
|
9
10
|
"exports": {
|
10
11
|
"browser": "./dist/browser.js",
|
11
12
|
"require": "./dist/index.js"
|
12
13
|
},
|
13
14
|
"compass:exports": {
|
14
|
-
".": "./src/index.
|
15
|
+
".": "./src/index.ts"
|
15
16
|
},
|
16
17
|
"scripts": {
|
18
|
+
"bootstrap": "npm run compile",
|
17
19
|
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
|
18
20
|
"compile": "npm run webpack -- --mode production",
|
21
|
+
"postcompile": "tsc --emitDeclarationOnly",
|
19
22
|
"prewebpack": "rimraf ./dist",
|
20
23
|
"webpack": "webpack-compass",
|
21
24
|
"analyze": "npm run webpack -- --mode production --analyze",
|
@@ -34,52 +37,51 @@
|
|
34
37
|
},
|
35
38
|
"license": "SSPL",
|
36
39
|
"peerDependencies": {
|
37
|
-
"@mongodb-js/compass-components": "^1.
|
38
|
-
"@mongodb-js/compass-crud": "^13.
|
39
|
-
"@mongodb-js/compass-
|
40
|
+
"@mongodb-js/compass-components": "^1.3.0",
|
41
|
+
"@mongodb-js/compass-crud": "^13.3.0",
|
42
|
+
"@mongodb-js/compass-editor": "^0.2.0",
|
43
|
+
"@mongodb-js/compass-logging": "^1.1.1",
|
40
44
|
"@mongodb-js/explain-plan-helper": "^1.0.1",
|
41
|
-
"@mongodb-js/mongodb-
|
45
|
+
"@mongodb-js/mongodb-constants": "^0.1.4",
|
46
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.2",
|
42
47
|
"bson": "^4.4.1",
|
43
48
|
"hadron-document": "^8.0.1",
|
44
|
-
"hadron-react-buttons": "^6.0.
|
45
|
-
"hadron-react-components": "^6.
|
46
|
-
"mongodb-ace-autocompleter": "^1.1.1",
|
49
|
+
"hadron-react-buttons": "^6.0.2",
|
50
|
+
"hadron-react-components": "^6.3.0",
|
47
51
|
"react": "^16.14.0"
|
48
52
|
},
|
49
53
|
"devDependencies": {
|
54
|
+
"@babel/generator": "^7.19.5",
|
55
|
+
"@babel/parser": "^7.19.4",
|
56
|
+
"@babel/types": "^7.19.4",
|
50
57
|
"@electron/remote": "^2.0.8",
|
51
58
|
"@mongodb-js/eslint-config-compass": "^1.0.1",
|
52
59
|
"@mongodb-js/mocha-config-compass": "^1.0.1",
|
53
60
|
"@mongodb-js/prettier-config-compass": "^1.0.0",
|
54
61
|
"@mongodb-js/tsconfig-compass": "^1.0.1",
|
55
|
-
"@mongodb-js/webpack-config-compass": "^1.0.
|
62
|
+
"@mongodb-js/webpack-config-compass": "^1.0.3",
|
56
63
|
"@testing-library/react": "^12.1.4",
|
57
64
|
"@testing-library/user-event": "^13.5.0",
|
58
|
-
"@types/
|
59
|
-
"@types/lodash.debounce": "^4.0.7",
|
60
|
-
"@types/lodash.isempty": "^4.4.6",
|
65
|
+
"@types/prettier": "^2.7.1",
|
61
66
|
"@types/semver": "^7.3.9",
|
62
|
-
"acorn-loose": "^8.0.2",
|
63
|
-
"astring": "^1.7.0",
|
64
67
|
"chai": "^4.3.6",
|
65
68
|
"classnames": "^2.2.6",
|
66
69
|
"debug": "^4.2.0",
|
67
70
|
"decomment": "^0.9.2",
|
68
71
|
"depcheck": "^1.4.1",
|
72
|
+
"ejson-shell-parser": "^1.2.0",
|
69
73
|
"electron": "^15.5.7",
|
70
74
|
"enzyme": "^3.11.0",
|
71
75
|
"eslint": "^7.25.0",
|
72
|
-
"hadron-app-registry": "^9.0.
|
76
|
+
"hadron-app-registry": "^9.0.2",
|
73
77
|
"is-electron-renderer": "^2.0.1",
|
74
|
-
"lodash.debounce": "^4.0.8",
|
75
|
-
"lodash.isempty": "^4.4.0",
|
76
|
-
"lodash.isstring": "^4.0.1",
|
77
78
|
"mocha": "^8.4.0",
|
78
79
|
"mongodb": "^4.10.0",
|
79
|
-
"mongodb-data-service": "^22.
|
80
|
+
"mongodb-data-service": "^22.2.0",
|
80
81
|
"mongodb-ns": "^2.4.0",
|
81
82
|
"mongodb-query-parser": "^2.4.6",
|
82
83
|
"nyc": "^15.1.0",
|
84
|
+
"prettier": "^2.7.1",
|
83
85
|
"prop-types": "^15.7.2",
|
84
86
|
"re-resizable": "^6.9.0",
|
85
87
|
"react-dom": "^16.14.0",
|
@@ -94,16 +96,17 @@
|
|
94
96
|
"xvfb-maybe": "^0.2.1"
|
95
97
|
},
|
96
98
|
"dependencies": {
|
97
|
-
"@mongodb-js/compass-components": "^1.
|
98
|
-
"@mongodb-js/compass-crud": "^13.
|
99
|
-
"@mongodb-js/compass-
|
99
|
+
"@mongodb-js/compass-components": "^1.3.0",
|
100
|
+
"@mongodb-js/compass-crud": "^13.3.0",
|
101
|
+
"@mongodb-js/compass-editor": "^0.2.0",
|
102
|
+
"@mongodb-js/compass-logging": "^1.1.1",
|
100
103
|
"@mongodb-js/explain-plan-helper": "^1.0.1",
|
101
|
-
"@mongodb-js/mongodb-
|
104
|
+
"@mongodb-js/mongodb-constants": "^0.1.4",
|
105
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.2",
|
102
106
|
"bson": "^4.4.1",
|
103
107
|
"hadron-document": "^8.0.1",
|
104
|
-
"hadron-react-buttons": "^6.0.
|
105
|
-
"hadron-react-components": "^6.
|
106
|
-
"mongodb-ace-autocompleter": "^1.1.1",
|
108
|
+
"hadron-react-buttons": "^6.0.2",
|
109
|
+
"hadron-react-components": "^6.3.0",
|
107
110
|
"react": "^16.14.0"
|
108
111
|
},
|
109
112
|
"homepage": "https://github.com/mongodb-js/compass",
|
@@ -115,5 +118,5 @@
|
|
115
118
|
"type": "git",
|
116
119
|
"url": "https://github.com/mongodb-js/compass.git"
|
117
120
|
},
|
118
|
-
"gitHead": "
|
121
|
+
"gitHead": "10815be8fd57f3bfd89d061e1592eb7136d4a0fb"
|
119
122
|
}
|