@madgex/design-system 3.1.1 → 3.2.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/coverage/cobertura-coverage.xml +80 -67
- package/coverage/components/accordion/accordion.js.html +1 -1
- package/coverage/components/accordion/index.html +1 -1
- package/coverage/components/button/button.js.html +1 -1
- package/coverage/components/button/index.html +1 -1
- package/coverage/components/inputs/combobox/combobox.js.html +1 -1
- package/coverage/components/inputs/combobox/index.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
- package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
- package/coverage/components/inputs/file-upload/index.html +1 -1
- package/coverage/components/inputs/textarea/character-count.js.html +1 -1
- package/coverage/components/inputs/textarea/index.html +1 -1
- package/coverage/components/modal/index.html +1 -1
- package/coverage/components/modal/modal.js.html +1 -1
- package/coverage/components/notification/index.html +1 -1
- package/coverage/components/notification/notification.js.html +1 -1
- package/coverage/components/popover/index.html +1 -1
- package/coverage/components/popover/popover.js.html +1 -1
- package/coverage/components/switch-state/index.html +1 -1
- package/coverage/components/switch-state/switch-state.js.html +1 -1
- package/coverage/components/tabs/index.html +9 -9
- package/coverage/components/tabs/tabs.js.html +53 -14
- package/coverage/index.html +13 -13
- package/coverage/js/common.js.html +1 -1
- package/coverage/js/fractal-scripts/combobox.js.html +1 -1
- package/coverage/js/fractal-scripts/index.html +1 -1
- package/coverage/js/fractal-scripts/notification.js.html +1 -1
- package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
- package/coverage/js/index-fractal.js.html +1 -1
- package/coverage/js/index-polyfills.js.html +1 -1
- package/coverage/js/index-vue.js.html +1 -1
- package/coverage/js/index.html +1 -1
- package/coverage/js/index.js.html +1 -1
- package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
- package/coverage/js/polyfills/closest.js.html +1 -1
- package/coverage/js/polyfills/index.html +1 -1
- package/coverage/js/polyfills/objectAssign.js.html +1 -1
- package/coverage/js/polyfills/remove.js.html +1 -1
- package/coverage/tokens/_config.js.html +1 -1
- package/coverage/tokens/index.html +1 -1
- package/dist/_tokens/css/_tokens.css +1 -1
- package/dist/_tokens/js/_tokens-module.js +1 -1
- package/dist/_tokens/scss/_tokens.scss +1 -1
- package/dist/css/index.css +1 -1
- package/dist/js/index.js +1 -1
- package/package.json +1 -1
- package/src/components/tabs/README.md +4 -0
- package/src/components/tabs/_template.njk +26 -30
- package/src/components/tabs/tab-id.njk +13 -0
- package/src/components/tabs/tabs.config.js +28 -9
- package/src/components/tabs/tabs.js +20 -7
- package/src/components/tabs/tabs.njk +8 -5
- package/src/components/tabs/tabs.scss +67 -28
- package/src/helpers/edited-text/edited-text.njk +20 -1
- package/src/scss/resets/__index.scss +7 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="542" lines-covered="96" line-rate="0.1771" branches-valid="169" branches-covered="28" branch-rate="0.16570000000000001" timestamp="1632206617257" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/data/jenkins/jobs/madgex-design-system/branches/master/workspace</source>
|
|
6
6
|
</sources>
|
|
@@ -900,123 +900,127 @@
|
|
|
900
900
|
<methods>
|
|
901
901
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
902
902
|
<lines>
|
|
903
|
-
<line number="
|
|
903
|
+
<line number="17" hits="0"/>
|
|
904
904
|
</lines>
|
|
905
905
|
</method>
|
|
906
906
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
907
907
|
<lines>
|
|
908
|
-
<line number="
|
|
908
|
+
<line number="26" hits="0"/>
|
|
909
909
|
</lines>
|
|
910
910
|
</method>
|
|
911
911
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
912
912
|
<lines>
|
|
913
|
-
<line number="
|
|
913
|
+
<line number="32" hits="0"/>
|
|
914
914
|
</lines>
|
|
915
915
|
</method>
|
|
916
916
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
917
917
|
<lines>
|
|
918
|
-
<line number="
|
|
918
|
+
<line number="35" hits="0"/>
|
|
919
919
|
</lines>
|
|
920
920
|
</method>
|
|
921
921
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
922
922
|
<lines>
|
|
923
|
-
<line number="
|
|
923
|
+
<line number="38" hits="0"/>
|
|
924
924
|
</lines>
|
|
925
925
|
</method>
|
|
926
926
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
927
927
|
<lines>
|
|
928
|
-
<line number="
|
|
928
|
+
<line number="48" hits="0"/>
|
|
929
929
|
</lines>
|
|
930
930
|
</method>
|
|
931
931
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
932
932
|
<lines>
|
|
933
|
-
<line number="
|
|
933
|
+
<line number="56" hits="0"/>
|
|
934
934
|
</lines>
|
|
935
935
|
</method>
|
|
936
936
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
937
937
|
<lines>
|
|
938
|
-
<line number="
|
|
938
|
+
<line number="64" hits="0"/>
|
|
939
939
|
</lines>
|
|
940
940
|
</method>
|
|
941
941
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
942
942
|
<lines>
|
|
943
|
-
<line number="
|
|
943
|
+
<line number="75" hits="0"/>
|
|
944
944
|
</lines>
|
|
945
945
|
</method>
|
|
946
946
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
947
947
|
<lines>
|
|
948
|
-
<line number="
|
|
948
|
+
<line number="80" hits="0"/>
|
|
949
949
|
</lines>
|
|
950
950
|
</method>
|
|
951
951
|
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
952
952
|
<lines>
|
|
953
|
-
<line number="
|
|
953
|
+
<line number="104" hits="0"/>
|
|
954
954
|
</lines>
|
|
955
955
|
</method>
|
|
956
956
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
957
957
|
<lines>
|
|
958
|
-
<line number="
|
|
958
|
+
<line number="107" hits="0"/>
|
|
959
959
|
</lines>
|
|
960
960
|
</method>
|
|
961
961
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
962
962
|
<lines>
|
|
963
|
-
<line number="
|
|
963
|
+
<line number="114" hits="0"/>
|
|
964
964
|
</lines>
|
|
965
965
|
</method>
|
|
966
966
|
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
967
967
|
<lines>
|
|
968
|
-
<line number="
|
|
968
|
+
<line number="121" hits="0"/>
|
|
969
969
|
</lines>
|
|
970
970
|
</method>
|
|
971
971
|
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
972
972
|
<lines>
|
|
973
|
-
<line number="
|
|
973
|
+
<line number="126" hits="0"/>
|
|
974
974
|
</lines>
|
|
975
975
|
</method>
|
|
976
976
|
<method name="(anonymous_15)" hits="0" signature="()V">
|
|
977
977
|
<lines>
|
|
978
|
-
<line number="
|
|
978
|
+
<line number="129" hits="0"/>
|
|
979
979
|
</lines>
|
|
980
980
|
</method>
|
|
981
981
|
<method name="(anonymous_16)" hits="0" signature="()V">
|
|
982
982
|
<lines>
|
|
983
|
-
<line number="
|
|
983
|
+
<line number="132" hits="0"/>
|
|
984
984
|
</lines>
|
|
985
985
|
</method>
|
|
986
986
|
<method name="(anonymous_17)" hits="0" signature="()V">
|
|
987
987
|
<lines>
|
|
988
|
-
<line number="
|
|
988
|
+
<line number="143" hits="0"/>
|
|
989
989
|
</lines>
|
|
990
990
|
</method>
|
|
991
991
|
<method name="(anonymous_18)" hits="0" signature="()V">
|
|
992
992
|
<lines>
|
|
993
|
-
<line number="
|
|
993
|
+
<line number="149" hits="0"/>
|
|
994
994
|
</lines>
|
|
995
995
|
</method>
|
|
996
996
|
<method name="(anonymous_19)" hits="0" signature="()V">
|
|
997
997
|
<lines>
|
|
998
|
-
<line number="
|
|
998
|
+
<line number="150" hits="0"/>
|
|
999
999
|
</lines>
|
|
1000
1000
|
</method>
|
|
1001
1001
|
<method name="(anonymous_20)" hits="0" signature="()V">
|
|
1002
1002
|
<lines>
|
|
1003
|
-
<line number="
|
|
1003
|
+
<line number="156" hits="0"/>
|
|
1004
1004
|
</lines>
|
|
1005
1005
|
</method>
|
|
1006
1006
|
<method name="(anonymous_21)" hits="0" signature="()V">
|
|
1007
1007
|
<lines>
|
|
1008
|
-
<line number="
|
|
1008
|
+
<line number="157" hits="0"/>
|
|
1009
1009
|
</lines>
|
|
1010
1010
|
</method>
|
|
1011
1011
|
<method name="(anonymous_22)" hits="0" signature="()V">
|
|
1012
1012
|
<lines>
|
|
1013
|
-
<line number="
|
|
1013
|
+
<line number="161" hits="0"/>
|
|
1014
|
+
</lines>
|
|
1015
|
+
</method>
|
|
1016
|
+
<method name="(anonymous_23)" hits="0" signature="()V">
|
|
1017
|
+
<lines>
|
|
1018
|
+
<line number="167" hits="0"/>
|
|
1014
1019
|
</lines>
|
|
1015
1020
|
</method>
|
|
1016
1021
|
</methods>
|
|
1017
1022
|
<lines>
|
|
1018
1023
|
<line number="1" hits="0" branch="false"/>
|
|
1019
|
-
<line number="2" hits="0" branch="false"/>
|
|
1020
1024
|
<line number="3" hits="0" branch="false"/>
|
|
1021
1025
|
<line number="4" hits="0" branch="false"/>
|
|
1022
1026
|
<line number="5" hits="0" branch="false"/>
|
|
@@ -1024,84 +1028,93 @@
|
|
|
1024
1028
|
<line number="7" hits="0" branch="false"/>
|
|
1025
1029
|
<line number="8" hits="0" branch="false"/>
|
|
1026
1030
|
<line number="9" hits="0" branch="false"/>
|
|
1031
|
+
<line number="10" hits="0" branch="false"/>
|
|
1027
1032
|
<line number="11" hits="0" branch="false"/>
|
|
1033
|
+
<line number="12" hits="0" branch="false"/>
|
|
1034
|
+
<line number="13" hits="0" branch="false"/>
|
|
1028
1035
|
<line number="14" hits="0" branch="false"/>
|
|
1029
|
-
<line number="15" hits="0" branch="false"/>
|
|
1030
1036
|
<line number="16" hits="0" branch="false"/>
|
|
1031
|
-
<line number="
|
|
1032
|
-
<line number="19" hits="0" branch="false"/>
|
|
1037
|
+
<line number="18" hits="0" branch="false"/>
|
|
1033
1038
|
<line number="20" hits="0" branch="false"/>
|
|
1034
|
-
<line number="22" hits="0" branch="
|
|
1039
|
+
<line number="22" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1035
1040
|
<line number="23" hits="0" branch="false"/>
|
|
1036
|
-
<line number="25" hits="0" branch="false"/>
|
|
1037
|
-
<line number="26" hits="0" branch="false"/>
|
|
1038
1041
|
<line number="27" hits="0" branch="false"/>
|
|
1039
|
-
<line number="
|
|
1042
|
+
<line number="28" hits="0" branch="false"/>
|
|
1043
|
+
<line number="29" hits="0" branch="false"/>
|
|
1040
1044
|
<line number="30" hits="0" branch="false"/>
|
|
1041
1045
|
<line number="32" hits="0" branch="false"/>
|
|
1046
|
+
<line number="33" hits="0" branch="false"/>
|
|
1042
1047
|
<line number="35" hits="0" branch="false"/>
|
|
1043
1048
|
<line number="36" hits="0" branch="false"/>
|
|
1044
|
-
<line number="
|
|
1049
|
+
<line number="38" hits="0" branch="false"/>
|
|
1050
|
+
<line number="39" hits="0" branch="false"/>
|
|
1045
1051
|
<line number="40" hits="0" branch="false"/>
|
|
1046
|
-
<line number="
|
|
1052
|
+
<line number="42" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1047
1053
|
<line number="43" hits="0" branch="false"/>
|
|
1048
|
-
<line number="44" hits="0" branch="false"/>
|
|
1049
1054
|
<line number="45" hits="0" branch="false"/>
|
|
1050
|
-
<line number="46" hits="0" branch="false"/>
|
|
1051
|
-
<line number="47" hits="0" branch="false"/>
|
|
1052
1055
|
<line number="48" hits="0" branch="false"/>
|
|
1053
1056
|
<line number="49" hits="0" branch="false"/>
|
|
1054
|
-
<line number="
|
|
1055
|
-
<line number="52" hits="0" branch="false"/>
|
|
1057
|
+
<line number="50" hits="0" branch="false"/>
|
|
1056
1058
|
<line number="53" hits="0" branch="false"/>
|
|
1057
|
-
<line number="
|
|
1059
|
+
<line number="54" hits="0" branch="false"/>
|
|
1060
|
+
<line number="56" hits="0" branch="false"/>
|
|
1061
|
+
<line number="57" hits="0" branch="false"/>
|
|
1058
1062
|
<line number="58" hits="0" branch="false"/>
|
|
1063
|
+
<line number="59" hits="0" branch="false"/>
|
|
1064
|
+
<line number="60" hits="0" branch="false"/>
|
|
1065
|
+
<line number="61" hits="0" branch="false"/>
|
|
1059
1066
|
<line number="62" hits="0" branch="false"/>
|
|
1060
|
-
<line number="63" hits="0" branch="false"/>
|
|
1061
1067
|
<line number="64" hits="0" branch="false"/>
|
|
1062
1068
|
<line number="65" hits="0" branch="false"/>
|
|
1063
|
-
<line number="
|
|
1064
|
-
<line number="
|
|
1065
|
-
<line number="
|
|
1066
|
-
<line number="74" hits="0" branch="false"/>
|
|
1069
|
+
<line number="66" hits="0" branch="false"/>
|
|
1070
|
+
<line number="70" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1071
|
+
<line number="71" hits="0" branch="false"/>
|
|
1067
1072
|
<line number="75" hits="0" branch="false"/>
|
|
1068
|
-
<line number="
|
|
1069
|
-
<line number="
|
|
1070
|
-
<line number="
|
|
1073
|
+
<line number="76" hits="0" branch="false"/>
|
|
1074
|
+
<line number="77" hits="0" branch="false"/>
|
|
1075
|
+
<line number="78" hits="0" branch="false"/>
|
|
1076
|
+
<line number="80" hits="0" branch="false"/>
|
|
1077
|
+
<line number="81" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
1071
1078
|
<line number="86" hits="0" branch="false"/>
|
|
1072
|
-
<line number="
|
|
1073
|
-
<line number="
|
|
1079
|
+
<line number="87" hits="0" branch="false"/>
|
|
1080
|
+
<line number="88" hits="0" branch="false"/>
|
|
1081
|
+
<line number="94" hits="0" branch="false"/>
|
|
1082
|
+
<line number="95" hits="0" branch="false"/>
|
|
1074
1083
|
<line number="96" hits="0" branch="false"/>
|
|
1075
1084
|
<line number="99" hits="0" branch="false"/>
|
|
1076
|
-
<line number="
|
|
1077
|
-
<line number="
|
|
1078
|
-
<line number="106" hits="0" branch="false"/>
|
|
1085
|
+
<line number="105" hits="0" branch="false"/>
|
|
1086
|
+
<line number="108" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1079
1087
|
<line number="109" hits="0" branch="false"/>
|
|
1080
|
-
<line number="
|
|
1081
|
-
<line number="
|
|
1082
|
-
<line number="
|
|
1083
|
-
<line number="
|
|
1084
|
-
<line number="
|
|
1085
|
-
<line number="123" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1088
|
+
<line number="112" hits="0" branch="false"/>
|
|
1089
|
+
<line number="115" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1090
|
+
<line number="116" hits="0" branch="false"/>
|
|
1091
|
+
<line number="119" hits="0" branch="false"/>
|
|
1092
|
+
<line number="122" hits="0" branch="false"/>
|
|
1086
1093
|
<line number="124" hits="0" branch="false"/>
|
|
1087
|
-
<line number="125" hits="0" branch="false"/>
|
|
1088
1094
|
<line number="127" hits="0" branch="false"/>
|
|
1089
|
-
<line number="
|
|
1090
|
-
<line number="132" hits="0" branch="false"/>
|
|
1095
|
+
<line number="130" hits="0" branch="false"/>
|
|
1091
1096
|
<line number="133" hits="0" branch="false"/>
|
|
1092
|
-
<line number="134" hits="0" branch="
|
|
1097
|
+
<line number="134" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1098
|
+
<line number="136" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1093
1099
|
<line number="137" hits="0" branch="false"/>
|
|
1094
1100
|
<line number="138" hits="0" branch="false"/>
|
|
1095
|
-
<line number="139" hits="0" branch="false"/>
|
|
1096
1101
|
<line number="140" hits="0" branch="false"/>
|
|
1097
1102
|
<line number="144" hits="0" branch="false"/>
|
|
1098
1103
|
<line number="145" hits="0" branch="false"/>
|
|
1099
|
-
<line number="
|
|
1104
|
+
<line number="146" hits="0" branch="false"/>
|
|
1105
|
+
<line number="147" hits="0" branch="false"/>
|
|
1100
1106
|
<line number="150" hits="0" branch="false"/>
|
|
1101
1107
|
<line number="151" hits="0" branch="false"/>
|
|
1102
1108
|
<line number="152" hits="0" branch="false"/>
|
|
1103
|
-
<line number="
|
|
1104
|
-
<line number="
|
|
1109
|
+
<line number="153" hits="0" branch="false"/>
|
|
1110
|
+
<line number="157" hits="0" branch="false"/>
|
|
1111
|
+
<line number="158" hits="0" branch="false"/>
|
|
1112
|
+
<line number="162" hits="0" branch="false"/>
|
|
1113
|
+
<line number="163" hits="0" branch="false"/>
|
|
1114
|
+
<line number="164" hits="0" branch="false"/>
|
|
1115
|
+
<line number="165" hits="0" branch="false"/>
|
|
1116
|
+
<line number="168" hits="0" branch="false"/>
|
|
1117
|
+
<line number="169" hits="0" branch="false"/>
|
|
1105
1118
|
</lines>
|
|
1106
1119
|
</class>
|
|
1107
1120
|
</classes>
|
|
@@ -502,7 +502,7 @@ export default accordion;
|
|
|
502
502
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
503
503
|
Code coverage generated by
|
|
504
504
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
505
|
-
at
|
|
505
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
506
506
|
</div>
|
|
507
507
|
</div>
|
|
508
508
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -151,7 +151,7 @@ export default button;
|
|
|
151
151
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
152
152
|
Code coverage generated by
|
|
153
153
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
154
|
-
at
|
|
154
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
155
155
|
</div>
|
|
156
156
|
</div>
|
|
157
157
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -112,7 +112,7 @@ export default {
|
|
|
112
112
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
113
113
|
Code coverage generated by
|
|
114
114
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
115
|
-
at
|
|
115
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
116
116
|
</div>
|
|
117
117
|
</div>
|
|
118
118
|
<script src="../../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../../prettify.js"></script>
|
|
@@ -859,7 +859,7 @@ export default {
|
|
|
859
859
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
860
860
|
Code coverage generated by
|
|
861
861
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
862
|
-
at
|
|
862
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
863
863
|
</div>
|
|
864
864
|
</div>
|
|
865
865
|
<script src="../../../../prettify.js"></script>
|
|
@@ -214,7 +214,7 @@ export default {
|
|
|
214
214
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
215
215
|
Code coverage generated by
|
|
216
216
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
217
|
-
at
|
|
217
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
218
218
|
</div>
|
|
219
219
|
</div>
|
|
220
220
|
<script src="../../../../prettify.js"></script>
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
111
111
|
Code coverage generated by
|
|
112
112
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
113
|
-
at
|
|
113
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
114
114
|
</div>
|
|
115
115
|
</div>
|
|
116
116
|
<script src="../../../../prettify.js"></script>
|
|
@@ -232,7 +232,7 @@ export default fileUpload;
|
|
|
232
232
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
233
233
|
Code coverage generated by
|
|
234
234
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
235
|
-
at
|
|
235
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
236
236
|
</div>
|
|
237
237
|
</div>
|
|
238
238
|
<script src="../../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../../prettify.js"></script>
|
|
@@ -184,7 +184,7 @@ export default characterCount;
|
|
|
184
184
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
185
185
|
Code coverage generated by
|
|
186
186
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
187
|
-
at
|
|
187
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
188
188
|
</div>
|
|
189
189
|
</div>
|
|
190
190
|
<script src="../../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -322,7 +322,7 @@ export default modals;
|
|
|
322
322
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
323
323
|
Code coverage generated by
|
|
324
324
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
325
|
-
at
|
|
325
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
326
326
|
</div>
|
|
327
327
|
</div>
|
|
328
328
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -154,7 +154,7 @@ export default notification;
|
|
|
154
154
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
155
155
|
Code coverage generated by
|
|
156
156
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
157
|
-
at
|
|
157
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
158
158
|
</div>
|
|
159
159
|
</div>
|
|
160
160
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -295,7 +295,7 @@ export default popovers;
|
|
|
295
295
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
296
296
|
Code coverage generated by
|
|
297
297
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
298
|
-
at
|
|
298
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
299
299
|
</div>
|
|
300
300
|
</div>
|
|
301
301
|
<script src="../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -100,7 +100,7 @@ export default switchState;
|
|
|
100
100
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
101
101
|
Code coverage generated by
|
|
102
102
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
103
|
-
at
|
|
103
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
104
104
|
</div>
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../prettify.js"></script>
|
|
@@ -25,28 +25,28 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>0/
|
|
28
|
+
<span class='fraction'>0/95</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
33
|
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>0/
|
|
35
|
+
<span class='fraction'>0/19</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">0% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>0/
|
|
42
|
+
<span class='fraction'>0/24</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">0% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>0/
|
|
49
|
+
<span class='fraction'>0/95</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
79
79
|
</td>
|
|
80
80
|
<td data-value="0" class="pct low">0%</td>
|
|
81
|
-
<td data-value="
|
|
81
|
+
<td data-value="95" class="abs low">0/95</td>
|
|
82
82
|
<td data-value="0" class="pct low">0%</td>
|
|
83
|
-
<td data-value="
|
|
83
|
+
<td data-value="19" class="abs low">0/19</td>
|
|
84
84
|
<td data-value="0" class="pct low">0%</td>
|
|
85
|
-
<td data-value="
|
|
85
|
+
<td data-value="24" class="abs low">0/24</td>
|
|
86
86
|
<td data-value="0" class="pct low">0%</td>
|
|
87
|
-
<td data-value="
|
|
87
|
+
<td data-value="95" class="abs low">0/95</td>
|
|
88
88
|
</tr>
|
|
89
89
|
|
|
90
90
|
</tbody>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Sep 21 2021 06:43:37 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|