@mongodb-js/compass-aggregations 9.1.1 → 9.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (332) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/index.css +58 -250
  3. package/dist/index.js +22 -1
  4. package/dist/src/components/add-stage/add-stage.d.ts +17 -0
  5. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -0
  6. package/dist/src/components/add-stage/index.d.ts +3 -0
  7. package/dist/src/components/add-stage/index.d.ts.map +1 -0
  8. package/dist/src/components/aggregations/aggregations.d.ts +11 -0
  9. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -0
  10. package/dist/src/components/aggregations/index.d.ts +5 -0
  11. package/dist/src/components/aggregations/index.d.ts.map +1 -0
  12. package/dist/src/components/create-view-modal/create-view-modal.d.ts +63 -0
  13. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -0
  14. package/dist/src/components/create-view-modal/index.d.ts +5 -0
  15. package/dist/src/components/create-view-modal/index.d.ts.map +1 -0
  16. package/dist/src/components/create-view-plugin.d.ts +14 -0
  17. package/dist/src/components/create-view-plugin.d.ts.map +1 -0
  18. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +57 -0
  19. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -0
  20. package/dist/src/components/duplicate-view-modal/index.d.ts +5 -0
  21. package/dist/src/components/duplicate-view-modal/index.d.ts.map +1 -0
  22. package/dist/src/components/duplicate-view-plugin.d.ts +10 -0
  23. package/dist/src/components/duplicate-view-plugin.d.ts.map +1 -0
  24. package/dist/src/components/input/index.d.ts +3 -0
  25. package/dist/src/components/input/index.d.ts.map +1 -0
  26. package/dist/src/components/input/input.d.ts +25 -0
  27. package/dist/src/components/input/input.d.ts.map +1 -0
  28. package/dist/src/components/input-builder/index.d.ts +3 -0
  29. package/dist/src/components/input-builder/index.d.ts.map +1 -0
  30. package/dist/src/components/input-builder/input-builder.d.ts +9 -0
  31. package/dist/src/components/input-builder/input-builder.d.ts.map +1 -0
  32. package/dist/src/components/input-builder-toolbar/index.d.ts +3 -0
  33. package/dist/src/components/input-builder-toolbar/index.d.ts.map +1 -0
  34. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +16 -0
  35. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +1 -0
  36. package/dist/src/components/input-collapser/index.d.ts +3 -0
  37. package/dist/src/components/input-collapser/index.d.ts.map +1 -0
  38. package/dist/src/components/input-collapser/input-collapser.d.ts +14 -0
  39. package/dist/src/components/input-collapser/input-collapser.d.ts.map +1 -0
  40. package/dist/src/components/input-documents-count/index.d.ts +3 -0
  41. package/dist/src/components/input-documents-count/index.d.ts.map +1 -0
  42. package/dist/src/components/input-documents-count/input-documents-count.d.ts +13 -0
  43. package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +1 -0
  44. package/dist/src/components/input-preview/index.d.ts +3 -0
  45. package/dist/src/components/input-preview/index.d.ts.map +1 -0
  46. package/dist/src/components/input-preview/input-preview.d.ts +15 -0
  47. package/dist/src/components/input-preview/input-preview.d.ts.map +1 -0
  48. package/dist/src/components/input-preview-toolbar/index.d.ts +3 -0
  49. package/dist/src/components/input-preview-toolbar/index.d.ts.map +1 -0
  50. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +7 -0
  51. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +1 -0
  52. package/dist/src/components/input-refresh/index.d.ts +3 -0
  53. package/dist/src/components/input-refresh/index.d.ts.map +1 -0
  54. package/dist/src/components/input-refresh/input-refresh.d.ts +13 -0
  55. package/dist/src/components/input-refresh/input-refresh.d.ts.map +1 -0
  56. package/dist/src/components/input-toolbar/index.d.ts +3 -0
  57. package/dist/src/components/input-toolbar/index.d.ts.map +1 -0
  58. package/dist/src/components/input-toolbar/input-toolbar.d.ts +16 -0
  59. package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +1 -0
  60. package/dist/src/components/input-workspace/index.d.ts +3 -0
  61. package/dist/src/components/input-workspace/index.d.ts.map +1 -0
  62. package/dist/src/components/input-workspace/input-workspace.d.ts +16 -0
  63. package/dist/src/components/input-workspace/input-workspace.d.ts.map +1 -0
  64. package/dist/src/components/loading-overlay/index.d.ts +3 -0
  65. package/dist/src/components/loading-overlay/index.d.ts.map +1 -0
  66. package/dist/src/components/loading-overlay/loading-overlay.d.ts +13 -0
  67. package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -0
  68. package/dist/src/components/modify-source-banner/index.d.ts +3 -0
  69. package/dist/src/components/modify-source-banner/index.d.ts.map +1 -0
  70. package/dist/src/components/modify-source-banner/modify-source-banner.d.ts +9 -0
  71. package/dist/src/components/modify-source-banner/modify-source-banner.d.ts.map +1 -0
  72. package/dist/src/components/pipeline/index.d.ts +3 -0
  73. package/dist/src/components/pipeline/index.d.ts.map +1 -0
  74. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +17 -0
  75. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +1 -0
  76. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +17 -0
  77. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +1 -0
  78. package/dist/src/components/pipeline/modals/import-pipeline.d.ts +33 -0
  79. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +1 -0
  80. package/dist/src/components/pipeline/pipeline.d.ts +57 -0
  81. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -0
  82. package/dist/src/components/pipeline-builder-workspace/index.d.ts +3 -0
  83. package/dist/src/components/pipeline-builder-workspace/index.d.ts.map +1 -0
  84. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +8 -0
  85. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -0
  86. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +16 -0
  87. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -0
  88. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +10 -0
  89. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -0
  90. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +21 -0
  91. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -0
  92. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +9 -0
  93. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -0
  94. package/dist/src/components/pipeline-explain/explain-indexes.d.ts +8 -0
  95. package/dist/src/components/pipeline-explain/explain-indexes.d.ts.map +1 -0
  96. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts +10 -0
  97. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -0
  98. package/dist/src/components/pipeline-explain/explain-results.d.ts +9 -0
  99. package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -0
  100. package/dist/src/components/pipeline-explain/index.d.ts +14 -0
  101. package/dist/src/components/pipeline-explain/index.d.ts.map +1 -0
  102. package/dist/src/components/pipeline-results-workspace/index.d.ts +19 -0
  103. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -0
  104. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts +4 -0
  105. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -0
  106. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +10 -0
  107. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -0
  108. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +19 -0
  109. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -0
  110. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +11 -0
  111. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -0
  112. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +9 -0
  113. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -0
  114. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts +8 -0
  115. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -0
  116. package/dist/src/components/pipeline-toolbar/index.d.ts +12 -0
  117. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -0
  118. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +20 -0
  119. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -0
  120. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +21 -0
  121. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -0
  122. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +13 -0
  123. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -0
  124. package/dist/src/components/pipeline-toolbar/pipeline-options/index.d.ts +4 -0
  125. package/dist/src/components/pipeline-toolbar/pipeline-options/index.d.ts.map +1 -0
  126. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +24 -0
  127. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -0
  128. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +11 -0
  129. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -0
  130. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +14 -0
  131. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -0
  132. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +19 -0
  133. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -0
  134. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +9 -0
  135. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -0
  136. package/dist/src/components/resize-handle/resize-handle.d.ts +7 -0
  137. package/dist/src/components/resize-handle/resize-handle.d.ts.map +1 -0
  138. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +10 -0
  139. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -0
  140. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +12 -0
  141. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -0
  142. package/dist/src/components/saving-pipeline-modal/index.d.ts +3 -0
  143. package/dist/src/components/saving-pipeline-modal/index.d.ts.map +1 -0
  144. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts +22 -0
  145. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -0
  146. package/dist/src/components/settings/index.d.ts +3 -0
  147. package/dist/src/components/settings/index.d.ts.map +1 -0
  148. package/dist/src/components/settings/settings.d.ts +23 -0
  149. package/dist/src/components/settings/settings.d.ts.map +1 -0
  150. package/dist/src/components/stage/index.d.ts +3 -0
  151. package/dist/src/components/stage/index.d.ts.map +1 -0
  152. package/dist/src/components/stage/stage.d.ts +29 -0
  153. package/dist/src/components/stage/stage.d.ts.map +1 -0
  154. package/dist/src/components/stage-editor/index.d.ts +3 -0
  155. package/dist/src/components/stage-editor/index.d.ts.map +1 -0
  156. package/dist/src/components/stage-editor/stage-editor.d.ts +49 -0
  157. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -0
  158. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +18 -0
  159. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +1 -0
  160. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +18 -0
  161. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +1 -0
  162. package/dist/src/components/stage-editor-toolbar/index.d.ts +3 -0
  163. package/dist/src/components/stage-editor-toolbar/index.d.ts.map +1 -0
  164. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts +14 -0
  165. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts.map +1 -0
  166. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +20 -0
  167. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +1 -0
  168. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +21 -0
  169. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -0
  170. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +9 -0
  171. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +1 -0
  172. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +24 -0
  173. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -0
  174. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +20 -0
  175. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +1 -0
  176. package/dist/src/components/stage-preview/index.d.ts +3 -0
  177. package/dist/src/components/stage-preview/index.d.ts.map +1 -0
  178. package/dist/src/components/stage-preview/stage-preview.d.ts +49 -0
  179. package/dist/src/components/stage-preview/stage-preview.d.ts.map +1 -0
  180. package/dist/src/components/stage-preview-toolbar/index.d.ts +3 -0
  181. package/dist/src/components/stage-preview-toolbar/index.d.ts.map +1 -0
  182. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +25 -0
  183. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +1 -0
  184. package/dist/src/constants.d.ts +4 -0
  185. package/dist/src/constants.d.ts.map +1 -0
  186. package/dist/src/index.d.ts +16 -0
  187. package/dist/src/index.d.ts.map +1 -0
  188. package/dist/src/modules/aggregation-workspace-id.d.ts +4 -0
  189. package/dist/src/modules/aggregation-workspace-id.d.ts.map +1 -0
  190. package/dist/src/modules/aggregation.d.ts +74 -0
  191. package/dist/src/modules/aggregation.d.ts.map +1 -0
  192. package/dist/src/modules/auto-preview.d.ts +13 -0
  193. package/dist/src/modules/auto-preview.d.ts.map +1 -0
  194. package/dist/src/modules/clone-pipeline.d.ts +5 -0
  195. package/dist/src/modules/clone-pipeline.d.ts.map +1 -0
  196. package/dist/src/modules/collation-string.d.ts +17 -0
  197. package/dist/src/modules/collation-string.d.ts.map +1 -0
  198. package/dist/src/modules/comments.d.ts +3 -0
  199. package/dist/src/modules/comments.d.ts.map +1 -0
  200. package/dist/src/modules/count-documents.d.ts +30 -0
  201. package/dist/src/modules/count-documents.d.ts.map +1 -0
  202. package/dist/src/modules/create-view/error.d.ts +7 -0
  203. package/dist/src/modules/create-view/error.d.ts.map +1 -0
  204. package/dist/src/modules/create-view/index.d.ts +21 -0
  205. package/dist/src/modules/create-view/index.d.ts.map +1 -0
  206. package/dist/src/modules/create-view/is-duplicating.d.ts +5 -0
  207. package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -0
  208. package/dist/src/modules/create-view/is-running.d.ts +5 -0
  209. package/dist/src/modules/create-view/is-running.d.ts.map +1 -0
  210. package/dist/src/modules/create-view/is-visible.d.ts +8 -0
  211. package/dist/src/modules/create-view/is-visible.d.ts.map +1 -0
  212. package/dist/src/modules/create-view/name.d.ts +5 -0
  213. package/dist/src/modules/create-view/name.d.ts.map +1 -0
  214. package/dist/src/modules/create-view/pipeline.d.ts +5 -0
  215. package/dist/src/modules/create-view/pipeline.d.ts.map +1 -0
  216. package/dist/src/modules/create-view/reset.d.ts +3 -0
  217. package/dist/src/modules/create-view/reset.d.ts.map +1 -0
  218. package/dist/src/modules/create-view/source.d.ts +5 -0
  219. package/dist/src/modules/create-view/source.d.ts.map +1 -0
  220. package/dist/src/modules/data-service.d.ts +12 -0
  221. package/dist/src/modules/data-service.d.ts.map +1 -0
  222. package/dist/src/modules/edit-view-name.d.ts +3 -0
  223. package/dist/src/modules/edit-view-name.d.ts.map +1 -0
  224. package/dist/src/modules/env.d.ts +3 -0
  225. package/dist/src/modules/env.d.ts.map +1 -0
  226. package/dist/src/modules/explain.d.ts +57 -0
  227. package/dist/src/modules/explain.d.ts.map +1 -0
  228. package/dist/src/modules/export-to-language.d.ts +2 -0
  229. package/dist/src/modules/export-to-language.d.ts.map +1 -0
  230. package/dist/src/modules/fields.d.ts +5 -0
  231. package/dist/src/modules/fields.d.ts.map +1 -0
  232. package/dist/src/modules/id.d.ts +7 -0
  233. package/dist/src/modules/id.d.ts.map +1 -0
  234. package/dist/src/modules/import-pipeline.d.ts +20 -0
  235. package/dist/src/modules/import-pipeline.d.ts.map +1 -0
  236. package/dist/src/modules/index.d.ts +67 -0
  237. package/dist/src/modules/index.d.ts.map +1 -0
  238. package/dist/src/modules/indexes.d.ts +22 -0
  239. package/dist/src/modules/indexes.d.ts.map +1 -0
  240. package/dist/src/modules/input-documents.d.ts +17 -0
  241. package/dist/src/modules/input-documents.d.ts.map +1 -0
  242. package/dist/src/modules/is-atlas-deployed.d.ts +3 -0
  243. package/dist/src/modules/is-atlas-deployed.d.ts.map +1 -0
  244. package/dist/src/modules/is-datalake.d.ts +6 -0
  245. package/dist/src/modules/is-datalake.d.ts.map +1 -0
  246. package/dist/src/modules/is-modified.d.ts +2 -0
  247. package/dist/src/modules/is-modified.d.ts.map +1 -0
  248. package/dist/src/modules/is-new-pipeline-confirm.d.ts +5 -0
  249. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -0
  250. package/dist/src/modules/is-readonly.d.ts +3 -0
  251. package/dist/src/modules/is-readonly.d.ts.map +1 -0
  252. package/dist/src/modules/is-time-series.d.ts +3 -0
  253. package/dist/src/modules/is-time-series.d.ts.map +1 -0
  254. package/dist/src/modules/large-limit.d.ts +3 -0
  255. package/dist/src/modules/large-limit.d.ts.map +1 -0
  256. package/dist/src/modules/limit.d.ts +3 -0
  257. package/dist/src/modules/limit.d.ts.map +1 -0
  258. package/dist/src/modules/link.d.ts +2 -0
  259. package/dist/src/modules/link.d.ts.map +1 -0
  260. package/dist/src/modules/max-time-ms.d.ts +11 -0
  261. package/dist/src/modules/max-time-ms.d.ts.map +1 -0
  262. package/dist/src/modules/name.d.ts +3 -0
  263. package/dist/src/modules/name.d.ts.map +1 -0
  264. package/dist/src/modules/namespace.d.ts +3 -0
  265. package/dist/src/modules/namespace.d.ts.map +1 -0
  266. package/dist/src/modules/out-results-fn.d.ts +6 -0
  267. package/dist/src/modules/out-results-fn.d.ts.map +1 -0
  268. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +9 -0
  269. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -0
  270. package/dist/src/modules/pipeline-builder/index.d.ts +7 -0
  271. package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -0
  272. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +37 -0
  273. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -0
  274. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts +23 -0
  275. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -0
  276. package/dist/src/modules/pipeline-builder/pipeline-parser/index.d.ts +3 -0
  277. package/dist/src/modules/pipeline-builder/pipeline-parser/index.d.ts.map +1 -0
  278. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts +19 -0
  279. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -0
  280. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +19 -0
  281. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -0
  282. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +15 -0
  283. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -0
  284. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +20 -0
  285. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -0
  286. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +110 -0
  287. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -0
  288. package/dist/src/modules/pipeline-builder/stage.d.ts +18 -0
  289. package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -0
  290. package/dist/src/modules/pipeline-builder/text-editor.d.ts +40 -0
  291. package/dist/src/modules/pipeline-builder/text-editor.d.ts.map +1 -0
  292. package/dist/src/modules/projections.d.ts +4 -0
  293. package/dist/src/modules/projections.d.ts.map +1 -0
  294. package/dist/src/modules/saved-pipeline.d.ts +28 -0
  295. package/dist/src/modules/saved-pipeline.d.ts.map +1 -0
  296. package/dist/src/modules/saving-pipeline.d.ts +21 -0
  297. package/dist/src/modules/saving-pipeline.d.ts.map +1 -0
  298. package/dist/src/modules/server-version.d.ts +3 -0
  299. package/dist/src/modules/server-version.d.ts.map +1 -0
  300. package/dist/src/modules/settings.d.ts +33 -0
  301. package/dist/src/modules/settings.d.ts.map +1 -0
  302. package/dist/src/modules/source-name.d.ts +3 -0
  303. package/dist/src/modules/source-name.d.ts.map +1 -0
  304. package/dist/src/modules/update-view.d.ts +8 -0
  305. package/dist/src/modules/update-view.d.ts.map +1 -0
  306. package/dist/src/modules/workspace.d.ts +17 -0
  307. package/dist/src/modules/workspace.d.ts.map +1 -0
  308. package/dist/src/plugin.d.ts +24 -0
  309. package/dist/src/plugin.d.ts.map +1 -0
  310. package/dist/src/stores/create-view.d.ts +4 -0
  311. package/dist/src/stores/create-view.d.ts.map +1 -0
  312. package/dist/src/stores/duplicate-view.d.ts +3 -0
  313. package/dist/src/stores/duplicate-view.d.ts.map +1 -0
  314. package/dist/src/stores/index.d.ts +4 -0
  315. package/dist/src/stores/index.d.ts.map +1 -0
  316. package/dist/src/stores/store.d.ts +6 -0
  317. package/dist/src/stores/store.d.ts.map +1 -0
  318. package/dist/src/utils/cancellable-aggregation.d.ts +12 -0
  319. package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -0
  320. package/dist/src/utils/cancellable-promise.d.ts +10 -0
  321. package/dist/src/utils/cancellable-promise.d.ts.map +1 -0
  322. package/dist/src/utils/configure-store.d.ts +5 -0
  323. package/dist/src/utils/configure-store.d.ts.map +1 -0
  324. package/dist/src/utils/get-directory.d.ts +2 -0
  325. package/dist/src/utils/get-directory.d.ts.map +1 -0
  326. package/dist/src/utils/is-action.d.ts +3 -0
  327. package/dist/src/utils/is-action.d.ts.map +1 -0
  328. package/dist/src/utils/pipeline-storage.d.ts +40 -0
  329. package/dist/src/utils/pipeline-storage.d.ts.map +1 -0
  330. package/dist/src/utils/stage.d.ts +11 -0
  331. package/dist/src/utils/stage.d.ts.map +1 -0
  332. package/package.json +32 -29
