@k-int/stripes-kint-components 3.2.0 → 3.2.2

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 (234) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/es/lib/ActionList/ActionList.js +3 -1
  3. package/es/lib/ActionList/ActionListFieldArray.js +4 -2
  4. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +5 -2
  5. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +6 -4
  6. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +1 -1
  7. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
  8. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +5 -3
  9. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -1
  10. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +5 -2
  11. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +1 -1
  12. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +3 -1
  13. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +5 -3
  14. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +5 -2
  15. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +1 -1
  16. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +5 -2
  17. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +1 -1
  18. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
  19. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +5 -3
  20. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
  21. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -1
  22. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -1
  23. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
  24. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -1
  25. package/es/lib/CycleButton/CycleButton.js +5 -2
  26. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +6 -4
  27. package/es/lib/EditableRefdataList/EditableRefdataList.js +6 -4
  28. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
  29. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +1 -1
  30. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -1
  31. package/es/lib/EditableSettingsList/SettingField/SettingField.js +4 -2
  32. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +1 -1
  33. package/es/lib/FormModal/FormModal.js +4 -1
  34. package/es/lib/FormattedKintMessage/FormattedKintMessage.js +4 -1
  35. package/es/lib/IconSelect/IconSelect.js +4 -2
  36. package/es/lib/QueryTypedown/QueryTypedown.js +4 -2
  37. package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
  38. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +4 -1
  39. package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +1 -1
  40. package/es/lib/RichSelect/RichSelect.js +5 -2
  41. package/es/lib/RichSelect/useSelectedOption.js +1 -1
  42. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +5 -2
  43. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
  44. package/es/lib/SASQRoute/SASQRoute.js +4 -1
  45. package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
  46. package/es/lib/SearchField/SearchField.js +4 -1
  47. package/es/lib/Typedown/Typedown.js +1 -1
  48. package/es/lib/hooks/settingsHooks/useSettings.js +4 -1
  49. package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -1
  50. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -1
  51. package/es/lib/hooks/useActiveElement.js +1 -1
  52. package/es/lib/hooks/useCustomProperties.js +4 -1
  53. package/es/lib/hooks/useHelperApp.js +4 -2
  54. package/es/lib/hooks/useIntlKeyStore.js +4 -4
  55. package/es/lib/hooks/useKintIntl.js +4 -1
  56. package/es/lib/hooks/useKiwtFieldArray.js +5 -2
  57. package/es/lib/hooks/useKiwtSASQuery.js +4 -2
  58. package/es/lib/hooks/useLocalStorageState.js +1 -1
  59. package/es/lib/hooks/useMutateCustomProperties.js +1 -1
  60. package/es/lib/hooks/useMutateRefdataCategory.js +4 -2
  61. package/es/lib/hooks/useMutateRefdataValue.js +1 -1
  62. package/es/lib/hooks/useQIndex.js +4 -2
  63. package/es/lib/utils/generateKiwtQuery.js +4 -3
  64. package/es/lib/utils/generateKiwtQueryParams.js +13 -23
  65. package/es/lib/utils/groupCustomPropertiesByCtx.js +4 -1
  66. package/es/lib/utils/highlightString.js +1 -1
  67. package/es/lib/utils/parseErrorResponse.js +23 -19
  68. package/junit.xml +146 -146
  69. package/package.json +1 -1
  70. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +1 -1
  71. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +296 -44
  72. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +8 -23
  73. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  74. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
  75. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  76. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  77. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  78. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +1 -1
  79. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  80. package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList/SettingsActionList.js.html → CustomProperties/Config/testResources.js.html} +313 -256
  81. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  82. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
  83. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +6 -9
  84. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
  85. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  86. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +10 -10
  87. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  88. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
  89. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
  90. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  91. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  92. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  93. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  94. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
  95. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  96. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
  97. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +1 -1
  98. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +1 -1
  100. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  101. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
  102. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  103. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  105. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  109. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +1 -1
  113. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +8 -74
  115. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +9 -9
  116. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +4 -31
  118. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
  119. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
  120. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +2 -2
  121. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  122. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  124. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +7 -7
  125. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  126. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
  128. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  130. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  131. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +28 -22
  133. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
  134. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  135. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +2 -2
  136. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  139. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -18
  142. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  143. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList/EditSettingValue.js.html → ResponsiveButtonGroup/ResponsiveButtonGroup.js.html} +199 -142
  145. package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList → ResponsiveButtonGroup}/index.html +26 -41
  146. package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList → ResponsiveButtonGroup}/index.js.html +4 -4
  147. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +253 -0
  148. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +5 -2
  149. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
  150. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  151. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  152. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +119 -26
  153. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  154. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  156. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
  157. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  159. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  160. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  165. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  166. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  167. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +5 -56
  168. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
  169. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +7 -7
  170. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  171. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  173. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  175. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  176. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  178. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  179. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  180. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +1 -1
  181. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +1 -1
  182. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +3 -3
  183. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  184. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
  185. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +3 -9
  187. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  190. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  191. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  192. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
  194. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
  195. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  197. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +2 -2
  198. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
  199. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  200. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
  201. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
  202. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
  203. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
  204. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
  206. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
  207. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  209. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
  210. package/src/artifacts/coverage-jest/lcov-report/index.html +61 -61
  211. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  212. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +8 -8
  213. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +196 -46
  214. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +1 -1
  215. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +1 -1
  216. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +44 -29
  217. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +8 -2
  218. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +1 -1
  219. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +11 -8
  220. package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList/RenderSettingValue.js.html → utils/parseKiwtQueryGroups.js.html} +67 -145
  221. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  222. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +1 -1
  223. package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
  224. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +1 -1
  225. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +1 -1
  226. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +1 -1
  227. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +1 -1
  228. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +1 -1
  229. package/src/artifacts/coverage-jest/lcov.info +962 -920
  230. package/src/lib/utils/README.md +1 -3
  231. package/src/lib/utils/generateKiwtQuery.js +3 -3
  232. package/src/lib/utils/generateKiwtQueryParams.js +13 -27
  233. package/src/lib/utils/parseErrorResponse.js +3 -2
  234. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionTrigger.js.html +0 -418
