react-miui 0.17.2 → 0.18.0

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 (335) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/components/form/Checkbox.d.ts +2 -0
  3. package/dist/components/form/Checkbox.d.ts.map +1 -1
  4. package/dist/components/form/Checkbox.js +1 -1
  5. package/dist/components/form/Checkbox.js.map +1 -1
  6. package/dist/components/form/Input.d.ts +1 -1
  7. package/dist/components/form/Input.d.ts.map +1 -1
  8. package/dist/components/form/Label.d.ts +2 -0
  9. package/dist/components/form/Label.d.ts.map +1 -1
  10. package/dist/components/form/Label.js +2 -1
  11. package/dist/components/form/Label.js.map +1 -1
  12. package/dist/components/form/Toggle.d.ts +1 -0
  13. package/dist/components/form/Toggle.d.ts.map +1 -1
  14. package/dist/components/form/Toggle.js +1 -1
  15. package/dist/components/form/Toggle.js.map +1 -1
  16. package/dist/components/form/choice/Choice.d.ts +1 -1
  17. package/dist/components/form/choice/Choice.d.ts.map +1 -1
  18. package/dist/components/icons/Icon.js.map +1 -1
  19. package/dist/components/layout/card/Card.d.ts +3 -1
  20. package/dist/components/layout/card/Card.d.ts.map +1 -1
  21. package/dist/components/layout/card/Card.js +1 -1
  22. package/dist/components/layout/card/Card.js.map +1 -1
  23. package/dist/components/layout/header/Header.d.ts +1 -0
  24. package/dist/components/layout/header/Header.d.ts.map +1 -1
  25. package/dist/components/layout/header/Header.js.map +1 -1
  26. package/dist/components/layout/header/HeaderIconAction.d.ts +2 -0
  27. package/dist/components/layout/header/HeaderIconAction.d.ts.map +1 -1
  28. package/dist/components/layout/header/HeaderIconAction.js +8 -4
  29. package/dist/components/layout/header/HeaderIconAction.js.map +1 -1
  30. package/dist/components/layout/header/StickyHeader.d.ts +2 -0
  31. package/dist/components/layout/header/StickyHeader.d.ts.map +1 -1
  32. package/dist/components/layout/header/StickyHeader.js.map +1 -1
  33. package/dist/components/layout/list/Header.d.ts +2 -1
  34. package/dist/components/layout/list/Header.d.ts.map +1 -1
  35. package/dist/components/layout/list/Header.js.map +1 -1
  36. package/dist/components/layout/list/Item.d.ts +3 -1
  37. package/dist/components/layout/list/Item.d.ts.map +1 -1
  38. package/dist/components/layout/list/Item.js.map +1 -1
  39. package/dist/components/layout/list/Label.d.ts +1 -0
  40. package/dist/components/layout/list/Label.d.ts.map +1 -1
  41. package/dist/components/layout/list/Label.js.map +1 -1
  42. package/dist/components/layout/list/List.d.ts +2 -1
  43. package/dist/components/layout/list/List.d.ts.map +1 -1
  44. package/dist/components/layout/list/List.js.map +1 -1
  45. package/dist/components/layout/list/Value.d.ts +1 -0
  46. package/dist/components/layout/list/Value.d.ts.map +1 -1
  47. package/dist/components/layout/list/Value.js.map +1 -1
  48. package/dist/components/layout/section/SearchContainer.d.ts +5 -1
  49. package/dist/components/layout/section/SearchContainer.d.ts.map +1 -1
  50. package/dist/components/layout/section/SearchContainer.js +2 -1
  51. package/dist/components/layout/section/SearchContainer.js.map +1 -1
  52. package/dist/components/layout/section/Section.d.ts +3 -1
  53. package/dist/components/layout/section/Section.d.ts.map +1 -1
  54. package/dist/components/layout/section/Section.js +1 -1
  55. package/dist/components/layout/section/Section.js.map +1 -1
  56. package/dist/components/layout/section/SectionContainer.d.ts +4 -1
  57. package/dist/components/layout/section/SectionContainer.d.ts.map +1 -1
  58. package/dist/components/layout/section/SectionContainer.js.map +1 -1
  59. package/dist/components/layout/table/Table.d.ts +1 -1
  60. package/dist/components/layout/table/Table.d.ts.map +1 -1
  61. package/dist/components/ui/action/Action.d.ts +1 -0
  62. package/dist/components/ui/action/Action.d.ts.map +1 -1
  63. package/dist/components/ui/action/Action.js.map +1 -1
  64. package/dist/components/ui/action/EqualActions.d.ts +1 -0
  65. package/dist/components/ui/action/EqualActions.d.ts.map +1 -1
  66. package/dist/components/ui/action/EqualActions.js.map +1 -1
  67. package/dist/components/ui/button/Button.d.ts +1 -1
  68. package/dist/components/ui/button/Button.d.ts.map +1 -1
  69. package/dist/components/ui/directionPad/Pad.d.ts +1 -0
  70. package/dist/components/ui/directionPad/Pad.d.ts.map +1 -1
  71. package/dist/components/ui/directionPad/Pad.js +2 -1
  72. package/dist/components/ui/directionPad/Pad.js.map +1 -1
  73. package/dist/components/ui/drawer/Drawer.d.ts +3 -1
  74. package/dist/components/ui/drawer/Drawer.d.ts.map +1 -1
  75. package/dist/components/ui/drawer/Drawer.js +3 -1
  76. package/dist/components/ui/drawer/Drawer.js.map +1 -1
  77. package/dist/components/ui/message/Message.d.ts +1 -0
  78. package/dist/components/ui/message/Message.d.ts.map +1 -1
  79. package/dist/components/ui/message/Message.js.map +1 -1
  80. package/dist/components/ui/modal/Modal.d.ts +2 -1
  81. package/dist/components/ui/modal/Modal.d.ts.map +1 -1
  82. package/dist/components/ui/modal/Modal.js.map +1 -1
  83. package/dist/components/ui/modal/ModalButton.d.ts +1 -1
  84. package/dist/components/ui/modal/ModalButton.d.ts.map +1 -1
  85. package/dist/components/ui/modal/ModalButtons.d.ts +1 -0
  86. package/dist/components/ui/modal/ModalButtons.d.ts.map +1 -1
  87. package/dist/components/ui/modal/ModalButtons.js.map +1 -1
  88. package/dist/components/ui/modal/ModalNoMargin.d.ts +1 -0
  89. package/dist/components/ui/modal/ModalNoMargin.d.ts.map +1 -1
  90. package/dist/components/ui/modal/ModalNoMargin.js.map +1 -1
  91. package/dist/components/ui/pop/OnButtonClick.d.ts +1 -0
  92. package/dist/components/ui/pop/OnButtonClick.d.ts.map +1 -1
  93. package/dist/components/ui/pop/OnButtonClick.js.map +1 -1
  94. package/dist/components/ui/pop/Pop.d.ts +3 -1
  95. package/dist/components/ui/pop/Pop.d.ts.map +1 -1
  96. package/dist/components/ui/pop/Pop.js +3 -1
  97. package/dist/components/ui/pop/Pop.js.map +1 -1
  98. package/dist/components/ui/pop/PopOption.d.ts +2 -0
  99. package/dist/components/ui/pop/PopOption.d.ts.map +1 -1
  100. package/dist/components/ui/pop/PopOption.js +2 -1
  101. package/dist/components/ui/pop/PopOption.js.map +1 -1
  102. package/dist/components/ui/stats/Stats.d.ts +1 -0
  103. package/dist/components/ui/stats/Stats.d.ts.map +1 -1
  104. package/dist/components/ui/stats/Stats.js +1 -1
  105. package/dist/components/ui/stats/Stats.js.map +1 -1
  106. package/dist/components/ui/tabs/Selector.d.ts +1 -0
  107. package/dist/components/ui/tabs/Selector.d.ts.map +1 -1
  108. package/dist/components/ui/tabs/Selector.js +2 -1
  109. package/dist/components/ui/tabs/Selector.js.map +1 -1
  110. package/dist/components/ui/toaster/Toaster.d.ts +2 -1
  111. package/dist/components/ui/toaster/Toaster.d.ts.map +1 -1
  112. package/dist/components/ui/toaster/Toaster.js.map +1 -1
  113. package/dist/components/utils/If.d.ts +1 -0
  114. package/dist/components/utils/If.d.ts.map +1 -1
  115. package/dist/components/utils/If.js.map +1 -1
  116. package/dist/types/form.d.ts +1 -1
  117. package/dist/types/form.d.ts.map +1 -1
  118. package/dist/types.d.ts +1 -1
  119. package/dist/types.d.ts.map +1 -1
  120. package/docs/assets/main.js +57 -53
  121. package/docs/assets/search.js +1 -1
  122. package/docs/assets/style.css +58 -2
  123. package/docs/classes/Drawer.html +60 -58
  124. package/docs/classes/Pop.html +66 -64
  125. package/docs/classes/ToasterProvider.html +65 -63
  126. package/docs/enums/ICON.html +18 -16
  127. package/docs/functions/Action.html +11 -9
  128. package/docs/functions/Button.html +11 -9
  129. package/docs/functions/Card.html +11 -9
  130. package/docs/functions/Checkbox.html +11 -9
  131. package/docs/functions/Choice.html +12 -10
  132. package/docs/functions/DirectionPad.html +11 -9
  133. package/docs/functions/EqualActions.html +11 -9
  134. package/docs/functions/HandleEsc.html +11 -9
  135. package/docs/functions/Header.html +11 -9
  136. package/docs/functions/HeaderIconAction.html +11 -9
  137. package/docs/functions/Icon-1.html +11 -9
  138. package/docs/functions/If.html +11 -9
  139. package/docs/functions/Input.html +12 -10
  140. package/docs/functions/Item-1.html +11 -9
  141. package/docs/functions/KeyValue.html +11 -9
  142. package/docs/functions/Label.html +11 -9
  143. package/docs/functions/List-1.html +11 -9
  144. package/docs/functions/Message.html +11 -9
  145. package/docs/functions/Modal-1.html +11 -9
  146. package/docs/functions/ModalButtons-1.html +11 -9
  147. package/docs/functions/PopOption.html +11 -9
  148. package/docs/functions/SearchContainer.html +11 -12
  149. package/docs/functions/Section-1.html +11 -9
  150. package/docs/functions/Select.html +11 -9
  151. package/docs/functions/Selector.html +12 -10
  152. package/docs/functions/Spacer.html +11 -9
  153. package/docs/functions/Stats.html +11 -9
  154. package/docs/functions/StickyHeader-1.html +11 -9
  155. package/docs/functions/StickyHeader.Content.html +11 -9
  156. package/docs/functions/Table.html +11 -9
  157. package/docs/functions/TextArea.html +11 -9
  158. package/docs/functions/Toggle.html +11 -9
  159. package/docs/functions/useToaster.html +9 -7
  160. package/docs/index.html +8 -6
  161. package/docs/modules/Item.html +11 -9
  162. package/docs/modules/List.html +10 -8
  163. package/docs/modules/Modal.html +10 -8
  164. package/docs/modules/ModalButtons.html +10 -8
  165. package/docs/modules/Section.html +10 -8
  166. package/docs/modules/StickyHeader.html +10 -8
  167. package/docs/modules.html +8 -6
  168. package/docs/pages/tutorials/Test.html +8 -6
  169. package/docs/variables/Item.Label.html +9 -7
  170. package/docs/variables/Item.Value.html +9 -7
  171. package/docs/variables/List.Header.html +9 -7
  172. package/docs/variables/Modal.NegateMargin.html +9 -7
  173. package/docs/variables/ModalButtons.Button.html +9 -7
  174. package/docs/variables/Section.Container.html +10 -8
  175. package/esm/components/form/Checkbox.d.ts +2 -0
  176. package/esm/components/form/Checkbox.d.ts.map +1 -1
  177. package/esm/components/form/Checkbox.js +1 -1
  178. package/esm/components/form/Checkbox.js.map +1 -1
  179. package/esm/components/form/Input.d.ts +1 -1
  180. package/esm/components/form/Input.d.ts.map +1 -1
  181. package/esm/components/form/Label.d.ts +2 -0
  182. package/esm/components/form/Label.d.ts.map +1 -1
  183. package/esm/components/form/Label.js +2 -1
  184. package/esm/components/form/Label.js.map +1 -1
  185. package/esm/components/form/Toggle.d.ts +1 -0
  186. package/esm/components/form/Toggle.d.ts.map +1 -1
  187. package/esm/components/form/Toggle.js +1 -1
  188. package/esm/components/form/Toggle.js.map +1 -1
  189. package/esm/components/form/choice/Choice.d.ts +1 -1
  190. package/esm/components/form/choice/Choice.d.ts.map +1 -1
  191. package/esm/components/icons/Icon.js.map +1 -1
  192. package/esm/components/layout/card/Card.d.ts +3 -1
  193. package/esm/components/layout/card/Card.d.ts.map +1 -1
  194. package/esm/components/layout/card/Card.js +1 -1
  195. package/esm/components/layout/card/Card.js.map +1 -1
  196. package/esm/components/layout/header/Header.d.ts +1 -0
  197. package/esm/components/layout/header/Header.d.ts.map +1 -1
  198. package/esm/components/layout/header/Header.js.map +1 -1
  199. package/esm/components/layout/header/HeaderIconAction.d.ts +2 -0
  200. package/esm/components/layout/header/HeaderIconAction.d.ts.map +1 -1
  201. package/esm/components/layout/header/HeaderIconAction.js +8 -4
  202. package/esm/components/layout/header/HeaderIconAction.js.map +1 -1
  203. package/esm/components/layout/header/StickyHeader.d.ts +2 -0
  204. package/esm/components/layout/header/StickyHeader.d.ts.map +1 -1
  205. package/esm/components/layout/header/StickyHeader.js.map +1 -1
  206. package/esm/components/layout/list/Header.d.ts +2 -1
  207. package/esm/components/layout/list/Header.d.ts.map +1 -1
  208. package/esm/components/layout/list/Header.js.map +1 -1
  209. package/esm/components/layout/list/Item.d.ts +3 -1
  210. package/esm/components/layout/list/Item.d.ts.map +1 -1
  211. package/esm/components/layout/list/Item.js.map +1 -1
  212. package/esm/components/layout/list/Label.d.ts +1 -0
  213. package/esm/components/layout/list/Label.d.ts.map +1 -1
  214. package/esm/components/layout/list/Label.js.map +1 -1
  215. package/esm/components/layout/list/List.d.ts +2 -1
  216. package/esm/components/layout/list/List.d.ts.map +1 -1
  217. package/esm/components/layout/list/List.js.map +1 -1
  218. package/esm/components/layout/list/Value.d.ts +1 -0
  219. package/esm/components/layout/list/Value.d.ts.map +1 -1
  220. package/esm/components/layout/list/Value.js.map +1 -1
  221. package/esm/components/layout/section/SearchContainer.d.ts +5 -1
  222. package/esm/components/layout/section/SearchContainer.d.ts.map +1 -1
  223. package/esm/components/layout/section/SearchContainer.js +2 -1
  224. package/esm/components/layout/section/SearchContainer.js.map +1 -1
  225. package/esm/components/layout/section/Section.d.ts +3 -1
  226. package/esm/components/layout/section/Section.d.ts.map +1 -1
  227. package/esm/components/layout/section/Section.js +1 -1
  228. package/esm/components/layout/section/Section.js.map +1 -1
  229. package/esm/components/layout/section/SectionContainer.d.ts +4 -1
  230. package/esm/components/layout/section/SectionContainer.d.ts.map +1 -1
  231. package/esm/components/layout/section/SectionContainer.js.map +1 -1
  232. package/esm/components/layout/table/Table.d.ts +1 -1
  233. package/esm/components/layout/table/Table.d.ts.map +1 -1
  234. package/esm/components/ui/action/Action.d.ts +1 -0
  235. package/esm/components/ui/action/Action.d.ts.map +1 -1
  236. package/esm/components/ui/action/Action.js.map +1 -1
  237. package/esm/components/ui/action/EqualActions.d.ts +1 -0
  238. package/esm/components/ui/action/EqualActions.d.ts.map +1 -1
  239. package/esm/components/ui/action/EqualActions.js.map +1 -1
  240. package/esm/components/ui/button/Button.d.ts +1 -1
  241. package/esm/components/ui/button/Button.d.ts.map +1 -1
  242. package/esm/components/ui/directionPad/Pad.d.ts +1 -0
  243. package/esm/components/ui/directionPad/Pad.d.ts.map +1 -1
  244. package/esm/components/ui/directionPad/Pad.js +2 -1
  245. package/esm/components/ui/directionPad/Pad.js.map +1 -1
  246. package/esm/components/ui/drawer/Drawer.d.ts +3 -1
  247. package/esm/components/ui/drawer/Drawer.d.ts.map +1 -1
  248. package/esm/components/ui/drawer/Drawer.js +3 -1
  249. package/esm/components/ui/drawer/Drawer.js.map +1 -1
  250. package/esm/components/ui/message/Message.d.ts +1 -0
  251. package/esm/components/ui/message/Message.d.ts.map +1 -1
  252. package/esm/components/ui/message/Message.js.map +1 -1
  253. package/esm/components/ui/modal/Modal.d.ts +2 -1
  254. package/esm/components/ui/modal/Modal.d.ts.map +1 -1
  255. package/esm/components/ui/modal/Modal.js.map +1 -1
  256. package/esm/components/ui/modal/ModalButton.d.ts +1 -1
  257. package/esm/components/ui/modal/ModalButton.d.ts.map +1 -1
  258. package/esm/components/ui/modal/ModalButtons.d.ts +1 -0
  259. package/esm/components/ui/modal/ModalButtons.d.ts.map +1 -1
  260. package/esm/components/ui/modal/ModalButtons.js.map +1 -1
  261. package/esm/components/ui/modal/ModalNoMargin.d.ts +1 -0
  262. package/esm/components/ui/modal/ModalNoMargin.d.ts.map +1 -1
  263. package/esm/components/ui/modal/ModalNoMargin.js.map +1 -1
  264. package/esm/components/ui/pop/OnButtonClick.d.ts +1 -0
  265. package/esm/components/ui/pop/OnButtonClick.d.ts.map +1 -1
  266. package/esm/components/ui/pop/OnButtonClick.js.map +1 -1
  267. package/esm/components/ui/pop/Pop.d.ts +3 -1
  268. package/esm/components/ui/pop/Pop.d.ts.map +1 -1
  269. package/esm/components/ui/pop/Pop.js +3 -1
  270. package/esm/components/ui/pop/Pop.js.map +1 -1
  271. package/esm/components/ui/pop/PopOption.d.ts +2 -0
  272. package/esm/components/ui/pop/PopOption.d.ts.map +1 -1
  273. package/esm/components/ui/pop/PopOption.js +2 -1
  274. package/esm/components/ui/pop/PopOption.js.map +1 -1
  275. package/esm/components/ui/stats/Stats.d.ts +1 -0
  276. package/esm/components/ui/stats/Stats.d.ts.map +1 -1
  277. package/esm/components/ui/stats/Stats.js +1 -1
  278. package/esm/components/ui/stats/Stats.js.map +1 -1
  279. package/esm/components/ui/tabs/Selector.d.ts +1 -0
  280. package/esm/components/ui/tabs/Selector.d.ts.map +1 -1
  281. package/esm/components/ui/tabs/Selector.js +2 -1
  282. package/esm/components/ui/tabs/Selector.js.map +1 -1
  283. package/esm/components/ui/toaster/Toaster.d.ts +2 -1
  284. package/esm/components/ui/toaster/Toaster.d.ts.map +1 -1
  285. package/esm/components/ui/toaster/Toaster.js.map +1 -1
  286. package/esm/components/utils/If.d.ts +1 -0
  287. package/esm/components/utils/If.d.ts.map +1 -1
  288. package/esm/components/utils/If.js.map +1 -1
  289. package/esm/types/form.d.ts +1 -1
  290. package/esm/types/form.d.ts.map +1 -1
  291. package/esm/types.d.ts +1 -1
  292. package/esm/types.d.ts.map +1 -1
  293. package/package.json +32 -27
  294. package/src/components/form/Checkbox.tsx +3 -1
  295. package/src/components/form/Label.tsx +5 -1
  296. package/src/components/form/Toggle.tsx +2 -1
  297. package/src/components/icons/Icon.tsx +1 -1
  298. package/src/components/layout/card/Card.tsx +3 -1
  299. package/src/components/layout/header/Header.tsx +1 -0
  300. package/src/components/layout/header/HeaderIconAction.tsx +11 -5
  301. package/src/components/layout/header/StickyHeader.tsx +2 -0
  302. package/src/components/layout/list/Header.tsx +1 -0
  303. package/src/components/layout/list/Item.tsx +2 -0
  304. package/src/components/layout/list/Label.tsx +1 -0
  305. package/src/components/layout/list/List.tsx +1 -0
  306. package/src/components/layout/list/Value.tsx +1 -0
  307. package/src/components/layout/section/SearchContainer.tsx +9 -2
  308. package/src/components/layout/section/Section.tsx +3 -1
  309. package/src/components/layout/section/SectionContainer.tsx +5 -1
  310. package/src/components/ui/action/Action.tsx +1 -0
  311. package/src/components/ui/action/EqualActions.tsx +1 -0
  312. package/src/components/ui/directionPad/Pad.tsx +4 -1
  313. package/src/components/ui/drawer/Drawer.tsx +6 -1
  314. package/src/components/ui/message/Message.tsx +1 -0
  315. package/src/components/ui/modal/Modal.tsx +1 -0
  316. package/src/components/ui/modal/ModalButtons.tsx +1 -0
  317. package/src/components/ui/modal/ModalNoMargin.tsx +3 -1
  318. package/src/components/ui/pop/OnButtonClick.tsx +1 -0
  319. package/src/components/ui/pop/Pop.tsx +7 -1
  320. package/src/components/ui/pop/PopOption.tsx +5 -1
  321. package/src/components/ui/stats/Stats.tsx +2 -1
  322. package/src/components/ui/tabs/Selector.tsx +4 -1
  323. package/src/components/ui/toaster/Toaster.tsx +3 -1
  324. package/src/components/utils/If.tsx +1 -0
  325. package/src/demo/Main.tsx +1 -1
  326. package/src/demo/NextLink.tsx +11 -0
  327. package/src/demo/components/layout/header/Header.tsx +2 -3
  328. package/src/demo/components/layout/list/List.Item.tsx +2 -3
  329. package/src/demo/components/ui/action/Action.tsx +2 -3
  330. package/src/demo/componentsMap.ts +1 -1
  331. package/src/types.ts +1 -1
  332. package/template/.prettierignore +3 -0
  333. package/template/.prettierrc.json +1 -0
  334. package/docs/assets/widgets.png +0 -0
  335. package/docs/assets/widgets@2x.png +0 -0
