@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
@@ -4,18 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*!
8
- Copyright (c) 2017 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/react-select
11
- */
12
-
13
- /*!
14
- Copyright (c) 2018 Jed Watson.
15
- Licensed under the MIT License (MIT), see
16
- http://jedwatson.github.io/classnames
17
- */
18
-
19
7
  /**
20
8
  * @license
21
9
  * Lodash <https://lodash.com/>
@@ -55,7 +43,7 @@ object-assign
55
43
  * LICENSE file in the root directory of this source tree.
56
44
  */
57
45
 
58
- /** @license React v0.19.1
46
+ /** @license React v0.20.2
59
47
  * scheduler.production.min.js
60
48
  *
61
49
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -73,7 +61,7 @@ object-assign
73
61
  * LICENSE file in the root directory of this source tree.
74
62
  */
75
63
 
76
- /** @license React v16.14.0
64
+ /** @license React v17.0.2
77
65
  * react-dom.production.min.js
78
66
  *
79
67
  * Copyright (c) Facebook, Inc. and its affiliates.
package/dist/index.css CHANGED
@@ -1,43 +1,4 @@
1
- .import-pipeline-module-import-pipeline-note__vDPrD {
2
- color: #0498EC;
3
- background-color: #C3E7FE;
4
- border-radius: 5px;
5
- padding: 10px;
6
- margin-bottom: 10px;
7
- }
8
- .import-pipeline-module-import-pipeline-editor__2L-TC {
9
- flex-shrink: 0;
10
- position: relative;
11
- padding: 10px 0px 10px 0px;
12
- overflow: scroll;
13
- background: #F9FBFA;
14
- border-left: 2px solid #E8EDEB;
15
- min-height: 180px;
16
- max-height: 300px;
17
- }
18
- .import-pipeline-module-import-pipeline-error__92RZw {
19
- flex-shrink: 0;
20
- position: relative;
21
- margin: 10px 0px;
22
- padding: 10px;
23
- border-radius: 3px;
24
- overflow: auto;
25
- background: #FF6960;
26
- max-height: 100px;
27
- color: #F9FBFA;
28
- font-size: x-small;
29
- font-weight: bold;
30
- }
31
-
32
- .confirm-import-pipeline-module-confirm-import-pipeline-note__3qDU3 {
33
- padding: 0px;
34
- }
35
-
36
- .confirm-new-pipeline-module-confirm-new-pipeline-note__2n2EL {
37
- padding: 0px;
38
- }
39
-
40
- .pipeline-module-pipeline__1nWUF {
1
+ .pipeline-module-pipeline__zEbsA {
41
2
  display: flex;
42
3
  flex-grow: 1;
43
4
  flex-direction: column;
@@ -46,16 +7,16 @@
46
7
  min-height: 0;
47
8
  position: relative;
48
9
  }
49
- .pipeline-module-pipeline-collation-toolbar-container__2S68M {
10
+ .pipeline-module-pipeline-collation-toolbar-container__\+1WeG {
50
11
  padding: 6px 10px 6px 15px;
51
12
  border-bottom: 1px solid rgba(0, 30, 43, 0.2);
52
13
  box-shadow: 1px 1px 3px rgba(0, 30, 43, 0.4);
53
14
  }
54
- .pipeline-module-pipeline-error-banner-container__19QTd {
15
+ .pipeline-module-pipeline-error-banner-container__ipoef {
55
16
  margin-left: 20px;
56
17
  margin-right: 36px;
57
18
  }
58
- .pipeline-module-pipeline-fullscreen__2QlA5 {
19
+ .pipeline-module-pipeline-fullscreen__Sy1Jk {
59
20
  position: absolute;
60
21
  top: 0;
61
22
  right: 0;
@@ -63,566 +24,17 @@
63
24
  bottom: 0;
64
25
  }
65
26
 
66
- .resize-handle-module-resize-handle__1rugm {
67
- position: absolute;
68
- background: #E8EDEB;
69
- width: 1.1px;
70
- height: 100%;
71
- }
72
-
73
- .delete-stage-module-delete-stage__3PyCJ {
74
- margin-right: 6px;
75
- }
76
- .delete-stage-module-delete-stage__3PyCJ button {
77
- width: 30px;
78
- }
79
-
80
- .add-after-stage-module-add-after-stage__1xZf9 {
81
- display: flex;
82
- justify-content: flex-end;
83
- }
84
- .add-after-stage-module-add-after-stage__1xZf9 button {
85
- width: 30px;
86
- margin-right: 6px;
87
- }
88
-
89
- .stage-grabber-module-stage-grabber__1-8cr {
90
- color: #E8EDEB;
91
- margin: 3px 2px 0px 4px;
92
- position: relative;
93
- }
94
-
95
- .stage-collapser-module-stage-collapser__3xs2F {
96
- position: relative;
97
- }
98
- .stage-collapser-module-stage-collapser__3xs2F button {
99
- width: 30px;
100
- }
101
-
102
- .select-option-with-tooltip-module-tooltip__3SVxp {
103
- max-width: 340px !important;
104
- }
105
- .select-option-with-tooltip-module-option__K2UZL {
106
- display: flex;
107
- align-items: center;
108
- }
109
- .select-option-with-tooltip-module-optionIcon__os9Dz {
110
- margin-left: auto;
111
- }
112
-
113
- .stage-operator-select-module-stage-operator-select__1eiQN {
114
- position: relative;
115
- width: 120px;
116
- height: 22px;
117
- margin: 0px 0px 0px 5px;
118
- }
119
- .stage-operator-select-module-stage-operator-select-control__LjhSK {
120
- position: relative;
121
- font-size: 12px !important;
122
- cursor: pointer;
123
- }
124
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-control {
125
- height: 22px;
126
- }
127
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-placeholder {
128
- line-height: 25px;
129
- }
130
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-input {
131
- height: 18px;
132
- }
133
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow-zone {
134
- height: 22px;
135
- }
136
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow {
137
- margin-top: 8px;
138
- }
139
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-value {
140
- line-height: 22px !important;
141
- font-weight: bold;
142
- }
143
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu {
144
- height: 200px;
145
- }
146
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu-outer {
147
- z-index: 2000 !important;
148
- }
149
-
150
- .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
151
- width: 100%;
152
- border-bottom: 1px solid #E8EDEB;
153
- border-radius: 4px 4px 0 0;
154
- padding: 10px 0;
155
- padding-right: 10px;
156
- flex-shrink: 0;
157
- display: flex;
158
- flex-direction: row;
159
- align-items: center;
160
- position: relative;
161
- height: 30px;
162
- cursor: move;
163
- cursor: grab;
164
- }
165
- .dragging .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
166
- pointer-events: auto;
167
- cursor: grabbing;
168
- }
169
- .stage-editor-toolbar-module-stage-editor-toolbar-right__3NPrk {
170
- display: flex;
171
- justify-content: flex-end;
172
- flex-grow: 4;
173
- align-items: center;
174
- }
175
- .stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
176
- background: #FFEAE5;
177
- }
178
- .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle {
179
- display: inline-block;
180
- font: normal normal normal 14px/1 FontAwesome;
181
- font-size: inherit;
182
- text-rendering: auto;
183
- -webkit-font-smoothing: antialiased;
184
- -moz-osx-font-smoothing: grayscale;
185
- margin: 0 5px;
186
- cursor: pointer;
187
- color: #C1C7C6;
188
- }
189
- .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle:before {
190
- content: "\f05a";
191
- }
192
- .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK .stage-editor-toolbar-module-tooltip-icon__3szXX {
193
- margin-top: 6px;
194
- margin-right: 6px;
195
- }
196
-
197
- .stage-editor-module-stage-editor-container__1XwN_ {
198
- position: relative;
199
- padding: 6px 8px;
200
- text-align: center;
201
- }
202
- .stage-editor-module-stage-editor__3F-oQ {
203
- flex-shrink: 0;
204
- margin: 0;
205
- padding: 10px 0px 10px 0px;
206
- overflow: hidden;
207
- background: #F9FBFA;
208
- border-left: 2px solid #E8EDEB;
209
- width: 100%;
210
- min-height: 180px;
211
- }
212
- .stage-editor-module-stage-editor-errormsg__3Le7I {
213
- flex-shrink: 0;
214
- position: relative;
215
- margin: 10px;
216
- padding: 5px 10px;
217
- border-radius: 3px;
218
- overflow: hidden;
219
- background: #FFEAE5;
220
- border: 1px solid #FFCDC7;
221
- min-height: 20px;
222
- word-break: break-all;
223
- color: #970606;
224
- font-size: x-small;
225
- font-weight: bold;
226
- }
227
- .stage-editor-module-stage-editor-syntax-error__3qEJX {
228
- flex-shrink: 0;
229
- position: relative;
230
- margin: 10px;
231
- padding: 5px 10px;
232
- border-radius: 3px;
233
- overflow: hidden;
234
- background: #FEF7DB;
235
- border: 1px solid #FEF7DB;
236
- min-height: 20px;
237
- word-break: break-all;
238
- color: #944F01;
239
- font-size: x-small;
240
- font-weight: bold;
241
- }
242
- .stage-editor-module-stage-editor-ace-editor__eRQyZ {
243
- min-height: 160px;
244
- }
245
-
246
- .loading-overlay-module-loading-overlay__3jA58 {
247
- position: absolute;
248
- top: 0;
249
- left: 0;
250
- right: 0;
251
- bottom: 0;
252
- z-index: 1000;
253
- background-color: rgba(0, 30, 43, 0.08);
254
- display: flex;
255
- align-items: center;
256
- justify-content: center;
257
- }
258
- .loading-overlay-module-loading-overlay-box__1EYpR {
259
- font-weight: bold;
260
- display: flex;
261
- align-items: center;
262
- justify-content: center;
263
- width: 300px;
264
- height: 50px;
265
- background-color: #ffffff;
266
- }
267
- .loading-overlay-module-loading-overlay-box-text__1RHOh {
268
- font-size: 16px;
269
- margin-left: 5px;
270
- }
271
- .loading-overlay-module-loading-overlay-box__1EYpR i {
272
- font-size: 20px;
273
- color: #00A35C;
274
- }
275
-
276
- .stage-preview-module-stage-preview__37FlK {
277
- width: 100%;
278
- display: flex;
279
- align-items: stretch;
280
- overflow: auto;
281
- position: relative;
282
- flex-grow: 1;
283
- }
284
- .stage-preview-module-stage-preview-empty__9L3fd {
285
- padding-left: 15px;
286
- margin: auto;
287
- overflow: hidden;
288
- text-overflow: ellipsis;
289
- white-space: nowrap;
290
- fill: none;
291
- stroke: #889397;
292
- text-align: center;
293
- }
294
- .stage-preview-module-stage-preview-missing-search-support__18Jmm {
295
- display: flex;
296
- flex-direction: column;
297
- align-items: center;
298
- justify-content: center;
299
- padding: 10px;
300
- margin: auto;
301
- }
302
- .stage-preview-module-stage-preview-missing-search-support-text__1XKhH {
303
- text-align: center;
304
- margin-top: 10px;
305
- margin-bottom: 20px;
306
- max-width: 400px;
307
- }
308
- .stage-preview-module-stage-preview-out__2kjVI {
309
- display: flex;
310
- flex-direction: column;
311
- align-items: center;
312
- width: 100%;
313
- padding-top: 32px;
314
- padding-left: 4px;
315
- padding-right: 4px;
316
- padding-bottom: 8px;
317
- }
318
- .stage-preview-module-stage-preview-out-text__FwDzO {
319
- padding: 0px 15px 2px 15px;
320
- text-align: center;
321
- }
322
- .stage-preview-module-stage-preview-out-text__FwDzO:not(:last-child) {
323
- padding-bottom: 8px;
324
- }
325
- .stage-preview-module-stage-preview-out-button__bnXRJ {
326
- margin-top: 3px;
327
- }
328
- .stage-preview-module-stage-preview-out-link__1uCqW {
329
- border: none;
330
- padding: 0;
331
- margin: 0;
332
- background: none;
333
- }
334
- .stage-preview-module-stage-preview-documents__uF1qq {
335
- display: flex;
336
- align-items: stretch;
337
- overflow-x: scroll;
338
- margin: 8px;
339
- padding: 8px;
340
- }
341
- .stage-preview-module-stage-preview-document-card-container__sxM1s {
342
- flex: none;
343
- border: 1px solid #E8EDEB;
344
- border-radius: 4px;
345
- box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
346
- width: 384px;
347
- overflow: scroll;
348
- min-height: 150px;
349
- flex-shrink: 0;
350
- display: flex;
351
- flex-direction: column;
352
- }
353
- .stage-preview-module-stage-preview-document-card-container__sxM1s:not(:first-child) {
354
- margin-left: 16px;
355
- }
356
- .stage-preview-module-stage-preview-document-card__21xbY {
357
- flex-basis: 150px;
358
- flex-grow: 1;
359
- flex-shrink: 0;
360
- overflow: auto;
361
- padding: 0;
362
- }
363
- .stage-preview-module-stage-preview-document-card__21xbY::-webkit-scrollbar {
364
- display: none;
365
- }
366
- .stage-preview-module-stage-preview__37FlK::-webkit-scrollbar {
367
- display: none;
368
- }
369
-
370
- .stage-preview-toolbar-module-stage-preview-toolbar__2o0am {
371
- width: 100%;
372
- font-size: 12px;
373
- white-space: nowrap;
374
- overflow: hidden;
375
- text-overflow: ellipsis;
376
- height: 30px;
377
- padding: 10px 0;
378
- padding-left: 25px;
379
- display: flex;
380
- align-items: center;
381
- border-bottom: 1px solid #E8EDEB;
382
- border-radius: 4px 4px 0 0;
383
- }
384
- .stage-preview-toolbar-module-stage-preview-toolbar-link__q2ehc {
385
- border: none;
386
- padding: 0;
387
- margin: 0;
388
- background: none;
389
- }
390
- .stage-preview-toolbar-module-stage-preview-toolbar-errored__1JajO {
391
- background: #FFEAE5;
392
- }
393
- .stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle {
394
- display: inline-block;
395
- font: normal normal normal 14px/1 FontAwesome;
396
- font-size: inherit;
397
- text-rendering: auto;
398
- -webkit-font-smoothing: antialiased;
399
- -moz-osx-font-smoothing: grayscale;
400
- margin: 0 5px;
401
- cursor: pointer;
402
- color: #C1C7C6;
403
- }
404
- .stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle:before {
405
- content: "\f05a";
406
- }
407
- .stage-preview-toolbar-module-stage-preview-toolbar__2o0am #stage-tooltip {
408
- width: 300px;
409
- white-space: pre-wrap;
410
- }
411
-
412
- .stage-module-stage-container__ZDTxh .stage-module-stage__1YPPq {
413
- position: relative;
414
- margin: 0px 16px 16px 16px;
415
- border: 1px solid #E8EDEB;
416
- border-radius: 4px;
417
- box-shadow: 1px 1px 1px #E8EDEB;
418
- background: #ffffff;
419
- display: flex;
420
- flex-direction: row;
421
- }
422
- .stage-module-stage-container__ZDTxh .stage-module-stage-errored__mbJmP {
423
- border-color: #DB3030;
424
- }
425
- .stage-module-stage-editor-container__1LvRF {
426
- display: flex;
427
- flex-direction: column;
428
- position: relative;
429
- overflow: auto;
430
- }
431
- .stage-module-stage-preview-container__2xO44 {
432
- display: flex;
433
- flex-direction: column;
434
- position: relative;
435
- width: 100%;
436
- overflow: auto;
437
- }
438
- .stage-module-stage-resize-handle-wrapper__1UhOK:hover div div,
439
- .stage-module-stage-resize-handle-wrapper__1UhOK:active div div {
440
- background-color: #C1C7C6;
441
- }
442
- .stage-module-stage-workspace__9LrbT {
443
- display: flex;
444
- align-items: stretch;
445
- border-radius: 0 0 4px 4px;
446
- }
447
- .stage-module-stage-editor-no-preview__34-OX {
448
- width: 100%;
449
- }
450
-
451
- .input-collapser-module-input-collapser__2CIHy {
452
- position: relative;
453
- }
454
- .input-collapser-module-input-collapser__2CIHy button {
455
- width: 30px;
456
- }
457
-
458
- .input-documents-count-module-input-documents-count__2sCxl {
459
- height: 30px;
460
- display: flex;
461
- align-items: center;
462
- flex-grow: 4;
463
- }
464
- .input-documents-count-module-input-documents-count-db__2xqQF {
465
- font-size: 12px;
466
- padding-left: 10px;
467
- color: #3D4F58;
468
- }
469
- .input-documents-count-module-input-documents-count-label__Q3Y3L {
470
- font-size: 12px;
471
- padding-left: 5px;
472
- color: #3D4F58;
473
- }
474
-
475
- .input-refresh-module-input-refresh__1jTIT {
476
- flex-grow: 0;
477
- }
478
-
479
- .input-builder-toolbar-module-input-builder-toolbar__1H2sc {
480
- width: 350px;
481
- margin: 0px 15px 0px 18px;
482
- flex-shrink: 0;
483
- display: flex;
484
- flex-direction: row;
485
- justify-content: space-between;
486
- position: relative;
487
- height: 30px;
488
- align-items: center;
489
- }
490
-
491
- .input-preview-toolbar-module-input-preview-toolbar__34ttN {
492
- width: 100%;
493
- overflow: hidden;
494
- text-overflow: ellipsis;
495
- border-left: 1px solid #E8EDEB;
496
- }
497
- .input-preview-toolbar-module-input-preview-toolbar-text__3gBhM {
498
- font-size: 12px;
499
- padding-left: 10px;
500
- color: #3D4F58;
501
- white-space: nowrap;
502
- overflow: hidden;
503
- text-overflow: ellipsis;
504
- }
505
-
506
- .input-toolbar-module-input-toolbar__32jT7 {
507
- border-bottom: 1px solid #E8EDEB;
508
- display: flex;
509
- align-items: center;
510
- position: relative;
511
- height: 40px;
512
- width: 100%;
513
- }
514
-
515
- .input-builder-module-input-builder__KDDTC {
516
- flex-grow: 1;
517
- position: relative;
518
- margin: 15px 18px 15px 18px;
519
- padding: 10px 0px 10px 0px;
520
- min-height: 54px;
521
- text-align: center;
522
- }
523
-
524
- .input-preview-module-input-preview__2di5A {
525
- display: flex;
526
- align-items: center;
527
- overflow: auto;
528
- flex-grow: 1;
529
- width: 100%;
530
- position: relative;
531
- }
532
- .input-preview-module-input-preview-documents__1878X {
533
- display: flex;
534
- align-items: flex-start;
535
- overflow-x: scroll;
536
- margin: 8px;
537
- padding: 8px;
538
- }
539
- .input-preview-module-input-preview-document-card-container__3ko-A {
540
- flex: none;
541
- border: 1px solid #E8EDEB;
542
- border-radius: 4px;
543
- box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
544
- width: 384px;
545
- overflow: scroll;
546
- min-height: 150px;
547
- flex-shrink: 0;
548
- display: flex;
549
- flex-direction: column;
550
- }
551
- .input-preview-module-input-preview-document-card-container__3ko-A:not(:first-child) {
552
- margin-left: 16px;
553
- }
554
- .input-preview-module-input-preview-document-card__ZvCA5 {
555
- flex-basis: 150px;
556
- flex-grow: 1;
557
- flex-shrink: 0;
558
- overflow: auto;
559
- padding: 0;
560
- }
561
- .input-preview-module-input-preview-document-card__ZvCA5::-webkit-scrollbar {
562
- display: none;
563
- }
564
- .input-preview-module-input-preview__2di5A::-webkit-scrollbar {
565
- display: none;
566
- }
567
-
568
- .input-workspace-module-input-workspace__1ivct {
569
- display: flex;
570
- align-items: center;
571
- }
572
-
573
- .input-module-input__2mTmO {
574
- position: relative;
575
- margin: 0 16px 16px;
576
- border: 1px solid #E8EDEB;
577
- border-radius: 4px;
578
- box-shadow: 1px 1px 1px #E8EDEB;
579
- background: #ffffff;
580
- }
581
-
582
- .add-stage-module-add-stage-container__L3KcT {
583
- margin: 0px;
584
- padding-bottom: 16px;
585
- position: relative;
586
- }
587
- .add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 {
588
- flex-shrink: 0;
589
- display: flex;
590
- justify-content: center;
591
- position: relative;
592
- margin: 0px 16px 0px;
593
- border: 1px solid #E8EDEB;
594
- border-radius: 4px;
595
- box-shadow: 1px 1px 1px #E8EDEB;
596
- background: #ffffff;
597
- width: 384px;
598
- }
599
- .add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 button {
600
- margin: 10px 0px 10px 0px;
601
- }
602
-
603
- .modify-source-banner-module-modify-source-banner__zkRAk {
27
+ .modify-source-banner-module-modify-source-banner__Klti\+ {
604
28
  text-align: center;
605
29
  margin: 5px auto;
606
30
  margin-top: 20px;
607
31
  z-index: 500;
608
32
  }
609
33
 
610
- .pipeline-builder-ui-workspace-module-pipeline-workspace-container__19Uof {
611
- position: relative;
612
- width: 100%;
613
- height: 100%;
614
- }
615
- .pipeline-builder-ui-workspace-module-pipeline-workspace__19lIn {
616
- display: flex;
617
- flex-direction: column;
618
- width: 100%;
619
- flex-grow: 1;
620
- }
621
-
622
- .aggregations-module-aggregations__12xcN {
34
+ .aggregations-module-aggregations__mpPiK {
623
35
  display: flex;
624
36
  align-items: flex-start;
625
- background-color: #F9FBFA;
37
+ background-color: #f9fbfa;
626
38
  position: relative;
627
39
  width: 100%;
628
40
  z-index: 0;