@k-int/stripes-kint-components 4.1.0 → 4.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.
Files changed (285) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/es/__mocks__/@folio/stripes/components.js +26 -0
  3. package/es/__mocks__/@folio/stripes/core.js +10 -0
  4. package/es/__mocks__/@folio/stripes/smart-components.js +10 -0
  5. package/es/__mocks__/currency-codes/data.js +6 -0
  6. package/es/__mocks__/react-query.js +10 -0
  7. package/es/__mocks__/react-router-dom.js +10 -0
  8. package/es/__mocks__/stripes-config.js +4 -0
  9. package/es/index.js +72 -108
  10. package/es/lib/ActionList/ActionList.js +3 -1
  11. package/es/lib/ActionList/ActionListFieldArray.js +16 -10
  12. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +5 -2
  13. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +0 -1
  14. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +6 -4
  15. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +1 -2
  16. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
  17. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +7 -6
  18. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -2
  19. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +0 -1
  20. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +0 -1
  21. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +5 -3
  22. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +3 -4
  23. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +3 -1
  24. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +11 -10
  25. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +0 -1
  26. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +5 -2
  27. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +1 -2
  28. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +5 -2
  29. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +2 -3
  30. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +3 -4
  31. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
  32. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +5 -4
  33. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
  34. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +3 -4
  35. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -1
  36. package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +0 -1
  37. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
  38. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -2
  39. package/es/lib/CycleButton/CycleButton.js +5 -2
  40. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +6 -4
  41. package/es/lib/EditableRefdataList/EditableRefdataList.js +6 -4
  42. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
  43. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +6 -7
  44. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +10 -11
  45. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -2
  46. package/es/lib/EditableSettingsList/SettingField/SettingField.js +4 -2
  47. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +4 -5
  48. package/es/lib/FormModal/FormModal.js +4 -1
  49. package/es/lib/FormattedKintMessage/FormattedKintMessage.js +4 -1
  50. package/es/lib/IconSelect/IconSelect.js +4 -2
  51. package/es/lib/QueryTypedown/QueryTypedown.js +4 -2
  52. package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
  53. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +19 -9
  54. package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +1 -1
  55. package/es/lib/RichSelect/RichSelect.js +5 -2
  56. package/es/lib/RichSelect/useSelectedOption.js +1 -1
  57. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +5 -2
  58. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
  59. package/es/lib/SASQRoute/SASQRoute.js +4 -1
  60. package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
  61. package/es/lib/SearchField/SearchField.js +4 -1
  62. package/es/lib/Typedown/Typedown.js +1 -1
  63. package/es/lib/hooks/settingsHooks/useSettings.js +4 -1
  64. package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -1
  65. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -1
  66. package/es/lib/hooks/useActiveElement.js +1 -1
  67. package/es/lib/hooks/useCustomProperties.js +4 -1
  68. package/es/lib/hooks/useHelperApp.js +4 -2
  69. package/es/lib/hooks/useIntlKeyStore.js +4 -4
  70. package/es/lib/hooks/useKintIntl.js +4 -1
  71. package/es/lib/hooks/useKiwtFieldArray.js +5 -2
  72. package/es/lib/hooks/useKiwtSASQuery.js +4 -2
  73. package/es/lib/hooks/useLocalStorageState.js +1 -1
  74. package/es/lib/hooks/useMutateCustomProperties.js +1 -1
  75. package/es/lib/hooks/useMutateRefdataCategory.js +4 -2
  76. package/es/lib/hooks/useMutateRefdataValue.js +1 -1
  77. package/es/lib/hooks/useQIndex.js +4 -2
  78. package/es/lib/utils/generateKiwtQueryParams.js +71 -37
  79. package/es/lib/utils/groupCustomPropertiesByCtx.js +4 -1
  80. package/es/lib/utils/highlightString.js +1 -1
  81. package/es/lib/utils/index.js +7 -0
  82. package/es/lib/utils/parseErrorResponse.js +23 -19
  83. package/es/lib/utils/parseKiwtQueryGroups.js +66 -0
  84. package/jest.config.js +1 -1
  85. package/junit.xml +144 -144
  86. package/package.json +3 -3
  87. package/src/__mocks__/@folio/stripes/components.js +11 -0
  88. package/src/__mocks__/@folio/stripes/core.js +6 -0
  89. package/src/__mocks__/@folio/stripes/smart-components.js +6 -0
  90. package/src/__mocks__/currency-codes/data.js +4 -0
  91. package/src/__mocks__/react-query.js +6 -0
  92. package/src/__mocks__/react-router-dom.js +7 -0
  93. package/src/__mocks__/stripes-config.js +3 -0
  94. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +1 -1
  95. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +49 -7
  96. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +7 -7
  97. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  98. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  100. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  101. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  102. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +1 -1
  103. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +793 -0
  105. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +6 -9
  108. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
  109. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +10 -10
  111. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
  113. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  115. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  116. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  118. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
  119. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  120. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
  121. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +1 -1
  122. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +1 -1
  124. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  125. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
  126. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +1 -1
  128. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  130. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  131. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  133. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  134. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  135. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  136. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +1 -1
  139. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +1 -1
  142. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
  143. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +1 -1
  145. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  146. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
  147. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  148. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +1 -1
  149. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  150. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
  151. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
  152. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  154. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  156. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +28 -22
  157. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  159. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
  160. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  165. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +1 -1
  166. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  167. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  168. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +36 -12
  169. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +9 -9
  170. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  171. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +5 -2
  173. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  175. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  176. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  178. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
  179. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  180. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +1 -1
  181. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  182. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  183. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  184. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  185. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  187. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  190. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  191. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +1 -1
  192. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +1 -1
  194. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  195. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  197. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  198. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  199. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  200. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  201. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  202. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  203. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  204. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +1 -1
  206. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +1 -1
  207. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
  209. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
  210. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +1 -1
  211. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  212. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  213. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  214. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  215. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  216. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
  217. package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
  218. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
  219. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
  220. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  221. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
  222. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
  223. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  224. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
  225. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
  226. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
  227. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
  228. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
  229. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
  230. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
  231. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
  232. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  233. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
  234. package/src/artifacts/coverage-jest/lcov-report/index.html +31 -31
  235. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  236. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +8 -8
  237. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +196 -46
  238. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +1 -1
  239. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +1 -1
  240. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +44 -29
  241. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +8 -2
  242. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +1 -1
  243. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +11 -8
  244. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +280 -0
  245. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  246. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +1 -1
  247. package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
  248. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +1 -1
  249. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +1 -1
  250. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +1 -1
  251. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +1 -1
  252. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +1 -1
  253. package/src/artifacts/coverage-jest/lcov.info +476 -345
  254. package/src/index.js +2 -25
  255. package/src/lib/ActionList/ActionListFieldArray.js +16 -2
  256. package/src/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +1 -1
  257. package/src/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +1 -1
  258. package/src/lib/CustomProperties/Config/CustomPropertyForm.test.js +2 -2
  259. package/src/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -1
  260. package/src/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +1 -1
  261. package/src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +1 -1
  262. package/src/lib/CustomProperties/Edit/CustomPropertiesListField.js +0 -1
  263. package/src/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +2 -2
  264. package/src/lib/CustomProperties/Edit/CustomPropertyField.test.js +2 -2
  265. package/src/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +1 -1
  266. package/src/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +1 -1
  267. package/src/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +2 -2
  268. package/src/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +2 -2
  269. package/src/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +1 -1
  270. package/src/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +2 -2
  271. package/src/lib/CustomProperties/View/CustomPropertiesView.test.js +1 -1
  272. package/src/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +1 -1
  273. package/src/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +2 -2
  274. package/src/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +2 -2
  275. package/src/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -1
  276. package/src/lib/EditableSettingsList/SettingField/SettingField.test.js +2 -2
  277. package/src/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +13 -5
  278. package/src/lib/utils/generateKiwtQueryParams.js +74 -38
  279. package/src/lib/utils/index.js +2 -0
  280. package/src/lib/utils/parseErrorResponse.js +3 -2
  281. package/src/lib/utils/parseKiwtQueryGroups.js +65 -0
  282. package/styles/ResponsiveButtonGroup.css +12 -1
  283. package/test/helpers/translationsProperties.js +3 -34
  284. package/test/jest/helpers/KintHarness.js +1 -1
  285. package/yarn-error.log +0 -147