package/dist/index.css CHANGED
@@ -1,83 +1,6 @@
1
- .settings-module-container__3sWua {
2
- border-left: 1px solid #dee0e3;
3
- box-shadow: 1px 1px 1px #dee0e3;
4
- background: #f8f8f8;
5
- position: absolute;
6
- width: 580px;
7
- height: 100%;
8
- top: 0;
9
- right: 0px;
10
- transition: right 0.2s ease-in-out;
11
- font-size: 1em;
12
- z-index: 500;
13
- }
14
- .settings-module-header__1rot3 {
15
- height: 32px;
16
- display: flex;
17
- padding: 5px;
18
- font-size: 12px;
19
- line-height: 20px;
20
- font-weight: bold;
21
- color: #494747;
22
- align-items: center;
23
- justify-content: space-between;
24
- border-bottom: 1px solid #dee0e3;
25
- box-shadow: 1px 1px 1px #dee0e3;
26
- }
27
- .settings-module-header-title__xCvBM {
28
- color: #424242;
29
- font-size: 12px;
30
- font-weight: bold;
31
- flex-grow: 2;
32
- }
33
- .settings-module-header-btn-group__1NySd {
34
- display: inline-block;
35
- }
36
- .settings-module-header-btn-group__1NySd button {
37
- margin-right: 5px;
38
- }
39
- .settings-module-header-btn-group__1NySd:last-child {
40
- margin-right: 0px;
41
- }
42
- .settings-module-input-group__3OjXF {
43
- margin: 8px;
44
- padding: 8px 16px;
45
- background-color: #FFFFFF;
46
- display: flex;
47
- align-items: center;
48
- }
49
- .settings-module-input-control__3kNAF {
50
- min-width: 90px;
51
- }
52
- .settings-module-input-control__3kNAF input {
53
- border-radius: 3px;
54
- border-color: #BFBFBE;
55
- border-style: solid;
56
- border-width: 1px;
57
- padding: 1px;
58
- text-align: right;
59
- float: right;
60
- }
61
- .settings-module-input-control__3kNAF input[type="text"],
62
- .settings-module-input-control__3kNAF input[type="number"] {
63
- width: 70px;
64
- color: #464C4F;
65
- }
66
- .settings-module-input-control__3kNAF input[type="text"]::placeholder,
67
- .settings-module-input-control__3kNAF input[type="number"]::placeholder {
68
- font-size: 13px;
69
- color: #AAAAAA;
70
- }
71
- .settings-module-input-meta__2H8QK {
72
- flex-grow: 1;
73
- }
74
- .settings-module-input-meta__2H8QK p {
75
- margin-top: 8px;
76
- }
77
-
78
1
  .import-pipeline-module-import-pipeline-note__vDPrD {
79
- color: steelblue;
80
- background-color: #B0E0E6;
2
+ color: #0498EC;
3
+ background-color: #C3E7FE;
81
4
  border-radius: 5px;
82
5
  padding: 10px;
83
6
  margin-bottom: 10px;
@@ -87,8 +10,8 @@
87
10
  position: relative;
88
11
  padding: 10px 0px 10px 0px;
89
12
  overflow: scroll;
90
- background: #f5f6f7;
91
- border-left: 2px solid #E4E4E4;
13
+ background: #F9FBFA;
14
+ border-left: 2px solid #E8EDEB;
92
15
  min-height: 180px;
93
16
  max-height: 300px;
94
17
  }
