@webiny/ui 0.0.0-unstable.fcdad0bc61 → 0.0.0-unstable.fdd9228b5d

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 (708) hide show
  1. package/Accordion/Accordion.d.ts +10 -6
  2. package/Accordion/Accordion.js +10 -42
  3. package/Accordion/Accordion.js.map +1 -1
  4. package/Accordion/AccordionItem.d.ts +98 -18
  5. package/Accordion/AccordionItem.js +32 -148
  6. package/Accordion/AccordionItem.js.map +1 -1
  7. package/Accordion/AccordionItemActions.d.ts +25 -0
  8. package/Accordion/AccordionItemActions.js +47 -0
  9. package/Accordion/AccordionItemActions.js.map +1 -0
  10. package/Accordion/index.js +3 -30
  11. package/Accordion/index.js.map +1 -1
  12. package/Alert/Alert.d.ts +5 -4
  13. package/Alert/Alert.js +17 -59
  14. package/Alert/Alert.js.map +1 -1
  15. package/Alert/index.js +2 -17
  16. package/Alert/index.js.map +1 -1
  17. package/AutoComplete/AutoComplete.d.ts +8 -19
  18. package/AutoComplete/AutoComplete.js +64 -340
  19. package/AutoComplete/AutoComplete.js.map +1 -1
  20. package/AutoComplete/MultiAutoComplete.d.ts +18 -48
  21. package/AutoComplete/MultiAutoComplete.js +79 -630
  22. package/AutoComplete/MultiAutoComplete.js.map +1 -1
  23. package/AutoComplete/index.js +3 -30
  24. package/AutoComplete/index.js.map +1 -1
  25. package/AutoComplete/types.d.ts +8 -8
  26. package/AutoComplete/types.js +2 -4
  27. package/AutoComplete/types.js.map +1 -1
  28. package/AutoComplete/utils.d.ts +1 -1
  29. package/AutoComplete/utils.js +5 -20
  30. package/AutoComplete/utils.js.map +1 -1
  31. package/Avatar/Avatar.d.ts +3 -2
  32. package/Avatar/Avatar.js +31 -94
  33. package/Avatar/Avatar.js.map +1 -1
  34. package/Avatar/index.js +2 -17
  35. package/Avatar/index.js.map +1 -1
  36. package/Button/Button.d.ts +38 -29
  37. package/Button/Button.js +13 -149
  38. package/Button/Button.js.map +1 -1
  39. package/Button/ButtonDefault.d.ts +7 -0
  40. package/Button/ButtonDefault.js +16 -0
  41. package/Button/ButtonDefault.js.map +1 -0
  42. package/Button/ButtonFloating.d.ts +7 -0
  43. package/Button/ButtonFloating.js +12 -0
  44. package/Button/ButtonFloating.js.map +1 -0
  45. package/Button/ButtonIcon.d.ts +9 -0
  46. package/Button/ButtonIcon.js +11 -0
  47. package/Button/ButtonIcon.js.map +1 -0
  48. package/Button/ButtonPrimary.d.ts +7 -0
  49. package/Button/ButtonPrimary.js +16 -0
  50. package/Button/ButtonPrimary.js.map +1 -0
  51. package/Button/ButtonSecondary.d.ts +7 -0
  52. package/Button/ButtonSecondary.js +16 -0
  53. package/Button/ButtonSecondary.js.map +1 -0
  54. package/Button/CopyButton.d.ts +17 -0
  55. package/Button/CopyButton.js +12 -0
  56. package/Button/CopyButton.js.map +1 -0
  57. package/Button/IconButton.d.ts +17 -0
  58. package/Button/IconButton.js +15 -0
  59. package/Button/IconButton.js.map +1 -0
  60. package/Button/index.d.ts +7 -2
  61. package/Button/index.js +10 -44
  62. package/Button/index.js.map +1 -1
  63. package/Button/useMappedButtonProps.d.ts +14 -0
  64. package/Button/useMappedButtonProps.js +21 -0
  65. package/Button/useMappedButtonProps.js.map +1 -0
  66. package/Carousel/Carousel.d.ts +6 -15
  67. package/Carousel/Carousel.js +12 -59
  68. package/Carousel/Carousel.js.map +1 -1
  69. package/Carousel/index.js +2 -14
  70. package/Carousel/index.js.map +1 -1
  71. package/Checkbox/Checkbox.d.ts +9 -9
  72. package/Checkbox/Checkbox.js +33 -85
  73. package/Checkbox/Checkbox.js.map +1 -1
  74. package/Checkbox/CheckboxGroup.d.ts +7 -3
  75. package/Checkbox/CheckboxGroup.js +47 -77
  76. package/Checkbox/CheckboxGroup.js.map +1 -1
  77. package/Checkbox/index.js +3 -22
  78. package/Checkbox/index.js.map +1 -1
  79. package/Chips/Chip.d.ts +35 -3
  80. package/Chips/Chip.js +49 -22
  81. package/Chips/Chip.js.map +1 -1
  82. package/Chips/Chips.d.ts +6 -2
  83. package/Chips/Chips.js +16 -32
  84. package/Chips/Chips.js.map +1 -1
  85. package/Chips/index.js +3 -30
  86. package/Chips/index.js.map +1 -1
  87. package/CodeEditor/CodeEditor.d.ts +6 -9
  88. package/CodeEditor/CodeEditor.js +14 -103
  89. package/CodeEditor/CodeEditor.js.map +1 -1
  90. package/CodeEditor/index.js +2 -17
  91. package/CodeEditor/index.js.map +1 -1
  92. package/ColorPicker/ColorPicker.d.ts +6 -16
  93. package/ColorPicker/ColorPicker.js +26 -147
  94. package/ColorPicker/ColorPicker.js.map +1 -1
  95. package/ColorPicker/index.js +2 -17
  96. package/ColorPicker/index.js.map +1 -1
  97. package/ConfirmationDialog/ConfirmationDialog.d.ts +2 -2
  98. package/ConfirmationDialog/ConfirmationDialog.js +81 -166
  99. package/ConfirmationDialog/ConfirmationDialog.js.map +1 -1
  100. package/ConfirmationDialog/index.js +3 -30
  101. package/ConfirmationDialog/index.js.map +1 -1
  102. package/ConfirmationDialog/withConfirmation.d.ts +5 -5
  103. package/ConfirmationDialog/withConfirmation.js +11 -23
  104. package/ConfirmationDialog/withConfirmation.js.map +1 -1
  105. package/DataTable/DataTable.d.ts +56 -19
  106. package/DataTable/DataTable.js +63 -155
  107. package/DataTable/DataTable.js.map +1 -1
  108. package/DataTable/index.js +2 -17
  109. package/DataTable/index.js.map +1 -1
  110. package/DateTime/Date.d.ts +7 -0
  111. package/DateTime/Date.js +33 -0
  112. package/DateTime/Date.js.map +1 -0
  113. package/DateTime/index.d.ts +1 -0
  114. package/DateTime/index.js +3 -0
  115. package/DateTime/index.js.map +1 -0
  116. package/DelayedOnChange/index.d.ts +7 -2
  117. package/DelayedOnChange/index.js +9 -23
  118. package/DelayedOnChange/index.js.map +1 -1
  119. package/Dialog/Dialog.d.ts +47 -60
  120. package/Dialog/Dialog.js +71 -117
  121. package/Dialog/Dialog.js.map +1 -1
  122. package/Dialog/index.js +2 -17
  123. package/Dialog/index.js.map +1 -1
  124. package/Drawer/Drawer.d.ts +31 -22
  125. package/Drawer/Drawer.js +44 -26
  126. package/Drawer/Drawer.js.map +1 -1
  127. package/Drawer/index.js +2 -17
  128. package/Drawer/index.js.map +1 -1
  129. package/DynamicFieldset/index.d.ts +7 -1
  130. package/DynamicFieldset/index.js +8 -14
  131. package/DynamicFieldset/index.js.map +1 -1
  132. package/Elevation/Elevation.d.ts +7 -3
  133. package/Elevation/Elevation.js +15 -21
  134. package/Elevation/Elevation.js.map +1 -1
  135. package/Elevation/index.js +2 -17
  136. package/Elevation/index.js.map +1 -1
  137. package/FormElementMessage/FormElementMessage.d.ts +6 -2
  138. package/FormElementMessage/FormElementMessage.js +22 -21
  139. package/FormElementMessage/FormElementMessage.js.map +1 -1
  140. package/FormElementMessage/index.js +2 -12
  141. package/FormElementMessage/index.js.map +1 -1
  142. package/FullName/FullName.d.ts +5 -1
  143. package/FullName/FullName.js +12 -16
  144. package/FullName/FullName.js.map +1 -1
  145. package/FullName/index.js +2 -17
  146. package/FullName/index.js.map +1 -1
  147. package/Grid/Grid.d.ts +36 -11
  148. package/Grid/Grid.js +38 -26
  149. package/Grid/Grid.js.map +1 -1
  150. package/Grid/index.js +2 -17
  151. package/Grid/index.js.map +1 -1
  152. package/Helpers/ClassNames.d.ts +3 -3
  153. package/Helpers/ClassNames.js +14 -28
  154. package/Helpers/ClassNames.js.map +1 -1
  155. package/Helpers/index.js +3 -12
  156. package/Helpers/index.js.map +1 -1
  157. package/Icon/Icon.d.ts +9 -4
  158. package/Icon/Icon.js +10 -31
  159. package/Icon/Icon.js.map +1 -1
  160. package/Icon/index.js +2 -17
  161. package/Icon/index.js.map +1 -1
  162. package/Image/index.d.ts +6 -1
  163. package/Image/index.js +7 -16
  164. package/Image/index.js.map +1 -1
  165. package/ImageEditor/ImageEditor.d.ts +11 -27
  166. package/ImageEditor/ImageEditor.js +10 -358
  167. package/ImageEditor/ImageEditor.js.map +1 -1
  168. package/ImageEditor/index.js +2 -17
  169. package/ImageEditor/index.js.map +1 -1
  170. package/ImageUpload/Image.d.ts +8 -14
  171. package/ImageUpload/Image.js +14 -141
  172. package/ImageUpload/Image.js.map +1 -1
  173. package/ImageUpload/ImageEditorDialog.d.ts +7 -10
  174. package/ImageUpload/ImageEditorDialog.js +14 -117
  175. package/ImageUpload/ImageEditorDialog.js.map +1 -1
  176. package/ImageUpload/MultiImageUpload.d.ts +11 -24
  177. package/ImageUpload/MultiImageUpload.js +14 -419
  178. package/ImageUpload/MultiImageUpload.js.map +1 -1
  179. package/ImageUpload/SingleImageUpload.d.ts +10 -25
  180. package/ImageUpload/SingleImageUpload.js +14 -255
  181. package/ImageUpload/SingleImageUpload.js.map +1 -1
  182. package/ImageUpload/index.d.ts +2 -2
  183. package/ImageUpload/index.js +5 -38
  184. package/ImageUpload/index.js.map +1 -1
  185. package/Input/Input.d.ts +62 -16
  186. package/Input/Input.js +81 -173
  187. package/Input/Input.js.map +1 -1
  188. package/Input/index.js +2 -17
  189. package/Input/index.js.map +1 -1
  190. package/List/CollapsibleList/index.d.ts +19 -5
  191. package/List/CollapsibleList/index.js +10 -20
  192. package/List/CollapsibleList/index.js.map +1 -1
  193. package/List/DataList/DataList.d.ts +13 -39
  194. package/List/DataList/DataList.js +18 -356
  195. package/List/DataList/DataList.js.map +1 -1
  196. package/List/DataList/DataListModalOverlay/index.d.ts +12 -3
  197. package/List/DataList/DataListModalOverlay/index.js +13 -32
  198. package/List/DataList/DataListModalOverlay/index.js.map +1 -1
  199. package/List/DataList/DataListWithSections.d.ts +13 -37
  200. package/List/DataList/DataListWithSections.js +18 -356
  201. package/List/DataList/DataListWithSections.js.map +1 -1
  202. package/List/DataList/icons/index.d.ts +1 -15
  203. package/List/DataList/icons/index.js +2 -99
  204. package/List/DataList/icons/index.js.map +1 -1
  205. package/List/DataList/index.d.ts +0 -1
  206. package/List/DataList/index.js +4 -63
  207. package/List/DataList/index.js.map +1 -1
  208. package/List/DataList/types.d.ts +1 -28
  209. package/List/DataList/types.js +2 -4
  210. package/List/DataList/types.js.map +1 -1
  211. package/List/List/List.d.ts +51 -0
  212. package/List/List/List.js +16 -0
  213. package/List/List/List.js.map +1 -0
  214. package/List/List/ListItem.d.ts +61 -0
  215. package/List/List/ListItem.js +91 -0
  216. package/List/List/ListItem.js.map +1 -0
  217. package/List/List/ListItemAction.d.ts +9 -0
  218. package/List/List/ListItemAction.js +15 -0
  219. package/List/List/ListItemAction.js.map +1 -0
  220. package/List/List/ListItemGraphic.d.ts +18 -0
  221. package/List/List/ListItemGraphic.js +26 -0
  222. package/List/List/ListItemGraphic.js.map +1 -0
  223. package/List/List/ListItemMeta.d.ts +26 -0
  224. package/List/List/ListItemMeta.js +24 -0
  225. package/List/List/ListItemMeta.js.map +1 -0
  226. package/List/List/ListItemText.d.ts +42 -0
  227. package/List/List/ListItemText.js +51 -0
  228. package/List/List/ListItemText.js.map +1 -0
  229. package/List/List/index.d.ts +6 -0
  230. package/List/List/index.js +8 -0
  231. package/List/List/index.js.map +1 -0
  232. package/List/index.d.ts +1 -0
  233. package/List/index.js +5 -73
  234. package/List/index.js.map +1 -1
  235. package/Menu/Menu.d.ts +57 -20
  236. package/Menu/Menu.js +74 -127
  237. package/Menu/Menu.js.map +1 -1
  238. package/Menu/index.js +2 -17
  239. package/Menu/index.js.map +1 -1
  240. package/Mosaic/Mosaic.d.ts +7 -6
  241. package/Mosaic/Mosaic.js +7 -32
  242. package/Mosaic/Mosaic.js.map +1 -1
  243. package/Mosaic/index.js +2 -17
  244. package/Mosaic/index.js.map +1 -1
  245. package/Progress/CircularProgress.d.ts +10 -2
  246. package/Progress/CircularProgress.js +17 -79
  247. package/Progress/CircularProgress.js.map +1 -1
  248. package/Progress/index.d.ts +1 -1
  249. package/Progress/index.js +2 -14
  250. package/Progress/index.js.map +1 -1
  251. package/README.md +1 -3
  252. package/Radio/Radio.d.ts +7 -8
  253. package/Radio/Radio.js +35 -78
  254. package/Radio/Radio.js.map +1 -1
  255. package/Radio/RadioGroup.d.ts +9 -5
  256. package/Radio/RadioGroup.js +38 -66
  257. package/Radio/RadioGroup.js.map +1 -1
  258. package/Radio/index.js +3 -22
  259. package/Radio/index.js.map +1 -1
  260. package/RichTextEditor/RichTextEditor.d.ts +10 -29
  261. package/RichTextEditor/RichTextEditor.js +15 -169
  262. package/RichTextEditor/RichTextEditor.js.map +1 -1
  263. package/RichTextEditor/index.d.ts +3 -2
  264. package/RichTextEditor/index.js +3 -29
  265. package/RichTextEditor/index.js.map +1 -1
  266. package/Ripple/Ripple.d.ts +3 -2
  267. package/Ripple/Ripple.js +7 -21
  268. package/Ripple/Ripple.js.map +1 -1
  269. package/Ripple/index.js +2 -17
  270. package/Ripple/index.js.map +1 -1
  271. package/Scrollbar/Scrollbar.d.ts +5 -8
  272. package/Scrollbar/Scrollbar.js +8 -16
  273. package/Scrollbar/Scrollbar.js.map +1 -1
  274. package/Scrollbar/index.js +2 -17
  275. package/Scrollbar/index.js.map +1 -1
  276. package/Section/index.d.ts +7 -2
  277. package/Section/index.js +14 -61
  278. package/Section/index.js.map +1 -1
  279. package/Select/Select.d.ts +44 -8
  280. package/Select/Select.js +102 -109
  281. package/Select/Select.js.map +1 -1
  282. package/Select/index.js +2 -17
  283. package/Select/index.js.map +1 -1
  284. package/Skeleton/Skeleton.d.ts +27 -4
  285. package/Skeleton/Skeleton.js +17 -23
  286. package/Skeleton/Skeleton.js.map +1 -1
  287. package/Skeleton/index.js +2 -17
  288. package/Skeleton/index.js.map +1 -1
  289. package/Slider/Slider.d.ts +12 -17
  290. package/Slider/Slider.js +47 -95
  291. package/Slider/Slider.js.map +1 -1
  292. package/Slider/index.js +2 -14
  293. package/Slider/index.js.map +1 -1
  294. package/Snackbar/Snackbar.d.ts +44 -9
  295. package/Snackbar/Snackbar.js +29 -66
  296. package/Snackbar/Snackbar.js.map +1 -1
  297. package/Snackbar/index.js +2 -18
  298. package/Snackbar/index.js.map +1 -1
  299. package/Switch/Switch.d.ts +21 -8
  300. package/Switch/Switch.js +25 -77
  301. package/Switch/Switch.js.map +1 -1
  302. package/Switch/index.js +2 -17
  303. package/Switch/index.js.map +1 -1
  304. package/Tabs/Tab.d.ts +25 -3
  305. package/Tabs/Tab.js +20 -30
  306. package/Tabs/Tab.js.map +1 -1
  307. package/Tabs/Tabs.d.ts +16 -37
  308. package/Tabs/Tabs.js +56 -139
  309. package/Tabs/Tabs.js.map +1 -1
  310. package/Tabs/index.js +3 -30
  311. package/Tabs/index.js.map +1 -1
  312. package/Tags/Tags.d.ts +12 -19
  313. package/Tags/Tags.js +63 -168
  314. package/Tags/Tags.js.map +1 -1
  315. package/Tags/index.js +2 -17
  316. package/Tags/index.js.map +1 -1
  317. package/TimeAgo/index.d.ts +7 -0
  318. package/TimeAgo/index.js +8 -0
  319. package/TimeAgo/index.js.map +1 -0
  320. package/Tooltip/Tooltip.d.ts +4 -16
  321. package/Tooltip/Tooltip.js +63 -77
  322. package/Tooltip/Tooltip.js.map +1 -1
  323. package/Tooltip/index.js +2 -17
  324. package/Tooltip/index.js.map +1 -1
  325. package/TopAppBar/TopAppBar.d.ts +27 -3
  326. package/TopAppBar/TopAppBar.js +36 -22
  327. package/TopAppBar/TopAppBar.js.map +1 -1
  328. package/TopAppBar/TopAppBarActionItem.d.ts +6 -4
  329. package/TopAppBar/TopAppBarActionItem.js +11 -16
  330. package/TopAppBar/TopAppBarActionItem.js.map +1 -1
  331. package/TopAppBar/TopAppBarNavigationIcon.d.ts +6 -4
  332. package/TopAppBar/TopAppBarNavigationIcon.js +11 -16
  333. package/TopAppBar/TopAppBarNavigationIcon.js.map +1 -1
  334. package/TopAppBar/TopAppBarPrimary.d.ts +8 -4
  335. package/TopAppBar/TopAppBarPrimary.js +14 -22
  336. package/TopAppBar/TopAppBarPrimary.js.map +1 -1
  337. package/TopAppBar/TopAppBarSecondary.d.ts +8 -4
  338. package/TopAppBar/TopAppBarSecondary.js +15 -24
  339. package/TopAppBar/TopAppBarSecondary.js.map +1 -1
  340. package/TopAppBar/TopAppBarSection.d.ts +12 -3
  341. package/TopAppBar/TopAppBarSection.js +9 -22
  342. package/TopAppBar/TopAppBarSection.js.map +1 -1
  343. package/TopAppBar/TopAppBarTitle.d.ts +7 -4
  344. package/TopAppBar/TopAppBarTitle.js +10 -22
  345. package/TopAppBar/TopAppBarTitle.js.map +1 -1
  346. package/TopAppBar/index.js +9 -96
  347. package/TopAppBar/index.js.map +1 -1
  348. package/Typography/Typography.d.ts +10 -5
  349. package/Typography/Typography.js +33 -17
  350. package/Typography/Typography.js.map +1 -1
  351. package/Typography/index.js +2 -17
  352. package/Typography/index.js.map +1 -1
  353. package/package.json +24 -95
  354. package/styles.scss +15 -41
  355. package/types.d.ts +5 -5
  356. package/types.js +2 -4
  357. package/types.js.map +1 -1
  358. package/Accordion/Accordion.stories.d.ts +0 -1
  359. package/Accordion/Accordion.stories.js +0 -54
  360. package/Accordion/Accordion.stories.js.map +0 -1
  361. package/Accordion/README.md +0 -11
  362. package/Accordion/icons/round-keyboard_arrow_down-24px.svg +0 -16
  363. package/Accordion/icons/round-keyboard_arrow_up-24px.svg +0 -16
  364. package/Accordion/icons/round-settings-24px.svg +0 -21
  365. package/Alert/Alert.stories.d.ts +0 -1
  366. package/Alert/Alert.stories.js +0 -38
  367. package/Alert/Alert.stories.js.map +0 -1
  368. package/Alert/README.md +0 -11
  369. package/AutoComplete/AutoComplete.stories.d.ts +0 -1
  370. package/AutoComplete/AutoComplete.stories.js +0 -86
  371. package/AutoComplete/AutoComplete.stories.js.map +0 -1
  372. package/AutoComplete/AutoCompleteReadme.md +0 -11
  373. package/AutoComplete/MultiAutoComplete.stories.d.ts +0 -1
  374. package/AutoComplete/MultiAutoComplete.stories.js +0 -143
  375. package/AutoComplete/MultiAutoComplete.stories.js.map +0 -1
  376. package/AutoComplete/MultiAutoCompleteReadme.md +0 -11
  377. package/AutoComplete/icons/baseline-close-24px.svg +0 -4
  378. package/AutoComplete/icons/delete.svg +0 -12
  379. package/AutoComplete/icons/navigate_before-24px.svg +0 -1
  380. package/AutoComplete/icons/navigate_next-24px.svg +0 -1
  381. package/AutoComplete/icons/reorder_black_24dp.svg +0 -1
  382. package/AutoComplete/icons/skip_next-24px.svg +0 -1
  383. package/AutoComplete/icons/skip_previous-24px.svg +0 -1
  384. package/AutoComplete/icons/spinner.svg +0 -3
  385. package/AutoComplete/styles.d.ts +0 -2
  386. package/AutoComplete/styles.js +0 -47
  387. package/AutoComplete/styles.js.map +0 -1
  388. package/Avatar/Avatar.stories.d.ts +0 -1
  389. package/Avatar/Avatar.stories.js +0 -36
  390. package/Avatar/Avatar.stories.js.map +0 -1
  391. package/Avatar/README.md +0 -11
  392. package/Button/Button.stories.d.ts +0 -1
  393. package/Button/Button.stories.js +0 -66
  394. package/Button/Button.stories.js.map +0 -1
  395. package/Button/Button.styles.d.ts +0 -6
  396. package/Button/Button.styles.js +0 -15
  397. package/Button/Button.styles.js.map +0 -1
  398. package/Button/CopyButton/CopyButton.d.ts +0 -11
  399. package/Button/CopyButton/CopyButton.js +0 -42
  400. package/Button/CopyButton/CopyButton.js.map +0 -1
  401. package/Button/CopyButton/CopyButton.stories.d.ts +0 -1
  402. package/Button/CopyButton/CopyButton.stories.js +0 -28
  403. package/Button/CopyButton/CopyButton.stories.js.map +0 -1
  404. package/Button/CopyButton/README.md +0 -11
  405. package/Button/IconButton/IconButton.d.ts +0 -36
  406. package/Button/IconButton/IconButton.js +0 -38
  407. package/Button/IconButton/IconButton.js.map +0 -1
  408. package/Button/IconButton/IconButton.stories.d.ts +0 -1
  409. package/Button/IconButton/IconButton.stories.js +0 -50
  410. package/Button/IconButton/IconButton.stories.js.map +0 -1
  411. package/Button/IconButton/README.md +0 -15
  412. package/Button/README.md +0 -28
  413. package/Button/assets/baseline-cloud_done-24px.svg +0 -3
  414. package/Button/assets/file_copy-24px.svg +0 -1
  415. package/Button/assets/round-more_vert-24px.svg +0 -12
  416. package/Carousel/Carouser.stories.d.ts +0 -1
  417. package/Carousel/Carouser.stories.js +0 -39
  418. package/Carousel/Carouser.stories.js.map +0 -1
  419. package/Carousel/README.md +0 -15
  420. package/Checkbox/Checkbox.stories.d.ts +0 -1
  421. package/Checkbox/Checkbox.stories.js +0 -39
  422. package/Checkbox/Checkbox.stories.js.map +0 -1
  423. package/Checkbox/Checkbox.styles.d.ts +0 -6
  424. package/Checkbox/Checkbox.styles.js +0 -22
  425. package/Checkbox/Checkbox.styles.js.map +0 -1
  426. package/Checkbox/CheckboxGroup.stories.d.ts +0 -1
  427. package/Checkbox/CheckboxGroup.stories.js +0 -66
  428. package/Checkbox/CheckboxGroup.stories.js.map +0 -1
  429. package/Checkbox/README_Checkbox.md +0 -15
  430. package/Checkbox/README_CheckboxGroup.md +0 -19
  431. package/Chips/Chips.stories.d.ts +0 -1
  432. package/Chips/Chips.stories.js +0 -40
  433. package/Chips/Chips.stories.js.map +0 -1
  434. package/Chips/README.md +0 -15
  435. package/Chips/icons/baseline-done-24px.svg +0 -4
  436. package/Chips/icons/baseline-email-24px.svg +0 -3
  437. package/Chips/styles.d.ts +0 -2
  438. package/Chips/styles.js +0 -29
  439. package/Chips/styles.js.map +0 -1
  440. package/CodeEditor/CodeEditor.stories.d.ts +0 -2
  441. package/CodeEditor/CodeEditor.stories.js +0 -45
  442. package/CodeEditor/CodeEditor.stories.js.map +0 -1
  443. package/CodeEditor/README.md +0 -21
  444. package/ColorPicker/ColorPicker.stories.d.ts +0 -1
  445. package/ColorPicker/ColorPicker.stories.js +0 -41
  446. package/ColorPicker/ColorPicker.stories.js.map +0 -1
  447. package/ColorPicker/README.md +0 -11
  448. package/ConfirmationDialog/ConfirmationDialog.stories.d.ts +0 -1
  449. package/ConfirmationDialog/ConfirmationDialog.stories.js +0 -40
  450. package/ConfirmationDialog/ConfirmationDialog.stories.js.map +0 -1
  451. package/ConfirmationDialog/README.md +0 -11
  452. package/DataTable/DataTable.stories.d.ts +0 -1
  453. package/DataTable/DataTable.stories.js +0 -77
  454. package/DataTable/DataTable.stories.js.map +0 -1
  455. package/DataTable/README.md +0 -72
  456. package/DataTable/styled.d.ts +0 -1
  457. package/DataTable/styled.js +0 -18
  458. package/DataTable/styled.js.map +0 -1
  459. package/DelayedOnChange/DelayedOnChange.d.ts +0 -40
  460. package/DelayedOnChange/DelayedOnChange.js +0 -129
  461. package/DelayedOnChange/DelayedOnChange.js.map +0 -1
  462. package/DelayedOnChange/withDelayedOnChange.d.ts +0 -3
  463. package/DelayedOnChange/withDelayedOnChange.js +0 -37
  464. package/DelayedOnChange/withDelayedOnChange.js.map +0 -1
  465. package/Dialog/Dialog.stories.d.ts +0 -1
  466. package/Dialog/Dialog.stories.js +0 -40
  467. package/Dialog/Dialog.stories.js.map +0 -1
  468. package/Dialog/README.md +0 -23
  469. package/Drawer/Drawer.stories.d.ts +0 -1
  470. package/Drawer/Drawer.stories.js +0 -34
  471. package/Drawer/Drawer.stories.js.map +0 -1
  472. package/Drawer/README.md +0 -15
  473. package/DynamicFieldset/Fieldset.d.ts +0 -51
  474. package/DynamicFieldset/Fieldset.js +0 -165
  475. package/DynamicFieldset/Fieldset.js.map +0 -1
  476. package/Elevation/Elevation.stories.d.ts +0 -1
  477. package/Elevation/Elevation.stories.js +0 -40
  478. package/Elevation/Elevation.stories.js.map +0 -1
  479. package/Elevation/README.md +0 -15
  480. package/FullName/README.md +0 -11
  481. package/Grid/Grid.stories.d.ts +0 -1
  482. package/Grid/Grid.stories.js +0 -40
  483. package/Grid/Grid.stories.js.map +0 -1
  484. package/Grid/README.md +0 -15
  485. package/Icon/Icon.stories.d.ts +0 -1
  486. package/Icon/Icon.stories.js +0 -40
  487. package/Icon/Icon.stories.js.map +0 -1
  488. package/Icon/README.md +0 -11
  489. package/Icon/svg/baseline-autorenew-24px.svg +0 -4
  490. package/Icon/svg/baseline-cloud_done-24px.svg +0 -4
  491. package/Icon/svg/baseline-delete-24px.svg +0 -4
  492. package/Icon/svg/baseline-done-24px.svg +0 -4
  493. package/Image/Image.d.ts +0 -7
  494. package/Image/Image.js +0 -30
  495. package/Image/Image.js.map +0 -1
  496. package/Image/Image.stories.d.ts +0 -1
  497. package/Image/Image.stories.js +0 -31
  498. package/Image/Image.stories.js.map +0 -1
  499. package/Image/README.md +0 -12
  500. package/ImageEditor/toolbar/crop.d.ts +0 -4
  501. package/ImageEditor/toolbar/crop.js +0 -88
  502. package/ImageEditor/toolbar/crop.js.map +0 -1
  503. package/ImageEditor/toolbar/filter.d.ts +0 -3
  504. package/ImageEditor/toolbar/filter.js +0 -238
  505. package/ImageEditor/toolbar/filter.js.map +0 -1
  506. package/ImageEditor/toolbar/flip.d.ts +0 -4
  507. package/ImageEditor/toolbar/flip.js +0 -115
  508. package/ImageEditor/toolbar/flip.js.map +0 -1
  509. package/ImageEditor/toolbar/icons/crop.svg +0 -4
  510. package/ImageEditor/toolbar/icons/draw.svg +0 -4
  511. package/ImageEditor/toolbar/icons/filter.svg +0 -4
  512. package/ImageEditor/toolbar/icons/flip.svg +0 -4
  513. package/ImageEditor/toolbar/icons/index.d.ts +0 -8
  514. package/ImageEditor/toolbar/icons/index.js +0 -69
  515. package/ImageEditor/toolbar/icons/index.js.map +0 -1
  516. package/ImageEditor/toolbar/icons/redo.svg +0 -4
  517. package/ImageEditor/toolbar/icons/rotateLeft.svg +0 -4
  518. package/ImageEditor/toolbar/icons/rotateRight.svg +0 -4
  519. package/ImageEditor/toolbar/icons/undo.svg +0 -4
  520. package/ImageEditor/toolbar/index.d.ts +0 -4
  521. package/ImageEditor/toolbar/index.js +0 -39
  522. package/ImageEditor/toolbar/index.js.map +0 -1
  523. package/ImageEditor/toolbar/rotate.d.ts +0 -4
  524. package/ImageEditor/toolbar/rotate.js +0 -174
  525. package/ImageEditor/toolbar/rotate.js.map +0 -1
  526. package/ImageEditor/toolbar/types.d.ts +0 -33
  527. package/ImageEditor/toolbar/types.js +0 -5
  528. package/ImageEditor/toolbar/types.js.map +0 -1
  529. package/ImageUpload/MultiImageUpload.stories.d.ts +0 -1
  530. package/ImageUpload/MultiImageUpload.stories.js +0 -77
  531. package/ImageUpload/MultiImageUpload.stories.js.map +0 -1
  532. package/ImageUpload/README.md +0 -11
  533. package/ImageUpload/SingleImageUpload.stories.d.ts +0 -1
  534. package/ImageUpload/SingleImageUpload.stories.js +0 -54
  535. package/ImageUpload/SingleImageUpload.stories.js.map +0 -1
  536. package/ImageUpload/icons/round-add_photo_alternate-24px.svg +0 -23
  537. package/ImageUpload/icons/round-close-24px.svg +0 -13
  538. package/ImageUpload/icons/round-edit-24px.svg +0 -4
  539. package/ImageUpload/image.jpeg +0 -0
  540. package/ImageUpload/styled.d.ts +0 -21
  541. package/ImageUpload/styled.js +0 -136
  542. package/ImageUpload/styled.js.map +0 -1
  543. package/Input/Input.stories.d.ts +0 -1
  544. package/Input/Input.stories.js +0 -120
  545. package/Input/Input.stories.js.map +0 -1
  546. package/Input/README.md +0 -16
  547. package/Input/__tests__/Input.test.d.ts +0 -1
  548. package/Input/__tests__/Input.test.js +0 -130
  549. package/Input/__tests__/Input.test.js.map +0 -1
  550. package/Input/svg/baseline-autorenew-24px.svg +0 -4
  551. package/Input/svg/baseline-cloud_done-24px.svg +0 -4
  552. package/Input/svg/baseline-delete-24px.svg +0 -4
  553. package/Input/svg/baseline-done-24px.svg +0 -4
  554. package/List/CollapsibleList/CollapsibleList.stories.d.ts +0 -1
  555. package/List/CollapsibleList/CollapsibleList.stories.js +0 -37
  556. package/List/CollapsibleList/CollapsibleList.stories.js.map +0 -1
  557. package/List/CollapsibleList/README.md +0 -11
  558. package/List/CollapsibleList/index.css +0 -31
  559. package/List/DataList/DataList.stories.d.ts +0 -1
  560. package/List/DataList/DataList.stories.js +0 -119
  561. package/List/DataList/DataList.stories.js.map +0 -1
  562. package/List/DataList/DataListModalOverlay/DataListModalOverlay.d.ts +0 -18
  563. package/List/DataList/DataListModalOverlay/DataListModalOverlay.js +0 -106
  564. package/List/DataList/DataListModalOverlay/DataListModalOverlay.js.map +0 -1
  565. package/List/DataList/DataListModalOverlay/DataListModalOverlayAction.d.ts +0 -6
  566. package/List/DataList/DataListModalOverlay/DataListModalOverlayAction.js +0 -39
  567. package/List/DataList/DataListModalOverlay/DataListModalOverlayAction.js.map +0 -1
  568. package/List/DataList/DataListModalOverlay/DataListModalOverlayContext.d.ts +0 -11
  569. package/List/DataList/DataListModalOverlay/DataListModalOverlayContext.js +0 -39
  570. package/List/DataList/DataListModalOverlay/DataListModalOverlayContext.js.map +0 -1
  571. package/List/DataList/Loader.d.ts +0 -3
  572. package/List/DataList/Loader.js +0 -60
  573. package/List/DataList/Loader.js.map +0 -1
  574. package/List/DataList/NoData.d.ts +0 -3
  575. package/List/DataList/NoData.js +0 -32
  576. package/List/DataList/NoData.js.map +0 -1
  577. package/List/DataList/README.md +0 -17
  578. package/List/DataList/icons/baseline-autorenew-24px.svg +0 -4
  579. package/List/DataList/icons/baseline-delete-24px.svg +0 -4
  580. package/List/DataList/icons/baseline-edit-24px.svg +0 -4
  581. package/List/DataList/icons/baseline-navigate_before-24px.svg +0 -4
  582. package/List/DataList/icons/baseline-navigate_next-24px.svg +0 -4
  583. package/List/DataList/icons/baseline-sort-24px.svg +0 -4
  584. package/List/DataList/icons/baseline-tune-24px.svg +0 -4
  585. package/List/DataList/icons/filter_alt-24px.svg +0 -1
  586. package/List/DataList/icons/round-more_vert-24px.svg +0 -12
  587. package/List/List.d.ts +0 -132
  588. package/List/List.js +0 -210
  589. package/List/List.js.map +0 -1
  590. package/List/List.stories.d.ts +0 -1
  591. package/List/List.stories.js +0 -62
  592. package/List/List.stories.js.map +0 -1
  593. package/List/README.md +0 -22
  594. package/List/icons/baseline-autorenew-24px.svg +0 -4
  595. package/List/icons/baseline-cloud_done-24px.svg +0 -4
  596. package/List/icons/baseline-delete-24px.svg +0 -4
  597. package/List/icons/baseline-done-24px.svg +0 -4
  598. package/List/icons/baseline-email-24px.svg +0 -4
  599. package/List/icons/index.d.ts +0 -3
  600. package/List/icons/index.js +0 -23
  601. package/List/icons/index.js.map +0 -1
  602. package/Menu/Menu.stories.d.ts +0 -1
  603. package/Menu/Menu.stories.js +0 -39
  604. package/Menu/Menu.stories.js.map +0 -1
  605. package/Menu/README.md +0 -15
  606. package/Mosaic/Mosaic.stories.d.ts +0 -1
  607. package/Mosaic/Mosaic.stories.js +0 -84
  608. package/Mosaic/Mosaic.stories.js.map +0 -1
  609. package/Mosaic/README.md +0 -15
  610. package/Progress/README.md +0 -19
  611. package/Progress/svg/circularProgress.svg +0 -3
  612. package/Radio/README.md +0 -17
  613. package/Radio/Radio.styles.d.ts +0 -6
  614. package/Radio/Radio.styles.js +0 -22
  615. package/Radio/Radio.styles.js.map +0 -1
  616. package/Radio/RadioGroup.stories.d.ts +0 -1
  617. package/Radio/RadioGroup.stories.js +0 -66
  618. package/Radio/RadioGroup.stories.js.map +0 -1
  619. package/RichTextEditor/README.md +0 -10
  620. package/RichTextEditor/RichTextEditor.stories.d.ts +0 -1
  621. package/RichTextEditor/RichTextEditor.stories.js +0 -30
  622. package/RichTextEditor/RichTextEditor.stories.js.map +0 -1
  623. package/RichTextEditor/createPropsFromConfig.d.ts +0 -15
  624. package/RichTextEditor/createPropsFromConfig.js +0 -33
  625. package/RichTextEditor/createPropsFromConfig.js.map +0 -1
  626. package/Ripple/README.md +0 -15
  627. package/Ripple/Ripple.stories.d.ts +0 -1
  628. package/Ripple/Ripple.stories.js +0 -86
  629. package/Ripple/Ripple.stories.js.map +0 -1
  630. package/Ripple/svg/baseline-autorenew-24px.svg +0 -4
  631. package/Ripple/svg/baseline-cloud_done-24px.svg +0 -4
  632. package/Ripple/svg/baseline-delete-24px.svg +0 -4
  633. package/Ripple/svg/baseline-done-24px.svg +0 -4
  634. package/Scrollbar/README.md +0 -15
  635. package/Scrollbar/Scrollbar.stories.d.ts +0 -1
  636. package/Scrollbar/Scrollbar.stories.js +0 -29
  637. package/Scrollbar/Scrollbar.stories.js.map +0 -1
  638. package/Section/README.md +0 -11
  639. package/Section/Section.stories.d.ts +0 -1
  640. package/Section/Section.stories.js +0 -35
  641. package/Section/Section.stories.js.map +0 -1
  642. package/Select/README.md +0 -15
  643. package/Select/Select.stories.d.ts +0 -1
  644. package/Select/Select.stories.js +0 -57
  645. package/Select/Select.stories.js.map +0 -1
  646. package/Skeleton/README.md +0 -21
  647. package/Skeleton/Skeleton.stories.d.ts +0 -1
  648. package/Skeleton/Skeleton.stories.js +0 -28
  649. package/Skeleton/Skeleton.stories.js.map +0 -1
  650. package/Slider/README.md +0 -15
  651. package/Slider/Slider.stories.d.ts +0 -1
  652. package/Slider/Slider.stories.js +0 -55
  653. package/Slider/Slider.stories.js.map +0 -1
  654. package/Snackbar/README.md +0 -15
  655. package/Snackbar/Snackbar.stories.d.ts +0 -1
  656. package/Snackbar/Snackbar.stories.js +0 -91
  657. package/Snackbar/Snackbar.stories.js.map +0 -1
  658. package/Switch/README.md +0 -15
  659. package/Switch/Switch.stories.d.ts +0 -1
  660. package/Switch/Switch.stories.js +0 -43
  661. package/Switch/Switch.stories.js.map +0 -1
  662. package/Tabs/Tabs.stories.d.ts +0 -1
  663. package/Tabs/Tabs.stories.js +0 -53
  664. package/Tabs/Tabs.stories.js.map +0 -1
  665. package/Tabs/svg/baseline-autorenew-24px.svg +0 -4
  666. package/Tabs/svg/baseline-cloud_done-24px.svg +0 -4
  667. package/Tabs/svg/baseline-delete-24px.svg +0 -4
  668. package/Tabs/svg/baseline-done-24px.svg +0 -4
  669. package/Tags/README.md +0 -15
  670. package/Tags/Tags.stories.d.ts +0 -1
  671. package/Tags/Tags.stories.js +0 -43
  672. package/Tags/Tags.stories.js.map +0 -1
  673. package/Tags/icons/baseline-close-24px.svg +0 -4
  674. package/Tooltip/README.md +0 -15
  675. package/Tooltip/Tooltip.stories.d.ts +0 -1
  676. package/Tooltip/Tooltip.stories.js +0 -26
  677. package/Tooltip/Tooltip.stories.js.map +0 -1
  678. package/Tooltip/style.scss +0 -97
  679. package/TopAppBar/README.md +0 -20
  680. package/TopAppBar/TopAppBar.stories.d.ts +0 -1
  681. package/TopAppBar/TopAppBar.stories.js +0 -70
  682. package/TopAppBar/TopAppBar.stories.js.map +0 -1
  683. package/TopAppBar/icons/baseline-autorenew-24px.svg +0 -4
  684. package/TopAppBar/icons/baseline-cloud_done-24px.svg +0 -4
  685. package/TopAppBar/icons/baseline-delete-24px.svg +0 -4
  686. package/TopAppBar/icons/baseline-email-24px.svg +0 -4
  687. package/TopAppBar/icons/baseline-menu-24px.svg +0 -4
  688. package/TopProgressBar/README.md +0 -11
  689. package/TopProgressBar/TopProgressBar.d.ts +0 -15
  690. package/TopProgressBar/TopProgressBar.js +0 -22
  691. package/TopProgressBar/TopProgressBar.js.map +0 -1
  692. package/TopProgressBar/TopProgressBar.stories.d.ts +0 -1
  693. package/TopProgressBar/TopProgressBar.stories.js +0 -32
  694. package/TopProgressBar/TopProgressBar.stories.js.map +0 -1
  695. package/TopProgressBar/hoc/index.d.ts +0 -1
  696. package/TopProgressBar/hoc/index.js +0 -15
  697. package/TopProgressBar/hoc/index.js.map +0 -1
  698. package/TopProgressBar/hoc/withTopProgressBar.d.ts +0 -3
  699. package/TopProgressBar/hoc/withTopProgressBar.js +0 -34
  700. package/TopProgressBar/hoc/withTopProgressBar.js.map +0 -1
  701. package/TopProgressBar/index.d.ts +0 -1
  702. package/TopProgressBar/index.js +0 -18
  703. package/TopProgressBar/index.js.map +0 -1
  704. package/TopProgressBar/style.scss +0 -21
  705. package/Typography/README.md +0 -15
  706. package/Typography/Typography.stories.d.ts +0 -1
  707. package/Typography/Typography.stories.js +0 -76
  708. package/Typography/Typography.stories.js.map +0 -1
