@mongodb-js/compass-aggregations 9.9.0 → 9.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/src/components/add-stage/add-stage.d.ts +1 -1
  4. package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
  5. package/dist/src/components/aggregation-side-panel/index.d.ts.map +1 -1
  6. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/field-combobox.d.ts +21 -0
  7. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/field-combobox.d.ts.map +1 -0
  8. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/basic-group.d.ts +5 -0
  9. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/basic-group.d.ts.map +1 -0
  10. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.d.ts +15 -0
  11. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-statistics.d.ts.map +1 -0
  12. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-subset.d.ts +27 -0
  13. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/group/group-with-subset.d.ts.map +1 -0
  14. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/index.d.ts +9 -6
  15. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/index.d.ts.map +1 -1
  16. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/lookup/lookup.d.ts +18 -0
  17. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/lookup/lookup.d.ts.map +1 -0
  18. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-condition-form.d.ts +44 -0
  19. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-condition-form.d.ts.map +1 -0
  20. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-group-form.d.ts +29 -0
  21. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match-group-form.d.ts.map +1 -0
  22. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match.d.ts +41 -0
  23. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/match/match.d.ts.map +1 -0
  24. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts +8 -12
  25. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/project/project.d.ts.map +1 -1
  26. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.d.ts +2 -4
  27. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/sort/sort.d.ts.map +1 -1
  28. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-card.d.ts +12 -0
  29. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-card.d.ts.map +1 -0
  30. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/utils.d.ts +18 -0
  31. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/utils.d.ts.map +1 -0
  32. package/dist/src/components/focus-mode/focus-mode.d.ts.map +1 -1
  33. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  34. package/dist/src/components/pipeline-builder-workspace/index.d.ts +0 -1
  35. package/dist/src/components/pipeline-builder-workspace/index.d.ts.map +1 -1
  36. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  37. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/dnd-wrapper.d.ts +8 -0
  38. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/dnd-wrapper.d.ts.map +1 -0
  39. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts +3 -1
  40. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/index.d.ts.map +1 -1
  41. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list.d.ts +1 -2
  42. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace/sortable-list.d.ts.map +1 -1
  43. package/dist/src/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
  44. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  45. package/dist/src/components/stage-toolbar/index.d.ts +1 -3
  46. package/dist/src/components/stage-toolbar/index.d.ts.map +1 -1
  47. package/dist/src/components/stage-wizard/index.d.ts +2 -1
  48. package/dist/src/components/stage-wizard/index.d.ts.map +1 -1
  49. package/dist/src/components/stage.d.ts.map +1 -1
  50. package/dist/src/components/use-case-droppable-area/index.d.ts +11 -0
  51. package/dist/src/components/use-case-droppable-area/index.d.ts.map +1 -0
  52. package/dist/src/components/use-guide-cue.d.ts +15 -0
  53. package/dist/src/components/use-guide-cue.d.ts.map +1 -0
  54. package/dist/src/modules/aggregation.d.ts.map +1 -1
  55. package/dist/src/modules/collections-fields.d.ts +41 -0
  56. package/dist/src/modules/collections-fields.d.ts.map +1 -0
  57. package/dist/src/modules/explain.d.ts +1 -55
  58. package/dist/src/modules/explain.d.ts.map +1 -1
  59. package/dist/src/modules/index.d.ts +3 -2
  60. package/dist/src/modules/index.d.ts.map +1 -1
  61. package/dist/src/stores/store.d.ts +5 -2
  62. package/dist/src/stores/store.d.ts.map +1 -1
  63. package/dist/src/utils/get-schema.d.ts +7 -1
  64. package/dist/src/utils/get-schema.d.ts.map +1 -1
  65. package/dist/src/utils/local-storage.d.ts +2 -2
  66. package/dist/src/utils/local-storage.d.ts.map +1 -1
  67. package/package.json +35 -37
  68. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-list.d.ts +0 -6
  69. package/dist/src/components/aggregation-side-panel/stage-wizard-use-cases/use-case-list.d.ts.map +0 -1
  70. package/dist/src/components/pipeline-explain/explain-indexes.d.ts +0 -8
  71. package/dist/src/components/pipeline-explain/explain-indexes.d.ts.map +0 -1
  72. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts +0 -10
  73. package/dist/src/components/pipeline-explain/explain-query-performance.d.ts.map +0 -1
  74. package/dist/src/components/pipeline-explain/explain-results.d.ts +0 -9
  75. package/dist/src/components/pipeline-explain/explain-results.d.ts.map +0 -1
  76. package/dist/src/components/pipeline-explain/index.d.ts +0 -17
  77. package/dist/src/components/pipeline-explain/index.d.ts.map +0 -1
  78. package/dist/src/modules/indexes.d.ts +0 -22
  79. package/dist/src/modules/indexes.d.ts.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.