@@ -99,9 +22,9 @@
99
22
  padding: 10px;
100
23
  border-radius: 3px;
101
24
  overflow: auto;
102
- background: #ff473a;
25
+ background: #FF6960;
103
26
  max-height: 100px;
104
- color: #f5f6f7;
27
+ color: #F9FBFA;
105
28
  font-size: x-small;
106
29
  font-weight: bold;
107
30
  }
@@ -125,8 +48,8 @@
125
48
  }
126
49
  .pipeline-module-pipeline-collation-toolbar-container__2S68M {
127
50
  padding: 6px 10px 6px 15px;
128
- border-bottom: 1px solid rgba(0, 0, 0, 0.2);
129
- box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
51
+ border-bottom: 1px solid rgba(0, 30, 43, 0.2);
52
+ box-shadow: 1px 1px 3px rgba(0, 30, 43, 0.4);
130
53
  }
131
54
  .pipeline-module-pipeline-error-banner-container__19QTd {
132
55
  margin-left: 20px;
@@ -140,43 +63,9 @@
140
63
  bottom: 0;
141
64
  }
142
65
 
143
- .restore-pipeline-button-module-restore-pipeline__3FyUX {
144
- margin-right: 2px;
145
- flex-grow: 0;
146
- visibility: hidden;
147
- }
148
-
149
- .delete-pipeline-button-module-delete-pipeline__36xs8 {
150
- margin: 0px 10px 0px 0px;
151
- flex-grow: 0;
152
- visibility: hidden;
153
- }
154
-
155
- .save-pipeline-card-module-save-pipeline-card__3VzuC {
156
- border: 1px solid #dee0e3;
157
- box-shadow: 0 0 3px #dee0e3;
158
- margin: 10px;
159
- display: flex;
160
- align-items: center;
161
- background: #fff;
162
- }
163
- .save-pipeline-card-module-save-pipeline-card__3VzuC:hover button {
164
- visibility: visible;
165
- }
166
- .save-pipeline-card-module-save-pipeline-card-title__3xLad {
167
- font-size: 12px;
168
- padding: 8px;
169
- line-height: 20px;
170
- font-weight: bold;
171
- flex-grow: 5;
172
- color: #494747;
173
- overflow-wrap: break-word;
174
- overflow: auto;
175
- }
176
-
177
66
  .resize-handle-module-resize-handle__1rugm {
178
67
  position: absolute;
179
- background: #dee0e3;
68
+ background: #E8EDEB;
180
69
  width: 1.1px;
181
70
  height: 100%;
182
71
  }