@@ -232,7 +232,7 @@ export default FormattedKintMessage;
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" rel="noopener noreferrer">istanbul</a>
235
- at 2022-11-03T13:44:33.087Z
235
+ at 2022-12-09T15:17:50.295Z
236
236
  </div>
237
237
  <script src="../prettify.js"></script>
238
238
  <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 2022-12-09T15:17:50.295Z
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 2022-12-09T15:17:50.295Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -202,7 +202,9 @@
202
202
  <a name='L137'></a><a href='#L137'>137</a>
203
203
  <a name='L138'></a><a href='#L138'>138</a>
204
204
  <a name='L139'></a><a href='#L139'>139</a>
205
- <a name='L140'></a><a href='#L140'>140</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
205
+ <a name='L140'></a><a href='#L140'>140</a>
206
+ <a name='L141'></a><a href='#L141'>141</a>
207
+ <a name='L142'></a><a href='#L142'>142</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
206
208
  <span class="cline-any cline-neutral">&nbsp;</span>
207
209
  <span class="cline-any cline-neutral">&nbsp;</span>
208
210
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -306,6 +308,8 @@
306
308
  <span class="cline-any cline-neutral">&nbsp;</span>
307
309
  <span class="cline-any cline-neutral">&nbsp;</span>
308
310
  <span class="cline-any cline-neutral">&nbsp;</span>
