@reltio/search 1.4.2144 → 1.4.2146

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/bundle.js +1 -1
  2. package/package.json +4 -4
  3. package/main.css +0 -494
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@reltio/search",
3
- "version": "1.4.2144",
3
+ "version": "1.4.2146",
4
4
  "main": "bundle.js",
5
5
  "license": "SEE LICENSE IN LICENSE FILE",
6
6
  "dependencies": {
7
- "@reltio/components": "^1.4.2087",
8
- "@reltio/mdm-module": "^1.4.1961",
9
- "@reltio/mdm-sdk": "^1.4.1927",
7
+ "@reltio/components": "^1.4.2088",
8
+ "@reltio/mdm-module": "^1.4.1962",
9
+ "@reltio/mdm-sdk": "^1.4.1928",
10
10
  "decimal.js": "^10.0.2",
11
11
  "memoize-one": "^5.1.0",
12
12
  "query-string": "5.0.0",
package/main.css DELETED
@@ -1,494 +0,0 @@
1
- .Headers-styles-container--rCrNn {
2
- display: flex;
3
- flex-direction: row;
4
- margin-right: 20px;
5
- min-height: 53px;
6
- flex-shrink: 0;
7
- align-items: start;
8
- }
9
- .Headers-styles-container--rCrNn .Headers-styles-title--qa1rz {
10
- margin-left: 24px;
11
- margin-right: auto;
12
- align-self: center;
13
- font-size: 18px;
14
- }
15
- .Headers-styles-container--rCrNn .Headers-styles-actionsBar--BqafL {
16
- display: flex;
17
- flex-direction: row;
18
- align-items: center;
19
- margin-top: 6px;
20
- margin-left: 13px;
21
- }
22
- .Headers-styles-container--rCrNn .Headers-styles-actionsBar--BqafL .Headers-styles-splitter--PN7aC {
23
- height: 32px;
24
- margin-right: 16px;
25
- margin-left: 14px;
26
- }
27
- .Headers-styles-container--rCrNn .Headers-styles-actionsBar--BqafL .Headers-styles-headerIcon--ko19e {
28
- padding: 0;
29
- }
30
- .Headers-styles-container--rCrNn .Headers-styles-actionsBar--BqafL .Headers-styles-previewSwitcher--hQTeo {
31
- margin-left: 7px;
32
- }
33
- .Headers-styles-container--rCrNn .Headers-styles-tabsContainer--e9cIA {
34
- flex-grow: 1;
35
- width: 0;
36
- display: flex;
37
- }
38
- .Headers-styles-container--rCrNn .Headers-styles-number--FKI4j {
39
- margin-left: 10px;
40
- font-size: 13px;
41
- font-weight: normal;
42
- color: rgba(0, 0, 0, 0.6);
43
- }
44
-
45
- .EntitiesTable-styles-popupBackdrop--s9xtU {
46
- background-color: rgba(137, 164, 162, 0.6);
47
- position: absolute;
48
- top: 0;
49
- left: 0;
50
- right: 0;
51
- bottom: 0;
52
- }
53
- .EntitiesTable-styles-popupContent--Dk65I {
54
- height: 345px;
55
- width: 308px;
56
- border-radius: 3px;
57
- background-color: #F9F9F9;
58
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
59
- z-index: 11;
60
- }
61
- .EntitiesTable-styles-complexPopupContent--OO2MQ {
62
- height: 690px;
63
- width: 578px;
64
- }
65
- @keyframes EntitiesTable-styles-highlightAnimate--kpeZI {
66
- from {
67
- background: transparent;
68
- }
69
- 50% {
70
- background: #f2e68e;
71
- }
72
- 100% {
73
- background: transparent;
74
- }
75
- }
76
- .EntitiesTable-styles-highlighted--VVUPS {
77
- animation-name: EntitiesTable-styles-highlightAnimate--kpeZI;
78
- animation-duration: 3s;
79
- animation-iteration-count: 1;
80
- }
81
- .highlightedSelector {
82
- animation-name: EntitiesTable-styles-highlightAnimate--kpeZI;
83
- animation-duration: 3s;
84
- animation-iteration-count: 1;
85
- }
86
- .EntitiesTable-styles-inactiveBackground--x_ULG {
87
- background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 14px, #e9e9e9 15px, #e9e9e9 16px);
88
- }
89
- .EntitiesTable-styles-inactiveHoverBackground--sWfxh {
90
- background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 14px, #e2e2e2 15px, #e2e2e2 16px);
91
- }
92
- .EntitiesTable-styles-inactiveSelectedBackground--FbpUf {
93
- background: repeating-linear-gradient(45deg, #DBE9F4, #DBE9F4 14px, #CCDAE5 15px, #CCDAE5 16px);
94
- }
95
- .EntitiesTable-styles-inactiveSelectedHoverBackground--Y4_ZK {
96
- background: repeating-linear-gradient(45deg, #D4E2ED, #D4E2ED 14px, #C6D4DF 15px, #C6D4DF 16px);
97
- }
98
- .EntitiesTable-styles-textOverflow--Ddbk_ {
99
- content: '';
100
- position: absolute;
101
- right: 0;
102
- top: 0;
103
- width: 40px;
104
- height: 100%;
105
- background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
106
- pointer-events: none;
107
- }
108
- .EntitiesTable-styles-textOverflowInactive--qU1Xw {
109
- content: '';
110
- position: absolute;
111
- right: 0;
112
- top: 0;
113
- width: 40px;
114
- height: 100%;
115
- background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5 100%);
116
- pointer-events: none;
117
- }
118
- .EntitiesTable-styles-link--DIbPj {
119
- color: #0072CE;
120
- cursor: pointer;
121
- font-weight: 500;
122
- text-decoration: none;
123
- }
124
- .EntitiesTable-styles-defaultWrapper--VA7t6 {
125
- padding: 17px 22px 12px;
126
- position: relative;
127
- overflow: hidden;
128
- white-space: nowrap;
129
- font-size: 13px;
130
- line-height: 15px;
131
- display: flex;
132
- flex-basis: 100%;
133
- align-items: flex-start;
134
- }
135
- .EntitiesTable-styles-defaultWrapper--VA7t6::after {
136
- content: '';
137
- position: absolute;
138
- right: 0;
139
- top: 0;
140
- width: 40px;
141
- height: 100%;
142
- background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
143
- pointer-events: none;
144
- }
145
- .EntitiesTable-styles-defaultWrapper--VA7t6 + .EntitiesTable-styles-defaultWrapper--VA7t6 {
146
- padding-top: 0;
147
- }
148
- .inactiveCell .EntitiesTable-styles-defaultWrapper--VA7t6::after {
149
- content: '';
150
- position: absolute;
151
- right: 0;
152
- top: 0;
153
- width: 40px;
154
- height: 100%;
155
- background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5 100%);
156
- pointer-events: none;
157
- }
158
- .selectedRowCell .EntitiesTable-styles-defaultWrapper--VA7t6::after {
159
- background: linear-gradient(to right, rgba(255, 255, 255, 0), #e0eef9 100%);
160
- }
161
- .inactiveCell.selectedRowCell .EntitiesTable-styles-defaultWrapper--VA7t6::after {
162
- background: linear-gradient(to right, rgba(255, 255, 255, 0), #DBE9F4 100%);
163
- }
164
- .justImported .EntitiesTable-styles-defaultWrapper--VA7t6::after {
165
- background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFBEB 100%) !important;
166
- }
167
- .EntitiesTable-styles-table--Mghk3 .hoveredRow {
168
- background-color: transparent;
169
- }
170
- .EntitiesTable-styles-imageWrapper--b0_xk {
171
- padding: 17px 22px 12px;
172
- display: flex;
173
- }
174
- .EntitiesTable-styles-imageWrapper--b0_xk > img {
175
- height: 64px;
176
- width: 64px;
177
- }
178
- .EntitiesTable-styles-imageWrapper--b0_xk + .EntitiesTable-styles-imageWrapper--b0_xk {
179
- padding-top: 0;
180
- }
181
- .EntitiesTable-styles-blobWrapper--A6gUo {
182
- padding: 17px 22px;
183
- position: relative;
184
- overflow-y: auto;
185
- overflow-x: hidden;
186
- white-space: pre-wrap;
187
- font-size: 13px;
188
- height: 100px;
189
- box-sizing: border-box;
190
- overflow-wrap: break-word;
191
- }
192
- @keyframes EntitiesTable-styles-highlightAnimateForEllipsis--hdG4i {
193
- from {
194
- background: transparent;
195
- }
196
- 60% {
197
- background: transparent;
198
- }
199
- 100% {
200
- background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
201
- }
202
- }
203
- .highlightedSelector .EntitiesTable-styles-defaultWrapper--VA7t6::after {
204
- animation-name: EntitiesTable-styles-highlightAnimateForEllipsis--hdG4i;
205
- animation-duration: 3s;
206
- animation-iteration-count: 1;
207
- }
208
- .EntitiesTable-styles-referenceWrapper--AuDhq {
209
- display: flex;
210
- align-items: center;
211
- }
212
- .EntitiesTable-styles-referenceWrapper--AuDhq .EntitiesTable-styles-referenceContent--h6EkS {
213
- color: #0072CE;
214
- cursor: pointer;
215
- font-weight: 500;
216
- text-decoration: none;
217
- font-weight: normal;
218
- font-size: 13px;
219
- }
220
- .EntitiesTable-styles-referenceWrapper--AuDhq .EntitiesTable-styles-referenceIcon--lRczV {
221
- height: 15px;
222
- width: 15px;
223
- margin-right: 11px;
224
- }
225
- .EntitiesTable-styles-nestedCellWrapper--MAsWF {
226
- display: flex;
227
- flex-direction: column;
228
- padding: 0;
229
- }
230
- .EntitiesTable-styles-nestedCellWrapper--MAsWF .EntitiesTable-styles-nestedAttributeWrapper--olHyc {
231
- border-bottom: 1px solid rgba(0, 0, 0, 0.05);
232
- padding: 17px 22px;
233
- position: relative;
234
- }
235
- .EntitiesTable-styles-nestedCellWrapper--MAsWF .EntitiesTable-styles-nestedAttributeWrapper--olHyc::after {
236
- content: '';
237
- position: absolute;
238
- right: 0;
239
- top: 0;
240
- width: 40px;
241
- height: 100%;
242
- background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
243
- pointer-events: none;
244
- }
245
- .EntitiesTable-styles-nestedCellWrapper--MAsWF :last-child {
246
- border-bottom: none;
247
- }
248
- .EntitiesTable-styles-nestedCellWrapper--MAsWF::after {
249
- height: 0;
250
- }
251
- .EntitiesTable-styles-profileWrapper--cHzDS {
252
- padding: 8px 22px;
253
- display: flex;
254
- align-items: center;
255
- }
256
- .EntitiesTable-styles-profileWrapper--cHzDS .EntitiesTable-styles-entityAvatar--tXm4G {
257
- margin-right: 16px;
258
- }
259
- .EntitiesTable-styles-profileWrapper--cHzDS .EntitiesTable-styles-entityAvatarImage--ly15M {
260
- height: 32px;
261
- width: 32px;
262
- }
263
- .EntitiesTable-styles-profileWrapper--cHzDS .EntitiesTable-styles-entityLabel--OYxG2 {
264
- color: #0072CE;
265
- cursor: pointer;
266
- font-weight: 500;
267
- text-decoration: none;
268
- }
269
- .EntitiesTable-styles-scores--pcbOF {
270
- display: flex;
271
- margin-left: -8px;
272
- flex-shrink: 0;
273
- }
274
- .cellWithCheckbox .cellWithCollapser {
275
- width: calc(100% - 34px);
276
- }
277
- .cellWithCollapser {
278
- display: flex;
279
- align-items: center;
280
- height: 100%;
281
- }
282
- .cellWithCollapser .EntitiesTable-styles-defaultWrapper--VA7t6 {
283
- padding: 17px 0;
284
- flex-grow: 1;
285
- }
286
- .cellWithCollapser .EntitiesTable-styles-profileWrapper--cHzDS {
287
- padding: 8px 0;
288
- }
289
- .EntitiesTable-styles-dragColumnHead--As6cq {
290
- border: 1px solid #0072CE;
291
- background-color: rgba(0, 114, 206, 0.2);
292
- }
293
- .EntitiesTable-styles-dragColumnBody--ImyvH {
294
- background-color: rgba(0, 114, 206, 0.06);
295
- border-left: 1px solid #0072CE;
296
- border-right: 1px solid #0072CE;
297
- }
298
- .EntitiesTable-styles-dragColumnBody--ImyvH .EntitiesTable-styles-defaultWrapper--VA7t6::after {
299
- display: none;
300
- }
301
- .EntitiesTable-styles-draggableHeadCell--HaNjY {
302
- cursor: grab;
303
- }
304
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
305
- .EntitiesTable-styles-draggableHeadCell--HaNjY {
306
- cursor: move;
307
- }
308
- }
309
- .EntitiesTable-styles-cellWrapper--QnToP {
310
- display: flex;
311
- flex-direction: column;
312
- }
313
- .EntitiesTable-styles-entityButtons--XvBng {
314
- display: flex;
315
- height: 100%;
316
- }
317
- .EntitiesTable-styles-entityButtons--XvBng > *::before {
318
- content: '';
319
- position: absolute;
320
- right: 1px;
321
- top: 0;
322
- width: 100%;
323
- z-index: -1;
324
- height: calc(100% - 1px);
325
- background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 30%);
326
- pointer-events: none;
327
- }
328
- .EntitiesTable-styles-selectedEntityButtons--P6_v8 > *::before {
329
- background: linear-gradient(to right, rgba(255, 255, 255, 0), #e0eef9 30%);
330
- }
331
- .EntitiesTable-styles-justImportedEntityButtons--_pnOe > *::before {
332
- background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFBEB 30%) !important;
333
- }
334
- .EntitiesTable-styles-highlightedEntityButtons--fkl1W > *::before {
335
- background: linear-gradient(to right, rgba(255, 255, 255, 0), #f2e68e 30%);
336
- animation-name: EntitiesTable-styles-highlightAnimateForEllipsis--hdG4i;
337
- animation-duration: 3s;
338
- animation-iteration-count: 1;
339
- }
340
-
341
- .HeadCellRenderer-styles-headCellContentWrapper--CQeoN {
342
- display: flex;
343
- height: 100%;
344
- align-items: center;
345
- padding-right: 22px;
346
- white-space: nowrap;
347
- overflow: hidden;
348
- background-color: #f0f0f0;
349
- }
350
- .HeadCellRenderer-styles-headCellContentWrapper--CQeoN .HeadCellRenderer-styles-checkbox--UtFWM {
351
- margin-right: -8px;
352
- margin-left: 11px;
353
- }
354
- .HeadCellRenderer-styles-headCellContentWrapper--CQeoN .HeadCellRenderer-styles-sortLabel--Gl9wN {
355
- margin-left: -22px;
356
- margin-right: -100%;
357
- flex-direction: row-reverse;
358
- justify-content: flex-end;
359
- align-items: center;
360
- display: flex;
361
- }
362
- .HeadCellRenderer-styles-headCellContentWrapper--CQeoN .HeadCellRenderer-styles-labelWrapper--omOji {
363
- padding-left: 22px;
364
- color: rgba(0, 0, 0, 0.6);
365
- font-size: 12px;
366
- font-weight: 500;
367
- line-height: 16px;
368
- overflow: hidden;
369
- }
370
- .HeadCellRenderer-styles-headCellContentWrapper--CQeoN .HeadCellRenderer-styles-labelWrapper--omOji:after {
371
- content: '';
372
- position: absolute;
373
- right: 22px;
374
- top: 0;
375
- width: 40px;
376
- height: 100%;
377
- background: linear-gradient(to right, rgba(240, 240, 240, 0), #f0f0f0 100%);
378
- pointer-events: none;
379
- }
380
- .HeadCellRenderer-styles-headCellContentWrapper--CQeoN .HeadCellRenderer-styles-menuButtonWrapper--V83N2 {
381
- flex-grow: 1;
382
- display: flex;
383
- justify-content: flex-end;
384
- visibility: hidden;
385
- position: absolute;
386
- right: 0;
387
- top: 50%;
388
- transform: translateY(-50%);
389
- }
390
- .HeadCellRenderer-styles-headCellContentWrapper--CQeoN:hover .HeadCellRenderer-styles-menuButtonWrapper--V83N2 {
391
- visibility: visible;
392
- }
393
-
394
- .NumericRangeFacet-styles-data--F7Rp4 {
395
- display: flex;
396
- flex-grow: 1;
397
- flex-direction: column;
398
- }
399
- .NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-barChartContainer--D2IIQ {
400
- position: relative;
401
- height: 190px;
402
- width: 100%;
403
- padding-top: 6px;
404
- padding-bottom: 8px;
405
- overflow: hidden;
406
- }
407
- .NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-slider--U3_ss {
408
- margin-left: 38px;
409
- margin-right: 4px;
410
- width: calc(100% - 42px);
411
- }
412
- .NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF {
413
- display: flex;
414
- flex-direction: row;
415
- align-items: center;
416
- justify-content: space-between;
417
- margin-top: 12px;
418
- }
419
- .NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-numberEditorInputRoot--brvyv {
420
- height: 40px;
421
- font-size: 14px;
422
- line-height: 16px;
423
- text-align: center;
424
- border-radius: 4px 4px 0 0;
425
- flex-grow: 1;
426
- display: flex;
427
- }
428
- .NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-numberEditorRoot--G0Yzg {
429
- display: flex;
430
- flex-grow: 1;
431
- }
432
- .NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-numberEditorRoot--G0Yzg + .NumericRangeFacet-styles-numberEditorRoot--G0Yzg {
433
- margin-left: 24px;
434
- }
435
- .NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-input--lvwGQ {
436
- text-align: left;
437
- padding: 0 10px;
438
- flex-basis: 100%;
439
- }
440
- .NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-input--lvwGQ::-ms-clear {
441
- display: none;
442
- }
443
-
444
- .MoreFacetsPopup-styles-subHeader--kl1OA {
445
- background-color: #f5f5f5;
446
- padding: 0 16px;
447
- margin: 0;
448
- display: flex;
449
- align-items: center;
450
- color: rgba(0, 0, 0, 0.84);
451
- font-size: 14px;
452
- font-weight: 500;
453
- }
454
- .MoreFacetsPopup-styles-subHeader--kl1OA .MoreFacetsPopup-styles-icon--i5G4Z {
455
- max-height: 25px;
456
- max-width: 25px;
457
- margin-right: 16px;
458
- }
459
- .MoreFacetsPopup-styles-subHeader--kl1OA .MoreFacetsPopup-styles-icon--i5G4Z.MoreFacetsPopup-styles-recommendedIcon--z2ptc {
460
- height: 20px;
461
- width: 20px;
462
- }
463
- .MoreFacetsPopup-styles-noResultsCaptionContainer--IioM7 {
464
- position: absolute;
465
- top: 0;
466
- bottom: 0;
467
- left: 0;
468
- right: 0;
469
- display: flex;
470
- justify-content: center;
471
- align-items: center;
472
- }
473
-
474
- .MainContent-styles-mainContent--l_lkj {
475
- display: flex;
476
- flex-direction: column;
477
- flex-grow: 1;
478
- overflow: auto;
479
- }
480
- div[role=presentation],
481
- div[role=tooltip] {
482
- font-family: Roboto, Helvetica, Arial, sans-serif;
483
- }
484
-
485
- .ValuesEditor-styles-loadingWrapper--xPido {
486
- display: flex;
487
- min-height: 46px;
488
- width: 100%;
489
- align-items: center;
490
- }
491
- .ValuesEditor-styles-loadingWrapper--xPido .ValuesEditor-styles-loading--e0naP {
492
- margin: auto;
493
- }
494
-