@@ -1,16 +1,18 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ToasterProvider | react-miui - v0.17.2</title><meta name="description" content="Documentation for react-miui - v0.17.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ToasterProvider | react-miui - v0.18.0</title><meta name="description" content="Documentation for react-miui - v0.18.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
- <div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
4
+ <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5
+ <div class="field">
6
+ <div id="tsd-toolbar-links"></div></div>
5
7
  <ul class="results">
6
8
  <li class="state loading">Preparing search index...</li>
7
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.17.2</a></div>
8
- <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.18.0</a></div>
10
+ <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
9
11
  <div class="container container-main">
10
12
  <div class="col-8 col-content">
11
13
  <div class="tsd-page-title">
12
14
  <ul class="tsd-breadcrumb">
13
- <li><a href="../modules.html">react-miui - v0.17.2</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.18.0</a></li>
14
16
  <li><a href="ToasterProvider.html">ToasterProvider</a></li></ul>
15
17
  <h1>Class ToasterProvider</h1></div>
16
18
  <section class="tsd-panel tsd-hierarchy">
@@ -20,7 +22,7 @@
20
22
  <ul class="tsd-hierarchy">
21
23
  <li><span class="target">ToasterProvider</span></li></ul></li></ul></section><aside class="tsd-sources">
22
24
  <ul>
