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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (243) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/es/lib/ActionList/ActionList.js +3 -1
  3. package/es/lib/ActionList/ActionListFieldArray.js +5 -3
  4. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +6 -3
  5. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +26 -26
  6. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +26 -32
  7. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +2 -2
  8. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +43 -49
  9. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +82 -100
  10. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +6 -3
  11. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +22 -28
  12. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +4 -2
  13. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +73 -87
  14. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +6 -3
  15. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +26 -32
  16. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +6 -3
  17. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +15 -19
  18. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
  19. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +21 -23
  20. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
  21. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +129 -161
  22. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +2 -2
  23. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +2 -2
  24. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -1
  25. package/es/lib/CustomProperties/View/CustomPropertyCard.js +2 -2
  26. package/es/lib/CycleButton/CycleButton.js +6 -3
  27. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +26 -26
  28. package/es/lib/EditableRefdataList/EditableRefdataList.js +29 -29
  29. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
  30. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +44 -50
  31. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +1 -1
  32. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +139 -163
  33. package/es/lib/EditableSettingsList/SettingField/SettingField.js +12 -10
  34. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +117 -133
  35. package/es/lib/FormModal/FormModal.js +4 -1
  36. package/es/lib/FormattedKintMessage/FormattedKintMessage.js +4 -1
  37. package/es/lib/IconSelect/IconSelect.js +5 -3
  38. package/es/lib/QueryTypedown/QueryTypedown.js +5 -3
  39. package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
  40. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +5 -2
  41. package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +2 -2
  42. package/es/lib/RichSelect/RichSelect.js +6 -3
  43. package/es/lib/RichSelect/useSelectedOption.js +2 -2
  44. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +6 -3
  45. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
  46. package/es/lib/SASQRoute/SASQRoute.js +4 -1
  47. package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
  48. package/es/lib/SearchField/SearchField.js +4 -1
  49. package/es/lib/Typedown/Typedown.js +2 -2
  50. package/es/lib/hooks/settingsHooks/useAppSettings.js +1 -1
  51. package/es/lib/hooks/settingsHooks/useSettings.js +5 -2
  52. package/es/lib/hooks/typedownHooks/useTypedownData.js +2 -2
  53. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +2 -2
  54. package/es/lib/hooks/useActiveElement.js +2 -2
  55. package/es/lib/hooks/useCustomProperties.js +4 -1
  56. package/es/lib/hooks/useHelperApp.js +5 -3
  57. package/es/lib/hooks/useIntlKeyStore.js +4 -4
  58. package/es/lib/hooks/useKintIntl.js +4 -1
  59. package/es/lib/hooks/useKiwtFieldArray.js +6 -3
  60. package/es/lib/hooks/useKiwtSASQuery.js +5 -3
  61. package/es/lib/hooks/useLocalStorageState.js +2 -2
  62. package/es/lib/hooks/useMutateCustomProperties.js +23 -29
  63. package/es/lib/hooks/useMutateRefdataCategory.js +24 -26
  64. package/es/lib/hooks/useMutateRefdataValue.js +30 -34
  65. package/es/lib/hooks/useQIndex.js +5 -3
  66. package/es/lib/hooks/useSASQQueryMeta.js +1 -1
  67. package/es/lib/utils/generateKiwtQueryParams.js +2 -2
  68. package/es/lib/utils/groupCustomPropertiesByCtx.js +5 -2
  69. package/es/lib/utils/highlightString.js +2 -2
  70. package/es/lib/utils/parseErrorResponse.js +44 -42
  71. package/junit.xml +1490 -220
  72. package/package.json +1 -1
  73. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +12 -3
  74. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +98 -17
  75. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +10 -10
  76. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  77. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +42 -42
  78. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +166 -88
  79. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +58 -58
  80. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +27 -27
  81. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +53 -53
  82. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  83. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +793 -0
  84. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +17 -17
  85. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +26 -26
  86. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +91 -94
  87. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +116 -116
  88. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +26 -26
  89. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +64 -64
  90. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  91. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
  92. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +31 -31
  93. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +48 -48
  94. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +20 -20
  95. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +17 -17
  96. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +43 -43
  97. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +96 -96
  98. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +5 -5
  100. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +35 -35
  101. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +37 -37
  102. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +35 -35
  103. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +14 -14
  104. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +43 -43
  105. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +5 -5
  106. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +31 -31
  107. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  109. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  113. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +96 -9
  115. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +9 -9
  116. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +152 -29
  118. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +9 -9
  119. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  120. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +13 -4
  121. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +29 -20
  122. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +37 -37
  123. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +62 -62
  124. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +85 -70
  125. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +43 -43
  126. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +21 -21
  128. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +30 -30
  130. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +21 -21
  131. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +3 -3
  133. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  134. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  135. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +28 -22
  136. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
  139. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +23 -8
  142. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +7 -7
  143. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +52 -52
  145. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +21 -21
  146. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  147. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +57 -12
  148. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +13 -13
  149. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  150. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +58 -10
  151. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +5 -2
  152. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  154. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +103 -25
  156. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  157. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  159. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
  160. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  165. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  166. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  167. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  168. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  169. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  170. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +16 -4
  171. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +3 -3
  173. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +20 -8
  175. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +3 -3
  176. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +12 -12
  178. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  179. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  180. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +2 -2
  181. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  182. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  183. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +34 -34
  184. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +2 -5
  185. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  187. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +1 -1
  190. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  191. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  192. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  194. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  195. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
  197. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
  198. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +30 -18
  199. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +24 -24
  200. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +2 -2
  201. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
  202. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +38 -38
  203. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
  204. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
  206. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
  207. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
  209. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
  210. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
  211. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  212. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
  213. package/src/artifacts/coverage-jest/lcov-report/index.html +166 -151
  214. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.html +161 -0
  215. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.js.html +94 -0
  216. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useAppSettings.js.html +292 -0
  217. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettingSection.js.html +211 -0
  218. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettings.js.html +466 -0
  219. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  220. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +9 -9
  221. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +196 -46
  222. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +22 -22
  223. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
  224. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +66 -66
  225. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +4 -31
  226. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
  227. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +11 -8
  228. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +361 -0
  229. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  230. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
  231. package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
  232. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +45 -3
  233. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
  234. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +16 -16
  235. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
  236. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +1 -1
  237. package/src/artifacts/coverage-jest/lcov-report/validators/index.html +131 -0
  238. package/src/artifacts/coverage-jest/lcov-report/validators/index.js.html +88 -0
  239. package/src/artifacts/coverage-jest/lcov-report/validators/validators.js.html +370 -0
  240. package/src/artifacts/coverage-jest/lcov.info +2164 -1919
  241. package/src/lib/CustomProperties/View/CustomPropertyCard.js +3 -3
  242. package/src/lib/utils/parseErrorResponse.js +3 -2
  243. package/yarn-error.log +0 -147