@@ -197,19 +86,8 @@
197
86
  margin-right: 6px;
198
87
  }
199
88
 
200
- .toggle-stage-module-toggle-stage__2JZ-6 {
201
- margin: 0px 0px 0px 5px;
202
- display: flex;
203
- align-items: center;
204
- justify-content: flex-end;
205
- }
206
- .toggle-stage-module-toggle-stage-button__1ILJ7 {
207
- height: 22px;
208
- width: 40px;
209
- }
210
-
211
89
  .stage-grabber-module-stage-grabber__1-8cr {
212
- color: #dee0e3;
90
+ color: #E8EDEB;
213
91
  margin: 3px 2px 0px 4px;
214
92
  position: relative;
215
93
  }
@@ -271,7 +149,7 @@
271
149
 
272
150
  .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
273
151
  width: 100%;
274
- border-bottom: 1px solid #dee0e3;
152
+ border-bottom: 1px solid #E8EDEB;
275
153
  border-radius: 4px 4px 0 0;
276
154
  padding: 10px 0;
277
155
  padding-right: 10px;
@@ -295,7 +173,7 @@
295
173
  align-items: center;
296
174
  }
297
175
  .stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
298
- background: #FCEBE2;
176
+ background: #FFEAE5;
299
177
  }
300
178
  .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle {
301
179
  display: inline-block;
@@ -306,7 +184,7 @@
306
184
  -moz-osx-font-smoothing: grayscale;
307
185
  margin: 0 5px;
308
186
  cursor: pointer;
309
- color: #bfbfbe;
187
+ color: #C1C7C6;
310
188
  }
