@mongodb-js/compass-aggregations 0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10 → 0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb
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 +53 -130
- 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 +38 -34
package/dist/index.css
CHANGED
@@ -1,83 +1,6 @@
|
|
1
|
-
.settings-module-container__3sWua {
|
2
|
-
border-left: 1px solid #dee0e3;
|
3
|
-
box-shadow: 1px 1px 1px #dee0e3;
|
4
|
-
background: #f8f8f8;
|
5
|
-
position: absolute;
|
6
|
-
width: 580px;
|
7
|
-
height: 100%;
|
8
|
-
top: 0;
|
9
|
-
right: 0px;
|
10
|
-
transition: right 0.2s ease-in-out;
|
11
|
-
font-size: 1em;
|
12
|
-
z-index: 500;
|
13
|
-
}
|
14
|
-
.settings-module-header__1rot3 {
|
15
|
-
height: 32px;
|
16
|
-
display: flex;
|
17
|
-
padding: 5px;
|
18
|
-
font-size: 12px;
|
19
|
-
line-height: 20px;
|
20
|
-
font-weight: bold;
|
21
|
-
color: #494747;
|
22
|
-
align-items: center;
|
23
|
-
justify-content: space-between;
|
24
|
-
border-bottom: 1px solid #dee0e3;
|
25
|
-
box-shadow: 1px 1px 1px #dee0e3;
|
26
|
-
}
|
27
|
-
.settings-module-header-title__xCvBM {
|
28
|
-
color: #424242;
|
29
|
-
font-size: 12px;
|
30
|
-
font-weight: bold;
|
31
|
-
flex-grow: 2;
|
32
|
-
}
|
33
|
-
.settings-module-header-btn-group__1NySd {
|
34
|
-
display: inline-block;
|
35
|
-
}
|
36
|
-
.settings-module-header-btn-group__1NySd button {
|
37
|
-
margin-right: 5px;
|
38
|
-
}
|
39
|
-
.settings-module-header-btn-group__1NySd:last-child {
|
40
|
-
margin-right: 0px;
|
41
|
-
}
|
42
|
-
.settings-module-input-group__3OjXF {
|
43
|
-
margin: 8px;
|
44
|
-
padding: 8px 16px;
|
45
|
-
background-color: #FFFFFF;
|
46
|
-
display: flex;
|
47
|
-
align-items: center;
|
48
|
-
}
|
49
|
-
.settings-module-input-control__3kNAF {
|
50
|
-
min-width: 90px;
|
51
|
-
}
|
52
|
-
.settings-module-input-control__3kNAF input {
|
53
|
-
border-radius: 3px;
|
54
|
-
border-color: #BFBFBE;
|
55
|
-
border-style: solid;
|
56
|
-
border-width: 1px;
|
57
|
-
padding: 1px;
|
58
|
-
text-align: right;
|
59
|
-
float: right;
|
60
|
-
}
|
61
|
-
.settings-module-input-control__3kNAF input[type="text"],
|
62
|
-
.settings-module-input-control__3kNAF input[type="number"] {
|
63
|
-
width: 70px;
|
64
|
-
color: #464C4F;
|
65
|
-
}
|
66
|
-
.settings-module-input-control__3kNAF input[type="text"]::placeholder,
|
67
|
-
.settings-module-input-control__3kNAF input[type="number"]::placeholder {
|
68
|
-
font-size: 13px;
|
69
|
-
color: #AAAAAA;
|
70
|
-
}
|
71
|
-
.settings-module-input-meta__2H8QK {
|
72
|
-
flex-grow: 1;
|
73
|
-
}
|
74
|
-
.settings-module-input-meta__2H8QK p {
|
75
|
-
margin-top: 8px;
|
76
|
-
}
|
77
|
-
|
78
1
|
.import-pipeline-module-import-pipeline-note__vDPrD {
|
79
|
-
color: #
|
80
|
-
background-color: #
|
2
|
+
color: #0498EC;
|
3
|
+
background-color: #C3E7FE;
|
81
4
|
border-radius: 5px;
|
82
5
|
padding: 10px;
|
83
6
|
margin-bottom: 10px;
|
@@ -87,8 +10,8 @@
|
|
87
10
|
position: relative;
|
88
11
|
padding: 10px 0px 10px 0px;
|
89
12
|
overflow: scroll;
|
90
|
-
background: #
|
91
|
-
border-left: 2px solid #
|
13
|
+
background: #F9FBFA;
|
14
|
+
border-left: 2px solid #E8EDEB;
|
92
15
|
min-height: 180px;
|
93
16
|
max-height: 300px;
|
94
17
|
}
|
@@ -99,9 +22,9 @@
|
|
99
22
|
padding: 10px;
|
100
23
|
border-radius: 3px;
|
101
24
|
overflow: auto;
|
102
|
-
background: #
|
25
|
+
background: #FF6960;
|
103
26
|
max-height: 100px;
|
104
|
-
color: #
|
27
|
+
color: #F9FBFA;
|
105
28
|
font-size: x-small;
|
106
29
|
font-weight: bold;
|
107
30
|
}
|
@@ -125,8 +48,8 @@
|
|
125
48
|
}
|
126
49
|
.pipeline-module-pipeline-collation-toolbar-container__2S68M {
|
127
50
|
padding: 6px 10px 6px 15px;
|
128
|
-
border-bottom: 1px solid rgba(0,
|
129
|
-
box-shadow: 1px 1px 3px rgba(0,
|
51
|
+
border-bottom: 1px solid rgba(0, 30, 43, 0.2);
|
52
|
+
box-shadow: 1px 1px 3px rgba(0, 30, 43, 0.4);
|
130
53
|
}
|
131
54
|
.pipeline-module-pipeline-error-banner-container__19QTd {
|
132
55
|
margin-left: 20px;
|
@@ -142,7 +65,7 @@
|
|
142
65
|
|
143
66
|
.resize-handle-module-resize-handle__1rugm {
|
144
67
|
position: absolute;
|
145
|
-
background: #
|
68
|
+
background: #E8EDEB;
|
146
69
|
width: 1.1px;
|
147
70
|
height: 100%;
|
148
71
|
}
|
@@ -164,7 +87,7 @@
|
|
164
87
|
}
|
165
88
|
|
166
89
|
.stage-grabber-module-stage-grabber__1-8cr {
|
167
|
-
color: #
|
90
|
+
color: #E8EDEB;
|
168
91
|
margin: 3px 2px 0px 4px;
|
169
92
|
position: relative;
|
170
93
|
}
|
@@ -226,7 +149,7 @@
|
|
226
149
|
|
227
150
|
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
228
151
|
width: 100%;
|
229
|
-
border-bottom: 1px solid #
|
152
|
+
border-bottom: 1px solid #E8EDEB;
|
230
153
|
border-radius: 4px 4px 0 0;
|
231
154
|
padding: 10px 0;
|
232
155
|
padding-right: 10px;
|
@@ -250,7 +173,7 @@
|
|
250
173
|
align-items: center;
|
251
174
|
}
|
252
175
|
.stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
|
253
|
-
background: #
|
176
|
+
background: #FFEAE5;
|
254
177
|
}
|
255
178
|
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle {
|
256
179
|
display: inline-block;
|
@@ -261,7 +184,7 @@
|
|
261
184
|
-moz-osx-font-smoothing: grayscale;
|
262
185
|
margin: 0 5px;
|
263
186
|
cursor: pointer;
|
264
|
-
color: #
|
187
|
+
color: #C1C7C6;
|
265
188
|
}
|
266
189
|
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle:before {
|
267
190
|
content: "\f05a";
|
@@ -281,8 +204,8 @@
|
|
281
204
|
margin: 0;
|
282
205
|
padding: 10px 0px 10px 0px;
|
283
206
|
overflow: hidden;
|
284
|
-
background: #
|
285
|
-
border-left: 2px solid #
|
207
|
+
background: #F9FBFA;
|
208
|
+
border-left: 2px solid #E8EDEB;
|
286
209
|
width: 100%;
|
287
210
|
min-height: 180px;
|
288
211
|
}
|
@@ -293,11 +216,11 @@
|
|
293
216
|
padding: 5px 10px;
|
294
217
|
border-radius: 3px;
|
295
218
|
overflow: hidden;
|
296
|
-
background: #
|
297
|
-
border: 1px solid #
|
219
|
+
background: #FFEAE5;
|
220
|
+
border: 1px solid #FFCDC7;
|
298
221
|
min-height: 20px;
|
299
222
|
word-break: break-all;
|
300
|
-
color: #
|
223
|
+
color: #970606;
|
301
224
|
font-size: x-small;
|
302
225
|
font-weight: bold;
|
303
226
|
}
|
@@ -308,11 +231,11 @@
|
|
308
231
|
padding: 5px 10px;
|
309
232
|
border-radius: 3px;
|
310
233
|
overflow: hidden;
|
311
|
-
background: #
|
312
|
-
border: 1px solid #
|
234
|
+
background: #FEF7DB;
|
235
|
+
border: 1px solid #FEF7DB;
|
313
236
|
min-height: 20px;
|
314
237
|
word-break: break-all;
|
315
|
-
color: #
|
238
|
+
color: #944F01;
|
316
239
|
font-size: x-small;
|
317
240
|
font-weight: bold;
|
318
241
|
}
|
@@ -327,7 +250,7 @@
|
|
327
250
|
right: 0;
|
328
251
|
bottom: 0;
|
329
252
|
z-index: 1000;
|
330
|
-
background-color: rgba(0,
|
253
|
+
background-color: rgba(0, 30, 43, 0.08);
|
331
254
|
display: flex;
|
332
255
|
align-items: center;
|
333
256
|
justify-content: center;
|
@@ -339,7 +262,7 @@
|
|
339
262
|
justify-content: center;
|
340
263
|
width: 300px;
|
341
264
|
height: 50px;
|
342
|
-
background-color: #
|
265
|
+
background-color: #ffffff;
|
343
266
|
}
|
344
267
|
.loading-overlay-module-loading-overlay-box-text__1RHOh {
|
345
268
|
font-size: 16px;
|
@@ -347,7 +270,7 @@
|
|
347
270
|
}
|
348
271
|
.loading-overlay-module-loading-overlay-box__1EYpR i {
|
349
272
|
font-size: 20px;
|
350
|
-
color: #
|
273
|
+
color: #00A35C;
|
351
274
|
}
|
352
275
|
|
353
276
|
.stage-preview-module-stage-preview__37FlK {
|
@@ -365,7 +288,7 @@
|
|
365
288
|
text-overflow: ellipsis;
|
366
289
|
white-space: nowrap;
|
367
290
|
fill: none;
|
368
|
-
stroke: #
|
291
|
+
stroke: #889397;
|
369
292
|
text-align: center;
|
370
293
|
}
|
371
294
|
.stage-preview-module-stage-preview-missing-search-support__18Jmm {
|
@@ -417,10 +340,10 @@
|
|
417
340
|
}
|
418
341
|
.stage-preview-module-stage-preview-document-card-container__sxM1s {
|
419
342
|
flex: none;
|
420
|
-
border: 1px solid #
|
343
|
+
border: 1px solid #E8EDEB;
|
421
344
|
border-radius: 4px;
|
422
|
-
box-shadow: 1px 1px 4px rgba(0,
|
423
|
-
width:
|
345
|
+
box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
|
346
|
+
width: 384px;
|
424
347
|
overflow: scroll;
|
425
348
|
min-height: 150px;
|
426
349
|
flex-shrink: 0;
|
@@ -455,7 +378,7 @@
|
|
455
378
|
padding-left: 25px;
|
456
379
|
display: flex;
|
457
380
|
align-items: center;
|
458
|
-
border-bottom: 1px solid #
|
381
|
+
border-bottom: 1px solid #E8EDEB;
|
459
382
|
border-radius: 4px 4px 0 0;
|
460
383
|
}
|
461
384
|
.stage-preview-toolbar-module-stage-preview-toolbar-link__q2ehc {
|
@@ -465,7 +388,7 @@
|
|
465
388
|
background: none;
|
466
389
|
}
|
467
390
|
.stage-preview-toolbar-module-stage-preview-toolbar-errored__1JajO {
|
468
|
-
background: #
|
391
|
+
background: #FFEAE5;
|
469
392
|
}
|
470
393
|
.stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle {
|
471
394
|
display: inline-block;
|
@@ -476,7 +399,7 @@
|
|
476
399
|
-moz-osx-font-smoothing: grayscale;
|
477
400
|
margin: 0 5px;
|
478
401
|
cursor: pointer;
|
479
|
-
color: #
|
402
|
+
color: #C1C7C6;
|
480
403
|
}
|
481
404
|
.stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle:before {
|
482
405
|
content: "\f05a";
|
@@ -489,15 +412,15 @@
|
|
489
412
|
.stage-module-stage-container__ZDTxh .stage-module-stage__1YPPq {
|
490
413
|
position: relative;
|
491
414
|
margin: 0px 16px 16px 16px;
|
492
|
-
border: 1px solid #
|
415
|
+
border: 1px solid #E8EDEB;
|
493
416
|
border-radius: 4px;
|
494
|
-
box-shadow: 1px 1px 1px #
|
495
|
-
background: #
|
417
|
+
box-shadow: 1px 1px 1px #E8EDEB;
|
418
|
+
background: #ffffff;
|
496
419
|
display: flex;
|
497
420
|
flex-direction: row;
|
498
421
|
}
|
499
422
|
.stage-module-stage-container__ZDTxh .stage-module-stage-errored__mbJmP {
|
500
|
-
border-color: #
|
423
|
+
border-color: #DB3030;
|
501
424
|
}
|
502
425
|
.stage-module-stage-editor-container__1LvRF {
|
503
426
|
display: flex;
|
@@ -514,7 +437,7 @@
|
|
514
437
|
}
|
515
438
|
.stage-module-stage-resize-handle-wrapper__1UhOK:hover div div,
|
516
439
|
.stage-module-stage-resize-handle-wrapper__1UhOK:active div div {
|
517
|
-
background-color: #
|
440
|
+
background-color: #C1C7C6;
|
518
441
|
}
|
519
442
|
.stage-module-stage-workspace__9LrbT {
|
520
443
|
display: flex;
|
@@ -541,12 +464,12 @@
|
|
541
464
|
.input-documents-count-module-input-documents-count-db__2xqQF {
|
542
465
|
font-size: 12px;
|
543
466
|
padding-left: 10px;
|
544
|
-
color: #
|
467
|
+
color: #3D4F58;
|
545
468
|
}
|
546
469
|
.input-documents-count-module-input-documents-count-label__Q3Y3L {
|
547
470
|
font-size: 12px;
|
548
471
|
padding-left: 5px;
|
549
|
-
color: #
|
472
|
+
color: #3D4F58;
|
550
473
|
}
|
551
474
|
|
552
475
|
.input-refresh-module-input-refresh__1jTIT {
|
@@ -569,19 +492,19 @@
|
|
569
492
|
width: 100%;
|
570
493
|
overflow: hidden;
|
571
494
|
text-overflow: ellipsis;
|
572
|
-
border-left: 1px solid #
|
495
|
+
border-left: 1px solid #E8EDEB;
|
573
496
|
}
|
574
497
|
.input-preview-toolbar-module-input-preview-toolbar-text__3gBhM {
|
575
498
|
font-size: 12px;
|
576
499
|
padding-left: 10px;
|
577
|
-
color: #
|
500
|
+
color: #3D4F58;
|
578
501
|
white-space: nowrap;
|
579
502
|
overflow: hidden;
|
580
503
|
text-overflow: ellipsis;
|
581
504
|
}
|
582
505
|
|
583
506
|
.input-toolbar-module-input-toolbar__32jT7 {
|
584
|
-
border-bottom: 1px solid #
|
507
|
+
border-bottom: 1px solid #E8EDEB;
|
585
508
|
display: flex;
|
586
509
|
align-items: center;
|
587
510
|
position: relative;
|
@@ -615,10 +538,10 @@
|
|
615
538
|
}
|
616
539
|
.input-preview-module-input-preview-document-card-container__3ko-A {
|
617
540
|
flex: none;
|
618
|
-
border: 1px solid #
|
541
|
+
border: 1px solid #E8EDEB;
|
619
542
|
border-radius: 4px;
|
620
|
-
box-shadow: 1px 1px 4px rgba(0,
|
621
|
-
width:
|
543
|
+
box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
|
544
|
+
width: 384px;
|
622
545
|
overflow: scroll;
|
623
546
|
min-height: 150px;
|
624
547
|
flex-shrink: 0;
|
@@ -650,10 +573,10 @@
|
|
650
573
|
.input-module-input__2mTmO {
|
651
574
|
position: relative;
|
652
575
|
margin: 0 16px 16px;
|
653
|
-
border: 1px solid #
|
576
|
+
border: 1px solid #E8EDEB;
|
654
577
|
border-radius: 4px;
|
655
|
-
box-shadow: 1px 1px 1px #
|
656
|
-
background: #
|
578
|
+
box-shadow: 1px 1px 1px #E8EDEB;
|
579
|
+
background: #ffffff;
|
657
580
|
}
|
658
581
|
|
659
582
|
.add-stage-module-add-stage-container__L3KcT {
|
@@ -667,10 +590,10 @@
|
|
667
590
|
justify-content: center;
|
668
591
|
position: relative;
|
669
592
|
margin: 0px 16px 0px;
|
670
|
-
border: 1px solid #
|
593
|
+
border: 1px solid #E8EDEB;
|
671
594
|
border-radius: 4px;
|
672
|
-
box-shadow: 1px 1px 1px #
|
673
|
-
background: #
|
595
|
+
box-shadow: 1px 1px 1px #E8EDEB;
|
596
|
+
background: #ffffff;
|
674
597
|
width: 384px;
|
675
598
|
}
|
676
599
|
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 button {
|
@@ -684,12 +607,12 @@
|
|
684
607
|
z-index: 500;
|
685
608
|
}
|
686
609
|
|
687
|
-
.pipeline-builder-workspace-module-pipeline-workspace-
|
610
|
+
.pipeline-builder-ui-workspace-module-pipeline-workspace-container__19Uof {
|
688
611
|
position: relative;
|
689
612
|
width: 100%;
|
690
613
|
height: 100%;
|
691
614
|
}
|
692
|
-
.pipeline-builder-workspace-module-pipeline-
|
615
|
+
.pipeline-builder-ui-workspace-module-pipeline-workspace__19lIn {
|
693
616
|
display: flex;
|
694
617
|
flex-direction: column;
|
695
618
|
width: 100%;
|
@@ -699,7 +622,7 @@
|
|
699
622
|
.aggregations-module-aggregations__12xcN {
|
700
623
|
display: flex;
|
701
624
|
align-items: flex-start;
|
702
|
-
background-color: #
|
625
|
+
background-color: #F9FBFA;
|
703
626
|
position: relative;
|
704
627
|
width: 100%;
|
705
628
|
z-index: 0;
|