@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
@@ -4,12 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*!
8
- Copyright (c) 2017 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/react-select
11
- */
12
-
13
7
  /*!
14
8
  Copyright (c) 2018 Jed Watson.
15
9
  Licensed under the MIT License (MIT), see
@@ -0,0 +1,17 @@
1
+ export class AddStage extends React.PureComponent<any, any, any> {
2
+ static displayName: string;
3
+ static propTypes: {
4
+ onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
5
+ };
6
+ constructor(props: any);
7
+ constructor(props: any, context: any);
8
+ onClick: () => void;
9
+ render(): Component;
10
+ }
11
+ declare const _default: import("react-redux").ConnectedComponent<typeof AddStage, Omit<PropTypes.InferProps<{
12
+ onAddStageClick: PropTypes.Validator<(...args: any[]) => any>;
13
+ }>, "onAddStageClick"> & import("react-redux").ConnectProps>;
14
+ export default _default;
15
+ import React from "react";
16
+ import PropTypes from "prop-types";
17
+ //# sourceMappingURL=add-stage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.jsx"],"names":[],"mappings":"AAWA;IACE,2BAAyC;IAEzC;;MAEE;IA4BizkB,wBAA8C;IAAA,sCAAyJ;IA1B1/kB,oBAEE;IAOF,oBAaC;CACF"}
@@ -0,0 +1,3 @@
1
+ export default AddStage;
2
+ import AddStage from "./add-stage";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ export default MappedAggregations;
2
+ declare const MappedAggregations: import("react-redux").ConnectedComponent<typeof Aggregations, Omit<any, "applySettings" | "setSettingsLimit" | "setSettingsSampleSize" | "toggleSettingsIsCommentMode" | "toggleSettingsIsExpanded" | "toString" | "valueOf" | "closeImport" | "confirmNew" | "savingPipelineNameChanged" | "clonePipeline" | "savingPipelineApply" | "saveCurrentPipeline" | "savingPipelineCancel" | "newPipeline" | "setIsNewPipelineConfirm" | "collationStringChanged" | "maxTimeMSChanged" | "constructor" | "toLocaleString" | "hasOwnProperty" | "isPrototypeOf" | "propertyIsEnumerable" | "should" | "savingPipelineOpen" | "dismissViewError" | "toggleAutoPreview" | "exportToLanguage" | "savedPipelineAdd" | "getSavedPipelines" | "newPipelineFromText" | "openLink" | "updateView"> & import("react-redux").ConnectProps>;
3
+ export class Aggregations extends React.Component<any, any, any> {
4
+ static displayName: string;
5
+ constructor(props: any);
6
+ constructor(props: any, context: any);
7
+ render(): React.Component;
8
+ }
9
+ import React from "react";
10
+ import { Component } from "react";
11
+ //# sourceMappingURL=aggregations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AA2FA,4zBA6BgB;AA5EhB;IACE,2BAA6C;IA+EupgB,wBAA8C;IAAA,sCAAyJ;IAxE34gB,UAFa,eAAe,CAQ3B;CACF"}
@@ -0,0 +1,5 @@
1
+ export default MappedAggregations;
2
+ export { Aggregations };
3
+ import MappedAggregations from "./aggregations";
4
+ import { Aggregations } from "./aggregations";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare const AtlastStagePreivew: ({ stageOperator, }: {
3
+ stageOperator: string;
4
+ }) => JSX.Element;
5
+ //# sourceMappingURL=atlas-stage-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"atlas-stage-preview.d.ts","sourceRoot":"","sources":["../../../src/components/atlas-stage-preview.tsx"],"names":[],"mappings":";AA2BA,eAAO,MAAM,kBAAkB;mBAGd,MAAM;iBA6BtB,CAAC"}
@@ -0,0 +1,63 @@
1
+ export default MappedCreateViewModal;
2
+ declare const MappedCreateViewModal: import("react-redux").ConnectedComponent<typeof CreateViewModal, Omit<Pick<PropTypes.InferProps<{
3
+ createView: PropTypes.Validator<(...args: any[]) => any>;
4
+ isVisible: PropTypes.Validator<boolean>;
5
+ toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
6
+ name: PropTypes.Requireable<string>;
7
+ changeViewName: PropTypes.Validator<(...args: any[]) => any>;
8
+ isDuplicating: PropTypes.Validator<boolean>;
9
+ source: PropTypes.Validator<string>;
10
+ pipeline: PropTypes.Validator<any[]>;
11
+ isRunning: PropTypes.Validator<boolean>;
12
+ error: PropTypes.Requireable<object>;
13
+ }>, "error" | "createView" | "changeViewName" | "toggleIsVisible"> & Partial<Pick<PropTypes.InferProps<{
14
+ createView: PropTypes.Validator<(...args: any[]) => any>;
15
+ isVisible: PropTypes.Validator<boolean>;
16
+ toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
17
+ name: PropTypes.Requireable<string>;
18
+ changeViewName: PropTypes.Validator<(...args: any[]) => any>;
19
+ isDuplicating: PropTypes.Validator<boolean>;
20
+ source: PropTypes.Validator<string>;
21
+ pipeline: PropTypes.Validator<any[]>;
22
+ isRunning: PropTypes.Validator<boolean>;
23
+ error: PropTypes.Requireable<object>;
24
+ }>, "source" | "name" | "pipeline" | "isVisible" | "isRunning" | "isDuplicating">> & Partial<Pick<{
25
+ name: string;
26
+ source: string;
27
+ pipeline: never[];
28
+ isRunning: boolean;
29
+ isVisible: boolean;
30
+ isDuplicating: boolean;
31
+ }, never>>, "createView" | "changeViewName" | "toggleIsVisible"> & import("react-redux").ConnectProps>;
32
+ export class CreateViewModal extends React.PureComponent<any, any, any> {
33
+ static displayName: string;
34
+ static propTypes: {
35
+ createView: PropTypes.Validator<(...args: any[]) => any>;
36
+ isVisible: PropTypes.Validator<boolean>;
37
+ toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
38
+ name: PropTypes.Requireable<string>;
39
+ changeViewName: PropTypes.Validator<(...args: any[]) => any>;
40
+ isDuplicating: PropTypes.Validator<boolean>;
41
+ source: PropTypes.Validator<string>;
42
+ pipeline: PropTypes.Validator<any[]>;
43
+ isRunning: PropTypes.Validator<boolean>;
44
+ error: PropTypes.Requireable<object>;
45
+ };
46
+ static defaultProps: {
47
+ name: string;
48
+ source: string;
49
+ pipeline: never[];
50
+ isRunning: boolean;
51
+ isVisible: boolean;
52
+ isDuplicating: boolean;
53
+ };
54
+ constructor(props: any);
55
+ constructor(props: any, context: any);
56
+ onNameChange: (evt: any) => void;
57
+ onFormSubmit: (evt: any) => void;
58
+ onCancel: () => void;
59
+ render(): Component;
60
+ }
61
+ import PropTypes from "prop-types";
62
+ import React from "react";
63
+ //# sourceMappingURL=create-view-modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AAwHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOmB;AA/GnB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAyF8ugB,wBAA8C;IAAA,sCAAyJ;IAvFv7gB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
@@ -0,0 +1,5 @@
1
+ export default MappedCreateViewModal;
2
+ export { CreateViewModal };
3
+ import MappedCreateViewModal from "./create-view-modal";
4
+ import { CreateViewModal } from "./create-view-modal";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ export default CreateViewPlugin;
2
+ declare class CreateViewPlugin extends React.Component<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ store: PropTypes.Validator<object>;
6
+ };
7
+ constructor(props: any);
8
+ constructor(props: any, context: any);
9
+ render(): React.Component;
10
+ }
11
+ import React from "react";
12
+ import { Component } from "react";
13
+ import PropTypes from "prop-types";
14
+ //# sourceMappingURL=create-view-plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/create-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAwC;IACxC;;MAEC;IAiBmxlB,wBAA8C;IAAA,sCAAyJ;IAV39lB,UAFa,eAAe,CAQ3B;CACF"}
@@ -0,0 +1,57 @@
1
+ export default MappedDuplicateViewModal;
2
+ declare const MappedDuplicateViewModal: import("react-redux").ConnectedComponent<typeof DuplicateViewModal, Omit<Pick<PropTypes.InferProps<{
3
+ createView: PropTypes.Validator<(...args: any[]) => any>;
4
+ isVisible: PropTypes.Validator<boolean>;
5
+ toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
6
+ name: PropTypes.Requireable<string>;
7
+ changeViewName: PropTypes.Validator<(...args: any[]) => any>;
8
+ source: PropTypes.Validator<string>;
9
+ pipeline: PropTypes.Validator<any[]>;
10
+ isRunning: PropTypes.Validator<boolean>;
11
+ error: PropTypes.Requireable<object>;
12
+ }>, "error" | "createView" | "changeViewName" | "toggleIsVisible"> & Partial<Pick<PropTypes.InferProps<{
13
+ createView: PropTypes.Validator<(...args: any[]) => any>;
14
+ isVisible: PropTypes.Validator<boolean>;
15
+ toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
16
+ name: PropTypes.Requireable<string>;
17
+ changeViewName: PropTypes.Validator<(...args: any[]) => any>;
18
+ source: PropTypes.Validator<string>;
19
+ pipeline: PropTypes.Validator<any[]>;
20
+ isRunning: PropTypes.Validator<boolean>;
21
+ error: PropTypes.Requireable<object>;
22
+ }>, "source" | "name" | "pipeline" | "isVisible" | "isRunning">> & Partial<Pick<{
23
+ name: string;
24
+ source: string;
25
+ pipeline: never[];
26
+ isRunning: boolean;
27
+ isVisible: boolean;
28
+ }, never>>, "createView" | "changeViewName" | "toggleIsVisible"> & import("react-redux").ConnectProps>;
29
+ export class DuplicateViewModal extends React.PureComponent<any, any, any> {
30
+ static displayName: string;
31
+ static propTypes: {
32
+ createView: PropTypes.Validator<(...args: any[]) => any>;
33
+ isVisible: PropTypes.Validator<boolean>;
34
+ toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
35
+ name: PropTypes.Requireable<string>;
36
+ changeViewName: PropTypes.Validator<(...args: any[]) => any>;
37
+ source: PropTypes.Validator<string>;
38
+ pipeline: PropTypes.Validator<any[]>;
39
+ isRunning: PropTypes.Validator<boolean>;
40
+ error: PropTypes.Requireable<object>;
41
+ };
42
+ static defaultProps: {
43
+ name: string;
44
+ source: string;
45
+ pipeline: never[];
46
+ isRunning: boolean;
47
+ isVisible: boolean;
48
+ };
49
+ constructor(props: any);
50
+ constructor(props: any, context: any);
51
+ onNameChange: (evt: any) => void;
52
+ onCancel: () => void;
53
+ render(): Component;
54
+ }
55
+ import PropTypes from "prop-types";
56
+ import React from "react";
57
+ //# sourceMappingURL=duplicate-view-modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AAiHA;;;;;;;;;;;;;;;;;;;;;;;;;;uGAOsB;AAtGtB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IAkFu8gB,wBAA8C;IAAA,sCAAyJ;IAhFhphB,iCAEE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
@@ -0,0 +1,5 @@
1
+ export default MappedDuplicateViewModal;
2
+ export { DuplicateViewModal };
3
+ import MappedDuplicateViewModal from "./duplicate-view-modal";
4
+ import { DuplicateViewModal } from "./duplicate-view-modal";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ export default DuplicateViewPlugin;
2
+ declare class DuplicateViewPlugin extends React.Component<any, any, any> {
3
+ static displayName: string;
4
+ constructor(props: any);
5
+ constructor(props: any, context: any);
6
+ render(): React.Component;
7
+ }
8
+ import React from "react";
9
+ import { Component } from "react";
10
+ //# sourceMappingURL=duplicate-view-plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duplicate-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/duplicate-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAA2C;IAiB0xlB,wBAA8C;IAAA,sCAAyJ;IAV5gmB,UAFa,eAAe,CAQ3B;CACF"}
@@ -0,0 +1,3 @@
1
+ export default Input;
2
+ import Input from "./input";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,25 @@
1
+ export class Input extends React.PureComponent<any, any, any> {
2
+ static propTypes: {
3
+ toggleInputDocumentsCollapsed: PropTypes.Validator<(...args: any[]) => any>;
4
+ refreshInputDocuments: PropTypes.Validator<(...args: any[]) => any>;
5
+ documents: PropTypes.Validator<any[]>;
6
+ isLoading: PropTypes.Validator<boolean>;
7
+ isExpanded: PropTypes.Validator<boolean>;
8
+ count: PropTypes.Requireable<number>;
9
+ };
10
+ constructor(props: any);
11
+ constructor(props: any, context: any);
12
+ render(): Component;
13
+ }
14
+ declare const _default: import("react-redux").ConnectedComponent<typeof Input, Omit<PropTypes.InferProps<{
15
+ toggleInputDocumentsCollapsed: PropTypes.Validator<(...args: any[]) => any>;
16
+ refreshInputDocuments: PropTypes.Validator<(...args: any[]) => any>;
17
+ documents: PropTypes.Validator<any[]>;
18
+ isLoading: PropTypes.Validator<boolean>;
19
+ isExpanded: PropTypes.Validator<boolean>;
20
+ count: PropTypes.Requireable<number>;
21
+ }>, "isExpanded" | "count" | "documents" | "isLoading" | "toggleInputDocumentsCollapsed" | "refreshInputDocuments"> & import("react-redux").ConnectProps>;
22
+ export default _default;
23
+ import React from "react";
24
+ import PropTypes from "prop-types";
25
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/components/input/input.jsx"],"names":[],"mappings":"AASA;IACE;;;;;;;MAOE;IA4CspjB,wBAA8C;IAAA,sCAAyJ;IArC/1jB,oBAoBC;CACF"}
@@ -0,0 +1,3 @@
1
+ export default InputBuilder;
2
+ import InputBuilder from "./input-builder";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-builder/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ export default InputBuilder;
2
+ declare class InputBuilder extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ constructor(props: any);
5
+ constructor(props: any, context: any);
6
+ render(): JSX.Element;
7
+ }
8
+ import React from "react";
9
+ //# sourceMappingURL=input-builder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-builder.d.ts","sourceRoot":"","sources":["../../../../src/components/input-builder/input-builder.jsx"],"names":[],"mappings":";AAOA;IACE,2BAA6C;IAa2ulB,wBAA8C;IAAA,sCAAyJ;IAX/9lB,sBAOC;CACF"}
@@ -0,0 +1,3 @@
1
+ export default InputBuilderToolbar;
2
+ import InputBuilderToolbar from "./input-builder-toolbar";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-builder-toolbar/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ export default InputBuilderToolbar;
2
+ declare class InputBuilderToolbar extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ toggleInputDocumentsCollapsed: PropTypes.Validator<(...args: any[]) => any>;
6
+ refreshInputDocuments: PropTypes.Validator<(...args: any[]) => any>;
7
+ isExpanded: PropTypes.Validator<boolean>;
8
+ count: PropTypes.Requireable<number>;
9
+ };
10
+ constructor(props: any);
11
+ constructor(props: any, context: any);
12
+ render(): React.Component;
13
+ }
14
+ import React from "react";
15
+ import PropTypes from "prop-types";
16
+ //# sourceMappingURL=input-builder-toolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-builder-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/input-builder-toolbar/input-builder-toolbar.jsx"],"names":[],"mappings":";AAYA;IACE,2BAA2C;IAE3C;;;;;MAKE;IA0B6lkB,wBAA8C;IAAA,sCAAyJ;IAnBtykB,UAFa,MAAM,SAAS,CAiB3B;CACF"}
@@ -0,0 +1,3 @@
1
+ export default InputCollapser;
2
+ import InputCollapser from "./input-collapser";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-collapser/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ export default InputCollapser;
2
+ declare class InputCollapser extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ isExpanded: PropTypes.Validator<boolean>;
6
+ toggleInputDocumentsCollapsed: PropTypes.Validator<(...args: any[]) => any>;
7
+ };
8
+ constructor(props: any);
9
+ constructor(props: any, context: any);
10
+ render(): Component;
11
+ }
12
+ import React from "react";
13
+ import PropTypes from "prop-types";
14
+ //# sourceMappingURL=input-collapser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-collapser.d.ts","sourceRoot":"","sources":["../../../../src/components/input-collapser/input-collapser.jsx"],"names":[],"mappings":";AA6BA;IACE,2BAA+C;IAE/C;;;MAGE;IA0BmkkB,wBAA8C;IAAA,sCAAyJ;IAnB5wkB,oBAeC;CACF"}
@@ -0,0 +1,3 @@
1
+ export default InputDocumentsCount;
2
+ import InputDocumentsCount from "./input-documents-count";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-documents-count/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ export default InputDocumentsCount;
2
+ declare class InputDocumentsCount extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ count: PropTypes.Requireable<number>;
6
+ };
7
+ constructor(props: any);
8
+ constructor(props: any, context: any);
9
+ render(): Component;
10
+ }
11
+ import React from "react";
12
+ import PropTypes from "prop-types";
13
+ //# sourceMappingURL=input-documents-count.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-documents-count.d.ts","sourceRoot":"","sources":["../../../../src/components/input-documents-count/input-documents-count.jsx"],"names":[],"mappings":";AASA;IACE,2BAAoD;IAEpD;;MAEC;IAyBu4kB,wBAA8C;IAAA,sCAAyJ;IAlB/klB,oBAcC;CACF"}
@@ -0,0 +1,3 @@
1
+ export default InputPreview;
2
+ import InputPreview from "./input-preview";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ export default InputPreview;
2
+ declare class InputPreview extends React.Component<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ documents: PropTypes.Validator<any[]>;
6
+ isLoading: PropTypes.Validator<boolean>;
7
+ };
8
+ constructor(props: any);
9
+ constructor(props: any, context: any);
10
+ render(): React.Component;
11
+ }
12
+ import React from "react";
13
+ import { Component } from "react";
14
+ import PropTypes from "prop-types";
15
+ //# sourceMappingURL=input-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview/input-preview.jsx"],"names":[],"mappings":";AAUA;IACE,2BAAoC;IAEpC;;;MAGC;IAgC4pkB,wBAA8C;IAAA,sCAAyJ;IAzBp2kB,UAFa,eAAe,CAuB3B;CACF"}
@@ -0,0 +1,3 @@
1
+ export default InputPreviewToolbar;
2
+ import InputPreviewToolbar from "./input-preview-toolbar";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview-toolbar/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export default InputPreviewToolbar;
2
+ declare function InputPreviewToolbar(): React.Component;
3
+ declare namespace InputPreviewToolbar {
4
+ const displayName: string;
5
+ }
6
+ import React from "react";
7
+ //# sourceMappingURL=input-preview-toolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-preview-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/input-preview-toolbar/input-preview-toolbar.jsx"],"names":[],"mappings":";AAeA,wCAFa,MAAM,SAAS,CAU3B"}
@@ -0,0 +1,3 @@
1
+ export default InputRefresh;
2
+ import InputRefresh from "./input-refresh";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-refresh/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ export default InputRefresh;
2
+ declare class InputRefresh extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ refreshInputDocuments: PropTypes.Validator<(...args: any[]) => any>;
6
+ };
7
+ constructor(props: any);
8
+ constructor(props: any, context: any);
9
+ render(): Component;
10
+ }
11
+ import React from "react";
12
+ import PropTypes from "prop-types";
13
+ //# sourceMappingURL=input-refresh.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-refresh.d.ts","sourceRoot":"","sources":["../../../../src/components/input-refresh/input-refresh.jsx"],"names":[],"mappings":";AAQA;IACE,2BAA6C;IAE7C;;MAEC;IAwBsjlB,wBAA8C;IAAA,sCAAyJ;IAjB9vlB,oBAaC;CACF"}
@@ -0,0 +1,3 @@
1
+ export default InputToolbar;
2
+ import InputToolbar from "./input-toolbar";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-toolbar/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ export default InputToolbar;
2
+ declare class InputToolbar extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ toggleInputDocumentsCollapsed: PropTypes.Validator<(...args: any[]) => any>;
6
+ refreshInputDocuments: PropTypes.Validator<(...args: any[]) => any>;
7
+ isExpanded: PropTypes.Validator<boolean>;
8
+ count: PropTypes.Requireable<number>;
9
+ };
10
+ constructor(props: any);
11
+ constructor(props: any, context: any);
12
+ render(): React.Component;
13
+ }
14
+ import React from "react";
15
+ import PropTypes from "prop-types";
16
+ //# sourceMappingURL=input-toolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/input-toolbar/input-toolbar.jsx"],"names":[],"mappings":";AAUA;IACE,2BAA6C;IAE7C;;;;;MAKE;IAyB8ukB,wBAA8C;IAAA,sCAAyJ;IAlBv7kB,UAFa,MAAM,SAAS,CAgB3B;CACF"}
@@ -0,0 +1,3 @@
1
+ export default InputWorkspace;
2
+ import InputWorkspace from "./input-workspace";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-workspace/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ export default InputWorkspace;
2
+ declare class InputWorkspace extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ documents: PropTypes.Validator<any[]>;
6
+ isLoading: PropTypes.Validator<boolean>;
7
+ };
8
+ constructor(props: any);
9
+ constructor(props: any, context: any);
10
+ render(): React.Component;
11
+ resizableRef: Resizable | null | undefined;
12
+ }
13
+ import React from "react";
14
+ import { Resizable } from "re-resizable";
15
+ import PropTypes from "prop-types";
16
+ //# sourceMappingURL=input-workspace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/input-workspace/input-workspace.jsx"],"names":[],"mappings":";AAwBA;IACE,2BAAsC;IAEtC;;;MAGC;IAiC04jB,wBAA8C;IAAA,sCAAyJ;IA1BllkB,UAFa,MAAM,SAAS,CAwB3B;IAXmB,2CAAqB;CAY1C"}
@@ -0,0 +1,3 @@
1
+ export default LoadingOverlay;
2
+ import LoadingOverlay from "./loading-overlay";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ export default LoadingOverlay;
2
+ declare class LoadingOverlay extends React.PureComponent<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ text: PropTypes.Validator<string>;
6
+ };
7
+ constructor(props: any);
8
+ constructor(props: any, context: any);
9
+ render(): React.Component;
10
+ }
11
+ import React from "react";
12
+ import PropTypes from "prop-types";
13
+ //# sourceMappingURL=loading-overlay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loading-overlay.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/loading-overlay.jsx"],"names":[],"mappings":";AAQA;IACE,2BAAsC;IAEtC;;MAEC;IAsBoklB,wBAA8C;IAAA,sCAAyJ;IAf5wlB,UAFa,MAAM,SAAS,CAa3B;CACF"}
@@ -0,0 +1,3 @@
1
+ export default ModifySourceBanner;
2
+ import ModifySourceBanner from "./modify-source-banner";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ export default ModifySourceBanner;
2
+ declare function ModifySourceBanner(props: Object): Component;
3
+ declare namespace ModifySourceBanner {
4
+ namespace propTypes {
5
+ const editViewName: PropTypes.Validator<string>;
6
+ }
7
+ }
8
+ import PropTypes from "prop-types";
9
+ //# sourceMappingURL=modify-source-banner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modify-source-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/modify-source-banner.jsx"],"names":[],"mappings":";AAaA,2CAJW,MAAM,aAchB"}
@@ -0,0 +1,3 @@
1
+ export default Pipeline;
2
+ import Pipeline from "./pipeline";
3
+ //# sourceMappingURL=index.d.ts.map