@mongodb-js/compass-aggregations 9.21.0 → 9.23.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 (205) hide show
  1. package/README.md +0 -18
  2. package/dist/browser.js +1 -1
  3. package/dist/index.js +1 -1
  4. package/dist/src/components/add-stage/index.d.ts +1 -1
  5. package/dist/src/components/add-stage/index.d.ts.map +1 -1
  6. package/dist/src/components/aggregation-side-panel/index.d.ts.map +1 -1
  7. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.d.ts.map +1 -1
  8. package/dist/src/components/aggregations/aggregations.d.ts +13 -17
  9. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
  10. package/dist/src/components/aggregations/index.d.ts +1 -2
  11. package/dist/src/components/aggregations/index.d.ts.map +1 -1
  12. package/dist/src/components/create-view-modal/create-view-modal.d.ts +31 -43
  13. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
  14. package/dist/src/components/create-view-modal/index.d.ts +1 -2
  15. package/dist/src/components/create-view-modal/index.d.ts.map +1 -1
  16. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +5 -3
  17. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -1
  18. package/dist/src/components/focus-mode/focus-mode.d.ts +1 -1
  19. package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -1
  20. package/dist/src/components/loading-overlay/index.d.ts +1 -1
  21. package/dist/src/components/loading-overlay/index.d.ts.map +1 -1
  22. package/dist/src/components/modify-source-banner/index.d.ts +1 -1
  23. package/dist/src/components/modify-source-banner/index.d.ts.map +1 -1
  24. package/dist/src/components/modify-source-banner/modify-source-banner.d.ts +9 -7
  25. package/dist/src/components/modify-source-banner/modify-source-banner.d.ts.map +1 -1
  26. package/dist/src/components/pipeline/index.d.ts +1 -1
  27. package/dist/src/components/pipeline/index.d.ts.map +1 -1
  28. package/dist/src/components/pipeline/pipeline.d.ts +24 -12
  29. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  30. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +4 -3
  31. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  32. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +4 -2
  33. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  34. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts +0 -1
  35. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts.map +1 -1
  36. package/dist/src/components/pipeline-output-options-menu.d.ts +0 -1
  37. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -1
  38. package/dist/src/components/pipeline-results-workspace/index.d.ts +2 -4
  39. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  40. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +2 -5
  41. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  42. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +2 -3
  43. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
  44. package/dist/src/components/pipeline-toolbar/index.d.ts +1 -6
  45. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  46. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +1 -1
  47. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +1 -1
  48. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  49. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +1 -1
  50. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  51. package/dist/src/components/pipeline-toolbar/pipeline-toolbar-container.d.ts +1 -0
  52. package/dist/src/components/pipeline-toolbar/pipeline-toolbar-container.d.ts.map +1 -1
  53. package/dist/src/components/saving-pipeline-modal/index.d.ts +1 -1
  54. package/dist/src/components/saving-pipeline-modal/index.d.ts.map +1 -1
  55. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts +18 -9
  56. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
  57. package/dist/src/components/settings/settings.d.ts +2 -3
  58. package/dist/src/components/settings/settings.d.ts.map +1 -1
  59. package/dist/src/components/stage-editor/index.d.ts +1 -1
  60. package/dist/src/components/stage-editor/index.d.ts.map +1 -1
  61. package/dist/src/components/stage-preview/stage-preview-header.d.ts +3 -3
  62. package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -1
  63. package/dist/src/components/stage-toolbar/option-menu.d.ts +6 -2
  64. package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -1
  65. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts +2 -1
  66. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -1
  67. package/dist/src/components/stage.d.ts +1 -1
  68. package/dist/src/components/stage.d.ts.map +1 -1
  69. package/dist/src/constants.d.ts +7 -7
  70. package/dist/src/constants.d.ts.map +1 -1
  71. package/dist/src/index.d.ts +64 -9
  72. package/dist/src/index.d.ts.map +1 -1
  73. package/dist/src/modules/aggregation-workspace-id.d.ts +2 -2
  74. package/dist/src/modules/aggregation-workspace-id.d.ts.map +1 -1
  75. package/dist/src/modules/aggregation.d.ts +15 -12
  76. package/dist/src/modules/aggregation.d.ts.map +1 -1
  77. package/dist/src/modules/auto-preview.d.ts +4 -2
  78. package/dist/src/modules/auto-preview.d.ts.map +1 -1
  79. package/dist/src/modules/clone-pipeline.d.ts +5 -4
  80. package/dist/src/modules/clone-pipeline.d.ts.map +1 -1
  81. package/dist/src/modules/collation-string.d.ts +2 -1
  82. package/dist/src/modules/collation-string.d.ts.map +1 -1
  83. package/dist/src/modules/collections-fields.d.ts +2 -1
  84. package/dist/src/modules/collections-fields.d.ts.map +1 -1
  85. package/dist/src/modules/comments.d.ts +4 -2
  86. package/dist/src/modules/comments.d.ts.map +1 -1
  87. package/dist/src/modules/count-documents.d.ts.map +1 -1
  88. package/dist/src/modules/create-view/index.d.ts +57 -19
  89. package/dist/src/modules/create-view/index.d.ts.map +1 -1
  90. package/dist/src/modules/data-service.d.ts +7 -9
  91. package/dist/src/modules/data-service.d.ts.map +1 -1
  92. package/dist/src/modules/edit-view-name.d.ts +2 -2
  93. package/dist/src/modules/edit-view-name.d.ts.map +1 -1
  94. package/dist/src/modules/env.d.ts +1 -1
  95. package/dist/src/modules/export-to-language.d.ts +2 -1
  96. package/dist/src/modules/export-to-language.d.ts.map +1 -1
  97. package/dist/src/modules/fields.d.ts +13 -11
  98. package/dist/src/modules/fields.d.ts.map +1 -1
  99. package/dist/src/modules/focus-mode.d.ts +9 -7
  100. package/dist/src/modules/focus-mode.d.ts.map +1 -1
  101. package/dist/src/modules/id.d.ts +12 -5
  102. package/dist/src/modules/id.d.ts.map +1 -1
  103. package/dist/src/modules/index.d.ts +17 -46
  104. package/dist/src/modules/index.d.ts.map +1 -1
  105. package/dist/src/modules/input-documents.d.ts +9 -14
  106. package/dist/src/modules/input-documents.d.ts.map +1 -1
  107. package/dist/src/modules/insights.d.ts +7 -0
  108. package/dist/src/modules/insights.d.ts.map +1 -1
  109. package/dist/src/modules/is-modified.d.ts +2 -1
  110. package/dist/src/modules/is-modified.d.ts.map +1 -1
  111. package/dist/src/modules/is-new-pipeline-confirm.d.ts +10 -0
  112. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
  113. package/dist/src/modules/is-time-series.d.ts +1 -1
  114. package/dist/src/modules/is-time-series.d.ts.map +1 -1
  115. package/dist/src/modules/large-limit.d.ts +4 -2
  116. package/dist/src/modules/large-limit.d.ts.map +1 -1
  117. package/dist/src/modules/limit.d.ts +4 -2
  118. package/dist/src/modules/limit.d.ts.map +1 -1
  119. package/dist/src/modules/max-time-ms.d.ts +8 -4
  120. package/dist/src/modules/max-time-ms.d.ts.map +1 -1
  121. package/dist/src/modules/name.d.ts +4 -4
  122. package/dist/src/modules/name.d.ts.map +1 -1
  123. package/dist/src/modules/namespace.d.ts.map +1 -1
  124. package/dist/src/modules/out-results-fn.d.ts +6 -6
  125. package/dist/src/modules/out-results-fn.d.ts.map +1 -1
  126. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +1 -1
  127. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  128. package/dist/src/modules/pipeline-builder/index.d.ts +1 -5
  129. package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -1
  130. package/dist/src/modules/pipeline-builder/pipeline-ai.d.ts +12 -1
  131. package/dist/src/modules/pipeline-builder/pipeline-ai.d.ts.map +1 -1
  132. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +1 -1
  133. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  134. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts +4 -3
  135. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  136. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +1 -2
  137. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  138. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts +1 -1
  139. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  140. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +8 -4
  141. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  142. package/dist/src/modules/pipeline-builder/stage.d.ts +2 -1
  143. package/dist/src/modules/pipeline-builder/stage.d.ts.map +1 -1
  144. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +17 -1
  145. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
  146. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts +7 -3
  147. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
  148. package/dist/src/modules/saved-pipeline.d.ts +26 -20
  149. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  150. package/dist/src/modules/saving-pipeline.d.ts +35 -17
  151. package/dist/src/modules/saving-pipeline.d.ts.map +1 -1
  152. package/dist/src/modules/search-indexes.d.ts +11 -0
  153. package/dist/src/modules/search-indexes.d.ts.map +1 -1
  154. package/dist/src/modules/server-version.d.ts +1 -1
  155. package/dist/src/modules/server-version.d.ts.map +1 -1
  156. package/dist/src/modules/settings.d.ts +32 -23
  157. package/dist/src/modules/settings.d.ts.map +1 -1
  158. package/dist/src/modules/side-panel.d.ts +5 -4
  159. package/dist/src/modules/side-panel.d.ts.map +1 -1
  160. package/dist/src/modules/source-name.d.ts +2 -2
  161. package/dist/src/modules/source-name.d.ts.map +1 -1
  162. package/dist/src/modules/update-view.d.ts +19 -7
  163. package/dist/src/modules/update-view.d.ts.map +1 -1
  164. package/dist/src/modules/workspace.d.ts +3 -3
  165. package/dist/src/modules/workspace.d.ts.map +1 -1
  166. package/dist/src/plugin.d.ts +1 -5
  167. package/dist/src/plugin.d.ts.map +1 -1
  168. package/dist/src/stores/create-view.d.ts +23 -3
  169. package/dist/src/stores/create-view.d.ts.map +1 -1
  170. package/dist/src/stores/store.d.ts +62 -95
  171. package/dist/src/stores/store.d.ts.map +1 -1
  172. package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
  173. package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
  174. package/dist/src/utils/stage.d.ts +30 -15
  175. package/dist/src/utils/stage.d.ts.map +1 -1
  176. package/package.json +45 -43
  177. package/dist/index.css +0 -43
  178. package/dist/src/components/create-view-plugin.d.ts +0 -14
  179. package/dist/src/components/create-view-plugin.d.ts.map +0 -1
  180. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +0 -49
  181. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +0 -1
  182. package/dist/src/components/duplicate-view-modal/index.d.ts +0 -5
  183. package/dist/src/components/duplicate-view-modal/index.d.ts.map +0 -1
  184. package/dist/src/components/duplicate-view-plugin.d.ts +0 -10
  185. package/dist/src/components/duplicate-view-plugin.d.ts.map +0 -1
  186. package/dist/src/modules/create-view/error.d.ts +0 -7
  187. package/dist/src/modules/create-view/error.d.ts.map +0 -1
  188. package/dist/src/modules/create-view/is-duplicating.d.ts +0 -5
  189. package/dist/src/modules/create-view/is-duplicating.d.ts.map +0 -1
  190. package/dist/src/modules/create-view/is-running.d.ts +0 -5
  191. package/dist/src/modules/create-view/is-running.d.ts.map +0 -1
  192. package/dist/src/modules/create-view/is-visible.d.ts +0 -8
  193. package/dist/src/modules/create-view/is-visible.d.ts.map +0 -1
  194. package/dist/src/modules/create-view/name.d.ts +0 -5
  195. package/dist/src/modules/create-view/name.d.ts.map +0 -1
  196. package/dist/src/modules/create-view/pipeline.d.ts +0 -5
  197. package/dist/src/modules/create-view/pipeline.d.ts.map +0 -1
  198. package/dist/src/modules/create-view/reset.d.ts +0 -3
  199. package/dist/src/modules/create-view/reset.d.ts.map +0 -1
  200. package/dist/src/modules/create-view/source.d.ts +0 -5
  201. package/dist/src/modules/create-view/source.d.ts.map +0 -1
  202. package/dist/src/modules/projections.d.ts +0 -4
  203. package/dist/src/modules/projections.d.ts.map +0 -1
  204. package/dist/src/stores/duplicate-view.d.ts +0 -3
  205. package/dist/src/stores/duplicate-view.d.ts.map +0 -1