23
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/toaster/Toaster.tsx#L24">src/components/ui/toaster/Toaster.tsx:24</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/toaster/Toaster.tsx#L26">src/components/ui/toaster/Toaster.tsx:26</a></li></ul></aside>
24
26
  <section class="tsd-panel-group tsd-index-group">
25
27
  <section class="tsd-panel tsd-index-panel">
26
28
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -36,28 +38,28 @@
36
38
  <a href="ToasterProvider.html#props" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>props</span></a>
37
39
  <a href="ToasterProvider.html#refs" class="tsd-index-link deprecated tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>refs</span></a>
38
40
  <a href="ToasterProvider.html#state" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>state</span></a>
39
- <a href="ToasterProvider.html#contextType" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>context<wbr/>Type</span></a>
41
+ <a href="ToasterProvider.html#contextType" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>context<wbr/>Type?</span></a>
40
42
  </div></section>
41
43
  <section class="tsd-index-section">
42
44
  <h3 class="tsd-index-heading">Methods</h3>
43
- <div class="tsd-index-list"><a href="ToasterProvider.html#UNSAFE_componentWillMount" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Mount</span></a>
44
- <a href="ToasterProvider.html#UNSAFE_componentWillReceiveProps" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Receive<wbr/>Props</span></a>
45
- <a href="ToasterProvider.html#UNSAFE_componentWillUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Update</span></a>
45
+ <div class="tsd-index-list"><a href="ToasterProvider.html#UNSAFE_componentWillMount" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Mount?</span></a>
46
+ <a href="ToasterProvider.html#UNSAFE_componentWillReceiveProps" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Receive<wbr/>Props?</span></a>
47
+ <a href="ToasterProvider.html#UNSAFE_componentWillUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Update?</span></a>
46
48
  <a href="ToasterProvider.html#_add" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-private"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_add</span></a>
