@mongodb-js/compass-aggregations 8.23.0 → 8.26.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.
- package/.depcheckrc +2 -0
- package/README.md +0 -2
- package/dist/browser.js +1 -1
- package/dist/index.css +301 -542
- package/dist/index.js +5 -5
- package/package.json +33 -39
package/dist/index.css
CHANGED
@@ -149,184 +149,76 @@
|
|
149
149
|
margin-top: 8px;
|
150
150
|
}
|
151
151
|
|
152
|
-
.
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
152
|
+
.import-pipeline-module-import-pipeline-note__vDPrD {
|
153
|
+
color: steelblue;
|
154
|
+
background-color: #B0E0E6;
|
155
|
+
border-radius: 5px;
|
156
|
+
padding: 10px;
|
157
|
+
margin-bottom: 10px;
|
158
158
|
}
|
159
|
-
|
160
|
-
|
159
|
+
.import-pipeline-module-import-pipeline-editor__2L-TC {
|
160
|
+
flex-shrink: 0;
|
161
161
|
position: relative;
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
162
|
+
padding: 10px 0px 10px 0px;
|
163
|
+
overflow: scroll;
|
164
|
+
background: #f5f6f7;
|
165
|
+
border-left: 2px solid #E4E4E4;
|
166
|
+
min-height: 180px;
|
167
|
+
max-height: 300px;
|
166
168
|
}
|
167
|
-
|
168
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex {
|
169
|
-
align-items: center;
|
170
|
-
display: flex;
|
169
|
+
.import-pipeline-module-import-pipeline-error__92RZw {
|
171
170
|
flex-shrink: 0;
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
z-index: 100;
|
176
|
-
}
|
177
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown {
|
178
|
-
margin-left: 3px;
|
179
|
-
padding-right: 6px;
|
180
|
-
height: 22px;
|
181
|
-
}
|
182
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown i {
|
183
|
-
top: 1px;
|
184
|
-
}
|
185
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown-toggle {
|
186
|
-
height: 22px;
|
187
|
-
padding: 0 7px 0px 5px;
|
188
|
-
font-size: 11px;
|
189
|
-
border-radius: 0px 3px 3px 0px;
|
190
|
-
}
|
191
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown-menu {
|
192
|
-
font-size: 12px;
|
193
|
-
}
|
194
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-update-view__32VEf {
|
195
|
-
margin-right: 5px;
|
196
|
-
}
|
197
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-add-wrapper__3OJjU {
|
198
|
-
margin: 0px 3px 0px 3px;
|
199
|
-
margin-right: 3px;
|
200
|
-
background-color: rgba(70, 76, 79, 0.1);
|
201
|
-
display: flex;
|
171
|
+
position: relative;
|
172
|
+
margin: 10px 0px;
|
173
|
+
padding: 10px;
|
202
174
|
border-radius: 3px;
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
font-size:
|
175
|
+
overflow: auto;
|
176
|
+
background: #ff473a;
|
177
|
+
max-height: 100px;
|
178
|
+
color: #f5f6f7;
|
179
|
+
font-size: x-small;
|
208
180
|
font-weight: bold;
|
209
|
-
white-space: nowrap;
|
210
|
-
}
|
211
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-open-saved-pipelines-button__L6l0H {
|
212
|
-
margin-right: 3px;
|
213
|
-
white-space: nowrap;
|
214
|
-
}
|
215
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-new-button__3Mf5F {
|
216
|
-
white-space: nowrap;
|
217
|
-
border-radius: 3px 0px 0px 3px;
|
218
|
-
border-right: 0;
|
219
|
-
}
|
220
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-new-button__3Mf5F:hover {
|
221
|
-
border-right: 0;
|
222
|
-
}
|
223
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-save-pipeline-button__3YzN8 {
|
224
|
-
white-space: nowrap;
|
225
|
-
border-radius: 3px 0px 0px 3px;
|
226
|
-
border-right: 0;
|
227
|
-
}
|
228
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-save-pipeline-button__3YzN8:hover + button {
|
229
|
-
border-left: 0;
|
230
|
-
}
|
231
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-export-to-language__1TZRT {
|
232
|
-
display: flex;
|
233
|
-
}
|
234
|
-
.pipeline-builder-toolbar-module-is-modified__2nfaK {
|
235
|
-
padding-top: 1px;
|
236
|
-
font-style: italic;
|
237
|
-
}
|
238
|
-
.pipeline-builder-toolbar-module-export-icon__vOPzJ {
|
239
|
-
height: 12px;
|
240
|
-
width: 12px;
|
241
|
-
display: block;
|
242
|
-
background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Symbols' stroke='none' strokeWidth='1' fill='none' fillRule='evenodd'%3E%3Cg id='Icons-/-Export' transform='translate(-4.000000, -3.000000)' fill='%23494747'%3E%3Cg id='Icon' transform='translate(4.000000, 3.500000)'%3E%3Cpath d='M6.2777,0 L8.8,2.5223 C8.8,3.2415132 8.8,3.78074648 8.8,4.13999987 C8.8,4.3593827 8.8,5.03623299 8.8,5.7224982 C8.8,6.35273364 8.8,6.99090941 8.8,7.28999996 C8.8,7.80644 8.8,8.67644001 8.8,9.9 C8.8,10.5072 8.3072,11 7.7,11 L1.1,11 C0.49335,11 0,10.5072 0,9.9 L0,1.1 C0,0.4939 0.49335,0 1.1,0 L6.2777,0 Z M7.70005545,4 C7.70003697,3.77478974 7.70001848,3.54145641 7.7,3.3 L5.5,3.3 L5.5,1.1 L1.1,1.1 L1.1,9.9 L7.70055,9.9 L7.70035031,7.5 L8.79999983,7.5 L8.79999983,4 L7.70005491,4 Z M7.70005545,4 C7.70005931,4.04702072 7.70006317,4.09368734 7.70006703,4.13999987 C7.70009571,4.48417772 7.70014216,5.03201886 7.70019082,5.60623096 C7.70024165,6.20608089 7.7002949,6.83470922 7.70033284,7.28999996 L7.70035031,7.5 L7.69999981,4 Z' id='File' /%3E%3Cg id='Arrow' transform='translate(4.000000, 3.000000)'%3E%3Crect id='Rectangle' x='0.5' y='2.25' width='6' height='1' /%3E%3Cpolygon id='Triangle' transform='translate(7.000000, 2.750000) rotate(-270.000000) translate(-7.000000, -2.750000)' points='7 1.875 9 3.625 5 3.625' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
|
243
181
|
}
|
244
182
|
|
245
|
-
|
246
|
-
|
247
|
-
*/
|
248
|
-
.pipeline-preview-toolbar-module-container-right__1z6gl {
|
249
|
-
display: flex;
|
250
|
-
align-items: center;
|
251
|
-
justify-content: flex-end;
|
252
|
-
box-shadow: 2px 0px #ebebed;
|
253
|
-
height: 33px;
|
254
|
-
padding-right: 15px;
|
255
|
-
}
|
256
|
-
.pipeline-preview-toolbar-module-toggle-sample__3rJ-k,
|
257
|
-
.pipeline-preview-toolbar-module-toggle-auto-preview__3AXmf {
|
258
|
-
margin-left: 15px;
|
259
|
-
display: flex;
|
260
|
-
}
|
261
|
-
.pipeline-preview-toolbar-module-toggle-sample__3rJ-k label,
|
262
|
-
.pipeline-preview-toolbar-module-toggle-auto-preview__3AXmf label {
|
263
|
-
margin: auto 0;
|
264
|
-
margin-left: 5px;
|
265
|
-
}
|
266
|
-
.pipeline-preview-toolbar-module-toggle__24mzf {
|
267
|
-
height: 14px;
|
268
|
-
width: 26px;
|
269
|
-
margin: auto 0;
|
270
|
-
}
|
271
|
-
.pipeline-preview-toolbar-module-toggle-sample-label__1Q11v,
|
272
|
-
.pipeline-preview-toolbar-module-toggle-auto-preview-label__1_7oc {
|
273
|
-
display: flex;
|
274
|
-
white-space: nowrap;
|
275
|
-
font-size: 12px;
|
276
|
-
text-transform: uppercase;
|
277
|
-
color: #807f7f;
|
278
|
-
font-weight: bold;
|
279
|
-
}
|
280
|
-
.pipeline-preview-toolbar-module-settings__1kWxH {
|
281
|
-
margin-left: 15px;
|
282
|
-
display: flex;
|
283
|
-
}
|
284
|
-
.pipeline-preview-toolbar-module-fullscreen__3ms6P {
|
285
|
-
margin-left: 15px;
|
286
|
-
display: flex;
|
287
|
-
margin-left: 5px;
|
288
|
-
}
|
289
|
-
.pipeline-preview-toolbar-module-is-modified__18dkX {
|
290
|
-
margin-left: 15px;
|
291
|
-
display: flex;
|
292
|
-
}
|
293
|
-
.pipeline-preview-toolbar-module-is-modified__18dkX i {
|
294
|
-
color: #13AA52;
|
295
|
-
}
|
296
|
-
.pipeline-preview-toolbar-module-is-modified-on__2aYV4 i {
|
297
|
-
color: #fbb129;
|
183
|
+
.confirm-import-pipeline-module-confirm-import-pipeline-note__3qDU3 {
|
184
|
+
padding: 0px;
|
298
185
|
}
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
font-size: 13px;
|
186
|
+
|
187
|
+
.confirm-new-pipeline-module-confirm-new-pipeline-note__2n2EL {
|
188
|
+
padding: 0px;
|
303
189
|
}
|
304
190
|
|
305
|
-
.pipeline-
|
191
|
+
.pipeline-module-pipeline__1nWUF {
|
306
192
|
display: flex;
|
193
|
+
flex-grow: 1;
|
194
|
+
flex-direction: column;
|
307
195
|
width: 100%;
|
308
|
-
|
309
|
-
height:
|
196
|
+
height: 100%;
|
197
|
+
min-height: 0;
|
198
|
+
position: relative;
|
310
199
|
}
|
311
|
-
.pipeline-
|
200
|
+
.pipeline-module-pipeline-collation-toolbar-container__2S68M {
|
201
|
+
padding: 6px 10px 6px 15px;
|
312
202
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
313
203
|
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
|
314
204
|
}
|
205
|
+
.pipeline-module-pipeline-error-banner-container__19QTd {
|
206
|
+
margin-left: 20px;
|
207
|
+
margin-right: 36px;
|
208
|
+
}
|
209
|
+
.pipeline-module-pipeline-fullscreen__2QlA5 {
|
210
|
+
position: absolute;
|
211
|
+
top: 0;
|
212
|
+
right: 0;
|
213
|
+
left: 0;
|
214
|
+
bottom: 0;
|
215
|
+
}
|
315
216
|
|
316
217
|
.collation-toolbar-module-collation-toolbar__31baA {
|
317
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
318
|
-
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
|
319
218
|
display: flex;
|
320
219
|
width: 100%;
|
321
220
|
flex-shrink: 0;
|
322
|
-
height: 43px;
|
323
221
|
align-items: center;
|
324
|
-
padding: 0px 10px 0px 15px;
|
325
|
-
}
|
326
|
-
.collation-toolbar-module-collation-toolbar-in-new-toolbar__1MHu_ {
|
327
|
-
padding: 0;
|
328
|
-
box-shadow: none;
|
329
|
-
border: none;
|
330
222
|
}
|
331
223
|
.collation-toolbar-module-toolbar-input-wrapper__nLxwU {
|
332
224
|
width: 100%;
|
@@ -380,253 +272,6 @@
|
|
380
272
|
border-color: #43b1e5;
|
381
273
|
}
|
382
274
|
|
383
|
-
.import-pipeline-module-import-pipeline-note__vDPrD {
|
384
|
-
color: steelblue;
|
385
|
-
background-color: #B0E0E6;
|
386
|
-
border-radius: 5px;
|
387
|
-
padding: 10px;
|
388
|
-
margin-bottom: 10px;
|
389
|
-
}
|
390
|
-
.import-pipeline-module-import-pipeline-editor__2L-TC {
|
391
|
-
flex-shrink: 0;
|
392
|
-
position: relative;
|
393
|
-
padding: 10px 0px 10px 0px;
|
394
|
-
overflow: scroll;
|
395
|
-
background: #f5f6f7;
|
396
|
-
border-left: 2px solid #E4E4E4;
|
397
|
-
min-height: 180px;
|
398
|
-
max-height: 300px;
|
399
|
-
}
|
400
|
-
.import-pipeline-module-import-pipeline-error__92RZw {
|
401
|
-
flex-shrink: 0;
|
402
|
-
position: relative;
|
403
|
-
margin: 10px 0px;
|
404
|
-
padding: 10px;
|
405
|
-
border-radius: 3px;
|
406
|
-
overflow: auto;
|
407
|
-
background: #ff473a;
|
408
|
-
max-height: 100px;
|
409
|
-
color: #f5f6f7;
|
410
|
-
font-size: x-small;
|
411
|
-
font-weight: bold;
|
412
|
-
}
|
413
|
-
|
414
|
-
.confirm-import-pipeline-module-confirm-import-pipeline-note__3qDU3 {
|
415
|
-
padding: 0px;
|
416
|
-
}
|
417
|
-
|
418
|
-
.confirm-new-pipeline-module-confirm-new-pipeline-note__2n2EL {
|
419
|
-
padding: 0px;
|
420
|
-
}
|
421
|
-
|
422
|
-
.pipeline-module-pipeline__1nWUF {
|
423
|
-
display: flex;
|
424
|
-
flex-grow: 1;
|
425
|
-
flex-direction: column;
|
426
|
-
width: 100%;
|
427
|
-
height: 100%;
|
428
|
-
min-height: 0;
|
429
|
-
position: relative;
|
430
|
-
}
|
431
|
-
.pipeline-module-pipeline-fullscreen__2QlA5 {
|
432
|
-
position: absolute;
|
433
|
-
top: 0;
|
434
|
-
right: 0;
|
435
|
-
left: 0;
|
436
|
-
bottom: 0;
|
437
|
-
}
|
438
|
-
|
439
|
-
.resize-handle-module-resize-handle__1rugm {
|
440
|
-
position: absolute;
|
441
|
-
background: #dee0e3;
|
442
|
-
width: 1.1px;
|
443
|
-
height: 100%;
|
444
|
-
}
|
445
|
-
|
446
|
-
.delete-stage-module-delete-stage__3PyCJ {
|
447
|
-
margin-right: 6px;
|
448
|
-
}
|
449
|
-
.delete-stage-module-delete-stage__3PyCJ button {
|
450
|
-
width: 30px;
|
451
|
-
}
|
452
|
-
|
453
|
-
.add-after-stage-module-add-after-stage__1xZf9 {
|
454
|
-
display: flex;
|
455
|
-
justify-content: flex-end;
|
456
|
-
}
|
457
|
-
.add-after-stage-module-add-after-stage__1xZf9 button {
|
458
|
-
width: 30px;
|
459
|
-
margin-right: 6px;
|
460
|
-
}
|
461
|
-
|
462
|
-
.toggle-stage-module-toggle-stage__2JZ-6 {
|
463
|
-
margin: 0px 0px 0px 5px;
|
464
|
-
display: flex;
|
465
|
-
align-items: center;
|
466
|
-
justify-content: flex-end;
|
467
|
-
}
|
468
|
-
.toggle-stage-module-toggle-stage-button__1ILJ7 {
|
469
|
-
height: 22px;
|
470
|
-
width: 40px;
|
471
|
-
}
|
472
|
-
|
473
|
-
.stage-grabber-module-stage-grabber__1-8cr {
|
474
|
-
color: #dee0e3;
|
475
|
-
margin: 3px 2px 0px 4px;
|
476
|
-
position: relative;
|
477
|
-
}
|
478
|
-
|
479
|
-
.stage-collapser-module-stage-collapser__3xs2F {
|
480
|
-
position: relative;
|
481
|
-
}
|
482
|
-
.stage-collapser-module-stage-collapser__3xs2F button {
|
483
|
-
width: 30px;
|
484
|
-
}
|
485
|
-
|
486
|
-
.select-option-with-tooltip-module-tooltip__3SVxp {
|
487
|
-
max-width: 340px !important;
|
488
|
-
}
|
489
|
-
.select-option-with-tooltip-module-option__K2UZL {
|
490
|
-
display: flex;
|
491
|
-
align-items: center;
|
492
|
-
}
|
493
|
-
.select-option-with-tooltip-module-optionIcon__os9Dz {
|
494
|
-
margin-left: auto;
|
495
|
-
}
|
496
|
-
|
497
|
-
.stage-operator-select-module-stage-operator-select__1eiQN {
|
498
|
-
position: relative;
|
499
|
-
width: 120px;
|
500
|
-
height: 22px;
|
501
|
-
margin: 0px 0px 0px 5px;
|
502
|
-
}
|
503
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK {
|
504
|
-
position: relative;
|
505
|
-
font-size: 12px !important;
|
506
|
-
cursor: pointer;
|
507
|
-
}
|
508
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-control {
|
509
|
-
height: 22px;
|
510
|
-
}
|
511
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-placeholder {
|
512
|
-
line-height: 25px;
|
513
|
-
}
|
514
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-input {
|
515
|
-
height: 18px;
|
516
|
-
}
|
517
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow-zone {
|
518
|
-
height: 22px;
|
519
|
-
}
|
520
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow {
|
521
|
-
margin-top: 8px;
|
522
|
-
}
|
523
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-value {
|
524
|
-
line-height: 22px !important;
|
525
|
-
font-weight: bold;
|
526
|
-
}
|
527
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu {
|
528
|
-
height: 200px;
|
529
|
-
}
|
530
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu-outer {
|
531
|
-
z-index: 2000 !important;
|
532
|
-
}
|
533
|
-
|
534
|
-
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
535
|
-
width: 100%;
|
536
|
-
border-bottom: 1px solid #dee0e3;
|
537
|
-
border-radius: 4px 4px 0 0;
|
538
|
-
padding: 10px 0;
|
539
|
-
padding-right: 10px;
|
540
|
-
flex-shrink: 0;
|
541
|
-
display: flex;
|
542
|
-
flex-direction: row;
|
543
|
-
align-items: center;
|
544
|
-
position: relative;
|
545
|
-
height: 30px;
|
546
|
-
cursor: move;
|
547
|
-
cursor: grab;
|
548
|
-
}
|
549
|
-
.dragging .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
550
|
-
pointer-events: auto;
|
551
|
-
cursor: grabbing;
|
552
|
-
}
|
553
|
-
.stage-editor-toolbar-module-stage-editor-toolbar-right__3NPrk {
|
554
|
-
display: flex;
|
555
|
-
justify-content: flex-end;
|
556
|
-
flex-grow: 4;
|
557
|
-
align-items: center;
|
558
|
-
}
|
559
|
-
.stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
|
560
|
-
background: #FCEBE2;
|
561
|
-
}
|
562
|
-
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle {
|
563
|
-
display: inline-block;
|
564
|
-
font: normal normal normal 14px/1 FontAwesome;
|
565
|
-
font-size: inherit;
|
566
|
-
text-rendering: auto;
|
567
|
-
-webkit-font-smoothing: antialiased;
|
568
|
-
-moz-osx-font-smoothing: grayscale;
|
569
|
-
margin: 0 5px;
|
570
|
-
cursor: pointer;
|
571
|
-
color: #bfbfbe;
|
572
|
-
}
|
573
|
-
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle:before {
|
574
|
-
content: "\f05a";
|
575
|
-
}
|
576
|
-
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK .stage-editor-toolbar-module-tooltip-icon__3szXX {
|
577
|
-
margin-top: 6px;
|
578
|
-
margin-right: 6px;
|
579
|
-
}
|
580
|
-
|
581
|
-
.stage-editor-module-stage-editor-container__1XwN_ {
|
582
|
-
position: relative;
|
583
|
-
padding: 6px 8px;
|
584
|
-
text-align: center;
|
585
|
-
}
|
586
|
-
.stage-editor-module-stage-editor__3F-oQ {
|
587
|
-
flex-shrink: 0;
|
588
|
-
margin: 0;
|
589
|
-
padding: 10px 0px 10px 0px;
|
590
|
-
overflow: hidden;
|
591
|
-
background: #f5f6f7;
|
592
|
-
border-left: 2px solid #E4E4E4;
|
593
|
-
width: 100%;
|
594
|
-
min-height: 180px;
|
595
|
-
}
|
596
|
-
.stage-editor-module-stage-editor-errormsg__3Le7I {
|
597
|
-
flex-shrink: 0;
|
598
|
-
position: relative;
|
599
|
-
margin: 10px;
|
600
|
-
padding: 5px 10px;
|
601
|
-
border-radius: 3px;
|
602
|
-
overflow: hidden;
|
603
|
-
background: #FCEBE2;
|
604
|
-
border: 1px solid #F9D3C5;
|
605
|
-
min-height: 20px;
|
606
|
-
word-break: break-all;
|
607
|
-
color: #8F221B;
|
608
|
-
font-size: x-small;
|
609
|
-
font-weight: bold;
|
610
|
-
}
|
611
|
-
.stage-editor-module-stage-editor-syntax-error__3qEJX {
|
612
|
-
flex-shrink: 0;
|
613
|
-
position: relative;
|
614
|
-
margin: 10px;
|
615
|
-
padding: 5px 10px;
|
616
|
-
border-radius: 3px;
|
617
|
-
overflow: hidden;
|
618
|
-
background: #FEF7E3;
|
619
|
-
border: 1px solid #FEF2C8;
|
620
|
-
min-height: 20px;
|
621
|
-
word-break: break-all;
|
622
|
-
color: #86681D;
|
623
|
-
font-size: x-small;
|
624
|
-
font-weight: bold;
|
625
|
-
}
|
626
|
-
.stage-editor-module-stage-editor-ace-editor__eRQyZ {
|
627
|
-
min-height: 160px;
|
628
|
-
}
|
629
|
-
|
630
275
|
.insert-json-document-module-editor__a90Xy {
|
631
276
|
padding: 10px 10px 10px 0;
|
632
277
|
background: #f5f6f7;
|
@@ -660,8 +305,6 @@
|
|
660
305
|
}
|
661
306
|
.document-list-item {
|
662
307
|
position: relative;
|
663
|
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
664
|
-
font-size: 11px;
|
665
308
|
margin-bottom: 5px;
|
666
309
|
background: #FFFFFF;
|
667
310
|
}
|
@@ -786,13 +429,8 @@
|
|
786
429
|
}
|
787
430
|
.document {
|
788
431
|
position: relative;
|
789
|
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
790
|
-
font-size: 11px;
|
791
|
-
list-style: none;
|
792
432
|
text-overflow: ellipsis;
|
793
|
-
white-space: nowrap;
|
794
433
|
max-width: 100%;
|
795
|
-
overflow-y: auto;
|
796
434
|
}
|
797
435
|
.document::-webkit-scrollbar {
|
798
436
|
display: none;
|
@@ -805,8 +443,7 @@
|
|
805
443
|
position: relative;
|
806
444
|
}
|
807
445
|
.document-is-deleting {
|
808
|
-
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
|
809
|
-
border: 1px solid #ef4c4c;
|
446
|
+
box-shadow: 0 0 0 1px #ef4c4c, 2px 5px 8px rgba(0, 0, 0, 0.2);
|
810
447
|
}
|
811
448
|
.document-is-editing {
|
812
449
|
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
|
@@ -823,138 +460,45 @@
|
|
823
460
|
}
|
824
461
|
.document-json .document-json-item {
|
825
462
|
position: relative;
|
826
|
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
827
463
|
margin-bottom: 5px;
|
828
464
|
}
|
829
465
|
.document-json .document-json-item .json-document-is-editing {
|
830
466
|
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
|
831
467
|
}
|
832
468
|
.document-json .document-json-item .json-ace-editor {
|
833
|
-
padding: 10px 10px 10px 0;
|
834
|
-
background: #ffffff;
|
835
|
-
overflow: auto;
|
836
|
-
flex-basis: auto;
|
837
|
-
flex-shrink: 1;
|
838
|
-
flex-grow: 1;
|
839
|
-
}
|
840
|
-
.document-json .document-json-item .json-ace-editor .ace-mongodb {
|
841
|
-
background: #ffffff;
|
842
|
-
}
|
843
|
-
.document-json .document-json-item .json-ace-editor .ace-mongodb .ace_gutter {
|
844
|
-
background: #ffffff;
|
845
|
-
z-index: 0;
|
846
|
-
}
|
847
|
-
.document-json .document-json-item:last-child {
|
848
|
-
margin-bottom: 0;
|
849
|
-
border-bottom: 0 solid transparent;
|
850
|
-
}
|
851
|
-
.document-json .document-json-item:hover .document-actions-button {
|
852
|
-
visibility: visible;
|
853
|
-
}
|
854
|
-
.loading-indicator {
|
855
|
-
display: none;
|
856
|
-
width: 100%;
|
857
|
-
text-align: center;
|
858
|
-
vertical-align: middle;
|
859
|
-
}
|
860
|
-
.loading-indicator-is-loading {
|
861
|
-
display: block;
|
862
|
-
}
|
863
|
-
.loading-indicator i {
|
864
|
-
font-size: 25px;
|
865
|
-
color: #CCCCCC;
|
866
|
-
}
|
867
|
-
.document-footer {
|
868
|
-
display: flex;
|
869
|
-
flex-direction: row;
|
870
|
-
font-family: "Akzidenz", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
871
|
-
padding-left: 20px;
|
872
|
-
padding-right: 10px;
|
873
|
-
}
|
874
|
-
.document-footer-message {
|
875
|
-
align-items: center;
|
876
|
-
display: flex;
|
877
|
-
flex: 1;
|
878
|
-
font-size: 12px;
|
879
|
-
font-style: italic;
|
880
|
-
min-height: 28px;
|
881
|
-
overflow: hidden;
|
882
|
-
font-weight: bold;
|
883
|
-
}
|
884
|
-
.document-footer-is-modified {
|
885
|
-
color: #86681D;
|
886
|
-
background-color: #FEF7E3;
|
887
|
-
border: 1px solid #FEF2C8;
|
888
|
-
}
|
889
|
-
.document-footer-is-modified .document-footer-actions .cancel {
|
890
|
-
color: #86681D;
|
891
|
-
}
|
892
|
-
.document-footer-is-modified .document-footer-actions .btn-default {
|
893
|
-
color: #86681D;
|
894
|
-
border: 1px solid #86681D;
|
895
|
-
background: none;
|
896
|
-
box-shadow: inset 0 -1px 0 0 #86681D;
|
897
|
-
transition: none;
|
898
|
-
}
|
899
|
-
.document-footer-is-modified .document-footer-actions .btn-default:hover {
|
900
|
-
background: rgba(255, 255, 255, 0.4);
|
901
|
-
border: 1px solid rgba(160, 108, 41, 0.6);
|
902
|
-
}
|
903
|
-
.document-footer-is-in-progress {
|
904
|
-
color: #1A567E;
|
905
|
-
background-color: #E1F2F6;
|
906
|
-
border: 1px solid #C5E4F2;
|
907
|
-
}
|
908
|
-
.document-footer-is-success {
|
909
|
-
color: #116149;
|
910
|
-
background-color: #E4F4E4;
|
911
|
-
border: 1px solid #C3E7CA;
|
912
|
-
}
|
913
|
-
.document-footer-is-success .document-footer-actions .cancel {
|
914
|
-
color: #116149;
|
915
|
-
}
|
916
|
-
.document-footer-is-success .document-footer-actions .btn-default {
|
917
|
-
color: #116149;
|
918
|
-
border: 1px solid #116149;
|
919
|
-
background: none;
|
920
|
-
box-shadow: inset 0 -1px 0 0 #116149;
|
921
|
-
transition: none;
|
922
|
-
}
|
923
|
-
.document-footer-is-success .document-footer-actions .btn-default:hover {
|
924
|
-
background: rgba(255, 255, 255, 0.4);
|
925
|
-
border: 1px solid rgba(160, 108, 41, 0.6);
|
926
|
-
}
|
927
|
-
.document-footer-is-error {
|
928
|
-
color: #8F221B;
|
929
|
-
background-color: #FCEBE2;
|
930
|
-
border: 1px solid #F9D3C5;
|
469
|
+
padding: 10px 10px 10px 0;
|
470
|
+
background: #ffffff;
|
471
|
+
overflow: auto;
|
472
|
+
flex-basis: auto;
|
473
|
+
flex-shrink: 1;
|
474
|
+
flex-grow: 1;
|
931
475
|
}
|
932
|
-
.document-
|
933
|
-
|
476
|
+
.document-json .document-json-item .json-ace-editor .ace-mongodb {
|
477
|
+
background: #ffffff;
|
934
478
|
}
|
935
|
-
.document-
|
936
|
-
|
937
|
-
|
938
|
-
background: none;
|
939
|
-
box-shadow: inset 0 -1px 0 0 #8F221B;
|
940
|
-
transition: none;
|
479
|
+
.document-json .document-json-item .json-ace-editor .ace-mongodb .ace_gutter {
|
480
|
+
background: #ffffff;
|
481
|
+
z-index: 0;
|
941
482
|
}
|
942
|
-
.document-
|
943
|
-
|
944
|
-
border:
|
483
|
+
.document-json .document-json-item:last-child {
|
484
|
+
margin-bottom: 0;
|
485
|
+
border-bottom: 0 solid transparent;
|
945
486
|
}
|
946
|
-
.document-
|
947
|
-
|
487
|
+
.document-json .document-json-item:hover .document-actions-button {
|
488
|
+
visibility: visible;
|
948
489
|
}
|
949
|
-
.
|
950
|
-
|
490
|
+
.loading-indicator {
|
491
|
+
display: none;
|
492
|
+
width: 100%;
|
493
|
+
text-align: center;
|
494
|
+
vertical-align: middle;
|
951
495
|
}
|
952
|
-
.
|
953
|
-
display:
|
954
|
-
align-items: center;
|
496
|
+
.loading-indicator-is-loading {
|
497
|
+
display: block;
|
955
498
|
}
|
956
|
-
.
|
957
|
-
font-
|
499
|
+
.loading-indicator i {
|
500
|
+
font-size: 25px;
|
501
|
+
color: #CCCCCC;
|
958
502
|
}
|
959
503
|
.insert-document-views {
|
960
504
|
display: flex;
|
@@ -3242,6 +2786,197 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
3242
2786
|
.ag-body .ag-pinned-left-cols-viewport, .ag-body .ag-body-viewport, .ag-body .ag-pinned-right-cols-viewport {
|
3243
2787
|
-webkit-overflow-scrolling: touch; }
|
3244
2788
|
|
2789
|
+
.resize-handle-module-resize-handle__1rugm {
|
2790
|
+
position: absolute;
|
2791
|
+
background: #dee0e3;
|
2792
|
+
width: 1.1px;
|
2793
|
+
height: 100%;
|
2794
|
+
}
|
2795
|
+
|
2796
|
+
.delete-stage-module-delete-stage__3PyCJ {
|
2797
|
+
margin-right: 6px;
|
2798
|
+
}
|
2799
|
+
.delete-stage-module-delete-stage__3PyCJ button {
|
2800
|
+
width: 30px;
|
2801
|
+
}
|
2802
|
+
|
2803
|
+
.add-after-stage-module-add-after-stage__1xZf9 {
|
2804
|
+
display: flex;
|
2805
|
+
justify-content: flex-end;
|
2806
|
+
}
|
2807
|
+
.add-after-stage-module-add-after-stage__1xZf9 button {
|
2808
|
+
width: 30px;
|
2809
|
+
margin-right: 6px;
|
2810
|
+
}
|
2811
|
+
|
2812
|
+
.toggle-stage-module-toggle-stage__2JZ-6 {
|
2813
|
+
margin: 0px 0px 0px 5px;
|
2814
|
+
display: flex;
|
2815
|
+
align-items: center;
|
2816
|
+
justify-content: flex-end;
|
2817
|
+
}
|
2818
|
+
.toggle-stage-module-toggle-stage-button__1ILJ7 {
|
2819
|
+
height: 22px;
|
2820
|
+
width: 40px;
|
2821
|
+
}
|
2822
|
+
|
2823
|
+
.stage-grabber-module-stage-grabber__1-8cr {
|
2824
|
+
color: #dee0e3;
|
2825
|
+
margin: 3px 2px 0px 4px;
|
2826
|
+
position: relative;
|
2827
|
+
}
|
2828
|
+
|
2829
|
+
.stage-collapser-module-stage-collapser__3xs2F {
|
2830
|
+
position: relative;
|
2831
|
+
}
|
2832
|
+
.stage-collapser-module-stage-collapser__3xs2F button {
|
2833
|
+
width: 30px;
|
2834
|
+
}
|
2835
|
+
|
2836
|
+
.select-option-with-tooltip-module-tooltip__3SVxp {
|
2837
|
+
max-width: 340px !important;
|
2838
|
+
}
|
2839
|
+
.select-option-with-tooltip-module-option__K2UZL {
|
2840
|
+
display: flex;
|
2841
|
+
align-items: center;
|
2842
|
+
}
|
2843
|
+
.select-option-with-tooltip-module-optionIcon__os9Dz {
|
2844
|
+
margin-left: auto;
|
2845
|
+
}
|
2846
|
+
|
2847
|
+
.stage-operator-select-module-stage-operator-select__1eiQN {
|
2848
|
+
position: relative;
|
2849
|
+
width: 120px;
|
2850
|
+
height: 22px;
|
2851
|
+
margin: 0px 0px 0px 5px;
|
2852
|
+
}
|
2853
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK {
|
2854
|
+
position: relative;
|
2855
|
+
font-size: 12px !important;
|
2856
|
+
cursor: pointer;
|
2857
|
+
}
|
2858
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-control {
|
2859
|
+
height: 22px;
|
2860
|
+
}
|
2861
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-placeholder {
|
2862
|
+
line-height: 25px;
|
2863
|
+
}
|
2864
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-input {
|
2865
|
+
height: 18px;
|
2866
|
+
}
|
2867
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow-zone {
|
2868
|
+
height: 22px;
|
2869
|
+
}
|
2870
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow {
|
2871
|
+
margin-top: 8px;
|
2872
|
+
}
|
2873
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-value {
|
2874
|
+
line-height: 22px !important;
|
2875
|
+
font-weight: bold;
|
2876
|
+
}
|
2877
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu {
|
2878
|
+
height: 200px;
|
2879
|
+
}
|
2880
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu-outer {
|
2881
|
+
z-index: 2000 !important;
|
2882
|
+
}
|
2883
|
+
|
2884
|
+
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
2885
|
+
width: 100%;
|
2886
|
+
border-bottom: 1px solid #dee0e3;
|
2887
|
+
border-radius: 4px 4px 0 0;
|
2888
|
+
padding: 10px 0;
|
2889
|
+
padding-right: 10px;
|
2890
|
+
flex-shrink: 0;
|
2891
|
+
display: flex;
|
2892
|
+
flex-direction: row;
|
2893
|
+
align-items: center;
|
2894
|
+
position: relative;
|
2895
|
+
height: 30px;
|
2896
|
+
cursor: move;
|
2897
|
+
cursor: grab;
|
2898
|
+
}
|
2899
|
+
.dragging .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
2900
|
+
pointer-events: auto;
|
2901
|
+
cursor: grabbing;
|
2902
|
+
}
|
2903
|
+
.stage-editor-toolbar-module-stage-editor-toolbar-right__3NPrk {
|
2904
|
+
display: flex;
|
2905
|
+
justify-content: flex-end;
|
2906
|
+
flex-grow: 4;
|
2907
|
+
align-items: center;
|
2908
|
+
}
|
2909
|
+
.stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
|
2910
|
+
background: #FCEBE2;
|
2911
|
+
}
|
2912
|
+
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle {
|
2913
|
+
display: inline-block;
|
2914
|
+
font: normal normal normal 14px/1 FontAwesome;
|
2915
|
+
font-size: inherit;
|
2916
|
+
text-rendering: auto;
|
2917
|
+
-webkit-font-smoothing: antialiased;
|
2918
|
+
-moz-osx-font-smoothing: grayscale;
|
2919
|
+
margin: 0 5px;
|
2920
|
+
cursor: pointer;
|
2921
|
+
color: #bfbfbe;
|
2922
|
+
}
|
2923
|
+
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle:before {
|
2924
|
+
content: "\f05a";
|
2925
|
+
}
|
2926
|
+
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK .stage-editor-toolbar-module-tooltip-icon__3szXX {
|
2927
|
+
margin-top: 6px;
|
2928
|
+
margin-right: 6px;
|
2929
|
+
}
|
2930
|
+
|
2931
|
+
.stage-editor-module-stage-editor-container__1XwN_ {
|
2932
|
+
position: relative;
|
2933
|
+
padding: 6px 8px;
|
2934
|
+
text-align: center;
|
2935
|
+
}
|
2936
|
+
.stage-editor-module-stage-editor__3F-oQ {
|
2937
|
+
flex-shrink: 0;
|
2938
|
+
margin: 0;
|
2939
|
+
padding: 10px 0px 10px 0px;
|
2940
|
+
overflow: hidden;
|
2941
|
+
background: #f5f6f7;
|
2942
|
+
border-left: 2px solid #E4E4E4;
|
2943
|
+
width: 100%;
|
2944
|
+
min-height: 180px;
|
2945
|
+
}
|
2946
|
+
.stage-editor-module-stage-editor-errormsg__3Le7I {
|
2947
|
+
flex-shrink: 0;
|
2948
|
+
position: relative;
|
2949
|
+
margin: 10px;
|
2950
|
+
padding: 5px 10px;
|
2951
|
+
border-radius: 3px;
|
2952
|
+
overflow: hidden;
|
2953
|
+
background: #FCEBE2;
|
2954
|
+
border: 1px solid #F9D3C5;
|
2955
|
+
min-height: 20px;
|
2956
|
+
word-break: break-all;
|
2957
|
+
color: #8F221B;
|
2958
|
+
font-size: x-small;
|
2959
|
+
font-weight: bold;
|
2960
|
+
}
|
2961
|
+
.stage-editor-module-stage-editor-syntax-error__3qEJX {
|
2962
|
+
flex-shrink: 0;
|
2963
|
+
position: relative;
|
2964
|
+
margin: 10px;
|
2965
|
+
padding: 5px 10px;
|
2966
|
+
border-radius: 3px;
|
2967
|
+
overflow: hidden;
|
2968
|
+
background: #FEF7E3;
|
2969
|
+
border: 1px solid #FEF2C8;
|
2970
|
+
min-height: 20px;
|
2971
|
+
word-break: break-all;
|
2972
|
+
color: #86681D;
|
2973
|
+
font-size: x-small;
|
2974
|
+
font-weight: bold;
|
2975
|
+
}
|
2976
|
+
.stage-editor-module-stage-editor-ace-editor__eRQyZ {
|
2977
|
+
min-height: 160px;
|
2978
|
+
}
|
2979
|
+
|
3245
2980
|
.loading-overlay-module-loading-overlay__3jA58 {
|
3246
2981
|
position: absolute;
|
3247
2982
|
top: 0;
|
@@ -3309,6 +3044,10 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
3309
3044
|
flex-direction: column;
|
3310
3045
|
align-items: center;
|
3311
3046
|
width: 100%;
|
3047
|
+
padding-top: 32px;
|
3048
|
+
padding-left: 4px;
|
3049
|
+
padding-right: 4px;
|
3050
|
+
padding-bottom: 8px;
|
3312
3051
|
}
|
3313
3052
|
.stage-preview-module-stage-preview-out-text__FwDzO {
|
3314
3053
|
padding: 0px 15px 2px 15px;
|
@@ -3327,20 +3066,30 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
3327
3066
|
display: flex;
|
3328
3067
|
align-items: stretch;
|
3329
3068
|
overflow-x: scroll;
|
3330
|
-
margin:
|
3331
|
-
padding:
|
3069
|
+
margin: 8px;
|
3070
|
+
padding: 8px;
|
3332
3071
|
}
|
3333
|
-
.stage-preview-module-stage-preview-document-
|
3072
|
+
.stage-preview-module-stage-preview-document-card-container__sxM1s {
|
3334
3073
|
flex: none;
|
3335
3074
|
border: 1px solid #dee0e3;
|
3336
3075
|
border-radius: 4px;
|
3337
3076
|
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
|
3338
3077
|
width: 350px;
|
3339
|
-
height: 150px;
|
3340
3078
|
overflow: scroll;
|
3079
|
+
min-height: 150px;
|
3080
|
+
flex-shrink: 0;
|
3081
|
+
display: flex;
|
3082
|
+
flex-direction: column;
|
3341
3083
|
}
|
3342
|
-
.stage-preview-module-stage-preview-document-
|
3343
|
-
margin-left:
|
3084
|
+
.stage-preview-module-stage-preview-document-card-container__sxM1s:not(:first-child) {
|
3085
|
+
margin-left: 16px;
|
3086
|
+
}
|
3087
|
+
.stage-preview-module-stage-preview-document-card__21xbY {
|
3088
|
+
flex-basis: 150px;
|
3089
|
+
flex-grow: 1;
|
3090
|
+
flex-shrink: 0;
|
3091
|
+
overflow: auto;
|
3092
|
+
padding: 0;
|
3344
3093
|
}
|
3345
3094
|
.stage-preview-module-stage-preview-document-card__21xbY::-webkit-scrollbar {
|
3346
3095
|
display: none;
|
@@ -3549,20 +3298,30 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
3549
3298
|
display: flex;
|
3550
3299
|
align-items: flex-start;
|
3551
3300
|
overflow-x: scroll;
|
3552
|
-
margin:
|
3553
|
-
padding:
|
3301
|
+
margin: 8px;
|
3302
|
+
padding: 8px;
|
3554
3303
|
}
|
3555
|
-
.input-preview-module-input-preview-document-
|
3304
|
+
.input-preview-module-input-preview-document-card-container__3ko-A {
|
3556
3305
|
flex: none;
|
3557
3306
|
border: 1px solid #dee0e3;
|
3558
3307
|
border-radius: 4px;
|
3559
3308
|
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
|
3560
3309
|
width: 350px;
|
3561
|
-
height: 150px;
|
3562
3310
|
overflow: scroll;
|
3311
|
+
min-height: 150px;
|
3312
|
+
flex-shrink: 0;
|
3313
|
+
display: flex;
|
3314
|
+
flex-direction: column;
|
3563
3315
|
}
|
3564
|
-
.input-preview-module-input-preview-document-
|
3565
|
-
margin-left:
|
3316
|
+
.input-preview-module-input-preview-document-card-container__3ko-A:not(:first-child) {
|
3317
|
+
margin-left: 16px;
|
3318
|
+
}
|
3319
|
+
.input-preview-module-input-preview-document-card__ZvCA5 {
|
3320
|
+
flex-basis: 150px;
|
3321
|
+
flex-grow: 1;
|
3322
|
+
flex-shrink: 0;
|
3323
|
+
overflow: auto;
|
3324
|
+
padding: 0;
|
3566
3325
|
}
|
3567
3326
|
.input-preview-module-input-preview-document-card__ZvCA5::-webkit-scrollbar {
|
3568
3327
|
display: none;
|