@@ -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/33</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,22 @@
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>
225
+ <a name='L160'></a><a href='#L160'>160</a>
226
+ <a name='L161'></a><a href='#L161'>161</a>
227
+ <a name='L162'></a><a href='#L162'>162</a>
228
+ <a name='L163'></a><a href='#L163'>163</a>
229
+ <a name='L164'></a><a href='#L164'>164</a>
230
+ <a name='L165'></a><a href='#L165'>165</a>
231
+ <a name='L166'></a><a href='#L166'>166</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
217
232
  <span class="cline-any cline-neutral">&nbsp;</span>
218
233
  <span class="cline-any cline-neutral">&nbsp;</span>
219
234
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -237,6 +252,9 @@
237
252
  <span class="cline-any cline-neutral">&nbsp;</span>
238
253
  <span class="cline-any cline-neutral">&nbsp;</span>
239
254
  <span class="cline-any cline-neutral">&nbsp;</span>
255
+ <span class="cline-any cline-neutral">&nbsp;</span>
256
+ <span class="cline-any cline-neutral">&nbsp;</span>
257
+ <span class="cline-any cline-neutral">&nbsp;</span>
240
258
  <span class="cline-any cline-no">&nbsp;</span>
241
259
  <span class="cline-any cline-no">&nbsp;</span>