47
49
  <a href="ToasterProvider.html#_handleRemove" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-private"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_handle<wbr/>Remove</span></a>
48
50
  <a href="ToasterProvider.html#_removeAllToasts" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-private"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_remove<wbr/>All<wbr/>Toasts</span></a>
49
- <a href="ToasterProvider.html#componentDidCatch" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Did<wbr/>Catch</span></a>
50
- <a href="ToasterProvider.html#componentDidMount" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Did<wbr/>Mount</span></a>
51
- <a href="ToasterProvider.html#componentDidUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Did<wbr/>Update</span></a>
52
- <a href="ToasterProvider.html#componentWillMount" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Will<wbr/>Mount</span></a>
53
- <a href="ToasterProvider.html#componentWillReceiveProps" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Will<wbr/>Receive<wbr/>Props</span></a>
54
- <a href="ToasterProvider.html#componentWillUnmount" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Will<wbr/>Unmount</span></a>
55
- <a href="ToasterProvider.html#componentWillUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Will<wbr/>Update</span></a>
51
+ <a href="ToasterProvider.html#componentDidCatch" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Did<wbr/>Catch?</span></a>
52
+ <a href="ToasterProvider.html#componentDidMount" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Did<wbr/>Mount?</span></a>
53
+ <a href="ToasterProvider.html#componentDidUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Did<wbr/>Update?</span></a>
54
+ <a href="ToasterProvider.html#componentWillMount" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Will<wbr/>Mount?</span></a>
55
+ <a href="ToasterProvider.html#componentWillReceiveProps" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Will<wbr/>Receive<wbr/>Props?</span></a>
56
+ <a href="ToasterProvider.html#componentWillUnmount" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Will<wbr/>Unmount?</span></a>
57
+ <a href="ToasterProvider.html#componentWillUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>component<wbr/>Will<wbr/>Update?</span></a>
56
58
  <a href="ToasterProvider.html#forceUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>force<wbr/>Update</span></a>
