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>Pop | 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>Pop | 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="Pop.html">Pop</a></li></ul>
15
17
  <h1>Class Pop</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">Pop</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/pop/Pop.tsx#L49">src/components/ui/pop/Pop.tsx:49</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/pop/Pop.tsx#L53">src/components/ui/pop/Pop.tsx:53</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">
@@ -38,29 +40,29 @@
38
40
  <a href="Pop.html#rootRef" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-private"><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>root<wbr/>Ref</span></a>
39
41
  <a href="Pop.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>
40
42
  <a href="Pop.html#Option" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><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>Option</span></a>
41
- <a href="Pop.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>
43
+ <a href="Pop.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>
42
44
  </div></section>
43
45
  <section class="tsd-index-section">
44
46
  <h3 class="tsd-index-heading">Methods</h3>
45
- <div class="tsd-index-list"><a href="Pop.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="Pop.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="Pop.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>
48
- <a href="Pop.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>
49
- <a href="Pop.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>
47
+ <div class="tsd-index-list"><a href="Pop.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>
48
+ <a href="Pop.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>
49
+ <a href="Pop.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>
50
+ <a href="Pop.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>
51
+ <a href="Pop.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>
50
52
  <a href="Pop.html#componentDidUpdate" 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>component<wbr/>Did<wbr/>Update</span></a>
51
- <a href="Pop.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>
52
- <a href="Pop.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>
53
- <a href="Pop.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>
54
- <a href="Pop.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>
53
+ <a href="Pop.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>
54
+ <a href="Pop.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>
55
+ <a href="Pop.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>
56
+ <a href="Pop.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>
55
57
  <a href="Pop.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>
56
58
  <a href="Pop.html#getAnchorElement" 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>get<wbr/>Anchor<wbr/>Element</span></a>
57
- <a href="Pop.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="Pop.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="Pop.html#handleEsc" 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/>Esc</span></a>
59
61
  <a href="Pop.html#handleOverlayClick" 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/>Overlay<wbr/>Click</span></a>
60
62
  <a href="Pop.html#onOpen" 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>on<wbr/>Open</span></a>
61
63
  <a href="Pop.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>
62
64
  <a href="Pop.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>
63
- <a href="Pop.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>
65
+ <a href="Pop.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>
64
66
  </div></section></div></details></section></section>
65
67
  <section class="tsd-panel-group tsd-member-group">
66
68
  <h2>Constructors</h2>
@@ -77,12 +79,12 @@
77
79
  <h4 class="tsd-returns-title">Returns <a href="Pop.html" class="tsd-signature-type" data-tsd-kind="Class">Pop</a></h4><aside class="tsd-sources">
78
80
  <p>Overrides Component&lt;Props, State&gt;.constructor</p>
79
81
  <ul>
80
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/pop/Pop.tsx#L50">src/components/ui/pop/Pop.tsx:50</a></li></ul></aside></li></ul></section></section>
82
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/pop/Pop.tsx#L54">src/components/ui/pop/Pop.tsx:54</a></li></ul></aside></li></ul></section></section>
81
83
  <section class="tsd-panel-group tsd-member-group">
82
84
  <h2>Properties</h2>
83
85
  <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>
84
86
  <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>
85
- <div class="tsd-signature">context<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
87
+ <div class="tsd-signature">context<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">unknown</span></div>
86
88
  <div class="tsd-comment tsd-typography"><p>If using the new style context, re-declare this in your class to be the
87
89
  <code>React.ContextType</code> of your <code>static contextType</code>.
88
90
  Should be used with type annotation or static contextType.</p>
@@ -93,16 +95,16 @@ Should be used with type annotation or static contextType.</p>
93
95
  </div><aside class="tsd-sources">
94
96
  <p>Inherited from Component.context</p>
95
97
  <ul>
96
- <li>Defined in node_modules/@types/react/index.d.ts:473</li></ul></aside></section>
98
+ <li>Defined in node_modules/@types/react/index.d.ts:471</li></ul></aside></section>
97
99
  <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>
98
100
  <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>
99
- <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">
101
+ <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">
100
102
  <p>Inherited from Component.props</p>
101
103
  <ul>
102
- <li>Defined in node_modules/@types/react/index.d.ts:498</li></ul></aside></section>
104
+ <li>Defined in node_modules/@types/react/index.d.ts:491</li></ul></aside></section>
103
105
  <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>
104
106
  <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>
105
- <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>
107
+ <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>
106
108
  <div class="tsd-comment tsd-typography">
107
109
  <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>
108
110
  </div>
@@ -113,23 +115,23 @@ Should be used with type annotation or static contextType.</p>
113
115
  <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">
114
116
  <p>Inherited from Component.refs</p>
115
117
  <ul>
