@mongodb-js/compass-aggregations 8.21.0 → 8.24.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/.eslintignore +1 -1
- package/dist/browser.js +2 -0
- package/{lib → dist}/browser.js.LICENSE.txt +0 -0
- package/{lib → dist}/index.css +830 -1664
- package/dist/index.js +15 -0
- package/{lib → dist}/index.js.LICENSE.txt +0 -10
- package/package.json +46 -49
- package/tsconfig-lint.json +1 -1
- package/lib/browser.js +0 -2
- package/lib/index.js +0 -15
package/{lib → dist}/index.css
RENAMED
@@ -1,1141 +1,855 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
height: 100%;
|
6
|
-
}
|
7
|
-
|
8
|
-
.delete-stage-module-delete-stage__3PyCJ {
|
9
|
-
margin-right: 6px;
|
10
|
-
}
|
11
|
-
.delete-stage-module-delete-stage__3PyCJ button {
|
12
|
-
width: 30px;
|
1
|
+
.restore-pipeline-button-module-restore-pipeline__NGnMs {
|
2
|
+
margin-right: 2px;
|
3
|
+
flex-grow: 0;
|
4
|
+
visibility: hidden;
|
13
5
|
}
|
14
6
|
|
15
|
-
.
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
.add-after-stage-module-add-after-stage__1xZf9 button {
|
20
|
-
width: 30px;
|
21
|
-
margin-right: 6px;
|
7
|
+
.delete-pipeline-button-module-delete-pipeline__Ch_2o {
|
8
|
+
margin: 0px 10px 0px 0px;
|
9
|
+
flex-grow: 0;
|
10
|
+
visibility: hidden;
|
22
11
|
}
|
23
12
|
|
24
|
-
.
|
25
|
-
|
13
|
+
.save-pipeline-card-module-save-pipeline-card__2EPNA {
|
14
|
+
border: 1px solid #dee0e3;
|
15
|
+
box-shadow: 0 0 3px #dee0e3;
|
16
|
+
margin: 10px;
|
26
17
|
display: flex;
|
27
18
|
align-items: center;
|
28
|
-
|
19
|
+
background: #fff;
|
29
20
|
}
|
30
|
-
.
|
31
|
-
|
32
|
-
width: 40px;
|
21
|
+
.save-pipeline-card-module-save-pipeline-card__2EPNA:hover button {
|
22
|
+
visibility: visible;
|
33
23
|
}
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
24
|
+
.save-pipeline-card-module-save-pipeline-card-title__272aN {
|
25
|
+
font-size: 12px;
|
26
|
+
padding: 8px;
|
27
|
+
line-height: 20px;
|
28
|
+
font-weight: bold;
|
29
|
+
flex-grow: 5;
|
30
|
+
color: #494747;
|
31
|
+
overflow-wrap: break-word;
|
32
|
+
overflow: auto;
|
39
33
|
}
|
40
34
|
|
41
|
-
.
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
35
|
+
.save-pipeline-module-save-pipeline__1r5sb {
|
36
|
+
border-right: 1px solid #dee0e3;
|
37
|
+
box-shadow: 1px 1px 1px #dee0e3;
|
38
|
+
background: #f8f8f8;
|
39
|
+
position: absolute;
|
40
|
+
width: 400px;
|
41
|
+
height: 100%;
|
42
|
+
top: 0;
|
43
|
+
left: -401px;
|
44
|
+
transition: left 0.2s ease-in-out;
|
45
|
+
font-size: 1em;
|
46
|
+
z-index: 500;
|
46
47
|
}
|
47
|
-
|
48
|
-
|
49
|
-
|
48
|
+
.save-pipeline-module-save-pipeline-is-visible__3bNUE {
|
49
|
+
left: 0px;
|
50
|
+
transition: left 0.2s ease-in-out;
|
50
51
|
}
|
51
|
-
.
|
52
|
+
.save-pipeline-module-save-pipeline-header__1G3Ck {
|
53
|
+
height: 34px;
|
52
54
|
display: flex;
|
55
|
+
padding: 10px;
|
56
|
+
font-size: 12px;
|
57
|
+
line-height: 20px;
|
58
|
+
font-weight: bold;
|
59
|
+
color: #494747;
|
53
60
|
align-items: center;
|
61
|
+
justify-content: space-between;
|
62
|
+
border-bottom: 1px solid #dee0e3;
|
63
|
+
box-shadow: 1px 1px 1px #dee0e3;
|
54
64
|
}
|
55
|
-
.
|
56
|
-
|
57
|
-
}
|
58
|
-
|
59
|
-
.stage-operator-select-module-stage-operator-select__1eiQN {
|
60
|
-
position: relative;
|
61
|
-
width: 120px;
|
62
|
-
height: 22px;
|
63
|
-
margin: 0px 0px 0px 5px;
|
65
|
+
.save-pipeline-module-save-pipeline-cards__2__gs {
|
66
|
+
overflow-y: scroll;
|
64
67
|
}
|
65
|
-
.
|
66
|
-
position: relative;
|
67
|
-
font-size: 12px !important;
|
68
|
+
.save-pipeline-module-save-pipeline-close__2mTMD {
|
68
69
|
cursor: pointer;
|
69
70
|
}
|
70
|
-
.
|
71
|
-
|
72
|
-
}
|
73
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-placeholder {
|
74
|
-
line-height: 25px;
|
75
|
-
}
|
76
|
-
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-input {
|
77
|
-
height: 18px;
|
71
|
+
.save-pipeline-module-save-pipeline-cards__2__gs::-webkit-scrollbar {
|
72
|
+
display: none;
|
78
73
|
}
|
79
|
-
|
80
|
-
|
74
|
+
|
75
|
+
.settings-module-container__3sWua {
|
76
|
+
border-left: 1px solid #dee0e3;
|
77
|
+
box-shadow: 1px 1px 1px #dee0e3;
|
78
|
+
background: #f8f8f8;
|
79
|
+
position: absolute;
|
80
|
+
width: 580px;
|
81
|
+
height: 100%;
|
82
|
+
top: 0;
|
83
|
+
right: 0px;
|
84
|
+
transition: right 0.2s ease-in-out;
|
85
|
+
font-size: 1em;
|
86
|
+
z-index: 500;
|
81
87
|
}
|
82
|
-
.
|
83
|
-
|
88
|
+
.settings-module-header__1rot3 {
|
89
|
+
height: 32px;
|
90
|
+
display: flex;
|
91
|
+
padding: 5px;
|
92
|
+
font-size: 12px;
|
93
|
+
line-height: 20px;
|
94
|
+
font-weight: bold;
|
95
|
+
color: #494747;
|
96
|
+
align-items: center;
|
97
|
+
justify-content: space-between;
|
98
|
+
border-bottom: 1px solid #dee0e3;
|
99
|
+
box-shadow: 1px 1px 1px #dee0e3;
|
84
100
|
}
|
85
|
-
.
|
86
|
-
|
101
|
+
.settings-module-header-title__xCvBM {
|
102
|
+
color: #424242;
|
103
|
+
font-size: 12px;
|
87
104
|
font-weight: bold;
|
105
|
+
flex-grow: 2;
|
88
106
|
}
|
89
|
-
.
|
90
|
-
|
107
|
+
.settings-module-header-btn-group__1NySd {
|
108
|
+
display: inline-block;
|
91
109
|
}
|
92
|
-
.
|
93
|
-
|
110
|
+
.settings-module-header-btn-group__1NySd button {
|
111
|
+
margin-right: 5px;
|
94
112
|
}
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
padding:
|
101
|
-
|
102
|
-
flex-shrink: 0;
|
113
|
+
.settings-module-header-btn-group__1NySd:last-child {
|
114
|
+
margin-right: 0px;
|
115
|
+
}
|
116
|
+
.settings-module-input-group__3OjXF {
|
117
|
+
margin: 8px;
|
118
|
+
padding: 8px 16px;
|
119
|
+
background-color: #FFFFFF;
|
103
120
|
display: flex;
|
104
|
-
flex-direction: row;
|
105
121
|
align-items: center;
|
106
|
-
position: relative;
|
107
|
-
height: 30px;
|
108
|
-
cursor: move;
|
109
|
-
cursor: grab;
|
110
122
|
}
|
111
|
-
.
|
112
|
-
|
123
|
+
.settings-module-input-control__3kNAF {
|
124
|
+
min-width: 90px;
|
113
125
|
}
|
114
|
-
.
|
115
|
-
|
116
|
-
|
117
|
-
|
126
|
+
.settings-module-input-control__3kNAF input {
|
127
|
+
border-radius: 3px;
|
128
|
+
border-color: #BFBFBE;
|
129
|
+
border-style: solid;
|
130
|
+
border-width: 1px;
|
131
|
+
padding: 1px;
|
132
|
+
text-align: right;
|
133
|
+
float: right;
|
118
134
|
}
|
119
|
-
.
|
120
|
-
|
135
|
+
.settings-module-input-control__3kNAF input[type="text"],
|
136
|
+
.settings-module-input-control__3kNAF input[type="number"] {
|
137
|
+
width: 70px;
|
138
|
+
color: #464C4F;
|
121
139
|
}
|
122
|
-
.
|
123
|
-
|
124
|
-
font:
|
125
|
-
|
126
|
-
text-rendering: auto;
|
127
|
-
-webkit-font-smoothing: antialiased;
|
128
|
-
-moz-osx-font-smoothing: grayscale;
|
129
|
-
margin: 0 5px;
|
130
|
-
cursor: pointer;
|
131
|
-
color: #bfbfbe;
|
140
|
+
.settings-module-input-control__3kNAF input[type="text"]::placeholder,
|
141
|
+
.settings-module-input-control__3kNAF input[type="number"]::placeholder {
|
142
|
+
font-size: 13px;
|
143
|
+
color: #AAAAAA;
|
132
144
|
}
|
133
|
-
.
|
134
|
-
|
145
|
+
.settings-module-input-meta__2H8QK {
|
146
|
+
flex-grow: 1;
|
147
|
+
}
|
148
|
+
.settings-module-input-meta__2H8QK p {
|
149
|
+
margin-top: 8px;
|
135
150
|
}
|
136
151
|
|
137
|
-
.
|
152
|
+
.overview-toggler-module-overview-toggler__253em {
|
138
153
|
position: relative;
|
139
|
-
|
140
|
-
text-align: center;
|
154
|
+
margin-right: 3px;
|
141
155
|
}
|
142
|
-
.
|
143
|
-
|
144
|
-
margin: 0;
|
145
|
-
padding: 10px 0px 10px 0px;
|
146
|
-
overflow: hidden;
|
147
|
-
background: #f5f6f7;
|
148
|
-
border-left: 2px solid #E4E4E4;
|
149
|
-
width: 100%;
|
150
|
-
min-height: 180px;
|
156
|
+
.overview-toggler-module-overview-toggler__253em button {
|
157
|
+
width: 30px;
|
151
158
|
}
|
152
|
-
|
153
|
-
|
159
|
+
|
160
|
+
.collation-collapser-module-collation-collapser__2fVom {
|
154
161
|
position: relative;
|
155
|
-
margin:
|
156
|
-
padding: 5px 10px;
|
157
|
-
border-radius: 3px;
|
158
|
-
overflow: hidden;
|
159
|
-
background: #FCEBE2;
|
160
|
-
border: 1px solid #F9D3C5;
|
161
|
-
min-height: 20px;
|
162
|
-
word-break: break-all;
|
163
|
-
color: #8F221B;
|
164
|
-
font-size: x-small;
|
165
|
-
font-weight: bold;
|
162
|
+
margin-right: 3px;
|
166
163
|
}
|
167
|
-
.
|
164
|
+
.collation-collapser-module-collation-collapser__2fVom button {
|
165
|
+
white-space: nowrap;
|
166
|
+
}
|
167
|
+
|
168
|
+
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex {
|
169
|
+
align-items: center;
|
170
|
+
display: flex;
|
168
171
|
flex-shrink: 0;
|
169
|
-
|
170
|
-
|
171
|
-
padding: 5px 10px;
|
172
|
-
border-radius: 3px;
|
173
|
-
overflow: hidden;
|
174
|
-
background: #FEF7E3;
|
175
|
-
border: 1px solid #FEF2C8;
|
176
|
-
min-height: 20px;
|
177
|
-
word-break: break-all;
|
178
|
-
color: #86681D;
|
179
|
-
font-size: x-small;
|
180
|
-
font-weight: bold;
|
181
|
-
}
|
182
|
-
|
183
|
-
.insert-json-document-module-editor__a90Xy {
|
184
|
-
padding: 10px 10px 10px 0;
|
185
|
-
background: #f5f6f7;
|
186
|
-
border-left: 3px solid #E4E4E4;
|
187
|
-
height: 300px;
|
188
|
-
overflow: auto;
|
189
|
-
flex-basis: auto;
|
190
|
-
flex-shrink: 1;
|
172
|
+
height: 34px;
|
173
|
+
padding: 0px 10px 0px 15px;
|
191
174
|
flex-grow: 1;
|
175
|
+
z-index: 100;
|
192
176
|
}
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
height: 100%;
|
177
|
+
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown {
|
178
|
+
margin-left: 3px;
|
179
|
+
padding-right: 6px;
|
180
|
+
height: 22px;
|
198
181
|
}
|
199
|
-
.
|
200
|
-
|
201
|
-
flex-direction: column;
|
202
|
-
align-items: stretch;
|
203
|
-
width: 100%;
|
204
|
-
flex-grow: 1;
|
182
|
+
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown i {
|
183
|
+
top: 1px;
|
205
184
|
}
|
206
|
-
.
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
flex-direction: column;
|
212
|
-
display: flex;
|
213
|
-
overflow: auto;
|
214
|
-
background: #f5f6f7;
|
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;
|
215
190
|
}
|
216
|
-
.
|
217
|
-
|
218
|
-
top: 0;
|
219
|
-
left: 0;
|
220
|
-
right: 0;
|
221
|
-
bottom: 0;
|
222
|
-
margin-bottom: 0;
|
223
|
-
padding: 0;
|
191
|
+
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown-menu {
|
192
|
+
font-size: 12px;
|
224
193
|
}
|
225
|
-
.
|
226
|
-
|
227
|
-
list-style: none;
|
228
|
-
position: relative;
|
194
|
+
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-update-view__32VEf {
|
195
|
+
margin-right: 5px;
|
229
196
|
}
|
230
|
-
.
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
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;
|
202
|
+
border-radius: 3px;
|
203
|
+
font-size: 12px;
|
204
|
+
padding: 2px 6px 2px 6px;
|
236
205
|
}
|
237
|
-
.
|
238
|
-
|
239
|
-
|
206
|
+
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-name__2yDjz {
|
207
|
+
font-size: 12px;
|
208
|
+
font-weight: bold;
|
209
|
+
white-space: nowrap;
|
240
210
|
}
|
241
|
-
.
|
242
|
-
|
243
|
-
|
244
|
-
flex-direction: column;
|
245
|
-
align-items: center;
|
246
|
-
text-align: center;
|
247
|
-
background-color: #f5f6f7;
|
248
|
-
padding-top: 135px;
|
211
|
+
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-open-saved-pipelines-button__L6l0H {
|
212
|
+
margin-right: 3px;
|
213
|
+
white-space: nowrap;
|
249
214
|
}
|
250
|
-
.
|
251
|
-
|
252
|
-
|
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;
|
253
219
|
}
|
254
|
-
.
|
255
|
-
|
220
|
+
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-new-button__3Mf5F:hover {
|
221
|
+
border-right: 0;
|
256
222
|
}
|
257
|
-
.
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
align-items: center;
|
262
|
-
background: #f5f6f7;
|
263
|
-
border-bottom: 1px solid #ebebed;
|
264
|
-
padding: 5px 15px;
|
265
|
-
min-width: max-content;
|
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;
|
266
227
|
}
|
267
|
-
.
|
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 {
|
268
232
|
display: flex;
|
269
233
|
}
|
270
|
-
.
|
271
|
-
padding:
|
234
|
+
.pipeline-builder-toolbar-module-is-modified__2nfaK {
|
235
|
+
padding-top: 1px;
|
236
|
+
font-style: italic;
|
272
237
|
}
|
273
|
-
.
|
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
|
+
}
|
244
|
+
|
245
|
+
/**
|
246
|
+
* Mixins
|
247
|
+
*/
|
248
|
+
.pipeline-preview-toolbar-module-container-right__1z6gl {
|
274
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;
|
275
255
|
}
|
276
|
-
.
|
277
|
-
|
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;
|
278
260
|
}
|
279
|
-
.
|
280
|
-
|
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;
|
281
265
|
}
|
282
|
-
.
|
283
|
-
|
266
|
+
.pipeline-preview-toolbar-module-toggle__24mzf {
|
267
|
+
height: 14px;
|
268
|
+
width: 26px;
|
269
|
+
margin: auto 0;
|
284
270
|
}
|
285
|
-
.
|
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;
|
286
276
|
text-transform: uppercase;
|
287
|
-
|
277
|
+
color: #807f7f;
|
288
278
|
font-weight: bold;
|
289
|
-
font-size: 11px;
|
290
|
-
margin: 8px 0;
|
291
|
-
color: #AAAAAA;
|
292
279
|
}
|
293
|
-
.
|
294
|
-
|
280
|
+
.pipeline-preview-toolbar-module-settings__1kWxH {
|
281
|
+
margin-left: 15px;
|
282
|
+
display: flex;
|
295
283
|
}
|
296
|
-
.
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
background-size: 10px 10px;
|
301
|
-
width: 11px;
|
302
|
-
height: 11px;
|
303
|
-
display: inline-block;
|
284
|
+
.pipeline-preview-toolbar-module-fullscreen__3ms6P {
|
285
|
+
margin-left: 15px;
|
286
|
+
display: flex;
|
287
|
+
margin-left: 5px;
|
304
288
|
}
|
305
|
-
.
|
306
|
-
margin-left:
|
289
|
+
.pipeline-preview-toolbar-module-is-modified__18dkX {
|
290
|
+
margin-left: 15px;
|
291
|
+
display: flex;
|
307
292
|
}
|
308
|
-
.
|
309
|
-
|
310
|
-
margin-left: 5px;
|
311
|
-
cursor: pointer;
|
312
|
-
font-size: 14px;
|
313
|
-
position: relative;
|
314
|
-
top: 1px;
|
315
|
-
opacity: 0.5;
|
293
|
+
.pipeline-preview-toolbar-module-is-modified__18dkX i {
|
294
|
+
color: #13AA52;
|
316
295
|
}
|
317
|
-
.
|
296
|
+
.pipeline-preview-toolbar-module-is-modified-on__2aYV4 i {
|
318
297
|
color: #fbb129;
|
319
298
|
}
|
320
|
-
.
|
321
|
-
|
299
|
+
.pipeline-preview-toolbar-module-is-modified-on__2aYV4 span {
|
300
|
+
padding-right: 5px;
|
301
|
+
color: #fbb129;
|
302
|
+
font-size: 13px;
|
322
303
|
}
|
323
|
-
|
324
|
-
|
325
|
-
|
304
|
+
|
305
|
+
.pipeline-toolbar-module-pipeline-toolbar__2eSZz {
|
306
|
+
display: flex;
|
307
|
+
width: 100%;
|
308
|
+
flex-shrink: 0;
|
309
|
+
height: 33px;
|
326
310
|
}
|
327
|
-
.
|
328
|
-
border-
|
329
|
-
|
311
|
+
.pipeline-toolbar-module-pipeline-toolbar-border__2u5Qi {
|
312
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
313
|
+
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
|
330
314
|
}
|
331
|
-
|
332
|
-
|
333
|
-
|
315
|
+
|
316
|
+
.collation-toolbar-module-collation-toolbar__31baA {
|
317
|
+
display: flex;
|
318
|
+
width: 100%;
|
319
|
+
flex-shrink: 0;
|
320
|
+
align-items: center;
|
334
321
|
}
|
335
|
-
.
|
322
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU {
|
323
|
+
width: 100%;
|
324
|
+
height: 30px;
|
325
|
+
position: relative;
|
326
|
+
display: flex;
|
327
|
+
border-radius: 14px;
|
328
|
+
border: 1px #bfbfbe solid;
|
329
|
+
background: #fff;
|
330
|
+
overflow: hidden;
|
331
|
+
padding: 4px;
|
336
332
|
margin-right: 5px;
|
337
333
|
}
|
338
|
-
.
|
339
|
-
|
340
|
-
}
|
341
|
-
.option-selector #insert-data-dropdown {
|
342
|
-
display: flex;
|
343
|
-
padding: 0 12px;
|
334
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-toolbar-input-label__2z_dD {
|
335
|
+
background: #bfbfbe;
|
344
336
|
color: #fff;
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
}
|
351
|
-
.element {
|
352
|
-
width: 100%;
|
353
|
-
display: block;
|
354
|
-
font-size: 11px;
|
355
|
-
}
|
356
|
-
.element-field {
|
357
|
-
display: inline-block;
|
337
|
+
white-space: nowrap;
|
338
|
+
border-radius: 14px;
|
339
|
+
padding: 2px 8px 2px 4px;
|
340
|
+
margin-right: 5px;
|
341
|
+
text-transform: uppercase;
|
358
342
|
font-weight: bold;
|
359
|
-
|
360
|
-
-
|
343
|
+
font-family: "Akzidenz", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
344
|
+
font-size: 11px;
|
345
|
+
flex-grow: 0;
|
361
346
|
}
|
362
|
-
.
|
363
|
-
|
364
|
-
|
365
|
-
-webkit-user-select: text;
|
347
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-toolbar-input-label__2z_dD i {
|
348
|
+
margin-right: 3px;
|
349
|
+
margin-left: 0px;
|
366
350
|
}
|
367
|
-
.
|
368
|
-
|
369
|
-
vertical-align: top;
|
370
|
-
-webkit-user-select: text;
|
371
|
-
flex-grow: 3;
|
372
|
-
position: relative;
|
351
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-has-error__1DJu7 {
|
352
|
+
background: #ef4c4c;
|
373
353
|
}
|
374
|
-
.
|
375
|
-
|
376
|
-
|
377
|
-
word-break: break-all;
|
354
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU input {
|
355
|
+
border: 0;
|
356
|
+
width: 100%;
|
378
357
|
}
|
379
|
-
.
|
380
|
-
|
358
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU input:focus {
|
359
|
+
outline-width: 0;
|
381
360
|
}
|
382
|
-
.
|
383
|
-
|
361
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-max-time-ms__2yHVs {
|
362
|
+
display: flex;
|
363
|
+
min-width: 170px;
|
384
364
|
}
|
385
|
-
.
|
386
|
-
|
365
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-max-time-ms__2yHVs input[type=number]::-webkit-inner-spin-button,
|
366
|
+
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-max-time-ms__2yHVs input[type=number]::-webkit-outer-spin-button {
|
367
|
+
-webkit-appearance: none;
|
368
|
+
margin: 0;
|
387
369
|
}
|
388
|
-
.
|
389
|
-
color: #
|
370
|
+
.collation-toolbar-module-has-focus__3yMBL {
|
371
|
+
border-color: #43b1e5;
|
390
372
|
}
|
391
|
-
|
392
|
-
|
373
|
+
|
374
|
+
.import-pipeline-module-import-pipeline-note__vDPrD {
|
375
|
+
color: steelblue;
|
376
|
+
background-color: #B0E0E6;
|
377
|
+
border-radius: 5px;
|
378
|
+
padding: 10px;
|
379
|
+
margin-bottom: 10px;
|
393
380
|
}
|
394
|
-
.
|
395
|
-
|
381
|
+
.import-pipeline-module-import-pipeline-editor__2L-TC {
|
382
|
+
flex-shrink: 0;
|
383
|
+
position: relative;
|
384
|
+
padding: 10px 0px 10px 0px;
|
385
|
+
overflow: scroll;
|
386
|
+
background: #f5f6f7;
|
387
|
+
border-left: 2px solid #E4E4E4;
|
388
|
+
min-height: 180px;
|
389
|
+
max-height: 300px;
|
396
390
|
}
|
397
|
-
.
|
398
|
-
|
391
|
+
.import-pipeline-module-import-pipeline-error__92RZw {
|
392
|
+
flex-shrink: 0;
|
393
|
+
position: relative;
|
394
|
+
margin: 10px 0px;
|
395
|
+
padding: 10px;
|
396
|
+
border-radius: 3px;
|
397
|
+
overflow: auto;
|
398
|
+
background: #ff473a;
|
399
|
+
max-height: 100px;
|
400
|
+
color: #f5f6f7;
|
401
|
+
font-size: x-small;
|
402
|
+
font-weight: bold;
|
399
403
|
}
|
400
|
-
|
401
|
-
|
404
|
+
|
405
|
+
.confirm-import-pipeline-module-confirm-import-pipeline-note__3qDU3 {
|
406
|
+
padding: 0px;
|
402
407
|
}
|
403
|
-
|
404
|
-
|
408
|
+
|
409
|
+
.confirm-new-pipeline-module-confirm-new-pipeline-note__2n2EL {
|
410
|
+
padding: 0px;
|
405
411
|
}
|
406
|
-
|
412
|
+
|
413
|
+
.pipeline-module-pipeline__1nWUF {
|
414
|
+
display: flex;
|
415
|
+
flex-grow: 1;
|
416
|
+
flex-direction: column;
|
407
417
|
width: 100%;
|
408
|
-
|
409
|
-
|
418
|
+
height: 100%;
|
419
|
+
min-height: 0;
|
420
|
+
position: relative;
|
410
421
|
}
|
411
|
-
.
|
412
|
-
|
422
|
+
.pipeline-module-pipeline-collation-toolbar-container__2S68M {
|
423
|
+
padding: 6px 10px 6px 15px;
|
424
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
425
|
+
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
|
413
426
|
}
|
414
|
-
.
|
415
|
-
|
416
|
-
|
427
|
+
.pipeline-module-pipeline-error-banner-container__19QTd {
|
428
|
+
margin-left: 20px;
|
429
|
+
margin-right: 36px;
|
417
430
|
}
|
418
|
-
.
|
419
|
-
|
431
|
+
.pipeline-module-pipeline-fullscreen__2QlA5 {
|
432
|
+
position: absolute;
|
433
|
+
top: 0;
|
434
|
+
right: 0;
|
435
|
+
left: 0;
|
436
|
+
bottom: 0;
|
420
437
|
}
|
421
|
-
|
422
|
-
|
438
|
+
|
439
|
+
.resize-handle-module-resize-handle__1rugm {
|
440
|
+
position: absolute;
|
441
|
+
background: #dee0e3;
|
442
|
+
width: 1.1px;
|
443
|
+
height: 100%;
|
423
444
|
}
|
424
|
-
|
425
|
-
|
426
|
-
width: 0;
|
427
|
-
height: 0;
|
428
|
-
vertical-align: middle;
|
429
|
-
border-left: 4px solid;
|
430
|
-
border-right: 0;
|
431
|
-
border-top: 4px solid transparent;
|
432
|
-
border-bottom: 4px solid transparent;
|
433
|
-
margin-left: -10px;
|
445
|
+
|
446
|
+
.delete-stage-module-delete-stage__3PyCJ {
|
434
447
|
margin-right: 6px;
|
435
448
|
}
|
436
|
-
.
|
437
|
-
|
438
|
-
border-right: 4px solid transparent;
|
439
|
-
border-left: 4px solid transparent;
|
440
|
-
margin-left: -14px;
|
449
|
+
.delete-stage-module-delete-stage__3PyCJ button {
|
450
|
+
width: 30px;
|
441
451
|
}
|
442
|
-
|
443
|
-
|
444
|
-
|
452
|
+
|
453
|
+
.add-after-stage-module-add-after-stage__1xZf9 {
|
454
|
+
display: flex;
|
455
|
+
justify-content: flex-end;
|
445
456
|
}
|
446
|
-
.
|
447
|
-
|
457
|
+
.add-after-stage-module-add-after-stage__1xZf9 button {
|
458
|
+
width: 30px;
|
459
|
+
margin-right: 6px;
|
448
460
|
}
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
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;
|
455
467
|
}
|
456
|
-
.
|
457
|
-
|
458
|
-
|
468
|
+
.toggle-stage-module-toggle-stage-button__1ILJ7 {
|
469
|
+
height: 22px;
|
470
|
+
width: 40px;
|
459
471
|
}
|
460
|
-
|
461
|
-
|
462
|
-
|
472
|
+
|
473
|
+
.stage-grabber-module-stage-grabber__1-8cr {
|
474
|
+
color: #dee0e3;
|
475
|
+
margin: 3px 2px 0px 4px;
|
463
476
|
position: relative;
|
464
|
-
padding: 0 !important;
|
465
|
-
width: 24px;
|
466
|
-
margin-left: 3px;
|
467
477
|
}
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
margin-left: -35px;
|
472
|
-
margin-top: 30px;
|
473
|
-
border-radius: 3px;
|
474
|
-
color: white;
|
475
|
-
padding: 2px 10px 2px 10px;
|
476
|
-
background: rgba(0, 0, 0, 0.75);
|
477
|
-
content: "Copied!";
|
478
|
-
text-transform: none;
|
479
|
-
font-weight: normal;
|
478
|
+
|
479
|
+
.stage-collapser-module-stage-collapser__3xs2F {
|
480
|
+
position: relative;
|
480
481
|
}
|
481
|
-
.
|
482
|
-
|
483
|
-
width: 12px;
|
482
|
+
.stage-collapser-module-stage-collapser__3xs2F button {
|
483
|
+
width: 30px;
|
484
484
|
}
|
485
|
-
|
486
|
-
|
485
|
+
|
486
|
+
.select-option-with-tooltip-module-tooltip__3SVxp {
|
487
|
+
max-width: 340px !important;
|
487
488
|
}
|
488
|
-
.
|
489
|
-
|
489
|
+
.select-option-with-tooltip-module-option__K2UZL {
|
490
|
+
display: flex;
|
491
|
+
align-items: center;
|
490
492
|
}
|
491
|
-
.
|
492
|
-
|
493
|
-
font-size: 11px;
|
494
|
-
list-style: none;
|
495
|
-
text-overflow: ellipsis;
|
496
|
-
white-space: nowrap;
|
497
|
-
max-width: 100%;
|
493
|
+
.select-option-with-tooltip-module-optionIcon__os9Dz {
|
494
|
+
margin-left: auto;
|
498
495
|
}
|
499
|
-
|
500
|
-
|
501
|
-
|
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
502
|
}
|
503
|
-
.
|
503
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK {
|
504
504
|
position: relative;
|
505
|
+
font-size: 12px !important;
|
506
|
+
cursor: pointer;
|
505
507
|
}
|
506
|
-
.
|
507
|
-
|
508
|
-
border: 1px solid #ef4c4c;
|
508
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-control {
|
509
|
+
height: 22px;
|
509
510
|
}
|
510
|
-
.
|
511
|
-
|
511
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-placeholder {
|
512
|
+
line-height: 25px;
|
512
513
|
}
|
513
|
-
.
|
514
|
-
|
514
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-input {
|
515
|
+
height: 18px;
|
515
516
|
}
|
516
|
-
.
|
517
|
-
|
518
|
-
counter-reset: document-line-number;
|
519
|
-
display: block;
|
520
|
-
list-style: none;
|
521
|
-
text-overflow: ellipsis;
|
522
|
-
white-space: nowrap;
|
523
|
-
max-width: 100%;
|
517
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow-zone {
|
518
|
+
height: 22px;
|
524
519
|
}
|
525
|
-
.
|
526
|
-
|
527
|
-
left: 21px;
|
520
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow {
|
521
|
+
margin-top: 8px;
|
528
522
|
}
|
529
|
-
.
|
530
|
-
|
531
|
-
|
532
|
-
display: inline-block;
|
533
|
-
width: 120px;
|
534
|
-
color: #807f7f;
|
535
|
-
height: 17px;
|
536
|
-
padding-left: 12px;
|
523
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-value {
|
524
|
+
line-height: 22px !important;
|
525
|
+
font-weight: bold;
|
537
526
|
}
|
538
|
-
.
|
539
|
-
|
527
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu {
|
528
|
+
height: 200px;
|
540
529
|
}
|
541
|
-
.
|
542
|
-
|
530
|
+
.stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu-outer {
|
531
|
+
z-index: 2000 !important;
|
543
532
|
}
|
544
|
-
|
545
|
-
|
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;
|
546
548
|
}
|
547
|
-
.
|
548
|
-
|
549
|
+
.dragging .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
550
|
+
pointer-events: auto;
|
551
|
+
cursor: grabbing;
|
549
552
|
}
|
550
|
-
.
|
551
|
-
|
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;
|
552
558
|
}
|
553
|
-
.
|
554
|
-
|
555
|
-
font-weight: bold;
|
559
|
+
.stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
|
560
|
+
background: #FCEBE2;
|
556
561
|
}
|
557
|
-
.
|
558
|
-
|
559
|
-
|
560
|
-
|
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;
|
561
572
|
}
|
562
|
-
.
|
563
|
-
|
564
|
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
565
|
-
margin-bottom: 5px;
|
573
|
+
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle:before {
|
574
|
+
content: "\f05a";
|
566
575
|
}
|
567
|
-
.
|
568
|
-
|
576
|
+
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK .stage-editor-toolbar-module-tooltip-icon__3szXX {
|
577
|
+
margin-top: 6px;
|
578
|
+
margin-right: 6px;
|
569
579
|
}
|
570
|
-
|
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
|
+
.insert-json-document-module-editor__a90Xy {
|
571
631
|
padding: 10px 10px 10px 0;
|
572
|
-
background: #
|
632
|
+
background: #f5f6f7;
|
633
|
+
border-left: 3px solid #E4E4E4;
|
634
|
+
height: 300px;
|
573
635
|
overflow: auto;
|
574
636
|
flex-basis: auto;
|
575
637
|
flex-shrink: 1;
|
576
638
|
flex-grow: 1;
|
577
639
|
}
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
.document-json .document-json-item .json-ace-editor .ace-mongodb .ace_gutter {
|
582
|
-
background: #ffffff;
|
583
|
-
z-index: 0;
|
584
|
-
}
|
585
|
-
.document-json .document-json-item:last-child {
|
586
|
-
margin-bottom: 0;
|
587
|
-
border-bottom: 0 solid transparent;
|
640
|
+
|
641
|
+
.document-table-view-container {
|
642
|
+
width: 100%;
|
588
643
|
}
|
589
|
-
|
590
|
-
|
644
|
+
|
645
|
+
.compass-documents {
|
646
|
+
display: flex;
|
647
|
+
flex-direction: column;
|
648
|
+
align-items: stretch;
|
649
|
+
width: 100%;
|
650
|
+
height: 100%;
|
651
|
+
flex-grow: 1;
|
652
|
+
position: relative;
|
591
653
|
}
|
592
|
-
.
|
654
|
+
.document-list {
|
655
|
+
padding-left: 16px;
|
656
|
+
padding-right: 16px;
|
657
|
+
list-style: none;
|
658
|
+
position: relative;
|
593
659
|
width: 100%;
|
594
|
-
display: block;
|
595
|
-
font-size: 11px;
|
596
660
|
}
|
597
|
-
.
|
598
|
-
|
661
|
+
.document-list-item {
|
662
|
+
position: relative;
|
663
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
664
|
+
font-size: 11px;
|
665
|
+
margin-bottom: 5px;
|
666
|
+
background: #FFFFFF;
|
599
667
|
}
|
600
|
-
.
|
601
|
-
|
602
|
-
|
603
|
-
border: 1px solid #FFFFFF;
|
668
|
+
.document-list-item:last-child {
|
669
|
+
margin-bottom: 0;
|
670
|
+
border-bottom: 0 solid transparent;
|
604
671
|
}
|
605
|
-
.
|
606
|
-
|
607
|
-
|
672
|
+
.document-list-zero-state {
|
673
|
+
height: 100%;
|
674
|
+
display: flex;
|
675
|
+
flex-direction: column;
|
676
|
+
align-items: center;
|
677
|
+
text-align: center;
|
678
|
+
background-color: #f5f6f7;
|
679
|
+
padding-top: 135px;
|
608
680
|
}
|
609
|
-
.
|
610
|
-
|
681
|
+
.document-list-zero-state-action {
|
682
|
+
display: flex;
|
683
|
+
flex-direction: column;
|
611
684
|
}
|
612
|
-
.
|
613
|
-
|
685
|
+
.document-list-zero-state-graphic {
|
686
|
+
width: 75px;
|
614
687
|
}
|
615
|
-
.
|
616
|
-
|
688
|
+
.document-list-action-bar {
|
689
|
+
display: flex;
|
690
|
+
flex-direction: row;
|
691
|
+
justify-content: space-between;
|
692
|
+
align-items: center;
|
693
|
+
background: #f5f6f7;
|
694
|
+
border-bottom: 1px solid #ebebed;
|
695
|
+
padding: 5px 15px;
|
696
|
+
min-width: max-content;
|
617
697
|
}
|
618
|
-
.
|
619
|
-
|
698
|
+
.document-list-action-bar-container {
|
699
|
+
display: flex;
|
620
700
|
}
|
621
|
-
.
|
622
|
-
|
701
|
+
.document-list-action-bar-container .document-list-action-bar-export-collection {
|
702
|
+
padding: 0 5px;
|
623
703
|
}
|
624
|
-
.
|
625
|
-
|
704
|
+
.document-list-action-bar-insert-data-title {
|
705
|
+
display: flex;
|
626
706
|
}
|
627
|
-
.
|
628
|
-
|
707
|
+
.document-list-action-bar-insert-data-title .fa-download {
|
708
|
+
margin-top: 3px;
|
629
709
|
}
|
630
|
-
.
|
631
|
-
|
632
|
-
color: #FFFFFF;
|
633
|
-
border: 1px solid #FFFFFF;
|
710
|
+
.document-list-action-bar-insert-data-title div {
|
711
|
+
padding: 0 5px;
|
634
712
|
}
|
635
|
-
.
|
636
|
-
|
637
|
-
border-radius: 2px;
|
713
|
+
.document-list-action-bar-view-switcher {
|
714
|
+
margin-left: 18px;
|
638
715
|
}
|
639
|
-
.
|
640
|
-
|
716
|
+
.document-list-action-bar-view-switcher .view-switcher-label {
|
717
|
+
text-transform: uppercase;
|
718
|
+
padding: 0 8px 0 0px;
|
719
|
+
font-weight: bold;
|
720
|
+
font-size: 11px;
|
721
|
+
margin: 8px 0;
|
722
|
+
color: #AAAAAA;
|
641
723
|
}
|
642
|
-
.
|
643
|
-
|
724
|
+
.document-list-action-bar-view-switcher .btn-group > .btn:nth-child(2) {
|
725
|
+
border-radius: 0;
|
644
726
|
}
|
645
|
-
.
|
646
|
-
background-
|
727
|
+
.document-list-action-bar-view-switcher .curly-bracket {
|
728
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23464C4F' d='M1 8.91748047L1 7.15966797C1.53222922 7.15478513 1.93261584 6.997316 2.20117188 6.68725586 2.46972791 6.37719572 2.60400391 5.68262258 2.60400391 4.60351562 2.60400391 3.77343335 2.63452118 3.15942582 2.69555664 2.76147461 2.7565921 2.3635234 2.9042957 2.03027478 3.13867188 1.76171875 3.37304805 1.49316272 3.67577939 1.29907286 4.046875 1.17944336 4.41797061 1.05981385 4.9428677 1 5.62158203 1L6.00976562 1 6.00976562 2.7578125C5.30175427 2.7578125 4.87817452 2.82983326 4.73901367 2.97387695 4.59985282 3.11792064 4.52539067 3.40234163 4.515625 3.82714844 4.48632798 5.00391213 4.44848656 5.76684396 4.40209961 6.1159668 4.35571266 6.46508964 4.24829186 6.80077964 4.07983398 7.12304688 3.91137611 7.44531411 3.59765854 7.75048684 3.13867188 8.03857422 3.57324436 8.30224741 3.88940331 8.61718567 4.0871582 8.98339844 4.2849131 9.34961121 4.40087874 9.87694968 4.43505859 10.5654297L4.54492188 12.7041016C4.58886741 12.9042979 4.69384683 13.0581049 4.85986328 13.1655273 5.02587974 13.2729498 5.4067353 13.3266602 6.00244141 13.3266602L6.00244141 15.0771484 5.62158203 15.0771484C4.84032812 15.0771484 4.23730681 14.988038 3.8125 14.8098145 3.38769319 14.6315909 3.08007908 14.3398458 2.88964844 13.9345703 2.6992178 13.5292948 2.60400391 12.8750045 2.60400391 11.9716797 2.60400391 10.975581 2.56982456 10.3383803 2.50146484 10.0600586 2.43310513 9.78173689 2.30127051 9.52661249 2.10595703 9.29467773 1.91064355 9.06274298 1.5419949 8.93701182 1 8.91748047zM15.0097656 8.91748047C14.4775364 8.92724614 14.0771498 9.08715665 13.8085938 9.3972168 13.5400377 9.70727694 13.4057617 10.4018501 13.4057617 11.480957 13.4057617 12.3061565 13.3764651 12.9177226 13.3178711 13.3156738 13.2592771 13.713625 13.1127941 14.0468737 12.878418 14.3154297 12.6440418 14.5839857 12.3413104 14.7780756 11.9702148 14.8977051 11.5991192 15.0173346 11.0742221 15.0771484 10.3955078 15.0771484L10.0073242 15.0771484 10.0073242 13.3266602C10.6860385 13.3266602 11.1022942 13.2546394 11.2561035 13.1105957 11.4099129 12.966552 11.4916992 12.6796896 11.5014648 12.25 11.5307619 10.9951109 11.5759274 10.1918963 11.6369629 9.84033203 11.6979984 9.48876777 11.8200674 9.15918123 12.0031738 8.8515625 12.1862802 8.54394377 12.475584 8.27295039 12.8710938 8.03857422 12.4511698 7.76513535 12.158204 7.49780404 11.9921875 7.23657227 11.826171 6.97534049 11.7138675 6.68847813 11.6552734 6.37597656 11.5966794 6.063475 11.5527345 5.4860882 11.5234375 4.64379883 11.4941405 3.80150946 11.4599611 3.31933655 11.4208984 3.19726562 11.3818357 3.0751947 11.2878425 2.97143597 11.138916 2.88598633 10.9899895 2.80053668 10.6103546 2.7578125 10 2.7578125L10 1 10.3881836 1C11.1694375 1 11.7724588 1.08911044 12.1972656 1.26733398 12.6220724 1.44555753 12.9296865 1.73730266 13.1201172 2.14257812 13.3105478 2.54785359 13.4057617 3.20214392 13.4057617 4.10546875 13.4057617 5.00879358 13.4399411 5.64477355 13.5083008 6.01342773 13.5766605 6.38208192 13.7292469 6.65917876 13.9660645 6.84472656 14.202882 7.03027437 14.550779 7.13525378 15.0097656 7.15966797L15.0097656 8.91748047z'/%3E%3C/g%3E%3C/svg%3E");
|
729
|
+
background-repeat: no-repeat;
|
730
|
+
background-position: center center;
|
731
|
+
background-size: 10px 10px;
|
732
|
+
width: 11px;
|
733
|
+
height: 11px;
|
734
|
+
display: inline-block;
|
647
735
|
}
|
648
|
-
.
|
649
|
-
|
736
|
+
.document-list-action-bar-message {
|
737
|
+
margin-left: 8px;
|
650
738
|
}
|
651
|
-
.
|
652
|
-
|
653
|
-
|
654
|
-
|
739
|
+
.document-list-action-bar-message .info-sprinkle {
|
740
|
+
margin-right: 5px;
|
741
|
+
margin-left: 5px;
|
742
|
+
cursor: pointer;
|
743
|
+
font-size: 14px;
|
744
|
+
position: relative;
|
745
|
+
top: 1px;
|
746
|
+
opacity: 0.5;
|
655
747
|
}
|
656
|
-
.
|
657
|
-
|
658
|
-
border-radius: 2px;
|
748
|
+
.document-list-action-bar-message .info-sprinkle:hover {
|
749
|
+
color: #fbb129;
|
659
750
|
}
|
660
|
-
.
|
661
|
-
|
751
|
+
.document-list-action-bar-pagination {
|
752
|
+
margin: 0 5px;
|
662
753
|
}
|
663
|
-
.
|
664
|
-
|
665
|
-
|
666
|
-
flex-wrap: nowrap;
|
667
|
-
align-items: center;
|
668
|
-
cursor: pointer;
|
754
|
+
.document-list-action-bar-pagination-button {
|
755
|
+
padding: 0 7px;
|
756
|
+
color: #006CBC;
|
669
757
|
}
|
670
|
-
.
|
671
|
-
|
672
|
-
|
758
|
+
.document-list-action-bar-pagination-button-left {
|
759
|
+
border-top-right-radius: 0;
|
760
|
+
border-bottom-right-radius: 0;
|
673
761
|
}
|
674
|
-
.
|
675
|
-
|
676
|
-
|
677
|
-
font-weight: bold;
|
678
|
-
border: 1px solid #494747;
|
679
|
-
border-radius: 2px;
|
762
|
+
.document-list-action-bar-pagination-button-right {
|
763
|
+
border-top-left-radius: 0;
|
764
|
+
border-bottom-left-radius: 0;
|
680
765
|
}
|
681
|
-
.
|
682
|
-
|
766
|
+
.document-list-action-bar-refresh i {
|
767
|
+
margin-right: 5px;
|
683
768
|
}
|
684
|
-
.
|
685
|
-
|
769
|
+
.option-selector {
|
770
|
+
margin-right: 5px;
|
686
771
|
}
|
687
|
-
.
|
688
|
-
|
772
|
+
.option-selector #insert-data-dropdown {
|
773
|
+
display: flex;
|
774
|
+
padding: 0 12px;
|
775
|
+
color: #fff;
|
776
|
+
width: max-content;
|
689
777
|
}
|
690
|
-
.
|
691
|
-
|
778
|
+
.option-selector #insert-data-dropdown .caret {
|
779
|
+
position: relative;
|
780
|
+
top: 7px;
|
692
781
|
}
|
693
|
-
.
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
border-radius: 2px;
|
782
|
+
.loader {
|
783
|
+
height: 100%;
|
784
|
+
display: flex;
|
785
|
+
justify-content: center;
|
698
786
|
}
|
699
|
-
.
|
700
|
-
|
787
|
+
.document {
|
788
|
+
position: relative;
|
789
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
790
|
+
font-size: 11px;
|
791
|
+
list-style: none;
|
792
|
+
text-overflow: ellipsis;
|
793
|
+
white-space: nowrap;
|
794
|
+
max-width: 100%;
|
701
795
|
}
|
702
|
-
.
|
703
|
-
|
796
|
+
.document::-webkit-scrollbar {
|
797
|
+
display: none;
|
704
798
|
}
|
705
|
-
.
|
706
|
-
|
799
|
+
.document-contents {
|
800
|
+
padding-top: 20px;
|
801
|
+
padding-bottom: 20px;
|
707
802
|
}
|
708
|
-
.
|
709
|
-
|
803
|
+
.document-elements {
|
804
|
+
position: relative;
|
710
805
|
}
|
711
|
-
.
|
712
|
-
|
806
|
+
.document-is-deleting {
|
807
|
+
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
|
808
|
+
border: 1px solid #ef4c4c;
|
713
809
|
}
|
714
|
-
.
|
715
|
-
|
716
|
-
color: #313030;
|
810
|
+
.document-is-editing {
|
811
|
+
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
|
717
812
|
}
|
718
|
-
.
|
813
|
+
.document:hover .document-actions-button {
|
719
814
|
visibility: visible;
|
720
815
|
}
|
721
|
-
.
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
border: 1px solid #FFFFFF;
|
816
|
+
.document-json {
|
817
|
+
list-style: none;
|
818
|
+
padding-left: 16px;
|
819
|
+
padding-right: 16px;
|
820
|
+
position: relative;
|
821
|
+
width: 100%;
|
728
822
|
}
|
729
|
-
.
|
730
|
-
|
823
|
+
.document-json .document-json-item {
|
824
|
+
position: relative;
|
825
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
826
|
+
margin-bottom: 5px;
|
731
827
|
}
|
732
|
-
.
|
733
|
-
|
734
|
-
border: 1px solid #FFFFFF;
|
828
|
+
.document-json .document-json-item .json-document-is-editing {
|
829
|
+
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
|
735
830
|
}
|
736
|
-
.
|
737
|
-
|
831
|
+
.document-json .document-json-item .json-ace-editor {
|
832
|
+
padding: 10px 10px 10px 0;
|
833
|
+
background: #ffffff;
|
834
|
+
overflow: auto;
|
835
|
+
flex-basis: auto;
|
836
|
+
flex-shrink: 1;
|
837
|
+
flex-grow: 1;
|
738
838
|
}
|
739
|
-
.
|
740
|
-
|
741
|
-
border: 1px solid #FFFFFF;
|
839
|
+
.document-json .document-json-item .json-ace-editor .ace-mongodb {
|
840
|
+
background: #ffffff;
|
742
841
|
}
|
743
|
-
.
|
744
|
-
|
842
|
+
.document-json .document-json-item .json-ace-editor .ace-mongodb .ace_gutter {
|
843
|
+
background: #ffffff;
|
844
|
+
z-index: 0;
|
745
845
|
}
|
746
|
-
.
|
747
|
-
|
748
|
-
|
749
|
-
}
|
750
|
-
.editable-expandable-element-children-is-expanded {
|
751
|
-
display: block;
|
752
|
-
}
|
753
|
-
.editable-element {
|
754
|
-
width: 100%;
|
755
|
-
display: flex;
|
756
|
-
flex-direction: row;
|
757
|
-
flex-wrap: nowrap;
|
758
|
-
align-items: center;
|
759
|
-
font-size: inherit;
|
760
|
-
}
|
761
|
-
.editable-element-field {
|
762
|
-
display: inline-block;
|
763
|
-
vertical-align: top;
|
764
|
-
margin-left: 22px;
|
765
|
-
}
|
766
|
-
.editable-element-expand-button {
|
767
|
-
position: absolute;
|
768
|
-
padding: 2px 6px 0px 5px;
|
769
|
-
}
|
770
|
-
.editable-element-separator {
|
771
|
-
padding-right: 2px;
|
772
|
-
vertical-align: top;
|
773
|
-
}
|
774
|
-
.editable-element-is-editing .line-number:focus {
|
775
|
-
outline: 0;
|
776
|
-
color: #494747;
|
777
|
-
font-weight: bold;
|
778
|
-
border: 1px solid #494747;
|
779
|
-
border-radius: 2px;
|
780
|
-
}
|
781
|
-
.editable-element-is-editing .line-number:focus:before {
|
782
|
-
content: '+';
|
783
|
-
}
|
784
|
-
.editable-element-is-editing .line-number:focus-is-selected:before {
|
785
|
-
content: '-';
|
786
|
-
}
|
787
|
-
.editable-element-is-editing:hover {
|
788
|
-
background-color: #f5f6f7;
|
789
|
-
}
|
790
|
-
.editable-element-is-editing:hover::before {
|
791
|
-
background-color: #f5f6f7;
|
792
|
-
}
|
793
|
-
.editable-element-is-editing:hover input {
|
794
|
-
background-color: #f5f6f7;
|
795
|
-
}
|
796
|
-
.editable-element-is-editing:hover input:focus {
|
797
|
-
background-color: #FFFFFF;
|
798
|
-
}
|
799
|
-
.editable-element-is-editing:hover .line-number {
|
800
|
-
color: #494747;
|
801
|
-
font-weight: bold;
|
802
|
-
border: 1px solid #494747;
|
803
|
-
border-radius: 2px;
|
804
|
-
}
|
805
|
-
.editable-element-is-editing:hover .line-number:before {
|
806
|
-
content: '+';
|
807
|
-
}
|
808
|
-
.editable-element-is-editing:hover .line-number-is-selected:before {
|
809
|
-
content: '-';
|
810
|
-
}
|
811
|
-
.editable-element-is-editing:hover .editable-element-actions {
|
812
|
-
opacity: 1;
|
813
|
-
}
|
814
|
-
.editable-element-is-editing:hover .editable-element-types .btn {
|
815
|
-
background-color: #dee0e3;
|
816
|
-
color: #313030;
|
846
|
+
.document-json .document-json-item:last-child {
|
847
|
+
margin-bottom: 0;
|
848
|
+
border-bottom: 0 solid transparent;
|
817
849
|
}
|
818
|
-
.
|
850
|
+
.document-json .document-json-item:hover .document-actions-button {
|
819
851
|
visibility: visible;
|
820
852
|
}
|
821
|
-
.editable-element-is-editing:hover .editable-element-types-is-edited .btn {
|
822
|
-
font-weight: bold;
|
823
|
-
color: #000000;
|
824
|
-
}
|
825
|
-
.editable-element-is-edited {
|
826
|
-
background-color: #FEF7E3;
|
827
|
-
}
|
828
|
-
.editable-element-is-edited:hover .line-number {
|
829
|
-
color: #FFFFFF;
|
830
|
-
border: 1px solid #FFFFFF;
|
831
|
-
}
|
832
|
-
.editable-element-is-edited:hover .line-number-is-selected {
|
833
|
-
border: 1px solid #FFFFFF;
|
834
|
-
}
|
835
|
-
.editable-element-is-edited .line-number {
|
836
|
-
background-color: #FFDD49;
|
837
|
-
color: #86681D;
|
838
|
-
border: 1px solid #FFFFFF;
|
839
|
-
}
|
840
|
-
.editable-element-is-edited .line-number-is-selected {
|
841
|
-
border: 1px solid #FFFFFF;
|
842
|
-
}
|
843
|
-
.editable-element-is-edited input {
|
844
|
-
background-color: #FEF7E3;
|
845
|
-
}
|
846
|
-
.editable-element-is-edited .editable-element-field {
|
847
|
-
background-color: #FEF7E3;
|
848
|
-
}
|
849
|
-
.editable-element-is-edited .editable-element-field:focus {
|
850
|
-
background-color: #FFFFFF;
|
851
|
-
}
|
852
|
-
.editable-element-is-edited .editable-element-field::before {
|
853
|
-
background-color: #FEF7E3;
|
854
|
-
}
|
855
|
-
.editable-element-is-added {
|
856
|
-
background-color: #E4F4E4;
|
857
|
-
}
|
858
|
-
.editable-element-is-added .editable-element-field {
|
859
|
-
background-color: #E4F4E4;
|
860
|
-
}
|
861
|
-
.editable-element-is-added .editable-element-field:focus {
|
862
|
-
background-color: #FFFFFF;
|
863
|
-
}
|
864
|
-
.editable-element-is-added:hover .line-number {
|
865
|
-
color: #FFFFFF;
|
866
|
-
border: 1px solid #FFFFFF;
|
867
|
-
}
|
868
|
-
.editable-element-is-added:hover .line-number-is-selected {
|
869
|
-
border: 1px solid #FFFFFF;
|
870
|
-
}
|
871
|
-
.editable-element-is-added .line-number {
|
872
|
-
background-color: #13AA52;
|
873
|
-
color: #FFFFFF;
|
874
|
-
border: 1px solid #FFFFFF;
|
875
|
-
}
|
876
|
-
.editable-element-is-added .line-number-is-selected {
|
877
|
-
border: 1px solid #FFFFFF;
|
878
|
-
}
|
879
|
-
.editable-element-is-added input {
|
880
|
-
background-color: #E4F4E4;
|
881
|
-
}
|
882
|
-
.editable-element-is-removed {
|
883
|
-
background-color: #FCEBE2;
|
884
|
-
}
|
885
|
-
.editable-element-is-removed .editable-element-field {
|
886
|
-
background-color: #FCEBE2;
|
887
|
-
}
|
888
|
-
.editable-element-is-removed .editable-element-field:focus {
|
889
|
-
background-color: #FFFFFF;
|
890
|
-
}
|
891
|
-
.editable-element-is-removed:hover .line-number {
|
892
|
-
color: #FFFFFF;
|
893
|
-
border: 1px solid #FFFFFF;
|
894
|
-
}
|
895
|
-
.editable-element-is-removed:hover .line-number-is-selected {
|
896
|
-
border: 1px solid #FFFFFF;
|
897
|
-
}
|
898
|
-
.editable-element-is-removed .line-number {
|
899
|
-
background-color: #CF4A22;
|
900
|
-
color: #FFFFFF;
|
901
|
-
border: 1px solid #FFFFFF;
|
902
|
-
}
|
903
|
-
.editable-element-is-removed .line-number-is-selected {
|
904
|
-
border: 1px solid #FFFFFF;
|
905
|
-
}
|
906
|
-
.editable-element-is-removed input {
|
907
|
-
background-color: #FCEBE2;
|
908
|
-
}
|
909
|
-
.editable-element-actions {
|
910
|
-
display: inline-block;
|
911
|
-
opacity: 0;
|
912
|
-
width: 18px;
|
913
|
-
font-size: 13px;
|
914
|
-
line-height: 11px;
|
915
|
-
margin-top: 1px;
|
916
|
-
text-align: center;
|
917
|
-
color: #807f7f;
|
918
|
-
position: absolute;
|
919
|
-
left: 3px;
|
920
|
-
}
|
921
|
-
.editable-element-actions i:hover {
|
922
|
-
cursor: pointer;
|
923
|
-
}
|
924
|
-
.editable-element-types {
|
925
|
-
display: inline-block;
|
926
|
-
width: 120px;
|
927
|
-
color: #807f7f;
|
928
|
-
height: 17px;
|
929
|
-
flex-shrink: 0;
|
930
|
-
}
|
931
|
-
.editable-element-types .closed > .dropdown-menu {
|
932
|
-
display: none;
|
933
|
-
}
|
934
|
-
.editable-element-types .type-label {
|
935
|
-
padding: 1px 12px;
|
936
|
-
}
|
937
|
-
.editable-element-types .btn {
|
938
|
-
background-color: transparent;
|
939
|
-
color: #a09f9e;
|
940
|
-
border: none;
|
941
|
-
text-transform: none;
|
942
|
-
font-size: 11px;
|
943
|
-
border-radius: 8px;
|
944
|
-
padding: 1px 12px;
|
945
|
-
}
|
946
|
-
.editable-element-types .caret {
|
947
|
-
visibility: hidden;
|
948
|
-
}
|
949
|
-
.editable-element-types-is-edited .btn {
|
950
|
-
color: #000000;
|
951
|
-
font-weight: bold;
|
952
|
-
}
|
953
|
-
.editable-element-types .dropdown-menu {
|
954
|
-
min-width: 120px;
|
955
|
-
}
|
956
|
-
.editable-element-types .dropdown-menu li span {
|
957
|
-
display: block;
|
958
|
-
padding: 3px 20px;
|
959
|
-
clear: both;
|
960
|
-
font-weight: normal;
|
961
|
-
font-size: 11px;
|
962
|
-
color: #333333;
|
963
|
-
white-space: nowrap;
|
964
|
-
}
|
965
|
-
.editable-element-types .dropdown-menu li span:hover {
|
966
|
-
color: #313030;
|
967
|
-
text-decoration: none;
|
968
|
-
background: #e6e6e6;
|
969
|
-
}
|
970
|
-
.editable-element-value {
|
971
|
-
position: relative;
|
972
|
-
vertical-align: top;
|
973
|
-
z-index: 1;
|
974
|
-
}
|
975
|
-
.editable-element-field {
|
976
|
-
position: relative;
|
977
|
-
z-index: 1;
|
978
|
-
}
|
979
|
-
.editable-element-field {
|
980
|
-
font-weight: bold;
|
981
|
-
border: none;
|
982
|
-
padding-left: 1px;
|
983
|
-
-webkit-user-select: text;
|
984
|
-
max-width: 70%;
|
985
|
-
text-overflow: ellipsis;
|
986
|
-
white-space: nowrap;
|
987
|
-
overflow: hidden;
|
988
|
-
}
|
989
|
-
.editable-element-field-is-editing {
|
990
|
-
border: 1px solid #807f7f;
|
991
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
|
992
|
-
z-index: 200;
|
993
|
-
margin-top: -1px;
|
994
|
-
margin-bottom: -1px;
|
995
|
-
}
|
996
|
-
.editable-element-field-is-duplicate {
|
997
|
-
border: 1px solid red;
|
998
|
-
color: red;
|
999
|
-
}
|
1000
|
-
.editable-element-value {
|
1001
|
-
display: inline-block;
|
1002
|
-
border: none;
|
1003
|
-
padding-left: 1px;
|
1004
|
-
text-overflow: ellipsis;
|
1005
|
-
white-space: nowrap;
|
1006
|
-
max-width: calc(100% - 6px);
|
1007
|
-
}
|
1008
|
-
.editable-element-value-tooltip {
|
1009
|
-
height: 20px !important;
|
1010
|
-
font-size: 11px !important;
|
1011
|
-
opacity: 1 !important;
|
1012
|
-
padding: 3px 6px !important;
|
1013
|
-
}
|
1014
|
-
.editable-element-value-is-string {
|
1015
|
-
padding: 0px 2px;
|
1016
|
-
height: 17px;
|
1017
|
-
overflow: auto;
|
1018
|
-
max-height: 50vh;
|
1019
|
-
}
|
1020
|
-
.editable-element-value-is-int32 {
|
1021
|
-
color: #145a32;
|
1022
|
-
}
|
1023
|
-
.editable-element-value-is-int64 {
|
1024
|
-
color: #196f3d;
|
1025
|
-
}
|
1026
|
-
.editable-element-value-is-double {
|
1027
|
-
color: #1e8449;
|
1028
|
-
}
|
1029
|
-
.editable-element-value-is-decimal128 {
|
1030
|
-
color: #229954;
|
1031
|
-
}
|
1032
|
-
.editable-element-value-is-date {
|
1033
|
-
color: firebrick;
|
1034
|
-
}
|
1035
|
-
.editable-element-value-is-boolean {
|
1036
|
-
color: purple;
|
1037
|
-
}
|
1038
|
-
.editable-element-value-is-objectid {
|
1039
|
-
color: orangered;
|
1040
|
-
}
|
1041
|
-
.editable-element-value-is-objectid::before {
|
1042
|
-
content: 'ObjectId("';
|
1043
|
-
}
|
1044
|
-
.editable-element-value-is-objectid::after {
|
1045
|
-
content: '")';
|
1046
|
-
}
|
1047
|
-
.editable-element-value-is-editing {
|
1048
|
-
border: 1px solid #807f7f;
|
1049
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
|
1050
|
-
z-index: 200;
|
1051
|
-
margin-top: -1px;
|
1052
|
-
margin-bottom: -1px;
|
1053
|
-
}
|
1054
|
-
.editable-element-value-is-invalid-type {
|
1055
|
-
background-color: #F9D3C5 !important;
|
1056
|
-
color: #CF4A22 !important;
|
1057
|
-
}
|
1058
|
-
.editable-element-value-wrapper {
|
1059
|
-
flex-grow: 1;
|
1060
|
-
overflow: hidden;
|
1061
|
-
}
|
1062
|
-
.editable-element-value-wrapper-is-string {
|
1063
|
-
color: steelblue;
|
1064
|
-
}
|
1065
|
-
.editable-element-value-wrapper-is-string::before {
|
1066
|
-
content: "\"";
|
1067
|
-
}
|
1068
|
-
.editable-element-value-wrapper-is-string::after {
|
1069
|
-
content: "\"";
|
1070
|
-
}
|
1071
|
-
.editable-element-value-wrapper-is-objectid {
|
1072
|
-
color: orangered;
|
1073
|
-
}
|
1074
|
-
.editable-element-value-wrapper-is-objectid::before {
|
1075
|
-
content: 'ObjectId("';
|
1076
|
-
}
|
1077
|
-
.editable-element-value-wrapper-is-objectid::after {
|
1078
|
-
content: '")';
|
1079
|
-
}
|
1080
|
-
.expansion-bar .btn {
|
1081
|
-
margin: 10px 0 0 22px;
|
1082
|
-
}
|
1083
|
-
.expansion-bar .btn i {
|
1084
|
-
margin-right: 5px;
|
1085
|
-
}
|
1086
|
-
.line-number {
|
1087
|
-
display: inline-block;
|
1088
|
-
color: #a09f9e;
|
1089
|
-
width: 18px;
|
1090
|
-
height: 17px;
|
1091
|
-
text-align: center;
|
1092
|
-
cursor: pointer;
|
1093
|
-
}
|
1094
|
-
.line-number::before {
|
1095
|
-
counter-increment: document-line-number;
|
1096
|
-
content: counter(document-line-number);
|
1097
|
-
}
|
1098
|
-
.line-number-is-selected {
|
1099
|
-
color: #494747;
|
1100
|
-
font-weight: bold;
|
1101
|
-
border: 1px solid #494747;
|
1102
|
-
border-radius: 2px;
|
1103
|
-
}
|
1104
|
-
.line-number-is-selected:before {
|
1105
|
-
content: '-';
|
1106
|
-
}
|
1107
|
-
.line-number-menu {
|
1108
|
-
display: none;
|
1109
|
-
color: #807f7f;
|
1110
|
-
}
|
1111
|
-
.line-number-menu li span {
|
1112
|
-
display: block;
|
1113
|
-
padding: 3px 20px;
|
1114
|
-
clear: both;
|
1115
|
-
font-weight: normal;
|
1116
|
-
font-size: 11px;
|
1117
|
-
color: #333333;
|
1118
|
-
white-space: nowrap;
|
1119
|
-
}
|
1120
|
-
.line-number-menu li span .fa-level-down {
|
1121
|
-
margin-right: 12px;
|
1122
|
-
}
|
1123
|
-
.line-number-menu li span .fa-plus-square-o {
|
1124
|
-
margin-right: 10px;
|
1125
|
-
}
|
1126
|
-
.line-number-menu li span:hover {
|
1127
|
-
color: #313030;
|
1128
|
-
text-decoration: none;
|
1129
|
-
background: #e6e6e6;
|
1130
|
-
}
|
1131
|
-
.line-number-menu-field {
|
1132
|
-
display: inline-block !important;
|
1133
|
-
padding: 0px !important;
|
1134
|
-
font-weight: bold !important;
|
1135
|
-
}
|
1136
|
-
.line-number-menu-is-visible {
|
1137
|
-
display: block !important;
|
1138
|
-
}
|
1139
853
|
.loading-indicator {
|
1140
854
|
display: none;
|
1141
855
|
width: 100%;
|
@@ -1280,85 +994,6 @@
|
|
1280
994
|
.insert-document-dialog .editable-element-value {
|
1281
995
|
max-width: 20vw;
|
1282
996
|
}
|
1283
|
-
.document .document-elements {
|
1284
|
-
padding-left: 40px;
|
1285
|
-
width: 100%;
|
1286
|
-
}
|
1287
|
-
.document .document-elements .editable-element-actions {
|
1288
|
-
display: inline-block;
|
1289
|
-
opacity: 0;
|
1290
|
-
width: 18px;
|
1291
|
-
line-height: 11px;
|
1292
|
-
margin-right: 35px;
|
1293
|
-
text-align: center;
|
1294
|
-
cursor: pointer;
|
1295
|
-
color: #807f7f;
|
1296
|
-
}
|
1297
|
-
.document .document-elements .editable-element-is-added,
|
1298
|
-
.document .document-elements .editable-expandable-element-header-is-added {
|
1299
|
-
background-color: #ffffff;
|
1300
|
-
}
|
1301
|
-
.document .document-elements .editable-element-is-added input,
|
1302
|
-
.document .document-elements .editable-expandable-element-header-is-added input {
|
1303
|
-
background-color: #ffffff;
|
1304
|
-
}
|
1305
|
-
.document .document-elements .editable-element-is-added input:focus,
|
1306
|
-
.document .document-elements .editable-expandable-element-header-is-added input:focus {
|
1307
|
-
background-color: #ffffff;
|
1308
|
-
}
|
1309
|
-
.document .document-elements .editable-element-is-added .line-number,
|
1310
|
-
.document .document-elements .editable-expandable-element-header-is-added .line-number {
|
1311
|
-
background-color: #ffffff;
|
1312
|
-
color: #807f7f;
|
1313
|
-
}
|
1314
|
-
.document .document-elements .editable-element:hover {
|
1315
|
-
background-color: #f5f6f7;
|
1316
|
-
}
|
1317
|
-
.document .document-elements .editable-element:hover::before {
|
1318
|
-
background-color: #f5f6f7;
|
1319
|
-
}
|
1320
|
-
.document .document-elements .editable-element:hover input {
|
1321
|
-
background-color: #f5f6f7;
|
1322
|
-
}
|
1323
|
-
.document .document-elements .editable-element:hover input:focus {
|
1324
|
-
background-color: #ffffff;
|
1325
|
-
}
|
1326
|
-
.document .document-elements .editable-element:hover .editable-element-actions {
|
1327
|
-
opacity: 1;
|
1328
|
-
}
|
1329
|
-
.document .document-elements .editable-element:hover .editable-element-types .btn {
|
1330
|
-
background-color: #dee0e3;
|
1331
|
-
color: #313030;
|
1332
|
-
}
|
1333
|
-
.document .document-elements .editable-element:hover .editable-element-types .caret {
|
1334
|
-
visibility: visible;
|
1335
|
-
}
|
1336
|
-
.document .document-elements .editable-element:hover .editable-element-types-is-edited .btn {
|
1337
|
-
color: #000000;
|
1338
|
-
font-weight: bold;
|
1339
|
-
}
|
1340
|
-
.document .document-elements .editable-expandable-element-header:hover {
|
1341
|
-
background-color: #f5f6f7;
|
1342
|
-
}
|
1343
|
-
.document .document-elements .editable-expandable-element-header:hover::before {
|
1344
|
-
background-color: #f5f6f7;
|
1345
|
-
}
|
1346
|
-
.document .document-elements .editable-expandable-element-header:hover input {
|
1347
|
-
background-color: #f5f6f7;
|
1348
|
-
}
|
1349
|
-
.document .document-elements .editable-expandable-element-header:hover input:focus {
|
1350
|
-
background-color: #ffffff;
|
1351
|
-
}
|
1352
|
-
.document .document-elements .editable-expandable-element-header:hover .editable-element-actions {
|
1353
|
-
opacity: 1;
|
1354
|
-
}
|
1355
|
-
.document .document-elements .editable-expandable-element-header:hover .editable-element-types .btn {
|
1356
|
-
background-color: #dee0e3;
|
1357
|
-
color: #313030;
|
1358
|
-
}
|
1359
|
-
.document .document-elements .editable-expandable-element-header:hover .editable-element-types .caret {
|
1360
|
-
visibility: visible;
|
1361
|
-
}
|
1362
997
|
/* Styles for individual cells in the table-view */
|
1363
998
|
.table-view-cell {
|
1364
999
|
padding: 0px 5px;
|
@@ -3673,6 +3308,10 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
3673
3308
|
flex-direction: column;
|
3674
3309
|
align-items: center;
|
3675
3310
|
width: 100%;
|
3311
|
+
padding-top: 32px;
|
3312
|
+
padding-left: 4px;
|
3313
|
+
padding-right: 4px;
|
3314
|
+
padding-bottom: 8px;
|
3676
3315
|
}
|
3677
3316
|
.stage-preview-module-stage-preview-out-text__FwDzO {
|
3678
3317
|
padding: 0px 15px 2px 15px;
|
@@ -3692,41 +3331,23 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
3692
3331
|
align-items: stretch;
|
3693
3332
|
overflow-x: scroll;
|
3694
3333
|
margin: 10px;
|
3334
|
+
padding: 10px;
|
3695
3335
|
}
|
3696
|
-
.stage-preview-module-stage-preview-
|
3697
|
-
|
3698
|
-
margin: 10px;
|
3699
|
-
padding: 0;
|
3336
|
+
.stage-preview-module-stage-preview-document-card__21xbY {
|
3337
|
+
flex: none;
|
3700
3338
|
border: 1px solid #dee0e3;
|
3701
3339
|
border-radius: 4px;
|
3702
3340
|
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
|
3703
3341
|
width: 350px;
|
3704
|
-
|
3342
|
+
height: 150px;
|
3705
3343
|
overflow: scroll;
|
3706
|
-
flex-shrink: 0;
|
3707
|
-
display: flex;
|
3708
|
-
flex-direction: column;
|
3709
3344
|
}
|
3710
|
-
.stage-preview-module-stage-preview-
|
3711
|
-
|
3712
|
-
flex-grow: 1;
|
3713
|
-
flex-shrink: 0;
|
3714
|
-
overflow: auto;
|
3715
|
-
padding: 20px;
|
3716
|
-
}
|
3717
|
-
.stage-preview-module-stage-preview-documents__uF1qq .document-elements {
|
3718
|
-
padding: 0px;
|
3719
|
-
margin-bottom: 0px;
|
3720
|
-
}
|
3721
|
-
.stage-preview-module-stage-preview-documents__uF1qq .document::-webkit-scrollbar {
|
3722
|
-
display: none;
|
3345
|
+
.stage-preview-module-stage-preview-document-card__21xbY:not(:first-child) {
|
3346
|
+
margin-left: 20px;
|
3723
3347
|
}
|
3724
|
-
.stage-preview-module-stage-preview-
|
3348
|
+
.stage-preview-module-stage-preview-document-card__21xbY::-webkit-scrollbar {
|
3725
3349
|
display: none;
|
3726
3350
|
}
|
3727
|
-
.stage-preview-module-stage-preview-documents__uF1qq .element-value-is-string {
|
3728
|
-
word-break: normal;
|
3729
|
-
}
|
3730
3351
|
.stage-preview-module-stage-preview__37FlK::-webkit-scrollbar {
|
3731
3352
|
display: none;
|
3732
3353
|
}
|
@@ -3828,657 +3449,201 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
3828
3449
|
}
|
3829
3450
|
.stage-module-stage-preview-container__2xO44 {
|
3830
3451
|
display: flex;
|
3831
|
-
flex-direction: column;
|
3832
|
-
position: relative;
|
3833
|
-
width: 100%;
|
3834
|
-
overflow: auto;
|
3835
|
-
}
|
3836
|
-
.stage-module-stage-resize-handle-wrapper__1UhOK:hover div div,
|
3837
|
-
.stage-module-stage-resize-handle-wrapper__1UhOK:active div div {
|
3838
|
-
background-color: #bfbfbe;
|
3839
|
-
}
|
3840
|
-
.stage-module-stage-workspace__9LrbT {
|
3841
|
-
display: flex;
|
3842
|
-
align-items: stretch;
|
3843
|
-
border-radius: 0 0 4px 4px;
|
3844
|
-
}
|
3845
|
-
|
3846
|
-
.input-collapser-module-input-collapser__2CIHy {
|
3847
|
-
position: relative;
|
3848
|
-
}
|
3849
|
-
.input-collapser-module-input-collapser__2CIHy button {
|
3850
|
-
width: 30px;
|
3851
|
-
}
|
3852
|
-
|
3853
|
-
.input-documents-count-module-input-documents-count__2sCxl {
|
3854
|
-
height: 30px;
|
3855
|
-
display: flex;
|
3856
|
-
align-items: center;
|
3857
|
-
flex-grow: 4;
|
3858
|
-
}
|
3859
|
-
.input-documents-count-module-input-documents-count-db__2xqQF {
|
3860
|
-
font-size: 12px;
|
3861
|
-
padding-left: 10px;
|
3862
|
-
color: #494747;
|
3863
|
-
}
|
3864
|
-
.input-documents-count-module-input-documents-count-label__Q3Y3L {
|
3865
|
-
font-size: 12px;
|
3866
|
-
padding-left: 5px;
|
3867
|
-
color: #494747;
|
3868
|
-
}
|
3869
|
-
|
3870
|
-
.input-refresh-module-input-refresh__1jTIT {
|
3871
|
-
flex-grow: 0;
|
3872
|
-
}
|
3873
|
-
|
3874
|
-
.input-builder-toolbar-module-input-builder-toolbar__1H2sc {
|
3875
|
-
width: 350px;
|
3876
|
-
margin: 0px 15px 0px 18px;
|
3877
|
-
flex-shrink: 0;
|
3878
|
-
display: flex;
|
3879
|
-
flex-direction: row;
|
3880
|
-
justify-content: space-between;
|
3881
|
-
position: relative;
|
3882
|
-
height: 30px;
|
3883
|
-
align-items: center;
|
3884
|
-
}
|
3885
|
-
|
3886
|
-
.input-preview-toolbar-module-input-preview-toolbar__34ttN {
|
3887
|
-
width: 100%;
|
3888
|
-
overflow: hidden;
|
3889
|
-
text-overflow: ellipsis;
|
3890
|
-
border-left: 1px solid #dee0e3;
|
3891
|
-
}
|
3892
|
-
.input-preview-toolbar-module-input-preview-toolbar-text__3gBhM {
|
3893
|
-
font-size: 12px;
|
3894
|
-
padding-left: 10px;
|
3895
|
-
color: #494747;
|
3896
|
-
white-space: nowrap;
|
3897
|
-
overflow: hidden;
|
3898
|
-
text-overflow: ellipsis;
|
3899
|
-
}
|
3900
|
-
|
3901
|
-
.input-toolbar-module-input-toolbar__32jT7 {
|
3902
|
-
border-bottom: 1px solid #dee0e3;
|
3903
|
-
display: flex;
|
3904
|
-
align-items: center;
|
3905
|
-
position: relative;
|
3906
|
-
height: 40px;
|
3907
|
-
width: 100%;
|
3908
|
-
}
|
3909
|
-
|
3910
|
-
.input-builder-module-input-builder__KDDTC {
|
3911
|
-
flex-grow: 1;
|
3912
|
-
position: relative;
|
3913
|
-
margin: 15px 18px 15px 18px;
|
3914
|
-
padding: 10px 0px 10px 0px;
|
3915
|
-
min-height: 54px;
|
3916
|
-
text-align: center;
|
3917
|
-
}
|
3918
|
-
|
3919
|
-
.input-preview-module-input-preview__2di5A {
|
3920
|
-
display: flex;
|
3921
|
-
align-items: center;
|
3922
|
-
overflow: auto;
|
3923
|
-
flex-grow: 1;
|
3924
|
-
width: 100%;
|
3925
|
-
position: relative;
|
3926
|
-
}
|
3927
|
-
.input-preview-module-input-preview-documents__1878X {
|
3928
|
-
display: flex;
|
3929
|
-
align-items: flex-start;
|
3930
|
-
overflow-x: scroll;
|
3931
|
-
margin: 10px;
|
3932
|
-
}
|
3933
|
-
.input-preview-module-input-preview-documents__1878X .document {
|
3934
|
-
background-color: #fff;
|
3935
|
-
margin: 10px;
|
3936
|
-
padding: 0px 20px;
|
3937
|
-
border: 1px solid #dee0e3;
|
3938
|
-
border-radius: 4px;
|
3939
|
-
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
|
3940
|
-
width: 350px;
|
3941
|
-
height: 150px;
|
3942
|
-
overflow: scroll;
|
3943
|
-
flex-shrink: 0;
|
3944
|
-
}
|
3945
|
-
.input-preview-module-input-preview-documents__1878X .document-elements {
|
3946
|
-
padding: 0px;
|
3947
|
-
margin-bottom: 0px;
|
3948
|
-
}
|
3949
|
-
.input-preview-module-input-preview-documents__1878X .document::-webkit-scrollbar {
|
3950
|
-
display: none;
|
3951
|
-
}
|
3952
|
-
.input-preview-module-input-preview-documents__1878X .element-value-is-string {
|
3953
|
-
word-break: normal;
|
3954
|
-
}
|
3955
|
-
.input-preview-module-input-preview__2di5A::-webkit-scrollbar {
|
3956
|
-
display: none;
|
3957
|
-
}
|
3958
|
-
|
3959
|
-
.input-workspace-module-input-workspace__1ivct {
|
3960
|
-
display: flex;
|
3961
|
-
align-items: center;
|
3962
|
-
}
|
3963
|
-
|
3964
|
-
.input-module-input__2mTmO {
|
3965
|
-
position: relative;
|
3966
|
-
margin: 18px;
|
3967
|
-
margin-left: 20px;
|
3968
|
-
border: 1px solid #dee0e3;
|
3969
|
-
border-radius: 4px;
|
3970
|
-
box-shadow: 1px 1px 1px #dee0e3;
|
3971
|
-
background: #fff;
|
3972
|
-
}
|
3973
|
-
|
3974
|
-
.add-stage-module-add-stage-container__L3KcT {
|
3975
|
-
margin: 0px;
|
3976
|
-
padding-bottom: 15px;
|
3977
|
-
position: relative;
|
3978
|
-
}
|
3979
|
-
.add-stage-module-add-stage-container__L3KcT:after {
|
3980
|
-
position: absolute;
|
3981
|
-
left: 6px;
|
3982
|
-
top: 2px;
|
3983
|
-
content: '';
|
3984
|
-
width: 10px;
|
3985
|
-
height: 10px;
|
3986
|
-
border-radius: 50%;
|
3987
|
-
border: 5px solid #dee0e3;
|
3988
|
-
}
|
3989
|
-
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 {
|
3990
|
-
flex-shrink: 0;
|
3991
|
-
display: flex;
|
3992
|
-
justify-content: center;
|
3993
|
-
position: relative;
|
3994
|
-
margin: 0px 20px 0px;
|
3995
|
-
border: 1px solid #dee0e3;
|
3996
|
-
border-radius: 4px;
|
3997
|
-
box-shadow: 1px 1px 1px #dee0e3;
|
3998
|
-
background: #fff;
|
3999
|
-
width: 370px;
|
4000
|
-
}
|
4001
|
-
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 button {
|
4002
|
-
margin: 10px 0px 10px 0px;
|
4003
|
-
}
|
4004
|
-
|
4005
|
-
.custom-drag-layer-module-custom-drag-layer__oy-5R {
|
4006
|
-
position: fixed;
|
4007
|
-
pointer-events: none;
|
4008
|
-
z-index: 500;
|
4009
|
-
left: 5px;
|
4010
|
-
top: 0;
|
4011
|
-
width: 100%;
|
4012
|
-
height: 100%;
|
4013
|
-
}
|
4014
|
-
.custom-drag-layer-module-custom-drag-layer-container__s3SZv {
|
4015
|
-
border-radius: 5px;
|
4016
|
-
background-color: rgba(13, 50, 79, 0.6);
|
4017
|
-
color: #C5E4F2;
|
4018
|
-
width: calc(80% - 260px);
|
4019
|
-
height: 180px;
|
4020
|
-
display: flex;
|
4021
|
-
align-items: center;
|
4022
|
-
justify-content: center;
|
4023
|
-
font-style: italic;
|
4024
|
-
font-size: 24px;
|
4025
|
-
font-weight: bold;
|
4026
|
-
}
|
4027
|
-
|
4028
|
-
.modify-source-banner-module-modify-source-banner__zkRAk {
|
4029
|
-
text-align: center;
|
4030
|
-
margin: 5px auto;
|
4031
|
-
margin-top: 20px;
|
4032
|
-
z-index: 500;
|
4033
|
-
}
|
4034
|
-
|
4035
|
-
.pipeline-workspace-module-pipeline-workspace-container__3IpOe {
|
4036
|
-
position: relative;
|
4037
|
-
width: 100%;
|
4038
|
-
height: 100%;
|
4039
|
-
}
|
4040
|
-
.pipeline-workspace-module-pipeline-workspace__380z9 {
|
4041
|
-
display: flex;
|
4042
|
-
flex-direction: column;
|
4043
|
-
overflow-y: scroll;
|
4044
|
-
width: 100%;
|
4045
|
-
height: 100%;
|
4046
|
-
flex-grow: 1;
|
4047
|
-
}
|
4048
|
-
.pipeline-workspace-module-pipeline-workspace-container-container__36jIN {
|
4049
|
-
flex-grow: 1;
|
4050
|
-
width: 100%;
|
4051
|
-
position: relative;
|
4052
|
-
overflow-y: scroll;
|
4053
|
-
}
|
4054
|
-
|
4055
|
-
.restore-pipeline-button-module-restore-pipeline__NGnMs {
|
4056
|
-
margin-right: 2px;
|
4057
|
-
flex-grow: 0;
|
4058
|
-
visibility: hidden;
|
4059
|
-
}
|
4060
|
-
|
4061
|
-
.delete-pipeline-button-module-delete-pipeline__Ch_2o {
|
4062
|
-
margin: 0px 10px 0px 0px;
|
4063
|
-
flex-grow: 0;
|
4064
|
-
visibility: hidden;
|
4065
|
-
}
|
4066
|
-
|
4067
|
-
.save-pipeline-card-module-save-pipeline-card__2EPNA {
|
4068
|
-
border: 1px solid #dee0e3;
|
4069
|
-
box-shadow: 0 0 3px #dee0e3;
|
4070
|
-
margin: 10px;
|
4071
|
-
display: flex;
|
4072
|
-
align-items: center;
|
4073
|
-
background: #fff;
|
4074
|
-
}
|
4075
|
-
.save-pipeline-card-module-save-pipeline-card__2EPNA:hover button {
|
4076
|
-
visibility: visible;
|
4077
|
-
}
|
4078
|
-
.save-pipeline-card-module-save-pipeline-card-title__272aN {
|
4079
|
-
font-size: 12px;
|
4080
|
-
padding: 8px;
|
4081
|
-
line-height: 20px;
|
4082
|
-
font-weight: bold;
|
4083
|
-
flex-grow: 5;
|
4084
|
-
color: #494747;
|
4085
|
-
overflow-wrap: break-word;
|
4086
|
-
overflow: auto;
|
4087
|
-
}
|
4088
|
-
|
4089
|
-
.save-pipeline-module-save-pipeline__1r5sb {
|
4090
|
-
border-right: 1px solid #dee0e3;
|
4091
|
-
box-shadow: 1px 1px 1px #dee0e3;
|
4092
|
-
background: #f8f8f8;
|
4093
|
-
position: absolute;
|
4094
|
-
width: 400px;
|
4095
|
-
height: 100%;
|
4096
|
-
top: 0;
|
4097
|
-
left: -401px;
|
4098
|
-
transition: left 0.2s ease-in-out;
|
4099
|
-
font-size: 1em;
|
4100
|
-
z-index: 500;
|
4101
|
-
}
|
4102
|
-
.save-pipeline-module-save-pipeline-is-visible__3bNUE {
|
4103
|
-
left: 0px;
|
4104
|
-
transition: left 0.2s ease-in-out;
|
4105
|
-
}
|
4106
|
-
.save-pipeline-module-save-pipeline-header__1G3Ck {
|
4107
|
-
height: 34px;
|
4108
|
-
display: flex;
|
4109
|
-
padding: 10px;
|
4110
|
-
font-size: 12px;
|
4111
|
-
line-height: 20px;
|
4112
|
-
font-weight: bold;
|
4113
|
-
color: #494747;
|
4114
|
-
align-items: center;
|
4115
|
-
justify-content: space-between;
|
4116
|
-
border-bottom: 1px solid #dee0e3;
|
4117
|
-
box-shadow: 1px 1px 1px #dee0e3;
|
4118
|
-
}
|
4119
|
-
.save-pipeline-module-save-pipeline-cards__2__gs {
|
4120
|
-
overflow-y: scroll;
|
4121
|
-
}
|
4122
|
-
.save-pipeline-module-save-pipeline-close__2mTMD {
|
4123
|
-
cursor: pointer;
|
4124
|
-
}
|
4125
|
-
.save-pipeline-module-save-pipeline-cards__2__gs::-webkit-scrollbar {
|
4126
|
-
display: none;
|
4127
|
-
}
|
4128
|
-
|
4129
|
-
.settings-module-container__3sWua {
|
4130
|
-
border-left: 1px solid #dee0e3;
|
4131
|
-
box-shadow: 1px 1px 1px #dee0e3;
|
4132
|
-
background: #f8f8f8;
|
4133
|
-
position: absolute;
|
4134
|
-
width: 580px;
|
4135
|
-
height: 100%;
|
4136
|
-
top: 0;
|
4137
|
-
right: 0px;
|
4138
|
-
transition: right 0.2s ease-in-out;
|
4139
|
-
font-size: 1em;
|
4140
|
-
z-index: 500;
|
4141
|
-
}
|
4142
|
-
.settings-module-header__1rot3 {
|
4143
|
-
height: 32px;
|
4144
|
-
display: flex;
|
4145
|
-
padding: 5px;
|
4146
|
-
font-size: 12px;
|
4147
|
-
line-height: 20px;
|
4148
|
-
font-weight: bold;
|
4149
|
-
color: #494747;
|
4150
|
-
align-items: center;
|
4151
|
-
justify-content: space-between;
|
4152
|
-
border-bottom: 1px solid #dee0e3;
|
4153
|
-
box-shadow: 1px 1px 1px #dee0e3;
|
4154
|
-
}
|
4155
|
-
.settings-module-header-title__xCvBM {
|
4156
|
-
color: #424242;
|
4157
|
-
font-size: 12px;
|
4158
|
-
font-weight: bold;
|
4159
|
-
flex-grow: 2;
|
4160
|
-
}
|
4161
|
-
.settings-module-header-btn-group__1NySd {
|
4162
|
-
display: inline-block;
|
4163
|
-
}
|
4164
|
-
.settings-module-header-btn-group__1NySd button {
|
4165
|
-
margin-right: 5px;
|
4166
|
-
}
|
4167
|
-
.settings-module-header-btn-group__1NySd:last-child {
|
4168
|
-
margin-right: 0px;
|
4169
|
-
}
|
4170
|
-
.settings-module-input-group__3OjXF {
|
4171
|
-
margin: 10px;
|
4172
|
-
padding: 4px 10px 4px 10px;
|
4173
|
-
background-color: #FFFFFF;
|
4174
|
-
display: flex;
|
4175
|
-
align-items: center;
|
4176
|
-
}
|
4177
|
-
.settings-module-input-control__3kNAF {
|
4178
|
-
min-width: 90px;
|
4179
|
-
}
|
4180
|
-
.settings-module-input-control__3kNAF input {
|
4181
|
-
border-radius: 3px;
|
4182
|
-
border-color: #BFBFBE;
|
4183
|
-
border-style: solid;
|
4184
|
-
border-width: 1px;
|
4185
|
-
padding: 1px;
|
4186
|
-
text-align: right;
|
4187
|
-
float: right;
|
4188
|
-
}
|
4189
|
-
.settings-module-input-control__3kNAF input[type="text"],
|
4190
|
-
.settings-module-input-control__3kNAF input[type="number"] {
|
4191
|
-
width: 70px;
|
4192
|
-
color: #464C4F;
|
4193
|
-
}
|
4194
|
-
.settings-module-input-control__3kNAF input[type="text"]::placeholder,
|
4195
|
-
.settings-module-input-control__3kNAF input[type="number"]::placeholder {
|
4196
|
-
font-size: 13px;
|
4197
|
-
color: #AAAAAA;
|
4198
|
-
}
|
4199
|
-
.settings-module-input-meta__2H8QK {
|
4200
|
-
flex-grow: 1;
|
4201
|
-
}
|
4202
|
-
.settings-module-input-meta__2H8QK label {
|
4203
|
-
font-size: 13px;
|
4204
|
-
color: #464C4F;
|
4205
|
-
}
|
4206
|
-
.settings-module-input-meta__2H8QK p {
|
4207
|
-
font-size: 12px;
|
4208
|
-
color: #777A7F;
|
4209
|
-
}
|
4210
|
-
|
4211
|
-
.overview-toggler-module-overview-toggler__253em {
|
4212
|
-
position: relative;
|
4213
|
-
margin-right: 3px;
|
4214
|
-
}
|
4215
|
-
.overview-toggler-module-overview-toggler__253em button {
|
4216
|
-
width: 30px;
|
4217
|
-
}
|
4218
|
-
|
4219
|
-
.collation-collapser-module-collation-collapser__2fVom {
|
4220
|
-
position: relative;
|
4221
|
-
margin-right: 3px;
|
4222
|
-
}
|
4223
|
-
.collation-collapser-module-collation-collapser__2fVom button {
|
4224
|
-
white-space: nowrap;
|
4225
|
-
}
|
4226
|
-
|
4227
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex {
|
4228
|
-
align-items: center;
|
4229
|
-
display: flex;
|
4230
|
-
flex-shrink: 0;
|
4231
|
-
height: 34px;
|
4232
|
-
padding: 0px 10px 0px 15px;
|
4233
|
-
flex-grow: 1;
|
4234
|
-
z-index: 100;
|
4235
|
-
}
|
4236
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown {
|
4237
|
-
margin-left: 3px;
|
4238
|
-
padding-right: 6px;
|
4239
|
-
height: 22px;
|
4240
|
-
}
|
4241
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown i {
|
4242
|
-
top: 1px;
|
4243
|
-
}
|
4244
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown-toggle {
|
4245
|
-
height: 22px;
|
4246
|
-
padding: 0 7px 0px 5px;
|
4247
|
-
font-size: 11px;
|
4248
|
-
border-radius: 0px 3px 3px 0px;
|
4249
|
-
}
|
4250
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar__oXcex .dropdown-menu {
|
4251
|
-
font-size: 12px;
|
4252
|
-
}
|
4253
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-update-view__32VEf {
|
4254
|
-
margin-right: 5px;
|
4255
|
-
}
|
4256
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-add-wrapper__3OJjU {
|
4257
|
-
margin: 0px 3px 0px 3px;
|
4258
|
-
margin-right: 3px;
|
4259
|
-
background-color: rgba(70, 76, 79, 0.1);
|
4260
|
-
display: flex;
|
4261
|
-
border-radius: 3px;
|
4262
|
-
font-size: 12px;
|
4263
|
-
padding: 2px 6px 2px 6px;
|
4264
|
-
}
|
4265
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-name__2yDjz {
|
4266
|
-
font-size: 12px;
|
4267
|
-
font-weight: bold;
|
4268
|
-
white-space: nowrap;
|
4269
|
-
}
|
4270
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-open-saved-pipelines-button__L6l0H {
|
4271
|
-
margin-right: 3px;
|
4272
|
-
white-space: nowrap;
|
4273
|
-
}
|
4274
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-new-button__3Mf5F {
|
4275
|
-
white-space: nowrap;
|
4276
|
-
border-radius: 3px 0px 0px 3px;
|
4277
|
-
border-right: 0;
|
4278
|
-
}
|
4279
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-new-button__3Mf5F:hover {
|
4280
|
-
border-right: 0;
|
4281
|
-
}
|
4282
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-save-pipeline-button__3YzN8 {
|
4283
|
-
white-space: nowrap;
|
4284
|
-
border-radius: 3px 0px 0px 3px;
|
4285
|
-
border-right: 0;
|
4286
|
-
}
|
4287
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-save-pipeline-button__3YzN8:hover + button {
|
4288
|
-
border-left: 0;
|
4289
|
-
}
|
4290
|
-
.pipeline-builder-toolbar-module-pipeline-builder-toolbar-export-to-language__1TZRT {
|
4291
|
-
display: flex;
|
4292
|
-
}
|
4293
|
-
.pipeline-builder-toolbar-module-is-modified__2nfaK {
|
4294
|
-
padding-top: 1px;
|
4295
|
-
font-style: italic;
|
4296
|
-
}
|
4297
|
-
.pipeline-builder-toolbar-module-export-icon__vOPzJ {
|
4298
|
-
height: 12px;
|
4299
|
-
width: 12px;
|
4300
|
-
display: block;
|
4301
|
-
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");
|
4302
|
-
}
|
4303
|
-
|
4304
|
-
/**
|
4305
|
-
* Mixins
|
4306
|
-
*/
|
4307
|
-
.pipeline-preview-toolbar-module-container-right__1z6gl {
|
4308
|
-
display: flex;
|
4309
|
-
align-items: center;
|
4310
|
-
justify-content: flex-end;
|
4311
|
-
box-shadow: 2px 0px #ebebed;
|
4312
|
-
height: 33px;
|
4313
|
-
padding-right: 15px;
|
3452
|
+
flex-direction: column;
|
3453
|
+
position: relative;
|
3454
|
+
width: 100%;
|
3455
|
+
overflow: auto;
|
4314
3456
|
}
|
4315
|
-
.
|
4316
|
-
.
|
4317
|
-
|
3457
|
+
.stage-module-stage-resize-handle-wrapper__1UhOK:hover div div,
|
3458
|
+
.stage-module-stage-resize-handle-wrapper__1UhOK:active div div {
|
3459
|
+
background-color: #bfbfbe;
|
3460
|
+
}
|
3461
|
+
.stage-module-stage-workspace__9LrbT {
|
4318
3462
|
display: flex;
|
3463
|
+
align-items: stretch;
|
3464
|
+
border-radius: 0 0 4px 4px;
|
4319
3465
|
}
|
4320
|
-
.
|
4321
|
-
|
4322
|
-
margin: auto 0;
|
4323
|
-
margin-left: 5px;
|
3466
|
+
.stage-module-stage-editor-no-preview__34-OX {
|
3467
|
+
width: 100%;
|
4324
3468
|
}
|
4325
|
-
|
4326
|
-
|
4327
|
-
|
4328
|
-
margin: auto 0;
|
3469
|
+
|
3470
|
+
.input-collapser-module-input-collapser__2CIHy {
|
3471
|
+
position: relative;
|
4329
3472
|
}
|
4330
|
-
.
|
4331
|
-
|
3473
|
+
.input-collapser-module-input-collapser__2CIHy button {
|
3474
|
+
width: 30px;
|
3475
|
+
}
|
3476
|
+
|
3477
|
+
.input-documents-count-module-input-documents-count__2sCxl {
|
3478
|
+
height: 30px;
|
4332
3479
|
display: flex;
|
4333
|
-
|
3480
|
+
align-items: center;
|
3481
|
+
flex-grow: 4;
|
3482
|
+
}
|
3483
|
+
.input-documents-count-module-input-documents-count-db__2xqQF {
|
4334
3484
|
font-size: 12px;
|
4335
|
-
|
4336
|
-
color: #
|
4337
|
-
font-weight: bold;
|
3485
|
+
padding-left: 10px;
|
3486
|
+
color: #494747;
|
4338
3487
|
}
|
4339
|
-
.
|
4340
|
-
|
4341
|
-
|
3488
|
+
.input-documents-count-module-input-documents-count-label__Q3Y3L {
|
3489
|
+
font-size: 12px;
|
3490
|
+
padding-left: 5px;
|
3491
|
+
color: #494747;
|
4342
3492
|
}
|
4343
|
-
|
4344
|
-
|
4345
|
-
|
4346
|
-
margin-left: 5px;
|
3493
|
+
|
3494
|
+
.input-refresh-module-input-refresh__1jTIT {
|
3495
|
+
flex-grow: 0;
|
4347
3496
|
}
|
4348
|
-
|
4349
|
-
|
3497
|
+
|
3498
|
+
.input-builder-toolbar-module-input-builder-toolbar__1H2sc {
|
3499
|
+
width: 350px;
|
3500
|
+
margin: 0px 15px 0px 18px;
|
3501
|
+
flex-shrink: 0;
|
4350
3502
|
display: flex;
|
3503
|
+
flex-direction: row;
|
3504
|
+
justify-content: space-between;
|
3505
|
+
position: relative;
|
3506
|
+
height: 30px;
|
3507
|
+
align-items: center;
|
4351
3508
|
}
|
4352
|
-
|
4353
|
-
|
4354
|
-
|
4355
|
-
|
4356
|
-
|
3509
|
+
|
3510
|
+
.input-preview-toolbar-module-input-preview-toolbar__34ttN {
|
3511
|
+
width: 100%;
|
3512
|
+
overflow: hidden;
|
3513
|
+
text-overflow: ellipsis;
|
3514
|
+
border-left: 1px solid #dee0e3;
|
4357
3515
|
}
|
4358
|
-
.
|
4359
|
-
|
4360
|
-
|
4361
|
-
|
3516
|
+
.input-preview-toolbar-module-input-preview-toolbar-text__3gBhM {
|
3517
|
+
font-size: 12px;
|
3518
|
+
padding-left: 10px;
|
3519
|
+
color: #494747;
|
3520
|
+
white-space: nowrap;
|
3521
|
+
overflow: hidden;
|
3522
|
+
text-overflow: ellipsis;
|
4362
3523
|
}
|
4363
3524
|
|
4364
|
-
.
|
3525
|
+
.input-toolbar-module-input-toolbar__32jT7 {
|
3526
|
+
border-bottom: 1px solid #dee0e3;
|
4365
3527
|
display: flex;
|
3528
|
+
align-items: center;
|
3529
|
+
position: relative;
|
3530
|
+
height: 40px;
|
4366
3531
|
width: 100%;
|
4367
|
-
flex-shrink: 0;
|
4368
|
-
height: 33px;
|
4369
3532
|
}
|
4370
|
-
|
4371
|
-
|
4372
|
-
|
3533
|
+
|
3534
|
+
.input-builder-module-input-builder__KDDTC {
|
3535
|
+
flex-grow: 1;
|
3536
|
+
position: relative;
|
3537
|
+
margin: 15px 18px 15px 18px;
|
3538
|
+
padding: 10px 0px 10px 0px;
|
3539
|
+
min-height: 54px;
|
3540
|
+
text-align: center;
|
4373
3541
|
}
|
4374
3542
|
|
4375
|
-
.
|
4376
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
4377
|
-
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
|
3543
|
+
.input-preview-module-input-preview__2di5A {
|
4378
3544
|
display: flex;
|
4379
|
-
width: 100%;
|
4380
|
-
flex-shrink: 0;
|
4381
|
-
height: 43px;
|
4382
3545
|
align-items: center;
|
4383
|
-
|
4384
|
-
|
4385
|
-
.collation-toolbar-module-collation-toolbar-input-wrapper__3Y4Kq {
|
3546
|
+
overflow: auto;
|
3547
|
+
flex-grow: 1;
|
4386
3548
|
width: 100%;
|
4387
|
-
height: 30px;
|
4388
3549
|
position: relative;
|
4389
|
-
display: flex;
|
4390
|
-
border-radius: 14px;
|
4391
|
-
border: 1px #bfbfbe solid;
|
4392
|
-
background: #fff;
|
4393
|
-
overflow: hidden;
|
4394
|
-
padding: 4px;
|
4395
|
-
margin-right: 5px;
|
4396
3550
|
}
|
4397
|
-
.
|
4398
|
-
|
4399
|
-
|
4400
|
-
|
4401
|
-
|
4402
|
-
padding:
|
4403
|
-
margin-right: 5px;
|
4404
|
-
text-transform: uppercase;
|
4405
|
-
font-weight: bold;
|
4406
|
-
font-family: "Akzidenz", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
4407
|
-
font-size: 11px;
|
4408
|
-
flex-grow: 0;
|
4409
|
-
width: 117px;
|
3551
|
+
.input-preview-module-input-preview-documents__1878X {
|
3552
|
+
display: flex;
|
3553
|
+
align-items: flex-start;
|
3554
|
+
overflow-x: scroll;
|
3555
|
+
margin: 10px;
|
3556
|
+
padding: 10px;
|
4410
3557
|
}
|
4411
|
-
.
|
4412
|
-
|
3558
|
+
.input-preview-module-input-preview-document-card__ZvCA5 {
|
3559
|
+
flex: none;
|
3560
|
+
border: 1px solid #dee0e3;
|
3561
|
+
border-radius: 4px;
|
3562
|
+
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
|
3563
|
+
width: 350px;
|
3564
|
+
height: 150px;
|
3565
|
+
overflow: scroll;
|
4413
3566
|
}
|
4414
|
-
.
|
4415
|
-
|
3567
|
+
.input-preview-module-input-preview-document-card__ZvCA5:not(:first-child) {
|
3568
|
+
margin-left: 20px;
|
4416
3569
|
}
|
4417
|
-
.
|
4418
|
-
|
4419
|
-
width: 100%;
|
3570
|
+
.input-preview-module-input-preview-document-card__ZvCA5::-webkit-scrollbar {
|
3571
|
+
display: none;
|
4420
3572
|
}
|
4421
|
-
.
|
4422
|
-
|
3573
|
+
.input-preview-module-input-preview__2di5A::-webkit-scrollbar {
|
3574
|
+
display: none;
|
4423
3575
|
}
|
4424
|
-
|
4425
|
-
|
3576
|
+
|
3577
|
+
.input-workspace-module-input-workspace__1ivct {
|
3578
|
+
display: flex;
|
3579
|
+
align-items: center;
|
4426
3580
|
}
|
4427
3581
|
|
4428
|
-
.
|
4429
|
-
|
4430
|
-
|
4431
|
-
|
4432
|
-
|
4433
|
-
|
3582
|
+
.input-module-input__2mTmO {
|
3583
|
+
position: relative;
|
3584
|
+
margin: 18px;
|
3585
|
+
margin-left: 20px;
|
3586
|
+
border: 1px solid #dee0e3;
|
3587
|
+
border-radius: 4px;
|
3588
|
+
box-shadow: 1px 1px 1px #dee0e3;
|
3589
|
+
background: #fff;
|
4434
3590
|
}
|
4435
|
-
|
4436
|
-
|
3591
|
+
|
3592
|
+
.add-stage-module-add-stage-container__L3KcT {
|
3593
|
+
margin: 0px;
|
3594
|
+
padding-bottom: 15px;
|
4437
3595
|
position: relative;
|
4438
|
-
padding: 10px 0px 10px 0px;
|
4439
|
-
overflow: scroll;
|
4440
|
-
background: #f5f6f7;
|
4441
|
-
border-left: 2px solid #E4E4E4;
|
4442
|
-
min-height: 180px;
|
4443
|
-
max-height: 300px;
|
4444
3596
|
}
|
4445
|
-
.
|
3597
|
+
.add-stage-module-add-stage-container__L3KcT:after {
|
3598
|
+
position: absolute;
|
3599
|
+
left: 6px;
|
3600
|
+
top: 2px;
|
3601
|
+
content: '';
|
3602
|
+
width: 10px;
|
3603
|
+
height: 10px;
|
3604
|
+
border-radius: 50%;
|
3605
|
+
border: 5px solid #dee0e3;
|
3606
|
+
}
|
3607
|
+
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 {
|
4446
3608
|
flex-shrink: 0;
|
3609
|
+
display: flex;
|
3610
|
+
justify-content: center;
|
4447
3611
|
position: relative;
|
4448
|
-
margin:
|
4449
|
-
|
4450
|
-
border-radius:
|
4451
|
-
|
4452
|
-
background: #
|
4453
|
-
|
4454
|
-
color: #f5f6f7;
|
4455
|
-
font-size: x-small;
|
4456
|
-
font-weight: bold;
|
3612
|
+
margin: 0px 20px 0px;
|
3613
|
+
border: 1px solid #dee0e3;
|
3614
|
+
border-radius: 4px;
|
3615
|
+
box-shadow: 1px 1px 1px #dee0e3;
|
3616
|
+
background: #fff;
|
3617
|
+
width: 370px;
|
4457
3618
|
}
|
4458
|
-
|
4459
|
-
|
4460
|
-
padding: 0px;
|
3619
|
+
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 button {
|
3620
|
+
margin: 10px 0px 10px 0px;
|
4461
3621
|
}
|
4462
3622
|
|
4463
|
-
.
|
4464
|
-
|
3623
|
+
.modify-source-banner-module-modify-source-banner__zkRAk {
|
3624
|
+
text-align: center;
|
3625
|
+
margin: 5px auto;
|
3626
|
+
margin-top: 20px;
|
3627
|
+
z-index: 500;
|
4465
3628
|
}
|
4466
3629
|
|
4467
|
-
.pipeline-module-
|
3630
|
+
.pipeline-builder-workspace-module-pipeline-workspace-container__2j1ec {
|
3631
|
+
position: relative;
|
3632
|
+
width: 100%;
|
3633
|
+
height: 100%;
|
3634
|
+
}
|
3635
|
+
.pipeline-builder-workspace-module-pipeline-workspace__2aYaj {
|
4468
3636
|
display: flex;
|
4469
|
-
flex-grow: 1;
|
4470
3637
|
flex-direction: column;
|
3638
|
+
overflow-y: scroll;
|
4471
3639
|
width: 100%;
|
4472
|
-
|
4473
|
-
min-height: 0;
|
4474
|
-
position: relative;
|
3640
|
+
flex-grow: 1;
|
4475
3641
|
}
|
4476
|
-
.pipeline-module-pipeline-
|
4477
|
-
|
4478
|
-
|
4479
|
-
|
4480
|
-
|
4481
|
-
bottom: 0;
|
3642
|
+
.pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu {
|
3643
|
+
flex-grow: 1;
|
3644
|
+
width: 100%;
|
3645
|
+
position: relative;
|
3646
|
+
overflow-y: scroll;
|
4482
3647
|
}
|
4483
3648
|
|
4484
3649
|
.aggregations-module-aggregations__12xcN {
|
@@ -4488,5 +3653,6 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
4488
3653
|
position: relative;
|
4489
3654
|
width: 100%;
|
4490
3655
|
z-index: 0;
|
3656
|
+
height: 100%;
|
4491
3657
|
}
|
4492
3658
|
|