@mongodb-js/compass-aggregations 9.8.0 → 9.9.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.js +1 -1
- package/dist/src/components/add-stage/add-stage.d.ts +1 -1
- package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
- package/dist/src/components/add-stage/index.d.ts +1 -1
- package/dist/src/components/add-stage/index.d.ts.map +1 -1
- package/dist/src/components/aggregation-side-panel/feedback-link.d.ts +3 -0
- package/dist/src/components/aggregation-side-panel/feedback-link.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/index.d.ts +12 -0
- package/dist/src/components/aggregation-side-panel/index.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/index.d.ts +15 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/index.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts +20 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.d.ts +7 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.d.ts.map +1 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-list.d.ts +6 -0
- package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-list.d.ts.map +1 -0
- package/dist/src/components/aggregations/aggregations.d.ts +2 -2
- package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
- package/dist/src/components/aggregations/index.d.ts +2 -2
- package/dist/src/components/aggregations/index.d.ts.map +1 -1
- package/dist/src/components/create-view-modal/create-view-modal.d.ts +2 -2
- package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
- package/dist/src/components/create-view-modal/index.d.ts +2 -2
- package/dist/src/components/create-view-modal/index.d.ts.map +1 -1
- package/dist/src/components/create-view-plugin.d.ts +3 -3
- package/dist/src/components/create-view-plugin.d.ts.map +1 -1
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +2 -2
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
- package/dist/src/components/duplicate-view-modal/index.d.ts +2 -2
- package/dist/src/components/duplicate-view-modal/index.d.ts.map +1 -1
- package/dist/src/components/duplicate-view-plugin.d.ts +2 -2
- package/dist/src/components/duplicate-view-plugin.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts +6 -2
- package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +1 -1
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode.d.ts +1 -1
- package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -1
- package/dist/src/components/loading-overlay/index.d.ts +1 -1
- package/dist/src/components/loading-overlay/index.d.ts.map +1 -1
- package/dist/src/components/loading-overlay/loading-overlay.d.ts +1 -1
- package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
- package/dist/src/components/modify-source-banner/index.d.ts +1 -1
- package/dist/src/components/modify-source-banner/index.d.ts.map +1 -1
- package/dist/src/components/modify-source-banner/modify-source-banner.d.ts +1 -1
- package/dist/src/components/modify-source-banner/modify-source-banner.d.ts.map +1 -1
- package/dist/src/components/pipeline/index.d.ts +1 -1
- package/dist/src/components/pipeline/index.d.ts.map +1 -1
- package/dist/src/components/pipeline/pipeline.d.ts +2 -2
- package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-input-documents.d.ts +1 -1
- package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/index.d.ts +12 -2
- package/dist/src/components/pipeline-builder-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/{pipeline-builder-ui-workspace.d.ts → pipeline-builder-ui-workspace/index.d.ts} +4 -3
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list.d.ts +16 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list.d.ts.map +1 -0
- package/dist/src/components/pipeline-explain/explain-indexes.d.ts +1 -1
- package/dist/src/components/pipeline-explain/explain-indexes.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/explain-query-performance.d.ts +1 -1
- package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/explain-results.d.ts +1 -1
- package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/index.d.ts +1 -1
- package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-output-options-menu.d.ts +1 -1
- package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/index.d.ts +1 -1
- package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +3 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +1 -1
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +1 -1
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
- package/dist/src/components/saving-pipeline-modal/index.d.ts +1 -1
- package/dist/src/components/saving-pipeline-modal/index.d.ts.map +1 -1
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts +2 -2
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
- package/dist/src/components/settings/settings.d.ts +1 -1
- package/dist/src/components/settings/settings.d.ts.map +1 -1
- package/dist/src/components/stage-editor/index.d.ts +1 -1
- package/dist/src/components/stage-editor/index.d.ts.map +1 -1
- package/dist/src/components/stage-editor/stage-editor.d.ts +10 -7
- package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
- package/dist/src/components/stage-preview/index.d.ts +1 -1
- package/dist/src/components/stage-preview/index.d.ts.map +1 -1
- package/dist/src/components/stage-preview/output-stage-preview.d.ts +1 -1
- package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -1
- package/dist/src/components/stage-preview/stage-preview-header.d.ts +1 -1
- package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/index.d.ts +5 -5
- package/dist/src/components/stage-toolbar/index.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +15 -21
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -1
- package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -1
- package/dist/src/components/stage-wizard/index.d.ts +23 -0
- package/dist/src/components/stage-wizard/index.d.ts.map +1 -0
- package/dist/src/components/stage.d.ts +6 -3
- package/dist/src/components/stage.d.ts.map +1 -1
- package/dist/src/modules/aggregation.d.ts +10 -10
- package/dist/src/modules/aggregation.d.ts.map +1 -1
- package/dist/src/modules/auto-preview.d.ts +1 -1
- package/dist/src/modules/auto-preview.d.ts.map +1 -1
- package/dist/src/modules/collation-string.d.ts +2 -2
- package/dist/src/modules/collation-string.d.ts.map +1 -1
- package/dist/src/modules/count-documents.d.ts +5 -5
- package/dist/src/modules/count-documents.d.ts.map +1 -1
- package/dist/src/modules/create-view/index.d.ts +7 -7
- package/dist/src/modules/create-view/index.d.ts.map +1 -1
- package/dist/src/modules/data-service.d.ts +1 -1
- package/dist/src/modules/data-service.d.ts.map +1 -1
- package/dist/src/modules/explain.d.ts +8 -8
- package/dist/src/modules/explain.d.ts.map +1 -1
- package/dist/src/modules/focus-mode.d.ts +3 -3
- package/dist/src/modules/focus-mode.d.ts.map +1 -1
- package/dist/src/modules/index.d.ts +7 -4
- package/dist/src/modules/index.d.ts.map +1 -1
- package/dist/src/modules/indexes.d.ts +4 -4
- package/dist/src/modules/indexes.d.ts.map +1 -1
- package/dist/src/modules/input-documents.d.ts +4 -4
- package/dist/src/modules/input-documents.d.ts.map +1 -1
- package/dist/src/modules/is-datalake.d.ts +1 -1
- package/dist/src/modules/is-datalake.d.ts.map +1 -1
- package/dist/src/modules/max-time-ms.d.ts +1 -1
- package/dist/src/modules/max-time-ms.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts +3 -3
- package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts +2 -2
- package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +2 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +3 -1
- package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts +91 -34
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage-ids.d.ts +2 -0
- package/dist/src/modules/pipeline-builder/stage-ids.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts +6 -6
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
- package/dist/src/modules/saved-pipeline.d.ts +1 -1
- package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
- package/dist/src/modules/settings.d.ts +1 -1
- package/dist/src/modules/settings.d.ts.map +1 -1
- package/dist/src/modules/side-panel.d.ts +15 -0
- package/dist/src/modules/side-panel.d.ts.map +1 -0
- package/dist/src/modules/update-view.d.ts.map +1 -1
- package/dist/src/modules/workspace.d.ts +4 -4
- package/dist/src/modules/workspace.d.ts.map +1 -1
- package/dist/src/plugin.d.ts +3 -3
- package/dist/src/plugin.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts +4 -1
- package/dist/src/stores/store.d.ts.map +1 -1
- package/dist/src/utils/get-schema.d.ts +3 -0
- package/dist/src/utils/get-schema.d.ts.map +1 -0
- package/dist/src/utils/pipeline-storage.d.ts +1 -1
- package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
- package/dist/src/utils/stage.d.ts +1 -1
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +28 -28
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +0 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +0 -12
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIzD,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIzD,KAAK,oBAAoB,GAAG;IAC1B,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAYF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAiEzE,CAAC;;;;;AAeF,wBAA+D"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
export
|
2
|
+
export type PipelineOutputOption = 'expand' | 'collapse';
|
3
3
|
export declare const PipelineOutputOptionsMenu: React.FunctionComponent<{
|
4
4
|
option: PipelineOutputOption;
|
5
5
|
onChangeOption: (option: PipelineOutputOption) => void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-output-options-menu.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-output-options-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,
|
1
|
+
{"version":3,"file":"pipeline-output-options-menu.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-output-options-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAMzD,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC9D,MAAM,EAAE,oBAAoB,CAAC;IAC7B,cAAc,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACvD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAaA,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAiGxC,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAiGxC,KAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CA6E9B,CAAC;;;;;;AAoCF,wBAAwE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-pagination-count.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination-count.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,
|
1
|
+
{"version":3,"file":"pipeline-pagination-count.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination-count.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,KAAK,4BAA4B,GAAG;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAwCF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAuD7B,CAAC;;;;;AAYF,wBAAuE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,
|
1
|
+
{"version":3,"file":"pipeline-pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,KAAK,uBAAuB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAcF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CACtD,uBAAuB,CAwCxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,qBAG9B,KAAK,SAAS,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC,KAAG,MAErD,CAAC;AAEF,eAAO,MAAM,kBAAkB;mBAKd,MAAM;MACnB,MAEH,CAAC;;;;;AA0BF,wBAAkE"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { ResultsViewType } from './pipeline-results-list';
|
3
3
|
import type { PipelineOutputOption } from '../pipeline-output-options-menu';
|
4
|
-
|
4
|
+
type PipelineResultsHeaderProps = {
|
5
5
|
onChangeResultsView: (viewType: ResultsViewType) => void;
|
6
6
|
resultsViewType: ResultsViewType;
|
7
7
|
isMergeOrOutPipeline: boolean;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,
|
1
|
+
{"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,KAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAmBF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CA6B3B,CAAC;;;;;;;AAkBF,wBAAqE"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { Document } from 'mongodb';
|
3
|
-
export
|
3
|
+
export type ResultsViewType = 'document' | 'json';
|
4
4
|
declare const PipelineResultsList: React.FunctionComponent<{
|
5
5
|
documents: Document[];
|
6
6
|
allDocsExpanded?: boolean;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAIxC,
|
1
|
+
{"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAIxC,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG,MAAM,CAAC;AAMlD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjD,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,eAAe,CAAC;CACvB,CA2BA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAgBxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAqC5E,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAgBxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAqC5E,KAAK,oBAAoB,GAAG;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;;;;;;;;;AAKF,wBAAkD"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,KAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAmEvE,CAAC;;;;;;;;;;AAEF,wBAUkB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,
|
1
|
+
{"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,KAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAE5B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA8EzE,CAAC;;;;;;;;;;AAyBF,wBAA2E"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-stages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-stages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwB5D,
|
1
|
+
{"version":3,"file":"pipeline-stages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-stages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwB5D,KAAK,mBAAmB,GAAG;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CACrD,CAAC;AAIF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA+CvE,CAAC;;;;;AAiBF,wBAA0E"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+B1B,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+B1B,KAAK,qBAAqB,GAAG;IAC3B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CA4CtB,CAAC;;;;;AAEF,wBAaoB"}
|
@@ -1,12 +1,14 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { PipelineMode } from '../../../modules/pipeline-builder/pipeline-mode';
|
3
|
-
|
3
|
+
type PipelineExtraSettingsProps = {
|
4
4
|
isAutoPreview: boolean;
|
5
5
|
isPipelineModeDisabled: boolean;
|
6
|
+
isSidePanelOpen: boolean;
|
6
7
|
pipelineMode: PipelineMode;
|
7
8
|
onToggleAutoPreview: (newVal: boolean) => void;
|
8
9
|
onChangePipelineMode: (newVal: PipelineMode) => void;
|
9
10
|
onToggleSettings: () => void;
|
11
|
+
onToggleSidePanel: () => void;
|
10
12
|
};
|
11
13
|
export declare const PipelineExtraSettings: React.FunctionComponent<PipelineExtraSettingsProps>;
|
12
14
|
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExtraSettingsProps>, {
|
package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAgBzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AA0BpF,KAAK,0BAA0B,GAAG;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,sBAAsB,EAAE,OAAO,CAAC;IAChC,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,oBAAoB,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACrD,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAwF3B,CAAC;;;;;AAkBF,wBAAqE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAavC,
|
1
|
+
{"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAavC,KAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAKF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CA8CpE,CAAC;AAyBF,eAAO,MAAM,QAAQ;;;;EAGD,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline-name.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-name.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,
|
1
|
+
{"version":3,"file":"pipeline-name.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-name.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAuBnE,CAAC;;;;;AAOF,wBAA+C"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,
|
1
|
+
{"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,KAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA4BF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAmCtB,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { StoredPipeline } from '../../utils/pipeline-storage';
|
3
|
-
|
3
|
+
type SavedPipelinesProps = {
|
4
4
|
namespace: string;
|
5
5
|
savedPipelines: StoredPipeline[];
|
6
6
|
onOpenPipeline: (pipelineData: StoredPipeline) => void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AA0CnE,
|
1
|
+
{"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AA0CnE,KAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,cAAc,EAAE,CAAC;IACjC,cAAc,EAAE,CAAC,YAAY,EAAE,cAAc,KAAK,IAAI,CAAC;IACvD,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,qEAKxB,mBAAmB,gBA4CrB,CAAC;;;;;AAWF,wBAA8D"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/index.js"],"names":[],"mappings":";gCAAgC,yBAAyB"}
|
@@ -17,6 +17,6 @@ declare class SavingPipelineModal extends React.PureComponent<any, any, any> {
|
|
17
17
|
save(): void;
|
18
18
|
render(): React.Component;
|
19
19
|
}
|
20
|
-
import React from
|
21
|
-
import PropTypes from
|
20
|
+
import React from 'react';
|
21
|
+
import PropTypes from 'prop-types';
|
22
22
|
//# sourceMappingURL=saving-pipeline-modal.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.jsx"],"names":[],"mappings":";AAOA;IACE,2BAAoD;IAEpD;;;;;;;;;MASE;IA0D42iB,wBAA8C;IAAA,sCAAyJ;IAlDrjjB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAwB3B;CACF"}
|
1
|
+
{"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.jsx"],"names":[],"mappings":";AAOA;IACE,2BAAoD;IAEpD;;;;;;;;;MASE;IA0D42iB,wBAA8C;IAAA,sCAAyJ;IAlDrjjB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAwB3B;CACF;kBA1EoC,OAAO;sBACtB,YAAY"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AA2FA,
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AA2FA,KAAK,aAAa,GAAG;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBAiJf;AAED,eAAe,QAAQ,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/index.js"],"names":[],"mappings":";wBAAwB,gBAAgB"}
|
@@ -1,26 +1,29 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { MongoServerError } from 'mongodb';
|
3
|
-
import type {
|
3
|
+
import type { EditorRef } from '@mongodb-js/compass-editor';
|
4
4
|
import type { PipelineParserError } from '../../modules/pipeline-builder/pipeline-parser/utils';
|
5
|
-
|
5
|
+
type StageEditorProps = {
|
6
6
|
index: number;
|
7
7
|
stageOperator: string | null;
|
8
8
|
stageValue: string | null;
|
9
9
|
serverVersion: string;
|
10
|
-
autocompleteFields:
|
10
|
+
autocompleteFields: {
|
11
|
+
name: string;
|
12
|
+
description?: string;
|
13
|
+
}[];
|
11
14
|
syntaxError: PipelineParserError | null;
|
12
15
|
serverError: MongoServerError | null;
|
13
16
|
num_stages: number;
|
14
17
|
editor_view_type: string;
|
15
18
|
className?: string;
|
16
19
|
onChange: (index: number, value: string) => void;
|
17
|
-
|
20
|
+
editorRef?: React.Ref<EditorRef>;
|
18
21
|
};
|
19
|
-
export declare const StageEditor: ({ stageValue, stageOperator, index, onChange, serverError, syntaxError, className, autocompleteFields, serverVersion, num_stages, editor_view_type,
|
20
|
-
declare const _default: import("react-redux").ConnectedComponent<({ stageValue, stageOperator, index, onChange, serverError, syntaxError, className, autocompleteFields, serverVersion, num_stages, editor_view_type,
|
22
|
+
export declare const StageEditor: ({ stageValue, stageOperator, index, onChange, serverError, syntaxError, className, autocompleteFields, serverVersion, num_stages, editor_view_type, editorRef, }: StageEditorProps) => JSX.Element;
|
23
|
+
declare const _default: import("react-redux").ConnectedComponent<({ stageValue, stageOperator, index, onChange, serverError, syntaxError, className, autocompleteFields, serverVersion, num_stages, editor_view_type, editorRef, }: StageEditorProps) => JSX.Element, {
|
21
24
|
className?: string | undefined;
|
22
|
-
onLoad?: ((editor: import("ace-builds").Ace.Editor) => void) | undefined;
|
23
25
|
index: number;
|
26
|
+
editorRef?: React.Ref<EditorRef> | undefined;
|
24
27
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
25
28
|
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
26
29
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAE5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAKhD,OAAO,KAAK,EAAc,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAiBxE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sDAAsD,CAAC;AA6ChG,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC7D,WAAW,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACxC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,SAAS,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,WAAW,qKAarB,gBAAgB,gBAmGlB,CAAC;;;WAGsC,MAAM;;;;;AAD9C,wBAoBe"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AA2FxD,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,8BAA8B,EAAE,OAAO,CAAC;IACxC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,OAAO,CAAC;CAC5B,CAAC;AAsEF,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,eAmBpD;;WAE4D,MAAM;;;;AAAnE,wBAsBiB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"output-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/output-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"output-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/output-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiD1B,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,OAAO,CAAC;IACxB,6BAA6B,EAAE,OAAO,CAAC;IACvC,eAAe,EAAE,OAAO,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAyBF,eAAO,MAAM,WAAW,0JASrB,gBAAgB,uBAkDlB,CAAC;;;;;;AAmCF,wBAA2D"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-preview-header.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"stage-preview-header.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2C1B,KAAK,uBAAuB,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,EAC1B,aAAa,EACb,WAAW,EACX,WAAW,EACX,IAAI,EACJ,WAAW,GACZ,EAAE,uBAAuB,sBA2BzB;;WAE4D,MAAM;;;;AAAnE,wBAcuB"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
|
3
|
-
declare type StageToolbarProps = {
|
2
|
+
type StageToolbarProps = {
|
4
3
|
index: number;
|
4
|
+
idxInPipeline: number;
|
5
5
|
isAutoPreviewing?: boolean;
|
6
6
|
hasSyntaxError?: boolean;
|
7
7
|
hasServerError?: boolean;
|
@@ -9,12 +9,12 @@ declare type StageToolbarProps = {
|
|
9
9
|
isDisabled?: boolean;
|
10
10
|
onFocusModeClicked: () => void;
|
11
11
|
onOpenFocusMode: () => void;
|
12
|
-
|
12
|
+
onStageOperatorChange?: (index: number, name: string | null, snippet?: string) => void;
|
13
13
|
};
|
14
|
-
export declare function StageToolbar({ index, hasSyntaxError, hasServerError, isCollapsed, isDisabled, onOpenFocusMode,
|
14
|
+
export declare function StageToolbar({ index, idxInPipeline, hasSyntaxError, hasServerError, isCollapsed, isDisabled, onOpenFocusMode, onStageOperatorChange, }: StageToolbarProps): JSX.Element;
|
15
15
|
declare const _default: import("react-redux").ConnectedComponent<typeof StageToolbar, {
|
16
16
|
index: number;
|
17
|
-
|
17
|
+
onStageOperatorChange?: ((index: number, name: string | null, snippet?: string | undefined) => void) | undefined;
|
18
18
|
onFocusModeClicked: () => void;
|
19
19
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
20
20
|
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqF1B,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,CAAC,EAAE,CACtB,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,OAAO,CAAC,EAAE,MAAM,KACb,IAAI,CAAC;CACX,CAAC;AAMF,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,aAAa,EACb,cAAc,EACd,cAAc,EACd,WAAW,EACX,UAAU,EACV,eAAe,EACf,qBAAqB,GACtB,EAAE,iBAAiB,eAuCnB;;;;;;;;AAOD,wBAuBgB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"option-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/option-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"option-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/option-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAwBxC,eAAO,MAAM,UAAU;WAKd,MAAM;6BACY,MAAM,KAAK,IAAI;gCACZ,MAAM,KAAK,IAAI;iBAoE5C,CAAC;;;;;;WAGsC,MAAM;;;;AAD9C,wBAac"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-collapser.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/stage-collapser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;
|
1
|
+
{"version":3,"file":"stage-collapser.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/stage-collapser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;WA6Bc,MAAM;;;;AAD9C,wBAUkB"}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
|
3
|
-
|
4
|
-
onChange: (index: number, name: string | null) => void;
|
2
|
+
type StageOperatorSelectProps = {
|
3
|
+
onChange: (index: number, name: string | null, snippet?: string) => void;
|
5
4
|
index: number;
|
6
5
|
selectedStage: string | null;
|
7
6
|
isDisabled: boolean;
|
@@ -12,27 +11,22 @@ declare type StageOperatorSelectProps = {
|
|
12
11
|
}[];
|
13
12
|
};
|
14
13
|
export declare const StageOperatorSelect: ({ onChange, index, selectedStage, isDisabled, stages, }: StageOperatorSelectProps) => JSX.Element;
|
15
|
-
declare
|
16
|
-
envInfo: {
|
17
|
-
serverVersion: string;
|
18
|
-
env: string;
|
19
|
-
isTimeSeries: boolean;
|
20
|
-
sourceName: string;
|
21
|
-
};
|
22
|
-
stage: {
|
23
|
-
stageOperator: string | null;
|
24
|
-
disabled: boolean;
|
25
|
-
};
|
26
|
-
onChange: (index: number, name: string) => void;
|
14
|
+
declare const _default: (props: Omit<{
|
27
15
|
index: number;
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
16
|
+
readOnly: boolean;
|
17
|
+
onChange?: ((index: number, name: string | null, snippet?: string) => void) | undefined;
|
18
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
19
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
20
|
+
} & {
|
21
|
+
children?: React.ReactNode;
|
22
|
+
}, "readOnly"> & Partial<Pick<{
|
32
23
|
index: number;
|
33
|
-
|
24
|
+
readOnly: boolean;
|
25
|
+
onChange?: ((index: number, name: string | null, snippet?: string) => void) | undefined;
|
34
26
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
35
27
|
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
36
|
-
}
|
28
|
+
} & {
|
29
|
+
children?: React.ReactNode;
|
30
|
+
}, "readOnly">>) => React.ReactElement<{}, string | React.JSXElementConstructor<any>>;
|
37
31
|
export default _default;
|
38
32
|
//# sourceMappingURL=stage-operator-select.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/stage-operator-select.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/stage-operator-select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAoC3C,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACzE,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,WAAW,EAAE,MAAM,CAAC;KACrB,EAAE,CAAC;CACL,CAAC;AAGF,eAAO,MAAM,mBAAmB,4DAM7B,wBAAwB,gBAkC1B,CAAC;;WAOa,MAAM;cACH,OAAO;wBAER,MAAM,QACP,MAAM,GAAG,IAAI,YACT,MAAM,KACb,IAAI;;;;;;WANF,MAAM;cACH,OAAO;wBAER,MAAM,QACP,MAAM,GAAG,IAAI,YACT,MAAM,KACb,IAAI;;;;;;AAXjB,wBA0CE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"toggle-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/toggle-stage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;
|
1
|
+
{"version":3,"file":"toggle-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/toggle-stage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;WAgCc,MAAM;;;;AAD9C,wBAUe"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import type { SortableProps } from '../pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list';
|
3
|
+
type StageWizardProps = SortableProps & {
|
4
|
+
index: number;
|
5
|
+
useCaseId: string;
|
6
|
+
value: string | null;
|
7
|
+
syntaxError: SyntaxError | null;
|
8
|
+
fields: string[];
|
9
|
+
onChange: (value: string) => void;
|
10
|
+
onCancel: () => void;
|
11
|
+
onApply: () => void;
|
12
|
+
};
|
13
|
+
export declare const StageWizard: ({ index, useCaseId, value, syntaxError, fields, onChange, onCancel, onApply, ...sortableProps }: StageWizardProps) => JSX.Element | null;
|
14
|
+
declare const _default: import("react-redux").ConnectedComponent<({ index, useCaseId, value, syntaxError, fields, onChange, onCancel, onApply, ...sortableProps }: StageWizardProps) => JSX.Element | null, {
|
15
|
+
style: React.CSSProperties;
|
16
|
+
index: number;
|
17
|
+
setNodeRef: (node: HTMLElement | null) => void;
|
18
|
+
listeners: import("@dnd-kit/core/dist/hooks/utilities").SyntheticListenerMap | undefined;
|
19
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
20
|
+
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
21
|
+
}>;
|
22
|
+
export default _default;
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-wizard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAyB9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2EAA2E,CAAC;AAmC/G,KAAK,gBAAgB,GAAG,aAAa,GAAG;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;IAChC,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,WAAW,oGAUrB,gBAAgB,uBAyElB,CAAC;;;;;;;;;AAMF,wBAyCe"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
|
3
|
-
|
2
|
+
import type { SortableProps } from './pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list';
|
3
|
+
export type StageProps = SortableProps & {
|
4
4
|
index: number;
|
5
5
|
isEnabled: boolean;
|
6
6
|
isExpanded: boolean;
|
@@ -8,9 +8,12 @@ export declare type StageProps = {
|
|
8
8
|
hasServerError: boolean;
|
9
9
|
isAutoPreviewing: boolean;
|
10
10
|
};
|
11
|
-
declare function Stage({
|
11
|
+
declare function Stage({ index, isEnabled, isExpanded, hasSyntaxError, hasServerError, isAutoPreviewing, ...sortableProps }: StageProps): JSX.Element;
|
12
12
|
declare const _default: import("react-redux").ConnectedComponent<typeof Stage, {
|
13
|
+
style: React.CSSProperties;
|
13
14
|
index: number;
|
15
|
+
setNodeRef: (node: HTMLElement | null) => void;
|
16
|
+
listeners: import("@dnd-kit/core/dist/hooks/utilities").SyntheticListenerMap | undefined;
|
14
17
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
15
18
|
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
|
16
19
|
}>;
|