@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,74 @@
|
|
1
|
+
import type { AnyAction, Reducer } from 'redux';
|
2
|
+
import type { Document } from 'mongodb';
|
3
|
+
import type { PipelineBuilderThunkAction } from '.';
|
4
|
+
export declare enum ActionTypes {
|
5
|
+
RunAggregation = "compass-aggeregations/runAggregation",
|
6
|
+
AggregationStarted = "compass-aggregations/aggregationStarted",
|
7
|
+
AggregationFinished = "compass-aggregations/aggregationFinished",
|
8
|
+
AggregationFailed = "compass-aggregations/aggregationFailed",
|
9
|
+
AggregationCancelledByUser = "compass-aggregations/aggregationCancelledByUser",
|
10
|
+
LastPageReached = "compass-aggregations/lastPageReached",
|
11
|
+
ResultViewTypeChanged = "compass-aggregations/resultViewTypeChanged"
|
12
|
+
}
|
13
|
+
declare type PreviousPageData = {
|
14
|
+
page: number;
|
15
|
+
isLast: boolean;
|
16
|
+
documents: Document[];
|
17
|
+
};
|
18
|
+
declare type RunAggregation = {
|
19
|
+
type: ActionTypes.RunAggregation;
|
20
|
+
pipeline: Document[];
|
21
|
+
};
|
22
|
+
declare type AggregationStartedAction = {
|
23
|
+
type: ActionTypes.AggregationStarted;
|
24
|
+
abortController: AbortController;
|
25
|
+
};
|
26
|
+
declare type AggregationFinishedAction = {
|
27
|
+
type: ActionTypes.AggregationFinished;
|
28
|
+
documents: Document[];
|
29
|
+
page: number;
|
30
|
+
isLast: boolean;
|
31
|
+
};
|
32
|
+
declare type AggregationFailedAction = {
|
33
|
+
type: ActionTypes.AggregationFailed;
|
34
|
+
error: string;
|
35
|
+
page: number;
|
36
|
+
};
|
37
|
+
declare type AggregationCancelledAction = {
|
38
|
+
type: ActionTypes.AggregationCancelledByUser;
|
39
|
+
};
|
40
|
+
declare type LastPageReachedAction = {
|
41
|
+
type: ActionTypes.LastPageReached;
|
42
|
+
page: number;
|
43
|
+
};
|
44
|
+
declare type ResultViewTypeChangedAction = {
|
45
|
+
type: ActionTypes.ResultViewTypeChanged;
|
46
|
+
viewType: 'document' | 'json';
|
47
|
+
};
|
48
|
+
export declare type Actions = RunAggregation | AggregationStartedAction | AggregationFinishedAction | AggregationFailedAction | AggregationCancelledAction | LastPageReachedAction | ResultViewTypeChangedAction;
|
49
|
+
export declare type State = {
|
50
|
+
pipeline: Document[];
|
51
|
+
documents: Document[];
|
52
|
+
page: number;
|
53
|
+
limit: number;
|
54
|
+
isLast: boolean;
|
55
|
+
loading: boolean;
|
56
|
+
abortController?: AbortController;
|
57
|
+
error?: string;
|
58
|
+
previousPageData?: PreviousPageData;
|
59
|
+
resultsViewType: 'document' | 'json';
|
60
|
+
};
|
61
|
+
export declare const INITIAL_STATE: State;
|
62
|
+
declare const reducer: Reducer<State, AnyAction>;
|
63
|
+
export declare const runAggregation: () => PipelineBuilderThunkAction<Promise<void>>;
|
64
|
+
export declare const fetchPrevPage: () => PipelineBuilderThunkAction<Promise<void>, Actions>;
|
65
|
+
export declare const fetchNextPage: () => PipelineBuilderThunkAction<Promise<void>, Actions>;
|
66
|
+
export declare const retryAggregation: () => PipelineBuilderThunkAction<Promise<void>, Actions>;
|
67
|
+
export declare const cancelAggregation: () => PipelineBuilderThunkAction<void, Actions>;
|
68
|
+
export declare const exportAggregationResults: () => PipelineBuilderThunkAction<void>;
|
69
|
+
export declare const changeViewType: (newViewType: 'document' | 'json') => {
|
70
|
+
type: ActionTypes;
|
71
|
+
viewType: "document" | "json";
|
72
|
+
};
|
73
|
+
export default reducer;
|
74
|
+
//# sourceMappingURL=aggregation.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"aggregation.d.ts","sourceRoot":"","sources":["../../../src/modules/aggregation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,KAAK,EAAoB,QAAQ,EAAoB,MAAM,SAAS,CAAC;AAC5E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAepD,oBAAY,WAAW;IACrB,cAAc,yCAAyC;IACvD,kBAAkB,4CAA4C;IAC9D,mBAAmB,6CAA6C;IAChE,iBAAiB,2CAA2C;IAC5D,0BAA0B,oDAAoD;IAC9E,eAAe,yCAAyC;IACxD,qBAAqB,+CAA+C;CACrE;AAED,aAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB,CAAC;AAEF,aAAK,cAAc,GAAG;IACpB,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC;IACjC,QAAQ,EAAE,QAAQ,EAAE,CAAC;CACtB,CAAC;AAEF,aAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,WAAW,CAAC,kBAAkB,CAAC;IACrC,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,aAAK,yBAAyB,GAAG;IAC/B,IAAI,EAAE,WAAW,CAAC,mBAAmB,CAAC;IACtC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,aAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC,iBAAiB,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,aAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,WAAW,CAAC,0BAA0B,CAAC;CAC9C,CAAC;AAEF,aAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,WAAW,CAAC,eAAe,CAAC;IAClC,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,aAAK,2BAA2B,GAAG;IACjC,IAAI,EAAG,WAAW,CAAC,qBAAqB,CAAC;IACzC,QAAQ,EAAE,UAAU,GAAG,MAAM,CAAC;CAC/B,CAAA;AAED,oBAAY,OAAO,GACf,cAAc,GACd,wBAAwB,GACxB,yBAAyB,GACzB,uBAAuB,GACvB,0BAA0B,GAC1B,qBAAqB,GACrB,2BAA2B,CAAC;AAEhC,oBAAY,KAAK,GAAG;IAClB,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAQ3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CAwEtC,CAAC;AAEF,eAAO,MAAM,cAAc,QAAO,2BAA2B,QAAQ,IAAI,CAAC,CAYzE,CAAC;AAEF,eAAO,MAAM,aAAa,QAAO,2BAC/B,QAAQ,IAAI,CAAC,EACb,OAAO,CAWR,CAAC;AAEF,eAAO,MAAM,aAAa,QAAO,2BAC/B,QAAQ,IAAI,CAAC,EACb,OAAO,CAWR,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAAO,2BAClC,QAAQ,IAAI,CAAC,EACb,OAAO,CAQR,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAAO,2BACnC,IAAI,EACJ,OAAO,CAcR,CAAC;AAyGF,eAAO,MAAM,wBAAwB,QAAO,2BAA2B,IAAI,CA4B1E,CAAC;AAEF,eAAO,MAAM,cAAc,gBAAiB,UAAU,GAAG,MAAM;;;CAK9D,CAAA;AAED,eAAe,OAAO,CAAC"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import type { AnyAction } from "redux";
|
2
|
+
import type { PipelineBuilderThunkAction } from ".";
|
3
|
+
export declare enum ActionTypes {
|
4
|
+
AutoPreviewToggled = "compass-aggregations/autoPreviewToggled"
|
5
|
+
}
|
6
|
+
export declare type AutoPreviewToggledAction = {
|
7
|
+
type: ActionTypes.AutoPreviewToggled;
|
8
|
+
value: boolean;
|
9
|
+
};
|
10
|
+
export declare const INITIAL_STATE = true;
|
11
|
+
export default function reducer(state: boolean | undefined, action: AnyAction): boolean;
|
12
|
+
export declare const toggleAutoPreview: (newVal: boolean) => PipelineBuilderThunkAction<void>;
|
13
|
+
//# sourceMappingURL=auto-preview.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"auto-preview.d.ts","sourceRoot":"","sources":["../../../src/modules/auto-preview.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAKpD,oBAAY,WAAW;IACrB,kBAAkB,4CAA4C;CAC/D;AAED,oBAAY,wBAAwB,GAAG;IACrC,IAAI,EAAE,WAAW,CAAC,kBAAkB,CAAC;IACrC,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,aAAa,OAAO,CAAC;AAElC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,qBAAgB,EAAE,MAAM,EAAE,SAAS,GAAG,OAAO,CAWjF;AAED,eAAO,MAAM,iBAAiB,WACpB,OAAO,KACd,2BAA2B,IAAI,CAQjC,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"clone-pipeline.d.ts","sourceRoot":"","sources":["../../../src/modules/clone-pipeline.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,gCAAgC,CAAC;AAK5D,eAAO,MAAM,aAAa;;CAExB,CAAC"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import type { CollationOptions } from 'mongodb';
|
2
|
+
import type { AnyAction } from 'redux';
|
3
|
+
export declare const COLLATION_STRING_CHANGED = "aggregations/collation/COLLATION_STRING_CHANGED";
|
4
|
+
export declare type CollationStringChangedAction = {
|
5
|
+
type: typeof COLLATION_STRING_CHANGED;
|
6
|
+
value: string;
|
7
|
+
};
|
8
|
+
export declare type CollationStringState = {
|
9
|
+
text: string;
|
10
|
+
value: CollationOptions | null;
|
11
|
+
isValid: boolean;
|
12
|
+
};
|
13
|
+
export declare const INITIAL_STATE: CollationStringState;
|
14
|
+
export declare function getCollationStateFromString(collationString: string): CollationStringState;
|
15
|
+
export default function reducer(state: CollationStringState | undefined, action: AnyAction): CollationStringState;
|
16
|
+
export declare const collationStringChanged: (value: string) => CollationStringChangedAction;
|
17
|
+
//# sourceMappingURL=collation-string.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"collation-string.d.ts","sourceRoot":"","sources":["../../../src/modules/collation-string.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,eAAO,MAAM,wBAAwB,oDACc,CAAC;AAEpD,oBAAY,4BAA4B,GAAG;IACzC,IAAI,EAAE,OAAO,wBAAwB,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,oBAI3B,CAAC;AAEF,wBAAgB,2BAA2B,CACzC,eAAe,EAAE,MAAM,GACtB,oBAAoB,CAOtB;AAKD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,kCAAsC,EAC3C,MAAM,EAAE,SAAS,GAChB,oBAAoB,CAWtB;AAKD,eAAO,MAAM,sBAAsB,UAC1B,MAAM,KACZ,4BAEF,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"comments.d.ts","sourceRoot":"","sources":["../../../src/modules/comments.js"],"names":[],"mappings":"AAiBA,oEAJW,MAAM,WAehB;AArBD,iCAAkC"}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import type { AnyAction, Reducer } from 'redux';
|
2
|
+
import type { PipelineBuilderThunkAction } from '.';
|
3
|
+
export declare enum ActionTypes {
|
4
|
+
CountStarted = "compass-aggregations/countStarted",
|
5
|
+
CountFinished = "compass-aggregations/countFinished",
|
6
|
+
CountFailed = "compass-aggregations/countFailed"
|
7
|
+
}
|
8
|
+
declare type CountStartedAction = {
|
9
|
+
type: ActionTypes.CountStarted;
|
10
|
+
abortController: AbortController;
|
11
|
+
};
|
12
|
+
declare type CountFinishedAction = {
|
13
|
+
type: ActionTypes.CountFinished;
|
14
|
+
count: number;
|
15
|
+
};
|
16
|
+
declare type CountFailedAction = {
|
17
|
+
type: ActionTypes.CountFailed;
|
18
|
+
};
|
19
|
+
export declare type Actions = CountStartedAction | CountFinishedAction | CountFailedAction;
|
20
|
+
export declare type State = {
|
21
|
+
count?: number;
|
22
|
+
loading: boolean;
|
23
|
+
abortController?: AbortController;
|
24
|
+
};
|
25
|
+
export declare const INITIAL_STATE: State;
|
26
|
+
declare const reducer: Reducer<State, AnyAction>;
|
27
|
+
export declare const cancelCount: () => PipelineBuilderThunkAction<void>;
|
28
|
+
export declare const countDocuments: () => PipelineBuilderThunkAction<Promise<void>>;
|
29
|
+
export default reducer;
|
30
|
+
//# sourceMappingURL=count-documents.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"count-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/count-documents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAOpD,oBAAY,WAAW;IACrB,YAAY,sCAAsC;IAClD,aAAa,uCAAuC;IACpD,WAAW,qCAAqC;CACjD;AAED,aAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,WAAW,CAAC,YAAY,CAAC;IAC/B,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,aAAa,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,WAAW,CAAC,WAAW,CAAC;CAC/B,CAAC;AAEF,oBAAY,OAAO,GACf,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,CAAC;AAEtB,oBAAY,KAAK,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAE3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CA4BtC,CAAC;AAEF,eAAO,MAAM,WAAW,QAAO,2BAA2B,IAAI,CAO7D,CAAC;AAEF,eAAO,MAAM,cAAc,QAAO,2BAA2B,QAAQ,IAAI,CAAC,CA8CzE,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
export default function reducer(state: Error | undefined, action: Object): Error;
|
2
|
+
export const HANDLE_ERROR: string;
|
3
|
+
export const CLEAR_ERROR: string;
|
4
|
+
export const INITIAL_STATE: null;
|
5
|
+
export function handleError(error: Error): Object;
|
6
|
+
export function clearError(): Object;
|
7
|
+
//# sourceMappingURL=error.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/error.js"],"names":[],"mappings":"AA4BA,kEAJW,MAAM,GAEJ,KAAK,CASjB;AA3BD,kCAAqD;AAKrD,iCAAmD;AAKnD,iCAAkC;AA0B3B,mCAJI,KAAK,GAEH,MAAM,CAKjB;AAOK,8BAFM,MAAM,CAIjB"}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
export namespace INITIAL_STATE {
|
2
|
+
export { IS_RUNNING_INITIAL_STATE as isRunning };
|
3
|
+
export { IS_VISIBLE_INITIAL_STATE as isVisible };
|
4
|
+
export { IS_DUPLICATING_INITIAL_STATE as isDuplicating };
|
5
|
+
export { NAME_INITIAL_STATE as name };
|
6
|
+
export { ERROR_INITIAL_STATE as error };
|
7
|
+
export { SOURCE_INITIAL_STATE as source };
|
8
|
+
export { PIPELINE_INITIAL_STATE as pipeline };
|
9
|
+
}
|
10
|
+
export default rootReducer;
|
11
|
+
export function open(sourceNs: string, sourcePipeline: any[], duplicate: any): Object;
|
12
|
+
export function createView(): Function;
|
13
|
+
import { INITIAL_STATE as IS_RUNNING_INITIAL_STATE } from "../create-view/is-running";
|
14
|
+
import { INITIAL_STATE as IS_VISIBLE_INITIAL_STATE } from "../create-view/is-visible";
|
15
|
+
import { INITIAL_STATE as IS_DUPLICATING_INITIAL_STATE } from "../create-view/is-duplicating";
|
16
|
+
import { INITIAL_STATE as NAME_INITIAL_STATE } from "../create-view/name";
|
17
|
+
import { INITIAL_STATE as ERROR_INITIAL_STATE } from "../create-view/error";
|
18
|
+
import { INITIAL_STATE as SOURCE_INITIAL_STATE } from "../create-view/source";
|
19
|
+
import { INITIAL_STATE as PIPELINE_INITIAL_STATE } from "../create-view/pipeline";
|
20
|
+
declare function rootReducer(state: Object, action: Object): Object;
|
21
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/index.js"],"names":[],"mappings":";;;;;;;;;;AA4HO,+EAFM,MAAM,CAOjB;AAOK,uCA2CN;;;;;;;;AApGD,oCALW,MAAM,UACN,MAAM,GAEJ,MAAM,CAuBlB"}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export default function reducer(state: boolean | undefined, action: any): any;
|
2
|
+
export const TOGGLE_IS_DUPLICATING: "aggregations/create-view/is-duplicating/TOGGLE_IS_DUPLICATING";
|
3
|
+
export const INITIAL_STATE: false;
|
4
|
+
export function toggleIsDuplicating(isDuplicating: boolean): Object;
|
5
|
+
//# sourceMappingURL=is-duplicating.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-duplicating.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/is-duplicating.js"],"names":[],"mappings":"AAOA,8EAKC;AATD,oGAAqG;AAErG,kCAAmC;AAgB5B,6DAFM,MAAM,CAKjB"}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export default function reducer(state: boolean | undefined, action: any): any;
|
2
|
+
export const TOGGLE_IS_RUNNING: "aggregations/create-view/is-running/TOGGLE_IS_RUNNING";
|
3
|
+
export const INITIAL_STATE: false;
|
4
|
+
export function toggleIsRunning(isRunning: boolean): Object;
|
5
|
+
//# sourceMappingURL=is-running.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-running.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/is-running.js"],"names":[],"mappings":"AAOA,8EAKC;AATD,wFAAyF;AAEzF,kCAAmC;AAgB5B,qDAFM,MAAM,CAKjB"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export default function reducer(state: boolean | undefined, action: any): any;
|
2
|
+
export const TOGGLE_IS_VISIBLE: "aggregations/create-view/is-visible/TOGGLE_IS_VISIBLE";
|
3
|
+
export const INITIAL_STATE: false;
|
4
|
+
export function toggleIsVisible(isVisible: any): {
|
5
|
+
type: string;
|
6
|
+
isVisible: any;
|
7
|
+
};
|
8
|
+
//# sourceMappingURL=is-visible.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-visible.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/is-visible.js"],"names":[],"mappings":"AAKA,8EAKC;AAVD,wFAC0D;AAE1D,kCAAmC;AAQ5B;;;EAGL"}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export default function reducer(state: string | undefined, action: any): any;
|
2
|
+
export const CHANGE_VIEW_NAME: "aggregations/create-view/name/CHANGE_NAME";
|
3
|
+
export const INITIAL_STATE: "";
|
4
|
+
export function changeViewName(name: string): Object;
|
5
|
+
//# sourceMappingURL=name.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"name.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/name.js"],"names":[],"mappings":"AAIA,6EAKC;AATD,2EAA4E;AAE5E,+BAAgC;AAgBzB,8CAFM,MAAM,CAKjB"}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export default function reducer(state: any[] | undefined, action: any): any;
|
2
|
+
export const SET_VIEW_PIPELINE: "aggregations/create-view/pipeline/SET";
|
3
|
+
export const INITIAL_STATE: any[];
|
4
|
+
export function setViewPipeline(pipeline: any[]): Object;
|
5
|
+
//# sourceMappingURL=pipeline.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/pipeline.js"],"names":[],"mappings":"AAIA,4EAKC;AATD,wEAAyE;AAEzE,kCAAgC;AAgBzB,kDAFM,MAAM,CAKjB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"reset.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/reset.js"],"names":[],"mappings":"AAGA,qDAAsD;AAO/C,yBAFK,MAAM,CAIhB"}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export default function reducer(state: string | undefined, action: any): any;
|
2
|
+
export const SET_VIEW_SOURCE: "aggregations/create-view/source/SET";
|
3
|
+
export const INITIAL_STATE: "";
|
4
|
+
export function setViewSource(source: string): Object;
|
5
|
+
//# sourceMappingURL=source.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"source.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-view/source.js"],"names":[],"mappings":"AAIA,6EAKC;AATD,oEAAqE;AAErE,+BAAgC;AAgBzB,+CAFM,MAAM,CAKjB"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { DataService } from "mongodb-data-service";
|
2
|
+
import type { AnyAction } from "redux";
|
3
|
+
export declare const DATA_SERVICE_CONNECTED: string;
|
4
|
+
declare type State = {
|
5
|
+
error: Error | null;
|
6
|
+
dataService: DataService | null;
|
7
|
+
};
|
8
|
+
export declare const INITIAL_STATE: State;
|
9
|
+
export default function reducer(state: State | undefined, action: AnyAction): State;
|
10
|
+
export declare const dataServiceConnected: (error: Error, dataService: DataService) => AnyAction;
|
11
|
+
export {};
|
12
|
+
//# sourceMappingURL=data-service.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"data-service.d.ts","sourceRoot":"","sources":["../../../src/modules/data-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUvC,eAAO,MAAM,sBAAsB,QAAqC,CAAC;AAEzE,aAAK,KAAK,GAAG;IACX,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;CACjC,CAAA;AAKD,eAAO,MAAM,aAAa,EAAE,KAG3B,CAAC;AAKF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,mBAAgB,EAAE,MAAM,EAAE,SAAS,GAAG,KAAK,CAQ/E;AAMD,eAAO,MAAM,oBAAoB,UAAW,KAAK,eAAe,WAAW,KAAG,SAI5E,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"edit-view-name.d.ts","sourceRoot":"","sources":["../../../src/modules/edit-view-name.js"],"names":[],"mappings":"AAYA,wCAJW,GAAG,GAED,GAAG,CAIf;AAXD,iCAAkC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../../src/modules/env.js"],"names":[],"mappings":"AAcA,wDAEC;AAZD,sCAAqC"}
|
@@ -0,0 +1,57 @@
|
|
1
|
+
import type { AnyAction, Reducer } from 'redux';
|
2
|
+
import type { Document } from 'mongodb';
|
3
|
+
import type { ExplainExecuteOptions } from 'mongodb-data-service';
|
4
|
+
import type { IndexInformation } from '@mongodb-js/explain-plan-helper';
|
5
|
+
import type { PipelineBuilderThunkAction } from '.';
|
6
|
+
import type { IndexInfo } from './indexes';
|
7
|
+
export declare enum ActionTypes {
|
8
|
+
ExplainStarted = "compass-aggregations/explainStarted",
|
9
|
+
ExplainFinished = "compass-aggregations/explainFinished",
|
10
|
+
ExplainFailed = "compass-aggregations/explainFailed",
|
11
|
+
ExplainCancelled = "compass-aggregations/explainCancelled"
|
12
|
+
}
|
13
|
+
declare type ExplainStartedAction = {
|
14
|
+
type: ActionTypes.ExplainStarted;
|
15
|
+
abortController: AbortController;
|
16
|
+
};
|
17
|
+
declare type ExplainFinishedAction = {
|
18
|
+
type: ActionTypes.ExplainFinished;
|
19
|
+
explain: ExplainData;
|
20
|
+
};
|
21
|
+
declare type ExplainFailedAction = {
|
22
|
+
type: ActionTypes.ExplainFailed;
|
23
|
+
error: string;
|
24
|
+
};
|
25
|
+
declare type ExplainCancelledAction = {
|
26
|
+
type: ActionTypes.ExplainCancelled;
|
27
|
+
};
|
28
|
+
export declare type Actions = ExplainStartedAction | ExplainFinishedAction | ExplainFailedAction | ExplainCancelledAction;
|
29
|
+
export declare type ExplainIndex = {
|
30
|
+
name: string;
|
31
|
+
shard?: string;
|
32
|
+
key: IndexInfo['key'];
|
33
|
+
};
|
34
|
+
export declare type ExplainData = {
|
35
|
+
plan: Document;
|
36
|
+
stats?: {
|
37
|
+
executionTimeMillis: number;
|
38
|
+
nReturned: number;
|
39
|
+
indexes: ExplainIndex[];
|
40
|
+
};
|
41
|
+
};
|
42
|
+
export declare type State = {
|
43
|
+
isLoading: boolean;
|
44
|
+
isModalOpen: boolean;
|
45
|
+
explain?: ExplainData;
|
46
|
+
abortController?: AbortController;
|
47
|
+
error?: string;
|
48
|
+
};
|
49
|
+
export declare const INITIAL_STATE: State;
|
50
|
+
declare const reducer: Reducer<State, AnyAction>;
|
51
|
+
export declare const closeExplainModal: () => PipelineBuilderThunkAction<void>;
|
52
|
+
export declare const cancelExplain: () => PipelineBuilderThunkAction<void>;
|
53
|
+
export declare const explainAggregation: () => PipelineBuilderThunkAction<Promise<void>>;
|
54
|
+
export declare const _getExplainVerbosity: (pipeline: Document[], isDataLake: boolean) => ExplainExecuteOptions['explainVerbosity'];
|
55
|
+
export declare const _mapIndexesInformation: (collectionIndexes: IndexInfo[], explainIndexes: IndexInformation[]) => ExplainIndex[];
|
56
|
+
export default reducer;
|
57
|
+
//# sourceMappingURL=explain.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"explain.d.ts","sourceRoot":"","sources":["../../../src/modules/explain.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,KAAK,EAAoB,QAAQ,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAElE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAExE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAEpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAO3C,oBAAY,WAAW;IACrB,cAAc,wCAAwC;IACtD,eAAe,yCAAyC;IACxD,aAAa,uCAAuC;IACpD,gBAAgB,0CAA0C;CAC3D;AAED,aAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC;IACjC,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,aAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,WAAW,CAAC,eAAe,CAAC;IAClC,OAAO,EAAE,WAAW,CAAC;CACtB,CAAC;AAEF,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,aAAa,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,aAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,WAAW,CAAC,gBAAgB,CAAC;CACpC,CAAC;AAEF,oBAAY,OAAO,GACf,oBAAoB,GACpB,qBAAqB,GACrB,mBAAmB,GACnB,sBAAsB,CAAC;AAG3B,oBAAY,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC;CACvB,CAAA;AAED,oBAAY,WAAW,GAAG;IACxB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE;QACN,mBAAmB,EAAE,MAAM,CAAC;QAC5B,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,YAAY,EAAE,CAAC;KACzB,CAAC;CACH,CAAC;AAEF,oBAAY,KAAK,GAAG;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAG3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CAgCtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAAO,2BAA2B,IAAI,CAInE,CAAC;AAEF,eAAO,MAAM,aAAa,QAAO,2BAA2B,IAAI,CAQ/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAAO,2BAA2B,QAAQ,IAAI,CAAC,CA2F7E,CAAC;AAEF,eAAO,MAAM,oBAAoB,aACrB,QAAQ,EAAE,cACR,OAAO,KAClB,qBAAqB,CAAC,kBAAkB,CAY1C,CAAC;AAEF,eAAO,MAAM,sBAAsB,sBACd,SAAS,EAAE,kBACd,gBAAgB,EAAE,KACjC,YAAY,EAcd,CAAA;AAED,eAAe,OAAO,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"export-to-language.d.ts","sourceRoot":"","sources":["../../../src/modules/export-to-language.js"],"names":[],"mappings":"AAWO,6CAmBN"}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export default function reducer(state: any[] | undefined, action: Object): any[];
|
2
|
+
export const FIELDS_CHANGED: "aggregations/fields/FIELDS_CHANGED";
|
3
|
+
export const INITIAL_STATE: any[];
|
4
|
+
export function fieldsChanged(fields: Object): Object;
|
5
|
+
//# sourceMappingURL=fields.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"fields.d.ts","sourceRoot":"","sources":["../../../src/modules/fields.js"],"names":[],"mappings":"AAkBA,kEAJW,MAAM,SAShB;AApBD,kEAAmE;AAKnE,kCAAgC;AAwBzB,sCAJI,MAAM,GAEJ,MAAM,CAKjB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../../src/modules/id.js"],"names":[],"mappings":"AAuBA,mEAJW,MAAM,UAiBhB;AA5BD,oDAAqD;AAKrD,+BAAgC;AA8BzB,4BAFM;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAI3B"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
export default function reducer(state: Object | undefined, action: Object): any;
|
2
|
+
export const NEW_PIPELINE: "aggregations/NEW_PIPELINE";
|
3
|
+
export const NEW_PIPELINE_FROM_TEXT: string;
|
4
|
+
export const CLOSE_IMPORT: string;
|
5
|
+
export const CHANGE_TEXT: string;
|
6
|
+
export const CREATE_NEW: string;
|
7
|
+
export const CONFIRM_NEW: string;
|
8
|
+
export namespace INITIAL_STATE {
|
9
|
+
const isOpen: boolean;
|
10
|
+
const text: string;
|
11
|
+
const isConfirmationNeeded: boolean;
|
12
|
+
const syntaxError: null;
|
13
|
+
}
|
14
|
+
export function newPipelineFromText(): import("redux").AnyAction;
|
15
|
+
export function closeImport(): Object;
|
16
|
+
export function changeText(text: string): Object;
|
17
|
+
export function createNew(): Object;
|
18
|
+
export function newPipeline(): import('.').PipelineBuilderThunkAction<void>;
|
19
|
+
export function confirmNew(): import('.').PipelineBuilderThunkAction<void>;
|
20
|
+
//# sourceMappingURL=import-pipeline.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"import-pipeline.d.ts","sourceRoot":"","sources":["../../../src/modules/import-pipeline.js"],"names":[],"mappings":"AAmIA,mEAJW,MAAM,GAEJ,GAAG,CAKf;AA9HD,uDAAwD;AAUxD,4CAAyE;AAKzE,kCAAqD;AAKrD,iCAAmD;AAKnD,gCAAiD;AAKjD,iCAAmD;;;;;;;AAuG5C,uCAFM,OAAO,OAAO,EAAE,SAAS,CAIpC;AAOK,+BAFM,MAAM,CAIjB;AASK,0CAFM,MAAM,CAKjB;AAOK,6BAFM,MAAM,CAIjB;AAOM,+BAFK,OAAO,GAAG,EAAE,0BAA0B,CAAC,IAAI,CAAC,CAexD;AAKM,8BAFM,OAAO,GAAG,EAAE,0BAA0B,CAAC,IAAI,CAAC,CAsBxD"}
|
@@ -0,0 +1,67 @@
|
|
1
|
+
import type { Action, AnyAction } from 'redux';
|
2
|
+
import type { ThunkAction } from 'redux-thunk';
|
3
|
+
import type { PipelineBuilder } from './pipeline-builder/pipeline-builder';
|
4
|
+
import type { PipelineStorage } from '../utils/pipeline-storage';
|
5
|
+
declare const rootReducer: import("redux").Reducer<import("redux").CombinedState<{
|
6
|
+
appRegistry: unknown;
|
7
|
+
comments: boolean;
|
8
|
+
autoPreview: boolean;
|
9
|
+
dataService: {
|
10
|
+
error: Error | null;
|
11
|
+
dataService: import("mongodb-data-service").DataService | null;
|
12
|
+
};
|
13
|
+
fields: any[];
|
14
|
+
inputDocuments: any;
|
15
|
+
namespace: string;
|
16
|
+
env: string;
|
17
|
+
isTimeSeries: boolean;
|
18
|
+
serverVersion: string;
|
19
|
+
savedPipeline: {
|
20
|
+
pipelines: any;
|
21
|
+
isLoaded: boolean;
|
22
|
+
isListVisible: boolean;
|
23
|
+
};
|
24
|
+
name: string;
|
25
|
+
collationString: import("./collation-string").CollationStringState;
|
26
|
+
id: string;
|
27
|
+
isModified: boolean;
|
28
|
+
isAtlasDeployed: boolean;
|
29
|
+
isReadonly: boolean;
|
30
|
+
importPipeline: any;
|
31
|
+
settings: {
|
32
|
+
isExpanded: boolean;
|
33
|
+
isCommentMode: boolean;
|
34
|
+
isDirty: boolean;
|
35
|
+
sampleSize: number;
|
36
|
+
limit: number;
|
37
|
+
};
|
38
|
+
limit: any;
|
39
|
+
largeLimit: any;
|
40
|
+
maxTimeMS: number | null;
|
41
|
+
savingPipeline: any;
|
42
|
+
projections: any;
|
43
|
+
editViewName: any;
|
44
|
+
sourceName: any;
|
45
|
+
outResultsFn: any;
|
46
|
+
isNewPipelineConfirm: boolean;
|
47
|
+
updateViewError: any;
|
48
|
+
aggregation: import("./aggregation").State;
|
49
|
+
workspace: import("./workspace").Workspace;
|
50
|
+
countDocuments: import("./count-documents").State;
|
51
|
+
aggregationWorkspaceId: string;
|
52
|
+
explain: import("./explain").State;
|
53
|
+
isDataLake: boolean;
|
54
|
+
indexes: import("./indexes").State;
|
55
|
+
pipelineBuilder: import("redux").CombinedState<{
|
56
|
+
pipelineMode: import("./pipeline-builder/pipeline-mode").PipelineMode;
|
57
|
+
stageEditor: import("./pipeline-builder/stage-editor").StageEditorState;
|
58
|
+
textEditor: import("./pipeline-builder/text-editor").TextEditorState;
|
59
|
+
}>;
|
60
|
+
}>, Action<any>>;
|
61
|
+
export declare type RootState = ReturnType<typeof rootReducer>;
|
62
|
+
export declare type PipelineBuilderThunkAction<R, A extends Action = AnyAction> = ThunkAction<R, RootState, {
|
63
|
+
pipelineBuilder: PipelineBuilder;
|
64
|
+
pipelineStorage: PipelineStorage;
|
65
|
+
}, A>;
|
66
|
+
export default rootReducer;
|
67
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +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;AAuC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAQjE,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAsCf,CAAC;AAEH,oBAAY,SAAS,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAEvD,oBAAY,0BAA0B,CACpC,CAAC,EACD,CAAC,SAAS,MAAM,GAAG,SAAS,IAC1B,WAAW,CACb,CAAC,EACD,SAAS,EACT;IAAE,eAAe,EAAE,eAAe,CAAC;IAAC,eAAe,EAAE,eAAe,CAAA;CAAE,EACtE,CAAC,CACF,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import type { Reducer } from 'redux';
|
2
|
+
import type { IndexDirection } from 'mongodb';
|
3
|
+
export declare enum ActionTypes {
|
4
|
+
IndexesFetched = "compass-aggregations/indexesFetched"
|
5
|
+
}
|
6
|
+
export declare type IndexInfo = {
|
7
|
+
ns: string;
|
8
|
+
name: string;
|
9
|
+
key: Record<string, IndexDirection>;
|
10
|
+
extra: Record<string, any>;
|
11
|
+
};
|
12
|
+
declare type IndexesFetchedAction = {
|
13
|
+
type: ActionTypes.IndexesFetched;
|
14
|
+
indexes: IndexInfo[];
|
15
|
+
};
|
16
|
+
export declare type Actions = IndexesFetchedAction;
|
17
|
+
export declare type State = IndexInfo[];
|
18
|
+
export declare const INITIAL_STATE: State;
|
19
|
+
declare const reducer: Reducer<State, Actions>;
|
20
|
+
export declare const indexesFetched: (indexes: IndexInfo[]) => IndexesFetchedAction;
|
21
|
+
export default reducer;
|
22
|
+
//# sourceMappingURL=indexes.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"indexes.d.ts","sourceRoot":"","sources":["../../../src/modules/indexes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,oBAAY,WAAW;IACrB,cAAc,wCAAwC;CACvD;AAED,oBAAY,SAAS,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC5B,CAAC;AAEF,aAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC;IACjC,OAAO,EAAE,SAAS,EAAE,CAAC;CACtB,CAAC;AAEF,oBAAY,OAAO,GAAG,oBAAoB,CAAC;AAE3C,oBAAY,KAAK,GAAG,SAAS,EAAE,CAAC;AAEhC,eAAO,MAAM,aAAa,EAAE,KAAU,CAAC;AAEvC,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,CAOpC,CAAC;AAEF,eAAO,MAAM,cAAc,YAAa,SAAS,EAAE,KAAG,oBAGpD,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export const TOGGLE_INPUT_COLLAPSED: string;
|
2
|
+
export const UPDATE_INPUT_DOCUMENTS: string;
|
3
|
+
export const LOADING_INPUT_DOCUMENTS: string;
|
4
|
+
export namespace INITIAL_STATE {
|
5
|
+
const count: null;
|
6
|
+
const documents: never[];
|
7
|
+
const error: null;
|
8
|
+
const isExpanded: boolean;
|
9
|
+
const isLoading: boolean;
|
10
|
+
}
|
11
|
+
export default reducer;
|
12
|
+
export function toggleInputDocumentsCollapsed(): Object;
|
13
|
+
export function updateInputDocuments(count: number, documents: any[], error: Error): Object;
|
14
|
+
export function loadingInputDocuments(): Object;
|
15
|
+
export function refreshInputDocuments(): Function;
|
16
|
+
declare function reducer(state: Object | undefined, action: Object): any;
|
17
|
+
//# sourceMappingURL=input-documents.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/input-documents.js"],"names":[],"mappings":"AAUA,4CAAyE;AAKzE,4CAAyE;AAKzE,6CAA2E;;;;;;;;;AA6CpE,iDAFM,MAAM,CAIjB;AAWK,6EAJI,KAAK,GAEH,MAAM,CAOjB;AAOK,yCAFM,MAAM,CAIjB;AAOK,kDAuCN;AAjGD,4DAJW,MAAM,GAEJ,GAAG,CAiBf"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-atlas-deployed.d.ts","sourceRoot":"","sources":["../../../src/modules/is-atlas-deployed.js"],"names":[],"mappings":"AAaA,0DAEC;AAZD,kCAAmC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-datalake.d.ts","sourceRoot":"","sources":["../../../src/modules/is-datalake.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAErC,aAAK,KAAK,GAAG,OAAO,CAAC;AAErB,eAAO,MAAM,aAAa,EAAE,KAAa,CAAC;AAE1C,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,CAE3B,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-modified.d.ts","sourceRoot":"","sources":["../../../src/modules/is-modified.js"],"names":[],"mappings":"AAcA,oEAJW,MAAM,WA0BhB"}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export default function reducer(state: boolean | undefined, action: Object): boolean;
|
2
|
+
export const SET_IS_NEW_PIPELINE_CONFIRM: string;
|
3
|
+
export const INITIAL_STATE: false;
|
4
|
+
export function setIsNewPipelineConfirm(isNewPipelineConfirm: boolean): import("redux").AnyAction;
|
5
|
+
//# sourceMappingURL=is-new-pipeline-confirm.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-new-pipeline-confirm.d.ts","sourceRoot":"","sources":["../../../src/modules/is-new-pipeline-confirm.js"],"names":[],"mappings":"AAyBA,oEAJW,MAAM,WAYhB;AAvBD,iDAAmF;AAKnF,kCAAmC;AA2B5B,wEAFM,OAAO,OAAO,EAAE,SAAS,CAKpC"}
|