@mongodb-js/compass-aggregations 0.0.0-next-faf899c161858cffa138dc64f4fbf9c0da2145e0 → 0.0.0-next-1336f6ccd01a8b5f63ed6bea289fa9f8fc4d9557

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 (60) hide show
  1. package/README.md +1 -2
  2. package/dist/browser.js +1 -1
  3. package/dist/index.css +0 -119
  4. package/dist/index.js +1 -1
  5. package/dist/src/components/pipeline-builder-input-documents.d.ts +14 -0
  6. package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -0
  7. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
  8. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -1
  9. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  10. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -1
  11. package/dist/src/components/pipeline-toolbar/index.d.ts +1 -2
  12. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  13. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  14. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  15. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +2 -3
  16. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  17. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
  18. package/dist/src/modules/input-documents.d.ts.map +1 -1
  19. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  20. package/package.json +19 -19
  21. package/dist/src/components/input/index.d.ts +0 -3
  22. package/dist/src/components/input/index.d.ts.map +0 -1
  23. package/dist/src/components/input/input.d.ts +0 -25
  24. package/dist/src/components/input/input.d.ts.map +0 -1
  25. package/dist/src/components/input-builder/index.d.ts +0 -3
  26. package/dist/src/components/input-builder/index.d.ts.map +0 -1
  27. package/dist/src/components/input-builder/input-builder.d.ts +0 -9
  28. package/dist/src/components/input-builder/input-builder.d.ts.map +0 -1
  29. package/dist/src/components/input-builder-toolbar/index.d.ts +0 -3
  30. package/dist/src/components/input-builder-toolbar/index.d.ts.map +0 -1
  31. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +0 -16
  32. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +0 -1
  33. package/dist/src/components/input-collapser/index.d.ts +0 -3
  34. package/dist/src/components/input-collapser/index.d.ts.map +0 -1
  35. package/dist/src/components/input-collapser/input-collapser.d.ts +0 -14
  36. package/dist/src/components/input-collapser/input-collapser.d.ts.map +0 -1
  37. package/dist/src/components/input-documents-count/index.d.ts +0 -3
  38. package/dist/src/components/input-documents-count/index.d.ts.map +0 -1
  39. package/dist/src/components/input-documents-count/input-documents-count.d.ts +0 -13
  40. package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +0 -1
  41. package/dist/src/components/input-preview/index.d.ts +0 -3
  42. package/dist/src/components/input-preview/index.d.ts.map +0 -1
  43. package/dist/src/components/input-preview/input-preview.d.ts +0 -15
  44. package/dist/src/components/input-preview/input-preview.d.ts.map +0 -1
  45. package/dist/src/components/input-preview-toolbar/index.d.ts +0 -3
  46. package/dist/src/components/input-preview-toolbar/index.d.ts.map +0 -1
  47. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +0 -7
  48. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +0 -1
  49. package/dist/src/components/input-refresh/index.d.ts +0 -3
  50. package/dist/src/components/input-refresh/index.d.ts.map +0 -1
  51. package/dist/src/components/input-refresh/input-refresh.d.ts +0 -13
  52. package/dist/src/components/input-refresh/input-refresh.d.ts.map +0 -1
  53. package/dist/src/components/input-toolbar/index.d.ts +0 -3
  54. package/dist/src/components/input-toolbar/index.d.ts.map +0 -1
  55. package/dist/src/components/input-toolbar/input-toolbar.d.ts +0 -16
  56. package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +0 -1
  57. package/dist/src/components/input-workspace/index.d.ts +0 -3
  58. package/dist/src/components/input-workspace/index.d.ts.map +0 -1
  59. package/dist/src/components/input-workspace/input-workspace.d.ts +0 -16
  60. package/dist/src/components/input-workspace/input-workspace.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