@mongodb-js/compass-aggregations 0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2 → 0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7

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 (130) hide show
  1. package/README.md +1 -2
  2. package/dist/browser.js +1 -1
  3. package/dist/browser.js.LICENSE.txt +2 -8
  4. package/dist/index.css +6 -268
  5. package/dist/index.js +1 -1
  6. package/dist/index.js.LICENSE.txt +2 -8
  7. package/dist/src/components/add-stage/add-stage.d.ts +7 -16
  8. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
  9. package/dist/src/components/aggregations/aggregations.d.ts +12 -1
  10. package/dist/src/components/aggregations/aggregations.d.ts.map +1 -1
  11. package/dist/src/components/atlas-stage-preview.d.ts +1 -1
  12. package/dist/src/components/atlas-stage-preview.d.ts.map +1 -1
  13. package/dist/src/components/create-view-modal/create-view-modal.d.ts +21 -31
  14. package/dist/src/components/create-view-modal/create-view-modal.d.ts.map +1 -1
  15. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +19 -28
  16. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts.map +1 -1
  17. package/dist/src/components/focus-mode/focus-mode.d.ts +14 -0
  18. package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -0
  19. package/dist/src/components/pipeline/pipeline.d.ts +0 -13
  20. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  21. package/dist/src/components/pipeline-builder-input-documents.d.ts +5 -2
  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 +4 -1
  24. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  25. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts +4 -1
  26. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  27. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +4 -1
  28. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  29. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +6 -2
  30. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
  31. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts +12 -19
  32. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
  33. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts +4 -1
  34. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-workspace.d.ts.map +1 -1
  35. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts +13 -0
  36. package/dist/src/components/pipeline-confirm-modal/pipeline-confirm-modal.d.ts.map +1 -0
  37. package/dist/src/components/pipeline-explain/index.d.ts +4 -1
  38. package/dist/src/components/pipeline-explain/index.d.ts.map +1 -1
  39. package/dist/src/components/pipeline-results-workspace/index.d.ts +5 -1
  40. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  41. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts +5 -1
  42. package/dist/src/components/pipeline-results-workspace/pipeline-pagination-count.d.ts.map +1 -1
  43. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts +4 -1
  44. package/dist/src/components/pipeline-results-workspace/pipeline-pagination.d.ts.map +1 -1
  45. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +6 -1
  46. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  47. package/dist/src/components/pipeline-toolbar/index.d.ts +9 -1
  48. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  49. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts +9 -6
  50. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
  51. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts +10 -1
  52. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  53. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts +4 -1
  54. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-stages.d.ts.map +1 -1
  55. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts +4 -11
  56. package/dist/src/components/pipeline-toolbar/pipeline-options/pipeline-collation.d.ts.map +1 -1
  57. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +5 -1
  58. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  59. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts +4 -1
  60. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  61. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts +5 -7
  62. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  63. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts +4 -1
  64. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-name.d.ts.map +1 -1
  65. package/dist/src/components/resize-handle.d.ts.map +1 -1
  66. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +4 -6
  67. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  68. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts +12 -0
  69. package/dist/src/components/saved-pipelines/saved-pipeline-confirmation-modals.d.ts.map +1 -0
  70. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +11 -3
  71. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  72. package/dist/src/components/settings/settings.d.ts.map +1 -1
  73. package/dist/src/components/stage-editor/stage-editor.d.ts +26 -51
  74. package/dist/src/components/stage-editor/stage-editor.d.ts.map +1 -1
  75. package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +8 -4
  76. package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +8 -5
  77. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts +15 -19
  78. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -1
  79. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +33 -18
  80. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
  81. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts +8 -5
  82. package/dist/src/components/stage-editor-toolbar/toggle-stage.d.ts.map +1 -1
  83. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts +14 -17
  84. package/dist/src/components/stage-preview-toolbar/stage-preview-toolbar.d.ts.map +1 -1
  85. package/dist/src/components/stage-preview.d.ts +26 -0
  86. package/dist/src/components/stage-preview.d.ts.map +1 -0
  87. package/dist/src/components/stage.d.ts +18 -0
  88. package/dist/src/components/stage.d.ts.map +1 -0
  89. package/dist/src/modules/count-documents.d.ts.map +1 -1
  90. package/dist/src/modules/focus-mode.d.ts +22 -0
  91. package/dist/src/modules/focus-mode.d.ts.map +1 -0
  92. package/dist/src/modules/id.d.ts.map +1 -1
  93. package/dist/src/modules/index.d.ts +5 -2
  94. package/dist/src/modules/index.d.ts.map +1 -1
  95. package/dist/src/modules/input-documents.d.ts.map +1 -1
  96. package/dist/src/modules/is-new-pipeline-confirm.d.ts +15 -4
  97. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
  98. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +2 -1
  99. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  100. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +14 -9
  101. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  102. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  103. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  104. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
  105. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
  106. package/dist/src/modules/saved-pipeline.d.ts +1 -1
  107. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  108. package/dist/src/utils/stage.d.ts +2 -1
  109. package/dist/src/utils/stage.d.ts.map +1 -1
  110. package/package.json +28 -28
  111. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
  112. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
  113. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
  114. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
  115. package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
  116. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
  117. package/dist/src/components/stage/index.d.ts +0 -3
  118. package/dist/src/components/stage/index.d.ts.map +0 -1
  119. package/dist/src/components/stage/stage.d.ts +0 -29
  120. package/dist/src/components/stage/stage.d.ts.map +0 -1
  121. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -9
  122. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
  123. package/dist/src/components/stage-preview/index.d.ts +0 -3
  124. package/dist/src/components/stage-preview/index.d.ts.map +0 -1
  125. package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
  126. package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
  127. package/dist/src/modules/import-pipeline.d.ts +0 -20
  128. package/dist/src/modules/import-pipeline.d.ts.map +0 -1
  129. package/dist/src/modules/link.d.ts +0 -2
  130. package/dist/src/modules/link.d.ts.map +0 -1
@@ -1,25 +1,22 @@
1
- import React, { PureComponent } from 'react';
2
- export declare class StagePreviewToolbar extends PureComponent<{
3
- stageOperator?: string;
1
+ import React from 'react';
2
+ declare type StagePreviewToolbarProps = {
3
+ index: number;
4
+ stageOperator?: string | null;
5
+ hasSyntaxError?: boolean;
4
6
  hasServerError?: boolean;
5
7
  isEnabled?: boolean;
6
- previewSize: number;
8
+ previewSize?: number;
7
9
  description?: string;
8
10
  link?: string;
9
11
  destination?: string;
10
- }> {
11
- render(): JSX.Element;
12
- }
13
- declare const _default: import("react-redux").ConnectedComponent<typeof StagePreviewToolbar, Omit<React.ClassAttributes<StagePreviewToolbar> & {
14
- stageOperator?: string | undefined;
15
- hasServerError?: boolean | undefined;
16
- isEnabled?: boolean | undefined;
17
- previewSize: number;
18
- description?: string | undefined;
19
- link?: string | undefined;
20
- destination?: string | undefined;
21
- }, never> & {
12
+ isCollapsed?: boolean;
13
+ onFocusMode: (stageIndex: number) => void;
14
+ };
15
+ declare function StagePreviewToolbar({ stageOperator, hasSyntaxError, hasServerError, isEnabled, previewSize, description, link, destination, isCollapsed, onFocusMode, index: stageIndex }: StagePreviewToolbarProps): JSX.Element;
16
+ declare const _default: import("react-redux").ConnectedComponent<typeof StagePreviewToolbar, {
22
17
  index: number;
23
- } & import("react-redux").ConnectProps>;
18
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
19
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
20
+ }>;
24
21
  export default _default;
