@mongodb-js/compass-aggregations 0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7 → 0.0.0-next-6e4c984eb458cbfc675ec138ae979303ef32bcb5

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 (127) hide show
  1. package/.eslintrc.js +3 -3
  2. package/.prettierignore +3 -0
  3. package/.prettierrc.json +1 -0
  4. package/README.md +26 -19
  5. package/dist/browser.js +1 -1
  6. package/dist/index.js +1 -1
  7. package/dist/src/components/add-stage/add-stage.d.ts +1 -1
  8. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
  9. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
  10. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
  11. package/dist/src/components/create-view-plugin.d.ts.map +1 -1
  12. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
  13. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts +16 -0
  14. package/dist/src/components/focus-mode/focus-mode-modal-header.d.ts.map +1 -0
  15. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts +14 -0
  16. package/dist/src/components/focus-mode/focus-mode-stage-editor.d.ts.map +1 -0
  17. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts +23 -0
  18. package/dist/src/components/focus-mode/focus-mode-stage-preview.d.ts.map +1 -0
  19. package/dist/src/components/focus-mode/focus-mode.d.ts +1 -2
  20. package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -1
  21. package/dist/src/components/pipeline-builder-input-documents.d.ts +1 -1
  22. package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -1
  23. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  24. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  25. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  26. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
  27. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +1 -1
  28. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +1 -1
  29. package/dist/src/components/pipeline-explain/explain-results.d.ts.map +1 -1
  30. package/dist/src/components/pipeline-output-options-menu.d.ts +1 -0
  31. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -1
  32. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  33. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -1
  34. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
  35. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
  36. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -1
  37. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  38. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  39. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
  40. package/dist/src/components/resize-handle.d.ts.map +1 -1
  41. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  42. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  43. package/dist/src/components/saving-pipeline-modal/saving-pipeline-modal.d.ts.map +1 -1
  44. package/dist/src/components/settings/settings.d.ts.map +1 -1
  45. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
  46. package/dist/src/components/{atlas-stage-preview.d.ts → stage-preview/atlas-stage-preview.d.ts} +0 -0
  47. package/dist/src/components/stage-preview/atlas-stage-preview.d.ts.map +1 -0
  48. package/dist/src/components/{stage-preview.d.ts → stage-preview/index.d.ts} +5 -12
  49. package/dist/src/components/stage-preview/index.d.ts.map +1 -0
  50. package/dist/src/components/stage-preview/output-stage-preview.d.ts +19 -0
  51. package/dist/src/components/stage-preview/output-stage-preview.d.ts.map +1 -0
  52. package/dist/src/components/stage-preview/stage-preview-header.d.ts +17 -0
  53. package/dist/src/components/stage-preview/stage-preview-header.d.ts.map +1 -0
  54. package/dist/src/components/{stage-editor-toolbar/stage-editor-toolbar.d.ts → stage-toolbar/index.d.ts} +6 -5
  55. package/dist/src/components/stage-toolbar/index.d.ts.map +1 -0
  56. package/dist/src/components/stage-toolbar/option-menu.d.ts +17 -0
  57. package/dist/src/components/stage-toolbar/option-menu.d.ts.map +1 -0
  58. package/dist/src/components/stage-toolbar/stage-collapser.d.ts +12 -0
  59. package/dist/src/components/stage-toolbar/stage-collapser.d.ts.map +1 -0
  60. package/dist/src/components/{stage-editor-toolbar → stage-toolbar}/stage-operator-select.d.ts +3 -2
  61. package/dist/src/components/stage-toolbar/stage-operator-select.d.ts.map +1 -0
  62. package/dist/src/components/stage-toolbar/toggle-stage.d.ts +12 -0
  63. package/dist/src/components/stage-toolbar/toggle-stage.d.ts.map +1 -0
  64. package/dist/src/components/stage.d.ts +1 -1
  65. package/dist/src/components/stage.d.ts.map +1 -1
  66. package/dist/src/index.d.ts.map +1 -1
  67. package/dist/src/modules/aggregation.d.ts.map +1 -1
  68. package/dist/src/modules/auto-preview.d.ts +2 -2
  69. package/dist/src/modules/auto-preview.d.ts.map +1 -1
  70. package/dist/src/modules/collation-string.d.ts.map +1 -1
  71. package/dist/src/modules/count-documents.d.ts.map +1 -1
  72. package/dist/src/modules/create-view/index.d.ts.map +1 -1
  73. package/dist/src/modules/create-view/is-duplicating.d.ts.map +1 -1
  74. package/dist/src/modules/create-view/is-running.d.ts.map +1 -1
  75. package/dist/src/modules/data-service.d.ts +2 -2
  76. package/dist/src/modules/data-service.d.ts.map +1 -1
  77. package/dist/src/modules/explain.d.ts.map +1 -1
  78. package/dist/src/modules/export-to-language.d.ts.map +1 -1
  79. package/dist/src/modules/focus-mode.d.ts +12 -4
  80. package/dist/src/modules/focus-mode.d.ts.map +1 -1
  81. package/dist/src/modules/index.d.ts +13 -4
  82. package/dist/src/modules/index.d.ts.map +1 -1
  83. package/dist/src/modules/input-documents.d.ts +38 -14
  84. package/dist/src/modules/input-documents.d.ts.map +1 -1
  85. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
  86. package/dist/src/modules/large-limit.d.ts.map +1 -1
  87. package/dist/src/modules/max-time-ms.d.ts.map +1 -1
  88. package/dist/src/modules/out-results-fn.d.ts +1 -0
  89. package/dist/src/modules/out-results-fn.d.ts.map +1 -1
  90. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +2 -3
  91. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  92. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  93. package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
  94. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  95. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  96. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  97. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
  98. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
  99. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  100. package/dist/src/modules/saving-pipeline.d.ts.map +1 -1
  101. package/dist/src/modules/settings.d.ts.map +1 -1
  102. package/dist/src/modules/update-view.d.ts.map +1 -1
  103. package/dist/src/modules/workspace.d.ts.map +1 -1
  104. package/dist/src/stores/duplicate-view.d.ts.map +1 -1
  105. package/dist/src/stores/store.d.ts.map +1 -1
  106. package/dist/src/utils/cancellable-aggregation.d.ts +1 -1
  107. package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
  108. package/dist/src/utils/pipeline-storage.d.ts.map +1 -1
  109. package/dist/src/utils/stage.d.ts +4 -2
  110. package/dist/src/utils/stage.d.ts.map +1 -1
  111. package/package.json +35 -33
  112. package/dist/src/components/atlas-stage-preview.d.ts.map +0 -1
  113. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +0 -22
  114. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +0 -1
  115. package/dist/src/components/stage-editor-toolbar/index.d.ts +0 -3
  116. package/dist/src/components/stage-editor-toolbar/index.d.ts.map +0 -1
  117. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +0 -23
  118. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +0 -1
  119. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +0 -1
  120. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +0 -1
  121. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +0 -23
  122. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +0 -1
  123. package/dist/src/components/stage-preview-toolbar/index.d.ts +0 -3
  124. package/dist/src/components/stage-preview-toolbar/index.d.ts.map +0 -1
  125. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +0 -22
  126. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +0 -1
  127. package/dist/src/components/stage-preview.d.ts.map +0 -1
