@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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,17 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,33 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,57 @@
1
+ export default Pipeline;
2
+ declare class Pipeline extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ isAtlasDeployed: PropTypes.Validator<boolean>;
6
+ saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
7
+ newPipeline: PropTypes.Validator<(...args: any[]) => any>;
8
+ newPipelineFromText: PropTypes.Validator<(...args: any[]) => any>;
9
+ closeImport: PropTypes.Validator<(...args: any[]) => any>;
10
+ clonePipeline: PropTypes.Validator<(...args: any[]) => any>;
11
+ confirmNew: PropTypes.Validator<(...args: any[]) => any>;
12
+ exportToLanguage: PropTypes.Validator<(...args: any[]) => any>;
13
+ isCommenting: PropTypes.Validator<boolean>;
14
+ isAutoPreviewing: PropTypes.Validator<boolean>;
15
+ isImportConfirmationNeeded: PropTypes.Validator<boolean>;
16
+ name: PropTypes.Requireable<string>;
17
+ dismissViewError: PropTypes.Validator<(...args: any[]) => any>;
18
+ updateView: PropTypes.Validator<(...args: any[]) => any>;
19
+ updateViewError: PropTypes.Requireable<string>;
20
+ collationString: PropTypes.Requireable<object>;
21
+ collationStringChanged: PropTypes.Validator<(...args: any[]) => any>;
22
+ openLink: PropTypes.Validator<(...args: any[]) => any>;
23
+ settings: PropTypes.Validator<object>;
24
+ toggleSettingsIsExpanded: PropTypes.Validator<(...args: any[]) => any>;
25
+ toggleSettingsIsCommentMode: PropTypes.Validator<(...args: any[]) => any>;
26
+ setSettingsSampleSize: PropTypes.Validator<(...args: any[]) => any>;
27
+ setSettingsLimit: PropTypes.Validator<(...args: any[]) => any>;
28
+ limit: PropTypes.Validator<number>;
29
+ largeLimit: PropTypes.Validator<number>;
30
+ maxTimeMS: PropTypes.Requireable<number>;
31
+ applySettings: PropTypes.Validator<(...args: any[]) => any>;
32
+ savingPipelineNameChanged: PropTypes.Validator<(...args: any[]) => any>;
33
+ savingPipelineApply: PropTypes.Validator<(...args: any[]) => any>;
34
+ savingPipelineCancel: PropTypes.Validator<(...args: any[]) => any>;
35
+ savingPipelineOpen: PropTypes.Validator<(...args: any[]) => any>;
36
+ savingPipeline: PropTypes.Validator<object>;
37
+ isNewPipelineConfirm: PropTypes.Validator<boolean>;
38
+ setIsNewPipelineConfirm: PropTypes.Validator<(...args: any[]) => any>;
39
+ workspace: PropTypes.Validator<string>;
40
+ showExportButton: PropTypes.Validator<boolean>;
41
+ showRunButton: PropTypes.Validator<boolean>;
42
+ showExplainButton: PropTypes.Validator<boolean>;
43
+ };
44
+ static defaultProps: {
45
+ maxTimeMS: number;
46
+ limit: number;
47
+ largeLimit: number;
48
+ };
49
+ constructor(props: any);
50
+ constructor(props: any, context: any);
51
+ renderModifyingViewSourceError(): JSX.Element | undefined;
52
+ renderPipelineToolbar(): JSX.Element;
53
+ render(): Component;
54
+ }
55
+ import React from "react";
56
+ import PropTypes from "prop-types";
57
+ //# sourceMappingURL=pipeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAwBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuCE;IAEF;;;;MAIE;IAmG+6a,wBAA8C;IAAA,sCAAyJ;IAjGxnb,0DAcC;IAED,qCAQC;IAOD,oBA8DC;CACF"}
@@ -0,0 +1,3 @@
1
+ export default PipelineBuilderWorkspace;
2
+ import PipelineBuilderWorkspace from "./pipeline-builder-workspace";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare type PipelineAsTextWorkspaceProps = {
3
+ isAutoPreview: boolean;
4
+ };
5
+ export declare const PipelineAsTextWorkspace: React.FunctionComponent<PipelineAsTextWorkspaceProps>;
6
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineAsTextWorkspaceProps>, Omit<PipelineAsTextWorkspaceProps, "isAutoPreview"> & import("react-redux").ConnectProps>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6B1B,aAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAA;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAc7B,CAAC;;AASF,wBAA0D"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
3
+ import type { MongoServerError } from 'mongodb';
4
+ import type { PipelineParserError } from '../../../modules/pipeline-builder/pipeline-parser/utils';
5
+ declare type PipelineEditorProps = {
6
+ pipelineText: string;
7
+ syntaxErrors: PipelineParserError[];
8
+ serverError: MongoServerError | null;
9
+ serverVersion: string;
10
+ fields: CompletionWithServerInfo[];
11
+ onChangePipelineText: (value: string) => void;
12
+ };
13
+ export declare const PipelineEditor: React.FunctionComponent<PipelineEditorProps>;
14
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineEditorProps>, Omit<PipelineEditorProps, "fields" | "pipelineText" | "serverVersion" | "syntaxErrors" | "serverError" | "onChangePipelineText"> & import("react-redux").ConnectProps>;
15
+ export default _default;
16
+ //# sourceMappingURL=pipeline-editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAS9D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAS3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAkBnG,aAAK,mBAAmB,GAAG;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C,CAAC;AAoBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAiEvE,CAAC;;AAoBF,wBAA8D"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import type { Document } from 'mongodb';
3
+ declare type PipelinePreviewProps = {
4
+ isLoading: boolean;
5
+ previewDocs: Document[] | null;
6
+ };
7
+ export declare const PipelinePreview: React.FunctionComponent<PipelinePreviewProps>;
8
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, Omit<PipelinePreviewProps, "previewDocs" | "isLoading"> & import("react-redux").ConnectProps>;
9
+ export default _default;
10
+ //# sourceMappingURL=pipeline-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAgCxC,aAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;CAChC,CAAC;AAyDF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgBzE,CAAC;;AAWF,wBAAkD"}
@@ -0,0 +1,21 @@
1
+ export class PipelineBuilderUIWorkspace extends React.PureComponent<any, any, any> {
2
+ static propTypes: {
3
+ stageIds: PropTypes.Validator<any[]>;
4
+ editViewName: PropTypes.Requireable<string>;
5
+ onStageMoveEnd: PropTypes.Validator<(...args: any[]) => any>;
6
+ };
7
+ constructor(props: any);
8
+ constructor(props: any, context: any);
9
+ onStageMoved: ({ oldIndex, newIndex }: number) => void;
10
+ render(): React.Component;
11
+ stageListContainerRef: HTMLDivElement | null | undefined;
12
+ }
13
+ declare const _default: import("react-redux").ConnectedComponent<typeof PipelineBuilderUIWorkspace, Omit<PropTypes.InferProps<{
14
+ stageIds: PropTypes.Validator<any[]>;
15
+ editViewName: PropTypes.Requireable<string>;
16
+ onStageMoveEnd: PropTypes.Validator<(...args: any[]) => any>;
17
+ }>, "editViewName" | "onStageMoveEnd" | "stageIds"> & import("react-redux").ConnectProps>;
18
+ export default _default;
19
+ import React from "react";
20
+ import PropTypes from "prop-types";
21
+ //# sourceMappingURL=pipeline-builder-ui-workspace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-builder-ui-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.jsx"],"names":[],"mappings":"AAoBA;IACE;;;;MAIE;IAyEqihB,wBAA8C;IAAA,sCAAyJ;IAjE9uhB,uDAEE;IAOF,UAFa,MAAM,SAAS,CAuC3B;IAhCO,yDAAgC;CAiCzC"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { PipelineMode } from '../../modules/pipeline-builder/pipeline-mode';
3
+ declare type PipelineBuilderWorkspaceProps = {
4
+ pipelineMode: PipelineMode;
5
+ };
6
+ export declare const PipelineBuilderWorkspace: React.FunctionComponent<PipelineBuilderWorkspaceProps>;
7
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineBuilderWorkspaceProps>, Omit<PipelineBuilderWorkspaceProps, "pipelineMode"> & import("react-redux").ConnectProps>;
8
+ export default _default;
9
+ //# sourceMappingURL=pipeline-builder-workspace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-builder-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AASjF,aAAK,6BAA6B,GAAG;IACnC,YAAY,EAAE,YAAY,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAa9B,CAAC;;AAMF,wBAA2D"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import type { ExplainIndex } from '../../modules/explain';
3
+ declare type ExplainIndexesProps = {
4
+ indexes: ExplainIndex[];
5
+ };
6
+ export declare const ExplainIndexes: React.FunctionComponent<ExplainIndexesProps>;
7
+ export {};
8
+ //# sourceMappingURL=explain-indexes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"explain-indexes.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-indexes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,aAAK,mBAAmB,GAAG;IACzB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAuBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAgDvE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import type { ExplainIndex } from '../../modules/explain';
3
+ declare type ExplainQueryPerformanceProps = {
4
+ executionTimeMillis: number;
5
+ nReturned: number;
6
+ indexes: ExplainIndex[];
7
+ };
8
+ export declare const ExplainQueryPerformance: React.FunctionComponent<ExplainQueryPerformanceProps>;
9
+ export {};
10
+ //# sourceMappingURL=explain-query-performance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,aAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAiCvF,CAAC"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { ExplainData } from '../../modules/explain';
3
+ declare type ExplainResultsProps = {
4
+ plan: ExplainData['plan'];
5
+ stats?: ExplainData['stats'];
6
+ };
7
+ export declare const ExplainResults: React.FunctionComponent<ExplainResultsProps>;
8
+ export {};
9
+ //# sourceMappingURL=explain-results.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA+BvE,CAAC"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import type { ExplainData } from '../../modules/explain';
3
+ declare type PipelineExplainProps = {
4
+ isModalOpen: boolean;
5
+ isLoading: boolean;
6
+ error?: string;
7
+ explain?: ExplainData;
8
+ onCloseModal: () => void;
9
+ onCancelExplain: () => void;
10
+ };
11
+ export declare const PipelineExplain: React.FunctionComponent<PipelineExplainProps>;
12
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExplainProps>, Omit<PipelineExplainProps, "error" | "explain" | "isModalOpen" | "isLoading" | "onCloseModal" | "onCancelExplain"> & import("react-redux").ConnectProps>;
13
+ export default _default;
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIzD,aAAK,oBAAoB,GAAG;IAC1B,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAYF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAiEzE,CAAC;;AAeF,wBAA+D"}
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import type { Document } from 'mongodb';
3
+ declare type PipelineResultsWorkspaceProps = {
4
+ documents: Document[];
5
+ isLoading?: boolean;
6
+ isError?: boolean;
7
+ error?: string | null;
8
+ isEmpty?: boolean;
9
+ isMergeOrOutPipeline?: boolean;
10
+ mergeOrOutDestination?: string | null;
11
+ resultsViewType: 'document' | 'json';
12
+ onOutClick?: (ns: string) => void;
13
+ onCancel: () => void;
14
+ onRetry: () => void;
15
+ };
16
+ export declare const PipelineResultsWorkspace: React.FunctionComponent<PipelineResultsWorkspaceProps>;
17
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsWorkspaceProps>, Omit<PipelineResultsWorkspaceProps, "error" | "documents" | "onCancel" | "resultsViewType" | "isMergeOrOutPipeline" | "isLoading" | "isError" | "isEmpty" | "mergeOrOutDestination" | "onOutClick" | "onRetry"> & import("react-redux").ConnectProps>;
18
+ export default _default;
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AA+FxC,aAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAAC,6BAA6B,CA0EzF,CAAC;;AAoCJ,wBAAwE"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare const PipelineEmptyResults: React.FunctionComponent;
3
+ export default PipelineEmptyResults;
4
+ //# sourceMappingURL=pipeline-empty-results.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-empty-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-empty-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAgCvC,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAUxC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ declare type PipelinePaginationCountProps = {
3
+ loading: boolean;
4
+ count?: number;
5
+ onCount: () => void;
6
+ };
7
+ export declare const PipelinePaginationCount: React.FunctionComponent<PipelinePaginationCountProps>;
8
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationCountProps>, Omit<PipelinePaginationCountProps, "loading" | "count" | "onCount"> & import("react-redux").ConnectProps>;
9
+ export default _default;
10
+ //# sourceMappingURL=pipeline-pagination-count.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-pagination-count.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination-count.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,aAAK,4BAA4B,GAAG;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAYF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAgDvF,CAAC;;AAWJ,wBAAuE"}
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import type { RootState } from '../../modules';
3
+ declare type PipelinePaginationProps = {
4
+ showingFrom: number;
5
+ showingTo: number;
6
+ isCountDisabled: boolean;
7
+ isPrevDisabled: boolean;
8
+ isNextDisabled: boolean;
9
+ onPrev: () => void;
10
+ onNext: () => void;
11
+ };
12
+ export declare const PipelinePagination: React.FunctionComponent<PipelinePaginationProps>;
13
+ export declare const calculateShowingFrom: ({ limit, page, }: Pick<RootState['aggregation'], 'limit' | 'page'>) => number;
14
+ export declare const calculateShowingTo: ({ limit, page, documentCount, }: Pick<import("../../modules/aggregation").State, "limit" | "page"> & {
15
+ documentCount: number;
16
+ }) => number;
17
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePaginationProps>, Omit<PipelinePaginationProps, "showingFrom" | "showingTo" | "isCountDisabled" | "isPrevDisabled" | "isNextDisabled" | "onPrev" | "onNext"> & import("react-redux").ConnectProps>;
18
+ export default _default;
19
+ //# sourceMappingURL=pipeline-pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,aAAK,uBAAuB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAcF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAwC7E,CAAC;AAEJ,eAAO,MAAM,oBAAoB,qBAG9B,KAAK,SAAS,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC,KAAG,MAErD,CAAC;AAEF,eAAO,MAAM,kBAAkB;mBAKd,MAAM;MACnB,MAEH,CAAC;;AA0BF,wBAAkE"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { ResultsViewType } from './pipeline-results-list';
3
+ declare type PipelineResultsHeaderProps = {
4
+ onChangeResultsView: (viewType: ResultsViewType) => void;
5
+ resultsViewType: ResultsViewType;
6
+ isMergeOrOutPipeline: boolean;
7
+ };
8
+ export declare const PipelineResultsHeader: React.FunctionComponent<PipelineResultsHeaderProps>;
9
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsHeaderProps>, Omit<PipelineResultsHeaderProps, "resultsViewType" | "onChangeResultsView" | "isMergeOrOutPipeline"> & import("react-redux").ConnectProps>;
10
+ export default _default;
11
+ //# sourceMappingURL=pipeline-results-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,aAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;CAC/B,CAAC;AASF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CAAC,0BAA0B,CAiBnF,CAAC;;AAkBJ,wBAAqE"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { Document } from 'mongodb';
3
+ export declare type ResultsViewType = 'document' | 'json';
4
+ declare const PipelineResultsList: React.FunctionComponent<{
5
+ documents: Document[];
6
+ view: ResultsViewType;
7
+ }>;
8
+ export default PipelineResultsList;
9
+ //# sourceMappingURL=pipeline-results-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAIxC,oBAAY,eAAe,GAAG,UAAU,GAAG,MAAM,CAAC;AAUlD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjD,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,eAAe,CAAC;CACvB,CAyBA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import type { ResultsViewType } from './pipeline-results-list';
3
+ declare const PipelineResultsViewControls: React.FunctionComponent<{
4
+ value: ResultsViewType;
5
+ onChange(viewType: ResultsViewType): void;
6
+ }>;
7
+ export default PipelineResultsViewControls;
8
+ //# sourceMappingURL=pipeline-results-view-controls.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-results-view-controls.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-view-controls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAS/D,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACzD,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;CAC3C,CAgCA,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ declare type PipelineToolbarProps = {
3
+ darkMode?: boolean;
4
+ isBuilderView: boolean;
5
+ showRunButton: boolean;
6
+ showExportButton: boolean;
7
+ showExplainButton: boolean;
8
+ };
9
+ export declare const PipelineToolbar: React.FunctionComponent<PipelineToolbarProps>;
10
+ declare const _default: React.ComponentType<Omit<PipelineToolbarProps, "isBuilderView"> & import("react-redux").ConnectProps>;
11
+ export default _default;
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+CxC,aAAK,oBAAoB,GAAG;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA4CzE,CAAC;;AAKF,wBAA6D"}
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ declare type PipelineHeaderProps = {
3
+ isOptionsVisible: boolean;
4
+ namespace: string;
5
+ showRunButton: boolean;
6
+ showExportButton: boolean;
7
+ showExplainButton: boolean;
8
+ onToggleSavedPipelines: (show: boolean) => void;
9
+ onToggleOptions: () => void;
10
+ isOpenPipelineVisible: boolean;
11
+ isSavedPipelineVisible: boolean;
12
+ savedPipelines: {
13
+ id: string;
14
+ name: string;
15
+ }[];
16
+ };
17
+ export declare const PipelineHeader: React.FunctionComponent<PipelineHeaderProps>;
18
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineHeaderProps>, Omit<PipelineHeaderProps, "namespace" | "savedPipelines" | "onToggleSavedPipelines" | "isOpenPipelineVisible" | "isSavedPipelineVisible"> & import("react-redux").ConnectProps>;
19
+ export default _default;
20
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+DvC,aAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAChD,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;IAChC,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAkEvE,CAAC;;AAEF,wBAckB"}
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ declare type PipelineActionsProps = {
3
+ showRunButton?: boolean;
4
+ isRunButtonDisabled?: boolean;
5
+ onRunAggregation: () => void;
6
+ showExportButton?: boolean;
7
+ isExportButtonDisabled?: boolean;
8
+ onExportAggregationResults: () => void;
9
+ showUpdateViewButton?: boolean;
10
+ isUpdateViewButtonDisabled?: boolean;
11
+ onUpdateView: () => void;
12
+ showExplainButton?: boolean;
13
+ isExplainButtonDisabled?: boolean;
14
+ onExplainAggregation: () => void;
15
+ isOptionsVisible?: boolean;
16
+ onToggleOptions: () => void;
17
+ };
18
+ export declare const PipelineActions: React.FunctionComponent<PipelineActionsProps>;
19
+ declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineActionsProps>, Omit<PipelineActionsProps, "isRunButtonDisabled" | "isExportButtonDisabled" | "showUpdateViewButton" | "isUpdateViewButtonDisabled" | "isExplainButtonDisabled" | "onUpdateView" | "onRunAggregation" | "onExportAggregationResults" | "onExplainAggregation"> & import("react-redux").ConnectProps>;
20
+ export default _default;
21
+ //# sourceMappingURL=pipeline-actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,aAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA2EzE,CAAC;;AA2BF,wBAA2E"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import type { Workspace } from '../../../modules/workspace';
3
+ declare type PipelineStagesProps = {
4
+ isResultsMode: boolean;
5
+ stages: string[];
6
+ showAddNewStage: boolean;
7
+ onAddStageClick: () => void;
8
+ onEditPipelineClick: (workspace: Workspace) => void;
9
+ };
10
+ export declare const PipelineStages: React.FunctionComponent<PipelineStagesProps>;
11
+ declare const _default: import("react-redux").ConnectedComponent<React.NamedExoticComponent<PipelineStagesProps>, Omit<PipelineStagesProps, "stages" | "isResultsMode" | "showAddNewStage" | "onAddStageClick" | "onEditPipelineClick"> & import("react-redux").ConnectProps>;
12
+ export default _default;
13
+ //# sourceMappingURL=pipeline-stages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-stages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-stages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAwB5D,aAAK,mBAAmB,GAAG;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,mBAAmB,EAAE,CAAC,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAgDvE,CAAC;;AAeF,wBAA0E"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare const PipelineOptions: React.FunctionComponent;
3
+ export default PipelineOptions;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAWnC,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<{
3
+ collationValue: string;
4
+ collationHasError: boolean;
5
+ maxTimeMSValue: number | null;
6
+ } & {
7
+ collationStringChanged: (value: string) => import("../../../modules/collation-string").CollationStringChangedAction;
8
+ maxTimeMSChanged: (value: number) => {
9
+ type: string;
10
+ maxTimeMS: number | null;
11
+ };
12
+ }>, Omit<{
13
+ collationValue: string;
14
+ collationHasError: boolean;
15
+ maxTimeMSValue: number | null;
16
+ } & {
17
+ collationStringChanged: (value: string) => import("../../../modules/collation-string").CollationStringChangedAction;
18
+ maxTimeMSChanged: (value: number) => {
19
+ type: string;
20
+ maxTimeMS: number | null;
21
+ };
22
+ }, "collationStringChanged" | "maxTimeMSChanged" | "collationValue" | "collationHasError" | "maxTimeMSValue"> & import("react-redux").ConnectProps>;
23
+ export default _default;
24
+ //# sourceMappingURL=pipeline-collation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-collation.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/pipeline-collation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;AAmI3C,wBAA4C"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ declare type PipelineSettingsProps = {
3
+ isSavePipelineEnabled?: boolean;
4
+ isCreatePipelineEnabled?: boolean;
5
+ isExportToLanguageEnabled?: boolean;
6
+ onExportToLanguage: () => void;
7
+ };
8
+ export declare const PipelineSettings: React.FunctionComponent<PipelineSettingsProps>;
9
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineSettingsProps>, Omit<PipelineSettingsProps, "isSavePipelineEnabled" | "isCreatePipelineEnabled" | "isExportToLanguageEnabled" | "onExportToLanguage"> & import("react-redux").ConnectProps>;
10
+ export default _default;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,aAAK,qBAAqB,GAAG;IAC3B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAiCtB,CAAC;;AAEF,wBAaoB"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import type { PipelineMode } from '../../../modules/pipeline-builder/pipeline-mode';
3
+ declare type PipelineExtraSettingsProps = {
4
+ isAutoPreview: boolean;
5
+ isPipelineModeDisabled: boolean;
6
+ pipelineMode: PipelineMode;
7
+ onToggleAutoPreview: (newVal: boolean) => void;
8
+ onChangePipelineMode: (newVal: PipelineMode) => void;
9
+ onToggleSettings: () => void;
10
+ };
11
+ export declare const PipelineExtraSettings: React.FunctionComponent<PipelineExtraSettingsProps>;
12
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineExtraSettingsProps>, Omit<PipelineExtraSettingsProps, "pipelineMode" | "isAutoPreview" | "isPipelineModeDisabled" | "onToggleAutoPreview" | "onChangePipelineMode" | "onToggleSettings"> & import("react-redux").ConnectProps>;
13
+ export default _default;
14
+ //# sourceMappingURL=pipeline-extra-settings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-extra-settings.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAqBpF,aAAK,0BAA0B,GAAG;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,sBAAsB,EAAE,OAAO,CAAC;IAChC,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,oBAAoB,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACrD,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAiE3B,CAAC;;AAgBF,wBAAqE"}
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ declare type SaveMenuProps = {
3
+ disabled?: boolean;
4
+ pipelineName: string;
5
+ isCreateViewAvailable: boolean;
6
+ onSave: (name: string) => void;
7
+ onSaveAs: (name: string) => void;
8
+ onCreateView: () => void;
9
+ };
10
+ export declare const SaveMenuComponent: React.FunctionComponent<SaveMenuProps>;
11
+ export declare const SaveMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<SaveMenuProps>, Omit<SaveMenuProps, "disabled" | "pipelineName" | "isCreateViewAvailable" | "onSave" | "onSaveAs" | "onCreateView"> & import("react-redux").ConnectProps>;
12
+ declare type CreateMenuProps = {
13
+ onCreatePipeline: () => void;
14
+ onCreatePipelineFromText: () => void;
15
+ };
16
+ export declare const CreateMenuComponent: React.FunctionComponent<CreateMenuProps>;
17
+ export declare const CreateMenu: import("react-redux").ConnectedComponent<React.FunctionComponent<CreateMenuProps>, Omit<CreateMenuProps, "onCreatePipeline" | "onCreatePipelineFromText"> & import("react-redux").ConnectProps>;
18
+ export {};
19
+ //# sourceMappingURL=pipeline-menus.d.ts.map