311
+ <span class="cline-any cline-neutral">&nbsp;</span>
312
+ <span class="cline-any cline-neutral">&nbsp;</span>
309
313
  <span class="cline-any cline-no">&nbsp;</span>
310
314
  <span class="cline-any cline-neutral">&nbsp;</span>
311
315
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -419,26 +423,28 @@ const IconSelect = <span class="cstat-no" title="statement not covered" >forward
419
423
  &nbsp;
420
424
  <span class="cstat-no" title="statement not covered" > return opt.label ?? opt.value;</span>
421
425
  }}
422
- renderTrigger={<span class="fstat-no" title="function not covered" >({</span> onToggle, triggerRef, keyHandler, ariaProps, getTriggerProps }) =&gt; (
423
- <span class="cstat-no" title="statement not covered" > &lt;IconButton</span>
424
- ref={triggerRef}
425
- disabled={disabled}
426
- icon={selectedOption?.icon ?? 'ellipsis'}
427
- marginBottom0
428
- onClick={onToggle}
429
- onKeyDown={keyHandler}
430
- type="button"
431
- {...{
432
- className: classnames(
433
- css.buttonStyle,
434
- iconButtonClassName
435
- ),
436
- ...buttonProps
437
- }}
438
- {...getTriggerProps()}
439
- {...ariaProps}
440
- /&gt;
441
- )}
426
+ renderTrigger={<span class="fstat-no" title="function not covered" >({</span> onToggle, triggerRef, keyHandler, ariaProps, getTriggerProps }) =&gt; {
427
+ <span class="cstat-no" title="statement not covered" > return (</span>
428
+ &lt;IconButton
429
+ ref={triggerRef}
430
+ disabled={disabled}
431
+ icon={selectedOption?.icon ?? 'ellipsis'}
432
+ marginBottom0
433
+ onClick={onToggle}
434
+ onKeyDown={keyHandler}
435
+ type="button"
436
+ {...{
437
+ className: classnames(
438
+ css.buttonStyle,
439
+ iconButtonClassName
440
+ ),
441
+ ...buttonProps
442
+ }}
443
+ {...getTriggerProps()}
444
+ {...ariaProps}
445
+ /&gt;
446
+ );
447
+ }}
442
448
  required={required}
443
449
  value={value}
444
450
  /&gt;
@@ -487,7 +493,7 @@ export default IconSelect;
487
493
  <div class='footer quiet pad2 space-top1 center small'>
488
494
  Code coverage generated by