311
189
  .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle:before {
312
190
  content: "\f05a";
@@ -326,8 +204,8 @@
326
204
  margin: 0;
327
205
  padding: 10px 0px 10px 0px;
328
206
  overflow: hidden;
329
- background: #f5f6f7;
330
- border-left: 2px solid #E4E4E4;
207
+ background: #F9FBFA;
208
+ border-left: 2px solid #E8EDEB;
331
209
  width: 100%;
332
210
  min-height: 180px;
333
211
  }
@@ -338,11 +216,11 @@
338
216
  padding: 5px 10px;
339
217
  border-radius: 3px;
340
218
  overflow: hidden;
341
- background: #FCEBE2;
342
- border: 1px solid #F9D3C5;
219
+ background: #FFEAE5;
220
+ border: 1px solid #FFCDC7;
343
221
  min-height: 20px;
344
222
  word-break: break-all;
345
- color: #8F221B;
223
+ color: #970606;
346
224
  font-size: x-small;
347
225
  font-weight: bold;
348
226
  }
@@ -353,11 +231,11 @@
353
231
  padding: 5px 10px;
354
232
  border-radius: 3px;
355
233
  overflow: hidden;
356
- background: #FEF7E3;
357
- border: 1px solid #FEF2C8;
234
+ background: #FEF7DB;
235
+ border: 1px solid #FEF7DB;
358
236
  min-height: 20px;
