@k-int/stripes-kint-components 3.2.1 → 3.2.3

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 (243) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/es/lib/ActionList/ActionList.js +3 -1
  3. package/es/lib/ActionList/ActionListFieldArray.js +5 -3
  4. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +6 -3
  5. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +26 -26
  6. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +26 -32
  7. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +2 -2
  8. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +43 -49
  9. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +82 -100
  10. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +6 -3
  11. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +22 -28
  12. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +4 -2
  13. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +73 -87
  14. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +6 -3
  15. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +26 -32
  16. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +6 -3
  17. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +15 -19
  18. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
  19. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +21 -23
  20. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
  21. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +129 -161
  22. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +2 -2
  23. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +2 -2
  24. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -1
  25. package/es/lib/CustomProperties/View/CustomPropertyCard.js +2 -2
  26. package/es/lib/CycleButton/CycleButton.js +6 -3
  27. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +26 -26
  28. package/es/lib/EditableRefdataList/EditableRefdataList.js +29 -29
  29. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
  30. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +44 -50
  31. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +1 -1
  32. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +139 -163
  33. package/es/lib/EditableSettingsList/SettingField/SettingField.js +12 -10
  34. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +117 -133
  35. package/es/lib/FormModal/FormModal.js +4 -1
  36. package/es/lib/FormattedKintMessage/FormattedKintMessage.js +4 -1
  37. package/es/lib/IconSelect/IconSelect.js +5 -3
  38. package/es/lib/QueryTypedown/QueryTypedown.js +5 -3
  39. package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
  40. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +5 -2
  41. package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +2 -2
  42. package/es/lib/RichSelect/RichSelect.js +6 -3
  43. package/es/lib/RichSelect/useSelectedOption.js +2 -2
  44. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +6 -3
  45. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
  46. package/es/lib/SASQRoute/SASQRoute.js +4 -1
  47. package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
  48. package/es/lib/SearchField/SearchField.js +4 -1
  49. package/es/lib/Typedown/Typedown.js +2 -2
  50. package/es/lib/hooks/settingsHooks/useAppSettings.js +1 -1
  51. package/es/lib/hooks/settingsHooks/useSettings.js +5 -2
  52. package/es/lib/hooks/typedownHooks/useTypedownData.js +2 -2
  53. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +2 -2
  54. package/es/lib/hooks/useActiveElement.js +2 -2
  55. package/es/lib/hooks/useCustomProperties.js +4 -1
  56. package/es/lib/hooks/useHelperApp.js +5 -3
  57. package/es/lib/hooks/useIntlKeyStore.js +4 -4
  58. package/es/lib/hooks/useKintIntl.js +4 -1
  59. package/es/lib/hooks/useKiwtFieldArray.js +6 -3
  60. package/es/lib/hooks/useKiwtSASQuery.js +5 -3
  61. package/es/lib/hooks/useLocalStorageState.js +2 -2
  62. package/es/lib/hooks/useMutateCustomProperties.js +23 -29
  63. package/es/lib/hooks/useMutateRefdataCategory.js +24 -26
  64. package/es/lib/hooks/useMutateRefdataValue.js +30 -34
  65. package/es/lib/hooks/useQIndex.js +5 -3
  66. package/es/lib/hooks/useSASQQueryMeta.js +1 -1
  67. package/es/lib/utils/generateKiwtQueryParams.js +2 -2
  68. package/es/lib/utils/groupCustomPropertiesByCtx.js +5 -2
  69. package/es/lib/utils/highlightString.js +2 -2
  70. package/es/lib/utils/parseErrorResponse.js +44 -42
  71. package/junit.xml +1490 -220
  72. package/package.json +1 -1
  73. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +12 -3
  74. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +98 -17
  75. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +10 -10
  76. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  77. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +42 -42
  78. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +166 -88
  79. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +58 -58
  80. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +27 -27
  81. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +53 -53
  82. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  83. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +793 -0
  84. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +17 -17
  85. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +26 -26
  86. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +91 -94
  87. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +116 -116
  88. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +26 -26
  89. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +64 -64
  90. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  91. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
  92. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +31 -31
  93. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +48 -48
  94. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +20 -20
  95. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +17 -17
  96. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +43 -43
  97. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +96 -96
  98. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +5 -5
  100. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +35 -35
  101. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +37 -37
  102. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +35 -35
  103. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +14 -14
  104. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +43 -43
  105. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +5 -5
  106. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +31 -31
  107. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  109. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  113. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +96 -9
  115. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +9 -9
  116. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +152 -29
  118. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +9 -9
  119. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  120. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +13 -4
  121. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +29 -20
  122. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +37 -37
  123. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +62 -62
  124. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +85 -70
  125. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +43 -43
  126. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +21 -21
  128. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +30 -30
  130. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +21 -21
  131. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +3 -3
  133. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  134. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  135. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +28 -22
  136. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
  139. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +23 -8
  142. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +7 -7
  143. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +52 -52
  145. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +21 -21
  146. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  147. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +57 -12
  148. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +13 -13
  149. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  150. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +58 -10
  151. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +5 -2
  152. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  154. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +103 -25
  156. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  157. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  159. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
  160. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  165. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  166. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  167. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  168. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  169. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  170. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +16 -4
  171. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +3 -3
  173. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +20 -8
  175. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +3 -3
  176. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +12 -12
  178. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  179. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  180. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +2 -2
  181. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  182. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  183. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +34 -34
  184. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +2 -5
  185. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  187. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +1 -1
  190. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  191. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  192. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  194. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  195. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
  197. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
  198. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +30 -18
  199. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +24 -24
  200. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +2 -2
  201. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
  202. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +38 -38
  203. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
  204. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
  206. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
  207. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
  209. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
  210. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
  211. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  212. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
  213. package/src/artifacts/coverage-jest/lcov-report/index.html +166 -151
  214. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.html +161 -0
  215. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.js.html +94 -0
  216. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useAppSettings.js.html +292 -0
  217. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettingSection.js.html +211 -0
  218. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettings.js.html +466 -0
  219. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  220. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +9 -9
  221. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +196 -46
  222. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +22 -22
  223. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
  224. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +66 -66
  225. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +4 -31
  226. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
  227. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +11 -8
  228. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +361 -0
  229. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  230. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
  231. package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
  232. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +45 -3
  233. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
  234. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +16 -16
  235. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
  236. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +1 -1
  237. package/src/artifacts/coverage-jest/lcov-report/validators/index.html +131 -0
  238. package/src/artifacts/coverage-jest/lcov-report/validators/index.js.html +88 -0
  239. package/src/artifacts/coverage-jest/lcov-report/validators/validators.js.html +370 -0
  240. package/src/artifacts/coverage-jest/lcov.info +2164 -1919
  241. package/src/lib/CustomProperties/View/CustomPropertyCard.js +3 -3
  242. package/src/lib/utils/parseErrorResponse.js +3 -2
  243. package/yarn-error.log +0 -147