489
495
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
490
- at 2022-11-03T13:44:33.087Z
496
+ at 2022-12-09T15:17:50.295Z
491
497
  </div>
492
498
  <script src="../prettify.js"></script>
493
499
  <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 2022-12-09T15:17:50.295Z
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 2022-12-09T15:17:50.295Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -346,7 +346,7 @@ export default NoResultsMessage;
346
346
  <div class='footer quiet pad2 space-top1 center small'>
347
347
  Code coverage generated by
348
348
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
349
- at 2022-11-03T13:44:33.087Z
349
+ at 2022-12-09T15:17:50.295Z
350
350
  </div>
351
351
  <script src="../prettify.js"></script>
352
352
  <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 2022-12-09T15:17:50.295Z
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 2022-12-09T15:17:50.295Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -175,7 +175,7 @@ export default QueryTypedown;
175
175
  <div class='footer quiet pad2 space-top1 center small'>
176
176
  Code coverage generated by
177
177
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
178
- at 2022-11-03T13:44:33.087Z
178
+ at 2022-12-09T15:17:50.295Z
179
179
  </div>
180
180
  <script src="../prettify.js"></script>
181
181
  <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 2022-12-09T15:17:50.295Z
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 2022-12-09T15:17:50.295Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -355,7 +355,7 @@ export default RefdataButtons;
355
355
  <div class='footer quiet pad2 space-top1 center small'>
356
356
  Code coverage generated by
357
357
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
358
- at 2022-11-03T13:44:33.087Z
358
+ at 2022-12-09T15:17:50.295Z
359
359
  </div>
360
360
  <script src="../prettify.js"></script>
361
361
  <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 2022-12-09T15:17:50.295Z
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 2022-12-09T15:17:50.295Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <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/33</span>
28
+ <span class='fraction'>0/34</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/30</span>
35
+ <span class='fraction'>0/32</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/11</span>
42
+ <span class='fraction'>0/12</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/32</span>
49
+ <span class='fraction'>0/33</span>
50
50
  </div>
51
51
 
52
52
 
@@ -213,7 +213,15 @@
213
213
  <a name='L148'></a><a href='#L148'>148</a>
214
214
  <a name='L149'></a><a href='#L149'>149</a>
215
215
  <a name='L150'></a><a href='#L150'>150</a>
216
- <a name='L151'></a><a href='#L151'>151</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
216
+ <a name='L151'></a><a href='#L151'>151</a>
217
+ <a name='L152'></a><a href='#L152'>152</a>
218
+ <a name='L153'></a><a href='#L153'>153</a>
219
+ <a name='L154'></a><a href='#L154'>154</a>
220
+ <a name='L155'></a><a href='#L155'>155</a>
221
+ <a name='L156'></a><a href='#L156'>156</a>
222
+ <a name='L157'></a><a href='#L157'>157</a>
223
+ <a name='L158'></a><a href='#L158'>158</a>
224
+ <a name='L159'></a><a href='#L159'>159</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
217
225
  <span class="cline-any cline-neutral">&nbsp;</span>
218
226
  <span class="cline-any cline-neutral">&nbsp;</span>
219
227
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -237,6 +245,7 @@
237
245
  <span class="cline-any cline-neutral">&nbsp;</span>
238
246
  <span class="cline-any cline-neutral">&nbsp;</span>
239
247
  <span class="cline-any cline-neutral">&nbsp;</span>
248
+ <span class="cline-any cline-neutral">&nbsp;</span>
240
249
  <span class="cline-any cline-no">&nbsp;</span>
241
250
  <span class="cline-any cline-no">&nbsp;</span>
242
251
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -262,6 +271,7 @@
262
271
  <span class="cline-any cline-neutral">&nbsp;</span>
263
272
  <span class="cline-any cline-neutral">&nbsp;</span>
264
273
  <span class="cline-any cline-neutral">&nbsp;</span>
274
+ <span class="cline-any cline-neutral">&nbsp;</span>
265
275
  <span class="cline-any cline-no">&nbsp;</span>
266
276
  <span class="cline-any cline-neutral">&nbsp;</span>
