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

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 (318) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/es/index.js +78 -79
  3. package/es/lib/ActionList/ActionList.js +38 -51
  4. package/es/lib/ActionList/ActionListFieldArray.js +159 -194
  5. package/es/lib/ActionList/index.js +1 -1
  6. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +59 -83
  7. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +15 -19
  8. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +124 -177
  9. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +30 -73
  10. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +93 -106
  11. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +83 -129
  12. package/es/lib/CustomProperties/Config/CustomPropertyView.js +42 -43
  13. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +48 -153
  14. package/es/lib/CustomProperties/Config/index.js +4 -4
  15. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +20 -23
  16. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +11 -16
  17. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +33 -32
  18. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +11 -16
  19. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +88 -111
  20. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +26 -69
  21. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +134 -134
  22. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +95 -192
  23. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +46 -48
  24. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +23 -27
  25. package/es/lib/CustomProperties/Edit/index.js +5 -5
  26. package/es/lib/CustomProperties/Edit/testResources.js +14 -39
  27. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +64 -91
  28. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +23 -63
  29. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +53 -77
  30. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +17 -16
  31. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +34 -31
  32. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +18 -49
  33. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +19 -22
  34. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +23 -56
  35. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +44 -49
  36. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +77 -257
  37. package/es/lib/CustomProperties/Filter/index.js +6 -6
  38. package/es/lib/CustomProperties/Filter/testResources.js +13 -37
  39. package/es/lib/CustomProperties/Filter/useOperators.js +18 -18
  40. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +18 -33
  41. package/es/lib/CustomProperties/Filter/useValueProps.js +23 -29
  42. package/es/lib/CustomProperties/View/CustomPropertiesView.js +20 -23
  43. package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +11 -16
  44. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +63 -80
  45. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +14 -23
  46. package/es/lib/CustomProperties/View/CustomPropertyCard.js +25 -31
  47. package/es/lib/CustomProperties/View/index.js +3 -3
  48. package/es/lib/CustomProperties/View/testResources.js +5 -9
  49. package/es/lib/CustomProperties/index.js +18 -18
  50. package/es/lib/CycleButton/CycleButton.js +19 -35
  51. package/es/lib/CycleButton/index.js +1 -1
  52. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +105 -164
  53. package/es/lib/EditableRefdataCategoryList/index.js +1 -1
  54. package/es/lib/EditableRefdataList/EditableRefdataList.js +119 -181
  55. package/es/lib/EditableRefdataList/index.js +1 -1
  56. package/es/lib/EditableSettingsList/EditableSettingsList.js +15 -13
  57. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +19 -26
  58. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +61 -96
  59. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +27 -41
  60. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +99 -83
  61. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +25 -30
  62. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +187 -299
  63. package/es/lib/EditableSettingsList/SettingField/SettingField.js +76 -111
  64. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +51 -172
  65. package/es/lib/EditableSettingsList/SettingField/index.js +3 -3
  66. package/es/lib/EditableSettingsList/index.js +3 -3
  67. package/es/lib/FormModal/FormModal.js +44 -48
  68. package/es/lib/FormModal/index.js +1 -1
  69. package/es/lib/FormattedKintMessage/FormattedKintMessage.js +27 -35
  70. package/es/lib/FormattedKintMessage/index.js +1 -1
  71. package/es/lib/IconSelect/IconSelect.js +52 -77
  72. package/es/lib/IconSelect/index.js +1 -1
  73. package/es/lib/NoResultsMessage/NoResultsMessage.js +23 -23
  74. package/es/lib/NoResultsMessage/index.js +1 -1
  75. package/es/lib/QueryTypedown/QueryTypedown.js +16 -35
  76. package/es/lib/QueryTypedown/index.js +1 -1
  77. package/es/lib/RefdataButtons/RefdataButtons.js +30 -34
  78. package/es/lib/RefdataButtons/index.js +1 -1
  79. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +77 -95
  80. package/es/lib/ResponsiveButtonGroup/index.js +1 -1
  81. package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +24 -39
  82. package/es/lib/RichSelect/RichSelect.js +78 -100
  83. package/es/lib/RichSelect/index.js +2 -2
  84. package/es/lib/RichSelect/useSelectedOption.js +5 -16
  85. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +107 -139
  86. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +43 -52
  87. package/es/lib/SASQLookupComponent/TableBody/index.js +1 -1
  88. package/es/lib/SASQLookupComponent/index.js +2 -2
  89. package/es/lib/SASQRoute/SASQRoute.js +34 -41
  90. package/es/lib/SASQRoute/index.js +1 -1
  91. package/es/lib/SASQViewComponent/SASQViewComponent.js +37 -49
  92. package/es/lib/SASQViewComponent/index.js +1 -1
  93. package/es/lib/SearchField/SearchField.js +11 -18
  94. package/es/lib/SearchField/index.js +1 -1
  95. package/es/lib/SettingPage/SettingPage.js +20 -19
  96. package/es/lib/SettingPage/SettingPagePane.js +11 -10
  97. package/es/lib/SettingPage/index.js +2 -2
  98. package/es/lib/Typedown/Typedown.js +73 -98
  99. package/es/lib/Typedown/index.js +1 -1
  100. package/es/lib/constants/customProperties.js +11 -22
  101. package/es/lib/constants/eventCodes.js +3 -6
  102. package/es/lib/contexts/SettingsContext.js +2 -3
  103. package/es/lib/contexts/index.js +1 -1
  104. package/es/lib/hooks/__mocks__/index.js +9 -29
  105. package/es/lib/hooks/index.js +20 -20
  106. package/es/lib/hooks/settingsHooks/index.js +3 -3
  107. package/es/lib/hooks/settingsHooks/useAppSettings.js +22 -34
  108. package/es/lib/hooks/settingsHooks/useSettingSection.js +17 -19
  109. package/es/lib/hooks/settingsHooks/useSettings.js +58 -72
  110. package/es/lib/hooks/typedownHooks/index.js +3 -3
  111. package/es/lib/hooks/typedownHooks/useTypedown.js +49 -50
  112. package/es/lib/hooks/typedownHooks/useTypedownData.js +12 -23
  113. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +13 -22
  114. package/es/lib/hooks/useActiveElement.js +10 -20
  115. package/es/lib/hooks/useCustomProperties.js +23 -32
  116. package/es/lib/hooks/useHelperApp.js +31 -51
  117. package/es/lib/hooks/useIntlKey.js +4 -7
  118. package/es/lib/hooks/useIntlKeyStore.js +42 -51
  119. package/es/lib/hooks/useInvalidateRefdata.js +4 -7
  120. package/es/lib/hooks/useKintIntl.js +31 -41
  121. package/es/lib/hooks/useKiwtFieldArray.js +35 -47
  122. package/es/lib/hooks/useKiwtSASQuery.js +40 -51
  123. package/es/lib/hooks/useLocalStorageState.js +7 -20
  124. package/es/lib/hooks/useMutateCustomProperties.js +23 -73
  125. package/es/lib/hooks/useMutateRefdataCategory.js +22 -68
  126. package/es/lib/hooks/useMutateRefdataValue.js +31 -73
  127. package/es/lib/hooks/useQIndex.js +17 -32
  128. package/es/lib/hooks/useRefdata.js +19 -22
  129. package/es/lib/hooks/useSASQQueryMeta.js +14 -22
  130. package/es/lib/hooks/useTemplates.js +16 -16
  131. package/es/lib/utils/buildUrl.js +6 -6
  132. package/es/lib/utils/generateKiwtQuery.js +4 -7
  133. package/es/lib/utils/generateKiwtQueryParams.js +77 -96
  134. package/es/lib/utils/groupCustomPropertiesByCtx.js +9 -21
  135. package/es/lib/utils/highlightString.js +17 -37
  136. package/es/lib/utils/index.js +21 -21
  137. package/es/lib/utils/matchString.js +5 -10
  138. package/es/lib/utils/parseErrorResponse.js +22 -67
  139. package/es/lib/utils/refdataOptions.js +2 -3
  140. package/es/lib/utils/refdataQueryKey.js +3 -4
  141. package/es/lib/utils/selectorSafe.js +2 -3
  142. package/es/lib/utils/sortByLabel.js +4 -6
  143. package/es/lib/utils/toCamelCase.js +8 -14
  144. package/es/lib/utils/typedownQueryKey.js +3 -4
  145. package/es/lib/utils/validators.js +25 -32
  146. package/package.json +12 -2
  147. package/src/lib/CustomProperties/View/CustomPropertyCard.js +3 -3
  148. package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +0 -69
  149. package/es/artifacts/coverage-jest/lcov-report/prettify.js +0 -814
  150. package/es/artifacts/coverage-jest/lcov-report/sorter.js +0 -181
  151. package/junit.xml +0 -273
  152. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +0 -364
  153. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +0 -1426
  154. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +0 -146
  155. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +0 -88
  156. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +0 -667
  157. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +0 -1162
  158. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +0 -1474
  159. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +0 -733
  160. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +0 -176
  161. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +0 -97
  162. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +0 -793
  163. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +0 -208
  164. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +0 -352
  165. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +0 -826
  166. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +0 -1297
  167. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +0 -454
  168. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +0 -206
  169. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +0 -100
  170. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +0 -271
  171. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +0 -499
  172. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +0 -568
  173. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +0 -415
  174. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +0 -340
  175. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +0 -502
  176. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +0 -251
  177. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +0 -103
  178. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +0 -223
  179. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +0 -271
  180. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +0 -199
  181. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +0 -253
  182. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +0 -211
  183. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +0 -445
  184. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +0 -619
  185. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +0 -176
  186. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +0 -94
  187. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +0 -571
  188. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +0 -116
  189. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +0 -175
  190. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +0 -217
  191. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +0 -131
  192. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +0 -88
  193. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +0 -664
  194. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +0 -131
  195. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +0 -88
  196. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +0 -730
  197. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +0 -131
  198. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +0 -88
  199. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +0 -271
  200. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +0 -250
  201. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +0 -412
  202. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +0 -313
  203. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +0 -559
  204. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +0 -161
  205. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +0 -94
  206. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +0 -146
  207. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +0 -94
  208. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +0 -379
  209. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +0 -131
  210. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +0 -88
  211. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +0 -247
  212. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +0 -131
  213. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +0 -88
  214. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +0 -508
  215. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +0 -131
  216. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +0 -88
  217. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +0 -361
  218. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +0 -131
  219. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +0 -88
  220. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +0 -190
  221. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +0 -131
  222. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +0 -88
  223. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +0 -370
  224. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +0 -131
  225. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +0 -88
  226. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +0 -571
  227. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +0 -146
  228. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +0 -88
  229. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +0 -253
  230. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +0 -718
  231. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +0 -146
  232. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +0 -91
  233. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +0 -127
  234. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +0 -1069
  235. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +0 -400
  236. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +0 -131
  237. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +0 -88
  238. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +0 -131
  239. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +0 -91
  240. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +0 -346
  241. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +0 -131
  242. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +0 -88
  243. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +0 -307
  244. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +0 -131
  245. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +0 -88
  246. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +0 -214
  247. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +0 -131
  248. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +0 -88
  249. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +0 -208
  250. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +0 -208
  251. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +0 -146
  252. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +0 -91
  253. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +0 -901
  254. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +0 -131
  255. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +0 -88
  256. package/src/artifacts/coverage-jest/lcov-report/base.css +0 -224
  257. package/src/artifacts/coverage-jest/lcov-report/block-navigation.js +0 -87
  258. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +0 -121
  259. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +0 -94
  260. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +0 -131
  261. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +0 -97
  262. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +0 -131
  263. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +0 -91
  264. package/src/artifacts/coverage-jest/lcov-report/favicon.png +0 -0
  265. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +0 -371
  266. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +0 -139
  267. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +0 -161
  268. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +0 -94
  269. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +0 -292
  270. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +0 -214
  271. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +0 -463
  272. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +0 -161
  273. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +0 -94
  274. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +0 -520
  275. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +0 -181
  276. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +0 -163
  277. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +0 -157
  278. package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +0 -205
  279. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +0 -325
  280. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +0 -283
  281. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +0 -151
  282. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +0 -199
  283. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +0 -118
  284. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +0 -238
  285. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +0 -274
  286. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +0 -196
  287. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +0 -136
  288. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +0 -283
  289. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +0 -274
  290. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +0 -322
  291. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +0 -208
  292. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +0 -265
  293. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +0 -187
  294. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +0 -166
  295. package/src/artifacts/coverage-jest/lcov-report/index.html +0 -581
  296. package/src/artifacts/coverage-jest/lcov-report/prettify.css +0 -1
  297. package/src/artifacts/coverage-jest/lcov-report/prettify.js +0 -2
  298. package/src/artifacts/coverage-jest/lcov-report/sort-arrow-sprite.png +0 -0
  299. package/src/artifacts/coverage-jest/lcov-report/sorter.js +0 -196
  300. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +0 -193
  301. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +0 -109
  302. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +0 -631
  303. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +0 -124
  304. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +0 -211
  305. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +0 -341
  306. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +0 -193
  307. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +0 -127
  308. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +0 -142
  309. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +0 -280
  310. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +0 -109
  311. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +0 -112
  312. package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +0 -166
  313. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +0 -103
  314. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +0 -130
  315. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +0 -127
  316. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +0 -112
  317. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +0 -370
  318. package/src/artifacts/coverage-jest/lcov.info +0 -4957
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [3.2.4](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v3.2.3...v3.2.4) (2023-11-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add semantic release script to package.json ([cf52721](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/cf52721c3ba2bdaefd794ac9d186d5aeeba26846))
7
+
8
+ ## 3.2.3 2023-04-04
9
+ * ERM-2879 FOLIO > Agreement App > Supplementary properties is showing the value of 'Visibility' as 'Public' regardless of selection
10
+
1
11
  ## 3.2.2 2023-01-24
2
12
  * parseErrorResponse now includes a status code, where applicable
3
13
 
package/es/index.js CHANGED
@@ -1,463 +1,462 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
7
6
  Object.defineProperty(exports, "ActionList", {
8
7
  enumerable: true,
9
- get: function get() {
8
+ get: function () {
10
9
  return _ActionList.default;
11
10
  }
12
11
  });
13
12
  Object.defineProperty(exports, "CustomPropertiesEdit", {
14
13
  enumerable: true,
15
- get: function get() {
14
+ get: function () {
16
15
  return _CustomProperties.CustomPropertiesEdit;
17
16
  }
18
17
  });
19
18
  Object.defineProperty(exports, "CustomPropertiesEditCtx", {
20
19
  enumerable: true,
21
- get: function get() {
20
+ get: function () {
22
21
  return _CustomProperties.CustomPropertiesEditCtx;
23
22
  }
24
23
  });
25
24
  Object.defineProperty(exports, "CustomPropertiesFilter", {
26
25
  enumerable: true,
27
- get: function get() {
26
+ get: function () {
28
27
  return _CustomProperties.CustomPropertiesFilter;
29
28
  }
30
29
  });
31
30
  Object.defineProperty(exports, "CustomPropertiesFilterField", {
32
31
  enumerable: true,
33
- get: function get() {
32
+ get: function () {
34
33
  return _CustomProperties.CustomPropertiesFilterField;
35
34
  }
36
35
  });
37
36
  Object.defineProperty(exports, "CustomPropertiesFilterFieldArray", {
38
37
  enumerable: true,
39
- get: function get() {
38
+ get: function () {
40
39
  return _CustomProperties.CustomPropertiesFilterFieldArray;
41
40
  }
42
41
  });
43
42
  Object.defineProperty(exports, "CustomPropertiesFilterForm", {
44
43
  enumerable: true,
45
- get: function get() {
44
+ get: function () {
46
45
  return _CustomProperties.CustomPropertiesFilterForm;
47
46
  }
48
47
  });
49
48
  Object.defineProperty(exports, "CustomPropertiesListField", {
50
49
  enumerable: true,
51
- get: function get() {
50
+ get: function () {
52
51
  return _CustomProperties.CustomPropertiesListField;
53
52
  }
54
53
  });
55
54
  Object.defineProperty(exports, "CustomPropertiesLookup", {
56
55
  enumerable: true,
57
- get: function get() {
56
+ get: function () {
58
57
  return _CustomProperties.CustomPropertiesLookup;
59
58
  }
60
59
  });
61
60
  Object.defineProperty(exports, "CustomPropertiesSettings", {
62
61
  enumerable: true,
63
- get: function get() {
62
+ get: function () {
64
63
  return _CustomProperties.CustomPropertiesSettings;
65
64
  }
66
65
  });
67
66
  Object.defineProperty(exports, "CustomPropertiesView", {
68
67
  enumerable: true,
69
- get: function get() {
68
+ get: function () {
70
69
  return _CustomProperties.CustomPropertiesView;
71
70
  }
72
71
  });
73
72
  Object.defineProperty(exports, "CustomPropertiesViewCtx", {
74
73
  enumerable: true,
75
- get: function get() {
74
+ get: function () {
76
75
  return _CustomProperties.CustomPropertiesViewCtx;
77
76
  }
78
77
  });
79
78
  Object.defineProperty(exports, "CustomPropertyCard", {
80
79
  enumerable: true,
81
- get: function get() {
80
+ get: function () {
82
81
  return _CustomProperties.CustomPropertyCard;
83
82
  }
84
83
  });
85
84
  Object.defineProperty(exports, "CustomPropertyField", {
86
85
  enumerable: true,
87
- get: function get() {
86
+ get: function () {
88
87
  return _CustomProperties.CustomPropertyField;
89
88
  }
90
89
  });
91
90
  Object.defineProperty(exports, "CustomPropertyForm", {
92
91
  enumerable: true,
93
- get: function get() {
92
+ get: function () {
94
93
  return _CustomProperties.CustomPropertyForm;
95
94
  }
96
95
  });
97
96
  Object.defineProperty(exports, "CustomPropertyFormCard", {
98
97
  enumerable: true,
99
- get: function get() {
98
+ get: function () {
100
99
  return _CustomProperties.CustomPropertyFormCard;
101
100
  }
102
101
  });
103
102
  Object.defineProperty(exports, "CustomPropertyView", {
104
103
  enumerable: true,
105
- get: function get() {
104
+ get: function () {
106
105
  return _CustomProperties.CustomPropertyView;
107
106
  }
108
107
  });
109
108
  Object.defineProperty(exports, "CycleButton", {
110
109
  enumerable: true,
111
- get: function get() {
110
+ get: function () {
112
111
  return _CycleButton.default;
113
112
  }
114
113
  });
115
114
  Object.defineProperty(exports, "EditableRefdataCategoryList", {
116
115
  enumerable: true,
117
- get: function get() {
116
+ get: function () {
118
117
  return _EditableRefdataCategoryList.default;
119
118
  }
120
119
  });
121
120
  Object.defineProperty(exports, "EditableRefdataList", {
122
121
  enumerable: true,
123
- get: function get() {
122
+ get: function () {
124
123
  return _EditableRefdataList.default;
125
124
  }
126
125
  });
127
126
  Object.defineProperty(exports, "FormModal", {
128
127
  enumerable: true,
129
- get: function get() {
128
+ get: function () {
130
129
  return _FormModal.default;
131
130
  }
132
131
  });
133
132
  Object.defineProperty(exports, "FormattedKintMessage", {
134
133
  enumerable: true,
135
- get: function get() {
134
+ get: function () {
136
135
  return _FormattedKintMessage.default;
137
136
  }
138
137
  });
139
138
  Object.defineProperty(exports, "IconSelect", {
140
139
  enumerable: true,
141
- get: function get() {
140
+ get: function () {
142
141
  return _IconSelect.default;
143
142
  }
144
143
  });
145
144
  Object.defineProperty(exports, "NoResultsMessage", {
146
145
  enumerable: true,
147
- get: function get() {
146
+ get: function () {
148
147
  return _NoResultsMessage.default;
149
148
  }
150
149
  });
151
150
  Object.defineProperty(exports, "QueryTypedown", {
152
151
  enumerable: true,
153
- get: function get() {
152
+ get: function () {
154
153
  return _QueryTypedown.default;
155
154
  }
156
155
  });
157
156
  Object.defineProperty(exports, "RefdataButtons", {
158
157
  enumerable: true,
159
- get: function get() {
158
+ get: function () {
160
159
  return _RefdataButtons.default;
161
160
  }
162
161
  });
163
162
  Object.defineProperty(exports, "ResponsiveButtonGroup", {
164
163
  enumerable: true,
165
- get: function get() {
164
+ get: function () {
166
165
  return _ResponsiveButtonGroup.default;
167
166
  }
168
167
  });
169
168
  Object.defineProperty(exports, "RichSelect", {
170
169
  enumerable: true,
171
- get: function get() {
170
+ get: function () {
172
171
  return _RichSelect.default;
173
172
  }
174
173
  });
175
174
  Object.defineProperty(exports, "SASQLookupComponent", {
176
175
  enumerable: true,
177
- get: function get() {
176
+ get: function () {
178
177
  return _SASQLookupComponent.SASQLookupComponent;
179
178
  }
180
179
  });
181
180
  Object.defineProperty(exports, "SASQRoute", {
182
181
  enumerable: true,
183
- get: function get() {
182
+ get: function () {
184
183
  return _SASQRoute.default;
185
184
  }
186
185
  });
187
186
  Object.defineProperty(exports, "SASQTableBody", {
188
187
  enumerable: true,
189
- get: function get() {
188
+ get: function () {
190
189
  return _SASQLookupComponent.TableBody;
191
190
  }
192
191
  });
193
192
  Object.defineProperty(exports, "SASQViewComponent", {
194
193
  enumerable: true,
195
- get: function get() {
194
+ get: function () {
196
195
  return _SASQViewComponent.default;
197
196
  }
198
197
  });
199
198
  Object.defineProperty(exports, "SearchField", {
200
199
  enumerable: true,
201
- get: function get() {
200
+ get: function () {
202
201
  return _SearchField.default;
203
202
  }
204
203
  });
205
204
  Object.defineProperty(exports, "SettingPage", {
206
205
  enumerable: true,
207
- get: function get() {
206
+ get: function () {
208
207
  return _SettingPage.SettingPage;
209
208
  }
210
209
  });
211
210
  Object.defineProperty(exports, "SettingPagePane", {
212
211
  enumerable: true,
213
- get: function get() {
212
+ get: function () {
214
213
  return _SettingPage.SettingPagePane;
215
214
  }
216
215
  });
217
216
  Object.defineProperty(exports, "SettingsContext", {
218
217
  enumerable: true,
219
- get: function get() {
218
+ get: function () {
220
219
  return _contexts.SettingsContext;
221
220
  }
222
221
  });
223
222
  Object.defineProperty(exports, "Typedown", {
224
223
  enumerable: true,
225
- get: function get() {
224
+ get: function () {
226
225
  return _Typedown.default;
227
226
  }
228
227
  });
229
228
  Object.defineProperty(exports, "boldString", {
230
229
  enumerable: true,
231
- get: function get() {
230
+ get: function () {
232
231
  return _utils.boldString;
233
232
  }
234
233
  });
235
234
  Object.defineProperty(exports, "composeValidators", {
236
235
  enumerable: true,
237
- get: function get() {
236
+ get: function () {
238
237
  return _utils.composeValidators;
239
238
  }
240
239
  });
241
240
  Object.defineProperty(exports, "composeValidatorsWithArgs", {
242
241
  enumerable: true,
243
- get: function get() {
242
+ get: function () {
244
243
  return _utils.composeValidatorsWithArgs;
245
244
  }
246
245
  });
247
246
  exports.customPropertyContants = void 0;
248
247
  Object.defineProperty(exports, "generateKiwtQuery", {
249
248
  enumerable: true,
250
- get: function get() {
249
+ get: function () {
251
250
  return _utils.generateKiwtQuery;
252
251
  }
253
252
  });
254
253
  Object.defineProperty(exports, "generateKiwtQueryParams", {
255
254
  enumerable: true,
256
- get: function get() {
255
+ get: function () {
257
256
  return _utils.generateKiwtQueryParams;
258
257
  }
259
258
  });
260
259
  Object.defineProperty(exports, "groupCustomPropertiesByCtx", {
261
260
  enumerable: true,
262
- get: function get() {
261
+ get: function () {
263
262
  return _utils.groupCustomPropertiesByCtx;
264
263
  }
265
264
  });
266
265
  Object.defineProperty(exports, "highlightString", {
267
266
  enumerable: true,
268
- get: function get() {
267
+ get: function () {
269
268
  return _utils.highlightString;
270
269
  }
271
270
  });
272
271
  Object.defineProperty(exports, "invalidNumber", {
273
272
  enumerable: true,
274
- get: function get() {
273
+ get: function () {
275
274
  return _utils.invalidNumber;
276
275
  }
277
276
  });
278
277
  Object.defineProperty(exports, "matchString", {
279
278
  enumerable: true,
280
- get: function get() {
279
+ get: function () {
281
280
  return _utils.matchString;
282
281
  }
283
282
  });
284
283
  Object.defineProperty(exports, "parseErrorResponse", {
285
284
  enumerable: true,
286
- get: function get() {
285
+ get: function () {
287
286
  return _utils.parseErrorResponse;
288
287
  }
289
288
  });
290
289
  Object.defineProperty(exports, "rangeOverflow", {
291
290
  enumerable: true,
292
- get: function get() {
291
+ get: function () {
293
292
  return _utils.rangeOverflow;
294
293
  }
295
294
  });
296
295
  Object.defineProperty(exports, "rangeUnderflow", {
297
296
  enumerable: true,
298
- get: function get() {
297
+ get: function () {
299
298
  return _utils.rangeUnderflow;
300
299
  }
301
300
  });
302
301
  Object.defineProperty(exports, "refdataOptions", {
303
302
  enumerable: true,
304
- get: function get() {
303
+ get: function () {
305
304
  return _utils.refdataOptions;
306
305
  }
307
306
  });
308
307
  Object.defineProperty(exports, "refdataQueryKey", {
309
308
  enumerable: true,
310
- get: function get() {
309
+ get: function () {
311
310
  return _utils.refdataQueryKey;
312
311
  }
313
312
  });
314
313
  Object.defineProperty(exports, "required", {
315
314
  enumerable: true,
316
- get: function get() {
315
+ get: function () {
317
316
  return _utils.required;
318
317
  }
319
318
  });
320
319
  Object.defineProperty(exports, "requiredObject", {
321
320
  enumerable: true,
322
- get: function get() {
321
+ get: function () {
323
322
  return _utils.requiredObject;
324
323
  }
325
324
  });
326
325
  Object.defineProperty(exports, "selectorSafe", {
327
326
  enumerable: true,
328
- get: function get() {
327
+ get: function () {
329
328
  return _utils.selectorSafe;
330
329
  }
331
330
  });
332
331
  Object.defineProperty(exports, "typedownQueryKey", {
333
332
  enumerable: true,
334
- get: function get() {
333
+ get: function () {
335
334
  return _utils.typedownQueryKey;
336
335
  }
337
336
  });
338
337
  Object.defineProperty(exports, "useActiveElement", {
339
338
  enumerable: true,
340
- get: function get() {
339
+ get: function () {
341
340
  return _hooks.useActiveElement;
342
341
  }
343
342
  });
344
343
  Object.defineProperty(exports, "useAppSettings", {
345
344
  enumerable: true,
346
- get: function get() {
345
+ get: function () {
347
346
  return _hooks.useAppSettings;
348
347
  }
349
348
  });
350
349
  Object.defineProperty(exports, "useCustomProperties", {
351
350
  enumerable: true,
352
- get: function get() {
351
+ get: function () {
353
352
  return _hooks.useCustomProperties;
354
353
  }
355
354
  });
356
355
  Object.defineProperty(exports, "useHelperApp", {
357
356
  enumerable: true,
358
- get: function get() {
357
+ get: function () {
359
358
  return _hooks.useHelperApp;
360
359
  }
361
360
  });
362
361
  Object.defineProperty(exports, "useIntlKey", {
363
362
  enumerable: true,
364
- get: function get() {
363
+ get: function () {
365
364
  return _hooks.useIntlKey;
366
365
  }
367
366
  });
368
367
  Object.defineProperty(exports, "useIntlKeyStore", {
369
368
  enumerable: true,
370
- get: function get() {
369
+ get: function () {
371
370
  return _hooks.useIntlKeyStore;
372
371
  }
373
372
  });
374
373
  Object.defineProperty(exports, "useInvalidateRefdata", {
375
374
  enumerable: true,
376
- get: function get() {
375
+ get: function () {
377
376
  return _hooks.useInvalidateRefdata;
378
377
  }
379
378
  });
380
379
  Object.defineProperty(exports, "useKintIntl", {
381
380
  enumerable: true,
382
- get: function get() {
381
+ get: function () {
383
382
  return _hooks.useKintIntl;
384
383
  }
385
384
  });
386
385
  Object.defineProperty(exports, "useKiwtFieldArray", {
387
386
  enumerable: true,
388
- get: function get() {
387
+ get: function () {
389
388
  return _hooks.useKiwtFieldArray;
390
389
  }
391
390
  });
392
391
  Object.defineProperty(exports, "useKiwtSASQuery", {
393
392
  enumerable: true,
394
- get: function get() {
393
+ get: function () {
395
394
  return _hooks.useKiwtSASQuery;
396
395
  }
397
396
  });
398
397
  Object.defineProperty(exports, "useLocalStorageState", {
399
398
  enumerable: true,
400
- get: function get() {
399
+ get: function () {
401
400
  return _hooks.useLocalStorageState;
402
401
  }
403
402
  });
404
403
  Object.defineProperty(exports, "useMutateCustomProperties", {
405
404
  enumerable: true,
406
- get: function get() {
405
+ get: function () {
407
406
  return _hooks.useMutateCustomProperties;
408
407
  }
409
408
  });
410
409
  Object.defineProperty(exports, "useMutateRefdataValue", {
411
410
  enumerable: true,
412
- get: function get() {
411
+ get: function () {
413
412
  return _hooks.useMutateRefdataValue;
414
413
  }
415
414
  });
416
415
  Object.defineProperty(exports, "useOperators", {
417
416
  enumerable: true,
418
- get: function get() {
417
+ get: function () {
419
418
  return _CustomProperties.useOperators;
420
419
  }
421
420
  });
422
421
  Object.defineProperty(exports, "useParseActiveFilterStrings", {
423
422
  enumerable: true,
424
- get: function get() {
423
+ get: function () {
425
424
  return _CustomProperties.useParseActiveFilterStrings;
426
425
  }
427
426
  });
428
427
  Object.defineProperty(exports, "useQIndex", {
429
428
  enumerable: true,
430
- get: function get() {
429
+ get: function () {
431
430
  return _hooks.useQIndex;
432
431
  }
433
432
  });
434
433
  Object.defineProperty(exports, "useRefdata", {
435
434
  enumerable: true,
436
- get: function get() {
435
+ get: function () {
437
436
  return _hooks.useRefdata;
438
437
  }
439
438
  });
440
439
  Object.defineProperty(exports, "useSASQQueryMeta", {
441
440
  enumerable: true,
442
- get: function get() {
441
+ get: function () {
443
442
  return _hooks.useSASQQueryMeta;
444
443
  }
445
444
  });
446
445
  Object.defineProperty(exports, "useSelectedOption", {
447
446
  enumerable: true,
448
- get: function get() {
447
+ get: function () {
449
448
  return _RichSelect.useSelectedOption;
450
449
  }
451
450
  });
452
451
  Object.defineProperty(exports, "useSettings", {
453
452
  enumerable: true,
454
- get: function get() {
453
+ get: function () {
455
454
  return _hooks.useSettings;
456
455
  }
457
456
  });
458
457
  Object.defineProperty(exports, "useTemplates", {
459
458
  enumerable: true,
460
- get: function get() {
459
+ get: function () {
461
460
  return _hooks.useTemplates;
462
461
  }
463
462
  });
@@ -485,6 +484,6 @@ var _IconSelect = _interopRequireDefault(require("./lib/IconSelect"));
485
484
  var _RichSelect = _interopRequireWildcard(require("./lib/RichSelect"));
486
485
  var _FormattedKintMessage = _interopRequireDefault(require("./lib/FormattedKintMessage"));
487
486
  var _ResponsiveButtonGroup = _interopRequireDefault(require("./lib/ResponsiveButtonGroup"));
488
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
489
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
487
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
488
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
490
489
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }