@mongodb-js/compass-aggregations 9.2.0 → 9.4.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 (338) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/browser.js.LICENSE.txt +0 -6
  3. package/dist/index.css +54 -346
  4. package/dist/index.js +1 -1
  5. package/dist/index.js.LICENSE.txt +0 -6
  6. package/dist/src/components/add-stage/add-stage.d.ts +17 -0
  7. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -0
  8. package/dist/src/components/add-stage/index.d.ts +3 -0
  9. package/dist/src/components/add-stage/index.d.ts.map +1 -0
  10. package/dist/src/components/aggregations/aggregations.d.ts +11 -0
  11. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -0
  12. package/dist/src/components/aggregations/index.d.ts +5 -0
  13. package/dist/src/components/aggregations/index.d.ts.map +1 -0
  14. package/dist/src/components/atlas-stage-preview.d.ts +5 -0
  15. package/dist/src/components/atlas-stage-preview.d.ts.map +1 -0
  16. package/dist/src/components/create-view-modal/create-view-modal.d.ts +63 -0
  17. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -0
  18. package/dist/src/components/create-view-modal/index.d.ts +5 -0
  19. package/dist/src/components/create-view-modal/index.d.ts.map +1 -0
  20. package/dist/src/components/create-view-plugin.d.ts +14 -0
  21. package/dist/src/components/create-view-plugin.d.ts.map +1 -0
  22. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +57 -0
  23. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -0
  24. package/dist/src/components/duplicate-view-modal/index.d.ts +5 -0
  25. package/dist/src/components/duplicate-view-modal/index.d.ts.map +1 -0
  26. package/dist/src/components/duplicate-view-plugin.d.ts +10 -0
  27. package/dist/src/components/duplicate-view-plugin.d.ts.map +1 -0
  28. package/dist/src/components/input/index.d.ts +3 -0
  29. package/dist/src/components/input/index.d.ts.map +1 -0
  30. package/dist/src/components/input/input.d.ts +25 -0
  31. package/dist/src/components/input/input.d.ts.map +1 -0
  32. package/dist/src/components/input-builder/index.d.ts +3 -0
  33. package/dist/src/components/input-builder/index.d.ts.map +1 -0
  34. package/dist/src/components/input-builder/input-builder.d.ts +9 -0
  35. package/dist/src/components/input-builder/input-builder.d.ts.map +1 -0
  36. package/dist/src/components/input-builder-toolbar/index.d.ts +3 -0
  37. package/dist/src/components/input-builder-toolbar/index.d.ts.map +1 -0
  38. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +16 -0
  39. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +1 -0
  40. package/dist/src/components/input-collapser/index.d.ts +3 -0
  41. package/dist/src/components/input-collapser/index.d.ts.map +1 -0
  42. package/dist/src/components/input-collapser/input-collapser.d.ts +14 -0
  43. package/dist/src/components/input-collapser/input-collapser.d.ts.map +1 -0
  44. package/dist/src/components/input-documents-count/index.d.ts +3 -0
  45. package/dist/src/components/input-documents-count/index.d.ts.map +1 -0
  46. package/dist/src/components/input-documents-count/input-documents-count.d.ts +13 -0
  47. package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +1 -0
  48. package/dist/src/components/input-preview/index.d.ts +3 -0
  49. package/dist/src/components/input-preview/index.d.ts.map +1 -0
  50. package/dist/src/components/input-preview/input-preview.d.ts +15 -0
  51. package/dist/src/components/input-preview/input-preview.d.ts.map +1 -0
  52. package/dist/src/components/input-preview-toolbar/index.d.ts +3 -0
  53. package/dist/src/components/input-preview-toolbar/index.d.ts.map +1 -0
  54. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +7 -0
  55. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +1 -0
  56. package/dist/src/components/input-refresh/index.d.ts +3 -0
  57. package/dist/src/components/input-refresh/index.d.ts.map +1 -0
  58. package/dist/src/components/input-refresh/input-refresh.d.ts +13 -0
  59. package/dist/src/components/input-refresh/input-refresh.d.ts.map +1 -0
  60. package/dist/src/components/input-toolbar/index.d.ts +3 -0
  61. package/dist/src/components/input-toolbar/index.d.ts.map +1 -0
  62. package/dist/src/components/input-toolbar/input-toolbar.d.ts +16 -0
  63. package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +1 -0
  64. package/dist/src/components/input-workspace/index.d.ts +3 -0
  65. package/dist/src/components/input-workspace/index.d.ts.map +1 -0
  66. package/dist/src/components/input-workspace/input-workspace.d.ts +16 -0
  67. package/dist/src/components/input-workspace/input-workspace.d.ts.map +1 -0
  68. package/dist/src/components/loading-overlay/index.d.ts +3 -0
  69. package/dist/src/components/loading-overlay/index.d.ts.map +1 -0
  70. package/dist/src/components/loading-overlay/loading-overlay.d.ts +13 -0
  71. package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -0
  72. package/dist/src/components/modify-source-banner/index.d.ts +3 -0
  73. package/dist/src/components/modify-source-banner/index.d.ts.map +1 -0
  74. package/dist/src/components/modify-source-banner/modify-source-banner.d.ts +9 -0
  75. package/dist/src/components/modify-source-banner/modify-source-banner.d.ts.map +1 -0
  76. package/dist/src/components/pipeline/index.d.ts +3 -0
  77. package/dist/src/components/pipeline/index.d.ts.map +1 -0
  78. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +17 -0
  79. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +1 -0
  80. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +17 -0
  81. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +1 -0
  82. package/dist/src/components/pipeline/modals/import-pipeline.d.ts +33 -0
  83. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +1 -0
  84. package/dist/src/components/pipeline/pipeline.d.ts +61 -0
  85. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -0
  86. package/dist/src/components/pipeline-builder-workspace/index.d.ts +3 -0
  87. package/dist/src/components/pipeline-builder-workspace/index.d.ts.map +1 -0
  88. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts +8 -0
  89. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -0
  90. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +17 -0
  91. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -0
  92. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +15 -0
  93. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -0
  94. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +13 -0
  95. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -0
  96. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +21 -0
  97. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -0
  98. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +9 -0
  99. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -0
  100. package/dist/src/components/pipeline-explain/explain-indexes.d.ts +8 -0
  101. package/dist/src/components/pipeline-explain/explain-indexes.d.ts.map +1 -0
  102. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts +10 -0
  103. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -0
  104. package/dist/src/components/pipeline-explain/explain-results.d.ts +9 -0
  105. package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -0
  106. package/dist/src/components/pipeline-explain/index.d.ts +14 -0
  107. package/dist/src/components/pipeline-explain/index.d.ts.map +1 -0
  108. package/dist/src/components/pipeline-output-options-menu.d.ts +7 -0
  109. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -0
  110. package/dist/src/components/pipeline-results-workspace/index.d.ts +20 -0
  111. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -0
  112. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts +4 -0
  113. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -0
  114. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +10 -0
  115. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -0
  116. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +19 -0
  117. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -0
  118. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +14 -0
  119. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -0
  120. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +10 -0
  121. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -0
  122. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts +8 -0
  123. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -0
  124. package/dist/src/components/pipeline-toolbar/index.d.ts +15 -0
  125. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -0
  126. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +20 -0
  127. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -0
  128. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +21 -0
  129. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -0
  130. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +13 -0
  131. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -0
  132. package/dist/src/components/pipeline-toolbar/pipeline-options/index.d.ts +4 -0
  133. package/dist/src/components/pipeline-toolbar/pipeline-options/index.d.ts.map +1 -0
  134. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +24 -0
  135. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -0
  136. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +11 -0
  137. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -0
  138. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +14 -0
  139. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -0
  140. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +19 -0
  141. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -0
  142. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +9 -0
  143. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -0
  144. package/dist/src/components/resize-handle.d.ts +4 -0
  145. package/dist/src/components/resize-handle.d.ts.map +1 -0
  146. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +12 -0
  147. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -0
  148. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +12 -0
  149. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -0
  150. package/dist/src/components/saving-pipeline-modal/index.d.ts +3 -0
  151. package/dist/src/components/saving-pipeline-modal/index.d.ts.map +1 -0
  152. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts +22 -0
  153. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -0
  154. package/dist/src/components/settings/index.d.ts +3 -0
  155. package/dist/src/components/settings/index.d.ts.map +1 -0
  156. package/dist/src/components/settings/settings.d.ts +23 -0
  157. package/dist/src/components/settings/settings.d.ts.map +1 -0
  158. package/dist/src/components/stage/index.d.ts +3 -0
  159. package/dist/src/components/stage/index.d.ts.map +1 -0
  160. package/dist/src/components/stage/stage.d.ts +29 -0
  161. package/dist/src/components/stage/stage.d.ts.map +1 -0
  162. package/dist/src/components/stage-editor/index.d.ts +3 -0
  163. package/dist/src/components/stage-editor/index.d.ts.map +1 -0
  164. package/dist/src/components/stage-editor/stage-editor.d.ts +54 -0
  165. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -0
  166. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +18 -0
  167. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +1 -0
  168. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +18 -0
  169. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +1 -0
  170. package/dist/src/components/stage-editor-toolbar/index.d.ts +3 -0
  171. package/dist/src/components/stage-editor-toolbar/index.d.ts.map +1 -0
  172. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +20 -0
  173. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +1 -0
  174. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +21 -0
  175. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -0
  176. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +9 -0
  177. package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +1 -0
  178. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +20 -0
  179. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -0
  180. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +20 -0
  181. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +1 -0
  182. package/dist/src/components/stage-preview/index.d.ts +3 -0
  183. package/dist/src/components/stage-preview/index.d.ts.map +1 -0
  184. package/dist/src/components/stage-preview/stage-preview.d.ts +49 -0
  185. package/dist/src/components/stage-preview/stage-preview.d.ts.map +1 -0
  186. package/dist/src/components/stage-preview-toolbar/index.d.ts +3 -0
  187. package/dist/src/components/stage-preview-toolbar/index.d.ts.map +1 -0
  188. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +25 -0
  189. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +1 -0
  190. package/dist/src/constants.d.ts +4 -0
  191. package/dist/src/constants.d.ts.map +1 -0
  192. package/dist/src/index.d.ts +16 -0
  193. package/dist/src/index.d.ts.map +1 -0
  194. package/dist/src/modules/aggregation-workspace-id.d.ts +4 -0
  195. package/dist/src/modules/aggregation-workspace-id.d.ts.map +1 -0
  196. package/dist/src/modules/aggregation.d.ts +74 -0
  197. package/dist/src/modules/aggregation.d.ts.map +1 -0
  198. package/dist/src/modules/auto-preview.d.ts +13 -0
  199. package/dist/src/modules/auto-preview.d.ts.map +1 -0
  200. package/dist/src/modules/clone-pipeline.d.ts +5 -0
  201. package/dist/src/modules/clone-pipeline.d.ts.map +1 -0
  202. package/dist/src/modules/collation-string.d.ts +17 -0
  203. package/dist/src/modules/collation-string.d.ts.map +1 -0
  204. package/dist/src/modules/comments.d.ts +3 -0
  205. package/dist/src/modules/comments.d.ts.map +1 -0
  206. package/dist/src/modules/count-documents.d.ts +30 -0
  207. package/dist/src/modules/count-documents.d.ts.map +1 -0
  208. package/dist/src/modules/create-view/error.d.ts +7 -0
  209. package/dist/src/modules/create-view/error.d.ts.map +1 -0
  210. package/dist/src/modules/create-view/index.d.ts +21 -0
  211. package/dist/src/modules/create-view/index.d.ts.map +1 -0
  212. package/dist/src/modules/create-view/is-duplicating.d.ts +5 -0
  213. package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -0
  214. package/dist/src/modules/create-view/is-running.d.ts +5 -0
  215. package/dist/src/modules/create-view/is-running.d.ts.map +1 -0
  216. package/dist/src/modules/create-view/is-visible.d.ts +8 -0
  217. package/dist/src/modules/create-view/is-visible.d.ts.map +1 -0
  218. package/dist/src/modules/create-view/name.d.ts +5 -0
  219. package/dist/src/modules/create-view/name.d.ts.map +1 -0
  220. package/dist/src/modules/create-view/pipeline.d.ts +5 -0
  221. package/dist/src/modules/create-view/pipeline.d.ts.map +1 -0
  222. package/dist/src/modules/create-view/reset.d.ts +3 -0
  223. package/dist/src/modules/create-view/reset.d.ts.map +1 -0
  224. package/dist/src/modules/create-view/source.d.ts +5 -0
  225. package/dist/src/modules/create-view/source.d.ts.map +1 -0
  226. package/dist/src/modules/data-service.d.ts +12 -0
  227. package/dist/src/modules/data-service.d.ts.map +1 -0
  228. package/dist/src/modules/edit-view-name.d.ts +3 -0
  229. package/dist/src/modules/edit-view-name.d.ts.map +1 -0
  230. package/dist/src/modules/env.d.ts +3 -0
  231. package/dist/src/modules/env.d.ts.map +1 -0
  232. package/dist/src/modules/explain.d.ts +57 -0
  233. package/dist/src/modules/explain.d.ts.map +1 -0
  234. package/dist/src/modules/export-to-language.d.ts +2 -0
  235. package/dist/src/modules/export-to-language.d.ts.map +1 -0
  236. package/dist/src/modules/fields.d.ts +5 -0
  237. package/dist/src/modules/fields.d.ts.map +1 -0
  238. package/dist/src/modules/id.d.ts +7 -0
  239. package/dist/src/modules/id.d.ts.map +1 -0
  240. package/dist/src/modules/import-pipeline.d.ts +20 -0
  241. package/dist/src/modules/import-pipeline.d.ts.map +1 -0
  242. package/dist/src/modules/index.d.ts +74 -0
  243. package/dist/src/modules/index.d.ts.map +1 -0
  244. package/dist/src/modules/indexes.d.ts +22 -0
  245. package/dist/src/modules/indexes.d.ts.map +1 -0
  246. package/dist/src/modules/input-documents.d.ts +17 -0
  247. package/dist/src/modules/input-documents.d.ts.map +1 -0
  248. package/dist/src/modules/is-atlas-deployed.d.ts +3 -0
  249. package/dist/src/modules/is-atlas-deployed.d.ts.map +1 -0
  250. package/dist/src/modules/is-datalake.d.ts +6 -0
  251. package/dist/src/modules/is-datalake.d.ts.map +1 -0
  252. package/dist/src/modules/is-modified.d.ts +2 -0
  253. package/dist/src/modules/is-modified.d.ts.map +1 -0
  254. package/dist/src/modules/is-new-pipeline-confirm.d.ts +5 -0
  255. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -0
  256. package/dist/src/modules/is-readonly.d.ts +3 -0
  257. package/dist/src/modules/is-readonly.d.ts.map +1 -0
  258. package/dist/src/modules/is-time-series.d.ts +3 -0
  259. package/dist/src/modules/is-time-series.d.ts.map +1 -0
  260. package/dist/src/modules/large-limit.d.ts +3 -0
  261. package/dist/src/modules/large-limit.d.ts.map +1 -0
  262. package/dist/src/modules/limit.d.ts +3 -0
  263. package/dist/src/modules/limit.d.ts.map +1 -0
  264. package/dist/src/modules/link.d.ts +2 -0
  265. package/dist/src/modules/link.d.ts.map +1 -0
  266. package/dist/src/modules/max-time-ms.d.ts +11 -0
  267. package/dist/src/modules/max-time-ms.d.ts.map +1 -0
  268. package/dist/src/modules/name.d.ts +3 -0
  269. package/dist/src/modules/name.d.ts.map +1 -0
  270. package/dist/src/modules/namespace.d.ts +3 -0
  271. package/dist/src/modules/namespace.d.ts.map +1 -0
  272. package/dist/src/modules/out-results-fn.d.ts +6 -0
  273. package/dist/src/modules/out-results-fn.d.ts.map +1 -0
  274. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +12 -0
  275. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -0
  276. package/dist/src/modules/pipeline-builder/index.d.ts +14 -0
  277. package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -0
  278. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +42 -0
  279. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -0
  280. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts +23 -0
  281. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -0
  282. package/dist/src/modules/pipeline-builder/pipeline-parser/index.d.ts +3 -0
  283. package/dist/src/modules/pipeline-builder/pipeline-parser/index.d.ts.map +1 -0
  284. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts +20 -0
  285. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -0
  286. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +29 -0
  287. package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -0
  288. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +16 -0
  289. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -0
  290. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +22 -0
  291. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -0
  292. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +116 -0
  293. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -0
  294. package/dist/src/modules/pipeline-builder/stage.d.ts +18 -0
  295. package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -0
  296. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +13 -0
  297. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -0
  298. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts +46 -0
  299. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -0
  300. package/dist/src/modules/projections.d.ts +4 -0
  301. package/dist/src/modules/projections.d.ts.map +1 -0
  302. package/dist/src/modules/saved-pipeline.d.ts +28 -0
  303. package/dist/src/modules/saved-pipeline.d.ts.map +1 -0
  304. package/dist/src/modules/saving-pipeline.d.ts +21 -0
  305. package/dist/src/modules/saving-pipeline.d.ts.map +1 -0
  306. package/dist/src/modules/server-version.d.ts +3 -0
  307. package/dist/src/modules/server-version.d.ts.map +1 -0
  308. package/dist/src/modules/settings.d.ts +33 -0
  309. package/dist/src/modules/settings.d.ts.map +1 -0
  310. package/dist/src/modules/source-name.d.ts +3 -0
  311. package/dist/src/modules/source-name.d.ts.map +1 -0
  312. package/dist/src/modules/update-view.d.ts +8 -0
  313. package/dist/src/modules/update-view.d.ts.map +1 -0
  314. package/dist/src/modules/workspace.d.ts +17 -0
  315. package/dist/src/modules/workspace.d.ts.map +1 -0
  316. package/dist/src/plugin.d.ts +24 -0
  317. package/dist/src/plugin.d.ts.map +1 -0
  318. package/dist/src/stores/create-view.d.ts +4 -0
  319. package/dist/src/stores/create-view.d.ts.map +1 -0
  320. package/dist/src/stores/duplicate-view.d.ts +3 -0
  321. package/dist/src/stores/duplicate-view.d.ts.map +1 -0
  322. package/dist/src/stores/index.d.ts +4 -0
  323. package/dist/src/stores/index.d.ts.map +1 -0
  324. package/dist/src/stores/store.d.ts +6 -0
  325. package/dist/src/stores/store.d.ts.map +1 -0
  326. package/dist/src/utils/cancellable-aggregation.d.ts +12 -0
  327. package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -0
  328. package/dist/src/utils/configure-store.d.ts +5 -0
  329. package/dist/src/utils/configure-store.d.ts.map +1 -0
  330. package/dist/src/utils/get-directory.d.ts +2 -0
  331. package/dist/src/utils/get-directory.d.ts.map +1 -0
  332. package/dist/src/utils/is-action.d.ts +3 -0
  333. package/dist/src/utils/is-action.d.ts.map +1 -0
  334. package/dist/src/utils/pipeline-storage.d.ts +40 -0
  335. package/dist/src/utils/pipeline-storage.d.ts.map +1 -0
  336. package/dist/src/utils/stage.d.ts +17 -0
  337. package/dist/src/utils/stage.d.ts.map +1 -0
  338. package/package.json +38 -32