267
277
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -292,6 +302,12 @@
292
302
  <span class="cline-any cline-neutral">&nbsp;</span>
293
303
  <span class="cline-any cline-neutral">&nbsp;</span>
294
304
  <span class="cline-any cline-neutral">&nbsp;</span>
305
+ <span class="cline-any cline-neutral">&nbsp;</span>
306
+ <span class="cline-any cline-neutral">&nbsp;</span>
307
+ <span class="cline-any cline-neutral">&nbsp;</span>
308
+ <span class="cline-any cline-neutral">&nbsp;</span>
309
+ <span class="cline-any cline-neutral">&nbsp;</span>
310
+ <span class="cline-any cline-neutral">&nbsp;</span>
295
311
  <span class="cline-any cline-no">&nbsp;</span>
296
312
  <span class="cline-any cline-no">&nbsp;</span>
297
313
  <span class="cline-any cline-no">&nbsp;</span>
@@ -325,7 +341,7 @@
325
341
  <span class="cline-any cline-neutral">&nbsp;</span>
326
342
  <span class="cline-any cline-neutral">&nbsp;</span>
327
343
  <span class="cline-any cline-neutral">&nbsp;</span>
328
- <span class="cline-any cline-neutral">&nbsp;</span>
344
+ <span class="cline-any cline-no">&nbsp;</span>
329
345
  <span class="cline-any cline-neutral">&nbsp;</span>
330
346
  <span class="cline-any cline-neutral">&nbsp;</span>
331
347
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -383,6 +399,7 @@ const propTypes = <span class="cstat-no" title="statement not covered" >{</span>
383
399
  children: PropTypes.node,
384
400
  className: PropTypes.string,
385
401
  fullWidth: PropTypes.bool,
402
+ marginBottom0: PropTypes.bool,
386
403
  selectedIndex: PropTypes.number,
387
404
  tagName: PropTypes.string,
388
405
  };
@@ -409,6 +426,7 @@ const ResponsiveButtonGroup = <span class="cstat-no" title="statement not covere
409
426
  children: childButtons, // These MUST consist only of Button components
410
427
  className,
411
428
  fullWidth = <span class="branch-0 cbranch-no" title="branch not covered" >false,</span> // Only bother with this when buttonGroupWidth &lt; ContainerWidth
429
+ marginBottom0, // Will ONLL control the margin of the dropdown button
412
430
  selectedIndex,
413
431
  tagName: Tag = <span class="branch-0 cbranch-no" title="branch not covered" >'div',</span>
414
432
  ...rest
@@ -426,12 +444,18 @@ const ResponsiveButtonGroup = <span class="cstat-no" title="statement not covere
426
444
  &nbsp;
427
445
  const buttonThreshold = <span class="cstat-no" title="statement not covered" >calculateCumulativeThreshold(cachedSizeArray, containerWidth);</span>
428
446
  &nbsp;
429
- const renderActionMenuToggle = <span class="cstat-no" title="statement not covered" >useCallback(<span class="fstat-no" title="function not covered" >({</span> onToggle, triggerRef, keyHandler, open, ariaProps, getTriggerProps }) =&gt; (</span>
447
+ const renderActionMenuToggle = <span class="cstat-no" title="statement not covered" >useCallback(<span class="fstat-no" title="function not covered" >({</span> displayButtons, onToggle, triggerRef, keyHandler, open, ariaProps, getTriggerProps }) =&gt; (</span>
430
448
  <span class="cstat-no" title="statement not covered" > &lt;Button</span>
431
449
  ref={triggerRef}
432
- buttonClass={css.dropdownButtonClass}
450
+ buttonClass={
451
+ classnames(
452
+ css.width100,
453
+ { [`${css.dropdownButtonClass}`]: (displayButtons?.length ?? 0) &gt; 0 },
454
+ { [`${css.marginBottom}`]: !marginBottom0 },
455
+ { [`${css.marginBottom0}`]: marginBottom0 }
456
+ )
457
+ }
433
458
  buttonStyle={selectedIndex &gt; buttonThreshold ? 'primary' : 'default'}
434
- marginBottom0
435
459
  onClick={onToggle}
436
460
  onKeyDown={keyHandler}
437
461
  type="button"
@@ -440,7 +464,7 @@ const ResponsiveButtonGroup = <span class="cstat-no" title="statement not covere
440
464
  &gt;
441
465
  &lt;Icon icon={open ? 'triangle-up' : 'triangle-down'} iconPosition="end" /&gt;
442
466
  &lt;/Button&gt;
443
- ), [buttonThreshold, selectedIndex]);
467
+ ), [buttonThreshold, marginBottom0, selectedIndex]);
444
468
  &nbsp;