359
237
  word-break: break-all;
360
- color: #86681D;
238
+ color: #944F01;
361
239
  font-size: x-small;
362
240
  font-weight: bold;
363
241
  }
@@ -372,7 +250,7 @@
372
250
  right: 0;
373
251
  bottom: 0;
374
252
  z-index: 1000;
375
- background-color: rgba(0, 0, 0, 0.08);
253
+ background-color: rgba(0, 30, 43, 0.08);
376
254
  display: flex;
377
255
  align-items: center;
378
256
  justify-content: center;
@@ -384,7 +262,7 @@
384
262
  justify-content: center;
385
263
  width: 300px;
386
264
  height: 50px;
387
- background-color: #FFFFFF;
265
+ background-color: #ffffff;
388
266
  }
389
267
  .loading-overlay-module-loading-overlay-box-text__1RHOh {
390
268
  font-size: 16px;
@@ -392,7 +270,7 @@
392
270
  }
393
271
  .loading-overlay-module-loading-overlay-box__1EYpR i {
394
272
  font-size: 20px;
395
- color: #168B46;
273
+ color: #00A35C;
396
274
  }
397
275
 
398
276
  .stage-preview-module-stage-preview__37FlK {
@@ -410,7 +288,7 @@
410
288
  text-overflow: ellipsis;
411
289
  white-space: nowrap;
412
290
  fill: none;
413
- stroke: #89979B;
291
+ stroke: #889397;
414
292
  text-align: center;
415
293
  }