@@ -32,7 +32,7 @@
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/30</span>
35
+ <span class='fraction'>0/33</span>
36
36
  </div>
37
37
 
38
38
 
@@ -335,7 +335,11 @@
335
335
  <a name='L270'></a><a href='#L270'>270</a>
336
336
  <a name='L271'></a><a href='#L271'>271</a>
337
337
  <a name='L272'></a><a href='#L272'>272</a>
338
- <a name='L273'></a><a href='#L273'>273</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
338
+ <a name='L273'></a><a href='#L273'>273</a>
339
+ <a name='L274'></a><a href='#L274'>274</a>
340
+ <a name='L275'></a><a href='#L275'>275</a>
341
+ <a name='L276'></a><a href='#L276'>276</a>
342
+ <a name='L277'></a><a href='#L277'>277</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
339
343
  <span class="cline-any cline-neutral">&nbsp;</span>
340
344
  <span class="cline-any cline-neutral">&nbsp;</span>
341
345
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -366,6 +370,7 @@
366
370
  <span class="cline-any cline-neutral">&nbsp;</span>
367
371
  <span class="cline-any cline-neutral">&nbsp;</span>
368
372
  <span class="cline-any cline-neutral">&nbsp;</span>
373
+ <span class="cline-any cline-neutral">&nbsp;</span>
369
374
  <span class="cline-any cline-no">&nbsp;</span>
