@mongodb-js/compass-aggregations 0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb → 0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04

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 (53) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/browser.js.LICENSE.txt +0 -6
  3. package/dist/index.css +0 -48
  4. package/dist/index.js +1 -22
  5. package/dist/index.js.LICENSE.txt +0 -6
  6. package/dist/src/components/create-view-modal/create-view-modal.d.ts +1 -1
  7. package/dist/src/components/duplicate-view-modal/duplicate-view-modal.d.ts +1 -1
  8. package/dist/src/components/pipeline/pipeline.d.ts +4 -0
  9. package/dist/src/components/pipeline/pipeline.d.ts.map +1 -1
  10. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  11. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  12. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +3 -1
  13. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  14. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts +13 -0
  15. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -0
  16. package/dist/src/components/pipeline-output-options-menu.d.ts +7 -0
  17. package/dist/src/components/pipeline-output-options-menu.d.ts.map +1 -0
  18. package/dist/src/components/pipeline-results-workspace/index.d.ts +1 -0
  19. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  20. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts +3 -0
  21. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  22. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts +1 -0
  23. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
  24. package/dist/src/components/pipeline-toolbar/index.d.ts +3 -0
  25. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  26. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  27. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +3 -3
  28. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  29. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  30. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +36 -10
  31. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
  32. package/dist/src/components/stage-preview/stage-preview.d.ts.map +1 -1
  33. package/dist/src/modules/index.d.ts +8 -1
  34. package/dist/src/modules/index.d.ts.map +1 -1
  35. package/dist/src/modules/pipeline-builder/index.d.ts +8 -1
  36. package/dist/src/modules/pipeline-builder/index.d.ts.map +1 -1
  37. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +4 -2
  38. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  39. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +1 -2
  40. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  41. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  42. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +6 -1
  43. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  44. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts +13 -0
  45. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -0
  46. package/dist/src/modules/pipeline-builder/{text-editor.d.ts → text-editor-pipeline.d.ts} +13 -8
  47. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -0
  48. package/dist/src/utils/stage.d.ts +5 -1
  49. package/dist/src/utils/stage.d.ts.map +1 -1
  50. package/package.json +18 -21
  51. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts +0 -14
  52. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts.map +0 -1
  53. package/dist/src/modules/pipeline-builder/text-editor.d.ts.map +0 -1
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-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
4
+ "version": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Compass Aggregation Pipeline Builder",
7
7
  "main": "dist/index.js",
@@ -55,14 +55,13 @@
55
55
  "@babel/parser": "^7.19.4",
56
56
  "@babel/types": "^7.19.4",
57
57
  "@electron/remote": "^2.0.8",
58
- "@mongodb-js/eslint-config-compass": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
59
- "@mongodb-js/mocha-config-compass": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
60
- "@mongodb-js/prettier-config-compass": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
61
- "@mongodb-js/tsconfig-compass": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
62
- "@mongodb-js/webpack-config-compass": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
58
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
59
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
60
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
61
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
62
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
63
63
  "@testing-library/react": "^12.1.4",
64
64
  "@testing-library/user-event": "^13.5.0",
65
- "@types/prettier": "^2.7.1",
66
65
  "@types/semver": "^7.3.9",
67
66
  "chai": "^4.3.6",
68
67
  "classnames": "^2.2.6",
@@ -73,20 +72,18 @@
73
72
  "electron": "^15.5.7",
74
73
  "enzyme": "^3.11.0",
75
74
  "eslint": "^7.25.0",
76
- "hadron-app-registry": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
75
+ "hadron-app-registry": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
77
76
  "is-electron-renderer": "^2.0.1",
78
77
  "mocha": "^8.4.0",
79
78
  "mongodb": "^4.10.0",
80
- "mongodb-data-service": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
79
+ "mongodb-data-service": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
81
80
  "mongodb-ns": "^2.4.0",
82
81
  "mongodb-query-parser": "^2.4.6",
