@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.
Files changed (261) hide show
  1. package/.eslintrc.js +3 -3
  2. package/.prettierignore +3 -0
  3. package/.prettierrc.json +1 -0
  4. package/README.md +27 -21
  5. package/dist/browser.js +1 -1
  6. package/dist/browser.js.LICENSE.txt +2 -14
  7. package/dist/index.css +7 -595
  8. package/dist/index.js +1 -22
  9. package/dist/index.js.LICENSE.txt +2 -14
  10. package/dist/src/components/add-stage/add-stage.d.ts +7 -16
  11. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
  12. package/dist/src/components/aggregations/aggregations.d.ts +12 -1
  13. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
  14. package/dist/src/components/create-view-modal/create-view-modal.d.ts +21 -31
  15. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
  16. package/dist/src/components/create-view-plugin.d.ts.map +1 -1
  17. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +19 -28
  18. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
  19. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts +16 -0
  20. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -0
  21. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts +14 -0
  22. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -0
  23. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +23 -0
  24. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -0
  25. package/dist/src/components/focus-mode/focus-mode.d.ts +13 -0
  26. package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
  27. package/dist/src/components/loading-overlay/index.d.ts +1 -1
  28. package/dist/src/components/loading-overlay/loading-overlay.d.ts +6 -12
  29. package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
  30. package/dist/src/components/pipeline/pipeline.d.ts +4 -13
  31. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  32. package/dist/src/components/pipeline-builder-input-documents.d.ts +17 -0
  33. package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -0
  34. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +4 -1
  35. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  36. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +5 -1
  37. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  38. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +9 -1
  39. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  40. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +17 -0
  41. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -0
  42. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +12 -19
  43. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
  44. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +4 -1
  45. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -1
  46. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts +13 -0
  47. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +1 -0
  48. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -1
  49. package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -1
  50. package/dist/src/components/pipeline-explain/index.d.ts +4 -1
  51. package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
  52. package/dist/src/components/pipeline-output-options-menu.d.ts +8 -0
  53. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -0
  54. package/dist/src/components/pipeline-results-workspace/index.d.ts +6 -1
  55. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  56. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -1
  57. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +5 -1
  58. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
  59. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +4 -1
  60. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
  61. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +9 -1
  62. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  63. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +1 -0
  64. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
  65. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -1
  66. package/dist/src/components/pipeline-toolbar/index.d.ts +12 -2
  67. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  68. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +9 -6
  69. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
  70. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +10 -1
  71. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  72. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +4 -1
  73. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
  74. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +4 -11
  75. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
  76. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +7 -3
  77. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  78. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +4 -1
  79. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  80. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +5 -7
  81. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  82. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +4 -1
  83. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
  84. package/dist/src/components/resize-handle.d.ts +4 -0
  85. package/dist/src/components/resize-handle.d.ts.map +1 -0
  86. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +4 -4
  87. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  88. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +12 -0
  89. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +1 -0
  90. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +10 -3
  91. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  92. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
  93. package/dist/src/components/settings/settings.d.ts.map +1 -1
  94. package/dist/src/components/stage-editor/stage-editor.d.ts +26 -46
  95. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
  96. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts +5 -0
  97. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts.map +1 -0
  98. package/dist/src/components/stage-preview/index.d.ts +18 -2
  99. package/dist/src/components/stage-preview/index.d.ts.map +1 -1
  100. package/dist/src/components/stage-preview/output-stage-preview.d.ts +19 -0
  101. package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -0
  102. package/dist/src/components/stage-preview/stage-preview-header.d.ts +17 -0
  103. package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -0
  104. package/dist/src/components/stage-toolbar/index.d.ts +18 -0
  105. package/dist/src/components/stage-toolbar/index.d.ts.map +1 -0
  106. package/dist/src/components/stage-toolbar/option-menu.d.ts +17 -0
  107. package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -0
  108. package/dist/src/components/stage-toolbar/stage-collapser.d.ts +12 -0
  109. package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -0
  110. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +36 -0
  111. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -0
  112. package/dist/src/components/stage-toolbar/toggle-stage.d.ts +12 -0
  113. package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -0
  114. package/dist/src/components/stage.d.ts +18 -0
  115. package/dist/src/components/stage.d.ts.map +1 -0
  116. package/dist/src/index.d.ts.map +1 -1
  117. package/dist/src/modules/aggregation.d.ts.map +1 -1
  118. package/dist/src/modules/auto-preview.d.ts +2 -2
  119. package/dist/src/modules/auto-preview.d.ts.map +1 -1
  120. package/dist/src/modules/collation-string.d.ts.map +1 -1
  121. package/dist/src/modules/count-documents.d.ts.map +1 -1
  122. package/dist/src/modules/create-view/index.d.ts.map +1 -1
  123. package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -1
  124. package/dist/src/modules/create-view/is-running.d.ts.map +1 -1
  125. package/dist/src/modules/data-service.d.ts +2 -2
  126. package/dist/src/modules/data-service.d.ts.map +1 -1
  127. package/dist/src/modules/explain.d.ts.map +1 -1
  128. package/dist/src/modules/export-to-language.d.ts.map +1 -1
  129. package/dist/src/modules/focus-mode.d.ts +30 -0
  130. package/dist/src/modules/focus-mode.d.ts.map +1 -0
  131. package/dist/src/modules/id.d.ts.map +1 -1
  132. package/dist/src/modules/index.d.ts +26 -7
  133. package/dist/src/modules/index.d.ts.map +1 -1
  134. package/dist/src/modules/input-documents.d.ts +38 -14
  135. package/dist/src/modules/input-documents.d.ts.map +1 -1
  136. package/dist/src/modules/is-new-pipeline-confirm.d.ts +15 -4
  137. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
  138. package/dist/src/modules/large-limit.d.ts.map +1 -1
  139. package/dist/src/modules/max-time-ms.d.ts.map +1 -1
  140. package/dist/src/modules/out-results-fn.d.ts +1 -0
  141. package/dist/src/modules/out-results-fn.d.ts.map +1 -1
  142. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +4 -1
  143. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  144. package/dist/src/modules/pipeline-builder/index.d.ts +8 -1
  145. package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -1
  146. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +22 -12
  147. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  148. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  149. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts +3 -2
  150. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
  151. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +12 -2
  152. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -1
  153. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +7 -6
  154. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  155. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +2 -0
  156. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  157. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +7 -1
  158. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  159. package/dist/src/modules/pipeline-builder/stage.d.ts +2 -2
  160. package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
  161. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +13 -0
  162. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -0
  163. package/dist/src/modules/pipeline-builder/{text-editor.d.ts → text-editor-pipeline.d.ts} +16 -10
  164. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -0
  165. package/dist/src/modules/saved-pipeline.d.ts +1 -1
  166. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  167. package/dist/src/modules/saving-pipeline.d.ts.map +1 -1
  168. package/dist/src/modules/settings.d.ts.map +1 -1
  169. package/dist/src/modules/update-view.d.ts.map +1 -1
  170. package/dist/src/modules/workspace.d.ts.map +1 -1
  171. package/dist/src/stores/duplicate-view.d.ts.map +1 -1
  172. package/dist/src/stores/store.d.ts.map +1 -1
  173. package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
  174. package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
  175. package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
  176. package/dist/src/utils/stage.d.ts +11 -2
  177. package/dist/src/utils/stage.d.ts.map +1 -1
  178. package/package.json +43 -42
  179. package/dist/src/components/input/index.d.ts +0 -3
  180. package/dist/src/components/input/index.d.ts.map +0 -1
  181. package/dist/src/components/input/input.d.ts +0 -25
  182. package/dist/src/components/input/input.d.ts.map +0 -1
  183. package/dist/src/components/input-builder/index.d.ts +0 -3
  184. package/dist/src/components/input-builder/index.d.ts.map +0 -1
  185. package/dist/src/components/input-builder/input-builder.d.ts +0 -9
  186. package/dist/src/components/input-builder/input-builder.d.ts.map +0 -1
  187. package/dist/src/components/input-builder-toolbar/index.d.ts +0 -3
  188. package/dist/src/components/input-builder-toolbar/index.d.ts.map +0 -1
  189. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +0 -16
  190. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +0 -1
  191. package/dist/src/components/input-collapser/index.d.ts +0 -3
  192. package/dist/src/components/input-collapser/index.d.ts.map +0 -1
  193. package/dist/src/components/input-collapser/input-collapser.d.ts +0 -14
  194. package/dist/src/components/input-collapser/input-collapser.d.ts.map +0 -1
  195. package/dist/src/components/input-documents-count/index.d.ts +0 -3
  196. package/dist/src/components/input-documents-count/index.d.ts.map +0 -1
  197. package/dist/src/components/input-documents-count/input-documents-count.d.ts +0 -13
  198. package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +0 -1
  199. package/dist/src/components/input-preview/index.d.ts +0 -3
  200. package/dist/src/components/input-preview/index.d.ts.map +0 -1
  201. package/dist/src/components/input-preview/input-preview.d.ts +0 -15
  202. package/dist/src/components/input-preview/input-preview.d.ts.map +0 -1
  203. package/dist/src/components/input-preview-toolbar/index.d.ts +0 -3
  204. package/dist/src/components/input-preview-toolbar/index.d.ts.map +0 -1
  205. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +0 -7
  206. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +0 -1
  207. package/dist/src/components/input-refresh/index.d.ts +0 -3
  208. package/dist/src/components/input-refresh/index.d.ts.map +0 -1
  209. package/dist/src/components/input-refresh/input-refresh.d.ts +0 -13
  210. package/dist/src/components/input-refresh/input-refresh.d.ts.map +0 -1
  211. package/dist/src/components/input-toolbar/index.d.ts +0 -3
  212. package/dist/src/components/input-toolbar/index.d.ts.map +0 -1
  213. package/dist/src/components/input-toolbar/input-toolbar.d.ts +0 -16
  214. package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +0 -1
  215. package/dist/src/components/input-workspace/index.d.ts +0 -3
  216. package/dist/src/components/input-workspace/index.d.ts.map +0 -1
  217. package/dist/src/components/input-workspace/input-workspace.d.ts +0 -16
  218. package/dist/src/components/input-workspace/input-workspace.d.ts.map +0 -1
  219. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
  220. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
  221. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
  222. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
  223. package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
  224. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
  225. package/dist/src/components/resize-handle/resize-handle.d.ts +0 -7
  226. package/dist/src/components/resize-handle/resize-handle.d.ts.map +0 -1
  227. package/dist/src/components/stage/index.d.ts +0 -3
  228. package/dist/src/components/stage/index.d.ts.map +0 -1
  229. package/dist/src/components/stage/stage.d.ts +0 -29
  230. package/dist/src/components/stage/stage.d.ts.map +0 -1
  231. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -18
  232. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
  233. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +0 -18
  234. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +0 -1
  235. package/dist/src/components/stage-editor-toolbar/index.d.ts +0 -3
  236. package/dist/src/components/stage-editor-toolbar/index.d.ts.map +0 -1
  237. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts +0 -14
  238. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts.map +0 -1
  239. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +0 -20
  240. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +0 -1
  241. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +0 -21
  242. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +0 -1
  243. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +0 -9
  244. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +0 -1
  245. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +0 -24
  246. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +0 -1
  247. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +0 -20
  248. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +0 -1
  249. package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
  250. package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
  251. package/dist/src/components/stage-preview-toolbar/index.d.ts +0 -3
  252. package/dist/src/components/stage-preview-toolbar/index.d.ts.map +0 -1
  253. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +0 -25
  254. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +0 -1
  255. package/dist/src/modules/import-pipeline.d.ts +0 -20
  256. package/dist/src/modules/import-pipeline.d.ts.map +0 -1
  257. package/dist/src/modules/link.d.ts +0 -2
  258. package/dist/src/modules/link.d.ts.map +0 -1
  259. package/dist/src/modules/pipeline-builder/text-editor.d.ts.map +0 -1
  260. package/dist/src/utils/cancellable-promise.d.ts +0 -10
  261. 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.3.0",
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.3.0",
41
- "@mongodb-js/compass-crud": "^13.3.0",
42
- "@mongodb-js/compass-editor": "^0.2.0",
43
- "@mongodb-js/compass-logging": "^1.1.1",
44
- "@mongodb-js/explain-plan-helper": "^1.0.1",
45
- "@mongodb-js/mongodb-constants": "^0.1.4",
46
- "@mongodb-js/mongodb-redux-common": "^2.0.2",
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
- "hadron-document": "^8.0.1",
49
- "hadron-react-buttons": "^6.0.2",
50
- "hadron-react-components": "^6.3.0",
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
- "@electron/remote": "^2.0.8",
58
- "@mongodb-js/eslint-config-compass": "^1.0.1",
59
- "@mongodb-js/mocha-config-compass": "^1.0.1",
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.3",
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/prettier": "^2.7.1",
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": "^15.5.7",
76
+ "electron": "^22.0.2",
74
77
  "enzyme": "^3.11.0",