370
375
  <span class="cline-any cline-neutral">&nbsp;</span>
371
376
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -573,6 +578,7 @@
573
578
  <span class="cline-any cline-neutral">&nbsp;</span>
574
579
  <span class="cline-any cline-neutral">&nbsp;</span>
575
580
  <span class="cline-any cline-neutral">&nbsp;</span>
581
+ <span class="cline-any cline-neutral">&nbsp;</span>
576
582
  <span class="cline-any cline-no">&nbsp;</span>
577
583
  <span class="cline-any cline-neutral">&nbsp;</span>
578
584
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -581,6 +587,7 @@
581
587
  <span class="cline-any cline-neutral">&nbsp;</span>
582
588
  <span class="cline-any cline-neutral">&nbsp;</span>
583
589
  <span class="cline-any cline-neutral">&nbsp;</span>
590
+ <span class="cline-any cline-neutral">&nbsp;</span>
584
591
  <span class="cline-any cline-no">&nbsp;</span>
585
592
  <span class="cline-any cline-neutral">&nbsp;</span>
586
593
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -607,6 +614,7 @@
607
614
  <span class="cline-any cline-neutral">&nbsp;</span>
608
615
  <span class="cline-any cline-neutral">&nbsp;</span>
609
616
  <span class="cline-any cline-neutral">&nbsp;</span>
617
+ <span class="cline-any cline-neutral">&nbsp;</span>
610
618
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import React, { useCallback, useEffect, useState } from 'react';
611
619
  import PropTypes from 'prop-types';
612
620
  import classnames from 'classnames';
