@mongodb-js/compass-aggregations 8.22.0 → 8.23.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/.eslintignore +1 -1
- package/dist/browser.js +2 -0
- package/{lib → dist}/browser.js.LICENSE.txt +0 -0
- package/{lib → dist}/index.css +41 -55
- package/dist/index.js +15 -0
- package/{lib → dist}/index.js.LICENSE.txt +0 -0
- package/package.json +41 -39
- package/tsconfig-lint.json +1 -1
- package/lib/browser.js +0 -2
- package/lib/index.js +0 -15
File without changes
|
package/{lib → dist}/index.css
RENAMED
@@ -328,7 +328,7 @@
|
|
328
328
|
box-shadow: none;
|
329
329
|
border: none;
|
330
330
|
}
|
331
|
-
.collation-toolbar-module-
|
331
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU {
|
332
332
|
width: 100%;
|
333
333
|
height: 30px;
|
334
334
|
position: relative;
|
@@ -340,33 +340,42 @@
|
|
340
340
|
padding: 4px;
|
341
341
|
margin-right: 5px;
|
342
342
|
}
|
343
|
-
.collation-toolbar-module-
|
343
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-toolbar-input-label__2z_dD {
|
344
344
|
background: #bfbfbe;
|
345
345
|
color: #fff;
|
346
346
|
white-space: nowrap;
|
347
347
|
border-radius: 14px;
|
348
|
-
padding: 2px
|
348
|
+
padding: 2px 8px 2px 4px;
|
349
349
|
margin-right: 5px;
|
350
350
|
text-transform: uppercase;
|
351
351
|
font-weight: bold;
|
352
352
|
font-family: "Akzidenz", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
353
353
|
font-size: 11px;
|
354
354
|
flex-grow: 0;
|
355
|
-
width: 117px;
|
356
355
|
}
|
357
|
-
.collation-toolbar-module-
|
356
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-toolbar-input-label__2z_dD i {
|
358
357
|
margin-right: 3px;
|
358
|
+
margin-left: 0px;
|
359
359
|
}
|
360
|
-
.collation-toolbar-module-
|
360
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-has-error__1DJu7 {
|
361
361
|
background: #ef4c4c;
|
362
362
|
}
|
363
|
-
.collation-toolbar-module-
|
363
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU input {
|
364
364
|
border: 0;
|
365
365
|
width: 100%;
|
366
366
|
}
|
367
|
-
.collation-toolbar-module-
|
367
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU input:focus {
|
368
368
|
outline-width: 0;
|
369
369
|
}
|
370
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-max-time-ms__2yHVs {
|
371
|
+
display: flex;
|
372
|
+
min-width: 170px;
|
373
|
+
}
|
374
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-max-time-ms__2yHVs input[type=number]::-webkit-inner-spin-button,
|
375
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-max-time-ms__2yHVs input[type=number]::-webkit-outer-spin-button {
|
376
|
+
-webkit-appearance: none;
|
377
|
+
margin: 0;
|
378
|
+
}
|
370
379
|
.collation-toolbar-module-has-focus__3yMBL {
|
371
380
|
border-color: #43b1e5;
|
372
381
|
}
|
@@ -537,13 +546,15 @@
|
|
537
546
|
cursor: move;
|
538
547
|
cursor: grab;
|
539
548
|
}
|
540
|
-
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK
|
549
|
+
.dragging .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
550
|
+
pointer-events: auto;
|
541
551
|
cursor: grabbing;
|
542
552
|
}
|
543
553
|
.stage-editor-toolbar-module-stage-editor-toolbar-right__3NPrk {
|
544
554
|
display: flex;
|
545
555
|
justify-content: flex-end;
|
546
556
|
flex-grow: 4;
|
557
|
+
align-items: center;
|
547
558
|
}
|
548
559
|
.stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
|
549
560
|
background: #FCEBE2;
|
@@ -562,6 +573,10 @@
|
|
562
573
|
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle:before {
|
563
574
|
content: "\f05a";
|
564
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
|
+
}
|
565
580
|
|
566
581
|
.stage-editor-module-stage-editor-container__1XwN_ {
|
567
582
|
position: relative;
|
@@ -623,41 +638,25 @@
|
|
623
638
|
flex-grow: 1;
|
624
639
|
}
|
625
640
|
|
626
|
-
.
|
627
|
-
display: flex;
|
641
|
+
.document-table-view-container {
|
628
642
|
width: 100%;
|
629
|
-
height: 100%;
|
630
643
|
}
|
644
|
+
|
631
645
|
.compass-documents {
|
632
646
|
display: flex;
|
633
647
|
flex-direction: column;
|
634
648
|
align-items: stretch;
|
635
649
|
width: 100%;
|
650
|
+
height: 100%;
|
636
651
|
flex-grow: 1;
|
637
|
-
}
|
638
|
-
.compass-documents .column-container {
|
639
652
|
position: relative;
|
640
|
-
flex-grow: 1;
|
641
|
-
flex-shrink: 1;
|
642
|
-
flex-basis: auto;
|
643
|
-
flex-direction: column;
|
644
|
-
display: flex;
|
645
|
-
overflow: auto;
|
646
|
-
background: #f5f6f7;
|
647
|
-
}
|
648
|
-
.compass-documents .column.main {
|
649
|
-
position: absolute;
|
650
|
-
top: 0;
|
651
|
-
left: 0;
|
652
|
-
right: 0;
|
653
|
-
bottom: 0;
|
654
|
-
margin-bottom: 0;
|
655
|
-
padding: 0;
|
656
653
|
}
|
657
654
|
.document-list {
|
658
|
-
padding:
|
655
|
+
padding-left: 16px;
|
656
|
+
padding-right: 16px;
|
659
657
|
list-style: none;
|
660
658
|
position: relative;
|
659
|
+
width: 100%;
|
661
660
|
}
|
662
661
|
.document-list-item {
|
663
662
|
position: relative;
|
@@ -780,6 +779,11 @@
|
|
780
779
|
position: relative;
|
781
780
|
top: 7px;
|
782
781
|
}
|
782
|
+
.loader {
|
783
|
+
height: 100%;
|
784
|
+
display: flex;
|
785
|
+
justify-content: center;
|
786
|
+
}
|
783
787
|
.document {
|
784
788
|
position: relative;
|
785
789
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
@@ -812,8 +816,10 @@
|
|
812
816
|
}
|
813
817
|
.document-json {
|
814
818
|
list-style: none;
|
815
|
-
padding:
|
819
|
+
padding-left: 16px;
|
820
|
+
padding-right: 16px;
|
816
821
|
position: relative;
|
822
|
+
width: 100%;
|
817
823
|
}
|
818
824
|
.document-json .document-json-item {
|
819
825
|
position: relative;
|
@@ -3454,6 +3460,9 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
3454
3460
|
align-items: stretch;
|
3455
3461
|
border-radius: 0 0 4px 4px;
|
3456
3462
|
}
|
3463
|
+
.stage-module-stage-editor-no-preview__34-OX {
|
3464
|
+
width: 100%;
|
3465
|
+
}
|
3457
3466
|
|
3458
3467
|
.input-collapser-module-input-collapser__2CIHy {
|
3459
3468
|
position: relative;
|
@@ -3608,29 +3617,6 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
3608
3617
|
margin: 10px 0px 10px 0px;
|
3609
3618
|
}
|
3610
3619
|
|
3611
|
-
.custom-drag-layer-module-custom-drag-layer__1KLrK {
|
3612
|
-
position: fixed;
|
3613
|
-
pointer-events: none;
|
3614
|
-
z-index: 500;
|
3615
|
-
left: 5px;
|
3616
|
-
top: 0;
|
3617
|
-
width: 100%;
|
3618
|
-
height: 100%;
|
3619
|
-
}
|
3620
|
-
.custom-drag-layer-module-custom-drag-layer-container__285JI {
|
3621
|
-
border-radius: 5px;
|
3622
|
-
background-color: rgba(13, 50, 79, 0.6);
|
3623
|
-
color: #C5E4F2;
|
3624
|
-
width: calc(80% - 260px);
|
3625
|
-
height: 180px;
|
3626
|
-
display: flex;
|
3627
|
-
align-items: center;
|
3628
|
-
justify-content: center;
|
3629
|
-
font-style: italic;
|
3630
|
-
font-size: 24px;
|
3631
|
-
font-weight: bold;
|
3632
|
-
}
|
3633
|
-
|
3634
3620
|
.modify-source-banner-module-modify-source-banner__zkRAk {
|
3635
3621
|
text-align: center;
|
3636
3622
|
margin: 5px auto;
|