75
78
  "eslint": "^7.25.0",
76
- "hadron-app-registry": "^9.0.2",
77
- "is-electron-renderer": "^2.0.1",
79
+ "hadron-app-registry": "^9.0.3",
80
+ "lodash": "^4.17.21",
78
81
  "mocha": "^8.4.0",
79
- "mongodb": "^4.10.0",
80
- "mongodb-data-service": "^22.2.0",
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-dom": "^16.14.0",
88
- "react-redux": "^8.0.2",
89
- "react-select-plus": "^1.2.0",
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.3.0",
100
- "@mongodb-js/compass-crud": "^13.3.0",
101
- "@mongodb-js/compass-editor": "^0.2.0",
102
- "@mongodb-js/compass-logging": "^1.1.1",
103
- "@mongodb-js/explain-plan-helper": "^1.0.1",
104
- "@mongodb-js/mongodb-constants": "^0.1.4",
105
- "@mongodb-js/mongodb-redux-common": "^2.0.2",
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
- "hadron-document": "^8.0.1",
108
- "hadron-react-buttons": "^6.0.2",
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": "10815be8fd57f3bfd89d061e1592eb7136d4a0fb"
122
+ "gitHead": "cfe9a829fd77fc84e090f2c7b38663167071ebc5"
122
123
  }