@@ -3,6 +3,6 @@ declare type AddStageProps = {
3
3
  variant: 'button' | 'icon';
4
4
  onAddStage: () => void;
5
5
  };
6
- export declare const AddStage: ({ onAddStage, variant, }: AddStageProps) => JSX.Element;
6
+ export declare const AddStage: ({ onAddStage, variant }: AddStageProps) => JSX.Element;
7
7
  export default AddStage;
8
8
  //# sourceMappingURL=add-stage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.tsx"],"names":[],"mappings":";AA0BA,aAAK,aAAa,GAAG;IACnB,OAAO,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAA;AAED,eAAO,MAAM,QAAQ,6BAGlB,aAAa,gBA4Bf,CAAA;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"add-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/add-stage/add-stage.tsx"],"names":[],"mappings":";AA4BA,aAAK,aAAa,GAAG;IACnB,OAAO,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,QAAQ,4BAA6B,aAAa,gBAkC9D,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AAyEA;;;;;;;;;;;GAgBgB;AA5DhB;IACE,2BAA6C;IA+DqpiB,wBAA8C;IAAA,sCAAyJ;IAxDz4iB,UAFa,eAAe,CAQ3B;CACF"}
1
+ {"version":3,"file":"aggregations.d.ts","sourceRoot":"","sources":["../../../../src/components/aggregations/aggregations.jsx"],"names":[],"mappings":";AAqEA;;;;;;;;;;;GAaiB;AAzDjB;IACE,2BAA6C;IA4DwriB,wBAA8C;IAAA,sCAAyJ;IArD56iB,UAFa,eAAe,CAQ3B;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AAwHA;;;;;;;;;;;;;;;;;;;GAOmB;AA/GnB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAyF8ugB,wBAA8C;IAAA,sCAAyJ;IAvFv7gB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
1
+ {"version":3,"file":"create-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/create-view-modal/create-view-modal.jsx"],"names":[],"mappings":";AA4HA;;;;;;;;;;;;;;;;;;;GAIoB;AAxGpB;IACE,2BAAgD;IAEhD;;;;;;;;;;;MAcE;IAEF;;;;;;;MAOE;IAkFwxgB,wBAA8C;IAAA,sCAAyJ;IAhFj+gB,iCAEE;IAEF,iCAIE;IAEF,qBAEE;IAOF,oBA6BC;CACF"}
@@ -1 +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"}
1
+ {"version":3,"file":"create-view-plugin.d.ts","sourceRoot":"","sources":["../../../src/components/create-view-plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAwC;IACxC;;MAEE;IAiBgxlB,wBAA8C;IAAA,sCAAyJ;IAVz9lB,UAFa,eAAe,CAQ3B;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AAiHA;;;;;;;;;;;;;;;;;GAOsB;AAtGtB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IAkFu8gB,wBAA8C;IAAA,sCAAyJ;IAhFhphB,iCAEE;IAEF,qBAEE;IAOF,oBAiCC;CACF"}
1
+ {"version":3,"file":"duplicate-view-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/duplicate-view-modal/duplicate-view-modal.jsx"],"names":[],"mappings":";AAqHA;;;;;;;;;;;;;;;;;GAIuB;AA/FvB;IACE,2BAAmD;IAEnD;;;;;;;;;;MAaE;IAEF;;;;;;MAME;IA2Ei/gB,wBAA8C;IAAA,sCAAyJ;IAzE1rhB,iCAEE;IAEF,qBAEE;IAOF,oBA6BC;CACF"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ declare type FocusModeModalHeaderProps = {
3
+ stageIndex: number;
4
+ isEnabled: boolean;
5
+ stages: (string | null)[];
6
+ onStageSelect: (index: number) => void;
7
+ onStageDisabledToggleClick: (index: number, newVal: boolean) => void;
8
+ onAddStageClick: (index: number) => void;
9
+ };
10
+ export declare const FocusModeModalHeader: React.FunctionComponent<FocusModeModalHeaderProps>;
11
+ declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<FocusModeModalHeaderProps>, {
12
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
13
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
14
+ }>;
15
+ export default _default;
16
+ //# sourceMappingURL=focus-mode-modal-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-mode-modal-header.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-modal-header.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,aAAK,yBAAyB,GAAG;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IAC1B,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,0BAA0B,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACrE,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,CAAC;AA4BF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CACxD,yBAAyB,CAqJ1B,CAAC;;;;;AAEF,wBAsBwB"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ export declare const FocusModeStageEditor: ({ index, operator, }: {
3
+ index: number;
4
+ operator: string | null;
5
+ }) => JSX.Element | null;
6
+ declare const _default: import("react-redux").ConnectedComponent<({ index, operator, }: {
7
+ index: number;
8
+ operator: string | null;
9
+ }) => JSX.Element | null, {
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
+ export default _default;
14
+ //# sourceMappingURL=focus-mode-stage-editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-mode-stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/focus-mode/focus-mode-stage-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,eAAO,MAAM,oBAAoB;WAIxB,MAAM;cACH,MAAM,GAAG,IAAI;wBAsBxB,CAAC;;;;;;;;AAeF,wBAAuD"}
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ import type { Document } from 'mongodb';
3
+ declare type FocusModePreviewProps = {
4
+ title: string;
5
+ isLoading?: boolean;
6
+ documents?: Document[] | null;
7
+ stageIndex?: number;
8
+ stageOperator?: string | null;
9
+ isMissingAtlasOnlyStageSupport?: boolean;
10
+ };
11
+ export declare const FocusModePreview: ({ title, isLoading, documents, stageIndex, stageOperator, isMissingAtlasOnlyStageSupport, }: FocusModePreviewProps) => JSX.Element;
12
+ export declare const InputPreview: (props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element;
13
+ export declare const OutputPreview: (props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element;
14
+ export declare const FocusModeStageInput: import("react-redux").ConnectedComponent<(props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element, {
15
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
16
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
17
+ }>;
18
+ export declare const FocusModeStageOutput: import("react-redux").ConnectedComponent<(props: Omit<FocusModePreviewProps, 'title'>) => JSX.Element, {
19
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
20
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
21
+ }>;
22
+ export {};
23
+ //# sourceMappingURL=focus-mode-stage-preview.d.ts.map
@@ -0,0 +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;AAwDxC,aAAK,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;;;EA6DzD,CAAC;AAEhB,eAAO,MAAM,oBAAoB,mDA3DI,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;EAoFzD,CAAC"}
@@ -1,8 +1,7 @@
1
1
  import React from 'react';
2
2
  declare type FocusModeProps = {
3
3
  isModalOpen: boolean;
4
- stageIndex: number;
5
- stage: any;
4
+ isAutoPreviewEnabled: boolean;
6
5
  onCloseModal: () => void;
7
6
  };
8
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;AAW1B,aAAK,cAAc,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,GAAG,CAAC;IACX,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAoB7D,CAAC;;;;;AAqBF,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;AA4E1B,aAAK,cAAc,GAAG;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAwC7D,CAAC;;;;;AAUF,wBAAyD"}
@@ -8,7 +8,7 @@ declare type InputProps = {
8
8
  toggleInputDocumentsCollapsed: (arg0: boolean) => void;
9
9
  refreshInputDocuments: () => void;
10
10
  };
11
- declare function PipelineBuilderInputDocuments({ documents, isExpanded, isLoading, count, toggleInputDocumentsCollapsed, refreshInputDocuments }: InputProps): JSX.Element;
11
+ declare function PipelineBuilderInputDocuments({ documents, isExpanded, isLoading, count, toggleInputDocumentsCollapsed, refreshInputDocuments, }: InputProps): JSX.Element;
12
12
  declare const _default: import("react-redux").ConnectedComponent<typeof PipelineBuilderInputDocuments, {
13
13
  context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
14
  store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-builder-input-documents.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-builder-input-documents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAyDxD,aAAK,UAAU,GAAG;IAChB,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,qBAAqB,EAAE,MAAM,IAAI,CAAA;CAClC,CAAC;AAEF,iBAAS,6BAA6B,CAAC,EACrC,SAAS,EACT,UAAU,EACV,SAAS,EACT,KAAK,EACL,6BAA6B,EAC7B,qBAAqB,EACtB,EAAE,UAAU,eAoCZ;;;;;AASD,wBAaiC"}
1
+ {"version":3,"file":"pipeline-builder-input-documents.d.ts","sourceRoot":"","sources":["../../../src/components/pipeline-builder-input-documents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AA+DxD,aAAK,UAAU,GAAG;IAChB,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,qBAAqB,EAAE,MAAM,IAAI,CAAC;CACnC,CAAC;AAEF,iBAAS,6BAA6B,CAAC,EACrC,SAAS,EACT,UAAU,EACV,SAAS,EACT,KAAK,EACL,6BAA6B,EAC7B,qBAAqB,GACtB,EAAE,UAAU,eA0DZ;;;;;AASD,wBAaiC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqC1B,aAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAIF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CA0C7B,CAAC;;;;;AAMF,wBAA0D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2C1B,aAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAIF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CA0C7B,CAAC;;;;;AAMF,wBAA0D"}
@@ -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,KAAyC,MAAM,OAAO,CAAC;AAW9D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAS3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAgCnG,aAAK,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;AAoBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAsFvE,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,KAAyC,MAAM,OAAO,CAAC;AAW9D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAS3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAgCnG,aAAK,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;AAoBF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAyFvE,CAAC;;;;;AA6BF,wBAA8D"}
@@ -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,aAAK,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;AAoFF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;;;;AAuBF,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,KAA4B,MAAM,OAAO,CAAC;AAYjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAsDxC,aAAK,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 +1 @@
1
- {"version":3,"file":"pipeline-builder-ui-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA4C3C,aAAK,+BAA+B,GAAG;IACrC,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAsFF,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAAC,+BAA+B,CA2B/F,CAAA;;;;;AAcD,wBAA0E"}
1
+ {"version":3,"file":"pipeline-builder-ui-workspace.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA8C3C,aAAK,+BAA+B,GAAG;IACrC,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AA0FF,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAC9D,+BAA+B,CAwBhC,CAAC;;;;;AAcF,wBAA0E"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-confirm-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-confirm-modal/pipeline-confirm-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,aAAK,yBAAyB,GAAG;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,oBAAoB,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CAAC,yBAAyB,CAkBnF,CAAC;;;;;AAYF,wBAAoE"}
1
+ {"version":3,"file":"pipeline-confirm-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-confirm-modal/pipeline-confirm-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,aAAK,yBAAyB,GAAG;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,oBAAoB,EAAE,MAAM,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CACxD,yBAAyB,CAgB1B,CAAC;;;;;AAUF,wBAAoE"}
@@ -1 +1 @@
1
- {"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,aAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAiCvF,CAAC"}
1
+ {"version":3,"file":"explain-query-performance.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-query-performance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,aAAK,4BAA4B,GAAG;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAwBF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAiC7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CA+BvE,CAAC"}
1
+ {"version":3,"file":"explain-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-explain/explain-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC1B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;CAC9B,CAAC;AAgCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAkCvE,CAAC"}
@@ -3,5 +3,6 @@ export declare type PipelineOutputOption = 'expand' | 'collapse';
3
3
  export declare const PipelineOutputOptionsMenu: React.FunctionComponent<{
4
4
  option: PipelineOutputOption;
5
5
  onChangeOption: (option: PipelineOutputOption) => void;
6
+ buttonText?: string;
6
7
  }>;
7
8
  //# sourceMappingURL=pipeline-output-options-menu.d.ts.map
@@ -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,oBAAY,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;CACxD,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,oBAAY,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 +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;AA8FxC,aAAK,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,CAAC,6BAA6B,CA2EzF,CAAC;;;;;;AAoCJ,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,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAiGxC,aAAK,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 +1 @@
1
- {"version":3,"file":"pipeline-empty-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-empty-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAuBvC,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAUxC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"pipeline-empty-results.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-empty-results.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAgDvC,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAUxC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-pagination-count.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination-count.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,aAAK,4BAA4B,GAAG;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAwCF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAAC,4BAA4B,CAuDvF,CAAC;;;;;AAYJ,wBAAuE"}
1
+ {"version":3,"file":"pipeline-pagination-count.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination-count.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,aAAK,4BAA4B,GAAG;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAwCF,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,iBAAiB,CAC3D,4BAA4B,CAuD7B,CAAC;;;;;AAYF,wBAAuE"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,aAAK,uBAAuB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAcF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,uBAAuB,CAwC7E,CAAC;AAEJ,eAAO,MAAM,oBAAoB,qBAG9B,KAAK,SAAS,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC,KAAG,MAErD,CAAC;AAEF,eAAO,MAAM,kBAAkB;mBAKd,MAAM;MACnB,MAEH,CAAC;;;;;AA0BF,wBAAkE"}
1
+ {"version":3,"file":"pipeline-pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK/C,aAAK,uBAAuB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAcF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CACtD,uBAAuB,CAwCxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,qBAG9B,KAAK,SAAS,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC,KAAG,MAErD,CAAC;AAEF,eAAO,MAAM,kBAAkB;mBAKd,MAAM;MACnB,MAEH,CAAC;;;;;AA0BF,wBAAkE"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-results-view-controls.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-view-controls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAS/D,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACzD,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;CAC3C,CA4BA,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"pipeline-results-view-controls.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-results-workspace/pipeline-results-view-controls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAS/D,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACzD,KAAK,EAAE,eAAe,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;CAC3C,CAoCA,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
@@ -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;AAUxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAsC5E,aAAK,oBAAoB,GAAG;IAC1B,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,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAmDzE,CAAC;;;;;;;;;;AAKF,wBAAkD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAgBxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAqC5E,aAAK,oBAAoB,GAAG;IAC1B,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,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CAgDzE,CAAC;;;;;;;;;;AAKF,wBAAkD"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,aAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAE5B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA4EzE,CAAC;;;;;;;;;;AAyBF,wBAA2E"}
1
+ {"version":3,"file":"pipeline-actions.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-header/pipeline-actions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,aAAK,oBAAoB,GAAG;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAE7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAEvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAE5B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,oBAAoB,CA8EzE,CAAC;;;;;;;;;;AAyBF,wBAA2E"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-collation.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/pipeline-collation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;AAuI3C,wBAA4C"}
1
+ {"version":3,"file":"pipeline-collation.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline-toolbar/pipeline-options/pipeline-collation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;AAkJ3C,wBAA4C"}
@@ -1 +1 @@
1
- {"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../src/components/resize-handle.tsx"],"names":[],"mappings":";AA8BA,QAAA,MAAM,YAAY,mBAGjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"resize-handle.d.ts","sourceRoot":"","sources":["../../../src/components/resize-handle.tsx"],"names":[],"mappings":";AAoCA,QAAA,MAAM,YAAY,mBAUjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA4BF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CAAC,qBAAqB,CAuC3E,CAAC"}
1
+ {"version":3,"file":"saved-pipeline-card.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipeline-card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,aAAK,qBAAqB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B,CAAC;AA4BF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAmCtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAcrD,OAAO,EAAE,KAAK,cAAc,EAAmC,MAAM,gDAAgD,CAAC;AA6CtH,aAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC/C,gBAAgB,EAAE,cAAc,CAAC;IACjC,cAAc,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,uFAMxB,mBAAmB,gBAqErB,CAAC;;;;;AAcF,wBAA8D"}
1
+ {"version":3,"file":"saved-pipelines.d.ts","sourceRoot":"","sources":["../../../../src/components/saved-pipelines/saved-pipelines.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAoBrD,OAAO,EACL,KAAK,cAAc,EAEpB,MAAM,gDAAgD,CAAC;AA6CxD,aAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC/C,gBAAgB,EAAE,cAAc,CAAC;IACjC,cAAc,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,cAAc,uFAMxB,mBAAmB,gBA8ErB,CAAC;;;;;AAYF,wBAA8D"}
@@ -1 +1 @@
1
- {"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.jsx"],"names":[],"mappings":";AAOA;IACE,2BAAoD;IAEpD;;;;;;;;;MASE;IA0D62iB,wBAA8C;IAAA,sCAAyJ;IAlDtjjB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAwB3B;CACF"}
1
+ {"version":3,"file":"saving-pipeline-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/saving-pipeline-modal/saving-pipeline-modal.jsx"],"names":[],"mappings":";AAOA;IACE,2BAAoD;IAEpD;;;;;;;;;MASE;IA0D42iB,wBAA8C;IAAA,sCAAyJ;IAlDrjjB,mBAHW,KAAK,GACH,IAAI,CAIhB;IAQD,QAFa,IAAI,CAShB;IAOD,UAFa,MAAM,SAAS,CAwB3B;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AAyFA,aAAK,aAAa,GAAG;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBA+Hf;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/components/settings/settings.tsx"],"names":[],"mappings":";AA2FA,aAAK,aAAa,GAAG;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC,qBAAqB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,KAAK,EACL,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,GACzB,EAAE,aAAa,sBAiJf;AAED,eAAe,QAAQ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AA2NA,sDAA6D"}
1
+ {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-editor/stage-editor.jsx"],"names":[],"mappings":"AAmPA,sDAA6D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"atlas-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/atlas-stage-preview.tsx"],"names":[],"mappings":";AA2BA,eAAO,MAAM,iBAAiB;mBAGb,MAAM;iBA6BtB,CAAC"}
@@ -2,19 +2,12 @@ import React from 'react';
2
2
  import type { Document as DocumentType } from 'mongodb';
3
3
  declare type StagePreviewProps = {
4
4
  index: number;
5
- onRunOutStageClick: (index: number) => void;
6
- onGoToOutResultsClick: (index: number) => void;
7
- onGoToMergeResultsClick: (index: number) => void;
8
- stageOperator: string;
9
- stageValue: string | null;
10
- isEnabled: boolean;
11
- isValid: boolean;
12
5
  isLoading: boolean;
13
- documents: DocumentType[] | null;
14
- isComplete: boolean;
15
- hasServerError: boolean;
16
- isAtlasDeployed: boolean;
6
+ isDisabled: boolean;
17
7
  isMissingAtlasOnlyStageSupport: boolean;
8
+ stageOperator: string | null;
9
+ documents: DocumentType[] | null;
10
+ shouldRenderStage: boolean;
18
11
  };
19
12
  export declare function StagePreview(props: StagePreviewProps): JSX.Element;
20
13
  declare const _default: import("react-redux").ConnectedComponent<typeof StagePreview, {
@@ -23,4 +16,4 @@ declare const _default: import("react-redux").ConnectedComponent<typeof StagePre
23
16
  store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
24
17
  }>;
25
18
  export default _default;
26
- //# sourceMappingURL=stage-preview.d.ts.map
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAyFxD,aAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,8BAA8B,EAAE,OAAO,CAAC;IACxC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,OAAO,CAAC;CAC5B,CAAC;AAsEF,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,eAmBpD;;WAE4D,MAAM;;;;AAAnE,wBAoBiB"}
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ declare type OutputStageProps = {
3
+ operator: string | null;
4
+ isLoading: boolean;
5
+ hasServerError: boolean;
6
+ isFinishedPersistingDocuments: boolean;
7
+ isAtlasDeployed: boolean;
8
+ destinationNamespace: string;
9
+ onRunOutputStage: () => void;
10
+ onGoToOutputResults: () => void;
11
+ };
12
+ export declare const OutputStage: ({ operator, isLoading, hasServerError, isFinishedPersistingDocuments, isAtlasDeployed, destinationNamespace, onRunOutputStage, onGoToOutputResults, }: OutputStageProps) => JSX.Element | null;
13
+ declare const _default: import("react-redux").ConnectedComponent<({ operator, isLoading, hasServerError, isFinishedPersistingDocuments, isAtlasDeployed, destinationNamespace, onRunOutputStage, onGoToOutputResults, }: OutputStageProps) => JSX.Element | null, {
14
+ index: number;
15
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
16
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
17
+ }>;
18
+ export default _default;
19
+ //# sourceMappingURL=output-stage-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"output-stage-preview.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/output-stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8C1B,aAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,OAAO,CAAC;IACxB,6BAA6B,EAAE,OAAO,CAAC;IACvC,eAAe,EAAE,OAAO,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAyBF,eAAO,MAAM,WAAW,0JASrB,gBAAgB,uBAkDlB,CAAC;;;;;;AAiCF,wBAA2D"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ declare type StagePreviewHeaderProps = {
3
+ index: number;
4
+ stageOperator?: string | null;
5
+ previewSize?: number;
6
+ description?: string;
7
+ link?: string;
8
+ destination?: string;
9
+ };
10
+ declare function StagePreviewHeader({ stageOperator, previewSize, description, link, destination, }: StagePreviewHeaderProps): JSX.Element | null;
11
+ declare const _default: import("react-redux").ConnectedComponent<typeof StagePreviewHeader, {
12
+ index: number;
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
16
+ export default _default;
17
+ //# sourceMappingURL=stage-preview-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-preview-header.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview/stage-preview-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0C1B,aAAK,uBAAuB,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,iBAAS,kBAAkB,CAAC,EAC1B,aAAa,EACb,WAAW,EACX,WAAW,EACX,IAAI,EACJ,WAAW,GACZ,EAAE,uBAAuB,sBA2BzB;;WAE4D,MAAM;;;;AAAnE,wBAYuB"}
@@ -1,17 +1,18 @@
1
1
  import React from 'react';
2
- declare type StageEditorToolbarProps = {
3
- stageOperator?: string | null;
2
+ declare type StageToolbarProps = {
4
3
  index: number;
5
4
  isAutoPreviewing?: boolean;
6
5
  hasSyntaxError?: boolean;
7
6
  hasServerError?: boolean;
8
7
  isCollapsed?: boolean;
8
+ isDisabled?: boolean;
9
+ onFocusModeEnableClick: (index: number) => void;
9
10
  };
10
- declare function StageEditorToolbar({ stageOperator, index, isAutoPreviewing, hasSyntaxError, hasServerError, isCollapsed, }: StageEditorToolbarProps): JSX.Element;
11
- declare const _default: import("react-redux").ConnectedComponent<typeof StageEditorToolbar, {
11
+ export declare function StageToolbar({ index, hasSyntaxError, hasServerError, isCollapsed, isDisabled, onFocusModeEnableClick, }: StageToolbarProps): JSX.Element;
12
+ declare const _default: import("react-redux").ConnectedComponent<typeof StageToolbar, {
12
13
  index: number;
13
14
  context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
15
  store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
16
  }>;
16
17
  export default _default;
17
- //# sourceMappingURL=stage-editor-toolbar.d.ts.map
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiF1B,aAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sBAAsB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD,CAAC;AAMF,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,cAAc,EACd,cAAc,EACd,WAAW,EACX,UAAU,EACV,sBAAsB,GACvB,EAAE,iBAAiB,eAqCnB;;WAGuC,MAAM;;;;AAD9C,wBAYgB"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ export declare const OptionMenu: ({ index, onAddStageClick, onDeleteStageClick, }: {
3
+ index: number;
4
+ onAddStageClick: (index: number) => void;
5
+ onDeleteStageClick: (index: number) => void;
6
+ }) => JSX.Element;
7
+ declare const _default: import("react-redux").ConnectedComponent<({ index, onAddStageClick, onDeleteStageClick, }: {
8
+ index: number;
9
+ onAddStageClick: (index: number) => void;
10
+ onDeleteStageClick: (index: number) => void;
11
+ }) => JSX.Element, {
12
+ index: number;
13
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
14
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
15
+ }>;
16
+ export default _default;
17
+ //# sourceMappingURL=option-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"option-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/option-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAuBxC,eAAO,MAAM,UAAU;WAKd,MAAM;6BACY,MAAM,KAAK,IAAI;gCACZ,MAAM,KAAK,IAAI;iBAmE5C,CAAC;;;;;;WAGsC,MAAM;;;;AAD9C,wBAWc"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ declare const _default: import("react-redux").ConnectedComponent<({ index, isExpanded, onChange, }: {
3
+ index: number;
4
+ isExpanded: boolean;
5
+ onChange: (index: number, isExpanded: boolean) => void;
6
+ }) => JSX.Element, {
7
+ index: number;
8
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
9
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
10
+ }>;
11
+ export default _default;
12
+ //# sourceMappingURL=stage-collapser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-collapser.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/stage-collapser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;WA4Bc,MAAM;;;;AAD9C,wBAQkB"}
@@ -3,13 +3,14 @@ declare type StageOperatorSelectProps = {
3
3
  onChange: (index: number, name: string | null) => void;
4
4
  index: number;
5
5
  selectedStage: string | null;
6
+ isDisabled: boolean;
6
7
  stages: {
7
8
  name: string;
8
9
  env: string;
9
10
  description: string;
10
11
  }[];
11
12
  };
12
- export declare const StageOperatorSelect: ({ onChange, index, selectedStage, stages }: StageOperatorSelectProps) => JSX.Element;
13
+ export declare const StageOperatorSelect: ({ onChange, index, selectedStage, isDisabled, stages, }: StageOperatorSelectProps) => JSX.Element;
13
14
  declare type EnvAwareStageOperatorSelectProps = {
14
15
  envInfo: {
15
16
  serverVersion: string;
@@ -25,7 +26,7 @@ declare type EnvAwareStageOperatorSelectProps = {
25
26
  onChange: (index: number, name: string) => void;
26
27
  index: number;
27
28
  };
28
- declare function EnvAwareStageOperatorSelect({ envInfo: { serverVersion, env, isTimeSeries, isReadonly, sourceName }, stage, onChange, index }: EnvAwareStageOperatorSelectProps): JSX.Element;
29
+ declare function EnvAwareStageOperatorSelect({ envInfo: { serverVersion, env, isTimeSeries, isReadonly, sourceName }, stage, onChange, index, }: EnvAwareStageOperatorSelectProps): JSX.Element;
29
30
  declare const _default: import("react-redux").ConnectedComponent<typeof EnvAwareStageOperatorSelect, {
30
31
  index: number;
31
32
  context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-operator-select.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/stage-operator-select.tsx"],"names":[],"mappings":"AACA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAqCpD,aAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,WAAW,EAAE,MAAM,CAAC;KACrB,EAAE,CAAC;CACL,CAAC;AAGF,eAAO,MAAM,mBAAmB,4DAM7B,wBAAwB,gBAkC1B,CAAC;AAEF,aAAK,gCAAgC,GAAG;IACtC,OAAO,EAAE;QACP,aAAa,EAAE,MAAM,CAAC;QACtB,GAAG,EAAE,MAAM,CAAC;QACZ,YAAY,EAAE,OAAO,CAAC;QACtB,UAAU,EAAE,OAAO,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,KAAK,EAAE;QACL,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,QAAQ,EAAE,OAAO,CAAC;KACnB,CAAC;IACF,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAChD,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AACF,iBAAS,2BAA2B,CAAC,EACnC,OAAO,EAAE,EAAE,aAAa,EAAE,GAAG,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,EACrE,KAAK,EACL,QAAQ,EACR,KAAK,GACN,EAAE,gCAAgC,eAkClC;;WAGuC,MAAM;;;;AAD9C,wBAc+B"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ declare const _default: import("react-redux").ConnectedComponent<({ index, isEnabled, onChange, }: {
3
+ index: number;
4
+ isEnabled: boolean;
5
+ onChange: (index: number, isEnabled: boolean) => void;
6
+ }) => JSX.Element, {
7
+ index: number;
8
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
9
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
10
+ }>;
11
+ export default _default;
12
+ //# sourceMappingURL=toggle-stage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle-stage.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-toolbar/toggle-stage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;WA+Bc,MAAM;;;;AAD9C,wBAQe"}
@@ -8,7 +8,7 @@ export declare type StageProps = {
8
8
  hasServerError: boolean;
9
9
  isAutoPreviewing: boolean;
10
10
  };
11
- declare function Stage({ id, index, isEnabled, isExpanded, hasSyntaxError, hasServerError, isAutoPreviewing }: StageProps): JSX.Element;
11
+ declare function Stage({ id, index, isEnabled, isExpanded, hasSyntaxError, hasServerError, isAutoPreviewing, }: StageProps): JSX.Element;
12
12
  declare const _default: import("react-redux").ConnectedComponent<typeof Stage, {
13
13
  index: number;
14
14
  context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../src/components/stage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuH1B,oBAAY,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,OAAO,CAAA;CAC1B,CAAA;AAED,iBAAS,KAAK,CAAC,EACb,EAAE,EACF,KAAK,EACL,SAAS,EACT,UAAU,EACV,cAAc,EACd,cAAc,EACd,gBAAgB,EACjB,EAAE,UAAU,eAkCZ;;;;;;AAOD,wBAUU"}
1
+ {"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../src/components/stage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAwH1B,oBAAY,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,iBAAS,KAAK,CAAC,EACb,EAAE,EACF,KAAK,EACL,SAAS,EACT,UAAU,EACV,cAAc,EACd,cAAc,EACd,gBAAgB,GACjB,EAAE,UAAU,eA2CZ;;;;;;AAMD,wBAUU"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,qBAAqB,CAAC;AACnD,OAAO,kBAAkB,MAAM,UAAU,CAAC;AAC1C,OAAO,cAAc,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,mBAAmB,MAAM,oCAAoC,CAAC;AACrE,OAAO,wBAAwB,MAAM,sBAAsB,CAAC;AAE5D,OAAO,WAAW,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AA4C3D,QAAA,MAAM,QAAQ,gBAAiB,WAAW,SAKzC,CAAC;AAOF,QAAA,MAAM,UAAU,gBAAiB,WAAW,SAK3C,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EACL,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,cAAc,EACd,wBAAwB,EACxB,eAAe,GAChB,CAAC;AACF,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,qBAAqB,CAAC;AACnD,OAAO,kBAAkB,MAAM,UAAU,CAAC;AAC1C,OAAO,cAAc,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,mBAAmB,MAAM,oCAAoC,CAAC;AACrE,OAAO,wBAAwB,MAAM,sBAAsB,CAAC;AAE5D,OAAO,WAAW,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AA4C3D,QAAA,MAAM,QAAQ,gBAAiB,WAAW,SAQzC,CAAC;AAOF,QAAA,MAAM,UAAU,gBAAiB,WAAW,SAK3C,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EACL,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,cAAc,EACd,wBAAwB,EACxB,eAAe,GAChB,CAAC;AACF,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"aggregation.d.ts","sourceRoot":"","sources":["../../../src/modules/aggregation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,KAAK,EAAoB,QAAQ,EAAoB,MAAM,SAAS,CAAC;AAC5E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAcpD,oBAAY,WAAW;IACrB,cAAc,yCAAyC;IACvD,kBAAkB,4CAA4C;IAC9D,mBAAmB,6CAA6C;IAChE,iBAAiB,2CAA2C;IAC5D,0BAA0B,oDAAoD;IAC9E,eAAe,yCAAyC;IACxD,qBAAqB,+CAA+C;CACrE;AAED,aAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB,CAAC;AAEF,aAAK,cAAc,GAAG;IACpB,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC;IACjC,QAAQ,EAAE,QAAQ,EAAE,CAAC;CACtB,CAAC;AAEF,aAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,WAAW,CAAC,kBAAkB,CAAC;IACrC,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,aAAK,yBAAyB,GAAG;IAC/B,IAAI,EAAE,WAAW,CAAC,mBAAmB,CAAC;IACtC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,aAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC,iBAAiB,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,aAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,WAAW,CAAC,0BAA0B,CAAC;CAC9C,CAAC;AAEF,aAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,WAAW,CAAC,eAAe,CAAC;IAClC,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,aAAK,2BAA2B,GAAG;IACjC,IAAI,EAAG,WAAW,CAAC,qBAAqB,CAAC;IACzC,QAAQ,EAAE,UAAU,GAAG,MAAM,CAAC;CAC/B,CAAA;AAED,oBAAY,OAAO,GACf,cAAc,GACd,wBAAwB,GACxB,yBAAyB,GACzB,uBAAuB,GACvB,0BAA0B,GAC1B,qBAAqB,GACrB,2BAA2B,CAAC;AAEhC,oBAAY,KAAK,GAAG;IAClB,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,eAAe,EAAE,UAAU,GAAG,MAAM,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAQ3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CAwEtC,CAAC;AAEF,eAAO,MAAM,cAAc,QAAO,2BAA2B,QAAQ,IAAI,CAAC,CAazE,CAAC;AAEF,eAAO,MAAM,aAAa,QAAO,2BAC/B,QAAQ,IAAI,CAAC,EACb,OAAO,CAWR,CAAC;AAEF,eAAO,MAAM,aAAa,QAAO,2BAC/B,QAAQ,IAAI,CAAC,EACb,OAAO,CAWR,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAAO,2BAClC,QAAQ,IAAI,CAAC,EACb,OAAO,CAQR,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAAO,2BACnC,IAAI,EACJ,OAAO,CAcR,CAAC;AAyGF,eAAO,MAAM,wBAAwB,QAAO,2BAA2B,IAAI,CA4B1E,CAAC;AAEF,eAAO,MAAM,cAAc,gBAAiB,UAAU,GAAG,MAAM;;;CAK9D,CAAA;AAED,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"aggregation.d.ts","sourceRoot":"","sources":["../../../src/modules/aggregation.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
- import type { AnyAction } from "redux";
2
- import type { PipelineBuilderThunkAction } from ".";
1
+ import type { AnyAction } from 'redux';
2
+ import type { PipelineBuilderThunkAction } from '.';
3
3
  export declare enum ActionTypes {
4
4
  AutoPreviewToggled = "compass-aggregations/autoPreviewToggled"
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"auto-preview.d.ts","sourceRoot":"","sources":["../../../src/modules/auto-preview.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAKpD,oBAAY,WAAW;IACrB,kBAAkB,4CAA4C;CAC/D;AAED,oBAAY,wBAAwB,GAAG;IACrC,IAAI,EAAE,WAAW,CAAC,kBAAkB,CAAC;IACrC,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,aAAa,OAAO,CAAC;AAElC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,qBAAgB,EAAE,MAAM,EAAE,SAAS,GAAG,OAAO,CAWjF;AAED,eAAO,MAAM,iBAAiB,WACpB,OAAO,KACd,2BAA2B,IAAI,CAQjC,CAAC"}
1
+ {"version":3,"file":"auto-preview.d.ts","sourceRoot":"","sources":["../../../src/modules/auto-preview.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAKpD,oBAAY,WAAW;IACrB,kBAAkB,4CAA4C;CAC/D;AAED,oBAAY,wBAAwB,GAAG;IACrC,IAAI,EAAE,WAAW,CAAC,kBAAkB,CAAC;IACrC,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,aAAa,OAAO,CAAC;AAElC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,OAAO,CAWT;AAED,eAAO,MAAM,iBAAiB,WACpB,OAAO,KACd,2BAA2B,IAAI,CAQjC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"collation-string.d.ts","sourceRoot":"","sources":["../../../src/modules/collation-string.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,eAAO,MAAM,wBAAwB,oDACc,CAAC;AAEpD,oBAAY,4BAA4B,GAAG;IACzC,IAAI,EAAE,OAAO,wBAAwB,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,oBAI3B,CAAC;AAEF,wBAAgB,2BAA2B,CACzC,eAAe,EAAE,MAAM,GACtB,oBAAoB,CAOtB;AAKD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,kCAAsC,EAC3C,MAAM,EAAE,SAAS,GAChB,oBAAoB,CAWtB;AAKD,eAAO,MAAM,sBAAsB,UAC1B,MAAM,KACZ,4BAEF,CAAC"}
1
+ {"version":3,"file":"collation-string.d.ts","sourceRoot":"","sources":["../../../src/modules/collation-string.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,eAAO,MAAM,wBAAwB,oDACc,CAAC;AAEpD,oBAAY,4BAA4B,GAAG;IACzC,IAAI,EAAE,OAAO,wBAAwB,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,oBAI3B,CAAC;AAEF,wBAAgB,2BAA2B,CACzC,eAAe,EAAE,MAAM,GACtB,oBAAoB,CAOtB;AAKD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,kCAAsC,EAC3C,MAAM,EAAE,SAAS,GAChB,oBAAoB,CAatB;AAKD,eAAO,MAAM,sBAAsB,UAC1B,MAAM,KACZ,4BAEF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"count-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/count-documents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAOpD,oBAAY,WAAW;IACrB,YAAY,sCAAsC;IAClD,aAAa,uCAAuC;IACpD,WAAW,qCAAqC;CACjD;AAED,aAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,WAAW,CAAC,YAAY,CAAC;IAC/B,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,aAAa,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,WAAW,CAAC,WAAW,CAAC;CAC/B,CAAC;AAEF,oBAAY,OAAO,GACf,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,CAAC;AAEtB,oBAAY,KAAK,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAE3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CA6BtC,CAAC;AAEF,eAAO,MAAM,WAAW,QAAO,2BAA2B,IAAI,CAO7D,CAAC;AAEF,eAAO,MAAM,cAAc,QAAO,2BAA2B,QAAQ,IAAI,CAAC,CA8CzE,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"count-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/count-documents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAOpD,oBAAY,WAAW;IACrB,YAAY,sCAAsC;IAClD,aAAa,uCAAuC;IACpD,WAAW,qCAAqC;CACjD;AAED,aAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,WAAW,CAAC,YAAY,CAAC;IAC/B,eAAe,EAAE,eAAe,CAAC;CAClC,CAAC;AAEF,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,WAAW,CAAC,aAAa,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,aAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,WAAW,CAAC,WAAW,CAAC;CAC/B,CAAC;AAEF,oBAAY,OAAO,GACf,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,CAAC;AAEtB,oBAAY,KAAK,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAE3B,CAAC;AAEF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,SAAS,CA0BtC,CAAC;AAEF,eAAO,MAAM,WAAW,QAAO,2BAA2B,IAAI,CAO7D,CAAC;AAEF,eAAO,MAAM,cAAc,QAAO,2BAA2B,QAAQ,IAAI,CAAC,CA8CzE,CAAC;AAEF,eAAe,OAAO,CAAC"}