@@ -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;;;;;;;;;;;;;;;;;;;;;;AAuI3C,wBAA4C"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ declare type PipelineSettingsProps = {
3
+ isSavePipelineDisplayed?: boolean;
4
+ isCreatePipelineDisplayed?: 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, "isSavePipelineDisplayed" | "isCreatePipelineDisplayed" | "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,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,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,wBAYoB"}
@@ -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,CAsE3B,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, "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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-menus.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAgBvC,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAKF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CA8CpE,CAAC;AAyBF,eAAO,MAAM,QAAQ,+NAGD,CAAC;AAGrB,aAAK,eAAe,GAAG;IACrB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACtC,CAAC;AAKF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAyBxE,CAAC;AAKF,eAAO,MAAM,UAAU,iMAGD,CAAC"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ declare type PipelineNameProps = {
3
+ name: string;
4
+ isModified: boolean;
5
+ };
6
+ export declare const PipelineName: React.FunctionComponent<PipelineNameProps>;
7
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineNameProps>, Omit<PipelineNameProps, "name" | "isModified"> & import("react-redux").ConnectProps>;
8
+ export default _default;
9
+ //# sourceMappingURL=pipeline-name.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-name.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-settings/pipeline-name.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAuBnE,CAAC;;AAOF,wBAA+C"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const ResizeHandle: () => JSX.Element;
3
+ export default ResizeHandle;
4
+ //# sourceMappingURL=resize-handle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../src/components/resize-handle.tsx"],"names":[],"mappings":";AAiBA,QAAA,MAAM,YAAY,mBAEjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { type EditorViewType } from '../../modules/pipeline-builder/builder-helpers';
3
+ declare type SavePipelineCardProps = {
4
+ id: string;
5
+ name: string;
6
+ editor_view_type: EditorViewType;
7
+ onOpenPipelineConfirm: (id: string) => void;
8
+ onDeletePipeline: (id: string) => void;
9
+ };
10
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<SavePipelineCardProps>, Omit<SavePipelineCardProps, "editor_view_type" | "onOpenPipelineConfirm" | "onDeletePipeline"> & import("react-redux").ConnectProps>;
11
+ export default _default;
12
+ //# sourceMappingURL=saved-pipeline-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAerD,OAAO,EACL,KAAK,cAAc,EAEpB,MAAM,gDAAgD,CAAC;AAIxD,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,cAAc,CAAC;IACjC,qBAAqB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,gBAAgB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;;AA6GF,wBAUoB"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ declare type SavedPipelinesProps = {
3
+ darkMode?: boolean;
4
+ namespace: string;
5
+ savedPipelines: {
6
+ id: string;
7
+ name: string;
8
+ }[];
9
+ };
10
+ declare const SavedPipelines: React.ComponentType<SavedPipelinesProps>;
11
+ export { SavedPipelines };
12
+ //# sourceMappingURL=saved-pipelines.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkD1B,aAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAChD,CAAC;AA0CF,QAAA,MAAM,cAAc,0CAAoC,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export default SavingPipelineModal;
2
+ import SavingPipelineModal from "./saving-pipeline-modal";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ export default SavingPipelineModal;
2
+ declare class SavingPipelineModal extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ isOpen: PropTypes.Validator<boolean>;
6
+ isSaveAs: PropTypes.Validator<boolean>;
7
+ name: PropTypes.Validator<string>;
8
+ savingPipelineCancel: PropTypes.Validator<(...args: any[]) => any>;
9
+ savingPipelineApply: PropTypes.Validator<(...args: any[]) => any>;
10
+ savingPipelineNameChanged: PropTypes.Validator<(...args: any[]) => any>;
11
+ saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
12
+ clonePipeline: PropTypes.Validator<(...args: any[]) => any>;
13
+ };
14
+ constructor(props: any);
15
+ constructor(props: any, context: any);
16
+ onNameChanged(evt: Event): void;
17
+ save(): void;
18
+ render(): React.Component;
19
+ }
20
+ import React from "react";
21
+ import PropTypes from "prop-types";
22
+ //# sourceMappingURL=saving-pipeline-modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.jsx"],"names":[],"mappings":";AAOA;IACE,2BAAoD;IAEpD;;;;;;;;;MASE;IA0D62iB,wBAA8C;IAAA,sCAAyJ;IAlDtjjB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAwB3B;CACF"}
@@ -0,0 +1,3 @@
1
+ import Settings from './settings';
2
+ export default Settings;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,23 @@
1
+ /// <reference types="react" />
2
+ declare type SettingsProps = {
3
+ isAtlasDeployed: boolean;
4
+ isCommenting: boolean;
5
+ isExpanded: boolean;
6
+ largeLimit: number;
7
+ limit: number;
8
+ settings: {
9
+ limit: number;
10
+ largeLimit: number;
11
+ isCommentMode: boolean;
12
+ isDirty: number;
13
+ sampleSize: number;
14
+ };
15
+ toggleSettingsIsExpanded: () => void;
16
+ toggleSettingsIsCommentMode: () => void;
17
+ setSettingsSampleSize: (sampleSize: number) => void;
18
+ setSettingsLimit: (limit: number) => void;
19
+ applySettings: () => void;
20
+ };
21
+ declare function Settings({ isAtlasDeployed, isCommenting, isExpanded, largeLimit, limit, settings, applySettings, setSettingsLimit, setSettingsSampleSize, toggleSettingsIsCommentMode, toggleSettingsIsExpanded, }: SettingsProps): JSX.Element | null;
22
+ export default Settings;
23
+ //# sourceMappingURL=settings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AAwEA,aAAK,aAAa,GAAG;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBA8Hf;AAED,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,3 @@
1
+ export default Stage;
2
+ import Stage from "./stage";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,29 @@
1
+ declare const _default: import("react-redux").ConnectedComponent<typeof Stage, Omit<PropTypes.InferProps<{
2
+ index: PropTypes.Validator<number>;
3
+ isEnabled: PropTypes.Requireable<boolean>;
4
+ isExpanded: PropTypes.Requireable<boolean>;
5
+ isAutoPreviewing: PropTypes.Requireable<boolean>;
6
+ hasServerError: PropTypes.Requireable<boolean>;
7
+ }>, never> & import("react-redux").ConnectProps>;
8
+ export default _default;
9
+ declare class Stage extends React.PureComponent<any, any, any> {
10
+ static propTypes: {
11
+ index: PropTypes.Validator<number>;
12
+ isEnabled: PropTypes.Requireable<boolean>;
13
+ isExpanded: PropTypes.Requireable<boolean>;
14
+ isAutoPreviewing: PropTypes.Requireable<boolean>;
15
+ hasServerError: PropTypes.Requireable<boolean>;
16
+ };
17
+ constructor(props: any);
18
+ constructor(props: any, context: any);
19
+ getOpacity(): number;
20
+ renderEditor(): JSX.Element;
21
+ renderResizableEditor(): JSX.Element;
22
+ resizableRef: Resizable | null | undefined;
23
+ renderPreview(): JSX.Element;
24
+ render(): Component;
25
+ }
26
+ import PropTypes from "prop-types";
27
+ import React from "react";
28
+ import { Resizable } from "re-resizable";
29
+ //# sourceMappingURL=stage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage/stage.jsx"],"names":[],"mappings":";;;;;;;;AAwCA;IACE;;;;;;MAME;IAmGwpf,wBAA8C;IAAA,sCAAyJ;IA7Fj2f,qBAKC;IAED,4BASC;IAED,qCA2BC;IAVO,2CAAqB;IAY7B,6BASC;IAOD,oBAkBC;CACF"}
@@ -0,0 +1,3 @@
1
+ export default StageEditor;
2
+ import StageEditor from "./stage-editor";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,54 @@
1
+ export class StageEditor extends React.PureComponent<any, any, any> {
2
+ static propTypes: {
3
+ index: PropTypes.Validator<number>;
4
+ stageValue: PropTypes.Requireable<string>;
5
+ onChange: PropTypes.Validator<(...args: any[]) => any>;
6
+ stageOperator: PropTypes.Requireable<string>;
7
+ serverVersion: PropTypes.Validator<string>;
8
+ autocompleteFields: PropTypes.Validator<any[]>;
9
+ syntaxError: PropTypes.Requireable<object>;
10
+ serverError: PropTypes.Requireable<object>;
11
+ num_stages: PropTypes.Validator<number>;
12
+ };
13
+ static defaultProps: {
14
+ autocompleteFields: never[];
15
+ };
16
+ constructor(props: Object);
17
+ completer: StageAutoCompleter;
18
+ editor: import("ace-builds").Ace.Editor | null;
19
+ initialValue: any;
20
+ componentDidUpdate(prevProps: Object): void;
21
+ onStageChange: (value: string) => void;
22
+ onBlur: () => void;
23
+ renderError(): React.Component;
24
+ renderSyntaxError(): JSX.Element | undefined;
25
+ render(): Component;
26
+ }
27
+ declare const _default: import("react-redux").ConnectedComponent<typeof StageEditor, Omit<Pick<PropTypes.InferProps<{
28
+ index: PropTypes.Validator<number>;
29
+ stageValue: PropTypes.Requireable<string>;
30
+ onChange: PropTypes.Validator<(...args: any[]) => any>;
31
+ stageOperator: PropTypes.Requireable<string>;
32
+ serverVersion: PropTypes.Validator<string>;
33
+ autocompleteFields: PropTypes.Validator<any[]>;
34
+ syntaxError: PropTypes.Requireable<object>;
35
+ serverError: PropTypes.Requireable<object>;
36
+ num_stages: PropTypes.Validator<number>;
37
+ }>, "onChange" | "stageOperator" | "serverVersion" | "num_stages" | "index" | "syntaxError" | "serverError" | "stageValue"> & Partial<Pick<PropTypes.InferProps<{
38
+ index: PropTypes.Validator<number>;
39
+ stageValue: PropTypes.Requireable<string>;
40
+ onChange: PropTypes.Validator<(...args: any[]) => any>;
41
+ stageOperator: PropTypes.Requireable<string>;
42
+ serverVersion: PropTypes.Validator<string>;
43
+ autocompleteFields: PropTypes.Validator<any[]>;
44
+ syntaxError: PropTypes.Requireable<object>;
45
+ serverError: PropTypes.Requireable<object>;
46
+ num_stages: PropTypes.Validator<number>;
47
+ }>, "autocompleteFields">> & Partial<Pick<{
48
+ autocompleteFields: never[];
49
+ }, never>>, "onChange" | "stageOperator" | "serverVersion" | "num_stages" | "syntaxError" | "serverError" | "autocompleteFields" | "stageValue"> & import("react-redux").ConnectProps>;
50
+ export default _default;
51
+ import React from "react";
52
+ import { StageAutoCompleter } from "@mongodb-js/compass-editor";
53
+ import PropTypes from "prop-types";
54
+ //# sourceMappingURL=stage-editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AAkBA;IACE;;;;;;;;;;MAUE;IAEF;;MAEE;IAOF,mBAFW,MAAM,EAYhB;IARC,8BAKC;IACD,+CAAkB;IAClB,kBAAoC;IAMtC,8BAFW,MAAM,QA+BhB;IAQD,uCAEE;IAEF,mBAgBE;IAOF,eAFa,MAAM,SAAS,CAc3B;IAED,6CAgBC;IAOD,oBAsBC;CACF"}
@@ -0,0 +1,18 @@
1
+ export class AddAfterStage extends React.PureComponent<any, any, any> {
2
+ static propTypes: {
3
+ index: PropTypes.Validator<number>;
4
+ onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
5
+ };
6
+ constructor(props: any);
7
+ constructor(props: any, context: any);
8
+ onStageAddedAfter: () => void;
9
+ render(): Component;
10
+ }
11
+ declare const _default: import("react-redux").ConnectedComponent<typeof AddAfterStage, Omit<PropTypes.InferProps<{
12
+ index: PropTypes.Validator<number>;
13
+ onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
14
+ }>, "onAddStageClick"> & import("react-redux").ConnectProps>;
15
+ export default _default;
16
+ import React from "react";
17
+ import PropTypes from "prop-types";
18
+ //# sourceMappingURL=add-after-stage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-after-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/add-after-stage.jsx"],"names":[],"mappings":"AAYA;IACE;;;MAGE;IAoCyjkB,wBAA8C;IAAA,sCAAyJ;IA/BlwkB,8BAEE;IAOF,oBAkBC;CACF"}
@@ -0,0 +1,18 @@
1
+ export class DeleteStage extends React.PureComponent<any, any, any> {
2
+ static propTypes: {
3
+ index: PropTypes.Validator<number>;
4
+ onStageDeleteClick: PropTypes.Validator<(...args: any[]) => any>;
5
+ };
6
+ constructor(props: any);
7
+ constructor(props: any, context: any);
8
+ onStageDeleted: () => void;
9
+ render(): Component;
10
+ }
11
+ declare const _default: import("react-redux").ConnectedComponent<typeof DeleteStage, Omit<PropTypes.InferProps<{
12
+ index: PropTypes.Validator<number>;
13
+ onStageDeleteClick: PropTypes.Validator<(...args: any[]) => any>;
14
+ }>, "onStageDeleteClick"> & import("react-redux").ConnectProps>;
15
+ export default _default;
16
+ import React from "react";
17
+ import PropTypes from "prop-types";
18
+ //# sourceMappingURL=delete-stage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/delete-stage.jsx"],"names":[],"mappings":"AAWA;IACE;;;MAGE;IA+B8tkB,wBAA8C;IAAA,sCAAyJ;IA1Bv6kB,2BAEE;IAOF,oBAaC;CACF"}
@@ -0,0 +1,3 @@
1
+ export default StageEditorToolbar;
2
+ import StageEditorToolbar from "./stage-editor-toolbar";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ export class StageCollapser extends React.PureComponent<any, any, any> {
2
+ static propTypes: {
3
+ index: PropTypes.Validator<number>;
4
+ isExpanded: PropTypes.Validator<boolean>;
5
+ onChange: PropTypes.Validator<(...args: any[]) => any>;
6
+ };
7
+ constructor(props: any);
8
+ constructor(props: any, context: any);
9
+ onStageCollapseToggled: () => void;
10
+ render(): Component;
11
+ }
12
+ declare const _default: import("react-redux").ConnectedComponent<typeof StageCollapser, Omit<PropTypes.InferProps<{
13
+ index: PropTypes.Validator<number>;
14
+ isExpanded: PropTypes.Validator<boolean>;
15
+ onChange: PropTypes.Validator<(...args: any[]) => any>;
16
+ }>, "isExpanded" | "onChange"> & import("react-redux").ConnectProps>;
17
+ export default _default;
18
+ import React from "react";
19
+ import PropTypes from "prop-types";
20
+ //# sourceMappingURL=stage-collapser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-collapser.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-collapser.jsx"],"names":[],"mappings":"AA+BA;IACE;;;;MAIE;IAwCuojB,wBAA8C;IAAA,sCAAyJ;IAnCh1jB,mCAEE;IAOF,oBAcC;CACF"}
@@ -0,0 +1,21 @@
1
+ export class StageEditorToolbar extends React.PureComponent<any, any, any> {
2
+ static propTypes: {
3
+ stageOperator: PropTypes.Requireable<string>;
4
+ index: PropTypes.Validator<number>;
5
+ isAutoPreviewing: PropTypes.Requireable<boolean>;
6
+ hasServerError: PropTypes.Requireable<boolean>;
7
+ };
8
+ constructor(props: any);
9
+ constructor(props: any, context: any);
10
+ render(): React.Component;
11
+ }
12
+ declare const _default: import("react-redux").ConnectedComponent<typeof StageEditorToolbar, Omit<PropTypes.InferProps<{
13
+ stageOperator: PropTypes.Requireable<string>;
14
+ index: PropTypes.Validator<number>;
15
+ isAutoPreviewing: PropTypes.Requireable<boolean>;
16
+ hasServerError: PropTypes.Requireable<boolean>;
17
+ }>, never> & import("react-redux").ConnectProps>;
18
+ export default _default;
19
+ import React from "react";
20
+ import PropTypes from "prop-types";
21
+ //# sourceMappingURL=stage-editor-toolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-editor-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-editor-toolbar.jsx"],"names":[],"mappings":"AA+CA;IACE;;;;;MAKE;IAsConhB,wBAA8C;IAAA,sCAAyJ;IA/B7zhB,UAFa,MAAM,SAAS,CAsB3B;CACF"}
@@ -0,0 +1,9 @@
1
+ export default StageGrabber;
2
+ declare class StageGrabber extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ constructor(props: any);
5
+ constructor(props: any, context: any);
6
+ render(): Component;
7
+ }
8
+ import React from "react";
9
+ //# sourceMappingURL=stage-grabber.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-grabber.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-grabber.jsx"],"names":[],"mappings":";AAOA;IACE,2BAA6C;IAiBi0lB,wBAA8C;IAAA,sCAAyJ;IAVrjmB,oBAMC;CACF"}
@@ -0,0 +1,20 @@
1
+ export function StageOperatorSelect({ onChange, index, selectedStage, stages }: {
2
+ onChange: any;
3
+ index: any;
4
+ selectedStage: any;
5
+ stages: any;
6
+ }): JSX.Element;
7
+ export namespace StageOperatorSelect {
8
+ namespace propTypes {
9
+ const index: PropTypes.Validator<number>;
10
+ const stages: PropTypes.Validator<any[]>;
11
+ const selectedStage: PropTypes.Requireable<string>;
12
+ const onChange: PropTypes.Validator<(...args: any[]) => any>;
13
+ const isDisabled: PropTypes.Requireable<boolean>;
14
+ }
15
+ }
16
+ declare const _default: import("react-redux").ConnectedComponent<React.ComponentType<never>, never>;
17
+ export default _default;
18
+ import PropTypes from "prop-types";
19
+ import React from "react";
20
+ //# sourceMappingURL=stage-operator-select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/stage-operator-select.jsx"],"names":[],"mappings":"AA0CO;;;;;gBAmCN"}
@@ -0,0 +1,20 @@
1
+ export class ToggleStage extends React.PureComponent<any, any, any> {
2
+ static propTypes: {
3
+ index: PropTypes.Validator<number>;
4
+ isEnabled: PropTypes.Validator<boolean>;
5
+ onChange: PropTypes.Validator<(...args: any[]) => any>;
6
+ };
7
+ constructor(props: any);
8
+ constructor(props: any, context: any);
9
+ onStageToggled: (newVal: any) => void;
10
+ render(): Component;
11
+ }
12
+ declare const _default: import("react-redux").ConnectedComponent<typeof ToggleStage, Omit<PropTypes.InferProps<{
13
+ index: PropTypes.Validator<number>;
14
+ isEnabled: PropTypes.Validator<boolean>;
15
+ onChange: PropTypes.Validator<(...args: any[]) => any>;
16
+ }>, "onChange" | "isEnabled"> & import("react-redux").ConnectProps>;
17
+ export default _default;
18
+ import React from "react";
19
+ import PropTypes from "prop-types";
20
+ //# sourceMappingURL=toggle-stage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor-toolbar/toggle-stage.jsx"],"names":[],"mappings":"AAaA;IACE;;;;MAIE;IAwCmgkB,wBAA8C;IAAA,sCAAyJ;IAnC5skB,sCAEE;IAOF,oBAcC;CACF"}
@@ -0,0 +1,3 @@
1
+ export default StagePreview;
2
+ import StagePreview from "./stage-preview";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,49 @@
1
+ export class StagePreview extends React.PureComponent<any, any, any> {
2
+ static propTypes: {
3
+ index: PropTypes.Validator<number>;
4
+ onRunOutStageClick: PropTypes.Validator<(...args: any[]) => any>;
5
+ onGoToOutResultsClick: PropTypes.Validator<(...args: any[]) => any>;
6
+ onGoToMergeResultsClick: PropTypes.Validator<(...args: any[]) => any>;
7
+ stageOperator: PropTypes.Requireable<string>;
8
+ stageValue: PropTypes.Requireable<string>;
9
+ isEnabled: PropTypes.Requireable<boolean>;
10
+ isValid: PropTypes.Requireable<boolean>;
11
+ isLoading: PropTypes.Requireable<boolean>;
12
+ documents: PropTypes.Requireable<any[]>;
13
+ isComplete: PropTypes.Requireable<boolean>;
14
+ hasServerError: PropTypes.Requireable<boolean>;
15
+ isAtlasDeployed: PropTypes.Requireable<boolean>;
16
+ isMissingAtlasOnlyStageSupport: PropTypes.Requireable<boolean>;
17
+ };
18
+ constructor(props: any);
19
+ constructor(props: any, context: any);
20
+ onGotoMergeResults: () => void;
21
+ onGotoOutResults: () => void;
22
+ onSaveDocuments: () => void;
23
+ renderMergeSection(): Component;
24
+ renderOutSection(): Component;
25
+ renderAtlasOnlyStagePreviewSection(): Component;
26
+ renderPreview(): Component;
27
+ renderLoading(): Component;
28
+ render(): React.Component;
29
+ }
30
+ declare const _default: import("react-redux").ConnectedComponent<typeof StagePreview, Omit<PropTypes.InferProps<{
31
+ index: PropTypes.Validator<number>;
32
+ onRunOutStageClick: PropTypes.Validator<(...args: any[]) => any>;
33
+ onGoToOutResultsClick: PropTypes.Validator<(...args: any[]) => any>;
34
+ onGoToMergeResultsClick: PropTypes.Validator<(...args: any[]) => any>;
35
+ stageOperator: PropTypes.Requireable<string>;
36
+ stageValue: PropTypes.Requireable<string>;
37
+ isEnabled: PropTypes.Requireable<boolean>;
38
+ isValid: PropTypes.Requireable<boolean>;
39
+ isLoading: PropTypes.Requireable<boolean>;
40
+ documents: PropTypes.Requireable<any[]>;
41
+ isComplete: PropTypes.Requireable<boolean>;
42
+ hasServerError: PropTypes.Requireable<boolean>;
43
+ isAtlasDeployed: PropTypes.Requireable<boolean>;
44
+ isMissingAtlasOnlyStageSupport: PropTypes.Requireable<boolean>;
45
+ }>, "isAtlasDeployed" | "stageOperator" | "isEnabled" | "documents" | "isLoading" | "hasServerError" | "stageValue" | "isComplete" | "isMissingAtlasOnlyStageSupport" | "isValid" | "onRunOutStageClick" | "onGoToOutResultsClick" | "onGoToMergeResultsClick"> & import("react-redux").ConnectProps>;
46
+ export default _default;
47
+ import React from "react";
48
+ import PropTypes from "prop-types";
49
+ //# sourceMappingURL=stage-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview.jsx"],"names":[],"mappings":"AAoBA;IACE;;;;;;;;;;;;;;;MAeC;IAkP6kV,wBAA8C;IAAA,sCAAyJ;IA7OrxV,+BAEC;IAKD,6BAEC;IAKD,4BAEC;IAOD,gCAsCC;IAOD,8BAsCC;IAQD,gDAMC;IAOD,2BA+CC;IAOD,2BAUC;IAOD,UAFa,MAAM,SAAS,CAS3B;CACF"}
@@ -0,0 +1,3 @@
1
+ export default StagePreviewToolbar;
2
+ import StagePreviewToolbar from "./stage-preview-toolbar";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview-toolbar/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,25 @@
1
+ import React, { PureComponent } from 'react';
2
+ export declare class StagePreviewToolbar extends PureComponent<{
3
+ stageOperator?: string;
4
+ hasServerError?: boolean;
5
+ isEnabled?: boolean;
6
+ previewSize: number;
7
+ description?: string;
8
+ link?: string;
9
+ destination?: string;
10
+ }> {
11
+ render(): JSX.Element;
12
+ }
13
+ declare const _default: import("react-redux").ConnectedComponent<typeof StagePreviewToolbar, Omit<React.ClassAttributes<StagePreviewToolbar> & {
14
+ stageOperator?: string | undefined;
15
+ hasServerError?: boolean | undefined;
16
+ isEnabled?: boolean | undefined;
17
+ previewSize: number;
18
+ description?: string | undefined;
19
+ link?: string | undefined;
20
+ destination?: string | undefined;
21
+ }, never> & {
22
+ index: number;
23
+ } & import("react-redux").ConnectProps>;
24
+ export default _default;
25
+ //# sourceMappingURL=stage-preview-toolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-preview-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview-toolbar/stage-preview-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAiE7C,qBAAa,mBAAoB,SAAQ,aAAa,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;IACA,MAAM;CAsCP;;;;;;;;;;WAE4D,MAAM;;AAAnE,wBAc8B"}