@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,17 @@
|
|
1
|
+
export class AddStage extends React.PureComponent<any, any, any> {
|
2
|
+
static displayName: string;
|
3
|
+
static propTypes: {
|
4
|
+
onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
5
|
+
};
|
6
|
+
constructor(props: any);
|
7
|
+
constructor(props: any, context: any);
|
8
|
+
onClick: () => void;
|
9
|
+
render(): Component;
|
10
|
+
}
|
11
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof AddStage, Omit<PropTypes.InferProps<{
|
12
|
+
onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
13
|
+
}>, "onAddStageClick"> & import("react-redux").ConnectProps>;
|
14
|
+
export default _default;
|
15
|
+
import React from "react";
|
16
|
+
import PropTypes from "prop-types";
|
17
|
+
//# sourceMappingURL=add-stage.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.jsx"],"names":[],"mappings":"AAWA;IACE,2BAAyC;IAEzC;;MAEE;IA4BizkB,wBAA8C;IAAA,sCAAyJ;IA1B1/kB,oBAEE;IAOF,oBAaC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export default MappedAggregations;
|
2
|
+
declare const MappedAggregations: import("react-redux").ConnectedComponent<typeof Aggregations, Omit<any, "applySettings" | "setSettingsLimit" | "setSettingsSampleSize" | "toggleSettingsIsCommentMode" | "toggleSettingsIsExpanded" | "toString" | "valueOf" | "closeImport" | "confirmNew" | "savingPipelineNameChanged" | "clonePipeline" | "savingPipelineApply" | "saveCurrentPipeline" | "savingPipelineCancel" | "newPipeline" | "setIsNewPipelineConfirm" | "collationStringChanged" | "maxTimeMSChanged" | "constructor" | "toLocaleString" | "hasOwnProperty" | "isPrototypeOf" | "propertyIsEnumerable" | "should" | "savingPipelineOpen" | "dismissViewError" | "toggleAutoPreview" | "exportToLanguage" | "savedPipelineAdd" | "getSavedPipelines" | "newPipelineFromText" | "openLink" | "updateView"> & import("react-redux").ConnectProps>;
|
3
|
+
export class Aggregations extends React.Component<any, any, any> {
|
4
|
+
static displayName: string;
|
5
|
+
constructor(props: any);
|
6
|
+
constructor(props: any, context: any);
|
7
|
+
render(): React.Component;
|
8
|
+
}
|
9
|
+
import React from "react";
|
10
|
+
import { Component } from "react";
|
11
|
+
//# sourceMappingURL=aggregations.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AA2FA,4zBA6BgB;AA5EhB;IACE,2BAA6C;IA+EupgB,wBAA8C;IAAA,sCAAyJ;IAxE34gB,UAFa,eAAe,CAQ3B;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,63 @@
|
|
1
|
+
export default MappedCreateViewModal;
|
2
|
+
declare const MappedCreateViewModal: import("react-redux").ConnectedComponent<typeof CreateViewModal, Omit<Pick<PropTypes.InferProps<{
|
3
|
+
createView: PropTypes.Validator<(...args: any[]) => any>;
|
4
|
+
isVisible: PropTypes.Validator<boolean>;
|
5
|
+
toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
+
name: PropTypes.Requireable<string>;
|
7
|
+
changeViewName: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
+
isDuplicating: PropTypes.Validator<boolean>;
|
9
|
+
source: PropTypes.Validator<string>;
|
10
|
+
pipeline: PropTypes.Validator<any[]>;
|
11
|
+
isRunning: PropTypes.Validator<boolean>;
|
12
|
+
error: PropTypes.Requireable<object>;
|
13
|
+
}>, "error" | "createView" | "changeViewName" | "toggleIsVisible"> & Partial<Pick<PropTypes.InferProps<{
|
14
|
+
createView: PropTypes.Validator<(...args: any[]) => any>;
|
15
|
+
isVisible: PropTypes.Validator<boolean>;
|
16
|
+
toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
|
17
|
+
name: PropTypes.Requireable<string>;
|
18
|
+
changeViewName: PropTypes.Validator<(...args: any[]) => any>;
|
19
|
+
isDuplicating: PropTypes.Validator<boolean>;
|
20
|
+
source: PropTypes.Validator<string>;
|
21
|
+
pipeline: PropTypes.Validator<any[]>;
|
22
|
+
isRunning: PropTypes.Validator<boolean>;
|
23
|
+
error: PropTypes.Requireable<object>;
|
24
|
+
}>, "source" | "name" | "pipeline" | "isRunning" | "isDuplicating" | "isVisible">> & Partial<Pick<{
|
25
|
+
name: string;
|
26
|
+
source: string;
|
27
|
+
pipeline: never[];
|
28
|
+
isRunning: boolean;
|
29
|
+
isVisible: boolean;
|
30
|
+
isDuplicating: boolean;
|
31
|
+
}, never>>, "createView" | "changeViewName" | "toggleIsVisible"> & import("react-redux").ConnectProps>;
|
32
|
+
export class CreateViewModal extends React.PureComponent<any, any, any> {
|
33
|
+
static displayName: string;
|
34
|
+
static propTypes: {
|
35
|
+
createView: PropTypes.Validator<(...args: any[]) => any>;
|
36
|
+
isVisible: PropTypes.Validator<boolean>;
|
37
|
+
toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
|
38
|
+
name: PropTypes.Requireable<string>;
|
39
|
+
changeViewName: PropTypes.Validator<(...args: any[]) => any>;
|
40
|
+
isDuplicating: PropTypes.Validator<boolean>;
|
41
|
+
source: PropTypes.Validator<string>;
|
42
|
+
pipeline: PropTypes.Validator<any[]>;
|
43
|
+
isRunning: PropTypes.Validator<boolean>;
|
44
|
+
error: PropTypes.Requireable<object>;
|
45
|
+
};
|
46
|
+
static defaultProps: {
|
47
|
+
name: string;
|
48
|
+
source: string;
|
49
|
+
pipeline: never[];
|
50
|
+
isRunning: boolean;
|
51
|
+
isVisible: boolean;
|
52
|
+
isDuplicating: boolean;
|
53
|
+
};
|
54
|
+
constructor(props: any);
|
55
|
+
constructor(props: any, context: any);
|
56
|
+
onNameChange: (evt: any) => void;
|
57
|
+
onFormSubmit: (evt: any) => void;
|
58
|
+
onCancel: () => void;
|
59
|
+
render(): Component;
|
60
|
+
}
|
61
|
+
import PropTypes from "prop-types";
|
62
|
+
import React from "react";
|
63
|
+
//# sourceMappingURL=create-view-modal.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AAmHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOmB;AA/GnB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAyFwzgB,wBAA8C;IAAA,sCAAyJ;IAvFjghB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
export default CreateViewPlugin;
|
2
|
+
declare class CreateViewPlugin extends React.Component<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
store: PropTypes.Validator<object>;
|
6
|
+
};
|
7
|
+
constructor(props: any);
|
8
|
+
constructor(props: any, context: any);
|
9
|
+
render(): React.Component;
|
10
|
+
}
|
11
|
+
import React from "react";
|
12
|
+
import { Component } from "react";
|
13
|
+
import PropTypes from "prop-types";
|
14
|
+
//# sourceMappingURL=create-view-plugin.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"create-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/create-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAwC;IACxC;;MAEC;IAiBmxlB,wBAA8C;IAAA,sCAAyJ;IAV39lB,UAFa,eAAe,CAQ3B;CACF"}
|
@@ -0,0 +1,57 @@
|
|
1
|
+
export default MappedDuplicateViewModal;
|
2
|
+
declare const MappedDuplicateViewModal: import("react-redux").ConnectedComponent<typeof DuplicateViewModal, Omit<Pick<PropTypes.InferProps<{
|
3
|
+
createView: PropTypes.Validator<(...args: any[]) => any>;
|
4
|
+
isVisible: PropTypes.Validator<boolean>;
|
5
|
+
toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
+
name: PropTypes.Requireable<string>;
|
7
|
+
changeViewName: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
+
source: PropTypes.Validator<string>;
|
9
|
+
pipeline: PropTypes.Validator<any[]>;
|
10
|
+
isRunning: PropTypes.Validator<boolean>;
|
11
|
+
error: PropTypes.Requireable<object>;
|
12
|
+
}>, "error" | "createView" | "changeViewName" | "toggleIsVisible"> & Partial<Pick<PropTypes.InferProps<{
|
13
|
+
createView: PropTypes.Validator<(...args: any[]) => any>;
|
14
|
+
isVisible: PropTypes.Validator<boolean>;
|
15
|
+
toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
|
16
|
+
name: PropTypes.Requireable<string>;
|
17
|
+
changeViewName: PropTypes.Validator<(...args: any[]) => any>;
|
18
|
+
source: PropTypes.Validator<string>;
|
19
|
+
pipeline: PropTypes.Validator<any[]>;
|
20
|
+
isRunning: PropTypes.Validator<boolean>;
|
21
|
+
error: PropTypes.Requireable<object>;
|
22
|
+
}>, "source" | "name" | "pipeline" | "isRunning" | "isVisible">> & Partial<Pick<{
|
23
|
+
name: string;
|
24
|
+
source: string;
|
25
|
+
pipeline: never[];
|
26
|
+
isRunning: boolean;
|
27
|
+
isVisible: boolean;
|
28
|
+
}, never>>, "createView" | "changeViewName" | "toggleIsVisible"> & import("react-redux").ConnectProps>;
|
29
|
+
export class DuplicateViewModal extends React.PureComponent<any, any, any> {
|
30
|
+
static displayName: string;
|
31
|
+
static propTypes: {
|
32
|
+
createView: PropTypes.Validator<(...args: any[]) => any>;
|
33
|
+
isVisible: PropTypes.Validator<boolean>;
|
34
|
+
toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
|
35
|
+
name: PropTypes.Requireable<string>;
|
36
|
+
changeViewName: PropTypes.Validator<(...args: any[]) => any>;
|
37
|
+
source: PropTypes.Validator<string>;
|
38
|
+
pipeline: PropTypes.Validator<any[]>;
|
39
|
+
isRunning: PropTypes.Validator<boolean>;
|
40
|
+
error: PropTypes.Requireable<object>;
|
41
|
+
};
|
42
|
+
static defaultProps: {
|
43
|
+
name: string;
|
44
|
+
source: string;
|
45
|
+
pipeline: never[];
|
46
|
+
isRunning: boolean;
|
47
|
+
isVisible: boolean;
|
48
|
+
};
|
49
|
+
constructor(props: any);
|
50
|
+
constructor(props: any, context: any);
|
51
|
+
onNameChange: (evt: any) => void;
|
52
|
+
onCancel: () => void;
|
53
|
+
render(): Component;
|
54
|
+
}
|
55
|
+
import PropTypes from "prop-types";
|
56
|
+
import React from "react";
|
57
|
+
//# sourceMappingURL=duplicate-view-modal.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AA4GA;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOsB;AAtGtB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IAkFy+gB,wBAA8C;IAAA,sCAAyJ;IAhFlrhB,iCAEE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export default DuplicateViewPlugin;
|
2
|
+
declare class DuplicateViewPlugin extends React.Component<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
constructor(props: any);
|
5
|
+
constructor(props: any, context: any);
|
6
|
+
render(): React.Component;
|
7
|
+
}
|
8
|
+
import React from "react";
|
9
|
+
import { Component } from "react";
|
10
|
+
//# sourceMappingURL=duplicate-view-plugin.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"duplicate-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/duplicate-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAA2C;IAiB0xlB,wBAA8C;IAAA,sCAAyJ;IAV5gmB,UAFa,eAAe,CAQ3B;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
export class Input extends React.PureComponent<any, any, any> {
|
2
|
+
static propTypes: {
|
3
|
+
toggleInputDocumentsCollapsed: PropTypes.Validator<(...args: any[]) => any>;
|
4
|
+
refreshInputDocuments: PropTypes.Validator<(...args: any[]) => any>;
|
5
|
+
documents: PropTypes.Validator<any[]>;
|
6
|
+
isLoading: PropTypes.Validator<boolean>;
|
7
|
+
isExpanded: PropTypes.Validator<boolean>;
|
8
|
+
count: PropTypes.Requireable<number>;
|
9
|
+
};
|
10
|
+
constructor(props: any);
|
11
|
+
constructor(props: any, context: any);
|
12
|
+
render(): Component;
|
13
|
+
}
|
14
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof Input, Omit<PropTypes.InferProps<{
|
15
|
+
toggleInputDocumentsCollapsed: PropTypes.Validator<(...args: any[]) => any>;
|
16
|
+
refreshInputDocuments: PropTypes.Validator<(...args: any[]) => any>;
|
17
|
+
documents: PropTypes.Validator<any[]>;
|
18
|
+
isLoading: PropTypes.Validator<boolean>;
|
19
|
+
isExpanded: PropTypes.Validator<boolean>;
|
20
|
+
count: PropTypes.Requireable<number>;
|
21
|
+
}>, "isExpanded" | "count" | "documents" | "isLoading" | "toggleInputDocumentsCollapsed" | "refreshInputDocuments"> & import("react-redux").ConnectProps>;
|
22
|
+
export default _default;
|
23
|
+
import React from "react";
|
24
|
+
import PropTypes from "prop-types";
|
25
|
+
//# sourceMappingURL=input.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/components/input/input.jsx"],"names":[],"mappings":"AASA;IACE;;;;;;;MAOE;IA4CspjB,wBAA8C;IAAA,sCAAyJ;IArC/1jB,oBAoBC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-builder/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export default InputBuilder;
|
2
|
+
declare class InputBuilder extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
constructor(props: any);
|
5
|
+
constructor(props: any, context: any);
|
6
|
+
render(): JSX.Element;
|
7
|
+
}
|
8
|
+
import React from "react";
|
9
|
+
//# sourceMappingURL=input-builder.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input-builder.d.ts","sourceRoot":"","sources":["../../../../src/components/input-builder/input-builder.jsx"],"names":[],"mappings":";AAOA;IACE,2BAA6C;IAa2ulB,wBAA8C;IAAA,sCAAyJ;IAX/9lB,sBAOC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-builder-toolbar/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export default InputBuilderToolbar;
|
2
|
+
declare class InputBuilderToolbar extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
toggleInputDocumentsCollapsed: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
+
refreshInputDocuments: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
+
isExpanded: PropTypes.Validator<boolean>;
|
8
|
+
count: PropTypes.Requireable<number>;
|
9
|
+
};
|
10
|
+
constructor(props: any);
|
11
|
+
constructor(props: any, context: any);
|
12
|
+
render(): React.Component;
|
13
|
+
}
|
14
|
+
import React from "react";
|
15
|
+
import PropTypes from "prop-types";
|
16
|
+
//# sourceMappingURL=input-builder-toolbar.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input-builder-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/input-builder-toolbar/input-builder-toolbar.jsx"],"names":[],"mappings":";AAYA;IACE,2BAA2C;IAE3C;;;;;MAKE;IA0B6lkB,wBAA8C;IAAA,sCAAyJ;IAnBtykB,UAFa,MAAM,SAAS,CAiB3B;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-collapser/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
export default InputCollapser;
|
2
|
+
declare class InputCollapser extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
isExpanded: PropTypes.Validator<boolean>;
|
6
|
+
toggleInputDocumentsCollapsed: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
+
};
|
8
|
+
constructor(props: any);
|
9
|
+
constructor(props: any, context: any);
|
10
|
+
render(): Component;
|
11
|
+
}
|
12
|
+
import React from "react";
|
13
|
+
import PropTypes from "prop-types";
|
14
|
+
//# sourceMappingURL=input-collapser.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input-collapser.d.ts","sourceRoot":"","sources":["../../../../src/components/input-collapser/input-collapser.jsx"],"names":[],"mappings":";AA6BA;IACE,2BAA+C;IAE/C;;;MAGE;IA0BmkkB,wBAA8C;IAAA,sCAAyJ;IAnB5wkB,oBAeC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-documents-count/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export default InputDocumentsCount;
|
2
|
+
declare class InputDocumentsCount extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
count: PropTypes.Requireable<number>;
|
6
|
+
};
|
7
|
+
constructor(props: any);
|
8
|
+
constructor(props: any, context: any);
|
9
|
+
render(): Component;
|
10
|
+
}
|
11
|
+
import React from "react";
|
12
|
+
import PropTypes from "prop-types";
|
13
|
+
//# sourceMappingURL=input-documents-count.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input-documents-count.d.ts","sourceRoot":"","sources":["../../../../src/components/input-documents-count/input-documents-count.jsx"],"names":[],"mappings":";AASA;IACE,2BAAoD;IAEpD;;MAEC;IAyBu4kB,wBAA8C;IAAA,sCAAyJ;IAlB/klB,oBAcC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export default InputPreview;
|
2
|
+
declare class InputPreview extends React.Component<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
documents: PropTypes.Validator<any[]>;
|
6
|
+
isLoading: PropTypes.Validator<boolean>;
|
7
|
+
};
|
8
|
+
constructor(props: any);
|
9
|
+
constructor(props: any, context: any);
|
10
|
+
render(): React.Component;
|
11
|
+
}
|
12
|
+
import React from "react";
|
13
|
+
import { Component } from "react";
|
14
|
+
import PropTypes from "prop-types";
|
15
|
+
//# sourceMappingURL=input-preview.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview/input-preview.jsx"],"names":[],"mappings":";AAUA;IACE,2BAAoC;IAEpC;;;MAGC;IAgC4pkB,wBAA8C;IAAA,sCAAyJ;IAzBp2kB,UAFa,eAAe,CAuB3B;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview-toolbar/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input-preview-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview-toolbar/input-preview-toolbar.jsx"],"names":[],"mappings":";AAeA,wCAFa,MAAM,SAAS,CAU3B"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-refresh/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export default InputRefresh;
|
2
|
+
declare class InputRefresh extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
refreshInputDocuments: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
+
};
|
7
|
+
constructor(props: any);
|
8
|
+
constructor(props: any, context: any);
|
9
|
+
render(): Component;
|
10
|
+
}
|
11
|
+
import React from "react";
|
12
|
+
import PropTypes from "prop-types";
|
13
|
+
//# sourceMappingURL=input-refresh.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input-refresh.d.ts","sourceRoot":"","sources":["../../../../src/components/input-refresh/input-refresh.jsx"],"names":[],"mappings":";AAQA;IACE,2BAA6C;IAE7C;;MAEC;IAwBsjlB,wBAA8C;IAAA,sCAAyJ;IAjB9vlB,oBAaC;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-toolbar/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export default InputToolbar;
|
2
|
+
declare class InputToolbar extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
toggleInputDocumentsCollapsed: PropTypes.Validator<(...args: any[]) => any>;
|
6
|
+
refreshInputDocuments: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
+
isExpanded: PropTypes.Validator<boolean>;
|
8
|
+
count: PropTypes.Requireable<number>;
|
9
|
+
};
|
10
|
+
constructor(props: any);
|
11
|
+
constructor(props: any, context: any);
|
12
|
+
render(): React.Component;
|
13
|
+
}
|
14
|
+
import React from "react";
|
15
|
+
import PropTypes from "prop-types";
|
16
|
+
//# sourceMappingURL=input-toolbar.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/input-toolbar/input-toolbar.jsx"],"names":[],"mappings":";AAUA;IACE,2BAA6C;IAE7C;;;;;MAKE;IAyB8ukB,wBAA8C;IAAA,sCAAyJ;IAlBv7kB,UAFa,MAAM,SAAS,CAgB3B;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-workspace/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export default InputWorkspace;
|
2
|
+
declare class InputWorkspace extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
documents: PropTypes.Validator<any[]>;
|
6
|
+
isLoading: PropTypes.Validator<boolean>;
|
7
|
+
};
|
8
|
+
constructor(props: any);
|
9
|
+
constructor(props: any, context: any);
|
10
|
+
render(): React.Component;
|
11
|
+
resizableRef: Resizable | null | undefined;
|
12
|
+
}
|
13
|
+
import React from "react";
|
14
|
+
import { Resizable } from "re-resizable";
|
15
|
+
import PropTypes from "prop-types";
|
16
|
+
//# sourceMappingURL=input-workspace.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/input-workspace/input-workspace.jsx"],"names":[],"mappings":";AAwBA;IACE,2BAAsC;IAEtC;;;MAGC;IAiC43jB,wBAA8C;IAAA,sCAAyJ;IA1BpkkB,UAFa,MAAM,SAAS,CAwB3B;IAXmB,2CAAqB;CAY1C"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export default LoadingOverlay;
|
2
|
+
declare class LoadingOverlay extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
text: PropTypes.Validator<string>;
|
6
|
+
};
|
7
|
+
constructor(props: any);
|
8
|
+
constructor(props: any, context: any);
|
9
|
+
render(): React.Component;
|
10
|
+
}
|
11
|
+
import React from "react";
|
12
|
+
import PropTypes from "prop-types";
|
13
|
+
//# sourceMappingURL=loading-overlay.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"loading-overlay.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/loading-overlay.jsx"],"names":[],"mappings":";AAQA;IACE,2BAAsC;IAEtC;;MAEC;IAsBoklB,wBAA8C;IAAA,sCAAyJ;IAf5wlB,UAFa,MAAM,SAAS,CAa3B;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export default ModifySourceBanner;
|
2
|
+
declare function ModifySourceBanner(props: Object): Component;
|
3
|
+
declare namespace ModifySourceBanner {
|
4
|
+
namespace propTypes {
|
5
|
+
const editViewName: PropTypes.Validator<string>;
|
6
|
+
}
|
7
|
+
}
|
8
|
+
import PropTypes from "prop-types";
|
9
|
+
//# sourceMappingURL=modify-source-banner.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"modify-source-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/modify-source-banner.jsx"],"names":[],"mappings":";AAaA,2CAJW,MAAM,aAchB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export default ConfirmImportPipeline;
|
2
|
+
declare class ConfirmImportPipeline extends React.PureComponent<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
isConfirmationNeeded: PropTypes.Validator<boolean>;
|
6
|
+
isAutoPreviewing: PropTypes.Validator<boolean>;
|
7
|
+
closeImport: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
+
confirmNew: PropTypes.Validator<(...args: any[]) => any>;
|
9
|
+
};
|
10
|
+
constructor(props: any);
|
11
|
+
constructor(props: any, context: any);
|
12
|
+
onConfirm: () => void;
|
13
|
+
render(): React.Component;
|
14
|
+
}
|
15
|
+
import React from "react";
|
16
|
+
import PropTypes from "prop-types";
|
17
|
+
//# sourceMappingURL=confirm-import-pipeline.d.ts.map
|