@k-int/stripes-kint-components 2.3.2 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/CHANGELOG.md +15 -4
  2. package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +109 -0
  3. package/es/artifacts/coverage-jest/lcov-report/prettify.js +998 -0
  4. package/es/artifacts/coverage-jest/lcov-report/sorter.js +238 -0
  5. package/es/index.js +31 -3
  6. package/es/lib/ActionList/ActionList.js +31 -1
  7. package/es/lib/ActionList/ActionListFieldArray.js +39 -2
  8. package/es/lib/ActionList/index.js +5 -1
  9. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +35 -1
  10. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +46 -7
  11. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +34 -1
  12. package/es/lib/CustomProperties/Config/CustomPropertyView.js +30 -1
  13. package/es/lib/CustomProperties/Config/index.js +5 -1
  14. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +30 -1
  15. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +34 -1
  16. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +37 -1
  17. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +34 -1
  18. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +30 -1
  19. package/es/lib/CustomProperties/Edit/index.js +5 -1
  20. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +34 -1
  21. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +34 -1
  22. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +34 -1
  23. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +30 -1
  24. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +35 -1
  25. package/es/lib/CustomProperties/Filter/index.js +5 -1
  26. package/es/lib/CustomProperties/Filter/useOperators.js +39 -1
  27. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +34 -1
  28. package/es/lib/CustomProperties/Filter/useValueProps.js +35 -1
  29. package/es/lib/CustomProperties/View/CustomPropertiesView.js +30 -1
  30. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +56 -16
  31. package/es/lib/CustomProperties/View/CustomPropertyCard.js +33 -3
  32. package/es/lib/CustomProperties/View/index.js +5 -1
  33. package/es/lib/CustomProperties/index.js +5 -1
  34. package/es/lib/EditableRefdataList/EditableRefdataList.js +35 -1
  35. package/es/lib/EditableRefdataList/index.js +5 -1
  36. package/es/lib/EditableSettingsList/EditableSettingsList.js +30 -1
  37. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +30 -1
  38. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +30 -1
  39. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +34 -1
  40. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +34 -1
  41. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +34 -1
  42. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +41 -1
  43. package/es/lib/EditableSettingsList/SettingField/SettingField.js +34 -1
  44. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +30 -1
  45. package/es/lib/EditableSettingsList/SettingField/index.js +5 -1
  46. package/es/lib/EditableSettingsList/index.js +5 -1
  47. package/es/lib/FormModal/FormModal.js +30 -1
  48. package/es/lib/FormModal/index.js +5 -1
  49. package/es/lib/NoResultsMessage/NoResultsMessage.js +30 -1
  50. package/es/lib/NoResultsMessage/index.js +5 -1
  51. package/es/lib/QueryTypedown/QueryTypedown.js +34 -1
  52. package/es/lib/QueryTypedown/index.js +5 -1
  53. package/es/lib/RefdataButtons/RefdataButtons.js +34 -1
  54. package/es/lib/RefdataButtons/index.js +5 -1
  55. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +94 -105
  56. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +146 -0
  57. package/es/lib/SASQLookupComponent/TableBody/index.js +19 -0
  58. package/es/lib/SASQLookupComponent/index.js +14 -2
  59. package/es/lib/SASQRoute/SASQRoute.js +32 -3
  60. package/es/lib/SASQRoute/index.js +5 -1
  61. package/es/lib/SASQViewComponent/SASQViewComponent.js +34 -1
  62. package/es/lib/SASQViewComponent/index.js +5 -1
  63. package/es/lib/SearchField/SearchField.js +31 -1
  64. package/es/lib/SearchField/index.js +5 -1
  65. package/es/lib/SettingPage/SettingPage.js +34 -1
  66. package/es/lib/SettingPage/SettingPagePane.js +32 -1
  67. package/es/lib/SettingPage/index.js +5 -1
  68. package/es/lib/Typedown/Typedown.js +34 -1
  69. package/es/lib/Typedown/index.js +5 -1
  70. package/es/lib/constants/customProperties.js +38 -1
  71. package/es/lib/constants/eventCodes.js +31 -1
  72. package/es/lib/contexts/SettingsContext.js +30 -1
  73. package/es/lib/contexts/index.js +5 -1
  74. package/es/lib/hooks/index.js +5 -1
  75. package/es/lib/hooks/settingsHooks/index.js +5 -1
  76. package/es/lib/hooks/settingsHooks/useSettingSection.js +34 -1
  77. package/es/lib/hooks/settingsHooks/useSettings.js +36 -1
  78. package/es/lib/hooks/typedownHooks/index.js +5 -1
  79. package/es/lib/hooks/typedownHooks/useTypedown.js +34 -1
  80. package/es/lib/hooks/typedownHooks/useTypedownData.js +34 -1
  81. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +34 -1
  82. package/es/lib/hooks/useActiveElement.js +32 -1
  83. package/es/lib/hooks/useAvailableCustomProperties.js +34 -1
  84. package/es/lib/hooks/useCustomProperties.js +34 -1
  85. package/es/lib/hooks/useHelperApp.js +34 -1
  86. package/es/lib/hooks/useInvalidateRefdata.js +34 -1
  87. package/es/lib/hooks/useKiwtFieldArray.js +34 -1
  88. package/es/lib/hooks/useKiwtSASQuery.js +35 -1
  89. package/es/lib/hooks/useLocalStorageState.js +34 -1
  90. package/es/lib/hooks/useMutateCustomProperties.js +34 -1
  91. package/es/lib/hooks/useMutateRefdataValue.js +34 -1
  92. package/es/lib/hooks/useQIndex.js +34 -1
  93. package/es/lib/hooks/useRefdata.js +34 -1
  94. package/es/lib/hooks/useTemplates.js +34 -1
  95. package/es/lib/utils/buildUrl.js +31 -2
  96. package/es/lib/utils/generateKiwtQuery.js +30 -1
  97. package/es/lib/utils/generateKiwtQueryParams.js +51 -5
  98. package/es/lib/utils/groupCustomPropertiesByCtx.js +30 -1
  99. package/es/lib/utils/highlightString.js +94 -0
  100. package/es/lib/utils/index.js +27 -1
  101. package/es/lib/utils/matchString.js +59 -0
  102. package/es/lib/utils/refdataOptions.js +30 -1
  103. package/es/lib/utils/refdataQueryKey.js +30 -1
  104. package/es/lib/utils/renderHelpText.js +30 -1
  105. package/es/lib/utils/selectorSafe.js +30 -1
  106. package/es/lib/utils/sortByLabel.js +30 -1
  107. package/es/lib/utils/toCamelCase.js +30 -1
  108. package/es/lib/utils/typedownQueryKey.js +30 -1
  109. package/es/lib/utils/validators.js +32 -1
  110. package/junit.xml +79 -0
  111. package/package.json +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +286 -0
  113. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +925 -0
  114. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +146 -0
  115. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +88 -0
  116. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +418 -0
  117. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +808 -0
  118. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesView.js.html +601 -0
  119. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +1135 -0
  120. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +176 -0
  121. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +97 -0
  122. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +373 -0
  123. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +131 -0
  124. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +88 -0
  125. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +223 -0
  126. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +211 -0
  127. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +376 -0
  128. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +262 -0
  129. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +436 -0
  130. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +161 -0
  131. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +94 -0
  132. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +146 -0
  133. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +94 -0
  134. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +283 -0
  135. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +131 -0
  136. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +88 -0
  137. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +319 -0
  138. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +131 -0
  139. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +88 -0
  140. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +184 -0
  141. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +131 -0
  142. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +88 -0
  143. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +370 -0
  144. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +131 -0
  145. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +88 -0
  146. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +949 -0
  147. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +131 -0
  148. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +88 -0
  149. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +301 -0
  150. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +131 -0
  151. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +88 -0
  152. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +253 -0
  153. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +131 -0
  154. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +88 -0
  155. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +214 -0
  156. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +131 -0
  157. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +88 -0
  158. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +211 -0
  159. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +178 -0
  160. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +146 -0
  161. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +91 -0
  162. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +919 -0
  163. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +131 -0
  164. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +88 -0
  165. package/src/artifacts/coverage-jest/lcov-report/base.css +224 -0
  166. package/src/artifacts/coverage-jest/lcov-report/block-navigation.js +87 -0
  167. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +112 -0
  168. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +94 -0
  169. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +131 -0
  170. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +97 -0
  171. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +131 -0
  172. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +91 -0
  173. package/src/artifacts/coverage-jest/lcov-report/favicon.png +0 -0
  174. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +281 -0
  175. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +121 -0
  176. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +146 -0
  177. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +91 -0
  178. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +163 -0
  179. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +403 -0
  180. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +161 -0
  181. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +94 -0
  182. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +520 -0
  183. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +163 -0
  184. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +163 -0
  185. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +157 -0
  186. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +313 -0
  187. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +283 -0
  188. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +274 -0
  189. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +178 -0
  190. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +136 -0
  191. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +271 -0
  192. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +301 -0
  193. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +208 -0
  194. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +268 -0
  195. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +166 -0
  196. package/src/artifacts/coverage-jest/lcov-report/index.html +416 -0
  197. package/src/artifacts/coverage-jest/lcov-report/prettify.css +1 -0
  198. package/src/artifacts/coverage-jest/lcov-report/prettify.js +2 -0
  199. package/src/artifacts/coverage-jest/lcov-report/sort-arrow-sprite.png +0 -0
  200. package/src/artifacts/coverage-jest/lcov-report/sorter.js +196 -0
  201. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +193 -0
  202. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +109 -0
  203. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +454 -0
  204. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +251 -0
  205. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +121 -0
  206. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +106 -0
  207. package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
  208. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +103 -0
  209. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +130 -0
  210. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +127 -0
  211. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +202 -0
  212. package/src/artifacts/coverage-jest/lcov.info +2562 -0
  213. package/src/index.js +6 -1
  214. package/src/lib/ActionList/ActionListFieldArray.js +1 -1
  215. package/src/lib/CustomProperties/Config/CustomPropertiesSettings.js +9 -6
  216. package/src/lib/CustomProperties/View/CustomPropertiesViewCtx.js +13 -8
  217. package/src/lib/CustomProperties/View/CustomPropertyCard.js +2 -2
  218. package/src/lib/SASQLookupComponent/SASQLookupComponent.js +39 -77
  219. package/src/lib/SASQLookupComponent/TableBody/TableBody.js +96 -0
  220. package/src/lib/SASQLookupComponent/TableBody/index.js +1 -0
  221. package/src/lib/SASQLookupComponent/index.js +2 -1
  222. package/src/lib/SASQRoute/SASQRoute.js +1 -1
  223. package/src/lib/utils/generateKiwtQueryParams.js +10 -1
  224. package/src/lib/utils/highlightString.js +42 -0
  225. package/src/lib/utils/index.js +4 -0
  226. package/src/lib/utils/matchString.js +14 -0
