@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 @@
|
|
1
|
+
{"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AA8F7D,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAuCpE,CAAC;AA2BF,eAAO,MAAM,QAAQ,4OAGD,CAAC;AAGrB,aAAK,eAAe,GAAG;IACrB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AACF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAwBxE,CAAC;AAKF,eAAO,MAAM,UAAU,iMAGD,CAAC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type PipelineNameProps = {
|
3
|
+
name: string;
|
4
|
+
isModified: boolean;
|
5
|
+
};
|
6
|
+
export declare const PipelineName: React.FunctionComponent<PipelineNameProps>;
|
7
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineNameProps>, Omit<PipelineNameProps, "name" | "isModified"> & import("react-redux").ConnectProps>;
|
8
|
+
export default _default;
|
9
|
+
//# sourceMappingURL=pipeline-name.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pipeline-name.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-name.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAuBnE,CAAC;;AAOF,wBAA+C"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../../src/components/resize-handle/resize-handle.jsx"],"names":[],"mappings":"AAIA;IASinmB,wBAA8C;IAAA,sCAAyJ;IARtzmB,sBAMC;CACF"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type SavePipelineCardProps = {
|
3
|
+
id: string;
|
4
|
+
name: string;
|
5
|
+
onOpenPipelineConfirm: (id: string) => void;
|
6
|
+
onDeletePipeline: (id: string) => void;
|
7
|
+
};
|
8
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<SavePipelineCardProps>, Omit<SavePipelineCardProps, "onOpenPipelineConfirm" | "onDeletePipeline"> & import("react-redux").ConnectProps>;
|
9
|
+
export default _default;
|
10
|
+
//# sourceMappingURL=saved-pipeline-card.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAiBrD,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,gBAAgB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;;AAuGF,wBAGqB"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare type SavedPipelinesProps = {
|
3
|
+
darkMode?: boolean;
|
4
|
+
namespace: string;
|
5
|
+
savedPipelines: {
|
6
|
+
id: string;
|
7
|
+
name: string;
|
8
|
+
}[];
|
9
|
+
};
|
10
|
+
declare const SavedPipelines: React.ComponentType<SavedPipelinesProps>;
|
11
|
+
export { SavedPipelines };
|
12
|
+
//# sourceMappingURL=saved-pipelines.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgD1B,aAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAChD,CAAC;AA0CF,QAAA,MAAM,cAAc,0CAAoC,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
export default SavingPipelineModal;
|
2
|
+
declare class SavingPipelineModal extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
isOpen: PropTypes.Validator<boolean>;
|
6
|
+
isSaveAs: PropTypes.Validator<boolean>;
|
7
|
+
name: PropTypes.Validator<string>;
|
8
|
+
savingPipelineCancel: PropTypes.Validator<(...args: any[]) => any>;
|
9
|
+
savingPipelineApply: PropTypes.Validator<(...args: any[]) => any>;
|
10
|
+
savingPipelineNameChanged: PropTypes.Validator<(...args: any[]) => any>;
|
11
|
+
saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
12
|
+
clonePipeline: PropTypes.Validator<(...args: any[]) => any>;
|
13
|
+
};
|
14
|
+
constructor(props: any);
|
15
|
+
constructor(props: any, context: any);
|
16
|
+
onNameChanged(evt: Event): void;
|
17
|
+
save(): void;
|
18
|
+
render(): React.Component;
|
19
|
+
}
|
20
|
+
import React from "react";
|
21
|
+
import PropTypes from "prop-types";
|
22
|
+
//# sourceMappingURL=saving-pipeline-modal.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.jsx"],"names":[],"mappings":";AAOA;IACE,2BAAoD;IAEpD;;;;;;;;;MASE;IA2DuxiB,wBAA8C;IAAA,sCAAyJ;IAnDh+iB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAyB3B;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,eAAe,QAAQ,CAAC"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare type SettingsProps = {
|
3
|
+
isAtlasDeployed: boolean;
|
4
|
+
isCommenting: boolean;
|
5
|
+
isExpanded: boolean;
|
6
|
+
largeLimit: number;
|
7
|
+
limit: number;
|
8
|
+
settings: {
|
9
|
+
limit: number;
|
10
|
+
largeLimit: number;
|
11
|
+
isCommentMode: boolean;
|
12
|
+
isDirty: number;
|
13
|
+
sampleSize: number;
|
14
|
+
};
|
15
|
+
toggleSettingsIsExpanded: () => void;
|
16
|
+
toggleSettingsIsCommentMode: () => void;
|
17
|
+
setSettingsSampleSize: (sampleSize: number) => void;
|
18
|
+
setSettingsLimit: (limit: number) => void;
|
19
|
+
applySettings: () => void;
|
20
|
+
};
|
21
|
+
declare function Settings({ isAtlasDeployed, isCommenting, isExpanded, largeLimit, limit, settings, applySettings, setSettingsLimit, setSettingsSampleSize, toggleSettingsIsCommentMode, toggleSettingsIsExpanded, }: SettingsProps): JSX.Element | null;
|
22
|
+
export default Settings;
|
23
|
+
//# sourceMappingURL=settings.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AAwEA,aAAK,aAAa,GAAG;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBA8Hf;AAED,eAAe,QAAQ,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof Stage, Omit<PropTypes.InferProps<{
|
2
|
+
index: PropTypes.Validator<number>;
|
3
|
+
isEnabled: PropTypes.Requireable<boolean>;
|
4
|
+
isExpanded: PropTypes.Requireable<boolean>;
|
5
|
+
isAutoPreviewing: PropTypes.Requireable<boolean>;
|
6
|
+
hasServerError: PropTypes.Requireable<boolean>;
|
7
|
+
}>, never> & import("react-redux").ConnectProps>;
|
8
|
+
export default _default;
|
9
|
+
declare class Stage extends React.PureComponent<any, any, any> {
|
10
|
+
static propTypes: {
|
11
|
+
index: PropTypes.Validator<number>;
|
12
|
+
isEnabled: PropTypes.Requireable<boolean>;
|
13
|
+
isExpanded: PropTypes.Requireable<boolean>;
|
14
|
+
isAutoPreviewing: PropTypes.Requireable<boolean>;
|
15
|
+
hasServerError: PropTypes.Requireable<boolean>;
|
16
|
+
};
|
17
|
+
constructor(props: any);
|
18
|
+
constructor(props: any, context: any);
|
19
|
+
getOpacity(): number;
|
20
|
+
renderEditor(): JSX.Element;
|
21
|
+
renderResizableEditor(): JSX.Element;
|
22
|
+
resizableRef: Resizable | null | undefined;
|
23
|
+
renderPreview(): JSX.Element;
|
24
|
+
render(): Component;
|
25
|
+
}
|
26
|
+
import PropTypes from "prop-types";
|
27
|
+
import React from "react";
|
28
|
+
import { Resizable } from "re-resizable";
|
29
|
+
//# sourceMappingURL=stage.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage/stage.jsx"],"names":[],"mappings":";;;;;;;;AAwCA;IACE;;;;;;MAME;IAmG0of,wBAA8C;IAAA,sCAAyJ;IA7Fn1f,qBAKC;IAED,4BASC;IAED,qCA2BC;IAVO,2CAAqB;IAY7B,6BASC;IAOD,oBAkBC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
export class StageEditor extends React.PureComponent<any, any, any> {
|
2
|
+
static propTypes: {
|
3
|
+
index: PropTypes.Validator<number>;
|
4
|
+
stageValue: PropTypes.Requireable<string>;
|
5
|
+
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
+
stageOperator: PropTypes.Requireable<string>;
|
7
|
+
serverVersion: PropTypes.Validator<string>;
|
8
|
+
autocompleteFields: PropTypes.Validator<any[]>;
|
9
|
+
syntaxError: PropTypes.Requireable<object>;
|
10
|
+
serverError: PropTypes.Requireable<object>;
|
11
|
+
};
|
12
|
+
static defaultProps: {
|
13
|
+
autocompleteFields: never[];
|
14
|
+
};
|
15
|
+
constructor(props: Object);
|
16
|
+
completer: StageAutoCompleter;
|
17
|
+
editor: import("ace-builds").Ace.Editor | null;
|
18
|
+
componentDidUpdate(prevProps: Object): void;
|
19
|
+
onStageChange: (value: string) => void;
|
20
|
+
renderError(): React.Component;
|
21
|
+
renderSyntaxError(): JSX.Element | undefined;
|
22
|
+
render(): Component;
|
23
|
+
}
|
24
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof StageEditor, Omit<Pick<PropTypes.InferProps<{
|
25
|
+
index: PropTypes.Validator<number>;
|
26
|
+
stageValue: PropTypes.Requireable<string>;
|
27
|
+
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
28
|
+
stageOperator: PropTypes.Requireable<string>;
|
29
|
+
serverVersion: PropTypes.Validator<string>;
|
30
|
+
autocompleteFields: PropTypes.Validator<any[]>;
|
31
|
+
syntaxError: PropTypes.Requireable<object>;
|
32
|
+
serverError: PropTypes.Requireable<object>;
|
33
|
+
}>, "onChange" | "stageOperator" | "serverVersion" | "index" | "syntaxError" | "serverError" | "stageValue"> & Partial<Pick<PropTypes.InferProps<{
|
34
|
+
index: PropTypes.Validator<number>;
|
35
|
+
stageValue: PropTypes.Requireable<string>;
|
36
|
+
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
37
|
+
stageOperator: PropTypes.Requireable<string>;
|
38
|
+
serverVersion: PropTypes.Validator<string>;
|
39
|
+
autocompleteFields: PropTypes.Validator<any[]>;
|
40
|
+
syntaxError: PropTypes.Requireable<object>;
|
41
|
+
serverError: PropTypes.Requireable<object>;
|
42
|
+
}>, "autocompleteFields">> & Partial<Pick<{
|
43
|
+
autocompleteFields: never[];
|
44
|
+
}, never>>, "onChange" | "stageOperator" | "serverVersion" | "syntaxError" | "serverError" | "autocompleteFields" | "stageValue"> & import("react-redux").ConnectProps>;
|
45
|
+
export default _default;
|
46
|
+
import React from "react";
|
47
|
+
import { StageAutoCompleter } from "@mongodb-js/compass-editor";
|
48
|
+
import PropTypes from "prop-types";
|
49
|
+
//# sourceMappingURL=stage-editor.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AAgBA;IACE;;;;;;;;;MASE;IAEF;;MAEE;IAOF,mBAFW,MAAM,EAWhB;IAPC,8BAKC;IACD,+CAAkB;IAMpB,8BAFW,MAAM,QA+BhB;IAQD,uCAEE;IAOF,eAFa,MAAM,SAAS,CAc3B;IAED,6CAgBC;IAOD,oBAqBC;CACF"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
export class AddAfterStage extends React.PureComponent<any, any, any> {
|
2
|
+
static propTypes: {
|
3
|
+
index: PropTypes.Validator<number>;
|
4
|
+
onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
5
|
+
};
|
6
|
+
constructor(props: any);
|
7
|
+
constructor(props: any, context: any);
|
8
|
+
onStageAddedAfter: () => void;
|
9
|
+
render(): Component;
|
10
|
+
}
|
11
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof AddAfterStage, Omit<PropTypes.InferProps<{
|
12
|
+
index: PropTypes.Validator<number>;
|
13
|
+
onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
14
|
+
}>, "onAddStageClick"> & import("react-redux").ConnectProps>;
|
15
|
+
export default _default;
|
16
|
+
import React from "react";
|
17
|
+
import PropTypes from "prop-types";
|
18
|
+
//# sourceMappingURL=add-after-stage.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"add-after-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/add-after-stage.jsx"],"names":[],"mappings":"AAYA;IACE;;;MAGE;IAoCyjkB,wBAA8C;IAAA,sCAAyJ;IA/BlwkB,8BAEE;IAOF,oBAkBC;CACF"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
export class DeleteStage extends React.PureComponent<any, any, any> {
|
2
|
+
static propTypes: {
|
3
|
+
index: PropTypes.Validator<number>;
|
4
|
+
onStageDeleteClick: PropTypes.Validator<(...args: any[]) => any>;
|
5
|
+
};
|
6
|
+
constructor(props: any);
|
7
|
+
constructor(props: any, context: any);
|
8
|
+
onStageDeleted: () => void;
|
9
|
+
render(): Component;
|
10
|
+
}
|
11
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof DeleteStage, Omit<PropTypes.InferProps<{
|
12
|
+
index: PropTypes.Validator<number>;
|
13
|
+
onStageDeleteClick: PropTypes.Validator<(...args: any[]) => any>;
|
14
|
+
}>, "onStageDeleteClick"> & import("react-redux").ConnectProps>;
|
15
|
+
export default _default;
|
16
|
+
import React from "react";
|
17
|
+
import PropTypes from "prop-types";
|
18
|
+
//# sourceMappingURL=delete-stage.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"delete-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/delete-stage.jsx"],"names":[],"mappings":"AAWA;IACE;;;MAGE;IA+B8tkB,wBAA8C;IAAA,sCAAyJ;IA1Bv6kB,2BAEE;IAOF,oBAaC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
export default SelectOptionWithTooltip;
|
2
|
+
declare class SelectOptionWithTooltip extends React.Component<any, any, any> {
|
3
|
+
static propTypes: {
|
4
|
+
option: PropTypes.Validator<object>;
|
5
|
+
className: PropTypes.Requireable<string>;
|
6
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
7
|
+
};
|
8
|
+
constructor(props: any);
|
9
|
+
constructor(props: any, context: any);
|
10
|
+
render(): JSX.Element;
|
11
|
+
}
|
12
|
+
import React from "react";
|
13
|
+
import PropTypes from "prop-types";
|
14
|
+
//# sourceMappingURL=select-option-with-tooltip.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"select-option-with-tooltip.d.ts","sourceRoot":"","sources":["../../../../../src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.jsx"],"names":[],"mappings":";AASA;IACE;;;;MAIE;IA2ByukB,wBAA8C;IAAA,sCAAyJ;IAzBl7kB,sBAqBC;CACF"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
export class StageCollapser extends React.PureComponent<any, any, any> {
|
2
|
+
static propTypes: {
|
3
|
+
index: PropTypes.Validator<number>;
|
4
|
+
isExpanded: PropTypes.Validator<boolean>;
|
5
|
+
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
+
};
|
7
|
+
constructor(props: any);
|
8
|
+
constructor(props: any, context: any);
|
9
|
+
onStageCollapseToggled: () => void;
|
10
|
+
render(): Component;
|
11
|
+
}
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof StageCollapser, Omit<PropTypes.InferProps<{
|
13
|
+
index: PropTypes.Validator<number>;
|
14
|
+
isExpanded: PropTypes.Validator<boolean>;
|
15
|
+
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
16
|
+
}>, "isExpanded" | "onChange"> & import("react-redux").ConnectProps>;
|
17
|
+
export default _default;
|
18
|
+
import React from "react";
|
19
|
+
import PropTypes from "prop-types";
|
20
|
+
//# sourceMappingURL=stage-collapser.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"stage-collapser.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-collapser.jsx"],"names":[],"mappings":"AA+BA;IACE;;;;MAIE;IAwCuojB,wBAA8C;IAAA,sCAAyJ;IAnCh1jB,mCAEE;IAOF,oBAcC;CACF"}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
export class StageEditorToolbar extends React.PureComponent<any, any, any> {
|
2
|
+
static propTypes: {
|
3
|
+
stageOperator: PropTypes.Requireable<string>;
|
4
|
+
index: PropTypes.Validator<number>;
|
5
|
+
isAutoPreviewing: PropTypes.Requireable<boolean>;
|
6
|
+
hasServerError: PropTypes.Requireable<boolean>;
|
7
|
+
};
|
8
|
+
constructor(props: any);
|
9
|
+
constructor(props: any, context: any);
|
10
|
+
render(): React.Component;
|
11
|
+
}
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof StageEditorToolbar, Omit<PropTypes.InferProps<{
|
13
|
+
stageOperator: PropTypes.Requireable<string>;
|
14
|
+
index: PropTypes.Validator<number>;
|
15
|
+
isAutoPreviewing: PropTypes.Requireable<boolean>;
|
16
|
+
hasServerError: PropTypes.Requireable<boolean>;
|
17
|
+
}>, never> & import("react-redux").ConnectProps>;
|
18
|
+
export default _default;
|
19
|
+
import React from "react";
|
20
|
+
import PropTypes from "prop-types";
|
21
|
+
//# sourceMappingURL=stage-editor-toolbar.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"stage-editor-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-editor-toolbar.jsx"],"names":[],"mappings":"AA8CA;IACE;;;;;MAKE;IAsCm/gB,wBAA8C;IAAA,sCAAyJ;IA/B5rhB,UAFa,MAAM,SAAS,CAsB3B;CACF"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export default StageGrabber;
|
2
|
+
declare class StageGrabber extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
constructor(props: any);
|
5
|
+
constructor(props: any, context: any);
|
6
|
+
render(): Component;
|
7
|
+
}
|
8
|
+
import React from "react";
|
9
|
+
//# sourceMappingURL=stage-grabber.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"stage-grabber.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-grabber.jsx"],"names":[],"mappings":";AAOA;IACE,2BAA6C;IAiBi0lB,wBAA8C;IAAA,sCAAyJ;IAVrjmB,oBAMC;CACF"}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
export class StageOperatorSelect extends React.PureComponent<any, any, any> {
|
2
|
+
static propTypes: {
|
3
|
+
index: PropTypes.Validator<number>;
|
4
|
+
stages: PropTypes.Validator<any[]>;
|
5
|
+
selectedStage: PropTypes.Requireable<string>;
|
6
|
+
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
+
isDisabled: PropTypes.Requireable<boolean>;
|
8
|
+
};
|
9
|
+
constructor(props: any);
|
10
|
+
constructor(props: any, context: any);
|
11
|
+
onStageOperatorSelected: (name: string) => void;
|
12
|
+
render(): Component;
|
13
|
+
}
|
14
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof StageOperatorSelect, Omit<PropTypes.InferProps<{
|
15
|
+
index: PropTypes.Validator<number>;
|
16
|
+
stages: PropTypes.Validator<any[]>;
|
17
|
+
selectedStage: PropTypes.Requireable<string>;
|
18
|
+
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
19
|
+
isDisabled: PropTypes.Requireable<boolean>;
|
20
|
+
}>, "onChange" | "stages" | "isDisabled" | "selectedStage"> & import("react-redux").ConnectProps>;
|
21
|
+
export default _default;
|
22
|
+
import React from "react";
|
23
|
+
import PropTypes from "prop-types";
|
24
|
+
//# sourceMappingURL=stage-operator-select.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-operator-select.jsx"],"names":[],"mappings":"AAcA;IACE;;;;;;MAMC;IAuDuuiB,wBAA8C;IAAA,sCAAyJ;IAhD/6iB,2CAFa,IAAI,CAIhB;IAOD,oBAkBC;CACF"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
export class ToggleStage extends React.PureComponent<any, any, any> {
|
2
|
+
static propTypes: {
|
3
|
+
index: PropTypes.Validator<number>;
|
4
|
+
isEnabled: PropTypes.Validator<boolean>;
|
5
|
+
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
+
};
|
7
|
+
constructor(props: any);
|
8
|
+
constructor(props: any, context: any);
|
9
|
+
onStageToggled: (newVal: any) => void;
|
10
|
+
render(): Component;
|
11
|
+
}
|
12
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof ToggleStage, Omit<PropTypes.InferProps<{
|
13
|
+
index: PropTypes.Validator<number>;
|
14
|
+
isEnabled: PropTypes.Validator<boolean>;
|
15
|
+
onChange: PropTypes.Validator<(...args: any[]) => any>;
|
16
|
+
}>, "onChange" | "isEnabled"> & import("react-redux").ConnectProps>;
|
17
|
+
export default _default;
|
18
|
+
import React from "react";
|
19
|
+
import PropTypes from "prop-types";
|
20
|
+
//# sourceMappingURL=toggle-stage.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"toggle-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/toggle-stage.jsx"],"names":[],"mappings":"AAaA;IACE;;;;MAIE;IAwCmgkB,wBAA8C;IAAA,sCAAyJ;IAnC5skB,sCAEE;IAOF,oBAcC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
export class StagePreview extends React.PureComponent<any, any, any> {
|
2
|
+
static propTypes: {
|
3
|
+
index: PropTypes.Validator<number>;
|
4
|
+
onRunOutStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
5
|
+
onGoToOutResultsClick: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
+
onGoToMergeResultsClick: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
+
stageOperator: PropTypes.Requireable<string>;
|
8
|
+
stageValue: PropTypes.Requireable<string>;
|
9
|
+
isEnabled: PropTypes.Requireable<boolean>;
|
10
|
+
isValid: PropTypes.Requireable<boolean>;
|
11
|
+
isLoading: PropTypes.Requireable<boolean>;
|
12
|
+
documents: PropTypes.Requireable<any[]>;
|
13
|
+
isComplete: PropTypes.Requireable<boolean>;
|
14
|
+
hasServerError: PropTypes.Requireable<boolean>;
|
15
|
+
isAtlasDeployed: PropTypes.Requireable<boolean>;
|
16
|
+
isMissingAtlasOnlyStageSupport: PropTypes.Requireable<boolean>;
|
17
|
+
};
|
18
|
+
constructor(props: any);
|
19
|
+
constructor(props: any, context: any);
|
20
|
+
onGotoMergeResults: () => void;
|
21
|
+
onGotoOutResults: () => void;
|
22
|
+
onSaveDocuments: () => void;
|
23
|
+
renderMergeSection(): Component;
|
24
|
+
renderOutSection(): Component;
|
25
|
+
renderAtlasOnlyStagePreviewSection(): Component;
|
26
|
+
renderPreview(): Component;
|
27
|
+
renderLoading(): Component;
|
28
|
+
render(): React.Component;
|
29
|
+
}
|
30
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof StagePreview, Omit<PropTypes.InferProps<{
|
31
|
+
index: PropTypes.Validator<number>;
|
32
|
+
onRunOutStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
33
|
+
onGoToOutResultsClick: PropTypes.Validator<(...args: any[]) => any>;
|
34
|
+
onGoToMergeResultsClick: PropTypes.Validator<(...args: any[]) => any>;
|
35
|
+
stageOperator: PropTypes.Requireable<string>;
|
36
|
+
stageValue: PropTypes.Requireable<string>;
|
37
|
+
isEnabled: PropTypes.Requireable<boolean>;
|
38
|
+
isValid: PropTypes.Requireable<boolean>;
|
39
|
+
isLoading: PropTypes.Requireable<boolean>;
|
40
|
+
documents: PropTypes.Requireable<any[]>;
|
41
|
+
isComplete: PropTypes.Requireable<boolean>;
|
42
|
+
hasServerError: PropTypes.Requireable<boolean>;
|
43
|
+
isAtlasDeployed: PropTypes.Requireable<boolean>;
|
44
|
+
isMissingAtlasOnlyStageSupport: PropTypes.Requireable<boolean>;
|
45
|
+
}>, "isAtlasDeployed" | "stageOperator" | "isEnabled" | "documents" | "isLoading" | "hasServerError" | "stageValue" | "isComplete" | "isMissingAtlasOnlyStageSupport" | "isValid" | "onRunOutStageClick" | "onGoToOutResultsClick" | "onGoToMergeResultsClick"> & import("react-redux").ConnectProps>;
|
46
|
+
export default _default;
|
47
|
+
import React from "react";
|
48
|
+
import PropTypes from "prop-types";
|
49
|
+
//# sourceMappingURL=stage-preview.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview.jsx"],"names":[],"mappings":"AAmBA;IACE;;;;;;;;;;;;;;;MAeC;IAgRwyS,wBAA8C;IAAA,sCAAyJ;IA3Qh/S,+BAEC;IAKD,6BAEC;IAKD,4BAEC;IAOD,gCAuCC;IAOD,8BAwCC;IAQD,gDA4BC;IAOD,2BA+CC;IAOD,2BAUC;IAOD,UAFa,MAAM,SAAS,CAS3B;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview-toolbar/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import React, { PureComponent } from 'react';
|
2
|
+
export declare class StagePreviewToolbar extends PureComponent<{
|
3
|
+
stageOperator?: string;
|
4
|
+
hasServerError?: boolean;
|
5
|
+
isEnabled?: boolean;
|
6
|
+
previewSize: number;
|
7
|
+
description?: string;
|
8
|
+
link?: string;
|
9
|
+
destination?: string;
|
10
|
+
}> {
|
11
|
+
render(): JSX.Element;
|
12
|
+
}
|
13
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof StagePreviewToolbar, Omit<React.ClassAttributes<StagePreviewToolbar> & {
|
14
|
+
stageOperator?: string | undefined;
|
15
|
+
hasServerError?: boolean | undefined;
|
16
|
+
isEnabled?: boolean | undefined;
|
17
|
+
previewSize: number;
|
18
|
+
description?: string | undefined;
|
19
|
+
link?: string | undefined;
|
20
|
+
destination?: string | undefined;
|
21
|
+
}, never> & {
|
22
|
+
index: number;
|
23
|
+
} & import("react-redux").ConnectProps>;
|
24
|
+
export default _default;
|
25
|
+
//# sourceMappingURL=stage-preview-toolbar.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"stage-preview-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview-toolbar/stage-preview-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAiE7C,qBAAa,mBAAoB,SAAQ,aAAa,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;IACA,MAAM;CAsCP;;;;;;;;;;WAE4D,MAAM;;AAAnE,wBAc8B"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.js"],"names":[],"mappings":"AAGA,wCAAyC;AAKzC,qCAAsC;AAMtC,yCAA0C"}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import type AppRegistry from 'hadron-app-registry';
|
2
|
+
import AggregationsPlugin from './plugin';
|
3
|
+
import configureStore from './stores';
|
4
|
+
import { Aggregations } from './components/aggregations';
|
5
|
+
import CreateViewPlugin from './components/create-view-plugin';
|
6
|
+
import DuplicateViewPlugin from './components/duplicate-view-plugin';
|
7
|
+
import configureCreateViewStore from './stores/create-view';
|
8
|
+
import StageEditor from './components/stage-editor';
|
9
|
+
import { PipelineStorage } from './utils/pipeline-storage';
|
10
|
+
declare const activate: (appRegistry: AppRegistry) => void;
|
11
|
+
declare const deactivate: (appRegistry: AppRegistry) => void;
|
12
|
+
export default AggregationsPlugin;
|
13
|
+
export { activate, deactivate, Aggregations, StageEditor, CreateViewPlugin, DuplicateViewPlugin, configureStore, configureCreateViewStore, PipelineStorage, };
|
14
|
+
export { StoredPipeline } from './utils/pipeline-storage';
|
15
|
+
export { default as metadata } from '../package.json';
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,qBAAqB,CAAC;AACnD,OAAO,kBAAkB,MAAM,UAAU,CAAC;AAC1C,OAAO,cAAc,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,mBAAmB,MAAM,oCAAoC,CAAC;AACrE,OAAO,wBAAwB,MAAM,sBAAsB,CAAC;AAE5D,OAAO,WAAW,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AA4C3D,QAAA,MAAM,QAAQ,gBAAiB,WAAW,SAKzC,CAAC;AAOF,QAAA,MAAM,UAAU,gBAAiB,WAAW,SAK3C,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EACL,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,cAAc,EACd,wBAAwB,EACxB,eAAe,GAChB,CAAC;AACF,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"aggregation-workspace-id.d.ts","sourceRoot":"","sources":["../../../src/modules/aggregation-workspace-id.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAShD,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,MAAM,EAAE,SAAS,CAIvC,CAAC;AAEF,eAAe,OAAO,CAAC"}
|