445
469
  const displayButtons = <span class="cstat-no" title="statement not covered" >useMemo(<span class="fstat-no" title="function not covered" >()</span> =&gt; (</span>
446
470
  <span class="cstat-no" title="statement not covered" > buttons?.slice(0, buttonThreshold + 1)?.map(<span class="fstat-no" title="function not covered" >(b</span>utton, index) =&gt; {</span>
@@ -475,7 +499,7 @@ const ResponsiveButtonGroup = <span class="cstat-no" title="statement not covere
475
499
  key="responsiveButtonGroup-dropdown-toggle"
476
500
  className={css.dropdownClass}
477
501
  renderMenu={renderActionMenuContent}
478
- renderTrigger={renderActionMenuToggle}
502
+ renderTrigger={<span class="fstat-no" title="function not covered" >(t</span>riggerProps) =&gt; <span class="cstat-no" title="statement not covered" >renderActionMenuToggle({ displayButtons, ...triggerProps })}</span>
479
503
  /&gt;
480
504
  ]
481
505
  ), [displayButtons, renderActionMenuContent, renderActionMenuToggle]);
@@ -520,7 +544,7 @@ export default ResponsiveButtonGroup;
520
544
  <div class='footer quiet pad2 space-top1 center small'>
521
545
  Code coverage generated by
522
546
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
523
- at 2022-11-03T13:44:33.087Z
547
+ at 2022-12-09T15:17:50.295Z
524
548
  </div>
525
549
  <script src="../prettify.js"></script>
526
550
  <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/51</span>
28
+ <span class='fraction'>0/52</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/41</span>
35
+ <span class='fraction'>0/43</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/16</span>
42
+ <span class='fraction'>0/17</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/50</span>
49
+ <span class='fraction'>0/51</span>
50
50
  </div>
51
51
 
52
52
 
@@ -84,13 +84,13 @@
84
84
  <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
85
85
  </td>
86
86
  <td data-value="0" class="pct low">0%</td>
87
- <td data-value="33" class="abs low">0/33</td>
87
+ <td data-value="34" class="abs low">0/34</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="32" class="abs low">0/32</td>
90
90
  <td data-value="0" class="pct low">0%</td>
91
- <td data-value="11" class="abs low">0/11</td>
91
+ <td data-value="12" class="abs low">0/12</td>
92
92
  <td data-value="0" class="pct low">0%</td>
93
- <td data-value="32" class="abs low">0/32</td>
93
+ <td data-value="33" class="abs low">0/33</td>
94
94
  </tr>
95
95
 
96
96
  <tr>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at 2022-11-03T13:44:33.087Z
134
+ at 2022-12-09T15:17:50.295Z
135
135
  </div>
136
136
  <script src="../prettify.js"></script>
137
137
  <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 2022-12-09T15:17:50.295Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -238,7 +238,7 @@ export default useResponsiveButtonGroupSizing;
238
238
  <div class='footer quiet pad2 space-top1 center small'>
239
239
  Code coverage generated by
240
240
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
241
- at 2022-11-03T13:44:33.087Z
241
+ at 2022-12-09T15:17:50.295Z
242
242
  </div>
243
243
  <script src="../prettify.js"></script>
244
244
  <script>
@@ -273,7 +273,8 @@
273
273
  <a name='L208'></a><a href='#L208'>208</a>
274
274
  <a name='L209'></a><a href='#L209'>209</a>
275
275
  <a name='L210'></a><a href='#L210'>210</a>
276
- <a name='L211'></a><a href='#L211'>211</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
276
+ <a name='L211'></a><a href='#L211'>211</a>
277
+ <a name='L212'></a><a href='#L212'>212</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
277
278
  <span class="cline-any cline-neutral">&nbsp;</span>
278
279
  <span class="cline-any cline-neutral">&nbsp;</span>
279
280
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -422,6 +423,7 @@
422
423
  <span class="cline-any cline-neutral">&nbsp;</span>
423
424
  <span class="cline-any cline-neutral">&nbsp;</span>
424
425
  <span class="cline-any cline-neutral">&nbsp;</span>
426
+ <span class="cline-any cline-neutral">&nbsp;</span>
425
427
  <span class="cline-any cline-no">&nbsp;</span>
426
428
  <span class="cline-any cline-no">&nbsp;</span>
427
429
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -629,6 +631,7 @@ const RichSelect = <span class="cstat-no" title="statement not covered" >forward
629
631
  : ''
630
632
  }