@@ -3,7 +3,7 @@
3
3
  <html lang="en">
4
4
 
5
5
  <head>
6
- <title>Code coverage report for SettingsActionList</title>
6
+ <title>Code coverage report for ResponsiveButtonGroup</title>
7
7
  <meta charset="utf-8" />
8
8
  <link rel="stylesheet" href="../prettify.css" />
9
9
  <link rel="stylesheet" href="../base.css" />
@@ -19,34 +19,34 @@
19
19
  <body>
20
20
  <div class='wrapper'>
21
21
  <div class='pad1'>
22
- <h1><a href="../index.html">All files</a> SettingsActionList</h1>
22
+ <h1><a href="../index.html">All files</a> ResponsiveButtonGroup</h1>
23
23
  <div class='clearfix'>
24
24
 
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/81</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/63</span>
35
+ <span class='fraction'>0/44</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/21</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/79</span>
49
+ <span class='fraction'>0/51</span>
50
50
  </div>
51
51
 
52
52
 
@@ -79,48 +79,18 @@
79
79
  </tr>
80
80
  </thead>
81
81
  <tbody><tr>
82
- <td class="file low" data-value="EditSettingValue.js"><a href="EditSettingValue.js.html">EditSettingValue.js</a></td>
82
+ <td class="file low" data-value="ResponsiveButtonGroup.js"><a href="ResponsiveButtonGroup.js.html">ResponsiveButtonGroup.js</a></td>
83
83
  <td data-value="0" class="pic low">
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="21" class="abs low">0/21</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="15" class="abs low">0/15</td>
90
- <td data-value="0" class="pct low">0%</td>
91
- <td data-value="5" class="abs low">0/5</td>
92
- <td data-value="0" class="pct low">0%</td>
93
- <td data-value="21" class="abs low">0/21</td>
94
- </tr>
95
-
96
- <tr>
97
- <td class="file low" data-value="RenderSettingValue.js"><a href="RenderSettingValue.js.html">RenderSettingValue.js</a></td>
98
- <td data-value="0" class="pic low">
99
- <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
100
- </td>
101
- <td data-value="0" class="pct low">0%</td>
102
- <td data-value="31" class="abs low">0/31</td>
103
- <td data-value="0" class="pct low">0%</td>
104
- <td data-value="29" class="abs low">0/29</td>
105
- <td data-value="0" class="pct low">0%</td>
106
- <td data-value="4" class="abs low">0/4</td>
107
- <td data-value="0" class="pct low">0%</td>
108
- <td data-value="29" class="abs low">0/29</td>
109
- </tr>
110
-
111
- <tr>
112
- <td class="file low" data-value="SettingsActionList.js"><a href="SettingsActionList.js.html">SettingsActionList.js</a></td>
113
- <td data-value="0" class="pic low">
114
- <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
115
- </td>
116
- <td data-value="0" class="pct low">0%</td>
117
- <td data-value="29" class="abs low">0/29</td>
118
- <td data-value="0" class="pct low">0%</td>
119
- <td data-value="19" class="abs low">0/19</td>
89
+ <td data-value="33" class="abs low">0/33</td>
120
90
  <td data-value="0" class="pct low">0%</td>