57
- <a href="ToasterProvider.html#getSnapshotBeforeUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Snapshot<wbr/>Before<wbr/>Update</span></a>
59
+ <a href="ToasterProvider.html#getSnapshotBeforeUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Snapshot<wbr/>Before<wbr/>Update?</span></a>
58
60
  <a href="ToasterProvider.html#render" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>render</span></a>
59
61
  <a href="ToasterProvider.html#setState" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>State</span></a>
60
- <a href="ToasterProvider.html#shouldComponentUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>should<wbr/>Component<wbr/>Update</span></a>
62
+ <a href="ToasterProvider.html#shouldComponentUpdate" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>should<wbr/>Component<wbr/>Update?</span></a>
61
63
  </div></section></div></details></section></section>
62
64
  <section class="tsd-panel-group tsd-member-group">
63
65
  <h2>Constructors</h2>
@@ -76,12 +78,12 @@
76
78
  <h4 class="tsd-returns-title">Returns <a href="ToasterProvider.html" class="tsd-signature-type" data-tsd-kind="Class">ToasterProvider</a></h4><aside class="tsd-sources">
77
79
  <p>Overrides React.Component&lt;Props, State&gt;.constructor</p>
78
80
  <ul>
79
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/toaster/Toaster.tsx#L25">src/components/ui/toaster/Toaster.tsx:25</a></li></ul></aside></li></ul></section></section>
81
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/toaster/Toaster.tsx#L27">src/components/ui/toaster/Toaster.tsx:27</a></li></ul></aside></li></ul></section></section>
80
82
  <section class="tsd-panel-group tsd-member-group">
81
83
  <h2>Properties</h2>
82
84
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="context" class="tsd-anchor"></a>
83
85
  <h3 class="tsd-anchor-link"><span>context</span><a href="#context" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
84
- <div class="tsd-signature">context<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
86
+ <div class="tsd-signature">context<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">unknown</span></div>
85
87
  <div class="tsd-comment tsd-typography"><p>If using the new style context, re-declare this in your class to be the
86
88
  <code>React.ContextType</code> of your <code>static contextType</code>.
87
89
  Should be used with type annotation or static contextType.</p>
