@mongodb-js/compass-aggregations 0.0.0-next-d43728ce0cf99f511bd2d2aebad966bc49276179 → 0.0.0-next-f6dcd616f47e1d3843402c3e0f47d541edec53f3

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 (129) 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/is-new-pipeline-confirm.d.ts +15 -4
  96. package/dist/src/modules/is-new-pipeline-confirm.d.ts.map +1 -1
  97. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +2 -1
  98. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  99. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +14 -9
  100. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  101. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  102. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  103. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
  104. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
  105. package/dist/src/modules/saved-pipeline.d.ts +1 -1
  106. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  107. package/dist/src/utils/stage.d.ts +2 -1
  108. package/dist/src/utils/stage.d.ts.map +1 -1
  109. package/package.json +28 -28
  110. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts +0 -17
  111. package/dist/src/components/pipeline/modals/confirm-import-pipeline.d.ts.map +0 -1
  112. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts +0 -17
  113. package/dist/src/components/pipeline/modals/confirm-new-pipeline.d.ts.map +0 -1
  114. package/dist/src/components/pipeline/modals/import-pipeline.d.ts +0 -33
  115. package/dist/src/components/pipeline/modals/import-pipeline.d.ts.map +0 -1
  116. package/dist/src/components/stage/index.d.ts +0 -3
  117. package/dist/src/components/stage/index.d.ts.map +0 -1
  118. package/dist/src/components/stage/stage.d.ts +0 -29
  119. package/dist/src/components/stage/stage.d.ts.map +0 -1
  120. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +0 -9
  121. package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +0 -1
  122. package/dist/src/components/stage-preview/index.d.ts +0 -3
  123. package/dist/src/components/stage-preview/index.d.ts.map +0 -1
  124. package/dist/src/components/stage-preview/stage-preview.d.ts +0 -49
  125. package/dist/src/components/stage-preview/stage-preview.d.ts.map +0 -1
  126. package/dist/src/modules/import-pipeline.d.ts +0 -20
  127. package/dist/src/modules/import-pipeline.d.ts.map +0 -1
  128. package/dist/src/modules/link.d.ts +0 -2
  129. package/dist/src/modules/link.d.ts.map +0 -1
@@ -4,12 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*!
8
- Copyright (c) 2018 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/classnames
11
- */
12
-
13
7
  /**
14
8
  * @license
15
9
  * Lodash <https://lodash.com/>
@@ -49,7 +43,7 @@ object-assign
49
43
  * LICENSE file in the root directory of this source tree.
50
44
  */
51
45
 
52
- /** @license React v0.19.1
46
+ /** @license React v0.20.2
53
47
  * scheduler.production.min.js
54
48
  *
55
49
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -67,7 +61,7 @@ object-assign
67
61
  * LICENSE file in the root directory of this source tree.
68
62
  */
69
63
 
