@mongodb-js/compass-aggregations 9.3.0 → 9.5.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/.eslintrc.js +3 -3
- package/.prettierignore +3 -0
- package/.prettierrc.json +1 -0
- package/README.md +27 -21
- package/dist/browser.js +1 -1
- package/dist/browser.js.LICENSE.txt +2 -14
- package/dist/index.css +7 -595
- package/dist/index.js +1 -22
- package/dist/index.js.LICENSE.txt +2 -14
- package/dist/src/components/add-stage/add-stage.d.ts +7 -16
- package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
- package/dist/src/components/aggregations/aggregations.d.ts +12 -1
- package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
- package/dist/src/components/create-view-modal/create-view-modal.d.ts +21 -31
- package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
- package/dist/src/components/create-view-plugin.d.ts.map +1 -1
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +19 -28
- package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
- package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts +16 -0
- package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -0
- package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts +14 -0
- package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -0
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +23 -0
- package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -0
- package/dist/src/components/focus-mode/focus-mode.d.ts +13 -0
- package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
- package/dist/src/components/loading-overlay/index.d.ts +1 -1
- package/dist/src/components/loading-overlay/loading-overlay.d.ts +6 -12
- package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
- package/dist/src/components/pipeline/pipeline.d.ts +4 -13
- package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-input-documents.d.ts +17 -0
- package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +4 -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 +5 -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 +9 -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 +17 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +12 -19
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +4 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -1
- package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts +13 -0
- package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +1 -0
- package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -1
- package/dist/src/components/pipeline-explain/index.d.ts +4 -1
- package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-output-options-menu.d.ts +8 -0
- package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -0
- package/dist/src/components/pipeline-results-workspace/index.d.ts +6 -1
- package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +5 -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 +4 -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 +9 -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 -0
- package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
- package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/index.d.ts +12 -2
- package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +9 -6
- 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 +10 -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 +4 -1
- package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +4 -11
- package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +7 -3
- 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 +4 -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 +5 -7
- 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 +4 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
- package/dist/src/components/resize-handle.d.ts +4 -0
- package/dist/src/components/resize-handle.d.ts.map +1 -0
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +4 -4
- package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
- package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +12 -0
- package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +1 -0
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +10 -3
- package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
- package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
- package/dist/src/components/settings/settings.d.ts.map +1 -1
- package/dist/src/components/stage-editor/stage-editor.d.ts +26 -46
- package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
- package/dist/src/components/stage-preview/atlas-stage-preview.d.ts +5 -0
- package/dist/src/components/stage-preview/atlas-stage-preview.d.ts.map +1 -0
- package/dist/src/components/stage-preview/index.d.ts +18 -2
- package/dist/src/components/stage-preview/index.d.ts.map +1 -1
- package/dist/src/components/stage-preview/output-stage-preview.d.ts +19 -0
- package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -0
- package/dist/src/components/stage-preview/stage-preview-header.d.ts +17 -0
- package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/index.d.ts +18 -0
- package/dist/src/components/stage-toolbar/index.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/option-menu.d.ts +17 -0
- package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/stage-collapser.d.ts +12 -0
- package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +36 -0
- package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -0
- package/dist/src/components/stage-toolbar/toggle-stage.d.ts +12 -0
- package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -0
- package/dist/src/components/stage.d.ts +18 -0
- package/dist/src/components/stage.d.ts.map +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/modules/aggregation.d.ts.map +1 -1
- package/dist/src/modules/auto-preview.d.ts +2 -2
- package/dist/src/modules/auto-preview.d.ts.map +1 -1
- package/dist/src/modules/collation-string.d.ts.map +1 -1
- package/dist/src/modules/count-documents.d.ts.map +1 -1
- package/dist/src/modules/create-view/index.d.ts.map +1 -1
- package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -1
- package/dist/src/modules/create-view/is-running.d.ts.map +1 -1
- package/dist/src/modules/data-service.d.ts +2 -2
- package/dist/src/modules/data-service.d.ts.map +1 -1
- package/dist/src/modules/explain.d.ts.map +1 -1
- package/dist/src/modules/export-to-language.d.ts.map +1 -1
- package/dist/src/modules/focus-mode.d.ts +30 -0
- package/dist/src/modules/focus-mode.d.ts.map +1 -0
- package/dist/src/modules/id.d.ts.map +1 -1
- package/dist/src/modules/index.d.ts +26 -7
- package/dist/src/modules/index.d.ts.map +1 -1
- package/dist/src/modules/input-documents.d.ts +38 -14
- package/dist/src/modules/input-documents.d.ts.map +1 -1
- package/dist/src/modules/is-new-pipeline-confirm.d.ts +15 -4
- package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
- package/dist/src/modules/large-limit.d.ts.map +1 -1
- package/dist/src/modules/max-time-ms.d.ts.map +1 -1
- package/dist/src/modules/out-results-fn.d.ts +1 -0
- package/dist/src/modules/out-results-fn.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +4 -1
- package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/index.d.ts +8 -1
- package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +22 -12
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
- 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 +3 -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 +12 -2
- 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 +7 -6
- 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 +2 -0
- package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts +7 -1
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage.d.ts +2 -2
- package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +13 -0
- package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -0
- package/dist/src/modules/pipeline-builder/{text-editor.d.ts → text-editor-pipeline.d.ts} +16 -10
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -0
- 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/saving-pipeline.d.ts.map +1 -1
- package/dist/src/modules/settings.d.ts.map +1 -1
- package/dist/src/modules/update-view.d.ts.map +1 -1
- package/dist/src/modules/workspace.d.ts.map +1 -1
- package/dist/src/stores/duplicate-view.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts.map +1 -1
- package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
- package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
- package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
- package/dist/src/utils/stage.d.ts +11 -2
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +43 -42
- package/dist/src/components/input/index.d.ts +0 -3
- package/dist/src/components/input/index.d.ts.map +0 -1
- package/dist/src/components/input/input.d.ts +0 -25
- package/dist/src/components/input/input.d.ts.map +0 -1
- package/dist/src/components/input-builder/index.d.ts +0 -3
- package/dist/src/components/input-builder/index.d.ts.map +0 -1
- package/dist/src/components/input-builder/input-builder.d.ts +0 -9
- package/dist/src/components/input-builder/input-builder.d.ts.map +0 -1
- package/dist/src/components/input-builder-toolbar/index.d.ts +0 -3
- package/dist/src/components/input-builder-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +0 -16
- package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +0 -1
- package/dist/src/components/input-collapser/index.d.ts +0 -3
- package/dist/src/components/input-collapser/index.d.ts.map +0 -1
- package/dist/src/components/input-collapser/input-collapser.d.ts +0 -14
- package/dist/src/components/input-collapser/input-collapser.d.ts.map +0 -1
- package/dist/src/components/input-documents-count/index.d.ts +0 -3
- package/dist/src/components/input-documents-count/index.d.ts.map +0 -1
- package/dist/src/components/input-documents-count/input-documents-count.d.ts +0 -13
- package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +0 -1
- package/dist/src/components/input-preview/index.d.ts +0 -3
- package/dist/src/components/input-preview/index.d.ts.map +0 -1
- package/dist/src/components/input-preview/input-preview.d.ts +0 -15
- package/dist/src/components/input-preview/input-preview.d.ts.map +0 -1
- package/dist/src/components/input-preview-toolbar/index.d.ts +0 -3
- package/dist/src/components/input-preview-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +0 -7
- package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +0 -1
- package/dist/src/components/input-refresh/index.d.ts +0 -3
- package/dist/src/components/input-refresh/index.d.ts.map +0 -1
- package/dist/src/components/input-refresh/input-refresh.d.ts +0 -13
- package/dist/src/components/input-refresh/input-refresh.d.ts.map +0 -1
- package/dist/src/components/input-toolbar/index.d.ts +0 -3
- package/dist/src/components/input-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/input-toolbar/input-toolbar.d.ts +0 -16
- package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +0 -1
- package/dist/src/components/input-workspace/index.d.ts +0 -3
- package/dist/src/components/input-workspace/index.d.ts.map +0 -1
- package/dist/src/components/input-workspace/input-workspace.d.ts +0 -16
- package/dist/src/components/input-workspace/input-workspace.d.ts.map +0 -1
- package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
- package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
- package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
- package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
- package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
- package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
- package/dist/src/components/resize-handle/resize-handle.d.ts +0 -7
- package/dist/src/components/resize-handle/resize-handle.d.ts.map +0 -1
- package/dist/src/components/stage/index.d.ts +0 -3
- package/dist/src/components/stage/index.d.ts.map +0 -1
- package/dist/src/components/stage/stage.d.ts +0 -29
- package/dist/src/components/stage/stage.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -18
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +0 -18
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/index.d.ts +0 -3
- package/dist/src/components/stage-editor-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts +0 -14
- package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +0 -20
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +0 -21
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +0 -9
- package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +0 -24
- package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +0 -1
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +0 -20
- package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +0 -1
- package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
- package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
- package/dist/src/components/stage-preview-toolbar/index.d.ts +0 -3
- package/dist/src/components/stage-preview-toolbar/index.d.ts.map +0 -1
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +0 -25
- package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +0 -1
- package/dist/src/modules/import-pipeline.d.ts +0 -20
- package/dist/src/modules/import-pipeline.d.ts.map +0 -1
- package/dist/src/modules/link.d.ts +0 -2
- package/dist/src/modules/link.d.ts.map +0 -1
- package/dist/src/modules/pipeline-builder/text-editor.d.ts.map +0 -1
- package/dist/src/utils/cancellable-promise.d.ts +0 -10
- package/dist/src/utils/cancellable-promise.d.ts.map +0 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-aggregations",
|
3
3
|
"productName": "Aggregations plugin",
|
4
|
-
"version": "9.
|
4
|
+
"version": "9.5.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"typecheck": "tsc -p tsconfig-lint.json --noEmit",
|
26
26
|
"depcheck": "compass-scripts check-peer-deps && depcheck",
|
27
27
|
"eslint": "eslint",
|
28
|
-
"lint": "npm run eslint .",
|
28
|
+
"lint": "npm run eslint . && npm run prettier -- --check .",
|
29
29
|
"check": "npm run typecheck && npm run lint && npm run depcheck",
|
30
30
|
"check-ci": "npm run check",
|
31
31
|
"test": "mocha",
|
@@ -33,61 +33,63 @@
|
|
33
33
|
"test-cov": "nyc -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
|
34
34
|
"test-watch": "npm run test -- --watch",
|
35
35
|
"test-ci": "npm run test-cov",
|
36
|
-
"test-ci-electron": "npm run test-electron"
|
36
|
+
"test-ci-electron": "npm run test-electron",
|
37
|
+
"prettier": "prettier",
|
38
|
+
"reformat": "npm run prettier -- --write ."
|
37
39
|
},
|
38
40
|
"license": "SSPL",
|
39
41
|
"peerDependencies": {
|
40
|
-
"@mongodb-js/compass-components": "^1.
|
41
|
-
"@mongodb-js/compass-crud": "^13.
|
42
|
-
"@mongodb-js/compass-editor": "^0.
|
43
|
-
"@mongodb-js/compass-logging": "^1.1.
|
44
|
-
"@mongodb-js/
|
45
|
-
"@mongodb-js/
|
46
|
-
"@mongodb-js/mongodb-
|
42
|
+
"@mongodb-js/compass-components": "^1.5.0",
|
43
|
+
"@mongodb-js/compass-crud": "^13.5.0",
|
44
|
+
"@mongodb-js/compass-editor": "^0.4.0",
|
45
|
+
"@mongodb-js/compass-logging": "^1.1.2",
|
46
|
+
"@mongodb-js/compass-utils": "^0.2.0",
|
47
|
+
"@mongodb-js/explain-plan-helper": "^1.0.2",
|
48
|
+
"@mongodb-js/mongodb-constants": "^0.1.5",
|
49
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.4",
|
47
50
|
"bson": "^4.4.1",
|
48
|
-
"
|
49
|
-
"hadron-
|
50
|
-
"
|
51
|
-
"react": "^16.14.0"
|
51
|
+
"compass-preferences-model": "^2.5.0",
|
52
|
+
"hadron-document": "^8.1.0",
|
53
|
+
"react": "^17.0.2"
|
52
54
|
},
|
53
55
|
"devDependencies": {
|
54
56
|
"@babel/generator": "^7.19.5",
|
55
57
|
"@babel/parser": "^7.19.4",
|
56
58
|
"@babel/types": "^7.19.4",
|
57
|
-
"@
|
58
|
-
"@
|
59
|
-
"@
|
59
|
+
"@dnd-kit/core": "^6.0.7",
|
60
|
+
"@dnd-kit/sortable": "^7.0.2",
|
61
|
+
"@dnd-kit/utilities": "^3.2.1",
|
62
|
+
"@electron/remote": "^2.0.9",
|
63
|
+
"@mongodb-js/eslint-config-compass": "^1.0.2",
|
64
|
+
"@mongodb-js/mocha-config-compass": "^1.0.2",
|
60
65
|
"@mongodb-js/prettier-config-compass": "^1.0.0",
|
61
66
|
"@mongodb-js/tsconfig-compass": "^1.0.1",
|
62
|
-
"@mongodb-js/webpack-config-compass": "^1.0.
|
67
|
+
"@mongodb-js/webpack-config-compass": "^1.0.5",
|
63
68
|
"@testing-library/react": "^12.1.4",
|
64
69
|
"@testing-library/user-event": "^13.5.0",
|
65
|
-
"@types/
|
70
|
+
"@types/lodash": "^4.14.188",
|
66
71
|
"@types/semver": "^7.3.9",
|
67
72
|
"chai": "^4.3.6",
|
68
|
-
"classnames": "^2.2.6",
|
69
73
|
"debug": "^4.2.0",
|
70
|
-
"decomment": "^0.9.2",
|
71
74
|
"depcheck": "^1.4.1",
|
72
75
|
"ejson-shell-parser": "^1.2.0",
|
73
|
-
"electron": "^
|
76
|
+
"electron": "^22.0.2",
|
74
77
|
"enzyme": "^3.11.0",
|
75
78
|
"eslint": "^7.25.0",
|
76
|
-
"hadron-app-registry": "^9.0.
|
77
|
-
"
|
79
|
+
"hadron-app-registry": "^9.0.3",
|
80
|
+
"lodash": "^4.17.21",
|
78
81
|
"mocha": "^8.4.0",
|
79
|
-
"mongodb": "^4.
|
80
|
-
"mongodb-data-service": "^22.
|
82
|
+
"mongodb": "^4.13.0",
|
83
|
+
"mongodb-data-service": "^22.4.0",
|
81
84
|
"mongodb-ns": "^2.4.0",
|
82
85
|
"mongodb-query-parser": "^2.4.6",
|
83
86
|
"nyc": "^15.1.0",
|
84
87
|
"prettier": "^2.7.1",
|
85
88
|
"prop-types": "^15.7.2",
|
86
89
|
"re-resizable": "^6.9.0",
|
87
|
-
"react
|
88
|
-
"react-
|
89
|
-
"react-
|
90
|
-
"react-sortable-hoc": "^2.0.0",
|
90
|
+
"react": "^17.0.2",
|
91
|
+
"react-dom": "^17.0.2",
|
92
|
+
"react-redux": "^8.0.5",
|
91
93
|
"redux": "^4.2.0",
|
92
94
|
"redux-thunk": "^2.3.0",
|
93
95
|
"rimraf": "^3.0.0",
|
@@ -96,18 +98,17 @@
|
|
96
98
|
"xvfb-maybe": "^0.2.1"
|
97
99
|
},
|
98
100
|
"dependencies": {
|
99
|
-
"@mongodb-js/compass-components": "^1.
|
100
|
-
"@mongodb-js/compass-crud": "^13.
|
101
|
-
"@mongodb-js/compass-editor": "^0.
|
102
|
-
"@mongodb-js/compass-logging": "^1.1.
|
103
|
-
"@mongodb-js/
|
104
|
-
"@mongodb-js/
|
105
|
-
"@mongodb-js/mongodb-
|
101
|
+
"@mongodb-js/compass-components": "^1.5.0",
|
102
|
+
"@mongodb-js/compass-crud": "^13.5.0",
|
103
|
+
"@mongodb-js/compass-editor": "^0.4.0",
|
104
|
+
"@mongodb-js/compass-logging": "^1.1.2",
|
105
|
+
"@mongodb-js/compass-utils": "^0.2.0",
|
106
|
+
"@mongodb-js/explain-plan-helper": "^1.0.2",
|
107
|
+
"@mongodb-js/mongodb-constants": "^0.1.5",
|
108
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.4",
|
106
109
|
"bson": "^4.4.1",
|
107
|
-
"
|
108
|
-
"hadron-
|
109
|
-
"hadron-react-components": "^6.3.0",
|
110
|
-
"react": "^16.14.0"
|
110
|
+
"compass-preferences-model": "^2.5.0",
|
111
|
+
"hadron-document": "^8.1.0"
|
111
112
|
},
|
112
113
|
"homepage": "https://github.com/mongodb-js/compass",
|
113
114
|
"bugs": {
|
@@ -118,5 +119,5 @@
|
|
118
119
|
"type": "git",
|
119
120
|
"url": "https://github.com/mongodb-js/compass.git"
|
120
121
|
},
|
121
|
-
"gitHead": "
|
122
|
+
"gitHead": "cfe9a829fd77fc84e090f2c7b38663167071ebc5"
|
122
123
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input/index.js"],"names":[],"mappings":""}
|
@@ -1,25 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-builder/index.js"],"names":[],"mappings":""}
|
@@ -1,9 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-builder-toolbar/index.js"],"names":[],"mappings":""}
|
@@ -1,16 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-collapser/index.js"],"names":[],"mappings":""}
|
@@ -1,14 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-documents-count/index.js"],"names":[],"mappings":""}
|
@@ -1,13 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview/index.js"],"names":[],"mappings":""}
|
@@ -1,15 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview-toolbar/index.js"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-refresh/index.js"],"names":[],"mappings":""}
|
@@ -1,13 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-toolbar/index.js"],"names":[],"mappings":""}
|
@@ -1,16 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-workspace/index.js"],"names":[],"mappings":""}
|
@@ -1,16 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
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"}
|
@@ -1,17 +0,0 @@
|
|
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
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"confirm-import-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/confirm-import-pipeline.jsx"],"names":[],"mappings":";AAmBA;IACE,2BAAsD;IAEtD;;;;;MAKC;IA+Bm8jB,wBAA8C;IAAA,sCAAyJ;IA7B3okB,sBAEC;IAOD,UAFa,MAAM,SAAS,CAkB3B;CACF"}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
export default ConfirmNewPipeline;
|
2
|
-
declare class ConfirmNewPipeline extends React.PureComponent<any, any, any> {
|
3
|
-
static displayName: string;
|
4
|
-
static propTypes: {
|
5
|
-
isNewPipelineConfirm: PropTypes.Validator<boolean>;
|
6
|
-
setIsNewPipelineConfirm: PropTypes.Validator<(...args: any[]) => any>;
|
7
|
-
newPipeline: PropTypes.Validator<(...args: any[]) => any>;
|
8
|
-
};
|
9
|
-
constructor(props: any);
|
10
|
-
constructor(props: any, context: any);
|
11
|
-
onConfirm: () => void;
|
12
|
-
onClose: () => void;
|
13
|
-
render(): React.Component;
|
14
|
-
}
|
15
|
-
import React from "react";
|
16
|
-
import PropTypes from "prop-types";
|
17
|
-
//# sourceMappingURL=confirm-new-pipeline.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"confirm-new-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/confirm-new-pipeline.jsx"],"names":[],"mappings":";AAmBA;IACE,2BAAmD;IAEnD;;;;MAIC;IA0Cy0jB,wBAA8C;IAAA,sCAAyJ;IArCjhkB,sBAGC;IAKD,oBAEC;IAOD,UAFa,MAAM,SAAS,CAkB3B;CACF"}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
|
3
|
-
export declare const ImportPipeline: React.FunctionComponent<{
|
4
|
-
isOpen?: boolean;
|
5
|
-
closeImport(): void;
|
6
|
-
changeText(newText: string): void;
|
7
|
-
createNew(): void;
|
8
|
-
text: string;
|
9
|
-
error?: string | null;
|
10
|
-
fields: CompletionWithServerInfo[];
|
11
|
-
serverVersion: string;
|
12
|
-
}>;
|
13
|
-
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<{
|
14
|
-
isOpen?: boolean | undefined;
|
15
|
-
closeImport(): void;
|
16
|
-
changeText(newText: string): void;
|
17
|
-
createNew(): void;
|
18
|
-
text: string;
|
19
|
-
error?: string | null | undefined;
|
20
|
-
fields: CompletionWithServerInfo[];
|
21
|
-
serverVersion: string;
|
22
|
-
}>, Omit<{
|
23
|
-
isOpen?: boolean | undefined;
|
24
|
-
closeImport(): void;
|
25
|
-
changeText(newText: string): void;
|
26
|
-
createNew(): void;
|
27
|
-
text: string;
|
28
|
-
error?: string | null | undefined;
|
29
|
-
fields: CompletionWithServerInfo[];
|
30
|
-
serverVersion: string;
|
31
|
-
}, "text" | "error" | "fields" | "serverVersion" | "isOpen" | "createNew" | "closeImport" | "changeText"> & import("react-redux").ConnectProps>;
|
32
|
-
export default _default;
|
33
|
-
//# sourceMappingURL=import-pipeline.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"import-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/import-pipeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAkC3E,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACnD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,IAAI,IAAI,CAAC;IACpB,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,IAAI,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,aAAa,EAAE,MAAM,CAAC;CACvB,CA4CA,CAAC;;;;;;;;;;;;;;;;;;;;AAkBF,wBAA8D"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../../src/components/resize-handle/resize-handle.jsx"],"names":[],"mappings":"AAIA;IASinmB,wBAA8C;IAAA,sCAAyJ;IARtzmB,sBAMC;CACF"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage/index.js"],"names":[],"mappings":""}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof Stage, Omit<PropTypes.InferProps<{
|
2
|
-
index: PropTypes.Validator<number>;
|
3
|
-
isEnabled: PropTypes.Requireable<boolean>;
|
4
|
-
isExpanded: PropTypes.Requireable<boolean>;
|
5
|
-
isAutoPreviewing: PropTypes.Requireable<boolean>;
|
6
|
-
hasServerError: PropTypes.Requireable<boolean>;
|
7
|
-
}>, never> & import("react-redux").ConnectProps>;
|
8
|
-
export default _default;
|
9
|
-
declare class Stage extends React.PureComponent<any, any, any> {
|
10
|
-
static propTypes: {
|
11
|
-
index: PropTypes.Validator<number>;
|
12
|
-
isEnabled: PropTypes.Requireable<boolean>;
|
13
|
-
isExpanded: PropTypes.Requireable<boolean>;
|
14
|
-
isAutoPreviewing: PropTypes.Requireable<boolean>;
|
15
|
-
hasServerError: PropTypes.Requireable<boolean>;
|
16
|
-
};
|
17
|
-
constructor(props: any);
|
18
|
-
constructor(props: any, context: any);
|
19
|
-
getOpacity(): number;
|
20
|
-
renderEditor(): JSX.Element;
|
21
|
-
renderResizableEditor(): JSX.Element;
|
22
|
-
resizableRef: Resizable | null | undefined;
|
23
|
-
renderPreview(): JSX.Element;
|
24
|
-
render(): Component;
|
25
|
-
}
|
26
|
-
import PropTypes from "prop-types";
|
27
|
-
import React from "react";
|
28
|
-
import { Resizable } from "re-resizable";
|
29
|
-
//# sourceMappingURL=stage.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage/stage.jsx"],"names":[],"mappings":";;;;;;;;AAwCA;IACE;;;;;;MAME;IAmG0of,wBAA8C;IAAA,sCAAyJ;IA7Fn1f,qBAKC;IAED,4BASC;IAED,qCA2BC;IAVO,2CAAqB;IAY7B,6BASC;IAOD,oBAkBC;CACF"}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export class AddAfterStage extends React.PureComponent<any, any, any> {
|
2
|
-
static propTypes: {
|
3
|
-
index: PropTypes.Validator<number>;
|
4
|
-
onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
5
|
-
};
|
6
|
-
constructor(props: any);
|
7
|
-
constructor(props: any, context: any);
|
8
|
-
onStageAddedAfter: () => void;
|
9
|
-
render(): Component;
|
10
|
-
}
|
11
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof AddAfterStage, Omit<PropTypes.InferProps<{
|
12
|
-
index: PropTypes.Validator<number>;
|
13
|
-
onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
|
14
|
-
}>, "onAddStageClick"> & import("react-redux").ConnectProps>;
|
15
|
-
export default _default;
|
16
|
-
import React from "react";
|
17
|
-
import PropTypes from "prop-types";
|
18
|
-
//# sourceMappingURL=add-after-stage.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"add-after-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/add-after-stage.jsx"],"names":[],"mappings":"AAYA;IACE;;;MAGE;IAoCyjkB,wBAA8C;IAAA,sCAAyJ;IA/BlwkB,8BAEE;IAOF,oBAkBC;CACF"}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export class DeleteStage extends React.PureComponent<any, any, any> {
|
2
|
-
static propTypes: {
|
3
|
-
index: PropTypes.Validator<number>;
|
4
|
-
onStageDeleteClick: PropTypes.Validator<(...args: any[]) => any>;
|
5
|
-
};
|
6
|
-
constructor(props: any);
|
7
|
-
constructor(props: any, context: any);
|
8
|
-
onStageDeleted: () => void;
|
9
|
-
render(): Component;
|
10
|
-
}
|
11
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof DeleteStage, Omit<PropTypes.InferProps<{
|
12
|
-
index: PropTypes.Validator<number>;
|
13
|
-
onStageDeleteClick: PropTypes.Validator<(...args: any[]) => any>;
|
14
|
-
}>, "onStageDeleteClick"> & import("react-redux").ConnectProps>;
|
15
|
-
export default _default;
|
16
|
-
import React from "react";
|
17
|
-
import PropTypes from "prop-types";
|
18
|
-
//# sourceMappingURL=delete-stage.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"delete-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/delete-stage.jsx"],"names":[],"mappings":"AAWA;IACE;;;MAGE;IA+B8tkB,wBAA8C;IAAA,sCAAyJ;IA1Bv6kB,2BAEE;IAOF,oBAaC;CACF"}
|