416
294
  .stage-preview-module-stage-preview-missing-search-support__18Jmm {
@@ -462,10 +340,10 @@
462
340
  }
463
341
  .stage-preview-module-stage-preview-document-card-container__sxM1s {
464
342
  flex: none;
465
- border: 1px solid #dee0e3;
343
+ border: 1px solid #E8EDEB;
466
344
  border-radius: 4px;
467
- box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
468
- width: 350px;
345
+ box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
346
+ width: 384px;
469
347
  overflow: scroll;
470
348
  min-height: 150px;
471
349
  flex-shrink: 0;
@@ -500,7 +378,7 @@
500
378
  padding-left: 25px;
501
379
  display: flex;
502
380
  align-items: center;
503
- border-bottom: 1px solid #dee0e3;
381
+ border-bottom: 1px solid #E8EDEB;
504
382
  border-radius: 4px 4px 0 0;
505
383
  }
506
384
  .stage-preview-toolbar-module-stage-preview-toolbar-link__q2ehc {
@@ -510,7 +388,7 @@
510
388
  background: none;
511
389
  }
512
390
  .stage-preview-toolbar-module-stage-preview-toolbar-errored__1JajO {
513
- background: #FCEBE2;
391
+ background: #FFEAE5;
514
392
  }
515
393
  .stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle {
516
394
  display: inline-block;
@@ -521,7 +399,7 @@
521
399
  -moz-osx-font-smoothing: grayscale;
522
400
  margin: 0 5px;
523
401
  cursor: pointer;
524
- color: #bfbfbe;
402
+ color: #C1C7C6;
525
403
  }
526
404
  .stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle:before {
527
405
  content: "\f05a";
@@ -531,52 +409,18 @@
531
409
  white-space: pre-wrap;
532
410
  }
533
411
 
534
- .stage-module-stage-container__ZDTxh {
535
- margin: 0px 10px 0px;
536
- padding-bottom: 15px;
537
- border-left: 2px solid #dee0e3;
538
- position: relative;
539
- }
540
- .stage-module-stage-container__ZDTxh:before {
541
- position: absolute;
542
- left: -3px;
543
- top: 10px;
544
- content: '';
545
- width: 4px;
546
- height: 16px;
547
- background-color: #f5f6f7;
548
- }
549
- .stage-module-stage-container__ZDTxh:after {
550
- position: absolute;
551
- left: -7px;
552
- top: 12px;
553
- content: '';
554
- width: 12px;
555
- height: 12px;
556
- border-radius: 50%;
557
- border: 2px solid #dee0e3;
558
- }
559
- .stage-module-stage-container-is-first__C7RFF:before {
560
- position: absolute;
561
- left: -3px;
562
- top: 0px;
563
- content: '';
564
- width: 4px;
565
- height: 26px;
566
- background-color: #f5f6f7;
567
- }
568
412
  .stage-module-stage-container__ZDTxh .stage-module-stage__1YPPq {
569
413
  position: relative;
570
- margin: 0px 8px 0px;
571
- border: 1px solid #dee0e3;
414
+ margin: 0px 16px 16px 16px;
415
+ border: 1px solid #E8EDEB;
572
416
  border-radius: 4px;
573
- box-shadow: 1px 1px 1px #dee0e3;
574
- background: #fff;
417
+ box-shadow: 1px 1px 1px #E8EDEB;
418
+ background: #ffffff;
575
419
  display: flex;
576
420
  flex-direction: row;
577
421
  }
578
422
  .stage-module-stage-container__ZDTxh .stage-module-stage-errored__mbJmP {
579
- border-color: #CF4A22;
423
+ border-color: #DB3030;
580
424
  }
581
425
  .stage-module-stage-editor-container__1LvRF {
582
426
  display: flex;
@@ -593,7 +437,7 @@
593
437
  }
594
438
  .stage-module-stage-resize-handle-wrapper__1UhOK:hover div div,
595
439
  .stage-module-stage-resize-handle-wrapper__1UhOK:active div div {
596
- background-color: #bfbfbe;
440
+ background-color: #C1C7C6;
597
441
  }