@@ -92,16 +94,16 @@ Should be used with type annotation or static contextType.</p>
92
94
  </div><aside class="tsd-sources">
93
95
  <p>Inherited from React.Component.context</p>
94
96
  <ul>
95
- <li>Defined in node_modules/@types/react/index.d.ts:473</li></ul></aside></section>
97
+ <li>Defined in node_modules/@types/react/index.d.ts:471</li></ul></aside></section>
96
98
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="props" class="tsd-anchor"></a>
97
99
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>props</span><a href="#props" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
98
- <div class="tsd-signature">props<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{ </span>children<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ReactNode</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
100
+ <div class="tsd-signature">props<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
99
101
  <p>Inherited from React.Component.props</p>
100
102
  <ul>
101
- <li>Defined in node_modules/@types/react/index.d.ts:498</li></ul></aside></section>
103
+ <li>Defined in node_modules/@types/react/index.d.ts:491</li></ul></aside></section>
102
104
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="refs" class="tsd-anchor"></a>
103
105
  <h3 class="tsd-anchor-link"><span class="deprecated">refs</span><a href="#refs" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
104
- <div class="tsd-signature">refs<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ReactInstance</span><span class="tsd-signature-symbol"> }</span></div>
106
+ <div class="tsd-signature">refs<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ReactInstance</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
105
107
  <div class="tsd-comment tsd-typography">
106
108
  <h3>Deprecated</h3><p><a href="https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs">https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs</a></p>
107
109
  </div>
@@ -112,13 +114,13 @@ Should be used with type annotation or static contextType.</p>
112
114
  <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">ReactInstance</span></h5></li></ul></div><aside class="tsd-sources">
113
115
  <p>Inherited from React.Component.refs</p>
114
116
  <ul>
115
- <li>Defined in node_modules/@types/react/index.d.ts:504</li></ul></aside></section>
117
+ <li>Defined in node_modules/@types/react/index.d.ts:497</li></ul></aside></section>
116
118
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="state" class="tsd-anchor"></a>
117
119
  <h3 class="tsd-anchor-link"><span>state</span><a href="#state" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
118
120
  <div class="tsd-signature">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">State</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
119
121
  <p>Inherited from React.Component.state</p>
120
122
  <ul>
121
- <li>Defined in node_modules/@types/react/index.d.ts:499</li></ul></aside></section>
123
+ <li>Defined in node_modules/@types/react/index.d.ts:492</li></ul></aside></section>
122
124
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="contextType" class="tsd-anchor"></a>
123
125
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagOptional">Optional</code> <span>context<wbr/>Type</span><a href="#contextType" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
124
126
  <div class="tsd-signature">context<wbr/>Type<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Context</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
@@ -131,7 +133,7 @@ Should be used with type annotation or static contextType.</p>
131
133
  </div><aside class="tsd-sources">
132
134
  <p>Inherited from React.Component.contextType</p>
133
135
  <ul>
134
- <li>Defined in node_modules/@types/react/index.d.ts:455</li></ul></aside></section></section>
136
+ <li>Defined in node_modules/@types/react/index.d.ts:454</li></ul></aside></section></section>
135
137
  <section class="tsd-panel-group tsd-member-group">
136
138
  <h2>Methods</h2>
137
139
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="UNSAFE_componentWillMount" class="tsd-anchor"></a>
@@ -155,7 +157,7 @@ prevents this from being invoked.</p>
155
157
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
156
158
  <p>Inherited from React.Component.UNSAFE_componentWillMount</p>
157
159
  <ul>
158
- <li>Defined in node_modules/@types/react/index.d.ts:711</li></ul></aside></li></ul></section>
160
+ <li>Defined in node_modules/@types/react/index.d.ts:688</li></ul></aside></li></ul></section>
159
161
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="UNSAFE_componentWillReceiveProps" class="tsd-anchor"></a>
160
162
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Receive<wbr/>Props</span><a href="#UNSAFE_componentWillReceiveProps" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
161
163
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -186,7 +188,7 @@ prevents this from being invoked.</p>
186
188
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
187
189
  <p>Inherited from React.Component.UNSAFE_componentWillReceiveProps</p>
188
190
  <ul>
189
- <li>Defined in node_modules/@types/react/index.d.ts:743</li></ul></aside></li></ul></section>
191
+ <li>Defined in node_modules/@types/react/index.d.ts:720</li></ul></aside></li></ul></section>
190
192
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="UNSAFE_componentWillUpdate" class="tsd-anchor"></a>
191
193
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Update</span><a href="#UNSAFE_componentWillUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
192
194
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -217,7 +219,7 @@ prevents this from being invoked.</p>
217
219
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
218
220
  <p>Inherited from React.Component.UNSAFE_componentWillUpdate</p>
219
221
  <ul>
220
- <li>Defined in node_modules/@types/react/index.d.ts:771</li></ul></aside></li></ul></section>
222
+ <li>Defined in node_modules/@types/react/index.d.ts:748</li></ul></aside></li></ul></section>
221
223
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="_add" class="tsd-anchor"></a>
222
224
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>_add</span><a href="#_add" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
223
225
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -230,7 +232,7 @@ prevents this from being invoked.</p>
230
232
  <h5>text: <span class="tsd-signature-type">string</span></h5></li></ul></div>
231
233
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
232
234
  <ul>
233
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/toaster/Toaster.tsx#L33">src/components/ui/toaster/Toaster.tsx:33</a></li></ul></aside></li></ul></section>
235
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/toaster/Toaster.tsx#L35">src/components/ui/toaster/Toaster.tsx:35</a></li></ul></aside></li></ul></section>
234
236
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="_handleRemove" class="tsd-anchor"></a>
235
237
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>_handle<wbr/>Remove</span><a href="#_handleRemove" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
236
238
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -243,7 +245,7 @@ prevents this from being invoked.</p>
243
245
  <h5>id: <span class="tsd-signature-type">string</span></h5></li></ul></div>
244
246
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
245
247
  <ul>