121
91
  <td data-value="12" class="abs low">0/12</td>
122
92
  <td data-value="0" class="pct low">0%</td>
123
- <td data-value="29" class="abs low">0/29</td>
93
+ <td data-value="33" class="abs low">0/33</td>
124
94
  </tr>
125
95
 
126
96
  <tr>
@@ -138,6 +108,21 @@
138
108
  <td data-value="0" class="abs empty">0/0</td>
139
109
  </tr>
140
110
 
111
+ <tr>
112
+ <td class="file low" data-value="useResponsiveButtonGroupSizing.js"><a href="useResponsiveButtonGroupSizing.js.html">useResponsiveButtonGroupSizing.js</a></td>
113
+ <td data-value="0" class="pic low">
114
+ <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
115
+ </td>
116
+ <td data-value="0" class="pct low">0%</td>
117
+ <td data-value="18" class="abs low">0/18</td>
118
+ <td data-value="0" class="pct low">0%</td>
119
+ <td data-value="11" class="abs low">0/11</td>
120
+ <td data-value="0" class="pct low">0%</td>
121
+ <td data-value="5" class="abs low">0/5</td>
122
+ <td data-value="0" class="pct low">0%</td>
123
+ <td data-value="18" class="abs low">0/18</td>
124
+ </tr>
125
+
141
126
  </tbody>
142
127
  </table>
143
128
  </div>
@@ -146,7 +131,7 @@
146
131
  <div class='footer quiet pad2 space-top1 center small'>
147
132
  Code coverage generated by
148
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149
- at 2022-10-18T08:59:08.296Z
134
+ at 2023-01-18T10:53:27.335Z
150
135
  </div>
151
136
  <script src="../prettify.js"></script>
152
137
  <script>
@@ -3,7 +3,7 @@
3
3
  <html lang="en">
4
4
 
5
5
  <head>
6
- <title>Code coverage report for SettingsActionList/index.js</title>
6
+ <title>Code coverage report for ResponsiveButtonGroup/index.js</title>
7
7
  <meta charset="utf-8" />
8
8
  <link rel="stylesheet" href="../prettify.css" />
9
9
  <link rel="stylesheet" href="../base.css" />
@@ -19,7 +19,7 @@
19
19
  <body>
20
20
  <div class='wrapper'>