598
442
  .stage-module-stage-workspace__9LrbT {
599
443
  display: flex;
@@ -620,12 +464,12 @@
620
464
  .input-documents-count-module-input-documents-count-db__2xqQF {
621
465
  font-size: 12px;
622
466
  padding-left: 10px;
623
- color: #494747;
467
+ color: #3D4F58;
624
468
  }
625
469
  .input-documents-count-module-input-documents-count-label__Q3Y3L {
626
470
  font-size: 12px;
627
471
  padding-left: 5px;
628
- color: #494747;
472
+ color: #3D4F58;
629
473
  }
630
474
 
631
475
  .input-refresh-module-input-refresh__1jTIT {
@@ -648,19 +492,19 @@
648
492
  width: 100%;
649
493
  overflow: hidden;
650
494
  text-overflow: ellipsis;
651
- border-left: 1px solid #dee0e3;
495
+ border-left: 1px solid #E8EDEB;
652
496
  }
653
497
  .input-preview-toolbar-module-input-preview-toolbar-text__3gBhM {
654
498
  font-size: 12px;
655
499
  padding-left: 10px;
656
- color: #494747;
500
+ color: #3D4F58;
657
501
  white-space: nowrap;
658
502
  overflow: hidden;
659
503
  text-overflow: ellipsis;
660
504
  }
661
505
 
662
506
  .input-toolbar-module-input-toolbar__32jT7 {
663
- border-bottom: 1px solid #dee0e3;
507
+ border-bottom: 1px solid #E8EDEB;
664
508
  display: flex;
665
509
  align-items: center;
666
510
  position: relative;
@@ -694,10 +538,10 @@
694
538
  }
695
539
  .input-preview-module-input-preview-document-card-container__3ko-A {
696
540
  flex: none;
697
- border: 1px solid #dee0e3;
541
+ border: 1px solid #E8EDEB;
698
542
  border-radius: 4px;
699
- box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
700
- width: 350px;
543
+ box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
544
+ width: 384px;
701
545
  overflow: scroll;
702
546
  min-height: 150px;
703
547
  flex-shrink: 0;
@@ -728,40 +572,29 @@
728
572
 
729
573
  .input-module-input__2mTmO {
730
574
  position: relative;
731
- margin: 18px;
732
- margin-left: 20px;
733
- border: 1px solid #dee0e3;
575
+ margin: 0 16px 16px;
576
+ border: 1px solid #E8EDEB;
734
577
  border-radius: 4px;
735
- box-shadow: 1px 1px 1px #dee0e3;
736
- background: #fff;
578
+ box-shadow: 1px 1px 1px #E8EDEB;
579
+ background: #ffffff;
737
580
  }
738
581
 
739
582
  .add-stage-module-add-stage-container__L3KcT {
740
583
  margin: 0px;
741
- padding-bottom: 15px;
584
+ padding-bottom: 16px;
742
585
  position: relative;
743
586
  }
744
- .add-stage-module-add-stage-container__L3KcT:after {
745
- position: absolute;
746
- left: 6px;
747
- top: 2px;
748
- content: '';
749
- width: 10px;
750
- height: 10px;
751
- border-radius: 50%;
752
- border: 5px solid #dee0e3;
753
- }
754
587
  .add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 {
755
588
  flex-shrink: 0;
756
589
  display: flex;
757
590
  justify-content: center;
758
591
  position: relative;
759
- margin: 0px 20px 0px;
760
- border: 1px solid #dee0e3;
592
+ margin: 0px 16px 0px;
593
+ border: 1px solid #E8EDEB;
761
594
  border-radius: 4px;
762
- box-shadow: 1px 1px 1px #dee0e3;
763
- background: #fff;
764
- width: 370px;
595
+ box-shadow: 1px 1px 1px #E8EDEB;
596
+ background: #ffffff;
597
+ width: 384px;
765
598
  }
766
599
  .add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 button {
767
600
  margin: 10px 0px 10px 0px;
@@ -774,47 +607,22 @@
774
607
  z-index: 500;
775
608
  }
776
609
 
777
- .pipeline-builder-workspace-module-pipeline-workspace-container__2j1ec {
610
+ .pipeline-builder-ui-workspace-module-pipeline-workspace-container__19Uof {
778
611
  position: relative;
779
612
  width: 100%;
780
613
  height: 100%;
781
614
  }
782
- .pipeline-builder-workspace-module-pipeline-workspace__2aYaj {
615
+ .pipeline-builder-ui-workspace-module-pipeline-workspace__19lIn {
783
616
  display: flex;
784
617
  flex-direction: column;
785
- overflow-y: scroll;
786
618
  width: 100%;
787
619
  flex-grow: 1;
788
620
  }
789
- .pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu {
790
- flex-grow: 1;
791
- width: 100%;
792
- position: relative;
793
- overflow-y: scroll;
794
- }
795
- .pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu::before {
796
- content: '';
797
- position: sticky;
798
- top: 0;
799
- display: block;
800
- width: 100%;
801
- height: 8px;
802
- background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
803
- }
804
- .pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu::after {
805
- content: '';
806
- position: absolute;
807
- top: 0;
808
- display: block;
809
- width: 100%;
810
- height: 32px;
811
- background: linear-gradient(#f5f6f7 0%, #f5f6f7 50%, rgba(245, 246, 247, 0) 100%);
812
- }
813
621
 
814
622
  .aggregations-module-aggregations__12xcN {
815
623
  display: flex;
816
624
  align-items: flex-start;
817
- background-color: #f5f6f7;
625
+ background-color: #F9FBFA;
818
626
  position: relative;
819
627
  width: 100%;
820
628
  z-index: 0;