631
633
  &lt;Dropdown
634
+ disabled={disabled}
632
635
  hasPadding
633
636
  placement="bottom-start"
634
637
  renderMenu={<span class="fstat-no" title="function not covered" >(m</span>enuProps) =&gt; {
@@ -700,7 +703,7 @@ export default RichSelect;
700
703
  <div class='footer quiet pad2 space-top1 center small'>
701
704
  Code coverage generated by
702
705
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
703
- at 2022-11-03T13:44:33.087Z
706
+ at 2022-12-09T15:17:50.295Z
704
707
  </div>
705
708
  <script src="../prettify.js"></script>
706
709
  <script>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at 2022-11-03T13:44:33.087Z
134
+ at 2022-12-09T15:17:50.295Z
135
135
  </div>
136
136
  <script src="../prettify.js"></script>
137
137
  <script>
@@ -76,7 +76,7 @@ export { default as useSelectedOption } from './useSelectedOption';
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 2022-12-09T15:17:50.295Z
80
80
  </div>
81
81
  <script src="../prettify.js"></script>
82
82
  <script>
@@ -112,7 +112,7 @@ export default useSelectedOption;
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" rel="noopener noreferrer">istanbul</a>
115
- at 2022-11-03T13:44:33.087Z
115
+ at 2022-12-09T15:17:50.295Z
116
116
  </div>
117
117
  <script src="../prettify.js"></script>
118
118
  <script>
@@ -976,7 +976,7 @@ export default SASQLookupComponent;
976
976
  <div class='footer quiet pad2 space-top1 center small'>
977
977
  Code coverage generated by
978
978
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
979
- at 2022-11-03T13:44:33.087Z
979
+ at 2022-12-09T15:17:50.295Z
980
980
  </div>
981
981
  <script src="../prettify.js"></script>
982
982
  <script>
@@ -385,7 +385,7 @@ export default TableBody;
385
385
  <div class='footer quiet pad2 space-top1 center small'>
386
386
  Code coverage generated by
387
387
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
388
- at 2022-11-03T13:44:33.087Z
388
+ at 2022-12-09T15:17:50.295Z
389
389
  </div>
390
390
  <script src="../../prettify.js"></script>
391
391
  <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 2022-12-09T15:17:50.295Z
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 2022-12-09T15:17:50.295Z
77
77
  </div>
78
78
  <script src="../../prettify.js"></script>
79
79
  <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 2022-12-09T15:17:50.295Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -76,7 +76,7 @@ export { default as TableBody } from './TableBody';
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 2022-12-09T15:17:50.295Z
80
80
  </div>
81
81
  <script src="../prettify.js"></script>
82
82
  <script>
@@ -331,7 +331,7 @@ export default SASQRoute;
331
331
  <div class='footer quiet pad2 space-top1 center small'>
332
332
  Code coverage generated by
333
333
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
334
- at 2022-11-03T13:44:33.087Z
334
+ at 2022-12-09T15:17:50.295Z
335
335
  </div>
336
336
  <script src="../prettify.js"></script>
337
337
  <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 2022-12-09T15:17:50.295Z
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 2022-12-09T15:17:50.295Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>