25
22
  //# sourceMappingURL=stage-preview-toolbar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stage-preview-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview-toolbar/stage-preview-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAiE7C,qBAAa,mBAAoB,SAAQ,aAAa,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;IACA,MAAM;CAsCP;;;;;;;;;;WAE4D,MAAM;;AAAnE,wBAc8B"}
1
+ {"version":3,"file":"stage-preview-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/stage-preview-toolbar/stage-preview-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2G1B,aAAK,wBAAwB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,iBAAS,mBAAmB,CAAC,EAC3B,aAAa,EACb,cAAc,EACd,cAAc,EACd,SAAS,EACT,WAAW,EACX,WAAW,EACX,IAAI,EACJ,WAAW,EACX,WAAW,EACX,WAAW,EACX,KAAK,EAAE,UAAU,EAClB,EAAE,wBAAwB,eAsC1B;;WAE4D,MAAM;;;;AAAnE,wBAmBwB"}
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ import type { Document as DocumentType } from 'mongodb';
3
+ declare type StagePreviewProps = {
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
+ isLoading: boolean;
13
+ documents: DocumentType[] | null;
14
+ isComplete: boolean;
15
+ hasServerError: boolean;
16
+ isAtlasDeployed: boolean;
17
+ isMissingAtlasOnlyStageSupport: boolean;
18
+ };
19
+ export declare function StagePreview(props: StagePreviewProps): JSX.Element;
20
+ declare const _default: import("react-redux").ConnectedComponent<typeof StagePreview, {
21
+ index: number;
22
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
23
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
24
+ }>;
25
+ export default _default;
26
+ //# sourceMappingURL=stage-preview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-preview.d.ts","sourceRoot":"","sources":["../../../src/components/stage-preview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,QAAQ,IAAI,YAAY,EAAG,MAAM,SAAS,CAAC;AAkOzD,aAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,qBAAqB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,uBAAuB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IACjC,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,OAAO,CAAC;IACzB,8BAA8B,EAAE,OAAO,CAAA;CACxC,CAAC;AAqGF,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,eAQpD;;WAGuC,MAAM;;;;AAD9C,wBA4BgB"}
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ export declare type StageProps = {
3
+ id: number;
4
+ index: number;
5
+ isEnabled: boolean;
6
+ isExpanded: boolean;
7
+ hasSyntaxError: boolean;
8
+ hasServerError: boolean;
9
+ isAutoPreviewing: boolean;
10
+ };
11
+ declare function Stage({ id, index, isEnabled, isExpanded, hasSyntaxError, hasServerError, isAutoPreviewing }: StageProps): JSX.Element;
12
+ declare const _default: import("react-redux").ConnectedComponent<typeof Stage, {
13
+ index: number;
14
+ context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
15
+ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
16
+ }>;
17
+ export default _default;
18
+ //# sourceMappingURL=stage.d.ts.map
@@ -0,0 +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 +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,CA4BtC,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,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"}
@@ -0,0 +1,22 @@
1
+ import type { AnyAction } from "redux";
2
+ declare enum ActionTypes {
3
+ FocusModeEnabled = "compass-aggregations/focusModeEnabled",
4
+ FocusModeDisabled = "compass-aggregations/focusModeDisabled"
5
+ }
6
+ declare type FocusModeEnabledAction = {
7
+ type: ActionTypes.FocusModeEnabled;
8
+ stageIndex: number;
9
+ };
10
+ declare type FocusModeDisabledAction = {
11
+ type: ActionTypes.FocusModeDisabled;
12
+ };
13
+ declare type State = {
14
+ isEnabled: boolean;
15
+ stageIndex: number;
16
+ };
17
+ export declare const INITIAL_STATE: State;
18
+ export default function reducer(state: State | undefined, action: AnyAction): State;
19
+ export declare const focusModeEnabled: (stageIndex: number) => FocusModeEnabledAction;
20
+ export declare const focusModeDisabled: () => FocusModeDisabledAction;
21
+ export {};
22
+ //# sourceMappingURL=focus-mode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-mode.d.ts","sourceRoot":"","sources":["../../../src/modules/focus-mode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,aAAK,WAAW;IACd,gBAAgB,0CAA0C;IAC1D,iBAAiB,2CAA2C;CAC7D;AAED,aAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,WAAW,CAAC,gBAAgB,CAAC;IACnC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,aAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC,iBAAiB,CAAC;CACrC,CAAC;AAEF,aAAK,KAAK,GAAG;IACX,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAG3B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,mBAAgB,EAAE,MAAM,EAAE,SAAS,GAAG,KAAK,CAc/E;AAED,eAAO,MAAM,gBAAgB,eACf,MAAM,KACjB,sBAGD,CAAC;AAEH,eAAO,MAAM,iBAAiB,QAAO,uBAEnC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../../src/modules/id.js"],"names":[],"mappings":"AAuBA,mEAJW,MAAM,UAiBhB;AA5BD,oDAAqD;AAKrD,+BAAgC;AA8BzB,4BAFM;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAI3B"}
1
+ {"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../../src/modules/id.js"],"names":[],"mappings":"AAuBA,mEAJW,MAAM,UAgBhB;AA3BD,oDAAqD;AAKrD,+BAAgC;AA6BzB,4BAFM;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAI3B"}
@@ -27,7 +27,6 @@ declare const rootReducer: import("redux").Reducer<import("redux").CombinedState
27
27
  isModified: boolean;
28
28
  isAtlasDeployed: boolean;
29
29
  isReadonly: boolean;
30
- importPipeline: any;
31
30
  settings: {
32
31
  isExpanded: boolean;
33
32
  isCommentMode: boolean;
@@ -43,7 +42,7 @@ declare const rootReducer: import("redux").Reducer<import("redux").CombinedState
43
42
  editViewName: any;
44
43
  sourceName: any;
45
44
  outResultsFn: any;
46
- isNewPipelineConfirm: boolean;
45
+ isNewPipelineConfirm: any;
47
46
  updateViewError: any;
48
47
  aggregation: import("./aggregation").State;
49
48
  workspace: import("./workspace").Workspace;
@@ -64,6 +63,10 @@ declare const rootReducer: import("redux").Reducer<import("redux").CombinedState
64
63
  };
65
64
  }>;
66
65
  }>;
66
+ focusMode: {
67
+ isEnabled: boolean;
68
+ stageIndex: number;
69
+ };
67
70
  }>, Action<any>>;
68
71
  export declare type RootState = ReturnType<typeof rootReducer>;
69
72
  export declare type PipelineBuilderThunkAction<R, A extends Action = AnyAction> = ThunkAction<R, RootState, {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAuC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAQjE,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAsCf,CAAC;AAEH,oBAAY,SAAS,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAEvD,oBAAY,0BAA0B,CACpC,CAAC,EACD,CAAC,SAAS,MAAM,GAAG,SAAS,IAC1B,WAAW,CACb,CAAC,EACD,SAAS,EACT;IAAE,eAAe,EAAE,eAAe,CAAC;IAAC,eAAe,EAAE,eAAe,CAAA;CAAE,EACtE,CAAC,CACF,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAsC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AASjE,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAsCf,CAAC;AAEH,oBAAY,SAAS,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAEvD,oBAAY,0BAA0B,CACpC,CAAC,EACD,CAAC,SAAS,MAAM,GAAG,SAAS,IAC1B,WAAW,CACb,CAAC,EACD,SAAS,EACT;IAAE,eAAe,EAAE,eAAe,CAAC;IAAC,eAAe,EAAE,eAAe,CAAA;CAAE,EACtE,CAAC,CACF,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"input-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/input-documents.js"],"names":[],"mappings":"AAWA,4CAAyE;AAKzE,4CAAyE;AAKzE,6CAA2E;;;;;;;;;AA6CpE,iDAFM,MAAM,CAIjB;AAWK,6EAJI,KAAK,GAEH,MAAM,CAOjB;AAOK,yCAFM,MAAM,CAIjB;AAOK,kDA6BN;AAvFD,4DAJW,MAAM,GAEJ,GAAG,CAiBf"}