@@ -1,638 +1,87 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.MultiAutoComplete = void 0;
9
-
10
- var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
11
-
12
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
-
14
- var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
15
-
16
- var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
17
-
18
- var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
19
-
20
- var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
21
-
22
- var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
23
-
24
- var _createSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/createSuper"));
25
-
26
- var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
27
-
28
- var _react = _interopRequireDefault(require("react"));
29
-
30
- var _downshift = _interopRequireDefault(require("downshift"));
31
-
32
- var _reactSpinnerMaterial = _interopRequireDefault(require("react-spinner-material"));
33
-
34
- var _Input = require("../Input");
35
-
36
- var _Chips = require("../Chips");
37
-
38
- var _utils = require("./utils");
39
-
40
- var _List = require("../List");
41
-
42
- var _Button = require("../Button");
43
-
44
- var _classnames = _interopRequireDefault(require("classnames"));
45
-
46
- var _Elevation = require("../Elevation");
47
-
48
- var _Typography = require("../Typography");
49
-
50
- var _styles = require("./styles");
51
-
52
- var _FormElementMessage = require("../FormElementMessage");
53
-
54
- var _baselineClose24px = require("./icons/baseline-close-24px.svg");
55
-
56
- var _navigate_before24px = require("./icons/navigate_before-24px.svg");
57
-
58
- var _navigate_next24px = require("./icons/navigate_next-24px.svg");
59
-
60
- var _skip_previous24px = require("./icons/skip_previous-24px.svg");
61
-
62
- var _skip_next24px = require("./icons/skip_next-24px.svg");
63
-
64
- var _reorder_black_24dp = require("./icons/reorder_black_24dp.svg");
65
-
66
- var _emotion = require("emotion");
67
-
68
- var _excluded = ["unique", "value", "onChange", "onInput", "validation", "useMultipleSelectionList", "description"],
69
- _excluded2 = ["getInputProps", "openMenu"];
70
- var listItemMetaClassName = /*#__PURE__*/(0, _emotion.css)({
71
- display: "table"
72
- }, "label:listItemMetaClassName;");
73
- var iconButtonClassName = /*#__PURE__*/(0, _emotion.css)({
74
- display: "table-cell !important"
75
- }, "label:iconButtonClassName;");
76
- var style = {
77
- pagination: {
78
- bar: /*#__PURE__*/(0, _emotion.css)({
79
- display: "flex",
80
- justifyContent: "space-between",
81
- alignItems: "center",
82
- borderBottom: "2px solid #fa5723",
83
- padding: "6px 0"
84
- }, "label:bar;"),
85
- pages: /*#__PURE__*/(0, _emotion.css)({
86
- display: "flex",
87
- justifyContent: "space-between",
88
- alignItems: "center"
89
- }, "label:pages;"),
90
- searchInput: /*#__PURE__*/(0, _emotion.css)({
91
- height: "42px !important"
92
- }, "label:searchInput;"),
93
- list: /*#__PURE__*/(0, _emotion.css)({
94
- padding: "0 0 5px 0 !important",
95
- ".mdc-list-item": {
96
- borderBottom: "1px solid var(--mdc-theme-on-background)"
97
- }
98
- }, "label:list;"),
99
- secondaryText: /*#__PURE__*/(0, _emotion.css)({
100
- color: "var(--mdc-theme-text-secondary-on-background)"
101
- }, "label:secondaryText;")
102
- }
103
- };
104
- var listStyles = /*#__PURE__*/(0, _emotion.css)({
105
- "&.multi-autocomplete__options-list": {
106
- listStyle: "none",
107
- paddingLeft: 0,
108
- "& li": {
109
- margin: 0
110
- }
111
- }
112
- }, "label:listStyles;");
113
-
114
- var Spinner = function Spinner() {
115
- return /*#__PURE__*/_react.default.createElement(_reactSpinnerMaterial.default, {
116
- size: 24,
117
- spinnerColor: "#fa5723",
118
- spinnerWidth: 2,
119
- visible: true
120
- });
121
- };
122
-
123
- var OptionsList = function OptionsList(_ref) {
124
- var getMenuProps = _ref.getMenuProps,
125
- children = _ref.children;
126
- return /*#__PURE__*/_react.default.createElement(_Elevation.Elevation, {
127
- z: 1
128
- }, /*#__PURE__*/_react.default.createElement("ul", Object.assign({
129
- className: (0, _classnames.default)("multi-autocomplete__options-list", listStyles)
130
- }, getMenuProps()), children));
131
- };
132
-
133
- var MultiAutoComplete = /*#__PURE__*/function (_React$Component) {
134
- (0, _inherits2.default)(MultiAutoComplete, _React$Component);
135
-
136
- var _super = (0, _createSuper2.default)(MultiAutoComplete);
137
-
138
- function MultiAutoComplete() {
139
- var _this;
140
-
141
- (0, _classCallCheck2.default)(this, MultiAutoComplete);
142
-
143
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
144
- args[_key] = arguments[_key];
145
- }
146
-
147
- _this = _super.call.apply(_super, [this].concat(args));
148
- (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "state", {
149
- inputValue: "",
150
- multipleSelectionPage: 0,
151
- multipleSelectionSearch: "",
152
- reorderFormVisible: "",
153
- reorderFormValue: ""
154
- });
155
- (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "downshift", /*#__PURE__*/_react.default.createRef());
156
- (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "assignedValueAfterClearing", {
157
- set: false,
158
- selection: null
159
- });
160
- (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "setMultipleSelectionPage", function (multipleSelectionPage) {
161
- _this.setState({
162
- multipleSelectionPage: multipleSelectionPage
163
- });
164
- });
165
- (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "setMultipleSelectionSearch", function (multipleSelectionSearch) {
166
- _this.setState({
167
- multipleSelectionSearch: multipleSelectionSearch
168
- });
169
- });
170
- return _this;
171
- }
172
-
173
- (0, _createClass2.default)(MultiAutoComplete, [{
174
- key: "getOptions",
175
- value: function getOptions() {
176
- var _this2 = this;
177
-
178
- var _this$props = this.props,
179
- unique = _this$props.unique,
180
- value = _this$props.value,
181
- allowFreeInput = _this$props.allowFreeInput,
182
- useSimpleValues = _this$props.useSimpleValues,
183
- options = _this$props.options;
184
- var values = Array.isArray(value) ? (0, _toConsumableArray2.default)(value) : [];
185
- var filtered = (0, _toConsumableArray2.default)(options); // If free input is allowed, prepend typed value to the list.
186
-
187
- if (allowFreeInput && this.state.inputValue) {
188
- if (useSimpleValues) {
189
- var existingValue = filtered.includes(this.state.inputValue);
190
-
191
- if (!existingValue) {
192
- filtered.unshift(this.state.inputValue);
193
- }
194
- } else {
195
- var _existingValue = filtered.find(function (item) {
196
- return _this2.state.inputValue === (0, _utils.getOptionText)(item, _this2.props);
197
- });
198
-
199
- if (!_existingValue) {
200
- filtered.unshift((0, _defineProperty2.default)({}, this.props.textProp, this.state.inputValue));
201
- }
202
- }
203
- }
204
-
205
- return filtered.filter(function (item) {
206
- // We need to filter received options.
207
- // 1) If "unique" prop was passed, we don't want to show already picked options again.
208
- if (unique) {
209
- if (Array.isArray(values)) {
210
- if (values.find(function (value) {
211
- return (0, _utils.getOptionValue)(value, _this2.props) === (0, _utils.getOptionValue)(item, _this2.props);
212
- })) {
213
- return false;
214
- }
215
- }
216
- } // 2) At the end, we want to show only options that are matched by typed text.
217
-
218
-
219
- if (!_this2.state.inputValue) {
220
- return true;
221
- }
222
-
223
- if (item.aliases) {
224
- return (0, _utils.findInAliases)(item, _this2.state.inputValue);
225
- }
226
-
227
- return (0, _utils.getOptionText)(item, _this2.props).toLowerCase().includes(_this2.state.inputValue.toLowerCase());
228
- });
229
- }
230
- /**
231
- * Renders options - based on user's input. It will try to match input text with available options.
232
- */
233
-
234
- }, {
235
- key: "renderOptions",
236
- value: function renderOptions(params) {
237
- var _this3 = this;
238
-
239
- var options = params.options,
240
- isOpen = params.isOpen,
241
- highlightedIndex = params.highlightedIndex,
242
- getMenuProps = params.getMenuProps,
243
- getItemProps = params.getItemProps;
244
-
245
- if (!isOpen) {
246
- return null;
247
- }
248
- /**
249
- * Suggest user to start typing when there are no options available to choose from.
250
- */
251
-
252
-
253
- if (!this.state.inputValue && !options.length) {
254
- return /*#__PURE__*/_react.default.createElement(OptionsList, {
255
- getMenuProps: getMenuProps
256
- }, /*#__PURE__*/_react.default.createElement("li", null, /*#__PURE__*/_react.default.createElement(_Typography.Typography, {
257
- use: "body2"
258
- }, "Start typing to find entry")));
259
- }
260
-
261
- if (!options.length) {
262
- return /*#__PURE__*/_react.default.createElement(_Elevation.Elevation, {
263
- z: 1
264
- }, /*#__PURE__*/_react.default.createElement("ul", Object.assign({
265
- className: (0, _classnames.default)("multi-autocomplete__options-list", listStyles)
266
- }, getMenuProps()), /*#__PURE__*/_react.default.createElement("li", null, /*#__PURE__*/_react.default.createElement(_Typography.Typography, {
267
- use: "body2"
268
- }, "No results."), this.props.noResultFound)));
269
- }
270
-
271
- var renderItem = this.props.renderItem;
272
- return /*#__PURE__*/_react.default.createElement(_Elevation.Elevation, {
273
- z: 1
274
- }, /*#__PURE__*/_react.default.createElement("ul", Object.assign({
275
- className: (0, _classnames.default)("multi-autocomplete__options-list", listStyles)
276
- }, getMenuProps()), options.map(function (item, index) {
277
- var _itemClassNames;
278
-
279
- var itemValue = (0, _utils.getOptionValue)(item, _this3.props); // Base classes.
280
-
281
- var itemClassNames = (_itemClassNames = {}, (0, _defineProperty2.default)(_itemClassNames, _styles.suggestionList, true), (0, _defineProperty2.default)(_itemClassNames, "highlighted", highlightedIndex === index), (0, _defineProperty2.default)(_itemClassNames, "selected", false), _itemClassNames); // Render the item.
282
-
283
- return /*#__PURE__*/_react.default.createElement("li", Object.assign({
284
- key: itemValue + index
285
- }, getItemProps({
286
- index: index,
287
- item: item,
288
- className: (0, _classnames.default)(itemClassNames)
289
- })), renderItem.call(_this3, item, index));
290
- })));
291
- }
292
- }, {
293
- key: "paginateMultipleSelection",
294
- value: function paginateMultipleSelection() {
295
- var _this4 = this;
296
-
297
- var value = this.props.value;
298
- var limit = 10;
299
- var page = this.state.multipleSelectionPage;
300
- var search = this.state.multipleSelectionSearch; // Assign a real index, so that later when we press delete, we know what is the actual index we're deleting.
301
-
302
- var data = Array.isArray(value) ? value.map(function (option, index) {
303
- return {
304
- option: option,
305
- index: index
306
- };
307
- }) : [];
308
-
309
- if (search) {
310
- data = data.filter(function (item) {
311
- return (0, _utils.getOptionText)(item.option, _this4.props).toLowerCase().includes(search.toLowerCase());
312
- });
313
- }
314
-
315
- var lastPage = Math.ceil(data.length / limit);
316
- var totalCount = data.length;
317
- page = page || lastPage;
318
- data = data.slice((page - 1) * limit, page * limit);
319
- var from = 0;
320
- var to = 0;
321
-
322
- if (data.length) {
323
- from = (page - 1) * limit + 1;
324
- to = from + (data.length - 1);
325
- }
326
-
327
- var meta = {
328
- hasData: data.length > 0,
329
- totalCount: totalCount,
330
- from: from,
331
- to: to,
332
- page: page,
333
- lastPage: lastPage,
334
- limit: limit,
335
- hasPrevious: page > 1,
336
- hasNext: page < lastPage
337
- };
1
+ import React, { useCallback, useMemo } from "react";
2
+ import { MultiAutoComplete as AdminMultiAutoComplete } from "@webiny/admin-ui";
3
+ /**
4
+ * @deprecated This component is deprecated and will be removed in future releases.
5
+ * Please use the `MultiAutoComplete` component from the `@webiny/admin-ui` package instead.
6
+ */
7
+ export const MultiAutoComplete = ({
8
+ onChange,
9
+ value = [],
10
+ valueProp = "id",
11
+ textProp = "name",
12
+ renderItem,
13
+ noResultFound,
14
+ useSimpleValues,
15
+ loading,
16
+ allowFreeInput,
17
+ unique = true,
18
+ renderMultipleSelection,
19
+ onInput,
20
+ ...props
21
+ }) => {
22
+ const getOption = useCallback(option => {
23
+ if (useSimpleValues) {
338
24
  return {
339
- data: data,
340
- meta: meta
25
+ label: option,
26
+ value: option,
27
+ item: option
341
28
  };
342
29
  }
343
- /**
344
- * Once added, items can also be removed by clicking on the ✕ icon. This is the method that is responsible for
345
- * rendering selected items (we are using already existing "Chips" component).
346
- */
347
-
348
- }, {
349
- key: "renderMultipleSelection",
350
- value: function renderMultipleSelection() {
351
- var _this5 = this;
352
-
353
- var _this$props2 = this.props,
354
- value = _this$props2.value,
355
- onChange = _this$props2.onChange,
356
- disabled = _this$props2.disabled,
357
- useMultipleSelectionList = _this$props2.useMultipleSelectionList,
358
- description = _this$props2.description,
359
- renderListItemLabel = _this$props2.renderListItemLabel,
360
- renderListItemOptions = _this$props2.renderListItemOptions;
361
-
362
- if (useMultipleSelectionList) {
363
- var _this$paginateMultipl = this.paginateMultipleSelection(),
364
- data = _this$paginateMultipl.data,
365
- meta = _this$paginateMultipl.meta;
366
-
367
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
368
- className: style.pagination.bar
369
- }, /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_Input.Input, {
370
- className: style.pagination.searchInput,
371
- placeholder: "Search selected...",
372
- value: this.state.multipleSelectionSearch,
373
- "data-testid": "pb.pagination.search",
374
- onChange: function onChange(value) {
375
- _this5.setMultipleSelectionSearch(value);
376
-
377
- _this5.setMultipleSelectionPage(value ? 1 : 0);
378
- }
379
- })), /*#__PURE__*/_react.default.createElement("div", {
380
- className: style.pagination.pages
381
- }, /*#__PURE__*/_react.default.createElement("div", {
382
- className: meta.hasData ? "" : style.pagination.secondaryText
383
- }, meta.from, " - ", meta.to, " of ", meta.totalCount), /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_Button.IconButton, {
384
- icon: /*#__PURE__*/_react.default.createElement(_skip_previous24px.ReactComponent, null),
385
- disabled: !meta.hasData || meta.page === 1,
386
- onClick: function onClick() {
387
- return _this5.setMultipleSelectionPage(1);
388
- }
389
- }), /*#__PURE__*/_react.default.createElement(_Button.IconButton, {
390
- icon: /*#__PURE__*/_react.default.createElement(_navigate_before24px.ReactComponent, null),
391
- disabled: !meta.hasData || !meta.hasPrevious,
392
- onClick: function onClick() {
393
- return _this5.setMultipleSelectionPage(meta.page - 1);
394
- }
395
- }), /*#__PURE__*/_react.default.createElement(_Button.IconButton, {
396
- icon: /*#__PURE__*/_react.default.createElement(_navigate_next24px.ReactComponent, null),
397
- disabled: !meta.hasData || !meta.hasNext,
398
- onClick: function onClick() {
399
- return _this5.setMultipleSelectionPage(meta.page + 1);
400
- }
401
- }), /*#__PURE__*/_react.default.createElement(_Button.IconButton, {
402
- icon: /*#__PURE__*/_react.default.createElement(_skip_next24px.ReactComponent, null),
403
- disabled: !meta.hasData || meta.page === meta.lastPage,
404
- onClick: function onClick() {
405
- return _this5.setMultipleSelectionPage(meta.lastPage);
406
- }
407
- })))), /*#__PURE__*/_react.default.createElement(_List.List, {
408
- className: style.pagination.list
409
- }, meta.hasData ? data.map(function (item, index) {
410
- var key = "".concat((0, _utils.getOptionValue)(item.option, _this5.props), "-").concat(index);
411
-
412
- if (_this5.state.reorderFormVisible === key) {
413
- return /*#__PURE__*/_react.default.createElement(_List.ListItem, {
414
- key: key
415
- }, /*#__PURE__*/_react.default.createElement(_List.ListItemGraphic, null, /*#__PURE__*/_react.default.createElement(_Button.IconButton, {
416
- disabled: true,
417
- icon: /*#__PURE__*/_react.default.createElement(_reorder_black_24dp.ReactComponent, null)
418
- })), /*#__PURE__*/_react.default.createElement(_Input.Input, {
419
- value: _this5.state.reorderFormValue,
420
- "data-testid": "pb.pagination.input",
421
- onKeyDown: function onKeyDown(e) {
422
- var key = e.key;
423
-
424
- if (key !== "Escape" && key !== "Enter") {
425
- return;
426
- }
427
-
428
- if (key === "Enter") {
429
- // Reorder the item.
430
- var newValue = (0, _toConsumableArray2.default)(value);
431
- newValue.splice(e.target.value - 1, 0, newValue.splice(item.index, 1)[0]);
432
-
433
- if (onChange) {
434
- onChange(newValue);
435
- }
436
- }
437
-
438
- _this5.setState({
439
- reorderFormVisible: "",
440
- reorderFormValue: ""
441
- });
442
- },
443
- onChange: function onChange(value) {
444
- return _this5.setState({
445
- reorderFormValue: value
446
- });
447
- },
448
- type: "number",
449
- autoFocus: true,
450
- className: style.pagination.searchInput,
451
- placeholder: "Type a new order number and press Enter, or press Esc to cancel."
452
- }), /*#__PURE__*/_react.default.createElement(_List.ListItemMeta, null, /*#__PURE__*/_react.default.createElement(_Button.IconButton, {
453
- icon: /*#__PURE__*/_react.default.createElement(_baselineClose24px.ReactComponent, null),
454
- disabled: true
455
- })));
456
- }
457
-
458
- return /*#__PURE__*/_react.default.createElement(_List.ListItem, {
459
- key: key
460
- }, /*#__PURE__*/_react.default.createElement(_List.ListItemGraphic, null, /*#__PURE__*/_react.default.createElement(_Button.IconButton, {
461
- icon: /*#__PURE__*/_react.default.createElement(_reorder_black_24dp.ReactComponent, null),
462
- onClick: function onClick() {
463
- _this5.setState({
464
- reorderFormVisible: key
465
- });
466
- }
467
- })), /*#__PURE__*/_react.default.createElement("div", {
468
- style: {
469
- color: "var(--mdc-theme-text-secondary-on-background)",
470
- marginRight: 8,
471
- minWidth: 32
472
- }
473
- }, item.index + 1, "."), " ", renderListItemLabel && renderListItemLabel.call(_this5, item.option), /*#__PURE__*/_react.default.createElement(_List.ListItemMeta, {
474
- className: listItemMetaClassName
475
- }, renderListItemOptions && renderListItemOptions.call(_this5, item.option), /*#__PURE__*/_react.default.createElement(_Button.IconButton, {
476
- icon: /*#__PURE__*/_react.default.createElement(_baselineClose24px.ReactComponent, null),
477
- className: iconButtonClassName,
478
- onClick: function onClick() {
479
- if (!onChange) {
480
- return;
481
- }
482
-
483
- onChange([].concat((0, _toConsumableArray2.default)(value.slice(0, item.index)), (0, _toConsumableArray2.default)(value.slice(item.index + 1))));
484
- }
485
- })));
486
- }) : /*#__PURE__*/_react.default.createElement(_List.ListItem, null, /*#__PURE__*/_react.default.createElement("span", {
487
- className: style.pagination.secondaryText
488
- }, "Nothing to show."))), /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_FormElementMessage.FormElementMessage, null, description)));
30
+ return {
31
+ label: option[textProp],
32
+ value: option[valueProp],
33
+ disabled: option.disabled,
34
+ item: option
35
+ };
36
+ }, [textProp, valueProp, useSimpleValues]);
37
+ const options = useMemo(() => {
38
+ return props.options.map(option => {
39
+ return getOption(option);
40
+ });
41
+ }, [props.options]);
42
+ const values = useMemo(() => {
43
+ if (!value) {
44
+ return [];
45
+ }
46
+ return value.map(val => {
47
+ if (typeof val === "string") {
48
+ return val;
489
49
  }
490
-
491
- var hasItems = Array.isArray(value) && value.length;
492
-
493
- if (!hasItems) {
494
- return null;
50
+ return val[valueProp];
51
+ }).filter(Boolean);
52
+ }, [value, valueProp]);
53
+ const onValuesChange = useCallback(values => {
54
+ const selectedOptions = [];
55
+ for (const value of values) {
56
+ const option = options.find(option => option.value === value);
57
+ if (option) {
58
+ selectedOptions.push(option);
59
+ } else {
60
+ selectedOptions.push(getOption(value));
495
61
  }
496
-
497
- return /*#__PURE__*/_react.default.createElement(_Chips.Chips, {
498
- disabled: disabled
499
- }, value.map(function (item, index) {
500
- return /*#__PURE__*/_react.default.createElement(_Chips.Chip, {
501
- label: (0, _utils.getOptionText)(item, _this5.props),
502
- key: "".concat((0, _utils.getOptionValue)(item, _this5.props), "-").concat(index),
503
- trailingIcon: /*#__PURE__*/_react.default.createElement(_baselineClose24px.ReactComponent, null),
504
- onRemove: function onRemove() {
505
- if (!onChange) {
506
- return;
507
- }
508
-
509
- onChange([].concat((0, _toConsumableArray2.default)(value.slice(0, index)), (0, _toConsumableArray2.default)(value.slice(index + 1))));
510
- }
511
- });
512
- }));
513
62
  }
514
- }, {
515
- key: "render",
516
- value: function render() {
517
- var _this6 = this;
518
-
519
- var props = this.props,
520
- _this$props3 = this.props,
521
- unique = _this$props3.unique,
522
- value = _this$props3.value,
523
- _onChange = _this$props3.onChange,
524
- onInput = _this$props3.onInput,
525
- _this$props3$validati = _this$props3.validation,
526
- validation = _this$props3$validati === void 0 ? {
527
- isValid: null,
528
- message: null
529
- } : _this$props3$validati,
530
- useMultipleSelectionList = _this$props3.useMultipleSelectionList,
531
- description = _this$props3.description,
532
- otherInputProps = (0, _objectWithoutProperties2.default)(_this$props3, _excluded);
533
- var options = this.getOptions();
534
- return /*#__PURE__*/_react.default.createElement("div", {
535
- className: (0, _classnames.default)(_styles.autoCompleteStyle, props.className)
536
- }, /*#__PURE__*/_react.default.createElement(_downshift.default, {
537
- defaultSelectedItem: null // @ts-ignore there is no className on Downshift
538
- ,
539
- className: _styles.autoCompleteStyle,
540
- itemToString: function itemToString(item) {
541
- return item && (0, _utils.getOptionText)(item, props);
542
- },
543
- ref: this.downshift,
544
- onChange: function onChange(selection) {
545
- if (!_this6.assignedValueAfterClearing.set) {
546
- _this6.assignedValueAfterClearing = {
547
- set: true,
548
- selection: selection
549
- };
550
-
551
- _this6.downshift.current.clearSelection();
552
-
553
- _this6.setMultipleSelectionPage(0);
554
-
555
- return;
556
- }
557
-
558
- if (_this6.assignedValueAfterClearing.set) {
559
- _this6.setState({
560
- inputValue: ""
561
- });
562
-
563
- _this6.assignedValueAfterClearing.set = false;
564
-
565
- if (Array.isArray(value)) {
566
- _onChange && _onChange([].concat((0, _toConsumableArray2.default)(value), [_this6.assignedValueAfterClearing.selection]));
567
- } else {
568
- _onChange && _onChange([_this6.assignedValueAfterClearing.selection]);
569
- }
570
- }
571
- }
572
- }, function (_ref2) {
573
- var getInputProps = _ref2.getInputProps,
574
- openMenu = _ref2.openMenu,
575
- rest = (0, _objectWithoutProperties2.default)(_ref2, _excluded2);
576
- return /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_Input.Input, getInputProps((0, _objectSpread2.default)((0, _objectSpread2.default)({}, otherInputProps), {}, {
577
- // @ts-ignore
578
- validation: validation,
579
- // Only pass description if not using "useMultipleSelectionList".
580
- description: useMultipleSelectionList ? null : description,
581
- rawOnChange: true,
582
- trailingIcon: _this6.props.loading && /*#__PURE__*/_react.default.createElement(Spinner, null),
583
- onChange: function onChange(e) {
584
- return e;
585
- },
586
- onBlur: function onBlur(e) {
587
- return e;
588
- },
589
- onKeyUp: function onKeyUp(e) {
590
- var inputValue = e.target.value || ""; // Set current input value into state and trigger onInput if different.
591
-
592
- if (inputValue !== _this6.state.inputValue) {
593
- _this6.setState({
594
- inputValue: inputValue
595
- }, function () {
596
- onInput && onInput(inputValue);
597
- });
598
- }
599
- },
600
- onFocus: function onFocus(e) {
601
- openMenu();
602
- otherInputProps.onFocus && otherInputProps.onFocus(e);
603
- }
604
- }))), _this6.renderOptions((0, _objectSpread2.default)((0, _objectSpread2.default)({}, rest), {}, {
605
- unique: unique,
606
- options: options
607
- })), _this6.renderMultipleSelection());
608
- }));
63
+ const selectedItems = selectedOptions.map(option => option.item);
64
+ onChange?.(selectedItems);
65
+ }, [onChange, options]);
66
+ const selectedOptionRenderer = useMemo(() => {
67
+ if (renderMultipleSelection === null) {
68
+ return () => null;
609
69
  }
610
- }]);
611
- return MultiAutoComplete;
612
- }(_react.default.Component);
613
-
614
- exports.MultiAutoComplete = MultiAutoComplete;
615
- (0, _defineProperty2.default)(MultiAutoComplete, "defaultProps", {
616
- valueProp: "id",
617
- textProp: "name",
618
- unique: true,
619
- options: [],
620
- useSimpleValues: false,
621
- useMultipleSelectionList: false,
622
-
623
- /**
624
- * We cast this as MultiAutoComplete because renderItem() is executed via .call() where this is MultiAutoComplete instance.
625
- */
626
- renderItem: function renderItem(item) {
627
- return /*#__PURE__*/_react.default.createElement(_Typography.Typography, {
628
- use: "body2"
629
- }, (0, _utils.getOptionText)(item, this.props));
630
- },
70
+ return renderMultipleSelection;
71
+ }, [renderMultipleSelection]);
72
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(AdminMultiAutoComplete, Object.assign({}, props, {
73
+ size: "lg",
74
+ values: values,
75
+ options: options,
76
+ optionRenderer: renderItem,
77
+ selectedOptionRenderer: selectedOptionRenderer,
78
+ emptyMessage: noResultFound,
79
+ onValuesChange: onValuesChange,
80
+ onValueSearch: onInput,
81
+ loading: loading,
82
+ allowFreeInput: allowFreeInput,
83
+ uniqueValues: unique
84
+ })));
85
+ };
631
86
 
632
- /**
633
- * We cast this as MultiAutoComplete because renderListItemLabel() is executed via .call() where this is MultiAutoComplete instance.
634
- */
635
- renderListItemLabel: function renderListItemLabel(item) {
636
- return (0, _utils.getOptionText)(item, this.props);
637
- }
638
- });
87
+ //# sourceMappingURL=MultiAutoComplete.js.map