@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
package/dist/index.css
CHANGED
@@ -1,94 +1,10 @@
|
|
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
|
-
.import-pipeline-module-import-pipeline-note__vDPrD {
|
79
|
-
color: steelblue;
|
80
|
-
background-color: #B0E0E6;
|
81
|
-
border-radius: 5px;
|
82
|
-
padding: 10px;
|
83
|
-
margin-bottom: 10px;
|
84
|
-
}
|
85
1
|
.import-pipeline-module-import-pipeline-editor__2L-TC {
|
86
2
|
flex-shrink: 0;
|
87
3
|
position: relative;
|
88
4
|
padding: 10px 0px 10px 0px;
|
89
5
|
overflow: scroll;
|
90
|
-
background: #
|
91
|
-
border-left: 2px solid #
|
6
|
+
background: #f9fbfa;
|
7
|
+
border-left: 2px solid #e8edeb;
|
92
8
|
min-height: 180px;
|
93
9
|
max-height: 300px;
|
94
10
|
}
|
@@ -99,21 +15,13 @@
|
|
99
15
|
padding: 10px;
|
100
16
|
border-radius: 3px;
|
101
17
|
overflow: auto;
|
102
|
-
background: #
|
18
|
+
background: #ff6960;
|
103
19
|
max-height: 100px;
|
104
|
-
color: #
|
20
|
+
color: #f9fbfa;
|
105
21
|
font-size: x-small;
|
106
22
|
font-weight: bold;
|
107
23
|
}
|
108
24
|
|
109
|
-
.confirm-import-pipeline-module-confirm-import-pipeline-note__3qDU3 {
|
110
|
-
padding: 0px;
|
111
|
-
}
|
112
|
-
|
113
|
-
.confirm-new-pipeline-module-confirm-new-pipeline-note__2n2EL {
|
114
|
-
padding: 0px;
|
115
|
-
}
|
116
|
-
|
117
25
|
.pipeline-module-pipeline__1nWUF {
|
118
26
|
display: flex;
|
119
27
|
flex-grow: 1;
|
@@ -125,8 +33,8 @@
|
|
125
33
|
}
|
126
34
|
.pipeline-module-pipeline-collation-toolbar-container__2S68M {
|
127
35
|
padding: 6px 10px 6px 15px;
|
128
|
-
border-bottom: 1px solid rgba(0,
|
129
|
-
box-shadow: 1px 1px 3px rgba(0,
|
36
|
+
border-bottom: 1px solid rgba(0, 30, 43, 0.2);
|
37
|
+
box-shadow: 1px 1px 3px rgba(0, 30, 43, 0.4);
|
130
38
|
}
|
131
39
|
.pipeline-module-pipeline-error-banner-container__19QTd {
|
132
40
|
margin-left: 20px;
|
@@ -140,47 +48,6 @@
|
|
140
48
|
bottom: 0;
|
141
49
|
}
|
142
50
|
|
143
|
-
.restore-pipeline-button-module-restore-pipeline__3FyUX {
|
144
|
-
margin-right: 2px;
|
145
|
-
flex-grow: 0;
|
146
|
-
visibility: hidden;
|
147
|
-
}
|
148
|
-
|
149
|
-
.delete-pipeline-button-module-delete-pipeline__36xs8 {
|
150
|
-
margin: 0px 10px 0px 0px;
|
151
|
-
flex-grow: 0;
|
152
|
-
visibility: hidden;
|
153
|
-
}
|
154
|
-
|
155
|
-
.save-pipeline-card-module-save-pipeline-card__3VzuC {
|
156
|
-
border: 1px solid #dee0e3;
|
157
|
-
box-shadow: 0 0 3px #dee0e3;
|
158
|
-
margin: 10px;
|
159
|
-
display: flex;
|
160
|
-
align-items: center;
|
161
|
-
background: #fff;
|
162
|
-
}
|
163
|
-
.save-pipeline-card-module-save-pipeline-card__3VzuC:hover button {
|
164
|
-
visibility: visible;
|
165
|
-
}
|
166
|
-
.save-pipeline-card-module-save-pipeline-card-title__3xLad {
|
167
|
-
font-size: 12px;
|
168
|
-
padding: 8px;
|
169
|
-
line-height: 20px;
|
170
|
-
font-weight: bold;
|
171
|
-
flex-grow: 5;
|
172
|
-
color: #494747;
|
173
|
-
overflow-wrap: break-word;
|
174
|
-
overflow: auto;
|
175
|
-
}
|
176
|
-
|
177
|
-
.resize-handle-module-resize-handle__1rugm {
|
178
|
-
position: absolute;
|
179
|
-
background: #dee0e3;
|
180
|
-
width: 1.1px;
|
181
|
-
height: 100%;
|
182
|
-
}
|
183
|
-
|
184
51
|
.delete-stage-module-delete-stage__3PyCJ {
|
185
52
|
margin-right: 6px;
|
186
53
|
}
|
@@ -198,7 +65,7 @@
|
|
198
65
|
}
|
199
66
|
|
200
67
|
.stage-grabber-module-stage-grabber__1-8cr {
|
201
|
-
color: #
|
68
|
+
color: #e8edeb;
|
202
69
|
margin: 3px 2px 0px 4px;
|
203
70
|
position: relative;
|
204
71
|
}
|
@@ -210,57 +77,9 @@
|
|
210
77
|
width: 30px;
|
211
78
|
}
|
212
79
|
|
213
|
-
.select-option-with-tooltip-module-tooltip__3SVxp {
|
214
|
-
max-width: 340px !important;
|
215
|
-
}
|
216
|
-
.select-option-with-tooltip-module-option__K2UZL {
|
217
|
-
display: flex;
|
218
|
-
align-items: center;
|
219
|
-
}
|
220
|
-
.select-option-with-tooltip-module-optionIcon__os9Dz {
|
221
|
-
margin-left: auto;
|
222
|
-
}
|
223
|
-
|
224
|
-
.stage-operator-select-module-stage-operator-select__1eiQN {
|
225
|
-
position: relative;
|
226
|
-
width: 120px;
|
227
|
-
height: 22px;
|
228
|
-
margin: 0px 0px 0px 5px;
|
229
|
-
}
|
230
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK {
|
231
|
-
position: relative;
|
232
|
-
font-size: 12px !important;
|
233
|
-
cursor: pointer;
|
234
|
-
}
|
235
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-control {
|
236
|
-
height: 22px;
|
237
|
-
}
|
238
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-placeholder {
|
239
|
-
line-height: 25px;
|
240
|
-
}
|
241
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-input {
|
242
|
-
height: 18px;
|
243
|
-
}
|
244
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow-zone {
|
245
|
-
height: 22px;
|
246
|
-
}
|
247
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow {
|
248
|
-
margin-top: 8px;
|
249
|
-
}
|
250
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-value {
|
251
|
-
line-height: 22px !important;
|
252
|
-
font-weight: bold;
|
253
|
-
}
|
254
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu {
|
255
|
-
height: 200px;
|
256
|
-
}
|
257
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu-outer {
|
258
|
-
z-index: 2000 !important;
|
259
|
-
}
|
260
|
-
|
261
80
|
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
262
81
|
width: 100%;
|
263
|
-
border-bottom: 1px solid #
|
82
|
+
border-bottom: 1px solid #e8edeb;
|
264
83
|
border-radius: 4px 4px 0 0;
|
265
84
|
padding: 10px 0;
|
266
85
|
padding-right: 10px;
|
@@ -284,21 +103,7 @@
|
|
284
103
|
align-items: center;
|
285
104
|
}
|
286
105
|
.stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
|
287
|
-
background: #
|
288
|
-
}
|
289
|
-
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle {
|
290
|
-
display: inline-block;
|
291
|
-
font: normal normal normal 14px/1 FontAwesome;
|
292
|
-
font-size: inherit;
|
293
|
-
text-rendering: auto;
|
294
|
-
-webkit-font-smoothing: antialiased;
|
295
|
-
-moz-osx-font-smoothing: grayscale;
|
296
|
-
margin: 0 5px;
|
297
|
-
cursor: pointer;
|
298
|
-
color: #bfbfbe;
|
299
|
-
}
|
300
|
-
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle:before {
|
301
|
-
content: "\f05a";
|
106
|
+
background: #ffeae5;
|
302
107
|
}
|
303
108
|
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK .stage-editor-toolbar-module-tooltip-icon__3szXX {
|
304
109
|
margin-top: 6px;
|
@@ -315,8 +120,8 @@
|
|
315
120
|
margin: 0;
|
316
121
|
padding: 10px 0px 10px 0px;
|
317
122
|
overflow: hidden;
|
318
|
-
background: #
|
319
|
-
border-left: 2px solid #
|
123
|
+
background: #f9fbfa;
|
124
|
+
border-left: 2px solid #e8edeb;
|
320
125
|
width: 100%;
|
321
126
|
min-height: 180px;
|
322
127
|
}
|
@@ -327,11 +132,11 @@
|
|
327
132
|
padding: 5px 10px;
|
328
133
|
border-radius: 3px;
|
329
134
|
overflow: hidden;
|
330
|
-
background: #
|
331
|
-
border: 1px solid #
|
135
|
+
background: #ffeae5;
|
136
|
+
border: 1px solid #ffcdc7;
|
332
137
|
min-height: 20px;
|
333
138
|
word-break: break-all;
|
334
|
-
color: #
|
139
|
+
color: #970606;
|
335
140
|
font-size: x-small;
|
336
141
|
font-weight: bold;
|
337
142
|
}
|
@@ -342,11 +147,11 @@
|
|
342
147
|
padding: 5px 10px;
|
343
148
|
border-radius: 3px;
|
344
149
|
overflow: hidden;
|
345
|
-
background: #
|
346
|
-
border: 1px solid #
|
150
|
+
background: #fef7db;
|
151
|
+
border: 1px solid #fef7db;
|
347
152
|
min-height: 20px;
|
348
153
|
word-break: break-all;
|
349
|
-
color: #
|
154
|
+
color: #944f01;
|
350
155
|
font-size: x-small;
|
351
156
|
font-weight: bold;
|
352
157
|
}
|
@@ -361,7 +166,7 @@
|
|
361
166
|
right: 0;
|
362
167
|
bottom: 0;
|
363
168
|
z-index: 1000;
|
364
|
-
background-color: rgba(0,
|
169
|
+
background-color: rgba(0, 30, 43, 0.08);
|
365
170
|
display: flex;
|
366
171
|
align-items: center;
|
367
172
|
justify-content: center;
|
@@ -373,7 +178,7 @@
|
|
373
178
|
justify-content: center;
|
374
179
|
width: 300px;
|
375
180
|
height: 50px;
|
376
|
-
background-color: #
|
181
|
+
background-color: #ffffff;
|
377
182
|
}
|
378
183
|
.loading-overlay-module-loading-overlay-box-text__1RHOh {
|
379
184
|
font-size: 16px;
|
@@ -381,7 +186,7 @@
|
|
381
186
|
}
|
382
187
|
.loading-overlay-module-loading-overlay-box__1EYpR i {
|
383
188
|
font-size: 20px;
|
384
|
-
color: #
|
189
|
+
color: #00a35c;
|
385
190
|
}
|
386
191
|
|
387
192
|
.stage-preview-module-stage-preview__37FlK {
|
@@ -399,22 +204,13 @@
|
|
399
204
|
text-overflow: ellipsis;
|
400
205
|
white-space: nowrap;
|
401
206
|
fill: none;
|
402
|
-
stroke: #
|
207
|
+
stroke: #889397;
|
403
208
|
text-align: center;
|
404
209
|
}
|
405
210
|
.stage-preview-module-stage-preview-missing-search-support__18Jmm {
|
406
211
|
display: flex;
|
407
|
-
flex
|
408
|
-
align-items: center;
|
212
|
+
flex: 1;
|
409
213
|
justify-content: center;
|
410
|
-
padding: 10px;
|
411
|
-
margin: auto;
|
412
|
-
}
|
413
|
-
.stage-preview-module-stage-preview-missing-search-support-text__1XKhH {
|
414
|
-
text-align: center;
|
415
|
-
margin-top: 10px;
|
416
|
-
margin-bottom: 20px;
|
417
|
-
max-width: 400px;
|
418
214
|
}
|
419
215
|
.stage-preview-module-stage-preview-out__2kjVI {
|
420
216
|
display: flex;
|
@@ -451,10 +247,10 @@
|
|
451
247
|
}
|
452
248
|
.stage-preview-module-stage-preview-document-card-container__sxM1s {
|
453
249
|
flex: none;
|
454
|
-
border: 1px solid #
|
250
|
+
border: 1px solid #e8edeb;
|
455
251
|
border-radius: 4px;
|
456
|
-
box-shadow: 1px 1px 4px rgba(0,
|
457
|
-
width:
|
252
|
+
box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
|
253
|
+
width: 384px;
|
458
254
|
overflow: scroll;
|
459
255
|
min-height: 150px;
|
460
256
|
flex-shrink: 0;
|
@@ -489,7 +285,7 @@
|
|
489
285
|
padding-left: 25px;
|
490
286
|
display: flex;
|
491
287
|
align-items: center;
|
492
|
-
border-bottom: 1px solid #
|
288
|
+
border-bottom: 1px solid #e8edeb;
|
493
289
|
border-radius: 4px 4px 0 0;
|
494
290
|
}
|
495
291
|
.stage-preview-toolbar-module-stage-preview-toolbar-link__q2ehc {
|
@@ -499,73 +295,21 @@
|
|
499
295
|
background: none;
|
500
296
|
}
|
501
297
|
.stage-preview-toolbar-module-stage-preview-toolbar-errored__1JajO {
|
502
|
-
background: #
|
503
|
-
}
|
504
|
-
.stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle {
|
505
|
-
display: inline-block;
|
506
|
-
font: normal normal normal 14px/1 FontAwesome;
|
507
|
-
font-size: inherit;
|
508
|
-
text-rendering: auto;
|
509
|
-
-webkit-font-smoothing: antialiased;
|
510
|
-
-moz-osx-font-smoothing: grayscale;
|
511
|
-
margin: 0 5px;
|
512
|
-
cursor: pointer;
|
513
|
-
color: #bfbfbe;
|
514
|
-
}
|
515
|
-
.stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle:before {
|
516
|
-
content: "\f05a";
|
517
|
-
}
|
518
|
-
.stage-preview-toolbar-module-stage-preview-toolbar__2o0am #stage-tooltip {
|
519
|
-
width: 300px;
|
520
|
-
white-space: pre-wrap;
|
298
|
+
background: #ffeae5;
|
521
299
|
}
|
522
300
|
|
523
|
-
.stage-module-stage-container__ZDTxh {
|
524
|
-
margin: 0px 10px 0px;
|
525
|
-
padding-bottom: 15px;
|
526
|
-
border-left: 2px solid #dee0e3;
|
527
|
-
position: relative;
|
528
|
-
}
|
529
|
-
.stage-module-stage-container__ZDTxh:before {
|
530
|
-
position: absolute;
|
531
|
-
left: -3px;
|
532
|
-
top: 10px;
|
533
|
-
content: '';
|
534
|
-
width: 4px;
|
535
|
-
height: 16px;
|
536
|
-
background-color: #f5f6f7;
|
537
|
-
}
|
538
|
-
.stage-module-stage-container__ZDTxh:after {
|
539
|
-
position: absolute;
|
540
|
-
left: -7px;
|
541
|
-
top: 12px;
|
542
|
-
content: '';
|
543
|
-
width: 12px;
|
544
|
-
height: 12px;
|
545
|
-
border-radius: 50%;
|
546
|
-
border: 2px solid #dee0e3;
|
547
|
-
}
|
548
|
-
.stage-module-stage-container-is-first__C7RFF:before {
|
549
|
-
position: absolute;
|
550
|
-
left: -3px;
|
551
|
-
top: 0px;
|
552
|
-
content: '';
|
553
|
-
width: 4px;
|
554
|
-
height: 26px;
|
555
|
-
background-color: #f5f6f7;
|
556
|
-
}
|
557
301
|
.stage-module-stage-container__ZDTxh .stage-module-stage__1YPPq {
|
558
302
|
position: relative;
|
559
|
-
margin: 0px
|
560
|
-
border: 1px solid #
|
303
|
+
margin: 0px 16px 16px 16px;
|
304
|
+
border: 1px solid #e8edeb;
|
561
305
|
border-radius: 4px;
|
562
|
-
box-shadow: 1px 1px 1px #
|
563
|
-
background: #
|
306
|
+
box-shadow: 1px 1px 1px #e8edeb;
|
307
|
+
background: #ffffff;
|
564
308
|
display: flex;
|
565
309
|
flex-direction: row;
|
566
310
|
}
|
567
311
|
.stage-module-stage-container__ZDTxh .stage-module-stage-errored__mbJmP {
|
568
|
-
border-color: #
|
312
|
+
border-color: #db3030;
|
569
313
|
}
|
570
314
|
.stage-module-stage-editor-container__1LvRF {
|
571
315
|
display: flex;
|
@@ -582,7 +326,7 @@
|
|
582
326
|
}
|
583
327
|
.stage-module-stage-resize-handle-wrapper__1UhOK:hover div div,
|
584
328
|
.stage-module-stage-resize-handle-wrapper__1UhOK:active div div {
|
585
|
-
background-color: #
|
329
|
+
background-color: #c1c7c6;
|
586
330
|
}
|
587
331
|
.stage-module-stage-workspace__9LrbT {
|
588
332
|
display: flex;
|
@@ -609,12 +353,12 @@
|
|
609
353
|
.input-documents-count-module-input-documents-count-db__2xqQF {
|
610
354
|
font-size: 12px;
|
611
355
|
padding-left: 10px;
|
612
|
-
color: #
|
356
|
+
color: #3d4f58;
|
613
357
|
}
|
614
358
|
.input-documents-count-module-input-documents-count-label__Q3Y3L {
|
615
359
|
font-size: 12px;
|
616
360
|
padding-left: 5px;
|
617
|
-
color: #
|
361
|
+
color: #3d4f58;
|
618
362
|
}
|
619
363
|
|
620
364
|
.input-refresh-module-input-refresh__1jTIT {
|
@@ -637,19 +381,19 @@
|
|
637
381
|
width: 100%;
|
638
382
|
overflow: hidden;
|
639
383
|
text-overflow: ellipsis;
|
640
|
-
border-left: 1px solid #
|
384
|
+
border-left: 1px solid #e8edeb;
|
641
385
|
}
|
642
386
|
.input-preview-toolbar-module-input-preview-toolbar-text__3gBhM {
|
643
387
|
font-size: 12px;
|
644
388
|
padding-left: 10px;
|
645
|
-
color: #
|
389
|
+
color: #3d4f58;
|
646
390
|
white-space: nowrap;
|
647
391
|
overflow: hidden;
|
648
392
|
text-overflow: ellipsis;
|
649
393
|
}
|
650
394
|
|
651
395
|
.input-toolbar-module-input-toolbar__32jT7 {
|
652
|
-
border-bottom: 1px solid #
|
396
|
+
border-bottom: 1px solid #e8edeb;
|
653
397
|
display: flex;
|
654
398
|
align-items: center;
|
655
399
|
position: relative;
|
@@ -683,10 +427,10 @@
|
|
683
427
|
}
|
684
428
|
.input-preview-module-input-preview-document-card-container__3ko-A {
|
685
429
|
flex: none;
|
686
|
-
border: 1px solid #
|
430
|
+
border: 1px solid #e8edeb;
|
687
431
|
border-radius: 4px;
|
688
|
-
box-shadow: 1px 1px 4px rgba(0,
|
689
|
-
width:
|
432
|
+
box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
|
433
|
+
width: 384px;
|
690
434
|
overflow: scroll;
|
691
435
|
min-height: 150px;
|
692
436
|
flex-shrink: 0;
|
@@ -717,40 +461,29 @@
|
|
717
461
|
|
718
462
|
.input-module-input__2mTmO {
|
719
463
|
position: relative;
|
720
|
-
margin:
|
721
|
-
|
722
|
-
border: 1px solid #dee0e3;
|
464
|
+
margin: 0 16px 16px;
|
465
|
+
border: 1px solid #e8edeb;
|
723
466
|
border-radius: 4px;
|
724
|
-
box-shadow: 1px 1px 1px #
|
725
|
-
background: #
|
467
|
+
box-shadow: 1px 1px 1px #e8edeb;
|
468
|
+
background: #ffffff;
|
726
469
|
}
|
727
470
|
|
728
471
|
.add-stage-module-add-stage-container__L3KcT {
|
729
472
|
margin: 0px;
|
730
|
-
padding-bottom:
|
473
|
+
padding-bottom: 16px;
|
731
474
|
position: relative;
|
732
475
|
}
|
733
|
-
.add-stage-module-add-stage-container__L3KcT:after {
|
734
|
-
position: absolute;
|
735
|
-
left: 6px;
|
736
|
-
top: 2px;
|
737
|
-
content: '';
|
738
|
-
width: 10px;
|
739
|
-
height: 10px;
|
740
|
-
border-radius: 50%;
|
741
|
-
border: 5px solid #dee0e3;
|
742
|
-
}
|
743
476
|
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 {
|
744
477
|
flex-shrink: 0;
|
745
478
|
display: flex;
|
746
479
|
justify-content: center;
|
747
480
|
position: relative;
|
748
|
-
margin: 0px
|
749
|
-
border: 1px solid #
|
481
|
+
margin: 0px 16px 0px;
|
482
|
+
border: 1px solid #e8edeb;
|
750
483
|
border-radius: 4px;
|
751
|
-
box-shadow: 1px 1px 1px #
|
752
|
-
background: #
|
753
|
-
width:
|
484
|
+
box-shadow: 1px 1px 1px #e8edeb;
|
485
|
+
background: #ffffff;
|
486
|
+
width: 384px;
|
754
487
|
}
|
755
488
|
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 button {
|
756
489
|
margin: 10px 0px 10px 0px;
|
@@ -763,47 +496,22 @@
|
|
763
496
|
z-index: 500;
|
764
497
|
}
|
765
498
|
|
766
|
-
.pipeline-builder-workspace-module-pipeline-workspace-
|
499
|
+
.pipeline-builder-ui-workspace-module-pipeline-workspace-container__19Uof {
|
767
500
|
position: relative;
|
768
501
|
width: 100%;
|
769
502
|
height: 100%;
|
770
503
|
}
|
771
|
-
.pipeline-builder-workspace-module-pipeline-
|
504
|
+
.pipeline-builder-ui-workspace-module-pipeline-workspace__19lIn {
|
772
505
|
display: flex;
|
773
506
|
flex-direction: column;
|
774
|
-
overflow-y: scroll;
|
775
507
|
width: 100%;
|
776
508
|
flex-grow: 1;
|
777
509
|
}
|
778
|
-
.pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu {
|
779
|
-
flex-grow: 1;
|
780
|
-
width: 100%;
|
781
|
-
position: relative;
|
782
|
-
overflow-y: scroll;
|
783
|
-
}
|
784
|
-
.pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu::before {
|
785
|
-
content: '';
|
786
|
-
position: sticky;
|
787
|
-
top: 0;
|
788
|
-
display: block;
|
789
|
-
width: 100%;
|
790
|
-
height: 8px;
|
791
|
-
background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
|
792
|
-
}
|
793
|
-
.pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu::after {
|
794
|
-
content: '';
|
795
|
-
position: absolute;
|
796
|
-
top: 0;
|
797
|
-
display: block;
|
798
|
-
width: 100%;
|
799
|
-
height: 32px;
|
800
|
-
background: linear-gradient(#f5f6f7 0%, #f5f6f7 50%, rgba(245, 246, 247, 0) 100%);
|
801
|
-
}
|
802
510
|
|
803
511
|
.aggregations-module-aggregations__12xcN {
|
804
512
|
display: flex;
|
805
513
|
align-items: flex-start;
|
806
|
-
background-color: #
|
514
|
+
background-color: #f9fbfa;
|
807
515
|
position: relative;
|
808
516
|
width: 100%;
|
809
517
|
z-index: 0;
|