1
+ {"version":3,"file":"input-documents.d.ts","sourceRoot":"","sources":["../../../src/modules/input-documents.js"],"names":[],"mappings":"AAWA,4CAAyE;AAKzE,4CAAyE;AAKzE,6CAA2E;;;;;;;;;AA6CpE,iDAFM,MAAM,CAIjB;AAWK,6EAJI,KAAK,GAEH,MAAM,CAOjB;AAOK,yCAFM,MAAM,CAIjB;AAOK,kDA6CN;AAvGD,4DAJW,MAAM,GAEJ,GAAG,CAiBf"}
@@ -1,5 +1,16 @@
1
- export default function reducer(state: boolean | undefined, action: Object): boolean;
2
- export const SET_IS_NEW_PIPELINE_CONFIRM: string;
3
- export const INITIAL_STATE: false;
4
- export function setIsNewPipelineConfirm(isNewPipelineConfirm: boolean): import("redux").AnyAction;
1
+ import type { AnyAction } from 'redux';
2
+ import type { PipelineBuilderThunkAction } from '.';
3
+ export declare enum ActionTypes {
4
+ ToggleConfirmNewPipeline = "compass-aggregations/is-new-pipeline-confirm/toggleConfirmNewPipeline",
5
+ NewPipelineConfirmed = "compass-aggregations/is-new-pipeline-confirm/newPipelineConfirmed"
6
+ }
7
+ declare type SetConfirmNewPipelineAction = {
8
+ type: ActionTypes.ToggleConfirmNewPipeline;
9
+ confirm: boolean;
10
+ };
11
+ export declare const INITIAL_STATE = false;
12
+ export default function reducer(state: boolean | undefined, action: AnyAction): any;
13
+ export declare const toggleNewPipelineModal: (confirm: boolean) => SetConfirmNewPipelineAction;
14
+ export declare const confirmNewPipeline: () => PipelineBuilderThunkAction<void>;
15
+ export {};
5
16
  //# sourceMappingURL=is-new-pipeline-confirm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"is-new-pipeline-confirm.d.ts","sourceRoot":"","sources":["../../../src/modules/is-new-pipeline-confirm.js"],"names":[],"mappings":"AAyBA,oEAJW,MAAM,WAYhB;AAvBD,iDAAmF;AAKnF,kCAAmC;AA2B5B,wEAFM,OAAO,OAAO,EAAE,SAAS,CAKpC"}