21
21
  <div class='pad1'>
22
- <h1><a href="../index.html">All files</a> / <a href="index.html">SettingsActionList</a> index.js</h1>
22
+ <h1><a href="../index.html">All files</a> / <a href="index.html">ResponsiveButtonGroup</a> index.js</h1>
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
@@ -65,7 +65,7 @@
65
65
  <pre><table class="coverage">
66
66
  <tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
67
67
  <a name='L2'></a><a href='#L2'>2</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
68
- <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">export { default } from './SettingsActionList';
68
+ <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">export { default } from './ResponsiveButtonGroup';
69
69
  &nbsp;</pre></td></tr></table></pre>
70
70
 
71
71
  <div class='push'></div><!-- for sticky footer -->
@@ -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-10-18T08:59:08.296Z
76
+ at 2023-01-18T10:53:27.335Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -0,0 +1,253 @@
1
+
2
+ <!doctype html>
3
+ <html lang="en">
4
+
5
+ <head>
6
+ <title>Code coverage report for ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js</title>
7
+ <meta charset="utf-8" />
8
+ <link rel="stylesheet" href="../prettify.css" />
9
+ <link rel="stylesheet" href="../base.css" />
10
+ <link rel="shortcut icon" type="image/x-icon" href="../favicon.png" />
11
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
12
+ <style type='text/css'>
13
+ .coverage-summary .sorter {
14
+ background-image: url(../sort-arrow-sprite.png);
15
+ }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <div class='wrapper'>
21
+ <div class='pad1'>
22
+ <h1><a href="../index.html">All files</a> / <a href="index.html">ResponsiveButtonGroup</a> useResponsiveButtonGroupSizing.js</h1>
23
+ <div class='clearfix'>
24
+
25
+ <div class='fl pad1y space-right2'>
26
+ <span class="strong">0% </span>
27
+ <span class="quiet">Statements</span>
28
+ <span class='fraction'>0/18</span>
29
+ </div>
30
+
31
+
32
+ <div class='fl pad1y space-right2'>
33
+ <span class="strong">0% </span>
34
+ <span class="quiet">Branches</span>
35
+ <span class='fraction'>0/11</span>
36
+ </div>
37
+
38
+
39
+ <div class='fl pad1y space-right2'>
40
+ <span class="strong">0% </span>
41
+ <span class="quiet">Functions</span>
42
+ <span class='fraction'>0/5</span>
43
+ </div>
44
+
45
+
46
+ <div class='fl pad1y space-right2'>
47
+ <span class="strong">0% </span>
48
+ <span class="quiet">Lines</span>
49
+ <span class='fraction'>0/18</span>
50
+ </div>
51
+
52
+
53
+ </div>
54
+ <p class="quiet">
55
+ Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
56
+ </p>
57
+ <template id="filterTemplate">
58
+ <div class="quiet">
59
+ Filter:
60
+ <input oninput="onInput()" type="search" id="fileSearch">
61
+ </div>
62
+ </template>
63
+ </div>
64
+ <div class='status-line low'></div>
65
+ <pre><table class="coverage">
66
+ <tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
67
+ <a name='L2'></a><a href='#L2'>2</a>
68
+ <a name='L3'></a><a href='#L3'>3</a>
69
+ <a name='L4'></a><a href='#L4'>4</a>
70
+ <a name='L5'></a><a href='#L5'>5</a>
71
+ <a name='L6'></a><a href='#L6'>6</a>
72
+ <a name='L7'></a><a href='#L7'>7</a>
73
+ <a name='L8'></a><a href='#L8'>8</a>
74
+ <a name='L9'></a><a href='#L9'>9</a>
75
+ <a name='L10'></a><a href='#L10'>10</a>
76
+ <a name='L11'></a><a href='#L11'>11</a>
77
+ <a name='L12'></a><a href='#L12'>12</a>
78
+ <a name='L13'></a><a href='#L13'>13</a>
79
+ <a name='L14'></a><a href='#L14'>14</a>
80
+ <a name='L15'></a><a href='#L15'>15</a>
81
+ <a name='L16'></a><a href='#L16'>16</a>
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>
85
+ <a name='L20'></a><a href='#L20'>20</a>
86
+ <a name='L21'></a><a href='#L21'>21</a>
87
+ <a name='L22'></a><a href='#L22'>22</a>
88
+ <a name='L23'></a><a href='#L23'>23</a>
89
+ <a name='L24'></a><a href='#L24'>24</a>
90
+ <a name='L25'></a><a href='#L25'>25</a>
91
+ <a name='L26'></a><a href='#L26'>26</a>
92
+ <a name='L27'></a><a href='#L27'>27</a>
93
+ <a name='L28'></a><a href='#L28'>28</a>
94
+ <a name='L29'></a><a href='#L29'>29</a>
95
+ <a name='L30'></a><a href='#L30'>30</a>
96
+ <a name='L31'></a><a href='#L31'>31</a>
97
+ <a name='L32'></a><a href='#L32'>32</a>
98
+ <a name='L33'></a><a href='#L33'>33</a>
99
+ <a name='L34'></a><a href='#L34'>34</a>
100
+ <a name='L35'></a><a href='#L35'>35</a>
101
+ <a name='L36'></a><a href='#L36'>36</a>
102
+ <a name='L37'></a><a href='#L37'>37</a>
103
+ <a name='L38'></a><a href='#L38'>38</a>
104
+ <a name='L39'></a><a href='#L39'>39</a>
105
+ <a name='L40'></a><a href='#L40'>40</a>
106
+ <a name='L41'></a><a href='#L41'>41</a>
107
+ <a name='L42'></a><a href='#L42'>42</a>
108
+ <a name='L43'></a><a href='#L43'>43</a>
109
+ <a name='L44'></a><a href='#L44'>44</a>
110
+ <a name='L45'></a><a href='#L45'>45</a>
111
+ <a name='L46'></a><a href='#L46'>46</a>
112
+ <a name='L47'></a><a href='#L47'>47</a>
113
+ <a name='L48'></a><a href='#L48'>48</a>
114
+ <a name='L49'></a><a href='#L49'>49</a>
115
+ <a name='L50'></a><a href='#L50'>50</a>
116
+ <a name='L51'></a><a href='#L51'>51</a>
117
+ <a name='L52'></a><a href='#L52'>52</a>
118
+ <a name='L53'></a><a href='#L53'>53</a>
119
+ <a name='L54'></a><a href='#L54'>54</a>
120
+ <a name='L55'></a><a href='#L55'>55</a>
121
+ <a name='L56'></a><a href='#L56'>56</a>
122
+ <a name='L57'></a><a href='#L57'>57</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
123
+ <span class="cline-any cline-neutral">&nbsp;</span>
124
+ <span class="cline-any cline-neutral">&nbsp;</span>
125
+ <span class="cline-any cline-neutral">&nbsp;</span>
126
+ <span class="cline-any cline-neutral">&nbsp;</span>
127
+ <span class="cline-any cline-neutral">&nbsp;</span>
128
+ <span class="cline-any cline-no">&nbsp;</span>
129
+ <span class="cline-any cline-neutral">&nbsp;</span>
130
+ <span class="cline-any cline-neutral">&nbsp;</span>
131
+ <span class="cline-any cline-neutral">&nbsp;</span>
132
+ <span class="cline-any cline-neutral">&nbsp;</span>
133
+ <span class="cline-any cline-no">&nbsp;</span>
134
+ <span class="cline-any cline-neutral">&nbsp;</span>
135
+ <span class="cline-any cline-no">&nbsp;</span>
136
+ <span class="cline-any cline-no">&nbsp;</span>
137
+ <span class="cline-any cline-neutral">&nbsp;</span>
138
+ <span class="cline-any cline-neutral">&nbsp;</span>
139
+ <span class="cline-any cline-no">&nbsp;</span>
140
+ <span class="cline-any cline-no">&nbsp;</span>
141
+ <span class="cline-any cline-no">&nbsp;</span>
142
+ <span class="cline-any cline-no">&nbsp;</span>
143
+ <span class="cline-any cline-neutral">&nbsp;</span>
144
+ <span class="cline-any cline-neutral">&nbsp;</span>
145
+ <span class="cline-any cline-neutral">&nbsp;</span>
146
+ <span class="cline-any cline-no">&nbsp;</span>
147
+ <span class="cline-any cline-no">&nbsp;</span>
148
+ <span class="cline-any cline-neutral">&nbsp;</span>
149
+ <span class="cline-any cline-neutral">&nbsp;</span>
150
+ <span class="cline-any cline-neutral">&nbsp;</span>
151
+ <span class="cline-any cline-neutral">&nbsp;</span>
152
+ <span class="cline-any cline-neutral">&nbsp;</span>
153
+ <span class="cline-any cline-no">&nbsp;</span>
154
+ <span class="cline-any cline-neutral">&nbsp;</span>
155
+ <span class="cline-any cline-neutral">&nbsp;</span>
156
+ <span class="cline-any cline-no">&nbsp;</span>
157
+ <span class="cline-any cline-no">&nbsp;</span>
158
+ <span class="cline-any cline-no">&nbsp;</span>
159
+ <span class="cline-any cline-no">&nbsp;</span>
160
+ <span class="cline-any cline-neutral">&nbsp;</span>
161
+ <span class="cline-any cline-neutral">&nbsp;</span>
162
+ <span class="cline-any cline-neutral">&nbsp;</span>
163
+ <span class="cline-any cline-no">&nbsp;</span>
164
+ <span class="cline-any cline-no">&nbsp;</span>
165
+ <span class="cline-any cline-neutral">&nbsp;</span>
166
+ <span class="cline-any cline-neutral">&nbsp;</span>
167
+ <span class="cline-any cline-no">&nbsp;</span>
168
+ <span class="cline-any cline-neutral">&nbsp;</span>
169
+ <span class="cline-any cline-neutral">&nbsp;</span>
170
+ <span class="cline-any cline-neutral">&nbsp;</span>
171
+ <span class="cline-any cline-neutral">&nbsp;</span>
172
+ <span class="cline-any cline-neutral">&nbsp;</span>
173
+ <span class="cline-any cline-neutral">&nbsp;</span>
174
+ <span class="cline-any cline-neutral">&nbsp;</span>
175
+ <span class="cline-any cline-neutral">&nbsp;</span>
176
+ <span class="cline-any cline-neutral">&nbsp;</span>
177
+ <span class="cline-any cline-neutral">&nbsp;</span>
178
+ <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { cloneElement, useEffect, useState } from 'react';
179
+ import isEqual from 'lodash/isEqual';
180
+ &nbsp;
181
+ import { useResizeDetector } from 'react-resize-detector';
182
+ import { debounce } from 'lodash';
183
+ &nbsp;
184
+ const useResponsiveButtonGroupSizing = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >({</span></span>
185
+ buttons = <span class="branch-0 cbranch-no" title="branch not covered" >[],</span>
186
+ }) =&gt; {
187
+ // Set up size measuring to be able to do fullWidth if and only if the button is too small for the container.
188
+ // This way when the button is too _large_ for the container, we can measure it properly
189
+ const { ref: containerRef, width: containerWidth } = <span class="cstat-no" title="statement not covered" >useResizeDetector();</span>
190
+ &nbsp;
191
+ const [cachedSizeArray, setCachedSizeArray] = <span class="cstat-no" title="statement not covered" >useState([]);</span>
192
+ const [sizeArray, setSizeArray] = <span class="cstat-no" title="statement not covered" >useState([]);</span>
193
+ // We also need to set up a ref for each of the buttons
194
+ // to measure the size of each one, we can then use that for choosing where to break later.
195
+ const refArray = <span class="cstat-no" title="statement not covered" >buttons.map(<span class="fstat-no" title="function not covered" >(_</span>button, index) =&gt; {</span>
196
+ <span class="cstat-no" title="statement not covered" > return <span class="fstat-no" title="function not covered" >(n</span>ode) =&gt; {</span>
197
+ <span class="cstat-no" title="statement not covered" > if (node !== null) {</span>
198
+ const newSizeArray = <span class="cstat-no" title="statement not covered" >sizeArray.slice(0, index)</span>
199
+ .concat([node?.clientWidth ?? 0])
200
+ .concat(sizeArray.slice(index + 1));
201
+ &nbsp;
202
+ <span class="cstat-no" title="statement not covered" > if (!isEqual(sizeArray, newSizeArray)) {</span>
203
+ <span class="cstat-no" title="statement not covered" > setSizeArray(newSizeArray);</span>
204
+ }
205
+ }
206
+ };
207
+ });
208
+ &nbsp;
209
+ const [ready, setReady] = <span class="cstat-no" title="statement not covered" >useState(false);</span>
210
+ &nbsp;
211
+ // eslint-disable-next-line react-hooks/exhaustive-deps
212
+ <span class="cstat-no" title="statement not covered" > useEffect(debounce(<span class="fstat-no" title="function not covered" >()</span> =&gt; {</span>
213
+ <span class="cstat-no" title="statement not covered" > if (!cachedSizeArray?.length &amp;&amp; sizeArray?.length) {</span>
214
+ <span class="cstat-no" title="statement not covered" > setCachedSizeArray(sizeArray);</span>
215
+ <span class="cstat-no" title="statement not covered" > setReady(true);</span>
216
+ }
217
+ }, 150), [cachedSizeArray, sizeArray]);
218
+ &nbsp;
219
+ const returnButtons = <span class="cstat-no" title="statement not covered" >buttons?.map(<span class="fstat-no" title="function not covered" >(b</span>utton, index) =&gt; {</span>
220
+ <span class="cstat-no" title="statement not covered" > return cloneElement(button, { ref: refArray?.[index] });</span>
221
+ });
222
+ &nbsp;
223
+ <span class="cstat-no" title="statement not covered" > return {</span>
224
+ buttons: returnButtons,
225
+ cachedSizeArray,
226
+ containerRef,
227
+ containerWidth,
228
+ ready,
229
+ sizeArray
230
+ };
231
+ };
232
+ &nbsp;
233
+ export default useResponsiveButtonGroupSizing;
234
+ &nbsp;</pre></td></tr></table></pre>
235
+
236
+ <div class='push'></div><!-- for sticky footer -->
237
+ </div><!-- /wrapper -->
238
+ <div class='footer quiet pad2 space-top1 center small'>
239
+ Code coverage generated by
240
+ <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
241
+ at 2023-01-18T10:53:27.335Z
242
+ </div>
243
+ <script src="../prettify.js"></script>
244
+ <script>
245
+ window.onload = function () {
246
+ prettyPrint();
247
+ };
248
+ </script>
249
+ <script src="../sorter.js"></script>
250
+ <script src="../block-navigation.js"></script>
251
+ </body>
252
+ </html>
253
+
@@ -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-10-18T08:59:08.296Z
706
+ at 2023-01-18T10:53:27.335Z
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-10-18T08:59:08.296Z
134
+ at 2023-01-18T10:53:27.335Z
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-10-18T08:59:08.296Z
79
+ at 2023-01-18T10:53:27.335Z
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-10-18T08:59:08.296Z
115
+ at 2023-01-18T10:53:27.335Z
116
116
  </div>
117
117
  <script src="../prettify.js"></script>
118
118
  <script>