116
- <li>Defined in node_modules/@types/react/index.d.ts:504</li></ul></aside></section>
118
+ <li>Defined in node_modules/@types/react/index.d.ts:497</li></ul></aside></section>
117
119
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="rootRef" class="tsd-anchor"></a>
118
120
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>root<wbr/>Ref</span><a href="#rootRef" 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>
119
121
  <div class="tsd-signature">root<wbr/>Ref<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RefObject</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLDivElement</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
120
122
  <ul>
121
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/pop/Pop.tsx#L70">src/components/ui/pop/Pop.tsx:70</a></li></ul></aside></section>
123
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/pop/Pop.tsx#L74">src/components/ui/pop/Pop.tsx:74</a></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="state" class="tsd-anchor"></a>
123
125
  <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>
124
126
  <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">
125
127
  <p>Inherited from Component.state</p>
126
128
  <ul>
127
- <li>Defined in node_modules/@types/react/index.d.ts:499</li></ul></aside></section>
129
+ <li>Defined in node_modules/@types/react/index.d.ts:492</li></ul></aside></section>
128
130
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="Option" class="tsd-anchor"></a>
129
131
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>Option</span><a href="#Option" 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>
130
132
  <div class="tsd-signature">Option<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">FC</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"> = PopOption</span></div><aside class="tsd-sources">
131
133
  <ul>
132
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/pop/Pop.tsx#L68">src/components/ui/pop/Pop.tsx:68</a></li></ul></aside></section>
134
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/pop/Pop.tsx#L72">src/components/ui/pop/Pop.tsx:72</a></li></ul></aside></section>
133
135
  <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>
134
136
  <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>
135
137
  <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>
@@ -142,7 +144,7 @@ Should be used with type annotation or static contextType.</p>
142
144
  </div><aside class="tsd-sources">
143
145
  <p>Inherited from Component.contextType</p>
144
146
  <ul>
145
- <li>Defined in node_modules/@types/react/index.d.ts:455</li></ul></aside></section></section>
147
+ <li>Defined in node_modules/@types/react/index.d.ts:454</li></ul></aside></section></section>
146
148
  <section class="tsd-panel-group tsd-member-group">
147
149
  <h2>Methods</h2>
148
150
  <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>
@@ -166,7 +168,7 @@ prevents this from being invoked.</p>
166
168
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
167
169
  <p>Inherited from Component.UNSAFE_componentWillMount</p>
168
170
  <ul>
169
- <li>Defined in node_modules/@types/react/index.d.ts:711</li></ul></aside></li></ul></section>
171
+ <li>Defined in node_modules/@types/react/index.d.ts:688</li></ul></aside></li></ul></section>
170
172
  <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>
171
173
  <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>
172
174
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -197,7 +199,7 @@ prevents this from being invoked.</p>
197
199
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
198
200
  <p>Inherited from Component.UNSAFE_componentWillReceiveProps</p>
199
201
  <ul>
200
- <li>Defined in node_modules/@types/react/index.d.ts:743</li></ul></aside></li></ul></section>
202
+ <li>Defined in node_modules/@types/react/index.d.ts:720</li></ul></aside></li></ul></section>
201
203
  <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>
202
204
  <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>
203
205
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -228,7 +230,7 @@ prevents this from being invoked.</p>
228
230
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
229
231
  <p>Inherited from Component.UNSAFE_componentWillUpdate</p>
230
232
  <ul>
231
- <li>Defined in node_modules/@types/react/index.d.ts:771</li></ul></aside></li></ul></section>
233
+ <li>Defined in node_modules/@types/react/index.d.ts:748</li></ul></aside></li></ul></section>
232
234
  <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>
233
235
  <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>
234
236
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -247,7 +249,7 @@ the entire component tree to unmount.</p>
247
249
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
248
250
  <p>Inherited from Component.componentDidCatch</p>
249
251
  <ul>
250
- <li>Defined in node_modules/@types/react/index.d.ts:640</li></ul></aside></li></ul></section>
252
+ <li>Defined in node_modules/@types/react/index.d.ts:617</li></ul></aside></li></ul></section>
251
253
  <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>
252
254
  <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>
253
255
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -258,7 +260,7 @@ the entire component tree to unmount.</p>
258
260
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
259
261
  <p>Inherited from Component.componentDidMount</p>
260
262
  <ul>
261
- <li>Defined in node_modules/@types/react/index.d.ts:619</li></ul></aside></li></ul></section>
263
+ <li>Defined in node_modules/@types/react/index.d.ts:596</li></ul></aside></li></ul></section>
262
264
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="componentDidUpdate" class="tsd-anchor"></a>
263
265
  <h3 class="tsd-anchor-link"><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>