1
+ {"version":3,"file":"is-new-pipeline-confirm.d.ts","sourceRoot":"","sources":["../../../src/modules/is-new-pipeline-confirm.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAGpD,oBAAY,WAAW;IACrB,wBAAwB,0EAA0E;IAClG,oBAAoB,sEAAsE;CAC3F;AAED,aAAK,2BAA2B,GAAG;IACjC,IAAI,EAAE,WAAW,CAAC,wBAAwB,CAAC;IAC3C,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,aAAa,QAAQ,CAAC;AAEnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,qBAAgB,EAAE,MAAM,EAAE,SAAS,OAQvE;AAKD,eAAO,MAAM,sBAAsB,YAAa,OAAO,KAAG,2BAGxD,CAAC;AAKH,eAAO,MAAM,kBAAkB,QAAO,2BAA2B,IAAI,CAcpE,CAAC"}
@@ -5,7 +5,8 @@ export declare const updatePipelinePreview: () => PipelineBuilderThunkAction<voi
5
5
  export declare function getStagesFromBuilderState(state: RootState, pipelineBuilder: PipelineBuilder): import("bson").Document[] | (import("bson").Document[] | null)[];
6
6
  export declare function getPipelineFromBuilderState(state: RootState, pipelineBuilder: PipelineBuilder): import("bson").Document[];
7
7
  export declare function getPipelineStringFromBuilderState(state: RootState, pipelineBuilder: PipelineBuilder): string;
8
- export declare function getPipelineStageOperatorsFromBuilderState(state: RootState): string[];
8
+ export declare function getPipelineStageOperatorsFromBuilderState(state: RootState, filterEmptyStageOperators?: true): string[];
9
+ export declare function getPipelineStageOperatorsFromBuilderState(state: RootState, filterEmptyStageOperators?: false): (string | null)[];
9
10
  export declare function getIsPipelineInvalidFromBuilderState(state: RootState, includeServerErrors?: boolean): boolean;
10
11
  export declare type EditorViewType = 'stage' | 'text';
11
12
  export declare function mapPipelineModeToEditorViewType(mode: PipelineMode): EditorViewType;
@@ -1 +1 @@
1
- {"version":3,"file":"builder-helpers.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/builder-helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAEhE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAIpD,eAAO,MAAM,qBAAqB,QAC5B,2BAA2B,IAAI,CAWhC,CAAC;AAEN,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,oEAOjC;AAED,wBAAgB,2BAA2B,CACzC,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,6BAOjC;AAED,wBAAgB,iCAAiC,CAC/C,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,GAC/B,MAAM,CAMR;AAED,wBAAgB,yCAAyC,CACvD,KAAK,EAAE,SAAS,GACf,MAAM,EAAE,CAYV;AAED,wBAAgB,oCAAoC,CAClD,KAAK,EAAE,SAAS,EAChB,mBAAmB,UAAO,GACzB,OAAO,CAWT;AAED,oBAAY,cAAc,GAAG,OAAO,GAAG,MAAM,CAAC;AAC9C,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,YAAY,GAAG,cAAc,CAElF"}
1
+ {"version":3,"file":"builder-helpers.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/builder-helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAEhE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAIpD,eAAO,MAAM,qBAAqB,QAC5B,2BAA2B,IAAI,CAWhC,CAAC;AAEN,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,oEAOjC;AAED,wBAAgB,2BAA2B,CACzC,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,6BAOjC;AAED,wBAAgB,iCAAiC,CAC/C,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,eAAe,GAC/B,MAAM,CAMR;AAED,wBAAgB,yCAAyC,CACvD,KAAK,EAAE,SAAS,EAChB,yBAAyB,CAAC,EAAE,IAAI,GAC/B,MAAM,EAAE,CAAC;AACZ,wBAAgB,yCAAyC,CACvD,KAAK,EAAE,SAAS,EAChB,yBAAyB,CAAC,EAAE,KAAK,GAChC,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;AAiBrB,wBAAgB,oCAAoC,CAClD,KAAK,EAAE,SAAS,EAChB,mBAAmB,UAAO,GACzB,OAAO,CAWT;AAED,oBAAY,cAAc,GAAG,OAAO,GAAG,MAAM,CAAC;AAC9C,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,YAAY,GAAG,cAAc,CAElF"}
@@ -1,21 +1,26 @@
1
1
  import type { DataService } from 'mongodb-data-service';
2
- import type * as t from '@babel/types';
3
2
  import type { Document } from 'bson';
4
3
  import { PipelinePreviewManager } from './pipeline-preview-manager';
5
4
  import type { PreviewOptions } from './pipeline-preview-manager';
6
5
  import Stage from './stage';
7
- import { PipelineParserError } from './pipeline-parser/utils';
8
6
  export declare const DEFAULT_PIPELINE = "[]";
9
7
  export declare class PipelineBuilder {
10
- private _source;
11
- pipeline: Document[] | null;
12
- node: t.ArrayExpression | null;
13
- stages: Stage[];
14
- syntaxError: PipelineParserError[];
8
+ source: string;
9
+ private _node;
10
+ private _pipeline;
11
+ private _syntaxError;
12
+ private _stages;
15
13
  previewManager: PipelinePreviewManager;
16
14
  constructor(dataService: DataService, source?: string);
17
- set source(source: string);
18
- get source(): string;
15
+ private isEmptySource;
16
+ get node(): typeof this._node;
17
+ set node(val: typeof this._node);
18
+ get pipeline(): typeof this._pipeline;
19
+ set pipeline(val: typeof this._pipeline);
20
+ get syntaxError(): typeof this._syntaxError;
21
+ set syntaxError(val: typeof this._syntaxError);
22
+ get stages(): typeof this._stages;
23
+ set stages(val: typeof this._stages);
19
24
  private get nonEmptyStages();
20
25
  private parseSourceToPipeline;
21
26
  reset(source?: string): void;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-builder.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/pipeline-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,KAAK,CAAC,MAAM,cAAc,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,OAAO,EAAkB,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAI9E,eAAO,MAAM,gBAAgB,OAAO,CAAC;AAOrC,qBAAa,eAAe;IAC1B,OAAO,CAAC,OAAO,CAA4B;IAE3C,QAAQ,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAQ;IACnC,IAAI,EAAE,CAAC,CAAC,eAAe,GAAG,IAAI,CAAQ;IACtC,MAAM,EAAE,KAAK,EAAE,CAAM;IACrB,WAAW,EAAE,mBAAmB,EAAE,CAAM;IAExC,cAAc,EAAE,sBAAsB,CAAC;gBAE3B,WAAW,EAAE,WAAW,EAAE,MAAM,SAAmB;IAM/D,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,EAGxB;IAED,IAAI,MAAM,IALS,MAAM,CAOxB;IAKD,OAAO,KAAK,cAAc,GAEzB;IAED,OAAO,CAAC,qBAAqB;IAgB7B,KAAK,CAAC,MAAM,SAAmB;IAW/B,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAQlC,cAAc,IAAI,IAAI;IAmBtB,OAAO,CAAC,cAAc;IAUtB,qBAAqB,IAAI,QAAQ,EAAE;IAanC,cAAc,IAAI,IAAI;IAatB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,KAAK;IAQ5B,QAAQ,CAAC,KAAK,GAAE,MAA+B,GAAG,KAAK;IASvD,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,KAAK;IAQ9B,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,KAAK;IAU1C,2BAA2B,CAAC,MAAM,UAAsB,GAAG,MAAM;IAiBjE,2BAA2B,IAAI,MAAM;IAYrC,qBAAqB,CAAC,MAAM,UAAsB,GAAG,QAAQ,EAAE;IAO/D,WAAW,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI;IAOhC,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAOvC,wBAAwB;IAOxB,kBAAkB,CAChB,GAAG,EAAE,MAAM,EACX,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,cAAc,EACvB,KAAK,UAAQ,GACZ,OAAO,CAAC,QAAQ,EAAE,CAAC;IActB,uBAAuB,CACrB,GAAG,EAAE,MAAM,EACX,QAAQ,GAAE,QAAQ,EAEjB;IAQH,qBAAqB,CACnB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,cAAc,EACvB,iBAAiB,UAAQ,GACxB,OAAO,CAAC,QAAQ,EAAE,CAAC;IAkBtB,0BAA0B,CACxB,QAAQ,GAAE,QAAQ,EAAiC,EACnD,iBAAiB,UAAQ;CAY5B"}
1
+ {"version":3,"file":"pipeline-builder.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/pipeline-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,OAAO,KAAK,MAAM,SAAS,CAAC;AAK5B,eAAO,MAAM,gBAAgB,OAAO,CAAC;AAOrC,qBAAa,eAAe;IAC1B,MAAM,EAAE,MAAM,CAAoB;IAClC,OAAO,CAAC,KAAK,CAAkC;IAE/C,OAAO,CAAC,SAAS,CAA2B;IAC5C,OAAO,CAAC,YAAY,CAA6B;IACjD,OAAO,CAAC,OAAO,CAAe;IAE9B,cAAc,EAAE,sBAAsB,CAAC;gBAE3B,WAAW,EAAE,WAAW,EAAE,MAAM,SAAmB;IAc/D,OAAO,CAAC,aAAa;IAIrB,IAAI,IAAI,IAIM,OAAO,IAAI,CAAC,KAAK,CAF9B;IAED,IAAI,IAAI,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC,KAAK,EAE9B;IAED,IAAI,QAAQ,IAIM,OAAO,IAAI,CAAC,SAAS,CAFtC;IAED,IAAI,QAAQ,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC,SAAS,EAEtC;IAED,IAAI,WAAW,IAIM,OAAO,IAAI,CAAC,YAAY,CAF5C;IAED,IAAI,WAAW,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC,YAAY,EAE5C;IAED,IAAI,MAAM,IAIM,OAAO,IAAI,CAAC,OAAO,CAFlC;IAED,IAAI,MAAM,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC,OAAO,EAElC;IAKD,OAAO,KAAK,cAAc,GAEzB;IAED,OAAO,CAAC,qBAAqB;IAgB7B,KAAK,CAAC,MAAM,SAAmB;IAW/B,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IASlC,cAAc,IAAI,IAAI;IAmBtB,OAAO,CAAC,cAAc;IAUtB,qBAAqB,IAAI,QAAQ,EAAE;IAanC,cAAc,IAAI,IAAI;IAYtB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,KAAK;IAQ5B,QAAQ,CAAC,KAAK,GAAE,MAA+B,GAAG,KAAK;IASvD,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,KAAK;IAQ9B,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,KAAK;IAU1C,2BAA2B,CAAC,MAAM,UAAsB,GAAG,MAAM;IAiBjE,2BAA2B,IAAI,MAAM;IAYrC,qBAAqB,CAAC,MAAM,UAAsB,GAAG,QAAQ,EAAE;IAO/D,WAAW,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI;IAOhC,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAOvC,wBAAwB;IAOxB,kBAAkB,CAChB,GAAG,EAAE,MAAM,EACX,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,cAAc,EACvB,KAAK,UAAQ,GACZ,OAAO,CAAC,QAAQ,EAAE,CAAC;IActB,uBAAuB,CACrB,GAAG,EAAE,MAAM,EACX,QAAQ,GAAE,QAAQ,EAEjB;IAQH,qBAAqB,CACnB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,cAAc,EACvB,iBAAiB,UAAQ,GACxB,OAAO,CAAC,QAAQ,EAAE,CAAC;IAkBtB,0BAA0B,CACxB,QAAQ,GAAE,QAAQ,EAAiC,EACnD,iBAAiB,UAAQ;CAY5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-mode.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/pipeline-mode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,IAAI,CAAC;AAGrD,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,oBAAY,YAAY,GAAG,YAAY,GAAG,SAAS,CAAC;AAEpD,oBAAY,WAAW;IACrB,mBAAmB,6CAA6C;CACjE;AAED,oBAAY,yBAAyB,GAAG;IACtC,IAAI,EAAE,WAAW,CAAC,mBAAmB,CAAC;IACtC,IAAI,EAAE,YAAY,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,MAAM,EAAE,KAAK,EAAE,CAAC;CACjB,CAAC;AAEF,aAAK,KAAK,GAAG,YAAY,CAAC;AAE1B,eAAO,MAAM,aAAa,EAAE,KAAoB,CAAC;AAEjD,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,CAiB3B,CAAC;AAEF,eAAO,MAAM,kBAAkB,YACpB,YAAY,KACpB,2BAA2B,IAAI,EAAE,yBAAyB,CAkC5D,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"pipeline-mode.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/pipeline-mode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,IAAI,CAAC;AAGrD,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAMnE,oBAAY,YAAY,GAAG,YAAY,GAAG,SAAS,CAAC;AAEpD,oBAAY,WAAW;IACrB,mBAAmB,6CAA6C;CACjE;AAED,oBAAY,yBAAyB,GAAG;IACtC,IAAI,EAAE,WAAW,CAAC,mBAAmB,CAAC;IACtC,IAAI,EAAE,YAAY,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,MAAM,EAAE,KAAK,EAAE,CAAC;CACjB,CAAC;AAEF,aAAK,KAAK,GAAG,YAAY,CAAC;AAE1B,eAAO,MAAM,aAAa,EAAE,KAAoB,CAAC;AAEjD,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,KAAK,CAc3B,CAAC;AAEF,eAAO,MAAM,kBAAkB,YACpB,YAAY,KACpB,2BAA2B,IAAI,EAAE,yBAAyB,CAkC5D,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/stage-editor.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"stage-editor.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/stage-editor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAoB,QAAQ,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAG5E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,KAAK,CAAC;AAEtD,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAWjC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,0BAAkB,sBAAsB;IACtC,iBAAiB,yEAAyE;IAC1F,wBAAwB,gFAAgF;IACxG,wBAAwB,gFAAgF;IACxG,sBAAsB,8EAA8E;IACpG,QAAQ,gEAAgE;IACxE,eAAe,uEAAuE;IACtF,aAAa,8EAA8E;IAC3F,gBAAgB,wEAAwE;IACxF,mBAAmB,2EAA2E;IAC9F,oBAAoB,4EAA4E;IAChG,mBAAmB,2EAA2E;IAC9F,UAAU,kEAAkE;IAC5E,YAAY,oEAAoE;IAChF,UAAU,kEAAkE;CAC7E;AAED,oBAAY,uBAAuB,GAAG;IACpC,IAAI,EAAE,sBAAsB,CAAC,iBAAiB,CAAC;IAC/C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,oBAAY,8BAA8B,GAAG;IAC3C,IAAI,EAAE,sBAAsB,CAAC,wBAAwB,CAAC;IACtD,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,oBAAY,8BAA8B,GAAG;IAC3C,IAAI,EAAE,sBAAsB,CAAC,wBAAwB,CAAC;IACtD,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,QAAQ,EAAE,CAAC;CACzB,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IACzC,IAAI,EAAE,sBAAsB,CAAC,sBAAsB,CAAC;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,gBAAgB,CAAC;CACzB,CAAC;AAEF,oBAAY,cAAc,GAAG;IAC3B,IAAI,EAAE,sBAAsB,CAAC,QAAQ,CAAC;IACtC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAClC,IAAI,EAAE,sBAAsB,CAAC,eAAe,CAAC;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,QAAQ,EAAE,CAAC;CACzB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,IAAI,EAAE,sBAAsB,CAAC,aAAa,CAAC;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,gBAAgB,CAAC;CACzB,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IACnC,IAAI,EAAE,sBAAsB,CAAC,gBAAgB,CAAC;IAC9C,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACtC,IAAI,EAAE,sBAAsB,CAAC,mBAAmB,CAAC;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,oBAAY,0BAA0B,GAAG;IACvC,IAAI,EAAE,sBAAsB,CAAC,oBAAoB,CAAC;IAClD,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACtC,IAAI,EAAE,sBAAsB,CAAC,mBAAmB,CAAC;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,oBAAY,cAAc,GAAG;IAC3B,IAAI,EAAE,sBAAsB,CAAC,UAAU,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC9B,IAAI,EAAE,sBAAsB,CAAC,YAAY,CAAC;IAC1C,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC5B,IAAI,EAAE,sBAAsB,CAAC,UAAU,CAAC;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAgBF,eAAO,MAAM,gBAAgB,QACtB,MAAM,KACV,2BACD,QAAQ,IAAI,CAAC,EACX,uBAAuB,GACvB,8BAA8B,GAC9B,4BAA4B,GAC5B,8BAA8B,CA2EjC,CAAC;AAEF,eAAO,MAAM,wBAAwB,SAC7B,MAAM,KACX,2BAA2B,IAAI,CAQjC,CAAC;AAEF,eAAO,MAAM,QAAQ,QACd,MAAM,KACV,2BAA2B,QAAQ,IAAI,CAAC,CA2D1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,OACvB,MAAM,UACF,MAAM,KACb,2BAA2B,IAAI,EAAE,sBAAsB,CAazD,CAAC;AAwCF,eAAO,MAAM,mBAAmB,OAC1B,MAAM,UACF,MAAM,KACb,2BAA2B,IAAI,EAAE,yBAAyB,CAgD5D,CAAC;AAEF,eAAO,MAAM,mBAAmB,OAC1B,MAAM,UACF,OAAO,KACd,2BAA2B,IAAI,EAAE,yBAAyB,CAc5D,CAAC;AAEF,eAAO,MAAM,oBAAoB,OAC3B,MAAM,UACF,OAAO,KACd,0BAMF,CAAC;AAEF,eAAO,MAAM,QAAQ,WACX,MAAM,KACb,2BAA2B,IAAI,EAAE,cAAc,CAWjD,CAAC;AAEF,eAAO,MAAM,WAAW,OAClB,MAAM,KACT,2BAA2B,IAAI,EAAE,iBAAiB,CAcpD,CAAC;AAEF,eAAO,MAAM,SAAS,SACd,MAAM,MACR,MAAM,KACT,2BAA2B,IAAI,EAAE,eAAe,CAiBlD,CAAC;AAEF,oBAAY,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,MAAM,EAAE;QACN,EAAE,EAAE,MAAM,CAAC;QACX,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,WAAW,EAAE,mBAAmB,GAAG,IAAI,CAAC;QACxC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;QACrC,OAAO,EAAE,OAAO,CAAC;QACjB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;QAC/B,SAAS,EAAE,OAAO,CAAC;QACnB,QAAQ,EAAE,OAAO,CAAC;QAClB,KAAK,EAAE,OAAO,CAAC;KAChB,EAAE,CAAC;CACL,CAAC;AAEF,wBAAgB,2BAA2B,CACzC,KAAK,EAAE,KAAK,GACX,gBAAgB,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAapC;AAED,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,gBAAgB,CAiOtC,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"text-editor-output-stage.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/text-editor-output-stage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAoB,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAElE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,IAAI,CAAC;AA+BrD,aAAK,gBAAgB,GAAG;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAQF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,gBAAgB,CAyDtC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QACpC,2BAA2B,QAAQ,IAAI,CAAC,CA8C1C,CAAC;AAEF,eAAO,MAAM,yBAAyB,QACnC,2BAA2B,IAAI,CAajC,CAAC;AAGF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"text-editor-output-stage.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/text-editor-output-stage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAoB,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAElE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,IAAI,CAAC;AA+BrD,aAAK,gBAAgB,GAAG;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAQF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,gBAAgB,CAwDtC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QACpC,2BAA2B,QAAQ,IAAI,CAAC,CA8C1C,CAAC;AAEF,eAAO,MAAM,yBAAyB,QACnC,2BAA2B,IAAI,CAajC,CAAC;AAGF,eAAe,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"text-editor-pipeline.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/text-editor-pipeline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,IAAI,CAAC;AAQrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,0BAAkB,iBAAiB;IACjC,kBAAkB,sFAAsF;IACxG,yBAAyB,yFAAyF;IAClH,yBAAyB,6FAA6F;IACtH,uBAAuB,2FAA2F;IAClH,iBAAiB,qFAAqF;CACvG;AAED,oBAAY,uBAAuB,GAAG;IACpC,IAAI,EAAE,iBAAiB,CAAC,iBAAiB,CAAC;IAC1C,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,mBAAmB,EAAE,CAAC;CACrC,CAAC;AAEF,aAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,iBAAiB,CAAC,kBAAkB,CAAC;CAC5C,CAAC;AAEF,aAAK,+BAA+B,GAAG;IACrC,IAAI,EAAE,iBAAiB,CAAC,yBAAyB,CAAC;CACnD,CAAC;AAEF,aAAK,+BAA+B,GAAG;IACrC,IAAI,EAAE,iBAAiB,CAAC,yBAAyB,CAAC;IAClD,WAAW,EAAE,QAAQ,EAAE,CAAC;CACzB,CAAC;AAEF,aAAK,6BAA6B,GAAG;IACnC,IAAI,EAAE,iBAAiB,CAAC,uBAAuB,CAAC;IAChD,WAAW,EAAE,gBAAgB,CAAC;CAC/B,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAYF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,eAAe,CAsGrC,CAAC;AAEF,wBAAgB,cAAc,CAC5B,WAAW,EAAE,OAAO,EACpB,YAAY,EAAE,mBAAmB,EAAE,WAGpC;AAED,eAAO,MAAM,sBAAsB,QAChC,2BACD,QAAQ,IAAI,CAAC,EACb,wBAAwB,GACxB,+BAA+B,GAC/B,6BAA6B,GAC7B,+BAA+B,CAmEhC,CAAC;AAEF,eAAO,MAAM,iBAAiB,aAClB,MAAM,KACf,2BAA2B,IAAI,EAAE,uBAAuB,CAyB1D,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"text-editor-pipeline.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/text-editor-pipeline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,IAAI,CAAC;AAQrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,0BAAkB,iBAAiB;IACjC,kBAAkB,sFAAsF;IACxG,yBAAyB,yFAAyF;IAClH,yBAAyB,6FAA6F;IACtH,uBAAuB,2FAA2F;IAClH,iBAAiB,qFAAqF;CACvG;AAED,oBAAY,uBAAuB,GAAG;IACpC,IAAI,EAAE,iBAAiB,CAAC,iBAAiB,CAAC;IAC1C,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,mBAAmB,EAAE,CAAC;CACrC,CAAC;AAEF,aAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,iBAAiB,CAAC,kBAAkB,CAAC;CAC5C,CAAC;AAEF,aAAK,+BAA+B,GAAG;IACrC,IAAI,EAAE,iBAAiB,CAAC,yBAAyB,CAAC;CACnD,CAAC;AAEF,aAAK,+BAA+B,GAAG;IACrC,IAAI,EAAE,iBAAiB,CAAC,yBAAyB,CAAC;IAClD,WAAW,EAAE,QAAQ,EAAE,CAAC;CACzB,CAAC;AAEF,aAAK,6BAA6B,GAAG;IACnC,IAAI,EAAE,iBAAiB,CAAC,uBAAuB,CAAC;IAChD,WAAW,EAAE,gBAAgB,CAAC;CAC/B,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAYF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,eAAe,CAoGrC,CAAC;AAEF,wBAAgB,cAAc,CAC5B,WAAW,EAAE,OAAO,EACpB,YAAY,EAAE,mBAAmB,EAAE,WAGpC;AAED,eAAO,MAAM,sBAAsB,QAChC,2BACD,QAAQ,IAAI,CAAC,EACb,wBAAwB,GACxB,+BAA+B,GAC/B,6BAA6B,GAC7B,+BAA+B,CAmEhC,CAAC;AAEF,eAAO,MAAM,iBAAiB,aAClB,MAAM,KACf,2BAA2B,IAAI,EAAE,uBAAuB,CAyB1D,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -22,7 +22,7 @@ export declare const savedPipelineAdd: (pipelines: StoredPipeline[]) => {
22
22
  };
23
23
  export declare const getSavedPipelines: () => PipelineBuilderThunkAction<void>;
24
24
  export declare const updatePipelineList: () => PipelineBuilderThunkAction<void>;
25
- export declare const deletePipeline: (pipelineId: string) => PipelineBuilderThunkAction<Promise<void>>;
25
+ export declare const deletePipelineById: (pipelineId: string) => PipelineBuilderThunkAction<Promise<void>>;
26
26
  export declare const openPipelineById: (id: string) => PipelineBuilderThunkAction<Promise<void>>;
27
27
  export declare const saveCurrentPipeline: () => PipelineBuilderThunkAction<void>;
28
28
  //# sourceMappingURL=saved-pipeline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"saved-pipeline.d.ts","sourceRoot":"","sources":["../../../src/modules/saved-pipeline.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAQhE,eAAO,MAAM,wBAAwB,QAAuB,CAAC;AAC7D,eAAO,MAAM,kBAAkB,QAAkB,CAAC;AAClD,eAAO,MAAM,gBAAgB,QAA+B,CAAC;AAE7D,oBAAY,kBAAkB,GAAG;IAC/B,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAI3B,CAAC;AAuBF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,gCAAgB,EAAE,MAAM,EAAE,SAAS;;;;EAGvE;AAED,eAAO,MAAM,qBAAqB,SACzB,OAAO,KAAG,2BAA2B,IAAI,CAS/C,CAAC;AAEJ,eAAO,MAAM,gBAAgB,cAAe,cAAc,EAAE;;;CAG1D,CAAC;AAEH,eAAO,MAAM,iBAAiB,QAAO,2BAA2B,IAAI,CAKjE,CAAC;AAKJ,eAAO,MAAM,kBAAkB,QAAO,2BAA2B,IAAI,CAclE,CAAC;AAKJ,eAAO,MAAM,cAAc,eACb,MAAM,KACjB,2BAA2B,QAAQ,IAAI,CAAC,CAK1C,CAAC;AAKF,eAAO,MAAM,gBAAgB,OACvB,MAAM,KACT,2BAA2B,QAAQ,IAAI,CAAC,CAiC1C,CAAC;AAKF,eAAO,MAAM,mBAAmB,QAAO,2BAA2B,IAAI,CAkDrE,CAAC"}
1
+ {"version":3,"file":"saved-pipeline.d.ts","sourceRoot":"","sources":["../../../src/modules/saved-pipeline.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAQhE,eAAO,MAAM,wBAAwB,QAAuB,CAAC;AAC7D,eAAO,MAAM,kBAAkB,QAAkB,CAAC;AAClD,eAAO,MAAM,gBAAgB,QAA+B,CAAC;AAE7D,oBAAY,kBAAkB,GAAG;IAC/B,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAI3B,CAAC;AAuBF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,gCAAgB,EAAE,MAAM,EAAE,SAAS;;;;EAGvE;AAED,eAAO,MAAM,qBAAqB,SACzB,OAAO,KAAG,2BAA2B,IAAI,CAS/C,CAAC;AAEJ,eAAO,MAAM,gBAAgB,cAAe,cAAc,EAAE;;;CAG1D,CAAC;AAEH,eAAO,MAAM,iBAAiB,QAAO,2BAA2B,IAAI,CAKjE,CAAC;AAKJ,eAAO,MAAM,kBAAkB,QAAO,2BAA2B,IAAI,CAclE,CAAC;AAKJ,eAAO,MAAM,kBAAkB,eACjB,MAAM,KACjB,2BAA2B,QAAQ,IAAI,CAAC,CAK1C,CAAC;AAKF,eAAO,MAAM,gBAAgB,OACvB,MAAM,KACT,2BAA2B,QAAQ,IAAI,CAAC,CAiC1C,CAAC;AAKF,eAAO,MAAM,mBAAmB,QAAO,2BAA2B,IAAI,CAkDrE,CAAC"}
@@ -7,9 +7,10 @@ export function getStageInfo(namespace: string, stageOperator: string | undefine
7
7
  link?: string;
8
8
  destination?: string;
9
9
  };
10
+ export function hasSyntaxError(stage: any): boolean;
10
11
  export const OUT_STAGE_PREVIEW_TEXT: string;
11
12
  export const MERGE_STAGE_PREVIEW_TEXT: string;
12
- export function filterStageOperators({ serverVersion, env, isTimeSeries, sourceName, isReadonly, preferencesReadOnly }: Object): any[];
13
+ export function filterStageOperators({ serverVersion, env, isTimeSeries, sourceName, preferencesReadOnly }: Object): any[];
13
14
  export function getLastStageOperator(pipeline: import('mongodb').Document[]): string;
14
15
  export function isLastStageOutputStage(pipeline: import('mongodb').Document[]): boolean;
15
16
  export function isMissingAtlasStageSupport(env: string, serverError: import('mongodb').MongoServerError | null): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../src/utils/stage.js"],"names":[],"mappings":"AAmCA,mDAEC;AA+CD,wCAHW,OAAO,GACL,MAAM,GAAG,SAAS,CAI9B;AAcA,4DAJU,MAAM,SACN,OAAO,SAAS,EAAE,QAAQ,GACxB,MAAM,CA4BlB;AAaD,6CAHW,MAAM,GACJ,OAAO,CAInB;AAYD,wCALW,MAAM,iBACN,MAAM,GAAG,SAAS,GAAG,IAAI,cACzB,MAAM,GAAG,SAAS,GAAG,IAAI,GACvB;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAgCzE;AA1KD,4CAGkD;AAElD,8CAE4B;AAsCrB,wHARI,MAAM,SA4BhB;AA+GO,+CAHG,OAAO,SAAS,EAAE,QAAQ,EAAE,GAC1B,MAAM,CAKlB;AAMM,iDAHI,OAAO,SAAS,EAAE,QAAQ,EAAE,GAC1B,OAAO,CAInB;AAMO,gDAHG,MAAM,eACN,OAAO,SAAS,EAAE,gBAAgB,GAAG,IAAI,WAanD;AAMM,6CAFI,MAAM,EAAE,sBAIlB"}
1
+ {"version":3,"file":"stage.d.ts","sourceRoot":"","sources":["../../../src/utils/stage.js"],"names":[],"mappings":"AAmCA,mDAEC;AA8CD,wCAHW,OAAO,GACL,MAAM,GAAG,SAAS,CAI9B;AAcA,4DAJU,MAAM,SACN,OAAO,SAAS,EAAE,QAAQ,GACxB,MAAM,CAoBlB;AAyDD,6CAHW,MAAM,GACJ,OAAO,CAInB;AAYD,wCALW,MAAM,iBACN,MAAM,GAAG,SAAS,GAAG,IAAI,cACzB,MAAM,GAAG,SAAS,GAAG,IAAI,GACvB;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAgCzE;AA4CD,oDAEC;AA3PD,4CAGkD;AAElD,8CAE4B;AAsCrB,4GARI,MAAM,SA2BhB;AAmJO,+CAHG,OAAO,SAAS,EAAE,QAAQ,EAAE,GAC1B,MAAM,CAKlB;AAMM,iDAHI,OAAO,SAAS,EAAE,QAAQ,EAAE,GAC1B,OAAO,CAInB;AAMO,gDAHG,MAAM,eACN,OAAO,SAAS,EAAE,gBAAgB,GAAG,IAAI,WAanD;AAMM,6CAFI,MAAM,EAAE,sBAIlB"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mongodb-js/compass-aggregations",
3
3
  "productName": "Aggregations plugin",
4
- "version": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
4
+ "version": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Compass Aggregation Pipeline Builder",
7
7
  "main": "dist/index.js",
@@ -43,29 +43,31 @@
43
43
  "@mongodb-js/compass-logging": "^1.1.1",
44
44
  "@mongodb-js/compass-utils": "^0.1.2",
45
45
  "@mongodb-js/explain-plan-helper": "^1.0.1",
46
- "@mongodb-js/mongodb-constants": "^0.1.4",
46
+ "@mongodb-js/mongodb-constants": "^0.1.5",
47
47
  "@mongodb-js/mongodb-redux-common": "^2.0.3",
48
48
  "bson": "^4.4.1",
49
49
  "compass-preferences-model": "^2.4.0",
50
50
  "hadron-document": "^8.0.2",
51
- "react": "^16.14.0"
51
+ "react": "^17.0.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@babel/generator": "^7.19.5",
55
55
  "@babel/parser": "^7.19.4",
56
56
  "@babel/types": "^7.19.4",
57
+ "@dnd-kit/core": "^6.0.7",
58
+ "@dnd-kit/sortable": "^7.0.2",
59
+ "@dnd-kit/utilities": "^3.2.1",
57
60
  "@electron/remote": "^2.0.8",
58
- "@mongodb-js/eslint-config-compass": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
59
- "@mongodb-js/mocha-config-compass": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
60
- "@mongodb-js/prettier-config-compass": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
61
- "@mongodb-js/tsconfig-compass": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
62
- "@mongodb-js/webpack-config-compass": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
61
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
62
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
63
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
64
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
65
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
63
66
  "@testing-library/react": "^12.1.4",
64
67
  "@testing-library/user-event": "^13.5.0",
65
68
  "@types/lodash": "^4.14.188",
66
69
  "@types/semver": "^7.3.9",
67
70
  "chai": "^4.3.6",
68
- "classnames": "^2.2.6",
69
71
  "debug": "^4.2.0",
70
72
  "decomment": "^0.9.2",
71
73
  "depcheck": "^1.4.1",
@@ -73,20 +75,18 @@
73
75
  "electron": "^15.5.7",
74
76
  "enzyme": "^3.11.0",
75
77
  "eslint": "^7.25.0",
76
- "hadron-app-registry": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
77
- "is-electron-renderer": "^2.0.1",
78
+ "hadron-app-registry": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
78
79
  "lodash": "^4.17.21",
79
80
  "mocha": "^8.4.0",
80
- "mongodb": "^4.12.1",
81
- "mongodb-data-service": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
81
+ "mongodb": "^4.13.0",
82
+ "mongodb-data-service": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
82
83
  "mongodb-ns": "^2.4.0",
83
84
  "mongodb-query-parser": "^2.4.6",
84
85
  "nyc": "^15.1.0",
85
86
  "prop-types": "^15.7.2",
86
87
  "re-resizable": "^6.9.0",
87
- "react-dom": "^16.14.0",
88
- "react-redux": "^8.0.2",
89
- "react-sortable-hoc": "^2.0.0",
88
+ "react-dom": "^17.0.2",
89
+ "react-redux": "^8.0.5",
90
90
  "redux": "^4.2.0",
91
91
  "redux-thunk": "^2.3.0",
92
92
  "rimraf": "^3.0.0",
@@ -95,18 +95,18 @@
95
95
  "xvfb-maybe": "^0.2.1"
96
96
  },
97
97
  "dependencies": {
98
- "@mongodb-js/compass-components": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
99
- "@mongodb-js/compass-crud": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
100
- "@mongodb-js/compass-editor": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
101
- "@mongodb-js/compass-logging": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
102
- "@mongodb-js/compass-utils": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
103
- "@mongodb-js/explain-plan-helper": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
104
- "@mongodb-js/mongodb-constants": "^0.1.4",
105
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
98
+ "@mongodb-js/compass-components": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
99
+ "@mongodb-js/compass-crud": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
100
+ "@mongodb-js/compass-editor": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
101
+ "@mongodb-js/compass-logging": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
102
+ "@mongodb-js/compass-utils": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
103
+ "@mongodb-js/explain-plan-helper": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
104
+ "@mongodb-js/mongodb-constants": "^0.1.5",
105
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
106
106
  "bson": "^4.4.1",
107
- "compass-preferences-model": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
108
- "hadron-document": "0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2",
109
- "react": "^16.14.0"
107
+ "compass-preferences-model": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
108
+ "hadron-document": "0.0.0-next-d09be9dbbff785d6692110b819e06b0186bd3ac7",
109
+ "react": "^17.0.2"
110
110
  },
111
111
  "homepage": "https://github.com/mongodb-js/compass",
112
112
  "bugs": {
@@ -117,5 +117,5 @@
117
117
  "type": "git",
118
118
  "url": "https://github.com/mongodb-js/compass.git"
119
119
  },
120
- "gitHead": "0d9e77c42a99b49fd4ecc7167d0c769866f92ef2"
120
+ "gitHead": "d09be9dbbff785d6692110b819e06b0186bd3ac7"
121
121
  }
@@ -1,17 +0,0 @@
1
- export default ConfirmImportPipeline;
2
- declare class ConfirmImportPipeline extends React.PureComponent<any, any, any> {
3
- static displayName: string;
4
- static propTypes: {
5
- isConfirmationNeeded: PropTypes.Validator<boolean>;
6
- isAutoPreviewing: PropTypes.Validator<boolean>;
7
- closeImport: PropTypes.Validator<(...args: any[]) => any>;
8
- confirmNew: PropTypes.Validator<(...args: any[]) => any>;
9
- };
10
- constructor(props: any);
11
- constructor(props: any, context: any);
12
- onConfirm: () => void;
13
- render(): React.Component;
14
- }
15
- import React from "react";
16
- import PropTypes from "prop-types";
17
- //# sourceMappingURL=confirm-import-pipeline.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"confirm-import-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/confirm-import-pipeline.jsx"],"names":[],"mappings":";AAYA;IACE,2BAAsD;IAEtD;;;;;MAKC;IA6B+nkB,wBAA8C;IAAA,sCAAyJ;IA3Bv0kB,sBAEC;IAOD,UAFa,MAAM,SAAS,CAgB3B;CACF"}
@@ -1,17 +0,0 @@
1
- export default ConfirmNewPipeline;
2
- declare class ConfirmNewPipeline extends React.PureComponent<any, any, any> {
3
- static displayName: string;
4
- static propTypes: {
5
- isNewPipelineConfirm: PropTypes.Validator<boolean>;
6
- setIsNewPipelineConfirm: PropTypes.Validator<(...args: any[]) => any>;
7
- newPipeline: PropTypes.Validator<(...args: any[]) => any>;
8
- };
9
- constructor(props: any);
10
- constructor(props: any, context: any);
11
- onConfirm: () => void;
12
- onClose: () => void;
13
- render(): React.Component;
14
- }
15
- import React from "react";
16
- import PropTypes from "prop-types";
17
- //# sourceMappingURL=confirm-new-pipeline.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"confirm-new-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/confirm-new-pipeline.jsx"],"names":[],"mappings":";AAaA;IACE,2BAAmD;IAEnD;;;;MAIC;IAwC8/jB,wBAA8C;IAAA,sCAAyJ;IAnCtskB,sBAGC;IAKD,oBAEC;IAOD,UAFa,MAAM,SAAS,CAgB3B;CACF"}
@@ -1,33 +0,0 @@
1
- import React from 'react';
2
- import type { CompletionWithServerInfo } from '@mongodb-js/compass-editor';
3
- export declare const ImportPipeline: React.FunctionComponent<{
4
- isOpen?: boolean;
5
- closeImport(): void;
6
- changeText(newText: string): void;
7
- createNew(): void;
8
- text: string;
9
- error?: string | null;
10
- fields: CompletionWithServerInfo[];
11
- serverVersion: string;
12
- }>;
13
- declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<{
14
- isOpen?: boolean | undefined;
15
- closeImport(): void;
16
- changeText(newText: string): void;
17
- createNew(): void;
18
- text: string;
19
- error?: string | null | undefined;
20
- fields: CompletionWithServerInfo[];
21
- serverVersion: string;
22
- }>, Omit<{
23
- isOpen?: boolean | undefined;
24
- closeImport(): void;
25
- changeText(newText: string): void;
26
- createNew(): void;
27
- text: string;
28
- error?: string | null | undefined;
29
- fields: CompletionWithServerInfo[];
30
- serverVersion: string;
31
- }, "text" | "error" | "fields" | "serverVersion" | "isOpen" | "createNew" | "closeImport" | "changeText"> & import("react-redux").ConnectProps>;
32
- export default _default;
33
- //# sourceMappingURL=import-pipeline.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"import-pipeline.d.ts","sourceRoot":"","sources":["../../../../../src/components/pipeline/modals/import-pipeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAsC3E,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACnD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,IAAI,IAAI,CAAC;IACpB,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,SAAS,IAAI,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,wBAAwB,EAAE,CAAC;IACnC,aAAa,EAAE,MAAM,CAAC;CACvB,CA4CA,CAAC;;;;;;;;;;;;;;;;;;;;AAkBF,wBAA8D"}
@@ -1,3 +0,0 @@
1
- export default Stage;
2
- import Stage from "./stage";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stage/index.js"],"names":[],"mappings":""}
@@ -1,29 +0,0 @@
1
- declare const _default: import("react-redux").ConnectedComponent<typeof Stage, Omit<PropTypes.InferProps<{
2
- index: PropTypes.Validator<number>;
3
- isEnabled: PropTypes.Requireable<boolean>;
4
- isExpanded: PropTypes.Requireable<boolean>;
5
- isAutoPreviewing: PropTypes.Requireable<boolean>;
6
- hasServerError: PropTypes.Requireable<boolean>;
7
- }>, never> & import("react-redux").ConnectProps>;
8
- export default _default;
9
- declare class Stage extends React.PureComponent<any, any, any> {
10
- static propTypes: {
11
- index: PropTypes.Validator<number>;
12
- isEnabled: PropTypes.Requireable<boolean>;
13
- isExpanded: PropTypes.Requireable<boolean>;
14
- isAutoPreviewing: PropTypes.Requireable<boolean>;
15
- hasServerError: PropTypes.Requireable<boolean>;
16
- };
17
- constructor(props: any);
18
- constructor(props: any, context: any);
19
- getOpacity(): number;
20
- renderEditor(): JSX.Element;
21
- renderResizableEditor(): JSX.Element;
22
- resizableRef: Resizable | null | undefined;
23
- renderPreview(): JSX.Element;
24
- render(): Component;
25
- }
26
- import PropTypes from "prop-types";
27
- import React from "react";
28
- import { Resizable } from "re-resizable";
29
- //# sourceMappingURL=stage.d.ts.map