@@ -1,3 +1,3 @@
1
- export default AddStage;
2
1
  import AddStage from './add-stage';
2
+ export default AddStage;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/index.js"],"names":[],"mappings":";qBAAqB,aAAa"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,eAAe,QAAQ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregation-side-panel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AA2E9D,KAAK,yBAAyB,GAAG;IAC/B,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7D,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,oBAAoB,2CAG9B,yBAAyB,gBAoG3B,CAAC;;;;;AAEF,wBAGyB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregation-side-panel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AA0E9D,KAAK,yBAAyB,GAAG;IAC/B,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7D,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,oBAAoB,2CAG9B,yBAAyB,gBAwF3B,CAAC;;;;;AAEF,wBAGyB"}
@@ -1 +1 @@
1
- {"version":3,"file":"group-with-statistics.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.tsx"],"names":[],"mappings":"AAQA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAWjD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,IAAI,CAAC;AAwD/C,KAAK,aAAa,GAAG,oBAAoB,CAAC;AAC1C,KAAK,aAAa,GAAG;IAAE,aAAa,EAAE,MAAM,CAAA;CAAE,CAAC;AAkJ/C,eAAO,MAAM,mBAAmB,yCAI7B,aAAa,GAAG,aAAa,gBAmD/B,CAAC;;;;;;;AAEF,wBAEyB"}
1
+ {"version":3,"file":"group-with-statistics.d.ts","sourceRoot":"","sources":["../../../../../../src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.tsx"],"names":[],"mappings":"AAQA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAWjD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,IAAI,CAAC;AAwD/C,KAAK,aAAa,GAAG,oBAAoB,CAAC;AAC1C,KAAK,aAAa,GAAG;IAAE,aAAa,EAAE,MAAM,CAAA;CAAE,CAAC;AA+J/C,eAAO,MAAM,mBAAmB,yCAI7B,aAAa,GAAG,aAAa,gBAqD/B,CAAC;;;;;;;AAEF,wBAEyB"}
@@ -1,22 +1,18 @@
1
- export default MappedAggregations;
1
+ import React, { Component } from 'react';
2
+ import type { PipelineProps } from '../pipeline/pipeline';
3
+ declare class Aggregations extends Component<PipelineProps> {
4
+ static displayName: string;
5
+ render(): JSX.Element;
6
+ }
2
7
  declare const MappedAggregations: import("react-redux").ConnectedComponent<typeof Aggregations, {
3
- [x: string]: any;
4
- [x: number]: any;
5
- [x: symbol]: any;
8
+ ref?: React.LegacyRef<Aggregations> | undefined;
9
+ key?: React.Key | null | undefined;
10
+ showRunButton: boolean;
11
+ showExportButton: boolean;
12
+ showExplainButton: boolean;
6
13
  context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
7
14
  store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
8
- } | {
9
- [x: string]: any;
10
- [x: number]: any;
11
- [x: symbol]: any;
12
- store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
13
15
  }>;