package/CHANGELOG.md CHANGED
@@ -1,10 +1,21 @@
1
- ## 2.3.2 2022-04-01
1
+ ## 2.4.1 2022-04-26
2
+ * Added FilterConfig support to generateKiwtQueryParams
3
+ ## 2.4.0 2022-04-21
4
+ * Custom Property component fixes
2
5
  * Fix to actionAssigner callback pattern
3
6
  * Tweak to remove marginBottom0 warning
4
7
  * FormModal buttons have marginBottom0 prop on them now
5
-
6
- ## 2.3.1 2022-03-28
7
- * Custom Property component fixes
8
+ * Fixed issue where cusotm property updates would not be reflected on the open view pane in settings
9
+ * Fixed inconsistent `retiredName` labelOverride function behaviour, where in `filters` the function accepted the name, and in `view` the function accepted the entire object. The behaviour has been standardised to be the name alone in both scenarios.
10
+ * Fixed improper custom property count behaviour in view mode, now only _set_ primary properties are included in the count.
11
+ * ActionListFieldArray changed autofocus to autoFocus to avoid react console noise
12
+ * Refactored SASQ Components to fix various bugs/oddities
13
+ * TableBody default now exported as SASQTableBody from module
14
+ * Table now no longer redraws on row click
15
+ * Formatting tweaks to fix horizontal scroll issue
16
+ * Manually clearing the search field now has the same effect as clicking the "x" button to clear, ensuring the items are refetched without a search term.
17
+ * Implementor can pass props to the filter pane via "filterPaneProps" on SASQRoute/SASQLookupComponent
18
+ * boldString, highlightString, matchString util functions
8
19
 