@@ -624,6 +632,7 @@ import selectorSafe from '../utils/selectorSafe';
624
632
  const Typedown = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >({</span></span>
625
633
  className,
626
634
  dataOptions,
635
+ displayClearItem = <span class="branch-0 cbranch-no" title="branch not covered" >true,</span>
627
636
  endOfList,
628
637
  id,
629
638
  input,
@@ -842,11 +851,13 @@ const Typedown = <span class="cstat-no" title="statement not covered" ><span cla
842
851
  &gt;
843
852
  {renderItem(input.value)}
844
853
  &lt;/div&gt;
845
- &lt;IconButton
846
- className={css.clearItem}
847
- icon="times-circle-solid"
848
- onClick={<span class="fstat-no" title="function not covered" >()</span> =&gt; <span class="cstat-no" title="statement not covered" >handleChange()}</span>
849
- /&gt;
854
+ {displayClearItem &amp;&amp;
855
+ &lt;IconButton
856
+ className={css.clearItem}
857
+ icon="times-circle-solid"
858
+ onClick={<span class="fstat-no" title="function not covered" >()</span> =&gt; <span class="cstat-no" title="statement not covered" >handleChange()}</span>
859
+ /&gt;
860
+ }
850
861
  &lt;/div&gt;
851
862
  }
852
863
  &lt;/div&gt;
@@ -856,6 +867,7 @@ const Typedown = <span class="cstat-no" title="statement not covered" ><span cla
856
867
  <span class="cstat-no" title="statement not covered" >Typedown.propTypes = {</span>
857
868
  className: PropTypes.string,
858
869
  dataOptions: PropTypes.arrayOf(PropTypes.object),
870
+ displayClearItem: PropTypes.bool,
859
871
  endOfList: PropTypes.oneOfType([
860
872
  PropTypes.func,
861
873
  PropTypes.node,
@@ -886,7 +898,7 @@ export default Typedown;
886
898
  <div class='footer quiet pad2 space-top1 center small'>
887
899
  Code coverage generated by
888
900
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
889
- at 2022-11-03T13:44:33.087Z
901
+ at 2023-03-21T17:34:57.995Z
890
902
  </div>
891
903
  <script src="../prettify.js"></script>
892
904
  <script>
@@ -32,7 +32,7 @@
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/30</span>
35
+ <span class='fraction'>0/33</span>
36
36
  </div>
37
37
 
38
38
 
@@ -86,7 +86,7 @@
86
86
  <td data-value="0" class="pct low">0%</td>
87
87
  <td data-value="41" class="abs low">0/41</td>
88
88
  <td data-value="0" class="pct low">0%</td>
89
- <td data-value="30" class="abs low">0/30</td>
89
+ <td data-value="33" class="abs low">0/33</td>
90
90
  <td data-value="0" class="pct low">0%</td>
91
91
  <td data-value="13" class="abs low">0/13</td>
92
92
  <td data-value="0" class="pct low">0%</td>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2022-11-03T13:44:33.087Z
119
+ at 2023-03-21T17:34:57.995Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -73,7 +73,7 @@
73
73
  <div class='footer quiet pad2 space-top1 center small'>
74
74
  Code coverage generated by
75
75
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
76
- at 2022-11-03T13:44:33.087Z
76
+ at 2023-03-21T17:34:57.995Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -75,17 +75,17 @@
75
75
  <a name='L10'></a><a href='#L10'>10</a>
76
76
  <a name='L11'></a><a href='#L11'>11</a>
77
77
  <a name='L12'></a><a href='#L12'>12</a>
78
- <a name='L13'></a><a href='#L13'>13</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">7x</span>
79
- <span class="cline-any cline-yes">7x</span>
80
- <span class="cline-any cline-yes">7x</span>
81
- <span class="cline-any cline-yes">7x</span>
82
- <span class="cline-any cline-yes">7x</span>
83
- <span class="cline-any cline-yes">7x</span>
84
- <span class="cline-any cline-yes">7x</span>
85
- <span class="cline-any cline-yes">7x</span>
86
- <span class="cline-any cline-yes">7x</span>
87
- <span class="cline-any cline-yes">7x</span>
88
- <span class="cline-any cline-yes">7x</span>
78
+ <a name='L13'></a><a href='#L13'>13</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">6x</span>
79
+ <span class="cline-any cline-yes">6x</span>
80
+ <span class="cline-any cline-yes">6x</span>
81
+ <span class="cline-any cline-yes">6x</span>
82
+ <span class="cline-any cline-yes">6x</span>
83
+ <span class="cline-any cline-yes">6x</span>
84
+ <span class="cline-any cline-yes">6x</span>
85
+ <span class="cline-any cline-yes">6x</span>
86
+ <span class="cline-any cline-yes">6x</span>
87
+ <span class="cline-any cline-yes">6x</span>
88
+ <span class="cline-any cline-yes">6x</span>
89
89
  <span class="cline-any cline-neutral">&nbsp;</span>
90
90
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">export const TYPE_CLASS_PREFIX = 'com.k_int.web.toolkit.custprops.types.CustomProperty';
91
91
  export const BLOB_CLASS_NAME = 'com.k_int.web.toolkit.custprops.types.CustomPropertyBlob';
@@ -106,7 +106,7 @@ export const DATE_CLASS_NAME = 'com.k_int.web.toolkit.custprops.types.CustomProp
106
106
  <div class='footer quiet pad2 space-top1 center small'>
107
107
  Code coverage generated by
108
108
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
109
- at 2022-11-03T13:44:33.087Z
109
+ at 2023-03-21T17:34:57.995Z
110
110
  </div>
111
111
  <script src="../prettify.js"></script>
112
112
  <script>
@@ -79,7 +79,7 @@ export const TAB = <span class="cstat-no" title="statement not covered" >'Tab';<
79
79
  <div class='footer quiet pad2 space-top1 center small'>
80
80
  Code coverage generated by
81
81
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
82
- at 2022-11-03T13:44:33.087Z
82
+ at 2023-03-21T17:34:57.995Z
83
83
  </div>
84
84
  <script src="../prettify.js"></script>
85
85
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2022-11-03T13:44:33.087Z
119
+ at 2023-03-21T17:34:57.995Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -69,7 +69,7 @@
69
69
  <a name='L4'></a><a href='#L4'>4</a>
70
70
  <a name='L5'></a><a href='#L5'>5</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
71
71
  <span class="cline-any cline-neutral">&nbsp;</span>
72
- <span class="cline-any cline-yes">20x</span>
72
+ <span class="cline-any cline-yes">19x</span>
73
73
  <span class="cline-any cline-neutral">&nbsp;</span>
74
74
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { createContext } from 'react';
75
75
  &nbsp;
@@ -82,7 +82,7 @@ export default SettingsContext;
82
82
  <div class='footer quiet pad2 space-top1 center small'>
83
83
  Code coverage generated by
84
84
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
85
- at 2022-11-03T13:44:33.087Z
85
+ at 2023-03-21T17:34:57.995Z
86
86
  </div>
87
87
  <script src="../prettify.js"></script>
88
88
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2022-11-03T13:44:33.087Z
119
+ at 2023-03-21T17:34:57.995Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -76,7 +76,7 @@ export { default as SettingsContext } from './SettingsContext';
76
76
  <div class='footer quiet pad2 space-top1 center small'>
77
77
  Code coverage generated by
78
78
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
79
- at 2022-11-03T13:44:33.087Z
79
+ at 2023-03-21T17:34:57.995Z
80
80
  </div>
81
81
  <script src="../prettify.js"></script>
82
82
  <script>
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">8.05% </span>
26
+ <span class="strong">0.72% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>22/273</span>
28
+ <span class='fraction'>2/276</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">10.9% </span>
33
+ <span class="strong">0% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>12/110</span>
35
+ <span class='fraction'>0/112</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">5.71% </span>
40
+ <span class="strong">0% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>4/70</span>
42
+ <span class='fraction'>0/70</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">8.01% </span>
47
+ <span class="strong">0.75% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>21/262</span>
49
+ <span class='fraction'>2/265</span>
50
50
  </div>
51
51
 
52
52
 
@@ -129,28 +129,28 @@
129
129
  <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
130
130
  </td>
131
131
  <td data-value="0" class="pct low">0%</td>
132
- <td data-value="28" class="abs low">0/28</td>
132
+ <td data-value="31" class="abs low">0/31</td>
133
133
  <td data-value="0" class="pct low">0%</td>
134
- <td data-value="8" class="abs low">0/8</td>
134
+ <td data-value="10" class="abs low">0/10</td>
135
135
  <td data-value="0" class="pct low">0%</td>
136
136
  <td data-value="9" class="abs low">0/9</td>
137
137
  <td data-value="0" class="pct low">0%</td>
138
- <td data-value="24" class="abs low">0/24</td>
138
+ <td data-value="27" class="abs low">0/27</td>
139
139
  </tr>
140
140
 
141
141
  <tr>
142
- <td class="file medium" data-value="useIntlKey.js"><a href="useIntlKey.js.html">useIntlKey.js</a></td>
143
- <td data-value="63.63" class="pic medium">
144
- <div class="chart"><div class="cover-fill" style="width: 63%"></div><div class="cover-empty" style="width: 37%"></div></div>
142
+ <td class="file low" data-value="useIntlKey.js"><a href="useIntlKey.js.html">useIntlKey.js</a></td>
143
+ <td data-value="9.09" class="pic low">
144
+ <div class="chart"><div class="cover-fill" style="width: 9%"></div><div class="cover-empty" style="width: 91%"></div></div>
145
145
  </td>
146
- <td data-value="63.63" class="pct medium">63.63%</td>
147
- <td data-value="11" class="abs medium">7/11</td>
148
- <td data-value="50" class="pct medium">50%</td>
149
- <td data-value="6" class="abs medium">3/6</td>
150
- <td data-value="50" class="pct medium">50%</td>
151
- <td data-value="2" class="abs medium">1/2</td>
152
- <td data-value="70" class="pct medium">70%</td>
153
- <td data-value="10" class="abs medium">7/10</td>
146
+ <td data-value="9.09" class="pct low">9.09%</td>
147
+ <td data-value="11" class="abs low">1/11</td>
148
+ <td data-value="0" class="pct low">0%</td>
149
+ <td data-value="6" class="abs low">0/6</td>
150
+ <td data-value="0" class="pct low">0%</td>
151
+ <td data-value="2" class="abs low">0/2</td>
152
+ <td data-value="10" class="pct low">10%</td>
153
+ <td data-value="10" class="abs low">1/10</td>
154
154
  </tr>
155
155
 
156
156
  <tr>
@@ -184,18 +184,18 @@
184
184
  </tr>
185
185
 
186
186
  <tr>
187
- <td class="file high" data-value="useKintIntl.js"><a href="useKintIntl.js.html">useKintIntl.js</a></td>
188
- <td data-value="83.33" class="pic high">
189
- <div class="chart"><div class="cover-fill" style="width: 83%"></div><div class="cover-empty" style="width: 17%"></div></div>
187
+ <td class="file low" data-value="useKintIntl.js"><a href="useKintIntl.js.html">useKintIntl.js</a></td>
188
+ <td data-value="5.55" class="pic low">
189
+ <div class="chart"><div class="cover-fill" style="width: 5%"></div><div class="cover-empty" style="width: 95%"></div></div>
190
190
  </td>
191
- <td data-value="83.33" class="pct high">83.33%</td>
192
- <td data-value="18" class="abs high">15/18</td>
193
- <td data-value="75" class="pct medium">75%</td>
194
- <td data-value="12" class="abs medium">9/12</td>
195
- <td data-value="100" class="pct high">100%</td>
196
- <td data-value="3" class="abs high">3/3</td>
197
- <td data-value="82.35" class="pct high">82.35%</td>
198
- <td data-value="17" class="abs high">14/17</td>
191
+ <td data-value="5.55" class="pct low">5.55%</td>
192
+ <td data-value="18" class="abs low">1/18</td>
193
+ <td data-value="0" class="pct low">0%</td>
194
+ <td data-value="12" class="abs low">0/12</td>
195
+ <td data-value="0" class="pct low">0%</td>
196
+ <td data-value="3" class="abs low">0/3</td>
197
+ <td data-value="5.88" class="pct low">5.88%</td>
198
+ <td data-value="17" class="abs low">1/17</td>
199
199
  </tr>
200
200
 
201
201
  <tr>
@@ -356,7 +356,7 @@
356
356
  <div class='footer quiet pad2 space-top1 center small'>
357
357
  Code coverage generated by
358
358
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
359
- at 2022-11-03T13:44:33.087Z
359
+ at 2023-03-21T17:34:57.995Z
360
360
  </div>
361
361
  <script src="../prettify.js"></script>
362
362
  <script>
@@ -80,9 +80,7 @@
80
80
  <a name='L15'></a><a href='#L15'>15</a>
81
81
  <a name='L16'></a><a href='#L16'>16</a>
82
82
  <a name='L17'></a><a href='#L17'>17</a>
83
- <a name='L18'></a><a href='#L18'>18</a>
84
- <a name='L19'></a><a href='#L19'>19</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
85
- <span class="cline-any cline-neutral">&nbsp;</span>
83
+ <a name='L18'></a><a href='#L18'>18</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
86
84
  <span class="cline-any cline-neutral">&nbsp;</span>
87
85
  <span class="cline-any cline-neutral">&nbsp;</span>
88
86
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -107,7 +105,6 @@ export { default as useKiwtSASQuery } from './useKiwtSASQuery';
107
105
  export { default as useHelperApp } from './useHelperApp';
108
106
  export { default as useLocalStorageState } from './useLocalStorageState';
109
107
  export { default as useQIndex } from './useQIndex';
110
- export { useSettings, useSettingSection, useAppSettings } from './settingsHooks';
111
108
  export { default as useKiwtFieldArray } from './useKiwtFieldArray';
112
109
  export { default as useCustomProperties } from './useCustomProperties';
113
110
  export { default as useMutateCustomProperties } from './useMutateCustomProperties';
@@ -124,7 +121,7 @@ export { default as useSASQQueryMeta } from './useSASQQueryMeta';
124
121
  <div class='footer quiet pad2 space-top1 center small'>
125
122
  Code coverage generated by
126
123
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
127
- at 2022-11-03T13:44:33.087Z
124
+ at 2023-03-21T17:34:57.995Z
128
125
  </div>
129
126
  <script src="../prettify.js"></script>
130
127
  <script>
@@ -146,7 +146,7 @@
146
146
  <div class='footer quiet pad2 space-top1 center small'>
147
147
  Code coverage generated by
148
148
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149
- at 2022-11-03T13:44:33.087Z
149
+ at 2023-01-18T10:53:27.335Z
150
150
  </div>
151
151
  <script src="../../prettify.js"></script>
152
152
  <script>
@@ -79,7 +79,7 @@ export { default as useAppSettings } from './useAppSettings';
79
79
  <div class='footer quiet pad2 space-top1 center small'>
80
80
  Code coverage generated by
81
81
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
82
- at 2022-11-03T13:44:33.087Z
82
+ at 2023-01-18T10:53:27.335Z
83
83
  </div>
84
84
  <script src="../../prettify.js"></script>
85
85
  <script>
@@ -277,7 +277,7 @@ export default useAppSettings;
277
277
  <div class='footer quiet pad2 space-top1 center small'>
278
278
  Code coverage generated by
279
279
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
280
- at 2022-11-03T13:44:33.087Z
280
+ at 2023-01-18T10:53:27.335Z
281
281
  </div>
282
282
  <script src="../../prettify.js"></script>
283
283
  <script>
@@ -199,7 +199,7 @@ export default useSettingSection;
199
199
  <div class='footer quiet pad2 space-top1 center small'>
200
200
  Code coverage generated by
201
201
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
202
- at 2022-11-03T13:44:33.087Z
202
+ at 2023-01-18T10:53:27.335Z
203
203
  </div>
204
204
  <script src="../../prettify.js"></script>
205
205
  <script>
@@ -448,7 +448,7 @@ export default useSettings;
448
448
  <div class='footer quiet pad2 space-top1 center small'>
449
449
  Code coverage generated by
450
450
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
451
- at 2022-11-03T13:44:33.087Z
451
+ at 2023-01-18T10:53:27.335Z
452
452
  </div>
453
453
  <script src="../../prettify.js"></script>
454
454
  <script>
@@ -146,7 +146,7 @@
146
146
  <div class='footer quiet pad2 space-top1 center small'>
147
147
  Code coverage generated by
148
148
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149
- at 2022-11-03T13:44:33.087Z
149
+ at 2023-03-21T17:34:57.995Z
150
150
  </div>
151
151
  <script src="../../prettify.js"></script>
152
152
  <script>
@@ -79,7 +79,7 @@ export { default as useTypedownData } from './useTypedownData';
79
79
  <div class='footer quiet pad2 space-top1 center small'>
80
80
  Code coverage generated by
81
81
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
82
- at 2022-11-03T13:44:33.087Z
82
+ at 2023-03-21T17:34:57.995Z
83
83
  </div>
84
84
  <script src="../../prettify.js"></script>
85
85
  <script>
@@ -505,7 +505,7 @@ export default useTypedown;
505
505
  <div class='footer quiet pad2 space-top1 center small'>
506
506
  Code coverage generated by
507
507
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
508
- at 2022-11-03T13:44:33.087Z
508
+ at 2023-03-21T17:34:57.995Z
509
509
  </div>
510
510
  <script src="../../prettify.js"></script>
511
511
  <script>
@@ -166,7 +166,7 @@ export default useTypedownData;
166
166
  <div class='footer quiet pad2 space-top1 center small'>
167
167
  Code coverage generated by
168
168
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
169
- at 2022-11-03T13:44:33.087Z
169
+ at 2023-03-21T17:34:57.995Z
170
170
  </div>
171
171
  <script src="../../prettify.js"></script>
172
172
  <script>
@@ -148,7 +148,7 @@ export default useTypedownToggle;
148
148
  <div class='footer quiet pad2 space-top1 center small'>
149
149
  Code coverage generated by
150
150
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
151
- at 2022-11-03T13:44:33.087Z
151
+ at 2023-03-21T17:34:57.995Z
152
152
  </div>
153
153
  <script src="../../prettify.js"></script>
154
154
  <script>
@@ -142,7 +142,7 @@ export default useActiveElement;
142
142
  <div class='footer quiet pad2 space-top1 center small'>
143
143
  Code coverage generated by
144
144
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
145
- at 2022-11-03T13:44:33.087Z
145
+ at 2023-03-21T17:34:57.995Z
146
146
  </div>
147
147
  <script src="../prettify.js"></script>
148
148
  <script>