@transferwise/components 0.0.0-experimental-9c03743 → 0.0.0-experimental-7cde2bc

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 (343) hide show
  1. package/build/accordion/AccordionItem/AccordionItem.js +19 -3
  2. package/build/accordion/AccordionItem/AccordionItem.js.map +1 -1
  3. package/build/accordion/AccordionItem/AccordionItem.mjs +19 -3
  4. package/build/accordion/AccordionItem/AccordionItem.mjs.map +1 -1
  5. package/build/actionButton/ActionButton.js +19 -1
  6. package/build/actionButton/ActionButton.js.map +1 -1
  7. package/build/actionButton/ActionButton.mjs +19 -1
  8. package/build/actionButton/ActionButton.mjs.map +1 -1
  9. package/build/actionOption/ActionOption.js +19 -1
  10. package/build/actionOption/ActionOption.js.map +1 -1
  11. package/build/actionOption/ActionOption.mjs +19 -1
  12. package/build/actionOption/ActionOption.mjs.map +1 -1
  13. package/build/alert/Alert.js +19 -3
  14. package/build/alert/Alert.js.map +1 -1
  15. package/build/alert/Alert.mjs +19 -3
  16. package/build/alert/Alert.mjs.map +1 -1
  17. package/build/alert/inlineMarkdown/InlineMarkdown.js +19 -1
  18. package/build/alert/inlineMarkdown/InlineMarkdown.js.map +1 -1
  19. package/build/alert/inlineMarkdown/InlineMarkdown.mjs +19 -1
  20. package/build/alert/inlineMarkdown/InlineMarkdown.mjs.map +1 -1
  21. package/build/avatar/Avatar.js +19 -1
  22. package/build/avatar/Avatar.js.map +1 -1
  23. package/build/avatar/Avatar.mjs +19 -1
  24. package/build/avatar/Avatar.mjs.map +1 -1
  25. package/build/avatarWrapper/AvatarWrapper.js +19 -2
  26. package/build/avatarWrapper/AvatarWrapper.js.map +1 -1
  27. package/build/avatarWrapper/AvatarWrapper.mjs +19 -2
  28. package/build/avatarWrapper/AvatarWrapper.mjs.map +1 -1
  29. package/build/badge/Badge.js +19 -2
  30. package/build/badge/Badge.js.map +1 -1
  31. package/build/badge/Badge.mjs +19 -2
  32. package/build/badge/Badge.mjs.map +1 -1
  33. package/build/button/Button.js +19 -2
  34. package/build/button/Button.js.map +1 -1
  35. package/build/button/Button.mjs +19 -2
  36. package/build/button/Button.mjs.map +1 -1
  37. package/build/button/classMap.js +18 -0
  38. package/build/button/classMap.js.map +1 -1
  39. package/build/button/classMap.mjs +18 -0
  40. package/build/button/classMap.mjs.map +1 -1
  41. package/build/button/legacyUtils/legacyUtils.js +18 -2
  42. package/build/button/legacyUtils/legacyUtils.js.map +1 -1
  43. package/build/button/legacyUtils/legacyUtils.mjs +18 -2
  44. package/build/button/legacyUtils/legacyUtils.mjs.map +1 -1
  45. package/build/card/Card.js +19 -2
  46. package/build/card/Card.js.map +1 -1
  47. package/build/card/Card.mjs +19 -2
  48. package/build/card/Card.mjs.map +1 -1
  49. package/build/checkbox/Checkbox.js +19 -1
  50. package/build/checkbox/Checkbox.js.map +1 -1
  51. package/build/checkbox/Checkbox.mjs +19 -1
  52. package/build/checkbox/Checkbox.mjs.map +1 -1
  53. package/build/chevron/Chevron.js +18 -1
  54. package/build/chevron/Chevron.js.map +1 -1
  55. package/build/chevron/Chevron.mjs +18 -1
  56. package/build/chevron/Chevron.mjs.map +1 -1
  57. package/build/chips/Chip.js +19 -1
  58. package/build/chips/Chip.js.map +1 -1
  59. package/build/chips/Chip.mjs +19 -1
  60. package/build/chips/Chip.mjs.map +1 -1
  61. package/build/circularButton/CircularButton.js +19 -2
  62. package/build/circularButton/CircularButton.js.map +1 -1
  63. package/build/circularButton/CircularButton.mjs +19 -2
  64. package/build/circularButton/CircularButton.mjs.map +1 -1
  65. package/build/common/bottomSheet/BottomSheet.js +3 -2
  66. package/build/common/bottomSheet/BottomSheet.js.map +1 -1
  67. package/build/common/bottomSheet/BottomSheet.mjs +3 -2
  68. package/build/common/bottomSheet/BottomSheet.mjs.map +1 -1
  69. package/build/common/hooks/useHasIntersected/useHasIntersected.js +10 -10
  70. package/build/common/hooks/useHasIntersected/useHasIntersected.js.map +1 -1
  71. package/build/common/hooks/useHasIntersected/useHasIntersected.mjs +10 -10
  72. package/build/common/hooks/useHasIntersected/useHasIntersected.mjs.map +1 -1
  73. package/build/common/locale/index.js +18 -0
  74. package/build/common/locale/index.js.map +1 -1
  75. package/build/common/locale/index.mjs +18 -0
  76. package/build/common/locale/index.mjs.map +1 -1
  77. package/build/common/panel/Panel.js +19 -1
  78. package/build/common/panel/Panel.js.map +1 -1
  79. package/build/common/panel/Panel.mjs +19 -1
  80. package/build/common/panel/Panel.mjs.map +1 -1
  81. package/build/common/responsivePanel/ResponsivePanel.js +22 -2
  82. package/build/common/responsivePanel/ResponsivePanel.js.map +1 -1
  83. package/build/common/responsivePanel/ResponsivePanel.mjs +22 -2
  84. package/build/common/responsivePanel/ResponsivePanel.mjs.map +1 -1
  85. package/build/criticalBanner/CriticalCommsBanner.js +19 -3
  86. package/build/criticalBanner/CriticalCommsBanner.js.map +1 -1
  87. package/build/criticalBanner/CriticalCommsBanner.mjs +19 -3
  88. package/build/criticalBanner/CriticalCommsBanner.mjs.map +1 -1
  89. package/build/dateInput/DateInput.js +19 -4
  90. package/build/dateInput/DateInput.js.map +1 -1
  91. package/build/dateInput/DateInput.mjs +19 -4
  92. package/build/dateInput/DateInput.mjs.map +1 -1
  93. package/build/dateLookup/DateLookup.js +20 -5
  94. package/build/dateLookup/DateLookup.js.map +1 -1
  95. package/build/dateLookup/DateLookup.mjs +20 -5
  96. package/build/dateLookup/DateLookup.mjs.map +1 -1
  97. package/build/dateLookup/dateHeader/DateHeader.js +23 -4
  98. package/build/dateLookup/dateHeader/DateHeader.js.map +1 -1
  99. package/build/dateLookup/dateHeader/DateHeader.mjs +23 -4
  100. package/build/dateLookup/dateHeader/DateHeader.mjs.map +1 -1
  101. package/build/dateLookup/dateTrigger/DateTrigger.js +19 -3
  102. package/build/dateLookup/dateTrigger/DateTrigger.js.map +1 -1
  103. package/build/dateLookup/dateTrigger/DateTrigger.mjs +19 -3
  104. package/build/dateLookup/dateTrigger/DateTrigger.mjs.map +1 -1
  105. package/build/decision/Decision.js +19 -2
  106. package/build/decision/Decision.js.map +1 -1
  107. package/build/decision/Decision.mjs +19 -2
  108. package/build/decision/Decision.mjs.map +1 -1
  109. package/build/definitionList/DefinitionList.js +19 -1
  110. package/build/definitionList/DefinitionList.js.map +1 -1
  111. package/build/definitionList/DefinitionList.mjs +19 -1
  112. package/build/definitionList/DefinitionList.mjs.map +1 -1
  113. package/build/dimmer/Dimmer.js +20 -1
  114. package/build/dimmer/Dimmer.js.map +1 -1
  115. package/build/dimmer/Dimmer.mjs +20 -1
  116. package/build/dimmer/Dimmer.mjs.map +1 -1
  117. package/build/display/Display.js +19 -1
  118. package/build/display/Display.js.map +1 -1
  119. package/build/display/Display.mjs +19 -1
  120. package/build/display/Display.mjs.map +1 -1
  121. package/build/drawer/Drawer.js +22 -3
  122. package/build/drawer/Drawer.js.map +1 -1
  123. package/build/drawer/Drawer.mjs +22 -3
  124. package/build/drawer/Drawer.mjs.map +1 -1
  125. package/build/field/Field.js +19 -1
  126. package/build/field/Field.js.map +1 -1
  127. package/build/field/Field.mjs +19 -1
  128. package/build/field/Field.mjs.map +1 -1
  129. package/build/flowNavigation/FlowNavigation.js +19 -2
  130. package/build/flowNavigation/FlowNavigation.js.map +1 -1
  131. package/build/flowNavigation/FlowNavigation.mjs +19 -2
  132. package/build/flowNavigation/FlowNavigation.mjs.map +1 -1
  133. package/build/header/Header.js +19 -1
  134. package/build/header/Header.js.map +1 -1
  135. package/build/header/Header.mjs +19 -1
  136. package/build/header/Header.mjs.map +1 -1
  137. package/build/image/Image.js +4 -1
  138. package/build/image/Image.js.map +1 -1
  139. package/build/image/Image.mjs +4 -1
  140. package/build/image/Image.mjs.map +1 -1
  141. package/build/index.js +64 -62
  142. package/build/index.js.map +1 -1
  143. package/build/index.mjs +22 -20
  144. package/build/index.mjs.map +1 -1
  145. package/build/info/Info.js +19 -2
  146. package/build/info/Info.js.map +1 -1
  147. package/build/info/Info.mjs +19 -2
  148. package/build/info/Info.mjs.map +1 -1
  149. package/build/inlineAlert/InlineAlert.js +19 -2
  150. package/build/inlineAlert/InlineAlert.js.map +1 -1
  151. package/build/inlineAlert/InlineAlert.mjs +19 -2
  152. package/build/inlineAlert/InlineAlert.mjs.map +1 -1
  153. package/build/inputs/SearchInput.js +19 -1
  154. package/build/inputs/SearchInput.js.map +1 -1
  155. package/build/inputs/SearchInput.mjs +19 -1
  156. package/build/inputs/SearchInput.mjs.map +1 -1
  157. package/build/inputs/SelectInput.js +4 -38
  158. package/build/inputs/SelectInput.js.map +1 -1
  159. package/build/inputs/SelectInput.mjs +4 -38
  160. package/build/inputs/SelectInput.mjs.map +1 -1
  161. package/build/instructionsList/InstructionsList.js +19 -1
  162. package/build/instructionsList/InstructionsList.js.map +1 -1
  163. package/build/instructionsList/InstructionsList.mjs +19 -1
  164. package/build/instructionsList/InstructionsList.mjs.map +1 -1
  165. package/build/loader/Loader.js +19 -1
  166. package/build/loader/Loader.js.map +1 -1
  167. package/build/loader/Loader.mjs +19 -1
  168. package/build/loader/Loader.mjs.map +1 -1
  169. package/build/markdown/Markdown.js +19 -1
  170. package/build/markdown/Markdown.js.map +1 -1
  171. package/build/markdown/Markdown.mjs +19 -1
  172. package/build/markdown/Markdown.mjs.map +1 -1
  173. package/build/modal/Modal.js +22 -5
  174. package/build/modal/Modal.js.map +1 -1
  175. package/build/modal/Modal.mjs +22 -5
  176. package/build/modal/Modal.mjs.map +1 -1
  177. package/build/moneyInput/MoneyInput.js +19 -2
  178. package/build/moneyInput/MoneyInput.js.map +1 -1
  179. package/build/moneyInput/MoneyInput.mjs +19 -2
  180. package/build/moneyInput/MoneyInput.mjs.map +1 -1
  181. package/build/navigationOption/NavigationOption.js +19 -1
  182. package/build/navigationOption/NavigationOption.js.map +1 -1
  183. package/build/navigationOption/NavigationOption.mjs +19 -1
  184. package/build/navigationOption/NavigationOption.mjs.map +1 -1
  185. package/build/nudge/Nudge.js +19 -1
  186. package/build/nudge/Nudge.js.map +1 -1
  187. package/build/nudge/Nudge.mjs +19 -1
  188. package/build/nudge/Nudge.mjs.map +1 -1
  189. package/build/overlayHeader/OverlayHeader.js +19 -1
  190. package/build/overlayHeader/OverlayHeader.js.map +1 -1
  191. package/build/overlayHeader/OverlayHeader.mjs +19 -1
  192. package/build/overlayHeader/OverlayHeader.mjs.map +1 -1
  193. package/build/phoneNumberInput/PhoneNumberInput.js +19 -1
  194. package/build/phoneNumberInput/PhoneNumberInput.js.map +1 -1
  195. package/build/phoneNumberInput/PhoneNumberInput.mjs +19 -1
  196. package/build/phoneNumberInput/PhoneNumberInput.mjs.map +1 -1
  197. package/build/popover/Popover.js +20 -3
  198. package/build/popover/Popover.js.map +1 -1
  199. package/build/popover/Popover.mjs +20 -3
  200. package/build/popover/Popover.mjs.map +1 -1
  201. package/build/processIndicator/ProcessIndicator.js +19 -1
  202. package/build/processIndicator/ProcessIndicator.js.map +1 -1
  203. package/build/processIndicator/ProcessIndicator.mjs +19 -1
  204. package/build/processIndicator/ProcessIndicator.mjs.map +1 -1
  205. package/build/progressBar/ProgressBar.js +19 -1
  206. package/build/progressBar/ProgressBar.js.map +1 -1
  207. package/build/progressBar/ProgressBar.mjs +19 -1
  208. package/build/progressBar/ProgressBar.mjs.map +1 -1
  209. package/build/promoCard/PromoCard.js +19 -1
  210. package/build/promoCard/PromoCard.js.map +1 -1
  211. package/build/promoCard/PromoCard.mjs +19 -1
  212. package/build/promoCard/PromoCard.mjs.map +1 -1
  213. package/build/promoCard/PromoCardIndicator.js +19 -1
  214. package/build/promoCard/PromoCardIndicator.js.map +1 -1
  215. package/build/promoCard/PromoCardIndicator.mjs +19 -1
  216. package/build/promoCard/PromoCardIndicator.mjs.map +1 -1
  217. package/build/provider/Provider.js +20 -1
  218. package/build/provider/Provider.js.map +1 -1
  219. package/build/provider/Provider.mjs +20 -1
  220. package/build/provider/Provider.mjs.map +1 -1
  221. package/build/radio/Radio.js +19 -1
  222. package/build/radio/Radio.js.map +1 -1
  223. package/build/radio/Radio.mjs +19 -1
  224. package/build/radio/Radio.mjs.map +1 -1
  225. package/build/segmentedControl/SegmentedControl.js +19 -1
  226. package/build/segmentedControl/SegmentedControl.js.map +1 -1
  227. package/build/segmentedControl/SegmentedControl.mjs +19 -1
  228. package/build/segmentedControl/SegmentedControl.mjs.map +1 -1
  229. package/build/select/Select.js +23 -3
  230. package/build/select/Select.js.map +1 -1
  231. package/build/select/Select.mjs +23 -3
  232. package/build/select/Select.mjs.map +1 -1
  233. package/build/select/option/Option.js +19 -1
  234. package/build/select/option/Option.js.map +1 -1
  235. package/build/select/option/Option.mjs +19 -1
  236. package/build/select/option/Option.mjs.map +1 -1
  237. package/build/selectOption/SelectOption.js +20 -3
  238. package/build/selectOption/SelectOption.js.map +1 -1
  239. package/build/selectOption/SelectOption.mjs +20 -3
  240. package/build/selectOption/SelectOption.mjs.map +1 -1
  241. package/build/stepper/Stepper.js +21 -2
  242. package/build/stepper/Stepper.js.map +1 -1
  243. package/build/stepper/Stepper.mjs +21 -2
  244. package/build/stepper/Stepper.mjs.map +1 -1
  245. package/build/sticky/Sticky.js +19 -1
  246. package/build/sticky/Sticky.js.map +1 -1
  247. package/build/sticky/Sticky.mjs +19 -1
  248. package/build/sticky/Sticky.mjs.map +1 -1
  249. package/build/summary/Summary.js +19 -4
  250. package/build/summary/Summary.js.map +1 -1
  251. package/build/summary/Summary.mjs +19 -4
  252. package/build/summary/Summary.mjs.map +1 -1
  253. package/build/tabs/Tabs.js +19 -2
  254. package/build/tabs/Tabs.js.map +1 -1
  255. package/build/tabs/Tabs.mjs +19 -2
  256. package/build/tabs/Tabs.mjs.map +1 -1
  257. package/build/tile/Tile.js +19 -1
  258. package/build/tile/Tile.js.map +1 -1
  259. package/build/tile/Tile.mjs +19 -1
  260. package/build/tile/Tile.mjs.map +1 -1
  261. package/build/title/Title.js +19 -1
  262. package/build/title/Title.js.map +1 -1
  263. package/build/title/Title.mjs +19 -1
  264. package/build/title/Title.mjs.map +1 -1
  265. package/build/tooltip/Tooltip.js +19 -1
  266. package/build/tooltip/Tooltip.js.map +1 -1
  267. package/build/tooltip/Tooltip.mjs +19 -1
  268. package/build/tooltip/Tooltip.mjs.map +1 -1
  269. package/build/typeahead/Typeahead.js +20 -3
  270. package/build/typeahead/Typeahead.js.map +1 -1
  271. package/build/typeahead/Typeahead.mjs +20 -3
  272. package/build/typeahead/Typeahead.mjs.map +1 -1
  273. package/build/types/common/fakeEvents.d.ts +23 -0
  274. package/build/types/common/fakeEvents.d.ts.map +1 -0
  275. package/build/types/common/hooks/index.d.ts +4 -4
  276. package/build/types/common/hooks/index.d.ts.map +1 -1
  277. package/build/types/common/hooks/useConditionalListener/index.d.ts +1 -1
  278. package/build/types/common/hooks/useConditionalListener/index.d.ts.map +1 -1
  279. package/build/types/common/hooks/useDirection/index.d.ts +1 -1
  280. package/build/types/common/hooks/useDirection/index.d.ts.map +1 -1
  281. package/build/types/common/hooks/useHasIntersected/index.d.ts +1 -1
  282. package/build/types/common/hooks/useHasIntersected/index.d.ts.map +1 -1
  283. package/build/types/common/hooks/useHasIntersected/useHasIntersected.d.ts +15 -4
  284. package/build/types/common/hooks/useHasIntersected/useHasIntersected.d.ts.map +1 -1
  285. package/build/types/common/index.d.ts +24 -24
  286. package/build/types/common/index.d.ts.map +1 -1
  287. package/build/types/common/responsivePanel/index.d.ts +1 -1
  288. package/build/types/common/responsivePanel/index.d.ts.map +1 -1
  289. package/build/types/index.d.ts +1 -0
  290. package/build/types/index.d.ts.map +1 -1
  291. package/build/types/inputs/SelectInput.d.ts.map +1 -1
  292. package/build/types/navigationOption/NavigationOption.d.ts +1 -0
  293. package/build/types/navigationOption/NavigationOption.d.ts.map +1 -1
  294. package/build/upload/Upload.js +19 -1
  295. package/build/upload/Upload.js.map +1 -1
  296. package/build/upload/Upload.mjs +19 -1
  297. package/build/upload/Upload.mjs.map +1 -1
  298. package/build/upload/steps/processingStep/processingStep.js +19 -2
  299. package/build/upload/steps/processingStep/processingStep.js.map +1 -1
  300. package/build/upload/steps/processingStep/processingStep.mjs +19 -2
  301. package/build/upload/steps/processingStep/processingStep.mjs.map +1 -1
  302. package/build/upload/steps/uploadImageStep/uploadImageStep.js +19 -2
  303. package/build/upload/steps/uploadImageStep/uploadImageStep.js.map +1 -1
  304. package/build/upload/steps/uploadImageStep/uploadImageStep.mjs +19 -2
  305. package/build/upload/steps/uploadImageStep/uploadImageStep.mjs.map +1 -1
  306. package/build/uploadInput/UploadInput.js +19 -2
  307. package/build/uploadInput/UploadInput.js.map +1 -1
  308. package/build/uploadInput/UploadInput.mjs +19 -2
  309. package/build/uploadInput/UploadInput.mjs.map +1 -1
  310. package/build/uploadInput/uploadButton/UploadButton.js +19 -1
  311. package/build/uploadInput/uploadButton/UploadButton.js.map +1 -1
  312. package/build/uploadInput/uploadButton/UploadButton.mjs +19 -1
  313. package/build/uploadInput/uploadButton/UploadButton.mjs.map +1 -1
  314. package/build/uploadInput/uploadButton/defaults.js +18 -0
  315. package/build/uploadInput/uploadButton/defaults.js.map +1 -1
  316. package/build/uploadInput/uploadButton/defaults.mjs +18 -0
  317. package/build/uploadInput/uploadButton/defaults.mjs.map +1 -1
  318. package/build/uploadInput/uploadItem/UploadItem.js +19 -3
  319. package/build/uploadInput/uploadItem/UploadItem.js.map +1 -1
  320. package/build/uploadInput/uploadItem/UploadItem.mjs +19 -3
  321. package/build/uploadInput/uploadItem/UploadItem.mjs.map +1 -1
  322. package/build/withDisplayFormat/WithDisplayFormat.js +20 -1
  323. package/build/withDisplayFormat/WithDisplayFormat.js.map +1 -1
  324. package/build/withDisplayFormat/WithDisplayFormat.mjs +20 -1
  325. package/build/withDisplayFormat/WithDisplayFormat.mjs.map +1 -1
  326. package/package.json +1 -1
  327. package/src/common/{fakeEvents.js → fakeEvents.ts} +1 -1
  328. package/src/common/hooks/useHasIntersected/{useHasIntersected.js → useHasIntersected.ts} +20 -11
  329. package/src/index.ts +1 -0
  330. package/src/inputs/SelectInput.spec.tsx +1 -80
  331. package/src/inputs/SelectInput.story.tsx +2 -2
  332. package/src/inputs/SelectInput.tsx +2 -44
  333. package/src/moneyInput/MoneyInput.rtl.spec.tsx +0 -9
  334. package/src/navigationOption/{NavigationOption.story.js → NavigationOption.story.tsx} +23 -5
  335. package/src/navigationOption/NavigationOption.tsx +1 -1
  336. package/src/common/requirements.js +0 -440
  337. package/src/inputs/SelectInput.docs.mdx +0 -19
  338. /package/src/common/hooks/{index.js → index.ts} +0 -0
  339. /package/src/common/hooks/useConditionalListener/{index.js → index.ts} +0 -0
  340. /package/src/common/hooks/useDirection/{index.js → index.ts} +0 -0
  341. /package/src/common/hooks/useHasIntersected/{index.js → index.ts} +0 -0
  342. /package/src/common/{index.js → index.ts} +0 -0
  343. /package/src/common/responsivePanel/{index.js → index.ts} +0 -0