9
20
  ## 2.3.0 2022-03-25
10
21
  * FormModal
@@ -0,0 +1,109 @@
1
+ "use strict";
2
+
3
+ (function () {
4
+ var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
5
+ enterModule && enterModule(module);
6
+ })();
7
+
8
+ var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
9
+ return a;
10
+ };
11
+
12
+ /* eslint-disable */
13
+ var jumpToCode = function init() {
14
+ // Classes of code we would like to highlight in the file view
15
+ var missingCoverageClasses = ['.cbranch-no', '.cstat-no', '.fstat-no']; // Elements to highlight in the file listing view
16
+
17
+ var fileListingElements = ['td.pct.low']; // We don't want to select elements that are direct descendants of another match
18
+
19
+ var notSelector = ':not(' + missingCoverageClasses.join('):not(') + ') > '; // becomes `:not(a):not(b) > `
20
+ // Selecter that finds elements on the page to which we can jump
21
+
22
+ var selector = fileListingElements.join(', ') + ', ' + notSelector + missingCoverageClasses.join(', ' + notSelector); // becomes `:not(a):not(b) > a, :not(a):not(b) > b`
23
+ // The NodeList of matching elements
24
+
25
+ var missingCoverageElements = document.querySelectorAll(selector);
26
+ var currentIndex;
27
+
28
+ function toggleClass(index) {
29
+ missingCoverageElements.item(currentIndex).classList.remove('highlighted');
30
+ missingCoverageElements.item(index).classList.add('highlighted');
31
+ }
32
+
33
+ function makeCurrent(index) {
34
+ toggleClass(index);
35
+ currentIndex = index;
36
+ missingCoverageElements.item(index).scrollIntoView({
37
+ behavior: 'smooth',
38
+ block: 'center',
39
+ inline: 'center'
40
+ });
41
+ }
42
+
43
+ function goToPrevious() {
44
+ var nextIndex = 0;
45
+
46
+ if (typeof currentIndex !== 'number' || currentIndex === 0) {
47
+ nextIndex = missingCoverageElements.length - 1;
48
+ } else if (missingCoverageElements.length > 1) {
49
+ nextIndex = currentIndex - 1;
50
+ }
51
+
52
+ makeCurrent(nextIndex);
53
+ }
54
+
55
+ function goToNext() {
56
+ var nextIndex = 0;
57
+
58
+ if (typeof currentIndex === 'number' && currentIndex < missingCoverageElements.length - 1) {
59
+ nextIndex = currentIndex + 1;
60
+ }
61
+
62
+ makeCurrent(nextIndex);
63
+ }
64
+
65
+ return function jump(event) {
66
+ if (document.getElementById('fileSearch') === document.activeElement && document.activeElement != null) {
67
+ // if we're currently focused on the search input, we don't want to navigate
68
+ return;
69
+ }
70
+
71
+ switch (event.which) {
72
+ case 78: // n
73
+
74
+ case 74:
75
+ // j
76
+ goToNext();
77
+ break;
78
+
79
+ case 66: // b
80
+
81
+ case 75: // k
82
+
83
+ case 80:
84
+ // p
85
+ goToPrevious();
86
+ break;
87
+ }
88
+ };
89
+ }();
90
+
91
+ window.addEventListener('keydown', jumpToCode);
92
+ ;
93
+
94
+ (function () {
95
+ var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
96
+
97
+ if (!reactHotLoader) {
98
+ return;
99
+ }
100
+
101
+ reactHotLoader.register(jumpToCode, "jumpToCode", "/home/ethan/FolioModules/stripes-kint-components/src/artifacts/coverage-jest/lcov-report/block-navigation.js");
102
+ })();
103
+
104
+ ;
105
+
106
+ (function () {
107
+ var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
108
+ leaveModule && leaveModule(module);
109
+ })();