70
- /** @license React v16.14.0
64
+ /** @license React v17.0.2
71
65
  * react-dom.production.min.js
72
66
  *
73
67
  * Copyright (c) Facebook, Inc. and its affiliates.
package/dist/index.css CHANGED
@@ -1,28 +1,4 @@
1
- .import-pipeline-module-import-pipeline-editor__2L-TC {
2
- flex-shrink: 0;
3
- position: relative;
4
- padding: 10px 0px 10px 0px;
5
- overflow: scroll;
6
- background: #f9fbfa;
7
- border-left: 2px solid #e8edeb;
8
- min-height: 180px;
9
- max-height: 300px;
10
- }
11
- .import-pipeline-module-import-pipeline-error__92RZw {
12
- flex-shrink: 0;
13
- position: relative;
14
- margin: 10px 0px;
15
- padding: 10px;
16
- border-radius: 3px;
17
- overflow: auto;
18
- background: #ff6960;
19
- max-height: 100px;
20
- color: #f9fbfa;
21
- font-size: x-small;
22
- font-weight: bold;
23
- }
24
-
25
- .pipeline-module-pipeline__1nWUF {
1
+ .pipeline-module-pipeline__zEbsA {
26
2
  display: flex;
27
3
  flex-grow: 1;
28
4
  flex-direction: column;
@@ -31,16 +7,16 @@
31
7
  min-height: 0;
32
8
  position: relative;
33
9
  }
34
- .pipeline-module-pipeline-collation-toolbar-container__2S68M {
10
+ .pipeline-module-pipeline-collation-toolbar-container__\+1WeG {
35
11
  padding: 6px 10px 6px 15px;
36
12
  border-bottom: 1px solid rgba(0, 30, 43, 0.2);
37
13
  box-shadow: 1px 1px 3px rgba(0, 30, 43, 0.4);
38
14
  }
39
- .pipeline-module-pipeline-error-banner-container__19QTd {
15
+ .pipeline-module-pipeline-error-banner-container__ipoef {
40
16
  margin-left: 20px;
41
17
  margin-right: 36px;
42
18
  }
43
- .pipeline-module-pipeline-fullscreen__2QlA5 {
19
+ .pipeline-module-pipeline-fullscreen__Sy1Jk {
44
20
  position: absolute;
45
21
  top: 0;
46
22
  right: 0;
@@ -48,252 +24,14 @@
48
24
  bottom: 0;
49
25
  }
50
26
 
51
- .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
52
- width: 100%;
53
- border-bottom: 1px solid #e8edeb;
54
- border-radius: 4px 4px 0 0;
55
- padding: 10px;
56
- flex-shrink: 0;
57
- display: flex;
58
- flex-direction: row;
59
- align-items: center;
60
- position: relative;
61
- height: 30px;
62
- cursor: move;
63
- cursor: grab;
64
- }
65
- .dragging .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
66
- pointer-events: auto;
67
- cursor: grabbing;
68
- }
69
- .stage-editor-toolbar-module-stage-editor-toolbar-right__3NPrk {
70
- display: flex;
71
- justify-content: flex-end;
72
- flex-grow: 4;
73
- align-items: center;
74
- }
75
- .stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
76
- background: #ffeae5;
77
- }
78
- .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK .stage-editor-toolbar-module-tooltip-icon__3szXX {
79
- margin-top: 6px;
80
- margin-right: 6px;
81
- }
82
-
83
- .stage-editor-module-stage-editor-container__1XwN_ {
84
- position: relative;
85
- padding: 6px 8px;
86
- text-align: center;
87
- }
88
- .stage-editor-module-stage-editor__3F-oQ {
89
- flex-shrink: 0;
90
- margin: 0;
91
- padding: 10px 0px 10px 0px;
92
- overflow: hidden;
93
- background: #f9fbfa;
94
- border-left: 2px solid #e8edeb;
95
- width: 100%;
96
- min-height: 180px;
97
- }
98
- .stage-editor-module-stage-editor-errormsg__3Le7I {
99
- flex-shrink: 0;
100
- position: relative;
101
- margin: 10px;
102
- padding: 5px 10px;
103
- border-radius: 3px;
104
- overflow: hidden;
105
- background: #ffeae5;
106
- border: 1px solid #ffcdc7;
107
- min-height: 20px;
108
- word-break: break-all;
109
- color: #970606;
110
- font-size: x-small;
111
- font-weight: bold;
112
- }
113
- .stage-editor-module-stage-editor-syntax-error__3qEJX {
114
- flex-shrink: 0;
115
- position: relative;
116
- margin: 10px;
117
- padding: 5px 10px;
118
- border-radius: 3px;
119
- overflow: hidden;
120
- background: #fef7db;
121
- border: 1px solid #fef7db;
122
- min-height: 20px;
123
- word-break: break-all;
124
- color: #944f01;
125
- font-size: x-small;
126
- font-weight: bold;
127
- }
128
- .stage-editor-module-stage-editor-ace-editor__eRQyZ {
129
- min-height: 160px;
130
- }
131
-
132
- .stage-preview-module-stage-preview__37FlK {
133
- width: 100%;
134
- display: flex;
135
- align-items: stretch;
136
- overflow: auto;
137
- position: relative;
138
- flex-grow: 1;
139
- }
140
- .stage-preview-module-stage-preview-empty__9L3fd {
141
- padding-left: 15px;
142
- margin: auto;
143
- overflow: hidden;
144
- text-overflow: ellipsis;
145
- white-space: nowrap;
146
- fill: none;
147
- stroke: #889397;
148
- text-align: center;
149
- }
150
- .stage-preview-module-stage-preview-missing-search-support__18Jmm {
151
- display: flex;
152
- flex: 1;
153
- justify-content: center;
154
- }
155
- .stage-preview-module-stage-preview-out__2kjVI {
156
- display: flex;
157
- flex-direction: column;
158
- align-items: center;
159
- width: 100%;
160
- padding-top: 32px;
161
- padding-left: 4px;
162
- padding-right: 4px;
163
- padding-bottom: 8px;
164
- }
165
- .stage-preview-module-stage-preview-out-text__FwDzO {
166
- padding: 0px 15px 2px 15px;
167
- text-align: center;
168
- }
169
- .stage-preview-module-stage-preview-out-text__FwDzO:not(:last-child) {
170
- padding-bottom: 8px;
171
- }
172
- .stage-preview-module-stage-preview-out-button__bnXRJ {
173
- margin-top: 3px;
174
- }
175
- .stage-preview-module-stage-preview-out-link__1uCqW {
176
- border: none;
177
- padding: 0;
178
- margin: 0;
179
- background: none;
180
- }
181
- .stage-preview-module-stage-preview-documents__uF1qq {
182
- display: flex;
183
- align-items: stretch;
184
- overflow-x: scroll;
185
- margin: 8px;
186
- padding: 8px;
187
- }
188
- .stage-preview-module-stage-preview-document-card-container__sxM1s {
189
- flex: none;
190
- border: 1px solid #e8edeb;
191
- border-radius: 4px;
192
- box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
193
- width: 384px;
194
- overflow: scroll;
195
- min-height: 150px;
196
- flex-shrink: 0;
197
- display: flex;
198
- flex-direction: column;
199
- }
200
- .stage-preview-module-stage-preview-document-card-container__sxM1s:not(:first-child) {
201
- margin-left: 16px;
202
- }
203
- .stage-preview-module-stage-preview-document-card__21xbY {
204
- flex-basis: 150px;
205
- flex-grow: 1;
206
- flex-shrink: 0;
207
- overflow: auto;
208
- padding: 0;
209
- }
210
- .stage-preview-module-stage-preview-document-card__21xbY::-webkit-scrollbar {
211
- display: none;
212
- }
213
-
214
- .stage-preview-toolbar-module-stage-preview-toolbar__2o0am {
215
- width: 100%;
216
- font-size: 12px;
217
- white-space: nowrap;
218
- overflow: hidden;
219
- text-overflow: ellipsis;
220
- height: 30px;
221
- padding: 10px 0;
222
- padding-left: 25px;
223
- display: flex;
224
- align-items: center;
225
- border-bottom: 1px solid #e8edeb;
226
- border-radius: 4px 4px 0 0;
227
- }
228
- .stage-preview-toolbar-module-stage-preview-toolbar-link__q2ehc {
229
- border: none;
230
- padding: 0;
231
- margin: 0;
232
- background: none;
233
- }
234
- .stage-preview-toolbar-module-stage-preview-toolbar-errored__1JajO {
235
- background: #ffeae5;
236
- }
237
-
238
- .stage-module-stage-container__ZDTxh .stage-module-stage__1YPPq {
239
- position: relative;
240
- margin: 0px 16px 16px 16px;
241
- border: 1px solid #e8edeb;
242
- border-radius: 4px;
243
- box-shadow: 1px 1px 1px #e8edeb;
244
- background: #ffffff;
245
- display: flex;
246
- flex-direction: row;
247
- }
248
- .stage-module-stage-container__ZDTxh .stage-module-stage-errored__mbJmP {
249
- border-color: #db3030;
250
- }
251
- .stage-module-stage-editor-container__1LvRF {
252
- display: flex;
253
- flex-direction: column;
254
- position: relative;
255
- overflow: auto;
256
- }
257
- .stage-module-stage-preview-container__2xO44 {
258
- display: flex;
259
- flex-direction: column;
260
- position: relative;
261
- width: 100%;
262
- overflow: auto;
263
- }
264
- .stage-module-stage-resize-handle-wrapper__1UhOK:hover div div,
265
- .stage-module-stage-resize-handle-wrapper__1UhOK:active div div {
266
- background-color: #c1c7c6;
267
- }
268
- .stage-module-stage-workspace__9LrbT {
269
- display: flex;
270
- align-items: stretch;
271
- border-radius: 0 0 4px 4px;
272
- }
273
- .stage-module-stage-editor-no-preview__34-OX {
274
- width: 100%;
275
- }
276
-
277
- .modify-source-banner-module-modify-source-banner__zkRAk {
27
+ .modify-source-banner-module-modify-source-banner__Klti\+ {
278
28
  text-align: center;
279
29
  margin: 5px auto;
280
30
  margin-top: 20px;
281
31
  z-index: 500;
282
32
  }
283
33
 
284
- .pipeline-builder-ui-workspace-module-pipeline-workspace-container__19Uof {
285
- position: relative;
286
- width: 100%;
287
- height: 100%;
288
- }
289
- .pipeline-builder-ui-workspace-module-pipeline-workspace__19lIn {
290
- display: flex;
291
- flex-direction: column;
292
- width: 100%;
293
- flex-grow: 1;
294
- }
295
-
296
- .aggregations-module-aggregations__12xcN {
34
+ .aggregations-module-aggregations__mpPiK {
297
35
  display: flex;
298
36
  align-items: flex-start;
299
37
  background-color: #f9fbfa;