@@ -1,3 +0,0 @@
1
- export default Input;
2
- import Input from "./input";
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,3 +0,0 @@
1
- export default InputBuilder;
2
- import InputBuilder from "./input-builder";
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,3 +0,0 @@
1
- export default InputBuilderToolbar;
2
- import InputBuilderToolbar from "./input-builder-toolbar";
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,3 +0,0 @@
1
- export default InputCollapser;
2
- import InputCollapser from "./input-collapser";
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,3 +0,0 @@
1
- export default InputDocumentsCount;
2
- import InputDocumentsCount from "./input-documents-count";
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,3 +0,0 @@
1
- export default InputPreview;
2
- import InputPreview from "./input-preview";
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,3 +0,0 @@
1
- export default InputPreviewToolbar;
2
- import InputPreviewToolbar from "./input-preview-toolbar";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview-toolbar/index.js"],"names":[],"mappings":""}
@@ -1,7 +0,0 @@
1
- export default InputPreviewToolbar;
2
- declare function InputPreviewToolbar(): React.Component;
3
- declare namespace InputPreviewToolbar {
4
- const displayName: string;
5
- }
6
- import React from "react";
7
- //# sourceMappingURL=input-preview-toolbar.d.ts.map
@@ -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,3 +0,0 @@
1
- export default InputRefresh;
2
- import InputRefresh from "./input-refresh";
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,3 +0,0 @@
1
- export default InputToolbar;
2
- import InputToolbar from "./input-toolbar";
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,3 +0,0 @@
1
- export default InputWorkspace;
2
- import InputWorkspace from "./input-workspace";
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,7 +0,0 @@
1
- export default class ResizeHandle extends React.PureComponent<any, any, any> {
2
- constructor(props: any);
3
- constructor(props: any, context: any);
4
- render(): JSX.Element;
5
- }
6
- import React from "react";
7
- //# sourceMappingURL=resize-handle.d.ts.map
@@ -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,3 +0,0 @@
1
- export default Stage;
2
- import Stage from "./stage";
3
- //# sourceMappingURL=index.d.ts.map
@@ -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"}