@@ -1,440 +0,0 @@
1
- /* eslint-disable no-unused-vars */
2
- /* eslint-disable no-param-reassign */
3
-
4
- const prepRequirements = (alternatives) => {
5
- if (!alternatives || alternatives.length === 0) {
6
- return [];
7
- }
8
-
9
- const preppedAlternatives = copyOf(alternatives);
10
-
11
- preppedAlternatives.forEach((alternative) => {
12
- if (alternative.prepared) {
13
- return;
14
- }
15
-
16
- prepLegacyAlternatives(alternative);
17
-
18
- alternative.properties = prepFields(alternative.properties || alternative.fields);
19
-
20
- // If we're still treating type as a special case, move it to a hidden value
21
- if (alternative.type && alternative.type !== 'object' && !alternative.types) {
22
- alternative.properties.type = {
23
- type: 'string',
24
- enum: [alternative.type],
25
- required: true,
26
- hidden: true,
27
- };
28
-
29
- alternative.type = 'object';
30
- }
31
-
32
- alternative.prepared = true;
33
- });
34
-
35
- return preppedAlternatives;
36
- };
37
-
38
- const prepFields = (fields, model, validationMessages) => {
39
- if (!fields) {
40
- return {};
41
- }
42
-
43
- let preparedFields = copyOf(fields);
44
-
45
- preparedFields = flattenFieldsWithGroups(preparedFields);
46
- preparedFields = transformFieldArrayToMap(preparedFields);
47
- preparedFields = transformNestedKeysToNestedSpecs(preparedFields);
48
-
49
- Object.keys(preparedFields).forEach((key) => {
50
- preparedFields[key] = prepField(preparedFields[key], model, validationMessages);
51
- });
52
-
53
- return preparedFields;
54
- };
55
-
56
- const prepField = (field, model, validationMessages) => {
57
- const preparedField = copyOf(field);
58
-
59
- prepLegacyProps(preparedField);
60
- prepType(preparedField);
61
- prepPattern(preparedField);
62
- prepValidationMessages(preparedField, validationMessages);
63
-
64
- return preparedField;
65
- };
66
-
67
- /**
68
- * In an older format we had an extra fieldGroup level, here we flatten that out
69
- * So the inner arrays of fields within the different field groups are flattened
70
- * to a single array, which is returned.
71
- *
72
- * @param fields
73
- */
74
- const flattenFieldsWithGroups = (fields) => {
75
- if (Array.isArray(fields)) {
76
- let flattenedFields = [];
77
- fields.forEach((field) => {
78
- // If we've been given a group with nested fields, break them out.
79
- if (field.fields) {
80
- flattenedFields = flattenedFields.concat(flattenFieldWithGroup(field, field.fields));
81
- } else if (field.group) {
82
- flattenedFields = flattenedFields.concat(flattenFieldWithGroup(field, field.group));
83
- } else {
84
- // Otherwise it's a regular field, just add it.
85
- flattenedFields.push(field);
86
- }
87
- });
88
- return flattenedFields;
89
- }
90
- return fields;
91
- };
92
-
93
- const flattenFieldWithGroup = (field, subFields) => {
94
- // If first field doesn't have a label, use the one from the group
95
- if (field.name && subFields.length > 0 && !subFields[0].name) {
96
- subFields[0].name = field.name;
97
- }
98
-
99
- if (field.width && subFields.length > 0 && !subFields[0].width) {
100
- subFields[0].width = field.width;
101
- }
102
-
103
- // If there was a tooltip at fieldGroup level move it to first field.
104
- if (field.tooltip && subFields.length > 0 && !subFields[0].help) {
105
- subFields[0].help = { message: field.tooltip };
106
- }
107
-
108
- if (field.info && subFields.length > 0 && !subFields[0].help) {
109
- subFields[0].help = { message: field.info };
110
- }
111
-
112
- // If there are two parts of this group, render them side by side
113
- if (subFields.length === 2) {
114
- subFields.forEach((nestedField) => {
115
- nestedField.width = 'md';
116
- });
117
- }
118
-
119
- // If there are three parts, render the first two side by side
120
- if (subFields.length === 3) {
121
- subFields[0].width = 'md';
122
- subFields[1].width = 'md';
123
- }
124
-
125
- return subFields;
126
- };
127
-
128
- /*
129
- * Some older requirements return an array of fields, where it should be a map
130
- * from the property name to the spec. This converts arrays to maps.
131
- */
132
- const transformFieldArrayToMap = (fields) => {
133
- if (Array.isArray(fields)) {
134
- const fieldMap = {};
135
- fields.forEach((field) => {
136
- const key = field.key || field.name;
137
- delete field.key;
138
-
139
- fieldMap[key] = copyOf(field);
140
- });
141
- return fieldMap;
142
- }
143
- return fields;
144
- };
145
-
146
- /*
147
- * Some older format return keys like 'address.city', expecting the value of
148
- * city to be nested inside an address object. This function creates a spec of
149
- * type 'object', and nests such fields inside of it. When we render we pass
150
- * this object spec to a nested fieldset.
151
- */
152
- const transformNestedKeysToNestedSpecs = (fieldMap) => {
153
- if (Array.isArray(fieldMap)) {
154
- throw new TypeError('Expecting a map of fields, not an array');
155
- }
156
-
157
- const nestedFields = {};
158
- Object.keys(fieldMap).forEach((key) => {
159
- if (key.indexOf('.') > 0) {
160
- // If the key contains a period we need to nest the fields in another object
161
- const pathSections = key.split('.');
162
- const nestedKey = pathSections[0];
163
-
164
- // If this sub object doesn't exist yet, create it
165
- if (!nestedFields[nestedKey]) {
166
- nestedFields[nestedKey] = {
167
- type: 'object',
168
- properties: {},
169
- };
170
- }
171
- nestedFields[nestedKey].properties[pathSections[1]] = fieldMap[key];
172
- } else {
173
- nestedFields[key] = fieldMap[key];
174
- }
175
- });
176
- return nestedFields;
177
- };
178
-
179
- const prepType = (field) => {
180
- const type = field.type && field.type.toLowerCase && field.type.toLowerCase();
181
-
182
- switch (type) {
183
- case 'text':
184
- field.type = 'string';
185
- break;
186
- case 'date':
187
- field.type = 'string';
188
- field.format = 'date';
189
- break;
190
- case 'password':
191
- field.type = 'string';
192
- field.control = 'password';
193
- break;
194
- case 'checkbox':
195
- field.type = 'boolean';
196
- break;
197
- case 'select':
198
- if (!field.control) {
199
- field.control = 'select';
200
- }
201
- delete field.type;
202
- break;
203
- case 'radio':
204
- field.control = 'radio';
205
- delete field.type;
206
- break;
207
- case 'upload':
208
- field.type = 'string';
209
- field.format = 'base64url';
210
- break;
211
- case 'tel':
212
- field.type = 'string';
213
- field.format = 'phone';
214
- break;
215
- case 'textarea':
216
- field.type = 'string';
217
- field.control = 'textarea';
218
- break;
219
- default:
220
- }
221
-
222
- if (!field.control && field.type !== 'object') {
223
- field.control = getControlType(field);
224
- }
225
- };
226
-
227
- const prepLegacyAlternatives = (alternative) => {
228
- if (!alternative.title && alternative.label) {
229
- alternative.title = alternative.label;
230
- }
231
- if (!alternative.title) {
232
- alternative.title = getNameFromType(alternative.type);
233
- }
234
- if (!alternative.type && alternative.name) {
235
- alternative.type = alternative.name;
236
- }
237
- if (!alternative.description && alternative.tooltip) {
238
- alternative.description = alternative.tooltip;
239
- }
240
- if (alternative.fieldGroups && !alternative.fields) {
241
- alternative.fields = flattenFieldsWithGroups(alternative.fieldGroups);
242
- delete alternative.fieldGroups;
243
- }
244
- };
245
-
246
- const prepLegacyProps = (field) => {
247
- if (field.name && !field.title) {
248
- field.title = field.name;
249
- delete field.name;
250
- }
251
-
252
- if (field.validationRegexp) {
253
- field.pattern = field.validationRegexp;
254
- delete field.validationRegexp;
255
- }
256
-
257
- if (field.min) {
258
- field.minimum = field.min;
259
- delete field.min;
260
- }
261
-
262
- if (field.max) {
263
- field.maximum = field.max;
264
- delete field.max;
265
- }
266
-
267
- if (field.example && !field.placeholder) {
268
- field.placeholder = field.example;
269
- delete field.example;
270
- }
271
-
272
- if (field.tooltip && !field.help) {
273
- field.help = { message: field.tooltip };
274
- delete field.tooltip;
275
- }
276
-
277
- if (field.valuesAllowed && !field.values) {
278
- field.values = field.valuesAllowed;
279
- delete field.valuesAllowed;
280
- }
281
-
282
- if (field.values && field.values.map) {
283
- field.values = prepLegacyValues(field.values);
284
- }
285
-
286
- if (field.value && !field.default) {
287
- field.default = field.value;
288
- delete field.value;
289
- }
290
-
291
- if (field.values) {
292
- // In some legacy arrays the first value is a placeholder, extract it.
293
- if (
294
- field.values &&
295
- field.values.length > 0 &&
296
- field.values[0] &&
297
- !field.values[0].value &&
298
- field.values[0].label &&
299
- !field.placeholder
300
- ) {
301
- field.placeholder = field.values[0].label;
302
- field.values = field.values.slice(1);
303
- }
304
- }
305
- };
306
-
307
- const prepLegacyValues = (values) => values.map(prepLegacyValue);
308
-
309
- const prepLegacyValue = (value) => {
310
- if (!value.label && value.title) {
311
- value.label = value.title;
312
- delete value.title;
313
- }
314
- if (!value.label && value.name) {
315
- value.label = value.name;
316
- delete value.name;
317
- }
318
-
319
- if (!value.value && value.code) {
320
- value.value = value.code;
321
- delete value.code;
322
- }
323
- if (!value.value && value.key) {
324
- value.value = value.key;
325
- delete value.key;
326
- }
327
-
328
- return value;
329
- };
330
-
331
- const prepPattern = (field) => {
332
- if (field.pattern) {
333
- try {
334
- new RegExp(field.pattern);
335
- } catch {
336
- // eslint-disable-next-line no-console
337
- console.warn('API regexp is invalid');
338
- delete field.pattern;
339
- }
340
- } else {
341
- delete field.pattern;
342
- }
343
- };
344
-
345
- const prepValidationMessages = (field, validationMessages) => {
346
- field.validationMessages = field.validationMessages
347
- ? field.validationMessages
348
- : validationMessages;
349
-
350
- if (!field.validationMessages) {
351
- delete field.validationMessages;
352
- return;
353
- }
354
-
355
- if (field.validationMessages.minimum) {
356
- field.validationMessages.min = field.validationMessages.minimum;
357
- delete field.validationMessages.minimum;
358
- }
359
- if (field.validationMessages.maximum) {
360
- field.validationMessages.max = field.validationMessages.maximum;
361
- delete field.validationMessages.maximum;
362
- }
363
- };
364
-
365
- const getControlType = (field) => {
366
- if (field.control) {
367
- return field.control.toLowerCase();
368
- }
369
- if (field.hidden) {
370
- return 'hidden';
371
- }
372
- if (field.values && field.values.length > 0) {
373
- return getSelectionType(field);
374
- }
375
-
376
- switch (field.type) {
377
- case 'string':
378
- return getControlForStringFormat(field.format);
379
- case 'number':
380
- case 'integer':
381
- return 'number';
382
- case 'boolean':
383
- return 'checkbox';
384
- default:
385
- return 'text';
386
- }
387
- };
388
-
389
- const getControlForStringFormat = (format) => {
390
- switch (format) {
391
- case 'date':
392
- return 'date';
393
- case 'base64url':
394
- return 'file';
395
- case 'password':
396
- return 'password';
397
- case 'uri':
398
- return 'text'; // 'url'; - not implemented
399
- case 'email':
400
- return 'text'; // 'email'; - not implemented
401
- case 'phone':
402
- return 'tel';
403
- default:
404
- return 'text';
405
- }
406
- };
407
-
408
- const getSelectionType = (field) => {
409
- if (field.control) {
410
- return field.control;
411
- }
412
- if (field.type === 'select') {
413
- return 'select';
414
- }
415
- if (field.type === 'radio') {
416
- return 'radio';
417
- }
418
-
419
- if (field.values) {
420
- return field.values.length > 3 ? 'select' : 'radio';
421
- }
422
- return 'select';
423
- };
424
-
425
- const copyOf = (object) => JSON.parse(JSON.stringify(object));
426
-
427
- /**
428
- * Some older requirments formats do not include a label for alternatives
429
- *
430
- * @param tabType
431
- */
432
- const getNameFromType = (tabType) => {
433
- if (tabType && tabType.length > 0) {
434
- const tabNameWithSpaces = tabType.toLowerCase().split('_').join(' '); // String.replace method only replaces first instance
435
- return tabNameWithSpaces.charAt(0).toUpperCase() + tabNameWithSpaces.slice(1);
436
- }
437
- return '';
438
- };
439
-
440
- export { prepFields, getControlType };
@@ -1,19 +0,0 @@
1
- import { Meta } from '@storybook/blocks';
2
- import { MoneyInput } from '..';
3
-
4
- <Meta title="Forms/SelectInput/Accessibility" />
5
-
6
- # Accessibility
7
-
8
- ## Labelling
9
-
10
- In order for the `<SelectInput />` to be considered accessible, it must be provided with a matching label, preferably via the <a href="/?path=/docs/field--docs">Field</a> component.
11
-
12
- Additionally, the `listbox` container that holds all the options is also expected to have its own label, which the component will attempt to resolve by looking in the following places:
13
-
14
- 1. `UNSAFE_triggerButtonProps['aria-label']` prop, which reuses the custom label provided for the trigger button.
15
- <br /> A good example of this strategy is the `<MoneyInput />` component, internally setting
16
- `"Select currency"` as a trigger button label, which then gets automatically applied to the
17
- `listbox`.
18
- 2. `UNSAFE_triggerButtonProps['aria-labelledby']` prop, which holds the id of the element labelling the trigger button.
19
- 3. Correctly paired input `<label />` text, ideally via the `Field` component.
File without changes
File without changes