242
260
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -262,6 +280,9 @@
262
280
  <span class="cline-any cline-neutral">&nbsp;</span>
263
281
  <span class="cline-any cline-neutral">&nbsp;</span>
264
282
  <span class="cline-any cline-neutral">&nbsp;</span>
283
+ <span class="cline-any cline-neutral">&nbsp;</span>
284
+ <span class="cline-any cline-neutral">&nbsp;</span>
285
+ <span class="cline-any cline-neutral">&nbsp;</span>
265
286
  <span class="cline-any cline-no">&nbsp;</span>
266
287
  <span class="cline-any cline-neutral">&nbsp;</span>
267
288
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -274,6 +295,7 @@
274
295
  <span class="cline-any cline-neutral">&nbsp;</span>
275
296
  <span class="cline-any cline-neutral">&nbsp;</span>
276
297
  <span class="cline-any cline-neutral">&nbsp;</span>
298
+ <span class="cline-any cline-neutral">&nbsp;</span>
277
299
  <span class="cline-any cline-no">&nbsp;</span>
278
300
  <span class="cline-any cline-neutral">&nbsp;</span>
279
301
  <span class="cline-any cline-no">&nbsp;</span>
@@ -292,6 +314,14 @@
292
314
  <span class="cline-any cline-neutral">&nbsp;</span>
293
315
  <span class="cline-any cline-neutral">&nbsp;</span>
294
316
  <span class="cline-any cline-neutral">&nbsp;</span>
317
+ <span class="cline-any cline-neutral">&nbsp;</span>
318
+ <span class="cline-any cline-neutral">&nbsp;</span>
319
+ <span class="cline-any cline-neutral">&nbsp;</span>
320
+ <span class="cline-any cline-neutral">&nbsp;</span>
321
+ <span class="cline-any cline-neutral">&nbsp;</span>
322
+ <span class="cline-any cline-neutral">&nbsp;</span>
323
+ <span class="cline-any cline-neutral">&nbsp;</span>
324
+ <span class="cline-any cline-neutral">&nbsp;</span>
295
325
  <span class="cline-any cline-no">&nbsp;</span>
296
326
  <span class="cline-any cline-no">&nbsp;</span>
297
327
  <span class="cline-any cline-no">&nbsp;</span>
@@ -325,7 +355,7 @@
325
355
  <span class="cline-any cline-neutral">&nbsp;</span>
326
356
  <span class="cline-any cline-neutral">&nbsp;</span>
327
357
  <span class="cline-any cline-neutral">&nbsp;</span>
328
- <span class="cline-any cline-neutral">&nbsp;</span>
358
+ <span class="cline-any cline-no">&nbsp;</span>
329
359
  <span class="cline-any cline-neutral">&nbsp;</span>
330
360
  <span class="cline-any cline-neutral">&nbsp;</span>
331
361
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -382,7 +412,10 @@ import useResponsiveButtonGroupSizing from './useResponsiveButtonGroupSizing';
382
412
  const propTypes = <span class="cstat-no" title="statement not covered" >{</span>
383
413
  children: PropTypes.node,
384
414
  className: PropTypes.string,
415
+ dropdownTriggerProps: PropTypes.object,
385
416
  fullWidth: PropTypes.bool,
417
+ id: PropTypes.string,
418
+ marginBottom0: PropTypes.bool,
386
419
  selectedIndex: PropTypes.number,
387
420
  tagName: PropTypes.string,
388
421
  };
@@ -408,7 +441,10 @@ const ResponsiveButtonGroup = <span class="cstat-no" title="statement not covere
408
441
  const {
409
442
  children: childButtons, // These MUST consist only of Button components
410
443
  className,
444
+ dropdownTriggerProps = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
411
445
  fullWidth = <span class="branch-0 cbranch-no" title="branch not covered" >false,</span> // Only bother with this when buttonGroupWidth &lt; ContainerWidth
446
+ id,
447
+ marginBottom0, // Will ONLL control the margin of the dropdown button
412
448
  selectedIndex,
413
449
  tagName: Tag = <span class="branch-0 cbranch-no" title="branch not covered" >'div',</span>
414
450
  ...rest
@@ -422,25 +458,34 @@ const ResponsiveButtonGroup = <span class="cstat-no" title="statement not covere
422
458
  ready,
423
459
  } = <span class="cstat-no" title="statement not covered" >useResponsiveButtonGroupSizing({</span>
424
460
  buttons: childButtons,
461
+ id
425
462
  });
426
463
  &nbsp;
427
464
  const buttonThreshold = <span class="cstat-no" title="statement not covered" >calculateCumulativeThreshold(cachedSizeArray, containerWidth);</span>
428
465
  &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>
466
+ 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
467
  <span class="cstat-no" title="statement not covered" > &lt;Button</span>
431
468
  ref={triggerRef}
432
- buttonClass={css.dropdownButtonClass}
469
+ aria-label="menu"
470
+ buttonClass={
471
+ classnames(
472
+ css.width100,
473
+ { [`${css.dropdownButtonClass}`]: (displayButtons?.length ?? 0) &gt; 0 },
474
+ { [`${css.marginBottom}`]: !marginBottom0 },
475
+ { [`${css.marginBottom0}`]: marginBottom0 }
476
+ )
477
+ }
433
478
  buttonStyle={selectedIndex &gt; buttonThreshold ? 'primary' : 'default'}
434
- marginBottom0
435
479
  onClick={onToggle}
436
480
  onKeyDown={keyHandler}
437
481
  type="button"
438
482
  {...getTriggerProps()}
439
483
  {...ariaProps}
484
+ {...dropdownTriggerProps}
440
485
  &gt;
441
486
  &lt;Icon icon={open ? 'triangle-up' : 'triangle-down'} iconPosition="end" /&gt;
442
487
  &lt;/Button&gt;
443
- ), [buttonThreshold, selectedIndex]);
488
+ ), [buttonThreshold, dropdownTriggerProps, marginBottom0, selectedIndex]);
444
489
  &nbsp;
445
490
  const displayButtons = <span class="cstat-no" title="statement not covered" >useMemo(<span class="fstat-no" title="function not covered" >()</span> =&gt; (</span>
446
491
  <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 +520,7 @@ const ResponsiveButtonGroup = <span class="cstat-no" title="statement not covere
475
520
  key="responsiveButtonGroup-dropdown-toggle"
476
521
  className={css.dropdownClass}
477
522
  renderMenu={renderActionMenuContent}
478
- renderTrigger={renderActionMenuToggle}
523
+ 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
524
  /&gt;
480
525
  ]
481
526
  ), [displayButtons, renderActionMenuContent, renderActionMenuToggle]);
@@ -520,7 +565,7 @@ export default ResponsiveButtonGroup;
520
565
  <div class='footer quiet pad2 space-top1 center small'>
521
566
  Code coverage generated by
522
567
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
523
- at 2022-11-03T13:44:33.087Z
568
+ at 2023-03-21T17:34:57.995Z
524
569
  </div>
525
570
  <script src="../prettify.js"></script>
526
571
  <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/61</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/48</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/19</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/60</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="33" class="abs low">0/33</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>
@@ -114,13 +114,13 @@
114
114
  <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
115
115
  </td>
116
116
  <td data-value="0" class="pct low">0%</td>
117
- <td data-value="18" class="abs low">0/18</td>
117
+ <td data-value="27" class="abs low">0/27</td>
118
118
  <td data-value="0" class="pct low">0%</td>
