@lingk/sync 2.0.14 → 2.0.15
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/build/credentialSections.js +84 -211
- package/build/credentialSections.js.map +1 -1
- package/build/css/main.css +454 -459
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/loadData.js.map +1 -1
- package/build/main.js +84 -211
- package/build/main.js.map +1 -1
- package/build/metadataDropdown.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
package/build/css/main.css
CHANGED
|
@@ -335,35 +335,35 @@ div.CodeMirror-dragcursors {
|
|
|
335
335
|
/* Help users use markselection to safely style text background */
|
|
336
336
|
span.CodeMirror-selectedtext { background: none; }
|
|
337
337
|
* {
|
|
338
|
-
box-sizing: border-box;
|
|
338
|
+
box-sizing: border-box;
|
|
339
339
|
}
|
|
340
|
-
body{
|
|
341
|
-
|
|
342
|
-
|
|
340
|
+
body {
|
|
341
|
+
margin: 0 !important;
|
|
342
|
+
padding: 0 !important;
|
|
343
343
|
-webkit-font-smoothing: antialiased;
|
|
344
344
|
}
|
|
345
|
-
aside{
|
|
345
|
+
aside {
|
|
346
346
|
display: inline-block;
|
|
347
347
|
vertical-align: top;
|
|
348
348
|
}
|
|
349
|
-
.rc-time-picker-panel-clear-btn{
|
|
349
|
+
.rc-time-picker-panel-clear-btn {
|
|
350
350
|
display: none;
|
|
351
351
|
}
|
|
352
|
-
.help-tooltip-pop .tooltip{
|
|
353
|
-
border:none !important;
|
|
352
|
+
.help-tooltip-pop .tooltip {
|
|
353
|
+
border: none !important;
|
|
354
354
|
}
|
|
355
|
-
.wizard-body{
|
|
356
|
-
width:100%;
|
|
355
|
+
.wizard-body {
|
|
356
|
+
width: 100%;
|
|
357
357
|
height: 100%;
|
|
358
358
|
}
|
|
359
|
-
.wizard-sidebar{
|
|
360
|
-
|
|
361
|
-
|
|
359
|
+
.wizard-sidebar {
|
|
360
|
+
display: inline-block;
|
|
361
|
+
height: 100%;
|
|
362
362
|
}
|
|
363
|
-
.wizard-content{
|
|
364
|
-
vertical-align:top;
|
|
365
|
-
padding:31px 28px 31px 45px;
|
|
366
|
-
display:inline-block;
|
|
363
|
+
.wizard-content {
|
|
364
|
+
vertical-align: top;
|
|
365
|
+
padding: 31px 28px 31px 45px;
|
|
366
|
+
display: inline-block;
|
|
367
367
|
height: 100%;
|
|
368
368
|
overflow-y: auto;
|
|
369
369
|
}
|
|
@@ -371,27 +371,27 @@ aside{
|
|
|
371
371
|
position: relative;
|
|
372
372
|
}
|
|
373
373
|
.wizard-map-field {
|
|
374
|
-
cursor:pointer;
|
|
374
|
+
cursor: pointer;
|
|
375
375
|
}
|
|
376
376
|
.wizard-map-field:hover {
|
|
377
|
-
background: #dfe0e0 !important;
|
|
377
|
+
background: #dfe0e0 !important;
|
|
378
378
|
}
|
|
379
|
-
.file-table-tbody input:focus{
|
|
379
|
+
.file-table-tbody input:focus {
|
|
380
380
|
border-color: transparent;
|
|
381
381
|
box-shadow: none;
|
|
382
382
|
}
|
|
383
|
-
.remove-file-process{
|
|
384
|
-
stroke:grey;
|
|
385
|
-
height:18px;
|
|
386
|
-
width:18px;
|
|
387
|
-
margin-top:5px;
|
|
383
|
+
.remove-file-process {
|
|
384
|
+
stroke: grey;
|
|
385
|
+
height: 18px;
|
|
386
|
+
width: 18px;
|
|
387
|
+
margin-top: 5px;
|
|
388
388
|
cursor: pointer;
|
|
389
389
|
margin-left: 3px;
|
|
390
390
|
}
|
|
391
|
-
.remove-file-process:hover{
|
|
392
|
-
stroke:black;
|
|
391
|
+
.remove-file-process:hover {
|
|
392
|
+
stroke: black;
|
|
393
393
|
}
|
|
394
|
-
.schema-panel{
|
|
394
|
+
.schema-panel {
|
|
395
395
|
line-height: 1.4;
|
|
396
396
|
margin-bottom: 8px;
|
|
397
397
|
color: white;
|
|
@@ -399,12 +399,12 @@ aside{
|
|
|
399
399
|
-moz-user-select: none;
|
|
400
400
|
-ms-user-select: none;
|
|
401
401
|
user-select: none;
|
|
402
|
-
border-radius:4px;
|
|
402
|
+
border-radius: 4px;
|
|
403
403
|
position: relative;
|
|
404
404
|
z-index: 6;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
.schema-panel-header{
|
|
407
|
+
.schema-panel-header {
|
|
408
408
|
padding: 9px 13px;
|
|
409
409
|
font-weight: bold;
|
|
410
410
|
height: 50px;
|
|
@@ -417,27 +417,27 @@ aside{
|
|
|
417
417
|
.schema-panel-resource-arrow svg:hover {
|
|
418
418
|
fill: black;
|
|
419
419
|
}
|
|
420
|
-
.accordion-panel{
|
|
420
|
+
.accordion-panel {
|
|
421
421
|
line-height: 1.4;
|
|
422
422
|
border-radius: 7px;
|
|
423
423
|
margin-bottom: 8px;
|
|
424
|
-
-webkit-user-select:none;
|
|
425
|
-
-moz-user-select:none;
|
|
426
|
-
-ms-user-select:none;
|
|
427
|
-
user-select:none;
|
|
424
|
+
-webkit-user-select: none;
|
|
425
|
+
-moz-user-select: none;
|
|
426
|
+
-ms-user-select: none;
|
|
427
|
+
user-select: none;
|
|
428
428
|
}
|
|
429
|
-
.accordion-panel-header{
|
|
429
|
+
.accordion-panel-header {
|
|
430
430
|
color: white;
|
|
431
431
|
padding: 9px 13px;
|
|
432
432
|
font-weight: bold;
|
|
433
|
-
cursor:pointer;
|
|
434
|
-
-webkit-user-select: none;
|
|
435
|
-
-moz-user-select: none;
|
|
436
|
-
-ms-user-select: none;
|
|
433
|
+
cursor: pointer;
|
|
434
|
+
-webkit-user-select: none;
|
|
435
|
+
-moz-user-select: none;
|
|
436
|
+
-ms-user-select: none;
|
|
437
437
|
user-select: none;
|
|
438
438
|
height: 50px;
|
|
439
439
|
}
|
|
440
|
-
.accordion-panel-header-title{
|
|
440
|
+
.accordion-panel-header-title {
|
|
441
441
|
max-width: 275px;
|
|
442
442
|
display: inline-block;
|
|
443
443
|
overflow-x: ellipsis;
|
|
@@ -445,93 +445,92 @@ aside{
|
|
|
445
445
|
text-overflow: ellipsis;
|
|
446
446
|
overflow: hidden;
|
|
447
447
|
}
|
|
448
|
-
.accordion-panel-header:hover{
|
|
448
|
+
.accordion-panel-header:hover {
|
|
449
449
|
text-decoration: underline;
|
|
450
450
|
}
|
|
451
451
|
|
|
452
|
-
.accordion-panel-toggle{
|
|
452
|
+
.accordion-panel-toggle {
|
|
453
453
|
vertical-align: top;
|
|
454
454
|
float: right;
|
|
455
455
|
margin-right: 8px;
|
|
456
456
|
}
|
|
457
|
-
.accordion-panel-toggle button svg{
|
|
458
|
-
|
|
457
|
+
.accordion-panel-toggle button svg {
|
|
458
|
+
top: 2px;
|
|
459
459
|
}
|
|
460
|
-
.accordion-panel-toggle button{
|
|
460
|
+
.accordion-panel-toggle button {
|
|
461
461
|
font-weight: bold;
|
|
462
462
|
}
|
|
463
|
-
.accordion-panel-toggle.join-ok button{
|
|
463
|
+
.accordion-panel-toggle.join-ok button {
|
|
464
464
|
font-weight: normal;
|
|
465
465
|
}
|
|
466
|
-
.accordion-panel-close{
|
|
466
|
+
.accordion-panel-close {
|
|
467
467
|
width: 32px;
|
|
468
468
|
height: 32px;
|
|
469
|
-
padding-top:6px;
|
|
469
|
+
padding-top: 6px;
|
|
470
470
|
text-align: center;
|
|
471
471
|
display: inline-block;
|
|
472
472
|
float: right;
|
|
473
473
|
border-radius: 50%;
|
|
474
474
|
cursor: pointer;
|
|
475
475
|
}
|
|
476
|
-
.accordion-panel-close:hover{
|
|
477
|
-
background: rgba(255,255,255,0.5);
|
|
476
|
+
.accordion-panel-close:hover {
|
|
477
|
+
background: rgba(255, 255, 255, 0.5);
|
|
478
478
|
}
|
|
479
|
-
.accordion-panel-close svg path{
|
|
480
|
-
stroke:white;
|
|
479
|
+
.accordion-panel-close svg path {
|
|
480
|
+
stroke: white;
|
|
481
481
|
}
|
|
482
|
-
.accordion-panel-close-disabled{
|
|
482
|
+
.accordion-panel-close-disabled {
|
|
483
483
|
width: 32px;
|
|
484
484
|
height: 32px;
|
|
485
|
-
padding-top:6px;
|
|
485
|
+
padding-top: 6px;
|
|
486
486
|
text-align: center;
|
|
487
487
|
display: inline-block;
|
|
488
488
|
float: right;
|
|
489
489
|
border-radius: 50%;
|
|
490
490
|
pointer-events: none;
|
|
491
491
|
}
|
|
492
|
-
.accordion-panel-close-disabled svg path{
|
|
493
|
-
stroke:rgba(255,255,255,0.5);
|
|
492
|
+
.accordion-panel-close-disabled svg path {
|
|
493
|
+
stroke: rgba(255, 255, 255, 0.5);
|
|
494
494
|
}
|
|
495
|
-
.accordion-panel-collapse{
|
|
495
|
+
.accordion-panel-collapse {
|
|
496
496
|
transition: all 0.2s;
|
|
497
497
|
}
|
|
498
|
-
.accordion-panel-parameters{
|
|
498
|
+
.accordion-panel-parameters {
|
|
499
499
|
display: inline-block;
|
|
500
500
|
vertical-align: top;
|
|
501
501
|
margin-left: 12px;
|
|
502
502
|
margin-top: -5px;
|
|
503
503
|
cursor: pointer;
|
|
504
504
|
}
|
|
505
|
-
.accordion-panel-parameters:hover svg path:nth-child(2){
|
|
506
|
-
fill
|
|
505
|
+
.accordion-panel-parameters:hover svg path:nth-child(2) {
|
|
506
|
+
fill: #dddddd;
|
|
507
507
|
}
|
|
508
|
-
.delete-parameter-row{
|
|
508
|
+
.delete-parameter-row {
|
|
509
509
|
display: inline-block;
|
|
510
510
|
cursor: pointer;
|
|
511
511
|
margin-left: 8px;
|
|
512
512
|
}
|
|
513
|
-
.delete-parameter-row-svg path{
|
|
514
|
-
stroke:grey;
|
|
513
|
+
.delete-parameter-row-svg path {
|
|
514
|
+
stroke: grey;
|
|
515
515
|
}
|
|
516
|
-
.delete-parameter-row-svg:hover path{
|
|
517
|
-
stroke:black;
|
|
516
|
+
.delete-parameter-row-svg:hover path {
|
|
517
|
+
stroke: black;
|
|
518
518
|
}
|
|
519
|
-
.add-param-filter .slds-button{
|
|
520
|
-
font-size: 14px;
|
|
519
|
+
.add-param-filter .slds-button {
|
|
520
|
+
font-size: 14px;
|
|
521
521
|
font-weight: bold;
|
|
522
522
|
}
|
|
523
|
-
.add-param-filter .slds-button[disabled]{
|
|
524
|
-
color
|
|
523
|
+
.add-param-filter .slds-button[disabled] {
|
|
524
|
+
color: #555;
|
|
525
525
|
}
|
|
526
526
|
|
|
527
|
-
|
|
528
|
-
.transition{
|
|
527
|
+
.transition {
|
|
529
528
|
transition: all 0.2s;
|
|
530
529
|
}
|
|
531
530
|
.schema-field:first-child {
|
|
532
531
|
margin-top: 5px;
|
|
533
532
|
}
|
|
534
|
-
.schema-accordion-type{
|
|
533
|
+
.schema-accordion-type {
|
|
535
534
|
float: right;
|
|
536
535
|
color: grey;
|
|
537
536
|
cursor: pointer;
|
|
@@ -540,142 +539,141 @@ aside{
|
|
|
540
539
|
-ms-user-select: none;
|
|
541
540
|
user-select: none;
|
|
542
541
|
}
|
|
543
|
-
.schema-accordion-type:hover{
|
|
542
|
+
.schema-accordion-type:hover {
|
|
544
543
|
float: right;
|
|
545
544
|
color: black;
|
|
546
545
|
}
|
|
547
546
|
|
|
548
|
-
.schema-accordion-section-label{
|
|
547
|
+
.schema-accordion-section-label {
|
|
549
548
|
color: #54698d;
|
|
550
|
-
text-transform:uppercase;
|
|
551
|
-
letter-spacing:1px;
|
|
552
|
-
margin-left:12px;
|
|
553
|
-
margin-top:9px;
|
|
554
|
-
display:inline-block;
|
|
549
|
+
text-transform: uppercase;
|
|
550
|
+
letter-spacing: 1px;
|
|
551
|
+
margin-left: 12px;
|
|
552
|
+
margin-top: 9px;
|
|
553
|
+
display: inline-block;
|
|
555
554
|
}
|
|
556
|
-
.bundle-table-header{
|
|
555
|
+
.bundle-table-header {
|
|
557
556
|
color: #54698d;
|
|
558
|
-
text-transform:uppercase;
|
|
559
|
-
letter-spacing:1px;
|
|
560
|
-
width:100%;
|
|
561
|
-
padding:8px 16px;
|
|
557
|
+
text-transform: uppercase;
|
|
558
|
+
letter-spacing: 1px;
|
|
559
|
+
width: 100%;
|
|
560
|
+
padding: 8px 16px;
|
|
562
561
|
font-size: 12px;
|
|
563
562
|
}
|
|
564
|
-
.bundle-table-body{
|
|
563
|
+
.bundle-table-body {
|
|
565
564
|
color: #16325c;
|
|
566
565
|
position: relative;
|
|
567
566
|
}
|
|
568
|
-
.bundle-table-row{
|
|
567
|
+
.bundle-table-row {
|
|
569
568
|
position: relative;
|
|
570
569
|
border-bottom: 1px solid rgb(204, 205, 207);
|
|
571
570
|
border-top: 1px solid rgb(204, 205, 207);
|
|
572
|
-
margin-top
|
|
571
|
+
margin-top: -1px;
|
|
573
572
|
padding: 8px 16px 3px 16px;
|
|
574
573
|
cursor: pointer;
|
|
575
|
-
height:50px;
|
|
574
|
+
height: 50px;
|
|
576
575
|
}
|
|
577
|
-
.bundle-table-row:hover{
|
|
578
|
-
background
|
|
579
|
-
|
|
576
|
+
.bundle-table-row:hover {
|
|
577
|
+
background: #f4f6f9 !important;
|
|
580
578
|
}
|
|
581
|
-
.bundle-table-row:hover:before{
|
|
579
|
+
.bundle-table-row:hover:before {
|
|
582
580
|
border-top: 5px solid rgb(204, 205, 207);
|
|
583
581
|
content: "";
|
|
584
582
|
display: block;
|
|
585
583
|
position: absolute;
|
|
586
584
|
}
|
|
587
585
|
|
|
588
|
-
.schema-checkbox{
|
|
586
|
+
.schema-checkbox {
|
|
589
587
|
display: inline-block;
|
|
590
588
|
}
|
|
591
|
-
.schema-field-bold{
|
|
589
|
+
.schema-field-bold {
|
|
592
590
|
font-weight: bold;
|
|
593
591
|
}
|
|
594
|
-
.schema-external-key{
|
|
592
|
+
.schema-external-key {
|
|
595
593
|
cursor: pointer;
|
|
596
594
|
opacity: 0;
|
|
597
595
|
width: 95%;
|
|
598
596
|
position: absolute;
|
|
599
597
|
right: 0;
|
|
600
|
-
margin-top:2px;
|
|
598
|
+
margin-top: 2px;
|
|
601
599
|
}
|
|
602
|
-
.schema-external-key:hover{
|
|
600
|
+
.schema-external-key:hover {
|
|
603
601
|
opacity: 0.5;
|
|
604
602
|
}
|
|
605
|
-
.schema-external-key:hover + .schema-checkbox{
|
|
603
|
+
.schema-external-key:hover + .schema-checkbox {
|
|
606
604
|
font-weight: bold;
|
|
607
605
|
}
|
|
608
|
-
.schema-group-arrow{
|
|
609
|
-
fill
|
|
610
|
-
cursor:pointer;
|
|
611
|
-
height:60px;
|
|
612
|
-
width:60px;
|
|
606
|
+
.schema-group-arrow {
|
|
607
|
+
fill: #555555;
|
|
608
|
+
cursor: pointer;
|
|
609
|
+
height: 60px;
|
|
610
|
+
width: 60px;
|
|
613
611
|
}
|
|
614
|
-
.schema-group-arrow:hover{
|
|
615
|
-
fill
|
|
612
|
+
.schema-group-arrow:hover {
|
|
613
|
+
fill: #0070d2;
|
|
616
614
|
}
|
|
617
|
-
.schema-group-arrow-back{
|
|
615
|
+
.schema-group-arrow-back {
|
|
618
616
|
position: absolute;
|
|
619
|
-
left:8px;
|
|
620
|
-
top:2px;
|
|
621
|
-
-ms-transform:rotate(180deg);
|
|
622
|
-
transform:rotate(180deg);
|
|
617
|
+
left: 8px;
|
|
618
|
+
top: 2px;
|
|
619
|
+
-ms-transform: rotate(180deg);
|
|
620
|
+
transform: rotate(180deg);
|
|
623
621
|
}
|
|
624
|
-
.schema-group-arrow-forward{
|
|
622
|
+
.schema-group-arrow-forward {
|
|
625
623
|
position: absolute;
|
|
626
|
-
left:55px;
|
|
627
|
-
top:2px;
|
|
624
|
+
left: 55px;
|
|
625
|
+
top: 2px;
|
|
628
626
|
}
|
|
629
|
-
.schema-groups{
|
|
627
|
+
.schema-groups {
|
|
630
628
|
position: absolute;
|
|
631
|
-
top:18px;
|
|
632
|
-
left:120px;
|
|
633
|
-
font-size:20px;
|
|
629
|
+
top: 18px;
|
|
630
|
+
left: 120px;
|
|
631
|
+
font-size: 20px;
|
|
634
632
|
height: 32px;
|
|
635
|
-
width:600px;
|
|
633
|
+
width: 600px;
|
|
636
634
|
overflow: hidden;
|
|
637
635
|
}
|
|
638
|
-
.schema-groups-slider{
|
|
636
|
+
.schema-groups-slider {
|
|
639
637
|
transition: all 0.3s;
|
|
640
638
|
}
|
|
641
|
-
.schema-group-name{
|
|
642
|
-
width:600px;
|
|
639
|
+
.schema-group-name {
|
|
640
|
+
width: 600px;
|
|
643
641
|
display: inline-block;
|
|
644
642
|
overflow: hidden;
|
|
645
643
|
white-space: nowrap;
|
|
646
644
|
text-overflow: ellipsis;
|
|
647
|
-
-webkit-user-select:none;
|
|
648
|
-
-moz-user-select:none;
|
|
649
|
-
-ms-user-select:none;
|
|
650
|
-
user-select:none;
|
|
645
|
+
-webkit-user-select: none;
|
|
646
|
+
-moz-user-select: none;
|
|
647
|
+
-ms-user-select: none;
|
|
648
|
+
user-select: none;
|
|
651
649
|
font-weight: bold;
|
|
652
650
|
}
|
|
653
|
-
.schema-group-dots{
|
|
651
|
+
.schema-group-dots {
|
|
654
652
|
width: 63%;
|
|
655
653
|
margin: 28px 0px 0px 120px;
|
|
656
654
|
}
|
|
657
|
-
.schema-group-dot{
|
|
658
|
-
width:6px;
|
|
659
|
-
height:7px;
|
|
660
|
-
margin:2px;
|
|
655
|
+
.schema-group-dot {
|
|
656
|
+
width: 6px;
|
|
657
|
+
height: 7px;
|
|
658
|
+
margin: 2px;
|
|
661
659
|
display: inline-block;
|
|
662
|
-
background
|
|
663
|
-
cursor:pointer;
|
|
660
|
+
background: #0070d2;
|
|
661
|
+
cursor: pointer;
|
|
664
662
|
}
|
|
665
663
|
|
|
666
|
-
.accordion-group-slider{
|
|
664
|
+
.accordion-group-slider {
|
|
667
665
|
transition: all 0.3s;
|
|
668
666
|
position: relative;
|
|
669
|
-
top:0;
|
|
667
|
+
top: 0;
|
|
670
668
|
}
|
|
671
|
-
.accordion-group{
|
|
669
|
+
.accordion-group {
|
|
672
670
|
overflow-y: visible;
|
|
673
671
|
display: inline-block;
|
|
674
|
-
padding:6px 12px;
|
|
672
|
+
padding: 6px 12px;
|
|
675
673
|
position: absolute;
|
|
676
674
|
width: 100%;
|
|
677
675
|
}
|
|
678
|
-
.remove-resource-group{
|
|
676
|
+
.remove-resource-group {
|
|
679
677
|
width: 32px;
|
|
680
678
|
height: 32px;
|
|
681
679
|
text-align: center;
|
|
@@ -684,9 +682,9 @@ aside{
|
|
|
684
682
|
cursor: pointer;
|
|
685
683
|
display: inline-block;
|
|
686
684
|
vertical-align: top;
|
|
687
|
-
float:right;
|
|
685
|
+
float: right;
|
|
688
686
|
}
|
|
689
|
-
.remove-resource-group-disabled{
|
|
687
|
+
.remove-resource-group-disabled {
|
|
690
688
|
width: 32px;
|
|
691
689
|
height: 32px;
|
|
692
690
|
text-align: center;
|
|
@@ -694,56 +692,56 @@ aside{
|
|
|
694
692
|
padding-top: 5px;
|
|
695
693
|
display: inline-block;
|
|
696
694
|
vertical-align: top;
|
|
697
|
-
float:right;
|
|
698
|
-
margin-top:1px;
|
|
695
|
+
float: right;
|
|
696
|
+
margin-top: 1px;
|
|
699
697
|
}
|
|
700
|
-
.remove-resource-group-disabled > svg > path{
|
|
701
|
-
stroke-linecap:round;
|
|
702
|
-
stroke-width:7;
|
|
703
|
-
stroke
|
|
698
|
+
.remove-resource-group-disabled > svg > path {
|
|
699
|
+
stroke-linecap: round;
|
|
700
|
+
stroke-width: 7;
|
|
701
|
+
stroke: #cccccc;
|
|
704
702
|
}
|
|
705
|
-
.connect-resource-group{
|
|
703
|
+
.connect-resource-group {
|
|
706
704
|
width: 33px;
|
|
707
705
|
height: 33px;
|
|
708
706
|
text-align: center;
|
|
709
707
|
border-radius: 50%;
|
|
710
708
|
cursor: pointer;
|
|
711
709
|
vertical-align: top;
|
|
712
|
-
margin-left:26px;
|
|
710
|
+
margin-left: 26px;
|
|
713
711
|
background: rgb(50, 120, 180);
|
|
714
|
-
padding-top:5px;
|
|
712
|
+
padding-top: 5px;
|
|
715
713
|
}
|
|
716
|
-
.unlinked-connect-resource-group{
|
|
714
|
+
.unlinked-connect-resource-group {
|
|
717
715
|
background: #d45e5e;
|
|
718
|
-
padding-top:6px;
|
|
716
|
+
padding-top: 6px;
|
|
719
717
|
}
|
|
720
|
-
.connect-resource-group > svg > path{
|
|
721
|
-
fill:white;
|
|
718
|
+
.connect-resource-group > svg > path {
|
|
719
|
+
fill: white;
|
|
722
720
|
}
|
|
723
|
-
.connect-resource-group:hover{
|
|
721
|
+
.connect-resource-group:hover {
|
|
724
722
|
background: white;
|
|
725
723
|
}
|
|
726
|
-
.connect-resource-group:hover > svg > path{
|
|
727
|
-
fill:black;
|
|
724
|
+
.connect-resource-group:hover > svg > path {
|
|
725
|
+
fill: black;
|
|
728
726
|
}
|
|
729
727
|
|
|
730
|
-
.remove-resource-group:hover + .schema-group-nav{
|
|
731
|
-
color: #
|
|
728
|
+
.remove-resource-group:hover + .schema-group-nav {
|
|
729
|
+
color: #aa0000;
|
|
732
730
|
}
|
|
733
|
-
.remove-resource-group > svg > path{
|
|
734
|
-
stroke-linecap:round;
|
|
735
|
-
stroke-width:7;
|
|
736
|
-
stroke
|
|
731
|
+
.remove-resource-group > svg > path {
|
|
732
|
+
stroke-linecap: round;
|
|
733
|
+
stroke-width: 7;
|
|
734
|
+
stroke: #555555;
|
|
737
735
|
}
|
|
738
|
-
.remove-resource-group:hover{
|
|
736
|
+
.remove-resource-group:hover {
|
|
739
737
|
background: #c23934;
|
|
740
738
|
}
|
|
741
|
-
.remove-resource-group:hover > svg > path{
|
|
742
|
-
stroke:white;
|
|
739
|
+
.remove-resource-group:hover > svg > path {
|
|
740
|
+
stroke: white;
|
|
743
741
|
}
|
|
744
|
-
.join-ok{
|
|
742
|
+
.join-ok {
|
|
745
743
|
background: transparent;
|
|
746
|
-
border:1px solid transparent;
|
|
744
|
+
border: 1px solid transparent;
|
|
747
745
|
font-weight: normal;
|
|
748
746
|
max-width: 281px;
|
|
749
747
|
text-overflow: ellipsis;
|
|
@@ -752,33 +750,33 @@ aside{
|
|
|
752
750
|
/*padding-right:24px !important;*/
|
|
753
751
|
position: relative;
|
|
754
752
|
}
|
|
755
|
-
.join-ok svg{
|
|
753
|
+
.join-ok svg {
|
|
756
754
|
position: absolute;
|
|
757
|
-
right:6px;
|
|
758
|
-
top:9px;
|
|
755
|
+
right: 6px;
|
|
756
|
+
top: 9px;
|
|
759
757
|
}
|
|
760
|
-
.transform-data-type{
|
|
758
|
+
.transform-data-type {
|
|
761
759
|
display: inline-block;
|
|
762
760
|
border-radius: 3px;
|
|
763
|
-
cursor:pointer;
|
|
764
|
-
margin:8px;
|
|
765
|
-
padding:2px 5px;
|
|
761
|
+
cursor: pointer;
|
|
762
|
+
margin: 8px;
|
|
763
|
+
padding: 2px 5px;
|
|
766
764
|
}
|
|
767
|
-
.transform-data-type:hover{
|
|
765
|
+
.transform-data-type:hover {
|
|
768
766
|
border: 1px solid black;
|
|
769
767
|
}
|
|
770
|
-
.scrolly-wrap{
|
|
771
|
-
padding:0px 2px 2px 0px;
|
|
768
|
+
.scrolly-wrap {
|
|
769
|
+
padding: 0px 2px 2px 0px;
|
|
772
770
|
overflow-x: hidden;
|
|
773
771
|
}
|
|
774
|
-
.scrolly{
|
|
772
|
+
.scrolly {
|
|
775
773
|
overflow-y: scroll;
|
|
776
774
|
overflow-x: hidden;
|
|
777
775
|
text-overflow: ellipsis;
|
|
778
|
-
-webkit-user-select:none;
|
|
779
|
-
-moz-user-select:none;
|
|
780
|
-
-ms-user-select:none;
|
|
781
|
-
user-select:none;
|
|
776
|
+
-webkit-user-select: none;
|
|
777
|
+
-moz-user-select: none;
|
|
778
|
+
-ms-user-select: none;
|
|
779
|
+
user-select: none;
|
|
782
780
|
}
|
|
783
781
|
.scrolly-wrap:hover .scrolly::-webkit-scrollbar {
|
|
784
782
|
-webkit-appearance: none;
|
|
@@ -786,54 +784,54 @@ aside{
|
|
|
786
784
|
}
|
|
787
785
|
.scrolly-wrap:hover .scrolly::-webkit-scrollbar-thumb {
|
|
788
786
|
border-radius: 4px;
|
|
789
|
-
background-color: rgba(0,0,0
|
|
790
|
-
-webkit-box-shadow: 0 0 1px rgba(255,255,255
|
|
787
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
788
|
+
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
|
|
791
789
|
}
|
|
792
|
-
.x-clear-mapping{
|
|
790
|
+
.x-clear-mapping {
|
|
793
791
|
cursor: pointer;
|
|
794
792
|
text-align: center;
|
|
795
|
-
color: #
|
|
793
|
+
color: #aa0000;
|
|
796
794
|
font-weight: bold;
|
|
797
|
-
-webkit-user-select:none;
|
|
798
|
-
-moz-user-select:none;
|
|
799
|
-
-ms-user-select:none;
|
|
800
|
-
user-select:none;
|
|
795
|
+
-webkit-user-select: none;
|
|
796
|
+
-moz-user-select: none;
|
|
797
|
+
-ms-user-select: none;
|
|
798
|
+
user-select: none;
|
|
801
799
|
height: 19px;
|
|
802
800
|
width: 19px;
|
|
803
801
|
display: inline-block;
|
|
804
802
|
vertical-align: top;
|
|
805
|
-
margin-right:11px;
|
|
803
|
+
margin-right: 11px;
|
|
806
804
|
}
|
|
807
|
-
.x-clear-mapping:hover{
|
|
805
|
+
.x-clear-mapping:hover {
|
|
808
806
|
color: rgb(212, 63, 58);
|
|
809
|
-
-ms-transform:scale(1.3,1.3);
|
|
810
|
-
transform:scale(1.3,1.3);
|
|
807
|
+
-ms-transform: scale(1.3, 1.3);
|
|
808
|
+
transform: scale(1.3, 1.3);
|
|
811
809
|
}
|
|
812
|
-
.x-clear-mapping:hover + .mapping-entry{
|
|
810
|
+
.x-clear-mapping:hover + .mapping-entry {
|
|
813
811
|
color: grey;
|
|
814
812
|
}
|
|
815
|
-
.mapping-entry{
|
|
813
|
+
.mapping-entry {
|
|
816
814
|
display: inline-block;
|
|
817
815
|
vertical-align: middle;
|
|
818
816
|
max-width: 350px;
|
|
819
|
-
white-space: nowrap;
|
|
817
|
+
white-space: nowrap;
|
|
820
818
|
text-overflow: ellipsis;
|
|
821
819
|
overflow: hidden;
|
|
822
820
|
font-weight: normal;
|
|
823
821
|
}
|
|
824
|
-
.map-table-transform-icon{
|
|
825
|
-
height:19px;
|
|
826
|
-
width:24px;
|
|
822
|
+
.map-table-transform-icon {
|
|
823
|
+
height: 19px;
|
|
824
|
+
width: 24px;
|
|
827
825
|
cursor: pointer;
|
|
828
|
-
margin-left:27px;
|
|
826
|
+
margin-left: 27px;
|
|
829
827
|
}
|
|
830
828
|
|
|
831
|
-
.help-tooltip{
|
|
829
|
+
.help-tooltip {
|
|
832
830
|
display: inline-block;
|
|
833
|
-
margin-left:8px;
|
|
831
|
+
margin-left: 8px;
|
|
834
832
|
position: relative;
|
|
835
833
|
}
|
|
836
|
-
.help-tooltip-q{
|
|
834
|
+
.help-tooltip-q {
|
|
837
835
|
height: 14px;
|
|
838
836
|
width: 14px;
|
|
839
837
|
background: #54698d;
|
|
@@ -844,295 +842,295 @@ aside{
|
|
|
844
842
|
cursor: default;
|
|
845
843
|
font-weight: bold;
|
|
846
844
|
}
|
|
847
|
-
.help-tooltip-q:hover{
|
|
845
|
+
.help-tooltip-q:hover {
|
|
848
846
|
background: #0070d2;
|
|
849
847
|
}
|
|
850
|
-
.help-tooltip-pop{
|
|
848
|
+
.help-tooltip-pop {
|
|
851
849
|
position: absolute;
|
|
852
|
-
left:32px;
|
|
853
|
-
top
|
|
850
|
+
left: 32px;
|
|
851
|
+
top: -16px;
|
|
854
852
|
}
|
|
855
|
-
.help-tooltip-q + .help-tooltip-pop{
|
|
856
|
-
display:none;
|
|
853
|
+
.help-tooltip-q + .help-tooltip-pop {
|
|
854
|
+
display: none;
|
|
857
855
|
}
|
|
858
|
-
.help-tooltip-q:hover + .help-tooltip-pop{
|
|
859
|
-
display:block;
|
|
856
|
+
.help-tooltip-q:hover + .help-tooltip-pop {
|
|
857
|
+
display: block;
|
|
860
858
|
}
|
|
861
859
|
|
|
862
|
-
.connect-modal-tabs{
|
|
863
|
-
width:100%;
|
|
864
|
-
height:41px;
|
|
865
|
-
}
|
|
866
|
-
.connect-modal-tab{
|
|
867
|
-
width:50%;
|
|
860
|
+
.connect-modal-tabs {
|
|
861
|
+
width: 100%;
|
|
862
|
+
height: 41px;
|
|
863
|
+
}
|
|
864
|
+
.connect-modal-tab {
|
|
865
|
+
width: 50%;
|
|
868
866
|
display: inline-block;
|
|
869
|
-
height:100%;
|
|
867
|
+
height: 100%;
|
|
870
868
|
text-align: center;
|
|
871
|
-
padding-top:10px;
|
|
869
|
+
padding-top: 10px;
|
|
872
870
|
position: relative;
|
|
873
871
|
cursor: pointer;
|
|
874
872
|
color: #54698d;
|
|
875
873
|
}
|
|
876
|
-
.connect-modal-tab-selected{
|
|
874
|
+
.connect-modal-tab-selected {
|
|
877
875
|
background: rgb(244, 246, 249);
|
|
878
876
|
color: #16325c;
|
|
879
877
|
}
|
|
880
|
-
.connect-modal-tab-bar{
|
|
881
|
-
width:100%;
|
|
882
|
-
height:4px;
|
|
883
|
-
bottom:0;
|
|
884
|
-
left:0;
|
|
878
|
+
.connect-modal-tab-bar {
|
|
879
|
+
width: 100%;
|
|
880
|
+
height: 4px;
|
|
881
|
+
bottom: 0;
|
|
882
|
+
left: 0;
|
|
885
883
|
position: absolute;
|
|
886
884
|
display: none;
|
|
887
885
|
}
|
|
888
|
-
.connect-modal-tab-selected .connect-modal-tab-bar{
|
|
886
|
+
.connect-modal-tab-selected .connect-modal-tab-bar {
|
|
889
887
|
display: block;
|
|
890
888
|
}
|
|
891
|
-
.connect-modal-tab:hover{
|
|
889
|
+
.connect-modal-tab:hover {
|
|
892
890
|
background: rgb(244, 246, 249);
|
|
893
891
|
color: #16325c;
|
|
894
892
|
}
|
|
895
|
-
.external-keys-row{
|
|
896
|
-
border-bottom: 1px solid #
|
|
897
|
-
padding:8px 0;
|
|
898
|
-
position:relative;
|
|
893
|
+
.external-keys-row {
|
|
894
|
+
border-bottom: 1px solid #cccccc;
|
|
895
|
+
padding: 8px 0;
|
|
896
|
+
position: relative;
|
|
899
897
|
}
|
|
900
|
-
.external-keys-column{
|
|
898
|
+
.external-keys-column {
|
|
901
899
|
display: inline-block;
|
|
902
|
-
width:47%;
|
|
900
|
+
width: 47%;
|
|
903
901
|
text-align: center;
|
|
904
902
|
}
|
|
905
|
-
.delete-external-key-row{
|
|
903
|
+
.delete-external-key-row {
|
|
906
904
|
position: absolute;
|
|
907
|
-
right:8px;
|
|
908
|
-
top:13px;
|
|
909
|
-
cursor:pointer;
|
|
905
|
+
right: 8px;
|
|
906
|
+
top: 13px;
|
|
907
|
+
cursor: pointer;
|
|
910
908
|
}
|
|
911
|
-
.delete-external-key-svg path{
|
|
912
|
-
stroke:grey;
|
|
909
|
+
.delete-external-key-svg path {
|
|
910
|
+
stroke: grey;
|
|
913
911
|
}
|
|
914
|
-
.delete-external-key-svg:hover path{
|
|
915
|
-
stroke:black;
|
|
912
|
+
.delete-external-key-svg:hover path {
|
|
913
|
+
stroke: black;
|
|
916
914
|
}
|
|
917
915
|
|
|
918
|
-
|
|
919
916
|
/* ANIMATIONS */
|
|
920
917
|
|
|
921
|
-
.panel-enter{
|
|
918
|
+
.panel-enter {
|
|
922
919
|
opacity: 0;
|
|
923
920
|
max-height: 0px;
|
|
924
921
|
}
|
|
925
|
-
.panel-enter-active{
|
|
922
|
+
.panel-enter-active {
|
|
926
923
|
opacity: 1;
|
|
927
|
-
max-height:350px;
|
|
924
|
+
max-height: 350px;
|
|
928
925
|
}
|
|
929
|
-
.panel-leave{
|
|
926
|
+
.panel-leave {
|
|
930
927
|
opacity: 1;
|
|
931
|
-
max-height:350px;
|
|
928
|
+
max-height: 350px;
|
|
932
929
|
}
|
|
933
|
-
.panel-leave-active{
|
|
930
|
+
.panel-leave-active {
|
|
934
931
|
opacity: 0;
|
|
935
|
-
max-height:0px;
|
|
932
|
+
max-height: 0px;
|
|
936
933
|
}
|
|
937
|
-
.enable-delete{
|
|
934
|
+
.enable-delete {
|
|
938
935
|
position: absolute;
|
|
939
|
-
top:6px;
|
|
936
|
+
top: 6px;
|
|
940
937
|
left: 500px;
|
|
941
938
|
width: 207px;
|
|
942
939
|
z-index: 6003;
|
|
943
940
|
cursor: pointer;
|
|
944
|
-
-webkit-user-select:none;
|
|
945
|
-
-moz-user-select:none;
|
|
946
|
-
-ms-user-select:none;
|
|
947
|
-
user-select:none;
|
|
941
|
+
-webkit-user-select: none;
|
|
942
|
+
-moz-user-select: none;
|
|
943
|
+
-ms-user-select: none;
|
|
944
|
+
user-select: none;
|
|
948
945
|
}
|
|
949
|
-
.enable-delete span{
|
|
950
|
-
float:right;
|
|
946
|
+
.enable-delete span {
|
|
947
|
+
float: right;
|
|
951
948
|
}
|
|
952
|
-
.enable-delete:hover span{
|
|
949
|
+
.enable-delete:hover span {
|
|
953
950
|
text-decoration: underline;
|
|
954
951
|
}
|
|
955
|
-
.bundle-mode-options{
|
|
956
|
-
width:33%;
|
|
957
|
-
height:100%;
|
|
952
|
+
.bundle-mode-options {
|
|
953
|
+
width: 33%;
|
|
954
|
+
height: 100%;
|
|
958
955
|
background: white;
|
|
959
|
-
padding:6px;
|
|
960
|
-
border-left:1px solid grey;
|
|
956
|
+
padding: 6px;
|
|
957
|
+
border-left: 1px solid grey;
|
|
961
958
|
position: absolute;
|
|
962
|
-
top:
|
|
959
|
+
top: 0;
|
|
960
|
+
right: 0;
|
|
963
961
|
z-index: 6004;
|
|
964
962
|
}
|
|
965
|
-
.close-bundle-mode-options{
|
|
963
|
+
.close-bundle-mode-options {
|
|
966
964
|
cursor: pointer;
|
|
967
965
|
float: right;
|
|
968
966
|
margin-right: 5px;
|
|
969
967
|
}
|
|
970
|
-
.close-bundle-mode-options svg path{
|
|
971
|
-
stroke:grey;
|
|
968
|
+
.close-bundle-mode-options svg path {
|
|
969
|
+
stroke: grey;
|
|
972
970
|
}
|
|
973
|
-
.close-bundle-mode-options:hover svg path{
|
|
974
|
-
stroke:black;
|
|
971
|
+
.close-bundle-mode-options:hover svg path {
|
|
972
|
+
stroke: black;
|
|
975
973
|
}
|
|
976
|
-
.bundle-mode-options-content{
|
|
977
|
-
padding:12px 12px;
|
|
974
|
+
.bundle-mode-options-content {
|
|
975
|
+
padding: 12px 12px;
|
|
978
976
|
}
|
|
979
977
|
|
|
980
|
-
.bundle-mode-options-enter{
|
|
978
|
+
.bundle-mode-options-enter {
|
|
981
979
|
transition: all 0.3s;
|
|
982
|
-
-ms-transform:translate(100%);
|
|
983
|
-
transform:translate(100%);
|
|
980
|
+
-ms-transform: translate(100%);
|
|
981
|
+
transform: translate(100%);
|
|
984
982
|
}
|
|
985
|
-
.bundle-mode-options-leave,
|
|
983
|
+
.bundle-mode-options-leave,
|
|
984
|
+
.bundle-mode-options-enter-active {
|
|
986
985
|
transition: all 0.3s;
|
|
987
|
-
-ms-transform:translate(0%);
|
|
988
|
-
transform:translate(0%);
|
|
986
|
+
-ms-transform: translate(0%);
|
|
987
|
+
transform: translate(0%);
|
|
989
988
|
}
|
|
990
|
-
.bundle-mode-options-leave-active{
|
|
991
|
-
-ms-transform:translate(100%);
|
|
992
|
-
transform:translate(100%);
|
|
989
|
+
.bundle-mode-options-leave-active {
|
|
990
|
+
-ms-transform: translate(100%);
|
|
991
|
+
transform: translate(100%);
|
|
993
992
|
}
|
|
994
993
|
|
|
995
|
-
.slide-left-enter{
|
|
994
|
+
.slide-left-enter {
|
|
996
995
|
transition: all 0.3s;
|
|
997
|
-
-ms-transform:translate(100%);
|
|
998
|
-
transform:translate(100%);
|
|
996
|
+
-ms-transform: translate(100%);
|
|
997
|
+
transform: translate(100%);
|
|
999
998
|
}
|
|
1000
|
-
.slide-left-leave,
|
|
999
|
+
.slide-left-leave,
|
|
1000
|
+
.slide-left-enter-active {
|
|
1001
1001
|
transition: all 0.3s;
|
|
1002
|
-
-ms-transform:translate(0%);
|
|
1003
|
-
transform:translate(0%);
|
|
1002
|
+
-ms-transform: translate(0%);
|
|
1003
|
+
transform: translate(0%);
|
|
1004
1004
|
}
|
|
1005
|
-
.slide-left-leave-active{
|
|
1006
|
-
-ms-transform:translate(-100%);
|
|
1007
|
-
transform:translate(-100%);
|
|
1005
|
+
.slide-left-leave-active {
|
|
1006
|
+
-ms-transform: translate(-100%);
|
|
1007
|
+
transform: translate(-100%);
|
|
1008
1008
|
}
|
|
1009
|
-
.slide-right-enter{
|
|
1009
|
+
.slide-right-enter {
|
|
1010
1010
|
transition: all 0.3s;
|
|
1011
|
-
-ms-transform:translate(-100%);
|
|
1012
|
-
transform:translate(-100%);
|
|
1011
|
+
-ms-transform: translate(-100%);
|
|
1012
|
+
transform: translate(-100%);
|
|
1013
1013
|
}
|
|
1014
|
-
.slide-right-leave,
|
|
1014
|
+
.slide-right-leave,
|
|
1015
|
+
.slide-right-enter-active {
|
|
1015
1016
|
transition: all 0.3s;
|
|
1016
|
-
-ms-transform:translate(0%);
|
|
1017
|
-
transform:translate(0%);
|
|
1017
|
+
-ms-transform: translate(0%);
|
|
1018
|
+
transform: translate(0%);
|
|
1018
1019
|
}
|
|
1019
|
-
.slide-right-leave-active{
|
|
1020
|
-
-ms-transform:translate(100%);
|
|
1021
|
-
transform:translate(100%);
|
|
1020
|
+
.slide-right-leave-active {
|
|
1021
|
+
-ms-transform: translate(100%);
|
|
1022
|
+
transform: translate(100%);
|
|
1022
1023
|
}
|
|
1023
1024
|
|
|
1024
|
-
.fade-left-enter{
|
|
1025
|
+
.fade-left-enter {
|
|
1025
1026
|
transition: all 0.3s;
|
|
1026
|
-
-ms-transform:translate(10%);
|
|
1027
|
-
transform:translate(10%);
|
|
1027
|
+
-ms-transform: translate(10%);
|
|
1028
|
+
transform: translate(10%);
|
|
1028
1029
|
opacity: 0;
|
|
1029
1030
|
}
|
|
1030
|
-
.fade-left-enter-active{
|
|
1031
|
-
-ms-transform:translate(0%);
|
|
1032
|
-
transform:translate(0%);
|
|
1031
|
+
.fade-left-enter-active {
|
|
1032
|
+
-ms-transform: translate(0%);
|
|
1033
|
+
transform: translate(0%);
|
|
1033
1034
|
opacity: 1;
|
|
1034
1035
|
}
|
|
1035
|
-
.fade-left-leave{
|
|
1036
|
+
.fade-left-leave {
|
|
1036
1037
|
transition: all 0.3s;
|
|
1037
|
-
-ms-transform:translate(0%);
|
|
1038
|
-
transform:translate(0%);
|
|
1038
|
+
-ms-transform: translate(0%);
|
|
1039
|
+
transform: translate(0%);
|
|
1039
1040
|
opacity: 1;
|
|
1040
1041
|
}
|
|
1041
|
-
.fade-left-leave-active{
|
|
1042
|
-
-ms-transform:translate(-10%);
|
|
1043
|
-
transform:translate(-10%);
|
|
1042
|
+
.fade-left-leave-active {
|
|
1043
|
+
-ms-transform: translate(-10%);
|
|
1044
|
+
transform: translate(-10%);
|
|
1044
1045
|
opacity: 0;
|
|
1045
1046
|
}
|
|
1046
|
-
.fade-right-enter{
|
|
1047
|
+
.fade-right-enter {
|
|
1047
1048
|
transition: all 0.3s;
|
|
1048
|
-
-ms-transform:translate(-10%);
|
|
1049
|
-
transform:translate(-10%);
|
|
1049
|
+
-ms-transform: translate(-10%);
|
|
1050
|
+
transform: translate(-10%);
|
|
1050
1051
|
opacity: 0;
|
|
1051
1052
|
}
|
|
1052
|
-
.fade-right-enter-active{
|
|
1053
|
-
-ms-transform:translate(0%);
|
|
1054
|
-
transform:translate(0%);
|
|
1053
|
+
.fade-right-enter-active {
|
|
1054
|
+
-ms-transform: translate(0%);
|
|
1055
|
+
transform: translate(0%);
|
|
1055
1056
|
opacity: 1;
|
|
1056
1057
|
}
|
|
1057
|
-
.fade-right-leave{
|
|
1058
|
+
.fade-right-leave {
|
|
1058
1059
|
transition: all 0.3s;
|
|
1059
|
-
-ms-transform:translate(0%);
|
|
1060
|
-
transform:translate(0%);
|
|
1060
|
+
-ms-transform: translate(0%);
|
|
1061
|
+
transform: translate(0%);
|
|
1061
1062
|
opacity: 1;
|
|
1062
1063
|
}
|
|
1063
|
-
.fade-right-leave-active{
|
|
1064
|
-
-ms-transform:translate(10%);
|
|
1065
|
-
transform:translate(10%);
|
|
1064
|
+
.fade-right-leave-active {
|
|
1065
|
+
-ms-transform: translate(10%);
|
|
1066
|
+
transform: translate(10%);
|
|
1066
1067
|
opacity: 0;
|
|
1067
1068
|
}
|
|
1068
1069
|
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
.schema-accordion-collapse{
|
|
1070
|
+
.schema-accordion-collapse {
|
|
1073
1071
|
overflow: visible;
|
|
1074
1072
|
height: 78px;
|
|
1075
|
-
padding:0 12px;
|
|
1073
|
+
padding: 0 12px;
|
|
1076
1074
|
}
|
|
1077
|
-
.panel-collapse-enter{
|
|
1075
|
+
.panel-collapse-enter {
|
|
1078
1076
|
transition: height 0.2s;
|
|
1079
|
-
height:0px;
|
|
1077
|
+
height: 0px;
|
|
1080
1078
|
overflow: hidden;
|
|
1081
1079
|
}
|
|
1082
|
-
.panel-collapse-enter-active{
|
|
1080
|
+
.panel-collapse-enter-active {
|
|
1083
1081
|
height: 78px;
|
|
1084
1082
|
overflow: hidden;
|
|
1085
1083
|
}
|
|
1086
|
-
.panel-collapse-leave{
|
|
1084
|
+
.panel-collapse-leave {
|
|
1087
1085
|
transition: height 0.2s;
|
|
1088
1086
|
height: 78px;
|
|
1089
1087
|
overflow: hidden;
|
|
1090
1088
|
}
|
|
1091
|
-
.panel-collapse-leave-active{
|
|
1089
|
+
.panel-collapse-leave-active {
|
|
1092
1090
|
height: 0px;
|
|
1093
1091
|
overflow: hidden;
|
|
1094
1092
|
}
|
|
1095
1093
|
|
|
1096
|
-
.fields-expander{
|
|
1094
|
+
.fields-expander {
|
|
1097
1095
|
transition: all 0.2s;
|
|
1098
1096
|
overflow: hidden;
|
|
1099
1097
|
}
|
|
1100
|
-
.expander-enter{
|
|
1101
|
-
max-height:0px;
|
|
1098
|
+
.expander-enter {
|
|
1099
|
+
max-height: 0px;
|
|
1102
1100
|
}
|
|
1103
|
-
.expander-enter-active{
|
|
1101
|
+
.expander-enter-active {
|
|
1104
1102
|
max-height: 1200px;
|
|
1105
1103
|
}
|
|
1106
|
-
.expander-leave{
|
|
1104
|
+
.expander-leave {
|
|
1107
1105
|
max-height: 1200px;
|
|
1108
1106
|
}
|
|
1109
|
-
.expander-leave-active{
|
|
1107
|
+
.expander-leave-active {
|
|
1110
1108
|
max-height: 0px;
|
|
1111
1109
|
}
|
|
1112
1110
|
|
|
1113
|
-
.set-duplicate-rules{
|
|
1114
|
-
float:right;
|
|
1111
|
+
.set-duplicate-rules {
|
|
1112
|
+
float: right;
|
|
1115
1113
|
cursor: pointer;
|
|
1116
|
-
-webkit-user-select:none;
|
|
1117
|
-
-moz-user-select:none;
|
|
1118
|
-
-ms-user-select:none;
|
|
1119
|
-
user-select:none;
|
|
1114
|
+
-webkit-user-select: none;
|
|
1115
|
+
-moz-user-select: none;
|
|
1116
|
+
-ms-user-select: none;
|
|
1117
|
+
user-select: none;
|
|
1120
1118
|
}
|
|
1121
|
-
.set-duplicate-rules:hover{
|
|
1119
|
+
.set-duplicate-rules:hover {
|
|
1122
1120
|
text-decoration: underline;
|
|
1123
1121
|
}
|
|
1124
1122
|
|
|
1125
|
-
.react-draggable-dragging .schema-panel{
|
|
1126
|
-
box-shadow: 2px 1px 4px 2px rgba(0,0,0
|
|
1127
|
-
margin-left:6px;
|
|
1123
|
+
.react-draggable-dragging .schema-panel {
|
|
1124
|
+
box-shadow: 2px 1px 4px 2px rgba(0, 0, 0, 0.3);
|
|
1125
|
+
margin-left: 6px;
|
|
1128
1126
|
z-index: 9999 !important;
|
|
1129
|
-
position:relative;
|
|
1130
|
-
background
|
|
1127
|
+
position: relative;
|
|
1128
|
+
background: #f4f6f9 !important;
|
|
1131
1129
|
}
|
|
1132
|
-
.react-draggable-dragging .schema-panel-resource-arrow{
|
|
1130
|
+
.react-draggable-dragging .schema-panel-resource-arrow {
|
|
1133
1131
|
opacity: 0;
|
|
1134
1132
|
}
|
|
1135
|
-
.expander-circle{
|
|
1133
|
+
.expander-circle {
|
|
1136
1134
|
border: 1px solid grey;
|
|
1137
1135
|
border-radius: 50%;
|
|
1138
1136
|
width: 13px;
|
|
@@ -1141,17 +1139,17 @@ aside{
|
|
|
1141
1139
|
line-height: 12px;
|
|
1142
1140
|
text-align: center;
|
|
1143
1141
|
color: grey;
|
|
1144
|
-
margin-right:5px;
|
|
1142
|
+
margin-right: 5px;
|
|
1145
1143
|
}
|
|
1146
1144
|
|
|
1147
|
-
.filter-step-resource{
|
|
1145
|
+
.filter-step-resource {
|
|
1148
1146
|
text-decoration: none;
|
|
1149
1147
|
cursor: pointer;
|
|
1150
1148
|
font-size: 14px;
|
|
1151
1149
|
display: inline-block;
|
|
1152
1150
|
color: white;
|
|
1153
1151
|
font-weight: bold;
|
|
1154
|
-
padding:6px 15px 4px 8px;
|
|
1152
|
+
padding: 6px 15px 4px 8px;
|
|
1155
1153
|
border-top-left-radius: 5px;
|
|
1156
1154
|
border-top-right-radius: 5px;
|
|
1157
1155
|
transition: all 0.1s;
|
|
@@ -1160,180 +1158,178 @@ aside{
|
|
|
1160
1158
|
-ms-user-select: none;
|
|
1161
1159
|
user-select: none;
|
|
1162
1160
|
}
|
|
1163
|
-
.filter-step-resource span{
|
|
1161
|
+
.filter-step-resource span {
|
|
1164
1162
|
display: inline-block;
|
|
1165
1163
|
vertical-align: top;
|
|
1166
1164
|
white-space: nowrap;
|
|
1167
1165
|
text-overflow: ellipsis;
|
|
1168
1166
|
overflow: hidden;
|
|
1169
1167
|
}
|
|
1170
|
-
.filter-step-resource svg{
|
|
1171
|
-
margin-right:7px;
|
|
1172
|
-
margin-top:1px;
|
|
1168
|
+
.filter-step-resource svg {
|
|
1169
|
+
margin-right: 7px;
|
|
1170
|
+
margin-top: 1px;
|
|
1173
1171
|
display: inline-block;
|
|
1174
1172
|
vertical-align: top;
|
|
1175
1173
|
}
|
|
1176
|
-
.filter-step-panel{
|
|
1174
|
+
.filter-step-panel {
|
|
1177
1175
|
height: 74px;
|
|
1178
1176
|
transition: all 0.1s;
|
|
1179
1177
|
overflow: hidden;
|
|
1180
1178
|
box-sizing: content-box;
|
|
1181
|
-
background: #
|
|
1182
|
-
margin-top
|
|
1179
|
+
background: #f4f4f4;
|
|
1180
|
+
margin-top: -2px;
|
|
1183
1181
|
border-width: 1px;
|
|
1184
1182
|
border-style: solid;
|
|
1185
1183
|
border-color: #337ab7;
|
|
1186
1184
|
}
|
|
1187
|
-
.filter-step-panel-contents{
|
|
1188
|
-
margin:10px;
|
|
1185
|
+
.filter-step-panel-contents {
|
|
1186
|
+
margin: 10px;
|
|
1189
1187
|
}
|
|
1190
1188
|
|
|
1191
|
-
.filter-step-panel-enter{
|
|
1192
|
-
max-height:0px;
|
|
1189
|
+
.filter-step-panel-enter {
|
|
1190
|
+
max-height: 0px;
|
|
1193
1191
|
}
|
|
1194
|
-
.filter-step-panel-enter-active{
|
|
1192
|
+
.filter-step-panel-enter-active {
|
|
1195
1193
|
max-height: 74px;
|
|
1196
1194
|
}
|
|
1197
|
-
.filter-step-panel-leave{
|
|
1195
|
+
.filter-step-panel-leave {
|
|
1198
1196
|
max-height: 74px;
|
|
1199
1197
|
}
|
|
1200
|
-
.filter-step-panel-leave-active{
|
|
1198
|
+
.filter-step-panel-leave-active {
|
|
1201
1199
|
max-height: 0px;
|
|
1202
1200
|
border-color: transparent;
|
|
1203
1201
|
}
|
|
1204
1202
|
|
|
1205
|
-
.pass-key-svg{
|
|
1206
|
-
fill:grey;
|
|
1207
|
-
cursor:pointer;
|
|
1208
|
-
margin-left:10px;
|
|
1209
|
-
margin-top:5px;
|
|
1203
|
+
.pass-key-svg {
|
|
1204
|
+
fill: grey;
|
|
1205
|
+
cursor: pointer;
|
|
1206
|
+
margin-left: 10px;
|
|
1207
|
+
margin-top: 5px;
|
|
1210
1208
|
display: inline-block;
|
|
1211
1209
|
vertical-align: top;
|
|
1212
1210
|
}
|
|
1213
|
-
.pass-key-svg:hover{
|
|
1214
|
-
fill:black !important;
|
|
1211
|
+
.pass-key-svg:hover {
|
|
1212
|
+
fill: black !important;
|
|
1215
1213
|
}
|
|
1216
1214
|
|
|
1217
|
-
.env-content{
|
|
1215
|
+
.env-content {
|
|
1218
1216
|
opacity: 1;
|
|
1219
1217
|
}
|
|
1220
|
-
.env-content-enter{
|
|
1218
|
+
.env-content-enter {
|
|
1221
1219
|
opacity: 0;
|
|
1222
1220
|
}
|
|
1223
|
-
.env-content-enter-active{
|
|
1221
|
+
.env-content-enter-active {
|
|
1224
1222
|
transition: opacity 0.25s;
|
|
1225
1223
|
opacity: 1;
|
|
1226
1224
|
}
|
|
1227
|
-
.env-content-leave{
|
|
1225
|
+
.env-content-leave {
|
|
1228
1226
|
opacity: 1;
|
|
1229
1227
|
}
|
|
1230
|
-
.env-content-leave-active{
|
|
1228
|
+
.env-content-leave-active {
|
|
1231
1229
|
opacity: 0;
|
|
1232
1230
|
}
|
|
1233
1231
|
|
|
1234
|
-
.env-creds{
|
|
1232
|
+
.env-creds {
|
|
1235
1233
|
overflow: hidden;
|
|
1236
1234
|
transition: max-height 0.25s linear;
|
|
1237
1235
|
}
|
|
1238
|
-
.env-creds-enter{
|
|
1236
|
+
.env-creds-enter {
|
|
1239
1237
|
max-height: 0px;
|
|
1240
1238
|
}
|
|
1241
|
-
.env-creds-enter-active{
|
|
1239
|
+
.env-creds-enter-active {
|
|
1242
1240
|
max-height: 333px;
|
|
1243
1241
|
}
|
|
1244
|
-
.env-creds-leave{
|
|
1242
|
+
.env-creds-leave {
|
|
1245
1243
|
max-height: 333px;
|
|
1246
1244
|
}
|
|
1247
|
-
.env-creds-leave-active{
|
|
1245
|
+
.env-creds-leave-active {
|
|
1248
1246
|
max-height: 0px;
|
|
1249
1247
|
}
|
|
1250
1248
|
|
|
1251
|
-
.env-section{
|
|
1252
|
-
border:1px solid #
|
|
1253
|
-
width:729px;
|
|
1249
|
+
.env-section {
|
|
1250
|
+
border: 1px solid #d7d7d7;
|
|
1251
|
+
width: 729px;
|
|
1254
1252
|
line-height: 1.4;
|
|
1255
1253
|
border-radius: 8px;
|
|
1256
1254
|
margin-bottom: 18px;
|
|
1257
|
-
background: #
|
|
1255
|
+
background: #fcfcff;
|
|
1258
1256
|
-webkit-user-select: none;
|
|
1259
1257
|
-moz-user-select: none;
|
|
1260
1258
|
-ms-user-select: none;
|
|
1261
1259
|
user-select: none;
|
|
1262
1260
|
position: relative;
|
|
1263
1261
|
z-index: 6;
|
|
1264
|
-
margin-left:15px;
|
|
1265
|
-
box-shadow: 2px 1px 1px 0px #
|
|
1262
|
+
margin-left: 15px;
|
|
1263
|
+
box-shadow: 2px 1px 1px 0px #dddddd;
|
|
1266
1264
|
overflow: hidden;
|
|
1267
1265
|
}
|
|
1268
1266
|
|
|
1269
|
-
.env-section:hover{
|
|
1270
|
-
box-shadow: 2px 1px 1px 0px #
|
|
1271
|
-
|
|
1267
|
+
.env-section:hover {
|
|
1268
|
+
box-shadow: 2px 1px 1px 0px #dddddd;
|
|
1272
1269
|
}
|
|
1273
1270
|
|
|
1274
|
-
.integration-box:hover{
|
|
1275
|
-
|
|
1271
|
+
.integration-box:hover {
|
|
1276
1272
|
}
|
|
1277
1273
|
|
|
1278
|
-
|
|
1279
|
-
.env-section-header{
|
|
1274
|
+
.env-section-header {
|
|
1280
1275
|
position: relative;
|
|
1281
|
-
background: #
|
|
1282
|
-
border-bottom: 1px solid #
|
|
1276
|
+
background: #fcfcff;
|
|
1277
|
+
border-bottom: 1px solid #d7d7d7;
|
|
1283
1278
|
border-top-left-radius: 8px;
|
|
1284
1279
|
border-top-right-radius: 8px;
|
|
1285
|
-
height:44px;
|
|
1280
|
+
height: 44px;
|
|
1286
1281
|
z-index: 6;
|
|
1287
1282
|
cursor: pointer;
|
|
1288
1283
|
}
|
|
1289
|
-
.env-section-header:hover{
|
|
1290
|
-
background: #
|
|
1284
|
+
.env-section-header:hover {
|
|
1285
|
+
background: #f9f9ff;
|
|
1291
1286
|
}
|
|
1292
|
-
.env-section-icon{
|
|
1287
|
+
.env-section-icon {
|
|
1293
1288
|
position: absolute;
|
|
1294
|
-
left:15px;
|
|
1295
|
-
top:10px;
|
|
1289
|
+
left: 15px;
|
|
1290
|
+
top: 10px;
|
|
1296
1291
|
}
|
|
1297
|
-
.env-section-header-title{
|
|
1292
|
+
.env-section-header-title {
|
|
1298
1293
|
position: absolute;
|
|
1299
|
-
left:48px;
|
|
1300
|
-
top:11px;
|
|
1294
|
+
left: 48px;
|
|
1295
|
+
top: 11px;
|
|
1301
1296
|
font-size: 16px;
|
|
1302
1297
|
font-weight: bold;
|
|
1303
1298
|
}
|
|
1304
1299
|
|
|
1305
|
-
.env-section-body{
|
|
1306
|
-
padding:12px 28px 7px 28px;
|
|
1307
|
-
background: #
|
|
1300
|
+
.env-section-body {
|
|
1301
|
+
padding: 12px 28px 7px 28px;
|
|
1302
|
+
background: #fcfcff;
|
|
1308
1303
|
}
|
|
1309
|
-
.env-inspect-button{
|
|
1310
|
-
background: #
|
|
1304
|
+
.env-inspect-button {
|
|
1305
|
+
background: #f9f9ff;
|
|
1311
1306
|
position: absolute;
|
|
1312
|
-
border-left: 1px solid #
|
|
1313
|
-
border-bottom: 1px solid #
|
|
1314
|
-
width:170px;
|
|
1315
|
-
height:44px;
|
|
1316
|
-
right:0;
|
|
1307
|
+
border-left: 1px solid #d7d7d7;
|
|
1308
|
+
border-bottom: 1px solid #d7d7d7;
|
|
1309
|
+
width: 170px;
|
|
1310
|
+
height: 44px;
|
|
1311
|
+
right: 0;
|
|
1312
|
+
top: 0;
|
|
1317
1313
|
z-index: 7;
|
|
1318
1314
|
font-size: 14px;
|
|
1319
|
-
padding:12px 20px;
|
|
1315
|
+
padding: 12px 20px;
|
|
1320
1316
|
cursor: pointer;
|
|
1321
1317
|
}
|
|
1322
|
-
.env-inspect-button:hover{
|
|
1318
|
+
.env-inspect-button:hover {
|
|
1323
1319
|
background: white;
|
|
1324
1320
|
text-decoration: underline;
|
|
1325
1321
|
}
|
|
1326
|
-
.env-inspect-button svg{
|
|
1322
|
+
.env-inspect-button svg {
|
|
1327
1323
|
position: absolute;
|
|
1328
|
-
right:15px;
|
|
1329
|
-
top:10px;
|
|
1324
|
+
right: 15px;
|
|
1325
|
+
top: 10px;
|
|
1330
1326
|
fill: #555;
|
|
1331
1327
|
}
|
|
1332
|
-
.env-inspect-button:hover svg{
|
|
1328
|
+
.env-inspect-button:hover svg {
|
|
1333
1329
|
fill: #111;
|
|
1334
1330
|
}
|
|
1335
1331
|
|
|
1336
|
-
.dropzone{
|
|
1332
|
+
.dropzone {
|
|
1337
1333
|
width: 200px;
|
|
1338
1334
|
height: 200px;
|
|
1339
1335
|
border-width: 2px;
|
|
@@ -1343,31 +1339,31 @@ aside{
|
|
|
1343
1339
|
cursor: pointer;
|
|
1344
1340
|
padding: 20px;
|
|
1345
1341
|
}
|
|
1346
|
-
.dropzone:hover{
|
|
1347
|
-
background: #
|
|
1342
|
+
.dropzone:hover {
|
|
1343
|
+
background: #ffffff;
|
|
1348
1344
|
}
|
|
1349
|
-
.env-creds-json-codemirror{
|
|
1350
|
-
border: 1px solid #
|
|
1345
|
+
.env-creds-json-codemirror {
|
|
1346
|
+
border: 1px solid #cacaca;
|
|
1351
1347
|
height: 238px;
|
|
1352
1348
|
overflow-y: scroll;
|
|
1353
1349
|
}
|
|
1354
|
-
.env-creds-json-codemirror .CodeMirror{
|
|
1350
|
+
.env-creds-json-codemirror .CodeMirror {
|
|
1355
1351
|
height: 236px;
|
|
1356
1352
|
}
|
|
1357
1353
|
|
|
1358
|
-
.env-creds-json-codemirror-sftp{
|
|
1359
|
-
border: 1px solid #
|
|
1354
|
+
.env-creds-json-codemirror-sftp {
|
|
1355
|
+
border: 1px solid #cacaca;
|
|
1360
1356
|
height: 100px;
|
|
1361
|
-
width:300px;
|
|
1357
|
+
width: 300px;
|
|
1362
1358
|
overflow-y: scroll;
|
|
1363
1359
|
}
|
|
1364
1360
|
|
|
1365
|
-
.env-creds-json-codemirror-sftp .CodeMirror{
|
|
1361
|
+
.env-creds-json-codemirror-sftp .CodeMirror {
|
|
1366
1362
|
height: 236px;
|
|
1367
|
-
width:330px;
|
|
1363
|
+
width: 330px;
|
|
1368
1364
|
}
|
|
1369
1365
|
|
|
1370
|
-
.schema-accordion-overlay{
|
|
1366
|
+
.schema-accordion-overlay {
|
|
1371
1367
|
width: 245px;
|
|
1372
1368
|
min-height: 245px;
|
|
1373
1369
|
height: 162px;
|
|
@@ -1375,14 +1371,14 @@ aside{
|
|
|
1375
1371
|
display: inline-block;
|
|
1376
1372
|
position: absolute;
|
|
1377
1373
|
}
|
|
1378
|
-
.show-label-or-api-names{
|
|
1374
|
+
.show-label-or-api-names {
|
|
1379
1375
|
font-weight: bold;
|
|
1380
1376
|
cursor: pointer;
|
|
1381
1377
|
}
|
|
1382
|
-
.show-label-or-api-names:hover{
|
|
1378
|
+
.show-label-or-api-names:hover {
|
|
1383
1379
|
text-decoration: underline;
|
|
1384
1380
|
}
|
|
1385
|
-
.check-metadata-error{
|
|
1381
|
+
.check-metadata-error {
|
|
1386
1382
|
background: rgb(234, 90, 90);
|
|
1387
1383
|
padding: 4px 9px;
|
|
1388
1384
|
font-weight: bold;
|
|
@@ -1391,41 +1387,40 @@ aside{
|
|
|
1391
1387
|
max-height: 102px;
|
|
1392
1388
|
overflow: hidden;
|
|
1393
1389
|
}
|
|
1394
|
-
.file-manager-table{
|
|
1390
|
+
.file-manager-table {
|
|
1395
1391
|
-webkit-user-select: text;
|
|
1396
1392
|
-moz-user-select: text;
|
|
1397
1393
|
-ms-user-select: text;
|
|
1398
1394
|
user-select: text;
|
|
1399
1395
|
}
|
|
1400
|
-
.file-manager-table th{
|
|
1396
|
+
.file-manager-table th {
|
|
1401
1397
|
cursor: pointer;
|
|
1402
1398
|
-webkit-user-select: text;
|
|
1403
1399
|
-moz-user-select: text;
|
|
1404
1400
|
-ms-user-select: text;
|
|
1405
1401
|
user-select: text;
|
|
1406
1402
|
}
|
|
1407
|
-
.delete-flat-file{
|
|
1408
|
-
stroke
|
|
1409
|
-
stroke-width:4;
|
|
1403
|
+
.delete-flat-file {
|
|
1404
|
+
stroke: #aa0000;
|
|
1405
|
+
stroke-width: 4;
|
|
1410
1406
|
cursor: pointer;
|
|
1411
1407
|
}
|
|
1412
|
-
.delete-flat-file:hover{
|
|
1413
|
-
stroke:rgb(212, 63, 58);
|
|
1414
|
-
-ms-transform:scale(1.3,1.3);
|
|
1415
|
-
transform:scale(1.3,1.3);
|
|
1408
|
+
.delete-flat-file:hover {
|
|
1409
|
+
stroke: rgb(212, 63, 58);
|
|
1410
|
+
-ms-transform: scale(1.3, 1.3);
|
|
1411
|
+
transform: scale(1.3, 1.3);
|
|
1416
1412
|
}
|
|
1417
1413
|
|
|
1418
|
-
.pass-ssh-toggle{
|
|
1419
|
-
width
|
|
1420
|
-
width
|
|
1421
|
-
width:fit-content;
|
|
1414
|
+
.pass-ssh-toggle {
|
|
1415
|
+
width: -webkit-fit-content;
|
|
1416
|
+
width: -moz-fit-content;
|
|
1417
|
+
width: fit-content;
|
|
1422
1418
|
cursor: pointer;
|
|
1423
1419
|
position: absolute;
|
|
1424
|
-
top:
|
|
1425
|
-
|
|
1426
|
-
width: fit-content
|
|
1420
|
+
top: 118px;
|
|
1421
|
+
left: 250px;
|
|
1422
|
+
width: fit-content;
|
|
1427
1423
|
}
|
|
1428
|
-
|
|
1429
1424
|
.rc-time-picker {
|
|
1430
1425
|
display: inline-block;
|
|
1431
1426
|
position: relative;
|