@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
package/README.md CHANGED
@@ -49,8 +49,7 @@ If you're interested in helping with the Aggregation Builder plugin, we'd be ove
49
49
  - [`<ExportToLanguage />`](https://github.com/mongodb-js/compass-export-to-language) Modal plugin that connects `<Aggregation />` to `bson-transpilers` [for actual compiling to another language](https://github.com/mongodb-js/bson-transpilers)
50
50
  - [`mongodb-js/stage-validator`](https://github.com/mongodb-js/stage-validator) Aggregation Pipeline Stage grammar.
51
51
  - [`bson-transpilers`](https://github.com/mongodb-js/bson-transpilers) Read the amazing: [Compiler in JavaScript using ANTLR](https://medium.com/dailyjs/compiler-in-javascript-using-antlr-9ec53fd2780f)
52
- - [`mongodb-js/ace-mode`](https://github.com/mongodb-js/ace-mode) MongoDB highlighting rules for ACE.
53
- - [`mongodb-js/ace-autocompleter`](https://github.com/mongodb-js/ace-autocompleter) Makes ACE autocompletion aware of MongoDB Aggregation Pipeline [operators, expressions, and fields](https://github.com/mongodb-js/ace-autocompleter/tree/master/lib/constants).
52
+ - [`@mongodb-js/compass-editor`](https://github.com/mongodb-js/compass/tree/main/packages/compass-editor) Reusable Compass editor component based on ace-editor with MongoDB-specific ace modes, themes, and autocompleters.
54
53
 
55
54
  ## Usage
56
55