119
- <td data-value="11" class="abs low">0/11</td>
119
+ <td data-value="15" class="abs low">0/15</td>
120
120
  <td data-value="0" class="pct low">0%</td>
121
- <td data-value="5" class="abs low">0/5</td>
121
+ <td data-value="7" class="abs low">0/7</td>
122
122
  <td data-value="0" class="pct low">0%</td>
123
- <td data-value="18" class="abs low">0/18</td>
123
+ <td data-value="27" class="abs low">0/27</td>
124
124
  </tr>
125
125
 
126
126
  </tbody>
@@ -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 2023-03-21T17:34:57.995Z
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 2023-03-21T17:34:57.995Z
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/18</span>
28
+ <span class='fraction'>0/27</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/11</span>
35
+ <span class='fraction'>0/15</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/5</span>
42
+ <span class='fraction'>0/7</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/18</span>
49
+ <span class='fraction'>0/27</span>
50
50
  </div>
51
51
 
52
52
 
@@ -119,7 +119,23 @@
119
119
  <a name='L54'></a><a href='#L54'>54</a>
120
120
  <a name='L55'></a><a href='#L55'>55</a>
121
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>
122
+ <a name='L57'></a><a href='#L57'>57</a>
123
+ <a name='L58'></a><a href='#L58'>58</a>
124
+ <a name='L59'></a><a href='#L59'>59</a>
125
+ <a name='L60'></a><a href='#L60'>60</a>
126
+ <a name='L61'></a><a href='#L61'>61</a>
127
+ <a name='L62'></a><a href='#L62'>62</a>
128
+ <a name='L63'></a><a href='#L63'>63</a>
129
+ <a name='L64'></a><a href='#L64'>64</a>
130
+ <a name='L65'></a><a href='#L65'>65</a>
131
+ <a name='L66'></a><a href='#L66'>66</a>
132
+ <a name='L67'></a><a href='#L67'>67</a>
133
+ <a name='L68'></a><a href='#L68'>68</a>
134
+ <a name='L69'></a><a href='#L69'>69</a>
135
+ <a name='L70'></a><a href='#L70'>70</a>
136
+ <a name='L71'></a><a href='#L71'>71</a>
137
+ <a name='L72'></a><a href='#L72'>72</a>
138
+ <a name='L73'></a><a href='#L73'>73</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
123
139
  <span class="cline-any cline-neutral">&nbsp;</span>
124
140
  <span class="cline-any cline-neutral">&nbsp;</span>
125
141
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -129,6 +145,19 @@
129
145
  <span class="cline-any cline-neutral">&nbsp;</span>
130
146
  <span class="cline-any cline-neutral">&nbsp;</span>
131
147
  <span class="cline-any cline-neutral">&nbsp;</span>
148
+ <span class="cline-any cline-no">&nbsp;</span>
149
+ <span class="cline-any cline-no">&nbsp;</span>
150
+ <span class="cline-any cline-neutral">&nbsp;</span>
151
+ <span class="cline-any cline-no">&nbsp;</span>
152
+ <span class="cline-any cline-no">&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-no">&nbsp;</span>
156
+ <span class="cline-any cline-no">&nbsp;</span>
157
+ <span class="cline-any cline-neutral">&nbsp;</span>
158
+ <span class="cline-any cline-neutral">&nbsp;</span>
159
+ <span class="cline-any cline-neutral">&nbsp;</span>
160
+ <span class="cline-any cline-neutral">&nbsp;</span>
132
161
  <span class="cline-any cline-neutral">&nbsp;</span>
133
162
  <span class="cline-any cline-no">&nbsp;</span>
134
163
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -157,6 +186,9 @@
157
186
  <span class="cline-any cline-no">&nbsp;</span>
158
187
  <span class="cline-any cline-no">&nbsp;</span>
159
188
  <span class="cline-any cline-no">&nbsp;</span>