264
266
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -272,7 +274,7 @@ the entire component tree to unmount.</p>
272
274
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
273
275
  <p>Overrides Component.componentDidUpdate</p>
274
276
  <ul>
275
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/pop/Pop.tsx#L62">src/components/ui/pop/Pop.tsx:62</a></li></ul></aside></li></ul></section>
277
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/pop/Pop.tsx#L66">src/components/ui/pop/Pop.tsx:66</a></li></ul></aside></li></ul></section>
276
278
  <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>
277
279
  <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>
278
280
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -293,7 +295,7 @@ prevents this from being invoked.</p>
293
295
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
294
296
  <p>Inherited from Component.componentWillMount</p>
295
297
  <ul>
296
- <li>Defined in node_modules/@types/react/index.d.ts:697</li></ul></aside></li></ul></section>
298
+ <li>Defined in node_modules/@types/react/index.d.ts:674</li></ul></aside></li></ul></section>
297
299
  <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>
298
300
  <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>
299
301
  <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 Component.componentWillReceiveProps</p>
325
327
  <ul>
326
- <li>Defined in node_modules/@types/react/index.d.ts:726</li></ul></aside></li></ul></section>
328
+ <li>Defined in node_modules/@types/react/index.d.ts:703</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="componentWillUnmount" class="tsd-anchor"></a>
328
330
  <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>
329
331
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -335,7 +337,7 @@ cancelled network requests, or cleaning up any DOM elements created in <code>com
335
337
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
336
338
  <p>Inherited from Component.componentWillUnmount</p>
337
339
  <ul>
338
- <li>Defined in node_modules/@types/react/index.d.ts:635</li></ul></aside></li></ul></section>
340
+ <li>Defined in node_modules/@types/react/index.d.ts:612</li></ul></aside></li></ul></section>
339
341
  <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>
340
342
  <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>
341
343
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -365,7 +367,7 @@ prevents this from being invoked.</p>
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 Component.componentWillUpdate</p>
367
369
  <ul>
368
- <li>Defined in node_modules/@types/react/index.d.ts:756</li></ul></aside></li></ul></section>
370
+ <li>Defined in node_modules/@types/react/index.d.ts:733</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="forceUpdate" class="tsd-anchor"></a>
370
372
  <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>
371
373
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -385,7 +387,7 @@ prevents this from being invoked.</p>
385
387
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
386
388
  <p>Inherited from Component.forceUpdate</p>
387
389
  <ul>
388
- <li>Defined in node_modules/@types/react/index.d.ts:490</li></ul></aside></li></ul></section>
390
+ <li>Defined in node_modules/@types/react/index.d.ts:488</li></ul></aside></li></ul></section>
389
391
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="getAnchorElement" class="tsd-anchor"></a>
390
392
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>get<wbr/>Anchor<wbr/>Element</span><a href="#getAnchorElement" 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>
391
393
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -393,7 +395,7 @@ prevents this from being invoked.</p>
393
395
  <li class="tsd-description">
394
396
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
395
397
  <ul>
396
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/pop/Pop.tsx#L72">src/components/ui/pop/Pop.tsx:72</a></li></ul></aside></li></ul></section>
398
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/pop/Pop.tsx#L76">src/components/ui/pop/Pop.tsx:76</a></li></ul></aside></li></ul></section>
397
399
  <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>
398
400
  <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>
399
401
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -415,7 +417,7 @@ lifecycle events from running.</p>
415
417
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
416
418
  <p>Inherited from Component.getSnapshotBeforeUpdate</p>
417
419
  <ul>
418
- <li>Defined in node_modules/@types/react/index.d.ts:676</li></ul></aside></li></ul></section>
420
+ <li>Defined in node_modules/@types/react/index.d.ts:653</li></ul></aside></li></ul></section>
419
421
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="handleEsc" class="tsd-anchor"></a>
420
422
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>handle<wbr/>Esc</span><a href="#handleEsc" 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-private">
@@ -423,7 +425,7 @@ lifecycle events from running.</p>
423
425
  <li class="tsd-description">
424
426
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
425
427
  <ul>
426
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/pop/Pop.tsx#L118">src/components/ui/pop/Pop.tsx:118</a></li></ul></aside></li></ul></section>
428
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/pop/Pop.tsx#L122">src/components/ui/pop/Pop.tsx:122</a></li></ul></aside></li></ul></section>
427
429
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="handleOverlayClick" class="tsd-anchor"></a>
428
430
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>handle<wbr/>Overlay<wbr/>Click</span><a href="#handleOverlayClick" 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>
429
431
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -436,7 +438,7 @@ lifecycle events from running.</p>
436
438
  <h5>e: <span class="tsd-signature-type">MouseEvent</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Element</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">MouseEvent</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
