@reltio/authoring 1.4.1647 → 1.4.1648

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.
@@ -4,6 +4,37 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
+ /*!
8
+ * The buffer module from node.js, for the browser.
9
+ *
10
+ * @author Feross Aboukhadijeh <https://feross.org>
11
+ * @license MIT
12
+ */
13
+
14
+ /*!
15
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
16
+ *
17
+ * Copyright (c) 2014-2017, Jon Schlinkert.
18
+ * Released under the MIT License.
19
+ */
20
+
21
+ /*! *****************************************************************************
22
+ Copyright (c) Microsoft Corporation.
23
+
24
+ Permission to use, copy, modify, and/or distribute this software for any
25
+ purpose with or without fee is hereby granted.
26
+
27
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
28
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
29
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
30
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
31
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
32
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
33
+ PERFORMANCE OF THIS SOFTWARE.
34
+ ***************************************************************************** */
35
+
36
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
37
+
7
38
  /**
8
39
  * @license React
9
40
  * react-is.production.min.js
package/main.css ADDED
@@ -0,0 +1,633 @@
1
+ .rst__rowWrapper {
2
+ height: 100%;
3
+ box-sizing: border-box;
4
+ }
5
+
6
+ .rst__rtl.rst__rowWrapper {
7
+ }
8
+
9
+ .rst__row {
10
+ height: 100%;
11
+ display: flex;
12
+ }
13
+ .rst__row > * {
14
+ box-sizing: border-box;
15
+ }
16
+
17
+ /**
18
+ * The outline of where the element will go if dropped, displayed while dragging
19
+ */
20
+ .rst__rowLandingPad,
21
+ .rst__rowCancelPad {
22
+ border: none !important;
23
+ box-shadow: none !important;
24
+ outline: none !important;
25
+ }
26
+ .rst__rowLandingPad > *,
27
+ .rst__rowCancelPad > * {
28
+ opacity: 0 !important;
29
+ }
30
+ .rst__rowLandingPad::before,
31
+ .rst__rowCancelPad::before {
32
+ background-color: rgba(0,114,207,0.12);
33
+ border: 1px dashed #2184D4;
34
+ content: '';
35
+ position: absolute;
36
+ top: 0;
37
+ right: 23px;
38
+ bottom: 0;
39
+ left: 18px;
40
+ z-index: 1;
41
+ }
42
+
43
+ /**
44
+ * Alternate appearance of the landing pad when the dragged location is invalid
45
+ */
46
+ .rst__rowCancelPad::before {
47
+ background-color: rgba(255,102,115,0.12);
48
+ border: 1px dashed #FF6673;
49
+ }
50
+
51
+ /**
52
+ * Nodes matching the search conditions are highlighted
53
+ */
54
+ .rst__rowSearchMatch {
55
+ outline: solid 3px #0080ff;
56
+ }
57
+
58
+ /**
59
+ * The node that matches the search conditions and is currently focused
60
+ */
61
+ .rst__rowSearchFocus {
62
+ outline: solid 3px #fc6421;
63
+ }
64
+
65
+ .rst__rowContents,
66
+ .rst__rowLabel,
67
+ .rst__rowToolbar,
68
+ .rst__moveHandle,
69
+ .rst__toolbarButton {
70
+ display: inline-block;
71
+ vertical-align: middle;
72
+ }
73
+
74
+ .rst__rowContents {
75
+ position: relative;
76
+ border-left: none;
77
+ padding-left: 4px;
78
+ flex: 1 1 auto;
79
+ width: 0;
80
+ display: flex;
81
+ }
82
+
83
+ .rst__rtl.rst__rowContents {
84
+ border-right: none;
85
+ border-left: solid #bbb 1px;
86
+ padding: 0 10px 0 5px;
87
+ }
88
+
89
+ .rst__rowContentsDragDisabled {
90
+ }
91
+
92
+ .rst__rtl.rst__rowContentsDragDisabled {
93
+ border-right: solid #bbb 1px;
94
+ border-left: solid #bbb 1px;
95
+ }
96
+
97
+ .rst__rowLabel {
98
+ flex: 1 1 auto;
99
+ width: 0;
100
+ padding-right: 11px;
101
+ }
102
+ .rst__rtl.rst__rowLabel {
103
+ padding-left: 20px;
104
+ padding-right: inherit;
105
+ }
106
+
107
+ .rst__rowToolbar {
108
+ flex: 0 1 auto;
109
+ display: flex;
110
+ }
111
+
112
+ .rst__moveHandle {
113
+ display: flex;
114
+ align-items: start;
115
+ padding-top: 3px;
116
+ cursor: move;
117
+ color: rgba(0,0,0,0.54);
118
+ visibility: hidden;
119
+ width: 17px;
120
+ margin-left: -13px;
121
+ }
122
+ .rst__moveHandle svg {
123
+ margin-left: 0px;
124
+ }
125
+ .rst__moveHandle + .rst__rowContents .rst__buttonWrapper{
126
+ margin-left: -4px;
127
+ }
128
+
129
+ .rst__node:hover .rst__moveHandle {
130
+ visibility: visible;
131
+ }
132
+ .rst_node_hover_disabled:hover .rst__moveHandle{
133
+ visibility: hidden;
134
+ }
135
+ .rst__loadingHandle {
136
+ height: 100%;
137
+ width: 44px;
138
+ background: #d9d9d9
139
+ url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIuOSIgPjxwYXRoIGQ9Ik0xNCAxNS43aDE0LjQiLz48cGF0aCBkPSJNMTQgMjEuNGgxNC40Ii8+PHBhdGggZD0iTTE0IDI3LjFoMTQuNCIvPjwvZz4KPC9zdmc+)
140
+ no-repeat center;
141
+ border: solid #aaa 1px;
142
+ box-shadow: 0 2px 2px -2px;
143
+ cursor: move;
144
+ border-radius: 1px;
145
+ z-index: 1;
146
+ }
147
+
148
+ .rst__loadingHandle {
149
+ cursor: default;
150
+ background: #d9d9d9;
151
+ }
152
+
153
+ @keyframes pointFade {
154
+ 0%,
155
+ 19.999%,
156
+ 100% {
157
+ opacity: 0;
158
+ }
159
+ 20% {
160
+ opacity: 1;
161
+ }
162
+ }
163
+
164
+ .rst__loadingCircle {
165
+ width: 80%;
166
+ height: 80%;
167
+ margin: 10%;
168
+ position: relative;
169
+ }
170
+
171
+ .rst__loadingCirclePoint {
172
+ width: 100%;
173
+ height: 100%;
174
+ position: absolute;
175
+ left: 0;
176
+ top: 0;
177
+ }
178
+
179
+ .rst__rtl.rst__loadingCirclePoint {
180
+ right: 0;
181
+ left: initial;
182
+ }
183
+
184
+ .rst__loadingCirclePoint::before {
185
+ content: '';
186
+ display: block;
187
+ margin: 0 auto;
188
+ width: 11%;
189
+ height: 30%;
190
+ background-color: #fff;
191
+ border-radius: 30%;
192
+ animation: pointFade 800ms infinite ease-in-out both;
193
+ }
194
+ .rst__loadingCirclePoint:nth-of-type(1) {
195
+ transform: rotate(0deg);
196
+ }
197
+ .rst__loadingCirclePoint:nth-of-type(7) {
198
+ transform: rotate(180deg);
199
+ }
200
+ .rst__loadingCirclePoint:nth-of-type(1)::before,
201
+ .rst__loadingCirclePoint:nth-of-type(7)::before {
202
+ animation-delay: -800ms;
203
+ }
204
+ .rst__loadingCirclePoint:nth-of-type(2) {
205
+ transform: rotate(30deg);
206
+ }
207
+ .rst__loadingCirclePoint:nth-of-type(8) {
208
+ transform: rotate(210deg);
209
+ }
210
+ .rst__loadingCirclePoint:nth-of-type(2)::before,
211
+ .rst__loadingCirclePoint:nth-of-type(8)::before {
212
+ animation-delay: -666ms;
213
+ }
214
+ .rst__loadingCirclePoint:nth-of-type(3) {
215
+ transform: rotate(60deg);
216
+ }
217
+ .rst__loadingCirclePoint:nth-of-type(9) {
218
+ transform: rotate(240deg);
219
+ }
220
+ .rst__loadingCirclePoint:nth-of-type(3)::before,
221
+ .rst__loadingCirclePoint:nth-of-type(9)::before {
222
+ animation-delay: -533ms;
223
+ }
224
+ .rst__loadingCirclePoint:nth-of-type(4) {
225
+ transform: rotate(90deg);
226
+ }
227
+ .rst__loadingCirclePoint:nth-of-type(10) {
228
+ transform: rotate(270deg);
229
+ }
230
+ .rst__loadingCirclePoint:nth-of-type(4)::before,
231
+ .rst__loadingCirclePoint:nth-of-type(10)::before {
232
+ animation-delay: -400ms;
233
+ }
234
+ .rst__loadingCirclePoint:nth-of-type(5) {
235
+ transform: rotate(120deg);
236
+ }
237
+ .rst__loadingCirclePoint:nth-of-type(11) {
238
+ transform: rotate(300deg);
239
+ }
240
+ .rst__loadingCirclePoint:nth-of-type(5)::before,
241
+ .rst__loadingCirclePoint:nth-of-type(11)::before {
242
+ animation-delay: -266ms;
243
+ }
244
+ .rst__loadingCirclePoint:nth-of-type(6) {
245
+ transform: rotate(150deg);
246
+ }
247
+ .rst__loadingCirclePoint:nth-of-type(12) {
248
+ transform: rotate(330deg);
249
+ }
250
+ .rst__loadingCirclePoint:nth-of-type(6)::before,
251
+ .rst__loadingCirclePoint:nth-of-type(12)::before {
252
+ animation-delay: -133ms;
253
+ }
254
+ .rst__loadingCirclePoint:nth-of-type(7) {
255
+ transform: rotate(180deg);
256
+ }
257
+ .rst__loadingCirclePoint:nth-of-type(13) {
258
+ transform: rotate(360deg);
259
+ }
260
+ .rst__loadingCirclePoint:nth-of-type(7)::before,
261
+ .rst__loadingCirclePoint:nth-of-type(13)::before {
262
+ animation-delay: 0ms;
263
+ }
264
+
265
+ .rst__rowTitle {
266
+ }
267
+
268
+ .rst__rowTitleWithSubtitle {
269
+ font-size: 85%;
270
+ display: block;
271
+ height: 0.8rem;
272
+ }
273
+
274
+ .rst__rowSubtitle {
275
+ font-size: 70%;
276
+ line-height: 1;
277
+ }
278
+
279
+ .rst__buttonWrapper {
280
+ display: flex;
281
+ padding-top: 13px;
282
+ width: 12px;
283
+ cursor: pointer;
284
+ }
285
+
286
+ .rst__buttonWrapper.rst__noButton {
287
+ cursor: inherit;
288
+ }
289
+
290
+ .rst__root .rst__buttonWrapper {
291
+ display: none;
292
+ }
293
+
294
+ .rst__collapseButton,
295
+ .rst__expandButton {
296
+ transition: transform .15s ease;
297
+ width: 0;
298
+ height: 0;
299
+ border-left: 4px solid transparent;
300
+ border-right: 4px solid transparent;
301
+ border-top: 4px solid rgba(0, 0, 0, 0.54);
302
+ }
303
+
304
+ .rst__collapseButton {
305
+ transform: rotate(0deg);
306
+ }
307
+
308
+ .rst__expandButton {
309
+ transform: rotate(-90deg);
310
+ }
311
+
312
+
313
+ /**
314
+ * Extra class applied to VirtualScroll through className prop
315
+ */
316
+ .rst__virtualScrollOverride {
317
+ overflow: auto !important;
318
+ }
319
+
320
+ .ReactVirtualized__Grid__innerScrollContainer {
321
+ overflow: visible !important;
322
+ max-width: none !important;
323
+ }
324
+
325
+ .rst__rtl .ReactVirtualized__Grid__innerScrollContainer {
326
+ direction: rtl;
327
+ }
328
+
329
+ .ReactVirtualized__Grid {
330
+ outline: none;
331
+ }
332
+
333
+ .rst__node {
334
+ min-width: 100%;
335
+ position: relative;
336
+ text-align: left;
337
+ padding: 0 24px 0 18px;
338
+ box-sizing: border-box;
339
+ white-space: normal;
340
+ }
341
+ .rst__node:hover {
342
+ background-color: rgba(0,0,0,0.06);
343
+ }
344
+ .rst_node_hover_disabled:hover {
345
+ background-color: transparent;
346
+ }
347
+ .rst__node.rst__root .rst__absoluteLineBlock,
348
+ .rst__node.rst__root .rst__lineBlock {
349
+ display: none;
350
+ }
351
+ .rst__node.rst__root .rst__nodeContent {
352
+ width: 100% !important;
353
+ left: 0 !important;
354
+ }
355
+
356
+ .rst__node.rst__rtl {
357
+ text-align: right;
358
+ }
359
+
360
+ .rst__nodeContent {
361
+ position: absolute;
362
+ top: 0;
363
+ bottom: 0;
364
+ padding-left: 19px;
365
+ box-sizing: border-box;
366
+ }
367
+
368
+ /* ==========================================================================
369
+ Scaffold
370
+ Line-overlaid blocks used for showing the tree structure
371
+ ========================================================================== */
372
+ .rst__lineBlock,
373
+ .rst__absoluteLineBlock {
374
+ height: 100%;
375
+ position: relative;
376
+ display: inline-block;
377
+ }
378
+
379
+ .rst__absoluteLineBlock {
380
+ position: absolute;
381
+ top: 0;
382
+ margin-left: 18px;
383
+ }
384
+
385
+ .rst__lineHalfHorizontalRight::before,
386
+ .rst__lineFullVertical::after,
387
+ .rst__lineHalfVerticalTop::after,
388
+ .rst__lineHalfVerticalBottom::after {
389
+ position: absolute;
390
+ content: '';
391
+ background-color: rgba(0,122,193,0.3);
392
+ }
393
+
394
+ /**
395
+ * +-----+
396
+ * | |
397
+ * | +--+
398
+ * | |
399
+ * +-----+
400
+ */
401
+ .rst__lineHalfHorizontalRight::before {
402
+ height: 1px;
403
+ top: 14px;
404
+ right: 19%; /*0*/
405
+ width: 24%; /*50*/
406
+ }
407
+
408
+ .rst__rtl.rst__lineHalfHorizontalRight::before {
409
+ left: 0;
410
+ right: initial;
411
+ }
412
+
413
+ /**
414
+ * +--+--+
415
+ * | | |
416
+ * | | |
417
+ * | | |
418
+ * +--+--+
419
+ */
420
+ .rst__lineFullVertical::after,
421
+ .rst__lineHalfVerticalTop::after,
422
+ .rst__lineHalfVerticalBottom::after {
423
+ width: 1px;
424
+ left: 50%;
425
+ top: 0;
426
+ height: 100%;
427
+ }
428
+
429
+ /**
430
+ * +--+--+
431
+ * | | |
432
+ * | | |
433
+ * | | |
434
+ * +--+--+
435
+ */
436
+ .rst__rtl.rst__lineFullVertical::after,
437
+ .rst__rtl.rst__lineHalfVerticalTop::after,
438
+ .rst__rtl.rst__lineHalfVerticalBottom::after {
439
+ right: 50%;
440
+ left: initial;
441
+ }
442
+
443
+ /**
444
+ * +-----+
445
+ * | | |
446
+ * | + |
447
+ * | |
448
+ * +-----+
449
+ */
450
+ .rst__lineHalfVerticalTop::after {
451
+ height: 15px;
452
+ }
453
+
454
+ /**
455
+ * +-----+
456
+ * | |
457
+ * | + |
458
+ * | | |
459
+ * +-----+
460
+ */
461
+ .rst__lineHalfVerticalBottom::after {
462
+ top: auto;
463
+ bottom: 0;
464
+ height: 50%;
465
+ }
466
+
467
+ /* Highlight line for pointing to dragged row destination
468
+ ========================================================================== */
469
+ /**
470
+ * +--+--+
471
+ * | | |
472
+ * | | |
473
+ * | | |
474
+ * +--+--+
475
+ */
476
+ .rst__highlightLineVertical {
477
+ z-index: 3;
478
+ }
479
+ .rst__highlightLineVertical::before {
480
+ position: absolute;
481
+ content: '';
482
+ background-color: #36c2f6;
483
+ width: 6px;
484
+ margin-left: -3px;
485
+ left: 50%;
486
+ top: 0;
487
+ height: 100%;
488
+ }
489
+
490
+ .rst__rtl.rst__highlightLineVertical::before {
491
+ margin-left: initial;
492
+ margin-right: -4px;
493
+ left: initial;
494
+ right: 50%;
495
+ }
496
+
497
+ @keyframes arrow-pulse {
498
+ 0% {
499
+ transform: translate(0, 0);
500
+ opacity: 0;
501
+ }
502
+ 30% {
503
+ transform: translate(0, 300%);
504
+ opacity: 1;
505
+ }
506
+ 70% {
507
+ transform: translate(0, 700%);
508
+ opacity: 1;
509
+ }
510
+ 100% {
511
+ transform: translate(0, 1000%);
512
+ opacity: 0;
513
+ }
514
+ }
515
+ .rst__highlightLineVertical::after {
516
+ content: '';
517
+ position: absolute;
518
+ height: 0;
519
+ margin-left: -4px;
520
+ left: 50%;
521
+ top: 0;
522
+ border-left: 4px solid transparent;
523
+ border-right: 4px solid transparent;
524
+ border-top: 4px solid white;
525
+ animation: arrow-pulse 1s infinite linear both;
526
+ }
527
+
528
+ .rst__rtl.rst__highlightLineVertical::after {
529
+ margin-left: initial;
530
+ margin-right: -4px;
531
+ right: 50%;
532
+ left: initial;
533
+ }
534
+
535
+ /**
536
+ * +-----+
537
+ * | |
538
+ * | +--+
539
+ * | | |
540
+ * +--+--+
541
+ */
542
+ .rst__highlightTopLeftCorner::before {
543
+ z-index: 3;
544
+ content: '';
545
+ position: absolute;
546
+ border-top: solid 6px #36c2f6;
547
+ border-left: solid 6px #36c2f6;
548
+ box-sizing: border-box;
549
+ height: calc(50% + 4px);
550
+ top: 50%;
551
+ margin-top: -4px;
552
+ right: 0;
553
+ width: calc(50% + 3px);
554
+ }
555
+
556
+ .rst__rtl.rst__highlightTopLeftCorner::before {
557
+ border-right: solid 8px #36c2f6;
558
+ border-left: none;
559
+ left: 0;
560
+ right: initial;
561
+ }
562
+
563
+ /**
564
+ * +--+--+
565
+ * | | |
566
+ * | | |
567
+ * | +->|
568
+ * +-----+
569
+ */
570
+ .rst__highlightBottomLeftCorner {
571
+ z-index: 3;
572
+ }
573
+ .rst__highlightBottomLeftCorner::before {
574
+ content: '';
575
+ position: absolute;
576
+ border-bottom: solid 6px #36c2f6;
577
+ border-left: solid 6px #36c2f6;
578
+ box-sizing: border-box;
579
+ height: calc(100% + 4px);
580
+ top: 0;
581
+ right: 2px;
582
+ width: calc(50% + 1px);
583
+ }
584
+
585
+ .rst__rtl.rst__highlightBottomLeftCorner::before {
586
+ border-right: solid 8px #36c2f6;
587
+ border-left: none;
588
+ left: 12px;
589
+ right: initial;
590
+ }
591
+
592
+ .rst__highlightBottomLeftCorner::after {
593
+ content: '';
594
+ position: absolute;
595
+ height: 0;
596
+ right: -7px;
597
+ top: 100%;
598
+ margin-top: -8px;
599
+ border-top: 9px solid transparent;
600
+ border-bottom: 9px solid transparent;
601
+ border-left: 9px solid #36c2f6;
602
+ }
603
+
604
+ .rst__rtl.rst__highlightBottomLeftCorner::after {
605
+ left: 0;
606
+ right: initial;
607
+ border-right: 12px solid #36c2f6;
608
+ border-left: none;
609
+ }
610
+
611
+ /**
612
+ * Line for under a node with children
613
+ */
614
+ .rst__lineChildren {
615
+ height: 100%;
616
+ display: inline-block;
617
+ position: absolute;
618
+ }
619
+ .rst__lineChildren::after {
620
+ content: '';
621
+ position: absolute;
622
+ background-color: rgba(0,122,193,0.3);
623
+ width: 1px;
624
+ left: 50%;
625
+ bottom: 0;
626
+ height: calc(100% - 28px);
627
+ }
628
+
629
+ .rst__rtl.rst__lineChildren::after {
630
+ right: 50%;
631
+ left: initial;
632
+ }
633
+
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@reltio/authoring",
3
- "version": "1.4.1647",
3
+ "version": "1.4.1648",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "bundle.js",
6
6
  "dependencies": {
7
- "@reltio/components": "^1.4.1647",
8
- "@reltio/mdm-module": "^1.4.1647",
9
- "@reltio/mdm-sdk": "^1.4.1647"
7
+ "@reltio/components": "^1.4.1648",
8
+ "@reltio/mdm-module": "^1.4.1648",
9
+ "@reltio/mdm-sdk": "^1.4.1648",
10
+ "@reltio/profile": "^1.4.1648"
10
11
  },
11
12
  "publishConfig": {
12
13
  "access": "public"