189
+ <span class="cline-any cline-no">&nbsp;</span>
190
+ <span class="cline-any cline-no">&nbsp;</span>
191
+ <span class="cline-any cline-neutral">&nbsp;</span>
160
192
  <span class="cline-any cline-neutral">&nbsp;</span>
161
193
  <span class="cline-any cline-neutral">&nbsp;</span>
162
194
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -175,15 +207,28 @@
175
207
  <span class="cline-any cline-neutral">&nbsp;</span>
176
208
  <span class="cline-any cline-neutral">&nbsp;</span>
177
209
  <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';
210
+ <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { cloneElement, useEffect, useRef, useState } from 'react';
179
211
  import isEqual from 'lodash/isEqual';
180
212
  &nbsp;
181
213
  import { useResizeDetector } from 'react-resize-detector';
182
214
  import { debounce } from 'lodash';
183
215
  &nbsp;
184
216
  const useResponsiveButtonGroupSizing = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >({</span></span>
217
+ id,
185
218
  buttons = <span class="branch-0 cbranch-no" title="branch not covered" >[],</span>
186
219
  }) =&gt; {
220
+ const eventString = <span class="cstat-no" title="statement not covered" >'responsive-button-group-loaded' + (id ? `-${id}` : '');</span>
221
+ const loadedEvent = <span class="cstat-no" title="statement not covered" >new Event(eventString);</span>
222
+ &nbsp;
223
+ const isMounted = <span class="cstat-no" title="statement not covered" >useRef(false);</span>
224
+ <span class="cstat-no" title="statement not covered" > useEffect(<span class="fstat-no" title="function not covered" >()</span> =&gt; {</span>
225
+ <span class="cstat-no" title="statement not covered" > isMounted.current = true;</span>
226
+ &nbsp;
227
+ <span class="cstat-no" title="statement not covered" > return <span class="fstat-no" title="function not covered" >()</span> =&gt; {</span>
228
+ <span class="cstat-no" title="statement not covered" > isMounted.current = false;</span>
229
+ };
230
+ }, []);
231
+ &nbsp;
187
232
  // Set up size measuring to be able to do fullWidth if and only if the button is too small for the container.
188
233
  // This way when the button is too _large_ for the container, we can measure it properly
189
234
  const { ref: containerRef, width: containerWidth } = <span class="cstat-no" title="statement not covered" >useResizeDetector();</span>
@@ -210,9 +255,12 @@ const useResponsiveButtonGroupSizing = <span class="cstat-no" title="statement n
210
255
  &nbsp;
211
256
  // eslint-disable-next-line react-hooks/exhaustive-deps
212
257
  <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>
258
+ <span class="cstat-no" title="statement not covered" > if (isMounted.current) {</span>
259
+ <span class="cstat-no" title="statement not covered" > if (!cachedSizeArray?.length &amp;&amp; sizeArray?.length) {</span>
260
+ <span class="cstat-no" title="statement not covered" > setCachedSizeArray(sizeArray);</span>
261
+ <span class="cstat-no" title="statement not covered" > setReady(true);</span>
262
+ <span class="cstat-no" title="statement not covered" > document.dispatchEvent(loadedEvent);</span>
263
+ }
216
264
  }
217
265
  }, 150), [cachedSizeArray, sizeArray]);
218
266
  &nbsp;
@@ -238,7 +286,7 @@ export default useResponsiveButtonGroupSizing;
238
286
  <div class='footer quiet pad2 space-top1 center small'>
239
287
  Code coverage generated by
240
288
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
241
- at 2022-11-03T13:44:33.087Z
289
+ at 2023-03-21T17:34:57.995Z
242
290
  </div>
243
291
  <script src="../prettify.js"></script>
244
292
  <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 2023-03-21T17:34:57.995Z
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 2023-03-21T17:34:57.995Z
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 2023-03-21T17:34:57.995Z
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 2023-03-21T17:34:57.995Z
116
116
  </div>
117
117
  <script src="../prettify.js"></script>
118
118
  <script>