437
439
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
438
440
  <ul>
439
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/pop/Pop.tsx#L112">src/components/ui/pop/Pop.tsx:112</a></li></ul></aside></li></ul></section>
441
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/pop/Pop.tsx#L116">src/components/ui/pop/Pop.tsx:116</a></li></ul></aside></li></ul></section>
440
442
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onOpen" class="tsd-anchor"></a>
441
443
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>on<wbr/>Open</span><a href="#onOpen" 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>
442
444
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -444,7 +446,7 @@ lifecycle events from running.</p>
444
446
  <li class="tsd-description">
445
447
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
446
448
  <ul>
447
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/pop/Pop.tsx#L89">src/components/ui/pop/Pop.tsx:89</a></li></ul></aside></li></ul></section>
449
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/pop/Pop.tsx#L93">src/components/ui/pop/Pop.tsx:93</a></li></ul></aside></li></ul></section>
448
450
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="render" class="tsd-anchor"></a>
449
451
  <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>
450
452
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -453,17 +455,17 @@ lifecycle events from running.</p>
453
455
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
454
456
  <p>Overrides Component.render</p>
455
457
  <ul>
456
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ecfd267/src/components/ui/pop/Pop.tsx#L122">src/components/ui/pop/Pop.tsx:122</a></li></ul></aside></li></ul></section>
458
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ffc9a8b/src/components/ui/pop/Pop.tsx#L126">src/components/ui/pop/Pop.tsx:126</a></li></ul></aside></li></ul></section>
457
459
  <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>
458
460
  <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>
459
461
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
460
462
  <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>
461
463
  <li class="tsd-description">
462
- <div class="tsd-type-parameters">
463
- <h4 class="tsd-type-parameters-title">Type Parameters</h4>
464
+ <section class="tsd-panel tsd-type-parameters">
465
+ <h4>Type Parameters</h4>
464
466
  <ul class="tsd-type-parameters">
465
467
  <li>
466
- <h4>K<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-symbol">keyof </span><span class="tsd-signature-type">State</span></h4></li></ul></div>
468
+ <h4>K<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-symbol">keyof </span><span class="tsd-signature-type">State</span></h4></li></ul></section>
467
469
  <div class="tsd-parameters">
468
470
  <h4 class="tsd-parameters-title">Parameters</h4>
469
471
  <ul class="tsd-parameter-list">
@@ -480,7 +482,7 @@ lifecycle events from running.</p>
480
482
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
481
483
  <p>Inherited from Component.setState</p>
482
484
  <ul>
483
- <li>Defined in node_modules/@types/react/index.d.ts:485</li></ul></aside></li></ul></section>
485
+ <li>Defined in node_modules/@types/react/index.d.ts:483</li></ul></aside></li></ul></section>
484
486
  <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>
485
487
  <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>
486
488
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -505,7 +507,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
505
507
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
506
508
  <p>Inherited from Component.shouldComponentUpdate</p>
507
509
  <ul>
508
- <li>Defined in node_modules/@types/react/index.d.ts:630</li></ul></aside></li></ul></section></section></div>
510
+ <li>Defined in node_modules/@types/react/index.d.ts:607</li></ul></aside></li></ul></section></section></div>
509
511
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
510
512
  <div class="tsd-navigation settings">
511
513
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -525,7 +527,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
525
527
  <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>
526
528
  <div class="tsd-accordion-details">
527
529
  <ul>
528
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.17.2</a>
530
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.18.0</a>
529
531
  <ul>
530
532
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
531
533
  <li class="tsd-kind-namespace"><a href="../modules/Item.html">Item</a></li>
@@ -545,26 +547,26 @@ and <code>componentDidUpdate</code> will not be called.</p>
545
547
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="Pop.html#rootRef" 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>root<wbr/>Ref</a></li>
546
548
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
547
549
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="Pop.html#Option" 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>Option</a></li>
548
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
549
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
550
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
551
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
552
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
553
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
551
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
552
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
553
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
554
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
555
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
554
556
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Pop.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>
555
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
556
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
557
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
558
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
557
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
558
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
559
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
560
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
559
561
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
560
562
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="Pop.html#getAnchorElement" 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/>Anchor<wbr/>Element</a></li>
561
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
563
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
562
564
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="Pop.html#handleEsc" 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/>Esc</a></li>
563
565
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="Pop.html#handleOverlayClick" 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/>Overlay<wbr/>Click</a></li>
564
566
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="Pop.html#onOpen" 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>on<wbr/>Open</a></li>
565
567
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Pop.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>
566
568
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
567
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
569
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="Pop.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>
568
570
  <div class="container tsd-generator">
569
571
  <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
570
572
  <div class="overlay"></div><script src="../assets/main.js"></script></body></html>