@mongodb-js/compass-aggregations 9.2.0 → 9.4.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/browser.js.LICENSE.txt +0 -6
- package/dist/index.css +54 -346
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +0 -6
- 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/atlas-stage-preview.d.ts +5 -0
- package/dist/src/components/atlas-stage-preview.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 +61 -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 +17 -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 +15 -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-as-text-workspace/pipeline-stages-preview.d.ts +13 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-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-output-options-menu.d.ts +7 -0
- package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -0
- package/dist/src/components/pipeline-results-workspace/index.d.ts +20 -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 +14 -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 +10 -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 +15 -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.d.ts +4 -0
- package/dist/src/components/resize-handle.d.ts.map +1 -0
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +12 -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 +54 -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/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 +20 -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 +74 -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 +12 -0
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/index.d.ts +14 -0
- package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +42 -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 +20 -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 +29 -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 +16 -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 +22 -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 +116 -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-output-stage.d.ts +13 -0
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts +46 -0
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.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/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 +17 -0
- package/dist/src/utils/stage.d.ts.map +1 -0
- package/package.json +38 -32
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export default ConfirmImportPipeline;
|
2
|
+
declare class ConfirmImportPipeline extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
isConfirmationNeeded: PropTypes.Validator<boolean>;
|
6
|
+
isAutoPreviewing: PropTypes.Validator<boolean>;
|
7
|
+
closeImport: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
+
confirmNew: PropTypes.Validator<(...args: any[]) => any>;
|
9
|
+
};
|
10
|
+
constructor(props: any);
|
11
|
+
constructor(props: any, context: any);
|
12
|
+
onConfirm: () => void;
|
13
|
+
render(): React.Component;
|
14
|
+
}
|
15
|
+
import React from "react";
|
16
|
+
import PropTypes from "prop-types";
|
17
|
+
//# sourceMappingURL=confirm-import-pipeline.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"confirm-import-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/confirm-import-pipeline.jsx"],"names":[],"mappings":";AAYA;IACE,2BAAsD;IAEtD;;;;;MAKC;IA6B+nkB,wBAA8C;IAAA,sCAAyJ;IA3Bv0kB,sBAEC;IAOD,UAFa,MAAM,SAAS,CAgB3B;CACF"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export default ConfirmNewPipeline;
|
2
|
+
declare class ConfirmNewPipeline extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
isNewPipelineConfirm: PropTypes.Validator<boolean>;
|
6
|
+
setIsNewPipelineConfirm: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
+
newPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
+
};
|
9
|
+
constructor(props: any);
|
10
|
+
constructor(props: any, context: any);
|
11
|
+
onConfirm: () => void;
|
12
|
+
onClose: () => void;
|
13
|
+
render(): React.Component;
|
14
|
+
}
|
15
|
+
import React from "react";
|
16
|
+
import PropTypes from "prop-types";
|
17
|
+
//# sourceMappingURL=confirm-new-pipeline.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"confirm-new-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/confirm-new-pipeline.jsx"],"names":[],"mappings":";AAaA;IACE,2BAAmD;IAEnD;;;;MAIC;IAwC8/jB,wBAA8C;IAAA,sCAAyJ;IAnCtskB,sBAGC;IAKD,oBAEC;IAOD,UAFa,MAAM,SAAS,CAgB3B;CACF"}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
|
3
|
+
export declare const ImportPipeline: React.FunctionComponent<{
|
4
|
+
isOpen?: boolean;
|
5
|
+
closeImport(): void;
|
6
|
+
changeText(newText: string): void;
|
7
|
+
createNew(): void;
|
8
|
+
text: string;
|
9
|
+
error?: string | null;
|
10
|
+
fields: CompletionWithServerInfo[];
|
11
|
+
serverVersion: string;
|
12
|
+
}>;
|
13
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<{
|
14
|
+
isOpen?: boolean | undefined;
|
15
|
+
closeImport(): void;
|
16
|
+
changeText(newText: string): void;
|
17
|
+
createNew(): void;
|
18
|
+
text: string;
|
19
|
+
error?: string | null | undefined;
|
20
|
+
fields: CompletionWithServerInfo[];
|
21
|
+
serverVersion: string;
|
22
|
+
}>, Omit<{
|
23
|
+
isOpen?: boolean | undefined;
|
24
|
+
closeImport(): void;
|
25
|
+
changeText(newText: string): void;
|
26
|
+
createNew(): void;
|
27
|
+
text: string;
|
28
|
+
error?: string | null | undefined;
|
29
|
+
fields: CompletionWithServerInfo[];
|
30
|
+
serverVersion: string;
|
31
|
+
}, "text" | "error" | "fields" | "serverVersion" | "isOpen" | "createNew" | "closeImport" | "changeText"> & import("react-redux").ConnectProps>;
|
32
|
+
export default _default;
|
33
|
+
//# sourceMappingURL=import-pipeline.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"import-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/import-pipeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAsC3E,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACnD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,IAAI,IAAI,CAAC;IACpB,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,IAAI,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,aAAa,EAAE,MAAM,CAAC;CACvB,CA4CA,CAAC;;;;;;;;;;;;;;;;;;;;AAkBF,wBAA8D"}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
export default Pipeline;
|
2
|
+
declare class Pipeline extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
isAtlasDeployed: PropTypes.Validator<boolean>;
|
6
|
+
saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
+
newPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
+
newPipelineFromText: PropTypes.Validator<(...args: any[]) => any>;
|
9
|
+
closeImport: PropTypes.Validator<(...args: any[]) => any>;
|
10
|
+
clonePipeline: PropTypes.Validator<(...args: any[]) => any>;
|
11
|
+
confirmNew: PropTypes.Validator<(...args: any[]) => any>;
|
12
|
+
exportToLanguage: PropTypes.Validator<(...args: any[]) => any>;
|
13
|
+
isCommenting: PropTypes.Validator<boolean>;
|
14
|
+
isAutoPreviewing: PropTypes.Validator<boolean>;
|
15
|
+
isImportConfirmationNeeded: PropTypes.Validator<boolean>;
|
16
|
+
name: PropTypes.Requireable<string>;
|
17
|
+
dismissViewError: PropTypes.Validator<(...args: any[]) => any>;
|
18
|
+
updateView: PropTypes.Validator<(...args: any[]) => any>;
|
19
|
+
updateViewError: PropTypes.Requireable<string>;
|
20
|
+
collationString: PropTypes.Requireable<object>;
|
21
|
+
collationStringChanged: PropTypes.Validator<(...args: any[]) => any>;
|
22
|
+
openLink: PropTypes.Validator<(...args: any[]) => any>;
|
23
|
+
settings: PropTypes.Validator<object>;
|
24
|
+
toggleSettingsIsExpanded: PropTypes.Validator<(...args: any[]) => any>;
|
25
|
+
toggleSettingsIsCommentMode: PropTypes.Validator<(...args: any[]) => any>;
|
26
|
+
setSettingsSampleSize: PropTypes.Validator<(...args: any[]) => any>;
|
27
|
+
setSettingsLimit: PropTypes.Validator<(...args: any[]) => any>;
|
28
|
+
limit: PropTypes.Validator<number>;
|
29
|
+
largeLimit: PropTypes.Validator<number>;
|
30
|
+
maxTimeMS: PropTypes.Requireable<number>;
|
31
|
+
applySettings: PropTypes.Validator<(...args: any[]) => any>;
|
32
|
+
savingPipelineNameChanged: PropTypes.Validator<(...args: any[]) => any>;
|
33
|
+
savingPipelineApply: PropTypes.Validator<(...args: any[]) => any>;
|
34
|
+
savingPipelineCancel: PropTypes.Validator<(...args: any[]) => any>;
|
35
|
+
savingPipelineOpen: PropTypes.Validator<(...args: any[]) => any>;
|
36
|
+
savingPipeline: PropTypes.Validator<object>;
|
37
|
+
isNewPipelineConfirm: PropTypes.Validator<boolean>;
|
38
|
+
setIsNewPipelineConfirm: PropTypes.Validator<(...args: any[]) => any>;
|
39
|
+
workspace: PropTypes.Validator<string>;
|
40
|
+
showExportButton: PropTypes.Validator<boolean>;
|
41
|
+
showRunButton: PropTypes.Validator<boolean>;
|
42
|
+
showExplainButton: PropTypes.Validator<boolean>;
|
43
|
+
};
|
44
|
+
static defaultProps: {
|
45
|
+
maxTimeMS: number;
|
46
|
+
limit: number;
|
47
|
+
largeLimit: number;
|
48
|
+
};
|
49
|
+
constructor(props: any);
|
50
|
+
constructor(props: any, context: any);
|
51
|
+
state: {
|
52
|
+
pipelineOutputOption: string;
|
53
|
+
};
|
54
|
+
onChangePipelineOutputOption: (pipelineOutputOption: any) => void;
|
55
|
+
renderModifyingViewSourceError(): JSX.Element | undefined;
|
56
|
+
renderPipelineToolbar(): JSX.Element;
|
57
|
+
render(): Component;
|
58
|
+
}
|
59
|
+
import React from "react";
|
60
|
+
import PropTypes from "prop-types";
|
61
|
+
//# sourceMappingURL=pipeline.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAwBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuCE;IAEF;;;;MAIE;IA+Gsia,wBAA8C;IAAA,sCAAyJ;IA7G/ua;;MAEE;IAEF,kEAEE;IAEF,0DAcC;IAED,qCAUC;IAOD,oBAgEC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type PipelineAsTextWorkspaceProps = {
|
3
|
+
isAutoPreview: boolean;
|
4
|
+
};
|
5
|
+
export declare const PipelineAsTextWorkspace: React.FunctionComponent<PipelineAsTextWorkspaceProps>;
|
6
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineAsTextWorkspaceProps>, Omit<PipelineAsTextWorkspaceProps, "isAutoPreview"> & import("react-redux").ConnectProps>;
|
7
|
+
export default _default;
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgC1B,aAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAIF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAkC7B,CAAC;;AAMF,wBAA0D"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
|
3
|
+
import type { MongoServerError } from 'mongodb';
|
4
|
+
import type { PipelineParserError } from '../../../modules/pipeline-builder/pipeline-parser/utils';
|
5
|
+
declare type PipelineEditorProps = {
|
6
|
+
num_stages: number;
|
7
|
+
pipelineText: string;
|
8
|
+
syntaxErrors: PipelineParserError[];
|
9
|
+
serverError: MongoServerError | null;
|
10
|
+
serverVersion: string;
|
11
|
+
fields: CompletionWithServerInfo[];
|
12
|
+
onChangePipelineText: (value: string) => void;
|
13
|
+
};
|
14
|
+
export declare const PipelineEditor: React.FunctionComponent<PipelineEditorProps>;
|
15
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>, Omit<PipelineEditorProps, "fields" | "pipelineText" | "serverVersion" | "syntaxErrors" | "num_stages" | "serverError" | "onChangePipelineText"> & import("react-redux").ConnectProps>;
|
16
|
+
export default _default;
|
17
|
+
//# sourceMappingURL=pipeline-editor.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAS9D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAS3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AA4BnG,aAAK,mBAAmB,GAAG;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C,CAAC;AAoBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAoFvE,CAAC;;AA6BF,wBAA8D"}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { Document } from 'mongodb';
|
3
|
+
declare type PipelinePreviewProps = {
|
4
|
+
isLoading: boolean;
|
5
|
+
isMergeStage: boolean;
|
6
|
+
isOutStage: boolean;
|
7
|
+
isMissingAtlasSupport: boolean;
|
8
|
+
atlasOperator: string;
|
9
|
+
previewDocs: Document[] | null;
|
10
|
+
isPreviewStale: boolean;
|
11
|
+
};
|
12
|
+
export declare const PipelinePreview: React.FunctionComponent<PipelinePreviewProps>;
|
13
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, Omit<PipelinePreviewProps, "previewDocs" | "isLoading" | "isMissingAtlasSupport" | "atlasOperator" | "isPreviewStale" | "isMergeStage" | "isOutStage"> & import("react-redux").ConnectProps>;
|
14
|
+
export default _default;
|
15
|
+
//# sourceMappingURL=pipeline-preview.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAsDxC,aAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAoFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;AAuBF,wBAAkD"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare type OutputStageProps = {
|
3
|
+
stageOperator: '$out' | '$merge' | null;
|
4
|
+
isAtlas: boolean;
|
5
|
+
isLoading: boolean;
|
6
|
+
isComplete: boolean;
|
7
|
+
onSaveCollection: () => void;
|
8
|
+
onOpenCollection: () => void;
|
9
|
+
};
|
10
|
+
export declare const OutputStagePreview: ({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null;
|
11
|
+
export declare const OutputStageBanner: import("react-redux").ConnectedComponent<({ stageOperator, isAtlas, isLoading, isComplete, onSaveCollection, onOpenCollection, }: OutputStageProps) => JSX.Element | null, Omit<OutputStageProps, "isLoading" | "isComplete" | "isAtlas" | "onSaveCollection" | "onOpenCollection"> & import("react-redux").ConnectProps>;
|
12
|
+
export {};
|
13
|
+
//# sourceMappingURL=pipeline-stages-preview.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-stages-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.tsx"],"names":[],"mappings":";AAuCA,aAAK,gBAAgB,GAAG;IACtB,aAAa,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI,CAAC;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA+BF,eAAO,MAAM,kBAAkB,2FAO5B,gBAAgB,uBAyClB,CAAC;AAoBF,eAAO,MAAM,iBAAiB,oIA7D3B,gBAAgB,uKAgEE,CAAC"}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
export class PipelineBuilderUIWorkspace extends React.PureComponent<any, any, any> {
|
2
|
+
static propTypes: {
|
3
|
+
stageIds: PropTypes.Validator<any[]>;
|
4
|
+
editViewName: PropTypes.Requireable<string>;
|
5
|
+
onStageMoveEnd: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
+
};
|
7
|
+
constructor(props: any);
|
8
|
+
constructor(props: any, context: any);
|
9
|
+
onStageMoved: ({ oldIndex, newIndex }: number) => void;
|
10
|
+
render(): React.Component;
|
11
|
+
stageListContainerRef: HTMLDivElement | null | undefined;
|
12
|
+
}
|
13
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof PipelineBuilderUIWorkspace, Omit<PropTypes.InferProps<{
|
14
|
+
stageIds: PropTypes.Validator<any[]>;
|
15
|
+
editViewName: PropTypes.Requireable<string>;
|
16
|
+
onStageMoveEnd: PropTypes.Validator<(...args: any[]) => any>;
|
17
|
+
}>, "editViewName" | "onStageMoveEnd" | "stageIds"> & import("react-redux").ConnectProps>;
|
18
|
+
export default _default;
|
19
|
+
import React from "react";
|
20
|
+
import PropTypes from "prop-types";
|
21
|
+
//# sourceMappingURL=pipeline-builder-ui-workspace.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-builder-ui-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.jsx"],"names":[],"mappings":"AAoBA;IACE;;;;MAIE;IAyEqihB,wBAA8C;IAAA,sCAAyJ;IAjE9uhB,uDAEE;IAOF,UAFa,MAAM,SAAS,CAuC3B;IAhCO,yDAAgC;CAiCzC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { PipelineMode } from '../../modules/pipeline-builder/pipeline-mode';
|
3
|
+
declare type PipelineBuilderWorkspaceProps = {
|
4
|
+
pipelineMode: PipelineMode;
|
5
|
+
};
|
6
|
+
export declare const PipelineBuilderWorkspace: React.FunctionComponent<PipelineBuilderWorkspaceProps>;
|
7
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderWorkspaceProps>, Omit<PipelineBuilderWorkspaceProps, "pipelineMode"> & import("react-redux").ConnectProps>;
|
8
|
+
export default _default;
|
9
|
+
//# sourceMappingURL=pipeline-builder-workspace.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-builder-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AASjF,aAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAa9B,CAAC;;AAMF,wBAA2D"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { ExplainIndex } from '../../modules/explain';
|
3
|
+
declare type ExplainIndexesProps = {
|
4
|
+
indexes: ExplainIndex[];
|
5
|
+
};
|
6
|
+
export declare const ExplainIndexes: React.FunctionComponent<ExplainIndexesProps>;
|
7
|
+
export {};
|
8
|
+
//# sourceMappingURL=explain-indexes.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"explain-indexes.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-indexes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,aAAK,mBAAmB,GAAG;IACzB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAuBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAgDvE,CAAC"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { ExplainIndex } from '../../modules/explain';
|
3
|
+
declare type ExplainQueryPerformanceProps = {
|
4
|
+
executionTimeMillis: number;
|
5
|
+
nReturned: number;
|
6
|
+
indexes: ExplainIndex[];
|
7
|
+
};
|
8
|
+
export declare const ExplainQueryPerformance: React.FunctionComponent<ExplainQueryPerformanceProps>;
|
9
|
+
export {};
|
10
|
+
//# sourceMappingURL=explain-query-performance.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,aAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAiCvF,CAAC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { ExplainData } from '../../modules/explain';
|
3
|
+
declare type ExplainResultsProps = {
|
4
|
+
plan: ExplainData['plan'];
|
5
|
+
stats?: ExplainData['stats'];
|
6
|
+
};
|
7
|
+
export declare const ExplainResults: React.FunctionComponent<ExplainResultsProps>;
|
8
|
+
export {};
|
9
|
+
//# sourceMappingURL=explain-results.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA+BvE,CAAC"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { ExplainData } from '../../modules/explain';
|
3
|
+
declare type PipelineExplainProps = {
|
4
|
+
isModalOpen: boolean;
|
5
|
+
isLoading: boolean;
|
6
|
+
error?: string;
|
7
|
+
explain?: ExplainData;
|
8
|
+
onCloseModal: () => void;
|
9
|
+
onCancelExplain: () => void;
|
10
|
+
};
|
11
|
+
export declare const PipelineExplain: React.FunctionComponent<PipelineExplainProps>;
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExplainProps>, Omit<PipelineExplainProps, "error" | "explain" | "isModalOpen" | "isLoading" | "onCloseModal" | "onCancelExplain"> & import("react-redux").ConnectProps>;
|
13
|
+
export default _default;
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIzD,aAAK,oBAAoB,GAAG;IAC1B,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAYF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAiEzE,CAAC;;AAeF,wBAA+D"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export declare type PipelineOutputOption = 'expand' | 'collapse';
|
3
|
+
export declare const PipelineOutputOptionsMenu: React.FunctionComponent<{
|
4
|
+
option: PipelineOutputOption;
|
5
|
+
onChangeOption: (option: PipelineOutputOption) => void;
|
6
|
+
}>;
|
7
|
+
//# sourceMappingURL=pipeline-output-options-menu.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-output-options-menu.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-output-options-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,oBAAY,oBAAoB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAMzD,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC9D,MAAM,EAAE,oBAAoB,CAAC;IAC7B,cAAc,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;CACxD,CAaA,CAAC"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { Document } from 'mongodb';
|
3
|
+
declare type PipelineResultsWorkspaceProps = {
|
4
|
+
documents: Document[];
|
5
|
+
isLoading?: boolean;
|
6
|
+
isError?: boolean;
|
7
|
+
allDocsExpanded?: boolean;
|
8
|
+
error?: string | null;
|
9
|
+
isEmpty?: boolean;
|
10
|
+
isMergeOrOutPipeline?: boolean;
|
11
|
+
mergeOrOutDestination?: string | null;
|
12
|
+
resultsViewType: 'document' | 'json';
|
13
|
+
onOutClick?: (ns: string) => void;
|
14
|
+
onCancel: () => void;
|
15
|
+
onRetry: () => void;
|
16
|
+
};
|
17
|
+
export declare const PipelineResultsWorkspace: React.FunctionComponent<PipelineResultsWorkspaceProps>;
|
18
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsWorkspaceProps>, Omit<PipelineResultsWorkspaceProps, "error" | "documents" | "onCancel" | "resultsViewType" | "isMergeOrOutPipeline" | "isLoading" | "isError" | "isEmpty" | "mergeOrOutDestination" | "onOutClick" | "onRetry"> & import("react-redux").ConnectProps>;
|
19
|
+
export default _default;
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AA8FxC,aAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAAC,6BAA6B,CA2EzF,CAAC;;AAoCJ,wBAAwE"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-empty-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-empty-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAgCvC,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAUxC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type PipelinePaginationCountProps = {
|
3
|
+
loading: boolean;
|
4
|
+
count?: number;
|
5
|
+
onCount: () => void;
|
6
|
+
};
|
7
|
+
export declare const PipelinePaginationCount: React.FunctionComponent<PipelinePaginationCountProps>;
|
8
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationCountProps>, Omit<PipelinePaginationCountProps, "loading" | "count" | "onCount"> & import("react-redux").ConnectProps>;
|
9
|
+
export default _default;
|
10
|
+
//# sourceMappingURL=pipeline-pagination-count.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-pagination-count.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination-count.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,aAAK,4BAA4B,GAAG;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAYF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAgDvF,CAAC;;AAWJ,wBAAuE"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { RootState } from '../../modules';
|
3
|
+
declare type PipelinePaginationProps = {
|
4
|
+
showingFrom: number;
|
5
|
+
showingTo: number;
|
6
|
+
isCountDisabled: boolean;
|
7
|
+
isPrevDisabled: boolean;
|
8
|
+
isNextDisabled: boolean;
|
9
|
+
onPrev: () => void;
|
10
|
+
onNext: () => void;
|
11
|
+
};
|
12
|
+
export declare const PipelinePagination: React.FunctionComponent<PipelinePaginationProps>;
|
13
|
+
export declare const calculateShowingFrom: ({ limit, page, }: Pick<RootState['aggregation'], 'limit' | 'page'>) => number;
|
14
|
+
export declare const calculateShowingTo: ({ limit, page, documentCount, }: Pick<import("../../modules/aggregation").State, "limit" | "page"> & {
|
15
|
+
documentCount: number;
|
16
|
+
}) => number;
|
17
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationProps>, Omit<PipelinePaginationProps, "showingFrom" | "showingTo" | "isCountDisabled" | "isPrevDisabled" | "isNextDisabled" | "onPrev" | "onNext"> & import("react-redux").ConnectProps>;
|
18
|
+
export default _default;
|
19
|
+
//# sourceMappingURL=pipeline-pagination.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,aAAK,uBAAuB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAcF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAwC7E,CAAC;AAEJ,eAAO,MAAM,oBAAoB,qBAG9B,KAAK,SAAS,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC,KAAG,MAErD,CAAC;AAEF,eAAO,MAAM,kBAAkB;mBAKd,MAAM;MACnB,MAEH,CAAC;;AA0BF,wBAAkE"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { ResultsViewType } from './pipeline-results-list';
|
3
|
+
import type { PipelineOutputOption } from '../pipeline-output-options-menu';
|
4
|
+
declare type PipelineResultsHeaderProps = {
|
5
|
+
onChangeResultsView: (viewType: ResultsViewType) => void;
|
6
|
+
resultsViewType: ResultsViewType;
|
7
|
+
isMergeOrOutPipeline: boolean;
|
8
|
+
onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
|
9
|
+
pipelineOutputOption: PipelineOutputOption;
|
10
|
+
};
|
11
|
+
export declare const PipelineResultsHeader: React.FunctionComponent<PipelineResultsHeaderProps>;
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsHeaderProps>, Omit<PipelineResultsHeaderProps, "resultsViewType" | "onChangeResultsView" | "isMergeOrOutPipeline"> & import("react-redux").ConnectProps>;
|
13
|
+
export default _default;
|
14
|
+
//# sourceMappingURL=pipeline-results-header.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,aAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAmBF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CA+B3B,CAAC;;AAkBF,wBAAqE"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { Document } from 'mongodb';
|
3
|
+
export declare type ResultsViewType = 'document' | 'json';
|
4
|
+
declare const PipelineResultsList: React.FunctionComponent<{
|
5
|
+
documents: Document[];
|
6
|
+
allDocsExpanded?: boolean;
|
7
|
+
view: ResultsViewType;
|
8
|
+
}>;
|
9
|
+
export default PipelineResultsList;
|
10
|
+
//# sourceMappingURL=pipeline-results-list.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAIxC,oBAAY,eAAe,GAAG,UAAU,GAAG,MAAM,CAAC;AAMlD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjD,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,eAAe,CAAC;CACvB,CA2BA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { ResultsViewType } from './pipeline-results-list';
|
3
|
+
declare const PipelineResultsViewControls: React.FunctionComponent<{
|
4
|
+
value: ResultsViewType;
|
5
|
+
onChange(viewType: ResultsViewType): void;
|
6
|
+
}>;
|
7
|
+
export default PipelineResultsViewControls;
|
8
|
+
//# sourceMappingURL=pipeline-results-view-controls.d.ts.map
|
package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-results-view-controls.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-view-controls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAS/D,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACzD,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;CAC3C,CAgCA,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { PipelineOutputOption } from '../pipeline-output-options-menu';
|
3
|
+
declare type PipelineToolbarProps = {
|
4
|
+
darkMode?: boolean;
|
5
|
+
isBuilderView: boolean;
|
6
|
+
showRunButton: boolean;
|
7
|
+
showExportButton: boolean;
|
8
|
+
showExplainButton: boolean;
|
9
|
+
onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
|
10
|
+
pipelineOutputOption: PipelineOutputOption;
|
11
|
+
};
|
12
|
+
export declare const PipelineToolbar: React.FunctionComponent<PipelineToolbarProps>;
|
13
|
+
declare const _default: React.ComponentType<Omit<PipelineToolbarProps, "isBuilderView"> & import("react-redux").ConnectProps>;
|
14
|
+
export default _default;
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAUxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAsC5E,aAAK,oBAAoB,GAAG;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAqDzE,CAAC;;AAKF,wBAA6D"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type PipelineHeaderProps = {
|
3
|
+
isOptionsVisible: boolean;
|
4
|
+
namespace: string;
|
5
|
+
showRunButton: boolean;
|
6
|
+
showExportButton: boolean;
|
7
|
+
showExplainButton: boolean;
|
8
|
+
onToggleSavedPipelines: (show: boolean) => void;
|
9
|
+
onToggleOptions: () => void;
|
10
|
+
isOpenPipelineVisible: boolean;
|
11
|
+
isSavedPipelineVisible: boolean;
|
12
|
+
savedPipelines: {
|
13
|
+
id: string;
|
14
|
+
name: string;
|
15
|
+
}[];
|
16
|
+
};
|
17
|
+
export declare const PipelineHeader: React.FunctionComponent<PipelineHeaderProps>;
|
18
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineHeaderProps>, Omit<PipelineHeaderProps, "namespace" | "savedPipelines" | "onToggleSavedPipelines" | "isOpenPipelineVisible" | "isSavedPipelineVisible"> & import("react-redux").ConnectProps>;
|
19
|
+
export default _default;
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,aAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;IAChC,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAkEvE,CAAC;;AAEF,wBAckB"}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type PipelineActionsProps = {
|
3
|
+
showRunButton?: boolean;
|
4
|
+
isRunButtonDisabled?: boolean;
|
5
|
+
onRunAggregation: () => void;
|
6
|
+
showExportButton?: boolean;
|
7
|
+
isExportButtonDisabled?: boolean;
|
8
|
+
onExportAggregationResults: () => void;
|
9
|
+
showUpdateViewButton?: boolean;
|
10
|
+
isUpdateViewButtonDisabled?: boolean;
|
11
|
+
onUpdateView: () => void;
|
12
|
+
showExplainButton?: boolean;
|
13
|
+
isExplainButtonDisabled?: boolean;
|
14
|
+
onExplainAggregation: () => void;
|
15
|
+
isOptionsVisible?: boolean;
|
16
|
+
onToggleOptions: () => void;
|
17
|
+
};
|
18
|
+
export declare const PipelineActions: React.FunctionComponent<PipelineActionsProps>;
|
19
|
+
declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineActionsProps>, Omit<PipelineActionsProps, "isRunButtonDisabled" | "isExportButtonDisabled" | "showUpdateViewButton" | "isUpdateViewButtonDisabled" | "isExplainButtonDisabled" | "onUpdateView" | "onRunAggregation" | "onExportAggregationResults" | "onExplainAggregation"> & import("react-redux").ConnectProps>;
|
20
|
+
export default _default;
|
21
|
+
//# sourceMappingURL=pipeline-actions.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,aAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA2EzE,CAAC;;AAwBF,wBAA2E"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { Workspace } from '../../../modules/workspace';
|
3
|
+
declare type PipelineStagesProps = {
|
4
|
+
isResultsMode: boolean;
|
5
|
+
stages: string[];
|
6
|
+
showAddNewStage: boolean;
|
7
|
+
onAddStageClick: () => void;
|
8
|
+
onEditPipelineClick: (workspace: Workspace) => void;
|
9
|
+
};
|
10
|
+
export declare const PipelineStages: React.FunctionComponent<PipelineStagesProps>;
|
11
|
+
declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineStagesProps>, Omit<PipelineStagesProps, "stages" | "isResultsMode" | "showAddNewStage" | "onAddStageClick" | "onEditPipelineClick"> & import("react-redux").ConnectProps>;
|
12
|
+
export default _default;
|
13
|
+
//# sourceMappingURL=pipeline-stages.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-stages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-stages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwB5D,aAAK,mBAAmB,GAAG;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAgDvE,CAAC;;AAgBF,wBAA0E"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAWnC,CAAC;AAEF,eAAe,eAAe,CAAC"}
|