@truedat/dq 4.48.7 → 4.48.8
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/package.json +9 -4
- package/src/components/__tests__/NewRuleImplementation.spec.js +6 -6
- package/src/components/__tests__/RuleForm.spec.js +1 -1
- package/src/components/{__test_samples__ → __tests__/__fixtures__}/NewRuleImplementationProps.js +301 -332
- package/src/components/{__test_samples__ → __tests__/__fixtures__}/RuleForm.js +0 -0
- package/src/components/{__test_samples__ → __tests__/__fixtures__}/newRuleImplementationHelper.js +188 -429
- package/src/components/__tests__/__snapshots__/NewRuleImplementation.spec.js.snap +12 -12
|
@@ -546,12 +546,12 @@ exports[`<NewRuleImplementation /> calculate aliases when not informed 1`] = `
|
|
|
546
546
|
aria-hidden="true"
|
|
547
547
|
class="table small icon"
|
|
548
548
|
/>
|
|
549
|
-
"
|
|
549
|
+
"Main > example.txt"
|
|
550
550
|
</p>
|
|
551
551
|
</a>
|
|
552
552
|
<span>
|
|
553
553
|
(
|
|
554
|
-
|
|
554
|
+
example.txt (0)
|
|
555
555
|
)
|
|
556
556
|
</span>
|
|
557
557
|
</td>
|
|
@@ -572,12 +572,12 @@ exports[`<NewRuleImplementation /> calculate aliases when not informed 1`] = `
|
|
|
572
572
|
aria-hidden="true"
|
|
573
573
|
class="table small icon"
|
|
574
574
|
/>
|
|
575
|
-
"
|
|
575
|
+
"bucket > table2"
|
|
576
576
|
</p>
|
|
577
577
|
</a>
|
|
578
578
|
<span>
|
|
579
579
|
(
|
|
580
|
-
|
|
580
|
+
table2 (1)
|
|
581
581
|
)
|
|
582
582
|
</span>
|
|
583
583
|
<div
|
|
@@ -599,10 +599,10 @@ exports[`<NewRuleImplementation /> calculate aliases when not informed 1`] = `
|
|
|
599
599
|
class="item"
|
|
600
600
|
role="listitem"
|
|
601
601
|
>
|
|
602
|
-
(
|
|
602
|
+
(table2 (1)).capital
|
|
603
603
|
=
|
|
604
604
|
|
|
605
|
-
(
|
|
605
|
+
(example.txt (0)).external
|
|
606
606
|
</div>
|
|
607
607
|
</div>
|
|
608
608
|
</td>
|
|
@@ -667,7 +667,7 @@ exports[`<NewRuleImplementation /> calculate aliases when not informed 1`] = `
|
|
|
667
667
|
<span
|
|
668
668
|
class="highlighted"
|
|
669
669
|
>
|
|
670
|
-
(
|
|
670
|
+
(table2 (1)).
|
|
671
671
|
|
|
672
672
|
"descripcion"
|
|
673
673
|
</span>
|
|
@@ -691,7 +691,7 @@ exports[`<NewRuleImplementation /> calculate aliases when not informed 1`] = `
|
|
|
691
691
|
<span
|
|
692
692
|
class="highlighted"
|
|
693
693
|
>
|
|
694
|
-
"
|
|
694
|
+
"Main > example.txt > external"
|
|
695
695
|
</span>
|
|
696
696
|
|
|
697
697
|
</a>
|
|
@@ -757,9 +757,9 @@ exports[`<NewRuleImplementation /> calculate aliases when not informed 1`] = `
|
|
|
757
757
|
<span
|
|
758
758
|
class="highlighted"
|
|
759
759
|
>
|
|
760
|
-
(
|
|
760
|
+
(example.txt (0)).
|
|
761
761
|
|
|
762
|
-
"
|
|
762
|
+
"agent"
|
|
763
763
|
</span>
|
|
764
764
|
</a>
|
|
765
765
|
</td>
|
|
@@ -832,9 +832,9 @@ exports[`<NewRuleImplementation /> calculate aliases when not informed 1`] = `
|
|
|
832
832
|
<span
|
|
833
833
|
class="highlighted"
|
|
834
834
|
>
|
|
835
|
-
(
|
|
835
|
+
(example.txt (0)).
|
|
836
836
|
|
|
837
|
-
"
|
|
837
|
+
"agent"
|
|
838
838
|
</span>
|
|
839
839
|
</a>
|
|
840
840
|
</td>
|