246
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/toaster/Toaster.tsx#L64">src/components/ui/toaster/Toaster.tsx:64</a></li></ul></aside></li></ul></section>
248
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/toaster/Toaster.tsx#L66">src/components/ui/toaster/Toaster.tsx:66</a></li></ul></aside></li></ul></section>
247
249
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="_removeAllToasts" class="tsd-anchor"></a>
248
250
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>_remove<wbr/>All<wbr/>Toasts</span><a href="#_removeAllToasts" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
249
251
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -251,7 +253,7 @@ prevents this from being invoked.</p>
251
253
  <li class="tsd-description">
252
254
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
253
255
  <ul>
254
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/toaster/Toaster.tsx#L71">src/components/ui/toaster/Toaster.tsx:71</a></li></ul></aside></li></ul></section>
256
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/toaster/Toaster.tsx#L73">src/components/ui/toaster/Toaster.tsx:73</a></li></ul></aside></li></ul></section>
255
257
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentDidCatch" class="tsd-anchor"></a>
256
258
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Did<wbr/>Catch</span><a href="#componentDidCatch" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
257
259
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -270,7 +272,7 @@ the entire component tree to unmount.</p>
270
272
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
271
273
  <p>Inherited from React.Component.componentDidCatch</p>
272
274
  <ul>
273
- <li>Defined in node_modules/@types/react/index.d.ts:640</li></ul></aside></li></ul></section>
275
+ <li>Defined in node_modules/@types/react/index.d.ts:617</li></ul></aside></li></ul></section>
274
276
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentDidMount" class="tsd-anchor"></a>
275
277
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Did<wbr/>Mount</span><a href="#componentDidMount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
276
278
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -281,7 +283,7 @@ the entire component tree to unmount.</p>
281
283
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
282
284
  <p>Inherited from React.Component.componentDidMount</p>
283
285
  <ul>
284
- <li>Defined in node_modules/@types/react/index.d.ts:619</li></ul></aside></li></ul></section>
286
+ <li>Defined in node_modules/@types/react/index.d.ts:596</li></ul></aside></li></ul></section>
285
287
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentDidUpdate" class="tsd-anchor"></a>
286
288
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Did<wbr/>Update</span><a href="#componentDidUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
287
289
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -302,7 +304,7 @@ the entire component tree to unmount.</p>
302
304
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
303
305
  <p>Inherited from React.Component.componentDidUpdate</p>
304
306
  <ul>
305
- <li>Defined in node_modules/@types/react/index.d.ts:682</li></ul></aside></li></ul></section>
307
+ <li>Defined in node_modules/@types/react/index.d.ts:659</li></ul></aside></li></ul></section>
306
308
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillMount" class="tsd-anchor"></a>
307
309
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Mount</span><a href="#componentWillMount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
308
310
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -323,7 +325,7 @@ prevents this from being invoked.</p>
323
325
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
324
326
  <p>Inherited from React.Component.componentWillMount</p>
325
327
  <ul>
326
- <li>Defined in node_modules/@types/react/index.d.ts:697</li></ul></aside></li></ul></section>
328
+ <li>Defined in node_modules/@types/react/index.d.ts:674</li></ul></aside></li></ul></section>
327
329
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillReceiveProps" class="tsd-anchor"></a>
328
330
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Receive<wbr/>Props</span><a href="#componentWillReceiveProps" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
329
331
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -353,7 +355,7 @@ prevents this from being invoked.</p>
353
355
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
354
356
  <p>Inherited from React.Component.componentWillReceiveProps</p>
355
357
  <ul>
356
- <li>Defined in node_modules/@types/react/index.d.ts:726</li></ul></aside></li></ul></section>
358
+ <li>Defined in node_modules/@types/react/index.d.ts:703</li></ul></aside></li></ul></section>
357
359
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillUnmount" class="tsd-anchor"></a>
358
360
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Unmount</span><a href="#componentWillUnmount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
359
361
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -365,7 +367,7 @@ cancelled network requests, or cleaning up any DOM elements created in <code>com
365
367
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
366
368
  <p>Inherited from React.Component.componentWillUnmount</p>
367
369
  <ul>
368
- <li>Defined in node_modules/@types/react/index.d.ts:635</li></ul></aside></li></ul></section>
370
+ <li>Defined in node_modules/@types/react/index.d.ts:612</li></ul></aside></li></ul></section>
369
371
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillUpdate" class="tsd-anchor"></a>
370
372
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Update</span><a href="#componentWillUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
371
373
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -395,7 +397,7 @@ prevents this from being invoked.</p>
395
397
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
396
398
  <p>Inherited from React.Component.componentWillUpdate</p>
397
399
  <ul>
398
- <li>Defined in node_modules/@types/react/index.d.ts:756</li></ul></aside></li></ul></section>
400
+ <li>Defined in node_modules/@types/react/index.d.ts:733</li></ul></aside></li></ul></section>
399
401
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="forceUpdate" class="tsd-anchor"></a>
400
402
  <h3 class="tsd-anchor-link"><span>force<wbr/>Update</span><a href="#forceUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
401
403
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -415,7 +417,7 @@ prevents this from being invoked.</p>
415
417
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
416
418
  <p>Inherited from React.Component.forceUpdate</p>
417
419
  <ul>
418
- <li>Defined in node_modules/@types/react/index.d.ts:490</li></ul></aside></li></ul></section>
420
+ <li>Defined in node_modules/@types/react/index.d.ts:488</li></ul></aside></li></ul></section>
419
421
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="getSnapshotBeforeUpdate" class="tsd-anchor"></a>
420
422
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>get<wbr/>Snapshot<wbr/>Before<wbr/>Update</span><a href="#getSnapshotBeforeUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
421
423
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -437,7 +439,7 @@ lifecycle events from running.</p>
437
439
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
438
440
  <p>Inherited from React.Component.getSnapshotBeforeUpdate</p>
439
441
  <ul>
440
- <li>Defined in node_modules/@types/react/index.d.ts:676</li></ul></aside></li></ul></section>
442
+ <li>Defined in node_modules/@types/react/index.d.ts:653</li></ul></aside></li></ul></section>
441
443
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="render" class="tsd-anchor"></a>
442
444
  <h3 class="tsd-anchor-link"><span>render</span><a href="#render" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