83
82
  "nyc": "^15.1.0",
84
- "prettier": "^2.7.1",
85
83
  "prop-types": "^15.7.2",
86
84
  "re-resizable": "^6.9.0",
87
85
  "react-dom": "^16.14.0",
88
86
  "react-redux": "^8.0.2",
89
- "react-select-plus": "^1.2.0",
90
87
  "react-sortable-hoc": "^2.0.0",
91
88
  "redux": "^4.2.0",
92
89
  "redux-thunk": "^2.3.0",
@@ -96,17 +93,17 @@
96
93
  "xvfb-maybe": "^0.2.1"
97
94
  },
98
95
  "dependencies": {
99
- "@mongodb-js/compass-components": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
100
- "@mongodb-js/compass-crud": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
101
- "@mongodb-js/compass-editor": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
102
- "@mongodb-js/compass-logging": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
103
- "@mongodb-js/explain-plan-helper": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
96
+ "@mongodb-js/compass-components": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
97
+ "@mongodb-js/compass-crud": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
98
+ "@mongodb-js/compass-editor": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
99
+ "@mongodb-js/compass-logging": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
100
+ "@mongodb-js/explain-plan-helper": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
104
101
  "@mongodb-js/mongodb-constants": "^0.1.4",
105
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
102
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
106
103
  "bson": "^4.4.1",
107
- "hadron-document": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
108
- "hadron-react-buttons": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
109
- "hadron-react-components": "0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb",
104
+ "hadron-document": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
105
+ "hadron-react-buttons": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
106
+ "hadron-react-components": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
110
107
  "react": "^16.14.0"
111
108
  },
112
109
  "homepage": "https://github.com/mongodb-js/compass",
@@ -118,5 +115,5 @@
118
115
  "type": "git",
119
116
  "url": "https://github.com/mongodb-js/compass.git"
120
117
  },
121
- "gitHead": "10815be8fd57f3bfd89d061e1592eb7136d4a0fb"
118
+ "gitHead": "bfa0f33f79b0349abe5ad03576e17682f507fe04"
122
119
  }
@@ -1,14 +0,0 @@
1
- export default SelectOptionWithTooltip;
2
- declare class SelectOptionWithTooltip extends React.Component<any, any, any> {
3
- static propTypes: {
4
- option: PropTypes.Validator<object>;
5
- className: PropTypes.Requireable<string>;
6
- children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
7
- };
8
- constructor(props: any);
9
- constructor(props: any, context: any);
10
- render(): JSX.Element;
11
- }
12
- import React from "react";
13
- import PropTypes from "prop-types";
14
- //# sourceMappingURL=select-option-with-tooltip.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"select-option-with-tooltip.d.ts","sourceRoot":"","sources":["../../../../../src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.jsx"],"names":[],"mappings":";AASA;IACE;;;;MAIE;IA2ByukB,wBAA8C;IAAA,sCAAyJ;IAzBl7kB,sBAqBC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"text-editor.d.ts","sourceRoot":"","sources":["../../../../src/modules/pipeline-builder/text-editor.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;AASrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAQnE,0BAAkB,iBAAiB;IACjC,kBAAkB,6EAA6E;IAC/F,yBAAyB,oFAAoF;IAC7G,uBAAuB,kFAAkF;IACzG,iBAAiB,4EAA4E;CAC9F;AAED,aAAK,uBAAuB,GAAG;IAC7B,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;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,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;CAChC,CAAC;AAWF,QAAA,MAAM,OAAO,EAAE,OAAO,CAAC,eAAe,CAwErC,CAAC;AAOF,eAAO,MAAM,sBAAsB,QAChC,2BACD,QAAQ,IAAI,CAAC,EACb,wBAAwB,GACxB,+BAA+B,GAC/B,6BAA6B,CAyD9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,UACrB,MAAM,KACZ,2BAA2B,IAAI,EAAE,uBAAuB,CAW1D,CAAC;AAGF,eAAe,OAAO,CAAC"}