14
- export class Aggregations extends React.Component<any, any, any> {
15
- static displayName: string;
16
- constructor(props: any);
17
- constructor(props: any, context: any);
18
- render(): React.Component;
19
- }
20
- import React from 'react';
21
- import { Component } from 'react';
16
+ export default MappedAggregations;
17
+ export { Aggregations };
22
18
  //# sourceMappingURL=aggregations.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AAoEA;;;;;;;;;;;GAaiB;AAxDjB;IACE,2BAA6C;IA2DkuiB,wBAA8C;IAAA,sCAAyJ;IApDt9iB,UAFa,eAAe,CAQ3B;CACF;kBAxCgC,OAAO;0BAAP,OAAO"}
1
+ {"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAoBzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAgB1D,cAAM,YAAa,SAAQ,SAAS,CAAC,aAAa,CAAC;IACjD,MAAM,CAAC,WAAW,SAA2B;IAK7C,MAAM;CAOP;AA4BD,QAAA,MAAM,kBAAkB;;;;;;;;EAYR,CAAC;AAEjB,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,5 +1,4 @@
1
+ import MappedAggregations, { Aggregations } from './aggregations';
1
2
  export default MappedAggregations;
2
3
  export { Aggregations };
3
- import MappedAggregations from './aggregations';
4
- import { Aggregations } from './aggregations';
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/index.js"],"names":[],"mappings":";;+BAAiD,gBAAgB;6BAAhB,gBAAgB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,EAAE,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAClE,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,38 +1,19 @@
1
- export default MappedCreateViewModal;
2
- declare const MappedCreateViewModal: import("react-redux").ConnectedComponent<typeof CreateViewModal, {
3
- source?: string | undefined;
4
- name?: string | null | undefined;
5
- error?: object | null | undefined;
6
- pipeline?: any[] | undefined;
7
- isVisible?: boolean | undefined;
8
- isRunning?: boolean | undefined;
9
- isDuplicating?: boolean | undefined;
10
- context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
11
- store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
12
- } | {
13
- source?: string | undefined;
14
- name?: string | null | undefined;
15
- error?: object | null | undefined;
16
- pipeline?: any[] | undefined;
17
- isVisible?: boolean | undefined;
18
- isRunning?: boolean | undefined;
19
- isDuplicating?: boolean | undefined;
20
- store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
21
- }>;
22
- export class CreateViewModal extends React.PureComponent<any, any, any> {
23
- static displayName: string;
24
- static propTypes: {
25
- createView: PropTypes.Validator<(...args: any[]) => any>;
26
- isVisible: PropTypes.Validator<boolean>;
27
- toggleIsVisible: PropTypes.Validator<(...args: any[]) => any>;
28
- name: PropTypes.Requireable<string>;
29
- changeViewName: PropTypes.Validator<(...args: any[]) => any>;
30
- isDuplicating: PropTypes.Validator<boolean>;
31
- source: PropTypes.Validator<string>;
32
- pipeline: PropTypes.Validator<any[]>;
33
- isRunning: PropTypes.Validator<boolean>;
34
- error: PropTypes.Requireable<object>;
35
- };
1
+ import React, { PureComponent } from 'react';
2
+ import type { LoggerAndTelemetry } from '@mongodb-js/compass-logging/provider';
3
+ type CreateViewModalProps = {
4
+ createView: () => void;
5
+ isVisible?: boolean;
6
+ toggleIsVisible: (newVal: boolean) => void;
7
+ name?: string;
8
+ changeViewName: (name: string) => void;
9
+ isDuplicating?: boolean;
10
+ source?: string;
11
+ pipeline?: unknown[];
12
+ isRunning?: boolean;
13
+ error: Error | null;
14
+ logger: LoggerAndTelemetry;
15
+ };
16
+ declare class CreateViewModal extends PureComponent<CreateViewModalProps> {
36
17
  static defaultProps: {
37
18
  name: string;
38
19
  source: string;
@@ -41,14 +22,21 @@ export class CreateViewModal extends React.PureComponent<any, any, any> {
41
22
  isVisible: boolean;
42
23
  isDuplicating: boolean;
43
24
  };
44
- constructor(props: any);
45
- constructor(props: any, context: any);
46
- componentDidUpdate(prevProps: any): void;
47
- onNameChange: (evt: any) => void;
48
- onFormSubmit: (evt: any) => void;
25
+ componentDidUpdate(prevProps: CreateViewModalProps): void;
26
+ onNameChange: (evt: React.ChangeEvent<HTMLInputElement>) => void;
27
+ onFormSubmit: () => void;
49
28
  onCancel: () => void;
50
- render(): Component;
29
+ render(): JSX.Element;
51
30
  }
52
- import React from 'react';
53
- import PropTypes from 'prop-types';
31
+ declare const MappedCreateViewModal: React.FunctionComponent<Omit<{
32
+ ref?: React.LegacyRef<CreateViewModal> | undefined;
33
+ key?: React.Key | null | undefined;
34
+ logger: LoggerAndTelemetry;
35
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
36
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
37
+ } & {
38
+ children?: React.ReactNode;
39
+ }, "logger">>;
40
+ export default MappedCreateViewModal;
41
+ export { CreateViewModal };
54
42
  //# sourceMappingURL=create-view-modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AAmIA;;;;;;;;;;;;;;;;;;;GAIoB;AA7GpB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAuF6/f,wBAA8C;IAAA,sCAAyJ;IArFtsgB,yCAIC;IAED,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBA4BC;CACF;kBA5GoC,OAAO;sBACtB,YAAY"}
1
+ {"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAgB7C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAU/E,KAAK,oBAAoB,GAAG;IAC1B,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,MAAM,EAAE,kBAAkB,CAAC;CAC5B,CAAC;AAEF,cAAM,eAAgB,SAAQ,aAAa,CAAC,oBAAoB,CAAC;IAC/D,MAAM,CAAC,YAAY;;;;;;;MAOjB;IAEF,kBAAkB,CAAC,SAAS,EAAE,oBAAoB;IAMlD,YAAY,QAAS,MAAM,WAAW,CAAC,gBAAgB,CAAC,UAEtD;IAEF,YAAY,aAEV;IAEF,QAAQ,aAEN;IAKF,MAAM;CA6BP;AAmBD,QAAA,MAAM,qBAAqB;;;YAlFjB,kBAAkB;;;;;aAyF3B,CAAC;AAEF,eAAe,qBAAqB,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,CAAC"}
@@ -1,5 +1,4 @@
1
+ import MappedCreateViewModal, { CreateViewModal } from './create-view-modal';
1
2
  export default MappedCreateViewModal;
2
3
  export { CreateViewModal };
3
- import MappedCreateViewModal from './create-view-modal';
4
- import { CreateViewModal } from './create-view-modal';
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/index.js"],"names":[],"mappings":";;kCAAuD,qBAAqB;gCAArB,qBAAqB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,EAAE,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC7E,eAAe,qBAAqB,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,CAAC"}
@@ -1,14 +1,16 @@
1
1
  import React from 'react';
2
- import type { Document } from 'mongodb';
2
+ import type HadronDocument from 'hadron-document';
3
3
  type FocusModePreviewProps = {
4
4
  title: string;
5
5
  isLoading?: boolean;
6
- documents?: Document[] | null;
6
+ documents?: HadronDocument[] | null;
7
7
  stageIndex?: number;
8
8
  stageOperator?: string | null;
9
9
  isMissingAtlasOnlyStageSupport?: boolean;
10
+ onExpand: (stageIdx: number) => void;
11
+ onCollapse: (stageIdx: number) => void;
10
12
  };
11
- export declare const FocusModePreview: ({ title, isLoading, documents, stageIndex, stageOperator, isMissingAtlasOnlyStageSupport, }: FocusModePreviewProps) => JSX.Element;
13
+ export declare const FocusModePreview: ({ title, isLoading, documents, stageIndex, stageOperator, isMissingAtlasOnlyStageSupport, onExpand, onCollapse, }: FocusModePreviewProps) => JSX.Element;
12
14
  export declare const InputPreview: (props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element;
13
15
  export declare const OutputPreview: (props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element;
14
16
  export declare const FocusModeStageInput: import("react-redux").ConnectedComponent<(props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element, {
@@ -1 +1 @@
1
- {"version":3,"file":"focus-mode-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAgExC,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,gGAO1B,qBAAqB,gBA+EvB,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,KAAK,qBAAqB,EAAE,OAAO,CAAC,gBAEvE,CAAC;AAEF,eAAO,MAAM,aAAa,UAAW,KAAK,qBAAqB,EAAE,OAAO,CAAC,gBAExE,CAAC;AAEF,eAAO,MAAM,mBAAmB,mDARI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EA8DzD,CAAC;AAEhB,eAAO,MAAM,oBAAoB,mDA5DI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EAsFzD,CAAC"}
1
+ {"version":3,"file":"focus-mode-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAQ3C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAoElD,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,UAAU,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,sHAS1B,qBAAqB,gBAsFvB,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,KAAK,qBAAqB,EAAE,OAAO,CAAC,gBAEvE,CAAC;AAEF,eAAO,MAAM,aAAa,UAAW,KAAK,qBAAqB,EAAE,OAAO,CAAC,gBAExE,CAAC;AAEF,eAAO,MAAM,mBAAmB,mDARI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EAkEzD,CAAC;AAEhB,eAAO,MAAM,oBAAoB,mDAhEI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EA8FzD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  type FocusModeProps = {
3
3
  isModalOpen: boolean;
4
- isAutoPreviewEnabled: boolean;
4
+ isAutoPreviewEnabled: boolean | undefined;
5
5
  onCloseModal: () => void;
6
6
  };
7
7
  export declare const FocusMode: React.FunctionComponent<FocusModeProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"focus-mode.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgF1B,KAAK,cAAc,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAwFF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAuB7D,CAAC;;;;;AAUF,wBAAyD"}
1
+ {"version":3,"file":"focus-mode.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgF1B,KAAK,cAAc,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,EAAE,OAAO,GAAG,SAAS,CAAC;IAC1C,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAsFF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAuB7D,CAAC;;;;;AAUF,wBAAyD"}
@@ -1,3 +1,3 @@
1
- export default LoadingOverlay;
2
1
  import { LoadingOverlay } from './loading-overlay';
2
+ export default LoadingOverlay;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/index.js"],"names":[],"mappings":";+BAA+B,mBAAmB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/loading-overlay/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,eAAe,cAAc,CAAC"}
@@ -1,3 +1,3 @@
1
- export default ModifySourceBanner;
2
1
  import ModifySourceBanner from './modify-source-banner';
2
+ export default ModifySourceBanner;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/index.js"],"names":[],"mappings":";+BAA+B,wBAAwB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,wBAAwB,CAAC;AACxD,eAAe,kBAAkB,CAAC"}
@@ -1,9 +1,11 @@
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
1
  import PropTypes from 'prop-types';
2
+ declare const ModifySourceBanner: {
3
+ (props: {
4
+ editViewName: string;
5
+ }): JSX.Element;
6
+ propTypes: {
7
+ editViewName: PropTypes.Validator<string>;
8
+ };
9
+ };
10
+ export default ModifySourceBanner;
9
11
  //# sourceMappingURL=modify-source-banner.d.ts.map
@@ -1 +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;;;;;;sBAtBqB,YAAY"}
1
+ {"version":3,"file":"modify-source-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/modify-source-banner/modify-source-banner.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAanC,QAAA,MAAM,kBAAkB;YAAW;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE;;;;CAY1D,CAAC;AAMF,eAAe,kBAAkB,CAAC"}
@@ -1,3 +1,3 @@
1
- export default Pipeline;
2
1
  import Pipeline from './pipeline';
2
+ export default Pipeline;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/index.js"],"names":[],"mappings":";qBAAqB,YAAY"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,eAAe,QAAQ,CAAC"}
@@ -1,5 +1,25 @@
1
- export default Pipeline;
2
- declare class Pipeline extends React.PureComponent<any, any, any> {
1
+ import { PureComponent } from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import type { PipelineToolbarProps } from '../pipeline-toolbar';
4
+ import type { SavingPipelineModalProps } from '../saving-pipeline-modal/saving-pipeline-modal';
5
+ import type { SettingsProps } from '../settings/settings';
6
+ import type { PipelineOutputOption } from '../pipeline-output-options-menu';
7
+ import type { Workspace } from '../../modules/workspace';
8
+ export type PipelineProps = Pick<SavingPipelineModalProps, 'saveCurrentPipeline' | 'savingPipelineNameChanged' | 'savingPipelineApply' | 'savingPipelineCancel' | 'clonePipeline'> & Pick<PipelineToolbarProps, 'showRunButton' | 'showExportButton' | 'showExplainButton'> & Pick<SettingsProps, 'toggleSettingsIsExpanded' | 'toggleSettingsIsCommentMode' | 'setSettingsSampleSize' | 'setSettingsLimit' | 'isCommenting' | 'applySettings' | 'settings'> & {
9
+ savingPipeline: Pick<SavingPipelineModalProps, 'name' | 'isOpen' | 'isSaveAs'>;
10
+ updateViewError?: string | null;
11
+ dismissViewError: () => void;
12
+ workspace: Workspace;
13
+ settings: {
14
+ isExpanded: boolean;
15
+ };
16
+ limit?: number;
17
+ maxTimeMS?: number | null;
18
+ largeLimit?: number;
19
+ };
20
+ declare class Pipeline extends PureComponent<PipelineProps, {
21
+ pipelineOutputOption: PipelineOutputOption;
22
+ }> {
3
23
  static displayName: string;
4
24
  static propTypes: {
5
25
  saveCurrentPipeline: PropTypes.Validator<(...args: any[]) => any>;
@@ -20,7 +40,6 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
20
40
  savingPipelineNameChanged: PropTypes.Validator<(...args: any[]) => any>;
21
41
  savingPipelineApply: PropTypes.Validator<(...args: any[]) => any>;
22
42
  savingPipelineCancel: PropTypes.Validator<(...args: any[]) => any>;
23
- savingPipelineOpen: PropTypes.Validator<(...args: any[]) => any>;
24
43
  savingPipeline: PropTypes.Validator<object>;
25
44
  workspace: PropTypes.Validator<string>;
26
45
  showExportButton: PropTypes.Validator<boolean>;
@@ -32,16 +51,9 @@ declare class Pipeline extends React.PureComponent<any, any, any> {
32
51
  limit: number;
33
52
  largeLimit: number;
34
53
  };
35
- constructor(props: any);
36
- constructor(props: any, context: any);
37
- state: {
38
- pipelineOutputOption: string;
39
- };
40
- onChangePipelineOutputOption: (pipelineOutputOption: any) => void;
41
54
  renderModifyingViewSourceError(): JSX.Element | undefined;
42
55
  renderPipelineToolbar(): JSX.Element;
43
- render(): Component;
56
+ render(): JSX.Element;
44
57
  }
45
- import React from 'react';
46
- import PropTypes from 'prop-types';
58
+ export default Pipeline;
47
59
  //# sourceMappingURL=pipeline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.jsx"],"names":[],"mappings":";AAqBA;IACE,2BAAyC;IAEzC;;;;;;;;;;;;;;;;;;;;;;;;;MAyBE;IAEF;;;;MAIE;IA2Fwld,wBAA8C;IAAA,sCAAyJ;IAzFjyd;;MAEE;IAEF,kEAEE;IAEF,0DAcC;IAED,qCAUC;IAOD,oBA4CC;CACF;kBA/IoC,OAAO;sBACtB,YAAY"}
1
+ {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline/pipeline.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,SAAS,MAAM,YAAY,CAAC;AAUnC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAUhE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAC/F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAoBzD,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,wBAAwB,EACtB,qBAAqB,GACrB,2BAA2B,GAC3B,qBAAqB,GACrB,sBAAsB,GACtB,eAAe,CAClB,GACC,IAAI,CACF,oBAAoB,EACpB,eAAe,GAAG,kBAAkB,GAAG,mBAAmB,CAC3D,GACD,IAAI,CACF,aAAa,EACX,0BAA0B,GAC1B,6BAA6B,GAC7B,uBAAuB,GACvB,kBAAkB,GAClB,cAAc,GACd,eAAe,GACf,UAAU,CACb,GAAG;IACF,cAAc,EAAE,IAAI,CAClB,wBAAwB,EACxB,MAAM,GAAG,QAAQ,GAAG,UAAU,CAC/B,CAAC;IACF,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE;QAAE,UAAU,EAAE,OAAO,CAAA;KAAE,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AACJ,cAAM,QAAS,SAAQ,aAAa,CAClC,aAAa,EACb;IAAE,oBAAoB,EAAE,oBAAoB,CAAA;CAAE,CAC/C;IACC,MAAM,CAAC,WAAW,SAAuB;IAEzC,MAAM,CAAC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;MAwBd;IAEF,MAAM,CAAC,YAAY;;;;MAIjB;IAEF,8BAA8B;IAgB9B,qBAAqB;IAerB,MAAM;CAyCP;AAED,eAAe,QAAQ,CAAC"}
@@ -1,14 +1,15 @@
1
1
  import React from 'react';
2
- import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
3
2
  import type { MongoServerError } from 'mongodb';
4
3
  import type { PipelineParserError } from '../../../modules/pipeline-builder/pipeline-parser/utils';
5
- type PipelineEditorProps = {
4
+ export type PipelineEditorProps = {
6
5
  num_stages: number;
7
6
  pipelineText: string;
8
7
  syntaxErrors: PipelineParserError[];
9
8
  serverError: MongoServerError | null;
10
9
  serverVersion: string;
11
- fields: CompletionWithServerInfo[];
10
+ fields: {
11
+ name: string;
12
+ }[];
12
13
  onChangePipelineText: (value: string) => void;
13
14
  };
14
15
  export declare const PipelineEditor: React.FunctionComponent<PipelineEditorProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAW5D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAO3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAyCnG,KAAK,mBAAmB,GAAG;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA0FvE,CAAC;;;;;AA6BF,wBAA8D"}
1
+ {"version":3,"file":"pipeline-editor.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAiB5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAyCnG,MAAM,MAAM,mBAAmB,GAAG;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC3B,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAuFvE,CAAC;;;;;AA6BF,wBAA8D"}
@@ -1,13 +1,15 @@
1
1
  import React from 'react';
2
- import type { Document } from 'mongodb';
2
+ import type HadronDocument from 'hadron-document';
3
3
  type PipelinePreviewProps = {
4
4
  isLoading: boolean;
5
5
  isMergeStage: boolean;
6
6
  isOutStage: boolean;
7
7
  isMissingAtlasSupport: boolean;
8
8
  atlasOperator: string;
9
- previewDocs: Document[] | null;
9
+ previewDocs: HadronDocument[] | null;
10
10
  isPreviewStale: boolean;
11
+ onExpand: () => void;
12
+ onCollapse: () => void;
11
13
  };
12
14
  export declare const PipelinePreview: React.FunctionComponent<PipelinePreviewProps>;
13
15
  declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelinePreviewProps>, {
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAYjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAsDxC,KAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAmFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;;;;AAwBF,wBAAkD"}
1
+ {"version":3,"file":"pipeline-preview.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAa3C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAwDlD,KAAK,oBAAoB,GAAG;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;IACrC,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAwEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAwDzE,CAAC;;;;;AAwBF,wBAGoB"}
@@ -2,7 +2,6 @@ import React from 'react';
2
2
  import type { StageIdAndType } from '../../../modules/pipeline-builder/stage-editor';
3
3
  export type PipelineBuilderUIWorkspaceProps = {
4
4
  stagesIdAndType: StageIdAndType[];
5
- editViewName?: string;
6
5
  isSidePanelOpen: boolean;
7
6
  onStageMoveEnd: (from: number, to: number) => void;
8
7
  onStageAddAfterEnd: (after?: number) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAmBrF,MAAM,MAAM,+BAA+B,GAAG;IAC5C,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,gBAAgB,EAAE,CAChB,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,EACrB,KAAK,CAAC,EAAE,MAAM,KACX,IAAI,CAAC;CACX,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,+BAA+B,CAoDhC,CAAC;;;;;AAgBF,wBAA0E"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAmBrF,MAAM,MAAM,+BAA+B,GAAG;IAC5C,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,gBAAgB,EAAE,CAChB,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,EACrB,KAAK,CAAC,EAAE,MAAM,KACX,IAAI,CAAC;CACX,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,+BAA+B,CAkDhC,CAAC;;;;;AAeF,wBAA0E"}
@@ -1,7 +1,6 @@
1
1
  import React from 'react';
2
2
  export type PipelineOutputOption = 'expand' | 'collapse';
3
3
  export declare const PipelineOutputOptionsMenu: React.FunctionComponent<{
4
- option: PipelineOutputOption;
5
4
  onChangeOption: (option: PipelineOutputOption) => void;
6
5
  buttonText?: string;
7
6
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-output-options-menu.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-output-options-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAMzD,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC9D,MAAM,EAAE,oBAAoB,CAAC;IAC7B,cAAc,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACvD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAaA,CAAC"}
1
+ {"version":3,"file":"pipeline-output-options-menu.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-output-options-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,UAAU,CAAC;AAMzD,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC9D,cAAc,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACvD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAYA,CAAC"}
@@ -1,10 +1,9 @@
1
1
  import React from 'react';
2
- import type { Document } from 'mongodb';
2
+ import type HadronDocument from 'hadron-document';
3
3
  type PipelineResultsWorkspaceProps = {
4
- documents: Document[];
4
+ documents: HadronDocument[];
5
5
  isLoading?: boolean;
6
6
  isError?: boolean;
7
- allDocsExpanded?: boolean;
8
7
  error?: string | null;
9
8
  isEmpty?: boolean;
10
9
  isMergeOrOutPipeline?: boolean;
@@ -16,7 +15,6 @@ type PipelineResultsWorkspaceProps = {
16
15
  };
17
16
  export declare const PipelineResultsWorkspace: React.FunctionComponent<PipelineResultsWorkspaceProps>;
18
17
  declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsWorkspaceProps>, {
19
- allDocsExpanded?: boolean | undefined;
20
18
  context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
21
19
  store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
22
20
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAiGxC,KAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CA6E9B,CAAC;;;;;;AAoCF,wBAAwE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAiGlD,KAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAC5D,6BAA6B,CAwE9B,CAAC;;;;;AAoCF,wBAAwE"}
@@ -1,17 +1,14 @@
1
1
  import React from 'react';
2
2
  import type { ResultsViewType } from './pipeline-results-list';
3
- import type { PipelineOutputOption } from '../pipeline-output-options-menu';
4
3
  type PipelineResultsHeaderProps = {
5
4
  onChangeResultsView: (viewType: ResultsViewType) => void;
6
5
  resultsViewType: ResultsViewType;
7
6
  isMergeOrOutPipeline: boolean;
8
- onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
9
- pipelineOutputOption: PipelineOutputOption;
7
+ onExpand: () => void;
8
+ onCollapse: () => void;
10
9
  };
11
10
  export declare const PipelineResultsHeader: React.FunctionComponent<PipelineResultsHeaderProps>;
12
11
  declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineResultsHeaderProps>, {
13
- onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
14
- pipelineOutputOption: PipelineOutputOption;
15
12
  context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
16
13
  store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
17
14
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,KAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAmBF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CA6B3B,CAAC;;;;;;;AAkBF,wBAAqE"}
1
+ {"version":3,"file":"pipeline-results-header.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAc/D,KAAK,0BAA0B,GAAG;IAChC,mBAAmB,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,eAAe,EAAE,eAAe,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAmBF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAuC3B,CAAC;;;;;AAoBF,wBAAqE"}
@@ -1,9 +1,8 @@
1
1
  import React from 'react';
2
- import type { Document } from 'mongodb';
2
+ import type HadronDocument from 'hadron-document';
3
3
  export type ResultsViewType = 'document' | 'json';
4
4
  declare const PipelineResultsList: React.FunctionComponent<{
5
- documents: Document[];
6
- allDocsExpanded?: boolean;
5
+ documents: HadronDocument[];
7
6
  view: ResultsViewType;
8
7
  }>;
9
8
  export default PipelineResultsList;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAIxC,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG,MAAM,CAAC;AAMlD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjD,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,eAAe,CAAC;CACvB,CA2BA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"pipeline-results-list.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAGlD,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG,MAAM,CAAC;AAMlD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACjD,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,IAAI,EAAE,eAAe,CAAC;CACvB,CAqBA,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,15 +1,12 @@
1
1
  import React from 'react';
2
- import type { PipelineOutputOption } from '../pipeline-output-options-menu';
3
- type PipelineToolbarProps = {
2
+ export type PipelineToolbarProps = {
4
3
  isAIInputVisible?: boolean;
5
4
  isAggregationGeneratedFromQuery?: boolean;
6
5
  isBuilderView: boolean;
7
6
  showRunButton: boolean;
8
7
  showExportButton: boolean;
9
8
  showExplainButton: boolean;
10
- onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
11
9
  onHideAIInputClick?: () => void;
12
- pipelineOutputOption: PipelineOutputOption;
13
10
  };
14
11
  export declare const PipelineToolbar: React.FunctionComponent<PipelineToolbarProps>;
15
12
  declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<PipelineToolbarProps>, {
@@ -19,8 +16,6 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
19
16
  isAIInputVisible?: boolean | undefined;
20
17
  onHideAIInputClick?: (() => void) | undefined;
21
18
  isAggregationGeneratedFromQuery?: boolean | undefined;
22
- onChangePipelineOutputOption: (val: PipelineOutputOption) => void;
23
- pipelineOutputOption: PipelineOutputOption;
24
19
  context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
25
20
  store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
26
21
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAkBxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAyB5E,KAAK,oBAAoB,GAAG;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAC1C,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClE,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA+CzE,CAAC;;;;;;;;;;;;;AAQF,wBAAkD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA0CxC,MAAM,MAAM,oBAAoB,GAAG;IACjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAC1C,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA0CzE,CAAC;;;;;;;;;;;AAQF,wBAAkD"}
@@ -6,7 +6,7 @@ declare const _default: import("react-redux").ConnectedComponent<React.FunctionC
6
6
  } & {
7
7
  collationStringChanged: (value: string) => import("../../../modules/collation-string").CollationStringChangedAction;
8
8
  maxTimeMSChanged: (value: number) => {
9
- type: string;
9
+ type: "aggregations/max-time-ms/MAX_TIME_MS_CHANGED";
10
10
  maxTimeMS: number | null;
11
11
  };
12
12
  }>, {
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  type PipelineSettingsProps = {
3
- isEditingViewPipeline?: boolean;
3
+ editViewName?: string;
4
4
  isExportToLanguageEnabled?: boolean;
5
5
  onExportToLanguage: () => void;
6
6
  onCreateNewPipeline: () => void;
@@ -1 +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;AAiC1B,KAAK,qBAAqB,GAAG;IAC3B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAqDtB,CAAC;;;;;AAEF,wBAYoB"}
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;AAkC1B,KAAK,qBAAqB,GAAG;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAwDtB,CAAC;;;;;AAEF,wBAYoB"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { PipelineMode } from '../../../modules/pipeline-builder/pipeline-mode';
3
3
  type PipelineExtraSettingsProps = {
4
- isAutoPreview: boolean;
4
+ isAutoPreview?: boolean | undefined;
5
5
  isPipelineModeDisabled: boolean;
6
6
  pipelineMode: PipelineMode;
7
7
  onToggleAutoPreview: (newVal: boolean) => void;
@@ -1 +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;AAkB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AA0BpF,KAAK,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;IAC7B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAgG3B,CAAC;;;;;AAiBF,wBAAqE"}
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;AAiB1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAwCpF,KAAK,0BAA0B,GAAG;IAChC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACpC,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;IAC7B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CACzD,0BAA0B,CAsF3B,CAAC;;;;;AAiBF,wBAAqE"}
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ export declare const smallPipelineToolbar: () => string;
2
3
  export declare const hiddenOnNarrowPipelineToolbarStyles: string;
3
4
  export declare const PipelineToolbarContainer: ({ children, }: {
4
5
  children: React.ReactNode;