443
445
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -446,17 +448,17 @@ lifecycle events from running.</p>
446
448
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
447
449
  <p>Overrides React.Component.render</p>
448
450
  <ul>
449
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/toaster/Toaster.tsx#L86">src/components/ui/toaster/Toaster.tsx:86</a></li></ul></aside></li></ul></section>
451
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/toaster/Toaster.tsx#L88">src/components/ui/toaster/Toaster.tsx:88</a></li></ul></aside></li></ul></section>
450
452
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="setState" class="tsd-anchor"></a>
451
453
  <h3 class="tsd-anchor-link"><span>set<wbr/>State</span><a href="#setState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
452
454
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
453
455
  <li class="tsd-signature tsd-anchor-link" id="setState.setState-1">set<wbr/>State<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">State</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>prevState<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">State</span><span class="tsd-signature-symbol">&gt;</span>, props<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">State</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Pick</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">State</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Pick</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">State</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span>, callback<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setState.setState-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
454
456
  <li class="tsd-description">
455
- <div class="tsd-type-parameters">
456
- <h4 class="tsd-type-parameters-title">Type Parameters</h4>
457
+ <section class="tsd-panel tsd-type-parameters">
458
+ <h4>Type Parameters</h4>
457
459
  <ul class="tsd-type-parameters">
458
460
  <li>
459
- <h4>K<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-type">&quot;list&quot;</span></h4></li></ul></div>
461
+ <h4>K<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-type">&quot;list&quot;</span></h4></li></ul></section>
460
462
  <div class="tsd-parameters">
461
463
  <h4 class="tsd-parameters-title">Parameters</h4>
462
464
  <ul class="tsd-parameter-list">
@@ -473,7 +475,7 @@ lifecycle events from running.</p>
473
475
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
474
476
  <p>Inherited from React.Component.setState</p>
475
477
  <ul>
476
- <li>Defined in node_modules/@types/react/index.d.ts:485</li></ul></aside></li></ul></section>
478
+ <li>Defined in node_modules/@types/react/index.d.ts:483</li></ul></aside></li></ul></section>
477
479
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="shouldComponentUpdate" class="tsd-anchor"></a>
478
480
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>should<wbr/>Component<wbr/>Update</span><a href="#shouldComponentUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
479
481
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -498,7 +500,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
498
500
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
499
501
  <p>Inherited from React.Component.shouldComponentUpdate</p>
500
502
  <ul>
501
- <li>Defined in node_modules/@types/react/index.d.ts:630</li></ul></aside></li></ul></section></section></div>
503
+ <li>Defined in node_modules/@types/react/index.d.ts:607</li></ul></aside></li></ul></section></section></div>
502
504
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
503
505
  <div class="tsd-navigation settings">
504
506
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -518,7 +520,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
518
520
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
519
521
  <div class="tsd-accordion-details">
520
522
  <ul>
521
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.17.2</a>
523
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.18.0</a>
522
524
  <ul>
523
525
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
524
526
  <li class="tsd-kind-namespace"><a href="../modules/Item.html">Item</a></li>
@@ -536,25 +538,25 @@ and <code>componentDidUpdate</code> will not be called.</p>
536
538
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#props" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>props</a></li>
537
539
  <li class="deprecated tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#refs" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>refs</a></li>
538
540
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#state" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>state</a></li>
539
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#contextType" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>context<wbr/>Type</a></li>
540
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#UNSAFE_componentWillMount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Mount</a></li>
541
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#UNSAFE_componentWillReceiveProps" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Receive<wbr/>Props</a></li>
542
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#UNSAFE_componentWillUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Update</a></li>
541
+ <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#contextType" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>context<wbr/>Type?</a></li>
542
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#UNSAFE_componentWillMount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Mount?</a></li>
543
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#UNSAFE_componentWillReceiveProps" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Receive<wbr/>Props?</a></li>
544
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#UNSAFE_componentWillUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Update?</a></li>
543
545
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="ToasterProvider.html#_add" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_add</a></li>
544
546
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="ToasterProvider.html#_handleRemove" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_handle<wbr/>Remove</a></li>
545
547
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="ToasterProvider.html#_removeAllToasts" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_remove<wbr/>All<wbr/>Toasts</a></li>
546
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentDidCatch" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Did<wbr/>Catch</a></li>
547
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentDidMount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Did<wbr/>Mount</a></li>
548
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentDidUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Did<wbr/>Update</a></li>
549
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentWillMount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Will<wbr/>Mount</a></li>
550
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentWillReceiveProps" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Will<wbr/>Receive<wbr/>Props</a></li>
551
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentWillUnmount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Will<wbr/>Unmount</a></li>
552
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentWillUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Will<wbr/>Update</a></li>
548
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentDidCatch" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Did<wbr/>Catch?</a></li>
549
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentDidMount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Did<wbr/>Mount?</a></li>
550
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentDidUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Did<wbr/>Update?</a></li>
551
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentWillMount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Will<wbr/>Mount?</a></li>
552
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentWillReceiveProps" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Will<wbr/>Receive<wbr/>Props?</a></li>
553
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentWillUnmount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Will<wbr/>Unmount?</a></li>
554
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#componentWillUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>component<wbr/>Will<wbr/>Update?</a></li>
553
555
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#forceUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>force<wbr/>Update</a></li>
554
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#getSnapshotBeforeUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get<wbr/>Snapshot<wbr/>Before<wbr/>Update</a></li>
556
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#getSnapshotBeforeUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get<wbr/>Snapshot<wbr/>Before<wbr/>Update?</a></li>
555
557
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="ToasterProvider.html#render" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>render</a></li>
556
558
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#setState" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>set<wbr/>State</a></li>
557
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#shouldComponentUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>should<wbr/>Component<wbr/>Update</a></li></ul></li></ul></nav></div></div>
559
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ToasterProvider.html#shouldComponentUpdate" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>should<wbr/>Component<wbr/>Update?</a></li></ul></li></ul></nav></div></div>
558
560
  <div class="container tsd-generator">
559
561
  <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
560
562
  <div class="overlay"></div><script src="../assets/main.js"></script></body></html>