react-miui 0.27.11 → 0.28.1

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 (330) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/components/form/ColorPicker.d.ts +14 -0
  3. package/dist/components/form/ColorPicker.d.ts.map +1 -0
  4. package/dist/components/form/ColorPicker.js +69 -0
  5. package/dist/components/form/ColorPicker.js.map +1 -0
  6. package/dist/components/form/ColorPicker.styled.d.ts +170 -0
  7. package/dist/components/form/ColorPicker.styled.d.ts.map +1 -0
  8. package/dist/components/form/ColorPicker.styled.js +62 -0
  9. package/dist/components/form/ColorPicker.styled.js.map +1 -0
  10. package/dist/components/form/Label.d.ts +4 -2
  11. package/dist/components/form/Label.d.ts.map +1 -1
  12. package/dist/components/form/Label.js +19 -12
  13. package/dist/components/form/Label.js.map +1 -1
  14. package/dist/components/form/Label.styled.d.ts +170 -0
  15. package/dist/components/form/Label.styled.d.ts.map +1 -0
  16. package/dist/components/form/Label.styled.js +25 -0
  17. package/dist/components/form/Label.styled.js.map +1 -0
  18. package/dist/components/form/Toggle.d.ts +4 -2
  19. package/dist/components/form/Toggle.d.ts.map +1 -1
  20. package/dist/components/form/Toggle.js +20 -15
  21. package/dist/components/form/Toggle.js.map +1 -1
  22. package/dist/components/form/Toggle.styled.d.ts +170 -0
  23. package/dist/components/form/Toggle.styled.d.ts.map +1 -0
  24. package/dist/components/form/Toggle.styled.js +58 -0
  25. package/dist/components/form/Toggle.styled.js.map +1 -0
  26. package/dist/components/form/choice/Choice.d.ts +7 -6
  27. package/dist/components/form/choice/Choice.d.ts.map +1 -1
  28. package/dist/components/form/choice/Choice.js +17 -8
  29. package/dist/components/form/choice/Choice.js.map +1 -1
  30. package/dist/components/form/choice/Choice.styled.d.ts +88 -0
  31. package/dist/components/form/choice/Choice.styled.d.ts.map +1 -0
  32. package/dist/components/form/choice/Choice.styled.js +66 -0
  33. package/dist/components/form/choice/Choice.styled.js.map +1 -0
  34. package/dist/components/layout/header/Header.styled.d.ts +1 -1
  35. package/dist/components/layout/header/StickyHeader.d.ts +1 -1
  36. package/dist/components/layout/header/StickyHeader.styled.d.ts +2 -2
  37. package/dist/components/utils/colors.d.ts +4 -0
  38. package/dist/components/utils/colors.d.ts.map +1 -0
  39. package/dist/components/utils/colors.js +19 -0
  40. package/dist/components/utils/colors.js.map +1 -0
  41. package/dist/index.d.ts +1 -0
  42. package/dist/index.d.ts.map +1 -1
  43. package/dist/index.js +1 -0
  44. package/dist/index.js.map +1 -1
  45. package/docs/assets/search.js +1 -1
  46. package/docs/classes/Drawer.html +14 -14
  47. package/docs/classes/Pop.html +14 -14
  48. package/docs/classes/ToasterProvider.html +10 -10
  49. package/docs/enums/ICON.html +14 -14
  50. package/docs/functions/Action.html +9 -6
  51. package/docs/functions/Button.html +9 -6
  52. package/docs/functions/Card.html +9 -6
  53. package/docs/functions/Checkbox.html +9 -6
  54. package/docs/functions/Choice.html +18 -14
  55. package/docs/functions/ColorPicker.html +134 -0
  56. package/docs/functions/CoveringLoader.html +9 -6
  57. package/docs/functions/DirectionPad.html +9 -6
  58. package/docs/functions/EqualActions.html +9 -6
  59. package/docs/functions/FullLoader.html +9 -6
  60. package/docs/functions/HandleEsc.html +9 -6
  61. package/docs/functions/Header.html +9 -6
  62. package/docs/functions/HeaderIconAction.html +9 -6
  63. package/docs/functions/Icon-1.html +9 -6
  64. package/docs/functions/If.html +9 -6
  65. package/docs/functions/Input.html +10 -7
  66. package/docs/functions/KeyValue.html +9 -6
  67. package/docs/functions/Label.html +11 -8
  68. package/docs/functions/Line.html +9 -6
  69. package/docs/functions/List-1.html +9 -6
  70. package/docs/functions/Loader.html +9 -6
  71. package/docs/functions/Loading.html +9 -6
  72. package/docs/functions/Message.html +9 -6
  73. package/docs/functions/Modal-1.html +9 -6
  74. package/docs/functions/ModalButtons.html +9 -6
  75. package/docs/functions/PopLoader.html +9 -6
  76. package/docs/functions/PopOption.html +9 -6
  77. package/docs/functions/Progress.html +9 -6
  78. package/docs/functions/SearchContainer.html +9 -6
  79. package/docs/functions/Section.html +9 -6
  80. package/docs/functions/Select.html +13 -10
  81. package/docs/functions/Selector.html +10 -7
  82. package/docs/functions/Spacer.html +9 -6
  83. package/docs/functions/Stats.html +9 -6
  84. package/docs/functions/StickyHeader.html +9 -6
  85. package/docs/functions/Table.html +9 -6
  86. package/docs/functions/TextArea.html +9 -6
  87. package/docs/functions/Toggle.html +11 -8
  88. package/docs/functions/ToolButton.html +9 -6
  89. package/docs/functions/borderPxToRem.html +10 -7
  90. package/docs/functions/createTheme.html +9 -6
  91. package/docs/functions/css.html +9 -6
  92. package/docs/functions/dimensionsPxToRem.html +10 -7
  93. package/docs/functions/fontPxToRem.html +10 -7
  94. package/docs/functions/getCssText.html +9 -6
  95. package/docs/functions/globalCss.html +9 -6
  96. package/docs/functions/keyframes.html +9 -6
  97. package/docs/functions/pxToRem.html +10 -7
  98. package/docs/functions/styled.html +9 -6
  99. package/docs/functions/useToaster.html +10 -7
  100. package/docs/index.html +9 -6
  101. package/docs/interfaces/IconProps.html +7 -7
  102. package/docs/interfaces/InputCustomProps.html +11 -11
  103. package/docs/interfaces/LabelProps.html +103 -0
  104. package/docs/interfaces/StickyHeaderProps.html +9 -9
  105. package/docs/interfaces/{ChoiceProps.html → ToggleProps.html} +59 -48
  106. package/docs/modules/List.html +7 -7
  107. package/docs/modules/Modal.html +6 -6
  108. package/docs/modules.html +13 -7
  109. package/docs/pages/tutorials/Test.html +9 -6
  110. package/docs/types/ActionProps.html +10 -7
  111. package/docs/types/ChoiceProps.html +117 -0
  112. package/docs/types/InputProps.html +10 -7
  113. package/docs/types/OverwriteProps.html +10 -7
  114. package/docs/types/ThemeCSS.html +10 -7
  115. package/docs/variables/List.Header.html +5 -5
  116. package/docs/variables/List.Item.html +5 -5
  117. package/docs/variables/Modal.RemovePadding.html +5 -5
  118. package/docs/variables/config.html +10 -7
  119. package/docs/variables/cssReset.html +10 -7
  120. package/docs/variables/miuiScrollbars.html +10 -7
  121. package/docs/variables/theme.html +10 -7
  122. package/esm/components/form/ColorPicker.d.ts +14 -0
  123. package/esm/components/form/ColorPicker.d.ts.map +1 -0
  124. package/esm/components/form/ColorPicker.js +24 -0
  125. package/esm/components/form/ColorPicker.js.map +1 -0
  126. package/esm/components/form/ColorPicker.stories.d.ts +10 -0
  127. package/esm/components/form/ColorPicker.stories.d.ts.map +1 -0
  128. package/esm/components/form/ColorPicker.stories.js +75 -0
  129. package/esm/components/form/ColorPicker.stories.js.map +1 -0
  130. package/esm/components/form/ColorPicker.styled.d.ts +170 -0
  131. package/esm/components/form/ColorPicker.styled.d.ts.map +1 -0
  132. package/esm/components/form/ColorPicker.styled.js +58 -0
  133. package/esm/components/form/ColorPicker.styled.js.map +1 -0
  134. package/esm/components/form/Label.d.ts +4 -2
  135. package/esm/components/form/Label.d.ts.map +1 -1
  136. package/esm/components/form/Label.js +8 -12
  137. package/esm/components/form/Label.js.map +1 -1
  138. package/esm/components/form/Label.stories.d.ts +11 -0
  139. package/esm/components/form/Label.stories.d.ts.map +1 -0
  140. package/esm/components/form/Label.stories.js +43 -0
  141. package/esm/components/form/Label.stories.js.map +1 -0
  142. package/esm/components/form/Label.styled.d.ts +170 -0
  143. package/esm/components/form/Label.styled.d.ts.map +1 -0
  144. package/esm/components/form/Label.styled.js +21 -0
  145. package/esm/components/form/Label.styled.js.map +1 -0
  146. package/esm/components/form/Toggle.d.ts +4 -2
  147. package/esm/components/form/Toggle.d.ts.map +1 -1
  148. package/esm/components/form/Toggle.js +10 -13
  149. package/esm/components/form/Toggle.js.map +1 -1
  150. package/esm/components/form/Toggle.stories.d.ts +14 -0
  151. package/esm/components/form/Toggle.stories.d.ts.map +1 -0
  152. package/esm/components/form/Toggle.stories.js +76 -0
  153. package/esm/components/form/Toggle.stories.js.map +1 -0
  154. package/esm/components/form/Toggle.styled.d.ts +170 -0
  155. package/esm/components/form/Toggle.styled.d.ts.map +1 -0
  156. package/esm/components/form/Toggle.styled.js +54 -0
  157. package/esm/components/form/Toggle.styled.js.map +1 -0
  158. package/esm/components/form/choice/Choice.d.ts +7 -6
  159. package/esm/components/form/choice/Choice.d.ts.map +1 -1
  160. package/esm/components/form/choice/Choice.js +6 -9
  161. package/esm/components/form/choice/Choice.js.map +1 -1
  162. package/esm/components/form/choice/Choice.stories.d.ts +10 -0
  163. package/esm/components/form/choice/Choice.stories.d.ts.map +1 -0
  164. package/esm/components/form/choice/Choice.stories.js +80 -0
  165. package/esm/components/form/choice/Choice.stories.js.map +1 -0
  166. package/esm/components/form/choice/Choice.styled.d.ts +88 -0
  167. package/esm/components/form/choice/Choice.styled.d.ts.map +1 -0
  168. package/esm/components/form/choice/Choice.styled.js +63 -0
  169. package/esm/components/form/choice/Choice.styled.js.map +1 -0
  170. package/esm/components/layout/header/Header.styled.d.ts +1 -1
  171. package/esm/components/layout/header/StickyHeader.d.ts +1 -1
  172. package/esm/components/layout/header/StickyHeader.styled.d.ts +2 -2
  173. package/esm/components/ui/pop/Pop.stories.d.ts.map +1 -1
  174. package/esm/components/ui/pop/Pop.stories.js.map +1 -1
  175. package/esm/components/utils/colors.d.ts +4 -0
  176. package/esm/components/utils/colors.d.ts.map +1 -0
  177. package/esm/components/utils/colors.js +15 -0
  178. package/esm/components/utils/colors.js.map +1 -0
  179. package/esm/index.d.ts +1 -0
  180. package/esm/index.d.ts.map +1 -1
  181. package/esm/index.js +1 -0
  182. package/esm/index.js.map +1 -1
  183. package/package.json +28 -31
  184. package/src/components/form/ColorPicker.stories.tsx +169 -0
  185. package/src/components/form/ColorPicker.styled.ts +69 -0
  186. package/src/components/form/ColorPicker.tsx +71 -0
  187. package/src/components/form/Label.stories.tsx +66 -0
  188. package/src/components/form/Label.styled.ts +27 -0
  189. package/src/components/form/Label.tsx +19 -18
  190. package/src/components/form/Toggle.stories.tsx +119 -0
  191. package/src/components/form/Toggle.styled.ts +64 -0
  192. package/src/components/form/Toggle.tsx +32 -20
  193. package/src/components/form/choice/Choice.stories.tsx +146 -0
  194. package/src/components/form/choice/Choice.styled.ts +73 -0
  195. package/src/components/form/choice/Choice.tsx +20 -24
  196. package/src/components/ui/pop/Pop.stories.tsx +0 -1
  197. package/src/components/utils/colors.ts +24 -0
  198. package/src/demo/Main.tsx +1 -1
  199. package/src/demo/componentsMap.ts +0 -21
  200. package/src/index.ts +1 -0
  201. package/dist/components/form/Checkbox.stories.d.ts +0 -9
  202. package/dist/components/form/Checkbox.stories.d.ts.map +0 -1
  203. package/dist/components/form/Checkbox.stories.js +0 -117
  204. package/dist/components/form/Checkbox.stories.js.map +0 -1
  205. package/dist/components/form/Label.module.scss +0 -15
  206. package/dist/components/form/Select.stories.d.ts +0 -8
  207. package/dist/components/form/Select.stories.d.ts.map +0 -1
  208. package/dist/components/form/Select.stories.js +0 -30
  209. package/dist/components/form/Select.stories.js.map +0 -1
  210. package/dist/components/form/Toggle.module.scss +0 -55
  211. package/dist/components/form/choice/Choice.module.scss +0 -56
  212. package/dist/components/form/input/Input.stories.d.ts +0 -9
  213. package/dist/components/form/input/Input.stories.d.ts.map +0 -1
  214. package/dist/components/form/input/Input.stories.js +0 -46
  215. package/dist/components/form/input/Input.stories.js.map +0 -1
  216. package/dist/components/form/textarea/TextArea.stories.d.ts +0 -8
  217. package/dist/components/form/textarea/TextArea.stories.d.ts.map +0 -1
  218. package/dist/components/form/textarea/TextArea.stories.js +0 -22
  219. package/dist/components/form/textarea/TextArea.stories.js.map +0 -1
  220. package/dist/components/layout/header/Header.stories.d.ts +0 -11
  221. package/dist/components/layout/header/Header.stories.d.ts.map +0 -1
  222. package/dist/components/layout/header/Header.stories.js +0 -65
  223. package/dist/components/layout/header/Header.stories.js.map +0 -1
  224. package/dist/components/layout/header/HeaderIconAction.stories.d.ts +0 -9
  225. package/dist/components/layout/header/HeaderIconAction.stories.d.ts.map +0 -1
  226. package/dist/components/layout/header/HeaderIconAction.stories.js +0 -43
  227. package/dist/components/layout/header/HeaderIconAction.stories.js.map +0 -1
  228. package/dist/components/layout/header/StickyHeader.stories.d.ts +0 -9
  229. package/dist/components/layout/header/StickyHeader.stories.d.ts.map +0 -1
  230. package/dist/components/layout/header/StickyHeader.stories.js +0 -97
  231. package/dist/components/layout/header/StickyHeader.stories.js.map +0 -1
  232. package/dist/components/layout/list/Header.stories.d.ts +0 -8
  233. package/dist/components/layout/list/Header.stories.d.ts.map +0 -1
  234. package/dist/components/layout/list/Header.stories.js +0 -33
  235. package/dist/components/layout/list/Header.stories.js.map +0 -1
  236. package/dist/components/layout/list/Item.stories.d.ts +0 -11
  237. package/dist/components/layout/list/Item.stories.d.ts.map +0 -1
  238. package/dist/components/layout/list/Item.stories.js +0 -105
  239. package/dist/components/layout/list/Item.stories.js.map +0 -1
  240. package/dist/components/layout/list/Label.stories.d.ts +0 -8
  241. package/dist/components/layout/list/Label.stories.d.ts.map +0 -1
  242. package/dist/components/layout/list/Label.stories.js +0 -35
  243. package/dist/components/layout/list/Label.stories.js.map +0 -1
  244. package/dist/components/layout/list/List.stories.d.ts +0 -9
  245. package/dist/components/layout/list/List.stories.d.ts.map +0 -1
  246. package/dist/components/layout/list/List.stories.js +0 -53
  247. package/dist/components/layout/list/List.stories.js.map +0 -1
  248. package/dist/components/layout/list/Value.stories.d.ts +0 -8
  249. package/dist/components/layout/list/Value.stories.d.ts.map +0 -1
  250. package/dist/components/layout/list/Value.stories.js +0 -29
  251. package/dist/components/layout/list/Value.stories.js.map +0 -1
  252. package/dist/components/layout/section/Section.stories.d.ts +0 -8
  253. package/dist/components/layout/section/Section.stories.d.ts.map +0 -1
  254. package/dist/components/layout/section/Section.stories.js +0 -37
  255. package/dist/components/layout/section/Section.stories.js.map +0 -1
  256. package/dist/components/layout/table/Table.stories.d.ts +0 -8
  257. package/dist/components/layout/table/Table.stories.d.ts.map +0 -1
  258. package/dist/components/layout/table/Table.stories.js +0 -55
  259. package/dist/components/layout/table/Table.stories.js.map +0 -1
  260. package/dist/components/ui/action/Action.stories.d.ts +0 -11
  261. package/dist/components/ui/action/Action.stories.d.ts.map +0 -1
  262. package/dist/components/ui/action/Action.stories.js +0 -67
  263. package/dist/components/ui/action/Action.stories.js.map +0 -1
  264. package/dist/components/ui/button/Button.stories.d.ts +0 -9
  265. package/dist/components/ui/button/Button.stories.d.ts.map +0 -1
  266. package/dist/components/ui/button/Button.stories.js +0 -72
  267. package/dist/components/ui/button/Button.stories.js.map +0 -1
  268. package/dist/components/ui/line/Line.stories.d.ts +0 -8
  269. package/dist/components/ui/line/Line.stories.d.ts.map +0 -1
  270. package/dist/components/ui/line/Line.stories.js +0 -33
  271. package/dist/components/ui/line/Line.stories.js.map +0 -1
  272. package/dist/components/ui/loader/CoveringLoader.stories.d.ts +0 -8
  273. package/dist/components/ui/loader/CoveringLoader.stories.d.ts.map +0 -1
  274. package/dist/components/ui/loader/CoveringLoader.stories.js +0 -31
  275. package/dist/components/ui/loader/CoveringLoader.stories.js.map +0 -1
  276. package/dist/components/ui/loader/FullLoader.stories.d.ts +0 -8
  277. package/dist/components/ui/loader/FullLoader.stories.d.ts.map +0 -1
  278. package/dist/components/ui/loader/FullLoader.stories.js +0 -25
  279. package/dist/components/ui/loader/FullLoader.stories.js.map +0 -1
  280. package/dist/components/ui/loader/Loader.stories.d.ts +0 -8
  281. package/dist/components/ui/loader/Loader.stories.d.ts.map +0 -1
  282. package/dist/components/ui/loader/Loader.stories.js +0 -26
  283. package/dist/components/ui/loader/Loader.stories.js.map +0 -1
  284. package/dist/components/ui/loader/Loading.stories.d.ts +0 -8
  285. package/dist/components/ui/loader/Loading.stories.d.ts.map +0 -1
  286. package/dist/components/ui/loader/Loading.stories.js +0 -38
  287. package/dist/components/ui/loader/Loading.stories.js.map +0 -1
  288. package/dist/components/ui/loader/PopLoader.stories.d.ts +0 -8
  289. package/dist/components/ui/loader/PopLoader.stories.d.ts.map +0 -1
  290. package/dist/components/ui/loader/PopLoader.stories.js +0 -30
  291. package/dist/components/ui/loader/PopLoader.stories.js.map +0 -1
  292. package/dist/components/ui/message/Message.stories.d.ts +0 -9
  293. package/dist/components/ui/message/Message.stories.d.ts.map +0 -1
  294. package/dist/components/ui/message/Message.stories.js +0 -50
  295. package/dist/components/ui/message/Message.stories.js.map +0 -1
  296. package/dist/components/ui/modal/Modal.stories.d.ts +0 -10
  297. package/dist/components/ui/modal/Modal.stories.d.ts.map +0 -1
  298. package/dist/components/ui/modal/Modal.stories.js +0 -122
  299. package/dist/components/ui/modal/Modal.stories.js.map +0 -1
  300. package/dist/components/ui/modal/ModalButtons.stories.d.ts +0 -8
  301. package/dist/components/ui/modal/ModalButtons.stories.d.ts.map +0 -1
  302. package/dist/components/ui/modal/ModalButtons.stories.js +0 -25
  303. package/dist/components/ui/modal/ModalButtons.stories.js.map +0 -1
  304. package/dist/components/ui/pop/Pop.stories.d.ts +0 -8
  305. package/dist/components/ui/pop/Pop.stories.d.ts.map +0 -1
  306. package/dist/components/ui/pop/Pop.stories.js +0 -101
  307. package/dist/components/ui/pop/Pop.stories.js.map +0 -1
  308. package/dist/components/ui/progress/Progress.stories.d.ts +0 -9
  309. package/dist/components/ui/progress/Progress.stories.d.ts.map +0 -1
  310. package/dist/components/ui/progress/Progress.stories.js +0 -36
  311. package/dist/components/ui/progress/Progress.stories.js.map +0 -1
  312. package/dist/components/ui/toaster/Toaster.stories.d.ts +0 -7
  313. package/dist/components/ui/toaster/Toaster.stories.d.ts.map +0 -1
  314. package/dist/components/ui/toaster/Toaster.stories.js +0 -45
  315. package/dist/components/ui/toaster/Toaster.stories.js.map +0 -1
  316. package/dist/components/ui/toolButton/ToolButton.stories.d.ts +0 -8
  317. package/dist/components/ui/toolButton/ToolButton.stories.d.ts.map +0 -1
  318. package/dist/components/ui/toolButton/ToolButton.stories.js +0 -35
  319. package/dist/components/ui/toolButton/ToolButton.stories.js.map +0 -1
  320. package/esm/components/form/Label.module.scss +0 -15
  321. package/esm/components/form/Toggle.module.scss +0 -55
  322. package/esm/components/form/choice/Choice.module.scss +0 -56
  323. package/pnpm-lock.yaml +0 -11119
  324. package/src/components/form/Label.module.scss +0 -15
  325. package/src/components/form/Toggle.module.scss +0 -55
  326. package/src/components/form/choice/Choice.module.scss +0 -56
  327. package/src/demo/components/form/Choice.module.scss +0 -7
  328. package/src/demo/components/form/Choice.tsx +0 -63
  329. package/src/demo/components/form/Label.tsx +0 -13
  330. package/src/demo/components/form/Toggle.tsx +0 -60
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,kEAAgD;AAChD,6DAA2C;AAC3C,0DAAwC;AACxC,2DAAyC;AACzC,sEAAoD;AACpD,2DAAyC;AAEzC,0DAAwC;AAExC,0DAAwC;AAExC,gEAA8C;AAC9C,oEAAkD;AAClD,8EAA4D;AAC5D,0EAAwD;AACxD,gEAA8C;AAC9C,8EAA4D;AAC5D,sEAAoD;AACpD,kEAAgD;AAEhD,gEAA8C;AAC9C,sEAAoD;AACpD,gEAA8C;AAC9C,mEAAiD;AACjD,gEAA8C;AAC9C,oEAAkD;AAClD,4DAA0C;AAC1C,wEAAsD;AACtD,oEAAkD;AAClD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,kEAAgD;AAChD,8DAA4C;AAC5C,qEAAmD;AACnD,oEAAkD;AAClD,0DAAwC;AACxC,gEAA8C;AAC9C,8DAA4C;AAC5C,gEAA8C;AAC9C,kEAAgD;AAChD,wEAAsD;AAEtD,+DAA6C;AAC7C,wDAAsC;AACtC,4DAA0C;AAE1C,mDAAiC;AAIjC,0CAAwB;AACxB,qDAA6C;AAApC,2GAAA,QAAQ,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,kEAAgD;AAChD,6DAA2C;AAC3C,gEAA8C;AAC9C,0DAAwC;AACxC,2DAAyC;AACzC,sEAAoD;AACpD,2DAAyC;AAEzC,0DAAwC;AAExC,0DAAwC;AAExC,gEAA8C;AAC9C,oEAAkD;AAClD,8EAA4D;AAC5D,0EAAwD;AACxD,gEAA8C;AAC9C,8EAA4D;AAC5D,sEAAoD;AACpD,kEAAgD;AAEhD,gEAA8C;AAC9C,sEAAoD;AACpD,gEAA8C;AAC9C,mEAAiD;AACjD,gEAA8C;AAC9C,oEAAkD;AAClD,4DAA0C;AAC1C,wEAAsD;AACtD,oEAAkD;AAClD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,kEAAgD;AAChD,8DAA4C;AAC5C,qEAAmD;AACnD,oEAAkD;AAClD,0DAAwC;AACxC,gEAA8C;AAC9C,8DAA4C;AAC5C,gEAA8C;AAC9C,kEAAgD;AAChD,wEAAsD;AAEtD,+DAA6C;AAC7C,wDAAsC;AACtC,4DAA0C;AAE1C,mDAAiC;AAIjC,0CAAwB;AACxB,qDAA6C;AAApC,2GAAA,QAAQ,OAAA"}
@@ -1 +1 @@
1
- window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"33554432\":\"@knodes/typedoc-plugin-pages: page\"},\"rows\":[{\"kind\":4194304,\"name\":\"ThemeCSS\",\"url\":\"types/ThemeCSS.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"cssReset\",\"url\":\"variables/cssReset.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"Choice\",\"url\":\"functions/Choice.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ChoiceProps\",\"url\":\"interfaces/ChoiceProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"values\",\"url\":\"interfaces/ChoiceProps.html#values\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChoiceProps\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ChoiceProps.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChoiceProps\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ChoiceProps.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChoiceProps\"},{\"kind\":1024,\"name\":\"onChange\",\"url\":\"interfaces/ChoiceProps.html#onChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChoiceProps\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChoiceProps.html#onChange.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ChoiceProps.onChange\"},{\"kind\":1024,\"name\":\"className\",\"url\":\"interfaces/ChoiceProps.html#className\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChoiceProps\"},{\"kind\":1024,\"name\":\"variant\",\"url\":\"interfaces/ChoiceProps.html#variant\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChoiceProps\"},{\"kind\":64,\"name\":\"Checkbox\",\"url\":\"functions/Checkbox.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Label\",\"url\":\"functions/Label.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Select\",\"url\":\"functions/Select.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"TextArea\",\"url\":\"functions/TextArea.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Toggle\",\"url\":\"functions/Toggle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Input\",\"url\":\"functions/Input.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"InputProps\",\"url\":\"types/InputProps.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"InputCustomProps\",\"url\":\"interfaces/InputCustomProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/InputCustomProps.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":1024,\"name\":\"prefix\",\"url\":\"interfaces/InputCustomProps.html#prefix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":1024,\"name\":\"suffix\",\"url\":\"interfaces/InputCustomProps.html#suffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/InputCustomProps.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":1024,\"name\":\"suggestions\",\"url\":\"interfaces/InputCustomProps.html#suggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":1024,\"name\":\"onSuggestionMatch\",\"url\":\"interfaces/InputCustomProps.html#onSuggestionMatch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/InputCustomProps.html#onSuggestionMatch.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"InputCustomProps.onSuggestionMatch\"},{\"kind\":64,\"name\":\"Icon\",\"url\":\"functions/Icon-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":8,\"name\":\"ICON\",\"url\":\"enums/ICON.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"checkmark\",\"url\":\"enums/ICON.html#checkmark\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"back\",\"url\":\"enums/ICON.html#back\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"forward\",\"url\":\"enums/ICON.html#forward\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"search\",\"url\":\"enums/ICON.html#search\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"battery\",\"url\":\"enums/ICON.html#battery\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"heart\",\"url\":\"enums/ICON.html#heart\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"trash\",\"url\":\"enums/ICON.html#trash\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"config\",\"url\":\"enums/ICON.html#config\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"dots\",\"url\":\"enums/ICON.html#dots\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":256,\"name\":\"IconProps\",\"url\":\"interfaces/IconProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/IconProps.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IconProps\"},{\"kind\":1024,\"name\":\"className\",\"url\":\"interfaces/IconProps.html#className\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IconProps\"},{\"kind\":64,\"name\":\"Card\",\"url\":\"functions/Card.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Header\",\"url\":\"functions/Header.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"HeaderIconAction\",\"url\":\"functions/HeaderIconAction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"StickyHeader\",\"url\":\"functions/StickyHeader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"StickyHeaderProps\",\"url\":\"interfaces/StickyHeaderProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/StickyHeaderProps.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StickyHeaderProps\"},{\"kind\":1024,\"name\":\"className\",\"url\":\"interfaces/StickyHeaderProps.html#className\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StickyHeaderProps\"},{\"kind\":1024,\"name\":\"__dangerouslyDisableChildrenGuard\",\"url\":\"interfaces/StickyHeaderProps.html#__dangerouslyDisableChildrenGuard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StickyHeaderProps\"},{\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/StickyHeaderProps.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StickyHeaderProps\"},{\"kind\":64,\"name\":\"List\",\"url\":\"functions/List-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"List\",\"url\":\"modules/List.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"Header\",\"url\":\"variables/List.Header.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"List\"},{\"kind\":32,\"name\":\"Item\",\"url\":\"variables/List.Item.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"List\"},{\"kind\":64,\"name\":\"SearchContainer\",\"url\":\"functions/SearchContainer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Section\",\"url\":\"functions/Section.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Table\",\"url\":\"functions/Table.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Action\",\"url\":\"functions/Action.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"ActionProps\",\"url\":\"types/ActionProps.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"EqualActions\",\"url\":\"functions/EqualActions.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Button\",\"url\":\"functions/Button.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"DirectionPad\",\"url\":\"functions/DirectionPad.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Drawer\",\"url\":\"classes/Drawer.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Drawer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentDidMount\",\"url\":\"classes/Drawer.html#componentDidMount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentDidUpdate\",\"url\":\"classes/Drawer.html#componentDidUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentWillUnmount\",\"url\":\"classes/Drawer.html#componentWillUnmount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":1024,\"name\":\"timeout\",\"url\":\"classes/Drawer.html#timeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"onOpen\",\"url\":\"classes/Drawer.html#onOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"onClose\",\"url\":\"classes/Drawer.html#onClose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"handleEsc\",\"url\":\"classes/Drawer.html#handleEsc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Drawer.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":64,\"name\":\"KeyValue\",\"url\":\"functions/KeyValue.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Line\",\"url\":\"functions/Line.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"CoveringLoader\",\"url\":\"functions/CoveringLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"FullLoader\",\"url\":\"functions/FullLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Loader\",\"url\":\"functions/Loader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Loading\",\"url\":\"functions/Loading.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"PopLoader\",\"url\":\"functions/PopLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Message\",\"url\":\"functions/Message.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Modal\",\"url\":\"functions/Modal-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"Modal\",\"url\":\"modules/Modal.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"RemovePadding\",\"url\":\"variables/Modal.RemovePadding.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"Modal\"},{\"kind\":64,\"name\":\"ModalButtons\",\"url\":\"functions/ModalButtons.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Progress\",\"url\":\"functions/Progress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Pop\",\"url\":\"classes/Pop.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"Option\",\"url\":\"classes/Pop.html#Option\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Pop.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"componentDidUpdate\",\"url\":\"classes/Pop.html#componentDidUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":1024,\"name\":\"rootRef\",\"url\":\"classes/Pop.html#rootRef\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"getAnchorElement\",\"url\":\"classes/Pop.html#getAnchorElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"onOpen\",\"url\":\"classes/Pop.html#onOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"handleOverlayClick\",\"url\":\"classes/Pop.html#handleOverlayClick\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"handleEsc\",\"url\":\"classes/Pop.html#handleEsc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Pop.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":64,\"name\":\"PopOption\",\"url\":\"functions/PopOption.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Stats\",\"url\":\"functions/Stats.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Selector\",\"url\":\"functions/Selector.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"ToasterProvider\",\"url\":\"classes/ToasterProvider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ToasterProvider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_add\",\"url\":\"classes/ToasterProvider.html#_add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_handleRemove\",\"url\":\"classes/ToasterProvider.html#_handleRemove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_removeAllToasts\",\"url\":\"classes/ToasterProvider.html#_removeAllToasts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ToasterProvider.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ToasterProvider\"},{\"kind\":64,\"name\":\"useToaster\",\"url\":\"functions/useToaster.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ToolButton\",\"url\":\"functions/ToolButton.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"HandleEsc\",\"url\":\"functions/HandleEsc.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"If\",\"url\":\"functions/If.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Spacer\",\"url\":\"functions/Spacer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"miuiScrollbars\",\"url\":\"variables/miuiScrollbars.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"OverwriteProps\",\"url\":\"types/OverwriteProps.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"styled\",\"url\":\"functions/styled.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"css\",\"url\":\"functions/css.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"globalCss\",\"url\":\"functions/globalCss.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/globalCss.html#globalCss.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"globalCss.globalCss\"},{\"kind\":64,\"name\":\"keyframes\",\"url\":\"functions/keyframes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/keyframes.html#keyframes.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"keyframes.keyframes\"},{\"kind\":64,\"name\":\"getCssText\",\"url\":\"functions/getCssText.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"theme\",\"url\":\"variables/theme.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"createTheme\",\"url\":\"functions/createTheme.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"config\",\"url\":\"variables/config.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/config.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"config\"},{\"kind\":64,\"name\":\"pxToRem\",\"url\":\"functions/pxToRem.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dimensionsPxToRem\",\"url\":\"functions/dimensionsPxToRem.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"borderPxToRem\",\"url\":\"functions/borderPxToRem.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fontPxToRem\",\"url\":\"functions/fontPxToRem.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":33554432,\"name\":\"Test\",\"url\":\"pages/tutorials/Test.html\",\"classes\":\"pages-entry pages-entry-page\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,44.387]],[\"comment/0\",[]],[\"name/1\",[1,44.387]],[\"comment/1\",[]],[\"name/2\",[2,44.387]],[\"comment/2\",[]],[\"name/3\",[3,44.387]],[\"comment/3\",[]],[\"name/4\",[4,44.387]],[\"comment/4\",[]],[\"name/5\",[5,44.387]],[\"comment/5\",[]],[\"name/6\",[6,39.279]],[\"comment/6\",[]],[\"name/7\",[7,44.387]],[\"comment/7\",[]],[\"name/8\",[8,31.394]],[\"comment/8\",[]],[\"name/9\",[9,35.914]],[\"comment/9\",[]],[\"name/10\",[10,44.387]],[\"comment/10\",[]],[\"name/11\",[11,44.387]],[\"comment/11\",[]],[\"name/12\",[12,44.387]],[\"comment/12\",[]],[\"name/13\",[13,44.387]],[\"comment/13\",[]],[\"name/14\",[14,44.387]],[\"comment/14\",[]],[\"name/15\",[15,44.387]],[\"comment/15\",[]],[\"name/16\",[16,44.387]],[\"comment/16\",[]],[\"name/17\",[17,44.387]],[\"comment/17\",[]],[\"name/18\",[18,44.387]],[\"comment/18\",[]],[\"name/19\",[19,39.279]],[\"comment/19\",[]],[\"name/20\",[20,44.387]],[\"comment/20\",[]],[\"name/21\",[21,44.387]],[\"comment/21\",[]],[\"name/22\",[22,44.387]],[\"comment/22\",[]],[\"name/23\",[23,44.387]],[\"comment/23\",[]],[\"name/24\",[24,44.387]],[\"comment/24\",[]],[\"name/25\",[8,31.394]],[\"comment/25\",[]],[\"name/26\",[25,39.279]],[\"comment/26\",[]],[\"name/27\",[25,39.279]],[\"comment/27\",[]],[\"name/28\",[26,44.387]],[\"comment/28\",[]],[\"name/29\",[27,44.387]],[\"comment/29\",[]],[\"name/30\",[28,44.387]],[\"comment/30\",[]],[\"name/31\",[29,44.387]],[\"comment/31\",[]],[\"name/32\",[30,44.387]],[\"comment/32\",[]],[\"name/33\",[31,44.387]],[\"comment/33\",[]],[\"name/34\",[32,44.387]],[\"comment/34\",[]],[\"name/35\",[33,39.279]],[\"comment/35\",[]],[\"name/36\",[34,44.387]],[\"comment/36\",[]],[\"name/37\",[35,44.387]],[\"comment/37\",[]],[\"name/38\",[6,39.279]],[\"comment/38\",[]],[\"name/39\",[9,35.914]],[\"comment/39\",[]],[\"name/40\",[36,44.387]],[\"comment/40\",[]],[\"name/41\",[37,39.279]],[\"comment/41\",[]],[\"name/42\",[38,44.387]],[\"comment/42\",[]],[\"name/43\",[39,44.387]],[\"comment/43\",[]],[\"name/44\",[40,44.387]],[\"comment/44\",[]],[\"name/45\",[41,44.387]],[\"comment/45\",[]],[\"name/46\",[9,35.914]],[\"comment/46\",[]],[\"name/47\",[42,44.387]],[\"comment/47\",[]],[\"name/48\",[19,39.279]],[\"comment/48\",[]],[\"name/49\",[43,39.279]],[\"comment/49\",[]],[\"name/50\",[43,39.279]],[\"comment/50\",[]],[\"name/51\",[37,39.279]],[\"comment/51\",[]],[\"name/52\",[44,44.387]],[\"comment/52\",[]],[\"name/53\",[45,44.387]],[\"comment/53\",[]],[\"name/54\",[46,44.387]],[\"comment/54\",[]],[\"name/55\",[47,44.387]],[\"comment/55\",[]],[\"name/56\",[48,44.387]],[\"comment/56\",[]],[\"name/57\",[49,44.387]],[\"comment/57\",[]],[\"name/58\",[50,44.387]],[\"comment/58\",[]],[\"name/59\",[51,44.387]],[\"comment/59\",[]],[\"name/60\",[52,44.387]],[\"comment/60\",[]],[\"name/61\",[53,44.387]],[\"comment/61\",[]],[\"name/62\",[54,35.914]],[\"comment/62\",[]],[\"name/63\",[55,44.387]],[\"comment/63\",[]],[\"name/64\",[56,39.279]],[\"comment/64\",[]],[\"name/65\",[57,44.387]],[\"comment/65\",[]],[\"name/66\",[58,44.387]],[\"comment/66\",[]],[\"name/67\",[59,39.279]],[\"comment/67\",[]],[\"name/68\",[60,44.387]],[\"comment/68\",[]],[\"name/69\",[61,35.914]],[\"comment/69\",[]],[\"name/70\",[62,35.914]],[\"comment/70\",[]],[\"name/71\",[63,44.387]],[\"comment/71\",[]],[\"name/72\",[64,44.387]],[\"comment/72\",[]],[\"name/73\",[65,44.387]],[\"comment/73\",[]],[\"name/74\",[66,44.387]],[\"comment/74\",[]],[\"name/75\",[67,44.387]],[\"comment/75\",[]],[\"name/76\",[68,44.387]],[\"comment/76\",[]],[\"name/77\",[69,44.387]],[\"comment/77\",[]],[\"name/78\",[70,44.387]],[\"comment/78\",[]],[\"name/79\",[71,39.279]],[\"comment/79\",[]],[\"name/80\",[71,39.279]],[\"comment/80\",[]],[\"name/81\",[72,44.387]],[\"comment/81\",[]],[\"name/82\",[73,44.387]],[\"comment/82\",[]],[\"name/83\",[74,44.387]],[\"comment/83\",[]],[\"name/84\",[75,44.387]],[\"comment/84\",[]],[\"name/85\",[76,44.387]],[\"comment/85\",[]],[\"name/86\",[54,35.914]],[\"comment/86\",[]],[\"name/87\",[56,39.279]],[\"comment/87\",[]],[\"name/88\",[77,44.387]],[\"comment/88\",[]],[\"name/89\",[78,44.387]],[\"comment/89\",[]],[\"name/90\",[59,39.279]],[\"comment/90\",[]],[\"name/91\",[79,44.387]],[\"comment/91\",[]],[\"name/92\",[61,35.914]],[\"comment/92\",[]],[\"name/93\",[62,35.914]],[\"comment/93\",[]],[\"name/94\",[80,44.387]],[\"comment/94\",[]],[\"name/95\",[81,44.387]],[\"comment/95\",[]],[\"name/96\",[82,44.387]],[\"comment/96\",[]],[\"name/97\",[83,44.387]],[\"comment/97\",[]],[\"name/98\",[54,35.914]],[\"comment/98\",[]],[\"name/99\",[84,44.387]],[\"comment/99\",[]],[\"name/100\",[85,44.387]],[\"comment/100\",[]],[\"name/101\",[86,44.387]],[\"comment/101\",[]],[\"name/102\",[62,35.914]],[\"comment/102\",[]],[\"name/103\",[87,44.387]],[\"comment/103\",[]],[\"name/104\",[88,44.387]],[\"comment/104\",[]],[\"name/105\",[61,35.914]],[\"comment/105\",[]],[\"name/106\",[89,44.387]],[\"comment/106\",[]],[\"name/107\",[90,44.387]],[\"comment/107\",[]],[\"name/108\",[91,44.387]],[\"comment/108\",[]],[\"name/109\",[92,44.387]],[\"comment/109\",[]],[\"name/110\",[93,44.387]],[\"comment/110\",[]],[\"name/111\",[94,44.387]],[\"comment/111\",[]],[\"name/112\",[95,44.387]],[\"comment/112\",[]],[\"name/113\",[8,31.394]],[\"comment/113\",[]],[\"name/114\",[96,44.387]],[\"comment/114\",[]],[\"name/115\",[8,31.394]],[\"comment/115\",[]],[\"name/116\",[97,44.387]],[\"comment/116\",[]],[\"name/117\",[98,44.387]],[\"comment/117\",[]],[\"name/118\",[99,44.387]],[\"comment/118\",[]],[\"name/119\",[33,39.279]],[\"comment/119\",[]],[\"name/120\",[8,31.394]],[\"comment/120\",[]],[\"name/121\",[100,44.387]],[\"comment/121\",[]],[\"name/122\",[101,44.387]],[\"comment/122\",[]],[\"name/123\",[102,44.387]],[\"comment/123\",[]],[\"name/124\",[103,44.387]],[\"comment/124\",[]],[\"name/125\",[104,44.387]],[\"comment/125\",[]]],\"invertedIndex\":[[\"__dangerouslydisablechildrenguard\",{\"_index\":42,\"name\":{\"47\":{}},\"comment\":{}}],[\"__type\",{\"_index\":8,\"name\":{\"8\":{},\"25\":{},\"113\":{},\"115\":{},\"120\":{}},\"comment\":{}}],[\"_add\",{\"_index\":84,\"name\":{\"99\":{}},\"comment\":{}}],[\"_handleremove\",{\"_index\":85,\"name\":{\"100\":{}},\"comment\":{}}],[\"_removealltoasts\",{\"_index\":86,\"name\":{\"101\":{}},\"comment\":{}}],[\"action\",{\"_index\":48,\"name\":{\"56\":{}},\"comment\":{}}],[\"actionprops\",{\"_index\":49,\"name\":{\"57\":{}},\"comment\":{}}],[\"back\",{\"_index\":27,\"name\":{\"29\":{}},\"comment\":{}}],[\"battery\",{\"_index\":30,\"name\":{\"32\":{}},\"comment\":{}}],[\"borderpxtorem\",{\"_index\":102,\"name\":{\"123\":{}},\"comment\":{}}],[\"button\",{\"_index\":51,\"name\":{\"59\":{}},\"comment\":{}}],[\"card\",{\"_index\":36,\"name\":{\"40\":{}},\"comment\":{}}],[\"checkbox\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"checkmark\",{\"_index\":26,\"name\":{\"28\":{}},\"comment\":{}}],[\"children\",{\"_index\":19,\"name\":{\"19\":{},\"48\":{}},\"comment\":{}}],[\"choice\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"choiceprops\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"classname\",{\"_index\":9,\"name\":{\"9\":{},\"39\":{},\"46\":{}},\"comment\":{}}],[\"componentdidmount\",{\"_index\":55,\"name\":{\"63\":{}},\"comment\":{}}],[\"componentdidupdate\",{\"_index\":56,\"name\":{\"64\":{},\"87\":{}},\"comment\":{}}],[\"componentwillunmount\",{\"_index\":57,\"name\":{\"65\":{}},\"comment\":{}}],[\"config\",{\"_index\":33,\"name\":{\"35\":{},\"119\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":54,\"name\":{\"62\":{},\"86\":{},\"98\":{}},\"comment\":{}}],[\"coveringloader\",{\"_index\":65,\"name\":{\"73\":{}},\"comment\":{}}],[\"createtheme\",{\"_index\":99,\"name\":{\"118\":{}},\"comment\":{}}],[\"css\",{\"_index\":94,\"name\":{\"111\":{}},\"comment\":{}}],[\"cssreset\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"dimensionspxtorem\",{\"_index\":101,\"name\":{\"122\":{}},\"comment\":{}}],[\"directionpad\",{\"_index\":52,\"name\":{\"60\":{}},\"comment\":{}}],[\"dots\",{\"_index\":34,\"name\":{\"36\":{}},\"comment\":{}}],[\"drawer\",{\"_index\":53,\"name\":{\"61\":{}},\"comment\":{}}],[\"equalactions\",{\"_index\":50,\"name\":{\"58\":{}},\"comment\":{}}],[\"error\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"fontpxtorem\",{\"_index\":103,\"name\":{\"124\":{}},\"comment\":{}}],[\"forward\",{\"_index\":28,\"name\":{\"30\":{}},\"comment\":{}}],[\"fullloader\",{\"_index\":66,\"name\":{\"74\":{}},\"comment\":{}}],[\"getanchorelement\",{\"_index\":78,\"name\":{\"89\":{}},\"comment\":{}}],[\"getcsstext\",{\"_index\":97,\"name\":{\"116\":{}},\"comment\":{}}],[\"globalcss\",{\"_index\":95,\"name\":{\"112\":{}},\"comment\":{}}],[\"handleesc\",{\"_index\":61,\"name\":{\"69\":{},\"92\":{},\"105\":{}},\"comment\":{}}],[\"handleoverlayclick\",{\"_index\":79,\"name\":{\"91\":{}},\"comment\":{}}],[\"header\",{\"_index\":37,\"name\":{\"41\":{},\"51\":{}},\"comment\":{}}],[\"headericonaction\",{\"_index\":38,\"name\":{\"42\":{}},\"comment\":{}}],[\"heart\",{\"_index\":31,\"name\":{\"33\":{}},\"comment\":{}}],[\"icon\",{\"_index\":25,\"name\":{\"26\":{},\"27\":{}},\"comment\":{}}],[\"iconprops\",{\"_index\":35,\"name\":{\"37\":{}},\"comment\":{}}],[\"if\",{\"_index\":89,\"name\":{\"106\":{}},\"comment\":{}}],[\"input\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"inputcustomprops\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"inputprops\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"item\",{\"_index\":44,\"name\":{\"52\":{}},\"comment\":{}}],[\"keyframes\",{\"_index\":96,\"name\":{\"114\":{}},\"comment\":{}}],[\"keyvalue\",{\"_index\":63,\"name\":{\"71\":{}},\"comment\":{}}],[\"label\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"line\",{\"_index\":64,\"name\":{\"72\":{}},\"comment\":{}}],[\"list\",{\"_index\":43,\"name\":{\"49\":{},\"50\":{}},\"comment\":{}}],[\"loader\",{\"_index\":67,\"name\":{\"75\":{}},\"comment\":{}}],[\"loading\",{\"_index\":68,\"name\":{\"76\":{}},\"comment\":{}}],[\"message\",{\"_index\":70,\"name\":{\"78\":{}},\"comment\":{}}],[\"miuiscrollbars\",{\"_index\":91,\"name\":{\"108\":{}},\"comment\":{}}],[\"modal\",{\"_index\":71,\"name\":{\"79\":{},\"80\":{}},\"comment\":{}}],[\"modalbuttons\",{\"_index\":73,\"name\":{\"82\":{}},\"comment\":{}}],[\"name\",{\"_index\":6,\"name\":{\"6\":{},\"38\":{}},\"comment\":{}}],[\"onchange\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"onclose\",{\"_index\":60,\"name\":{\"68\":{}},\"comment\":{}}],[\"onopen\",{\"_index\":59,\"name\":{\"67\":{},\"90\":{}},\"comment\":{}}],[\"onsuggestionmatch\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"option\",{\"_index\":76,\"name\":{\"85\":{}},\"comment\":{}}],[\"overwriteprops\",{\"_index\":92,\"name\":{\"109\":{}},\"comment\":{}}],[\"pop\",{\"_index\":75,\"name\":{\"84\":{}},\"comment\":{}}],[\"poploader\",{\"_index\":69,\"name\":{\"77\":{}},\"comment\":{}}],[\"popoption\",{\"_index\":80,\"name\":{\"94\":{}},\"comment\":{}}],[\"position\",{\"_index\":41,\"name\":{\"45\":{}},\"comment\":{}}],[\"prefix\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"progress\",{\"_index\":74,\"name\":{\"83\":{}},\"comment\":{}}],[\"pxtorem\",{\"_index\":100,\"name\":{\"121\":{}},\"comment\":{}}],[\"removepadding\",{\"_index\":72,\"name\":{\"81\":{}},\"comment\":{}}],[\"render\",{\"_index\":62,\"name\":{\"70\":{},\"93\":{},\"102\":{}},\"comment\":{}}],[\"rootref\",{\"_index\":77,\"name\":{\"88\":{}},\"comment\":{}}],[\"search\",{\"_index\":29,\"name\":{\"31\":{}},\"comment\":{}}],[\"searchcontainer\",{\"_index\":45,\"name\":{\"53\":{}},\"comment\":{}}],[\"section\",{\"_index\":46,\"name\":{\"54\":{}},\"comment\":{}}],[\"select\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"selector\",{\"_index\":82,\"name\":{\"96\":{}},\"comment\":{}}],[\"spacer\",{\"_index\":90,\"name\":{\"107\":{}},\"comment\":{}}],[\"stats\",{\"_index\":81,\"name\":{\"95\":{}},\"comment\":{}}],[\"stickyheader\",{\"_index\":39,\"name\":{\"43\":{}},\"comment\":{}}],[\"stickyheaderprops\",{\"_index\":40,\"name\":{\"44\":{}},\"comment\":{}}],[\"styled\",{\"_index\":93,\"name\":{\"110\":{}},\"comment\":{}}],[\"suffix\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"suggestions\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"table\",{\"_index\":47,\"name\":{\"55\":{}},\"comment\":{}}],[\"test\",{\"_index\":104,\"name\":{\"125\":{}},\"comment\":{}}],[\"textarea\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"theme\",{\"_index\":98,\"name\":{\"117\":{}},\"comment\":{}}],[\"themecss\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"timeout\",{\"_index\":58,\"name\":{\"66\":{}},\"comment\":{}}],[\"toasterprovider\",{\"_index\":83,\"name\":{\"97\":{}},\"comment\":{}}],[\"toggle\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"toolbutton\",{\"_index\":88,\"name\":{\"104\":{}},\"comment\":{}}],[\"trash\",{\"_index\":32,\"name\":{\"34\":{}},\"comment\":{}}],[\"usetoaster\",{\"_index\":87,\"name\":{\"103\":{}},\"comment\":{}}],[\"value\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"values\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"variant\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
1
+ window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"33554432\":\"@knodes/typedoc-plugin-pages: page\"},\"rows\":[{\"kind\":4194304,\"name\":\"ThemeCSS\",\"url\":\"types/ThemeCSS.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"cssReset\",\"url\":\"variables/cssReset.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"Choice\",\"url\":\"functions/Choice.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"ChoiceProps\",\"url\":\"types/ChoiceProps.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"Checkbox\",\"url\":\"functions/Checkbox.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ColorPicker\",\"url\":\"functions/ColorPicker.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Label\",\"url\":\"functions/Label.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"LabelProps\",\"url\":\"interfaces/LabelProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/LabelProps.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LabelProps\"},{\"kind\":1024,\"name\":\"variant\",\"url\":\"interfaces/LabelProps.html#variant\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LabelProps\"},{\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/LabelProps.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LabelProps\"},{\"kind\":64,\"name\":\"Select\",\"url\":\"functions/Select.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"TextArea\",\"url\":\"functions/TextArea.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Toggle\",\"url\":\"functions/Toggle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ToggleProps\",\"url\":\"interfaces/ToggleProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"onChange\",\"url\":\"interfaces/ToggleProps.html#onChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ToggleProps\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ToggleProps.html#onChange.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ToggleProps.onChange\"},{\"kind\":1024,\"name\":\"onContextMenu\",\"url\":\"interfaces/ToggleProps.html#onContextMenu\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ToggleProps\"},{\"kind\":1024,\"name\":\"undeterminedClickValue\",\"url\":\"interfaces/ToggleProps.html#undeterminedClickValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ToggleProps\"},{\"kind\":1024,\"name\":\"disabled\",\"url\":\"interfaces/ToggleProps.html#disabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ToggleProps\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ToggleProps.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ToggleProps\"},{\"kind\":64,\"name\":\"Input\",\"url\":\"functions/Input.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"InputProps\",\"url\":\"types/InputProps.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"InputCustomProps\",\"url\":\"interfaces/InputCustomProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/InputCustomProps.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":1024,\"name\":\"prefix\",\"url\":\"interfaces/InputCustomProps.html#prefix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":1024,\"name\":\"suffix\",\"url\":\"interfaces/InputCustomProps.html#suffix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/InputCustomProps.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":1024,\"name\":\"suggestions\",\"url\":\"interfaces/InputCustomProps.html#suggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":1024,\"name\":\"onSuggestionMatch\",\"url\":\"interfaces/InputCustomProps.html#onSuggestionMatch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InputCustomProps\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/InputCustomProps.html#onSuggestionMatch.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"InputCustomProps.onSuggestionMatch\"},{\"kind\":64,\"name\":\"Icon\",\"url\":\"functions/Icon-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":8,\"name\":\"ICON\",\"url\":\"enums/ICON.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"checkmark\",\"url\":\"enums/ICON.html#checkmark\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"back\",\"url\":\"enums/ICON.html#back\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"forward\",\"url\":\"enums/ICON.html#forward\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"search\",\"url\":\"enums/ICON.html#search\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"battery\",\"url\":\"enums/ICON.html#battery\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"heart\",\"url\":\"enums/ICON.html#heart\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"trash\",\"url\":\"enums/ICON.html#trash\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"config\",\"url\":\"enums/ICON.html#config\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"dots\",\"url\":\"enums/ICON.html#dots\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":256,\"name\":\"IconProps\",\"url\":\"interfaces/IconProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/IconProps.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IconProps\"},{\"kind\":1024,\"name\":\"className\",\"url\":\"interfaces/IconProps.html#className\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IconProps\"},{\"kind\":64,\"name\":\"Card\",\"url\":\"functions/Card.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Header\",\"url\":\"functions/Header.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"HeaderIconAction\",\"url\":\"functions/HeaderIconAction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"StickyHeader\",\"url\":\"functions/StickyHeader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"StickyHeaderProps\",\"url\":\"interfaces/StickyHeaderProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/StickyHeaderProps.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StickyHeaderProps\"},{\"kind\":1024,\"name\":\"className\",\"url\":\"interfaces/StickyHeaderProps.html#className\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StickyHeaderProps\"},{\"kind\":1024,\"name\":\"__dangerouslyDisableChildrenGuard\",\"url\":\"interfaces/StickyHeaderProps.html#__dangerouslyDisableChildrenGuard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StickyHeaderProps\"},{\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/StickyHeaderProps.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StickyHeaderProps\"},{\"kind\":64,\"name\":\"List\",\"url\":\"functions/List-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"List\",\"url\":\"modules/List.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"Header\",\"url\":\"variables/List.Header.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"List\"},{\"kind\":32,\"name\":\"Item\",\"url\":\"variables/List.Item.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"List\"},{\"kind\":64,\"name\":\"SearchContainer\",\"url\":\"functions/SearchContainer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Section\",\"url\":\"functions/Section.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Table\",\"url\":\"functions/Table.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Action\",\"url\":\"functions/Action.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"ActionProps\",\"url\":\"types/ActionProps.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"EqualActions\",\"url\":\"functions/EqualActions.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Button\",\"url\":\"functions/Button.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"DirectionPad\",\"url\":\"functions/DirectionPad.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Drawer\",\"url\":\"classes/Drawer.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Drawer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentDidMount\",\"url\":\"classes/Drawer.html#componentDidMount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentDidUpdate\",\"url\":\"classes/Drawer.html#componentDidUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentWillUnmount\",\"url\":\"classes/Drawer.html#componentWillUnmount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":1024,\"name\":\"timeout\",\"url\":\"classes/Drawer.html#timeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"onOpen\",\"url\":\"classes/Drawer.html#onOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"onClose\",\"url\":\"classes/Drawer.html#onClose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"handleEsc\",\"url\":\"classes/Drawer.html#handleEsc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Drawer.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":64,\"name\":\"KeyValue\",\"url\":\"functions/KeyValue.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Line\",\"url\":\"functions/Line.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"CoveringLoader\",\"url\":\"functions/CoveringLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"FullLoader\",\"url\":\"functions/FullLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Loader\",\"url\":\"functions/Loader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Loading\",\"url\":\"functions/Loading.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"PopLoader\",\"url\":\"functions/PopLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Message\",\"url\":\"functions/Message.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Modal\",\"url\":\"functions/Modal-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"Modal\",\"url\":\"modules/Modal.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"RemovePadding\",\"url\":\"variables/Modal.RemovePadding.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"Modal\"},{\"kind\":64,\"name\":\"ModalButtons\",\"url\":\"functions/ModalButtons.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Progress\",\"url\":\"functions/Progress.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Pop\",\"url\":\"classes/Pop.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"Option\",\"url\":\"classes/Pop.html#Option\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Pop.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"componentDidUpdate\",\"url\":\"classes/Pop.html#componentDidUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":1024,\"name\":\"rootRef\",\"url\":\"classes/Pop.html#rootRef\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"getAnchorElement\",\"url\":\"classes/Pop.html#getAnchorElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"onOpen\",\"url\":\"classes/Pop.html#onOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"handleOverlayClick\",\"url\":\"classes/Pop.html#handleOverlayClick\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"handleEsc\",\"url\":\"classes/Pop.html#handleEsc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Pop.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":64,\"name\":\"PopOption\",\"url\":\"functions/PopOption.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Stats\",\"url\":\"functions/Stats.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Selector\",\"url\":\"functions/Selector.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"ToasterProvider\",\"url\":\"classes/ToasterProvider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ToasterProvider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_add\",\"url\":\"classes/ToasterProvider.html#_add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_handleRemove\",\"url\":\"classes/ToasterProvider.html#_handleRemove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_removeAllToasts\",\"url\":\"classes/ToasterProvider.html#_removeAllToasts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ToasterProvider.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ToasterProvider\"},{\"kind\":64,\"name\":\"useToaster\",\"url\":\"functions/useToaster.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ToolButton\",\"url\":\"functions/ToolButton.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"HandleEsc\",\"url\":\"functions/HandleEsc.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"If\",\"url\":\"functions/If.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Spacer\",\"url\":\"functions/Spacer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"miuiScrollbars\",\"url\":\"variables/miuiScrollbars.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"OverwriteProps\",\"url\":\"types/OverwriteProps.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"styled\",\"url\":\"functions/styled.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"css\",\"url\":\"functions/css.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"globalCss\",\"url\":\"functions/globalCss.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/globalCss.html#globalCss.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"globalCss.globalCss\"},{\"kind\":64,\"name\":\"keyframes\",\"url\":\"functions/keyframes.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/keyframes.html#keyframes.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"keyframes.keyframes\"},{\"kind\":64,\"name\":\"getCssText\",\"url\":\"functions/getCssText.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"theme\",\"url\":\"variables/theme.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"createTheme\",\"url\":\"functions/createTheme.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"config\",\"url\":\"variables/config.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/config.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"config\"},{\"kind\":64,\"name\":\"pxToRem\",\"url\":\"functions/pxToRem.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dimensionsPxToRem\",\"url\":\"functions/dimensionsPxToRem.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"borderPxToRem\",\"url\":\"functions/borderPxToRem.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fontPxToRem\",\"url\":\"functions/fontPxToRem.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":33554432,\"name\":\"Test\",\"url\":\"pages/tutorials/Test.html\",\"classes\":\"pages-entry pages-entry-page\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,44.773]],[\"comment/0\",[]],[\"name/1\",[1,44.773]],[\"comment/1\",[]],[\"name/2\",[2,44.773]],[\"comment/2\",[]],[\"name/3\",[3,44.773]],[\"comment/3\",[]],[\"name/4\",[4,44.773]],[\"comment/4\",[]],[\"name/5\",[5,44.773]],[\"comment/5\",[]],[\"name/6\",[6,39.665]],[\"comment/6\",[]],[\"name/7\",[7,44.773]],[\"comment/7\",[]],[\"name/8\",[6,39.665]],[\"comment/8\",[]],[\"name/9\",[8,44.773]],[\"comment/9\",[]],[\"name/10\",[9,36.3]],[\"comment/10\",[]],[\"name/11\",[10,44.773]],[\"comment/11\",[]],[\"name/12\",[11,44.773]],[\"comment/12\",[]],[\"name/13\",[12,44.773]],[\"comment/13\",[]],[\"name/14\",[13,44.773]],[\"comment/14\",[]],[\"name/15\",[14,44.773]],[\"comment/15\",[]],[\"name/16\",[15,31.781]],[\"comment/16\",[]],[\"name/17\",[16,44.773]],[\"comment/17\",[]],[\"name/18\",[17,44.773]],[\"comment/18\",[]],[\"name/19\",[18,44.773]],[\"comment/19\",[]],[\"name/20\",[19,44.773]],[\"comment/20\",[]],[\"name/21\",[20,44.773]],[\"comment/21\",[]],[\"name/22\",[21,44.773]],[\"comment/22\",[]],[\"name/23\",[22,44.773]],[\"comment/23\",[]],[\"name/24\",[9,36.3]],[\"comment/24\",[]],[\"name/25\",[23,44.773]],[\"comment/25\",[]],[\"name/26\",[24,44.773]],[\"comment/26\",[]],[\"name/27\",[25,44.773]],[\"comment/27\",[]],[\"name/28\",[26,44.773]],[\"comment/28\",[]],[\"name/29\",[27,44.773]],[\"comment/29\",[]],[\"name/30\",[15,31.781]],[\"comment/30\",[]],[\"name/31\",[28,39.665]],[\"comment/31\",[]],[\"name/32\",[28,39.665]],[\"comment/32\",[]],[\"name/33\",[29,44.773]],[\"comment/33\",[]],[\"name/34\",[30,44.773]],[\"comment/34\",[]],[\"name/35\",[31,44.773]],[\"comment/35\",[]],[\"name/36\",[32,44.773]],[\"comment/36\",[]],[\"name/37\",[33,44.773]],[\"comment/37\",[]],[\"name/38\",[34,44.773]],[\"comment/38\",[]],[\"name/39\",[35,44.773]],[\"comment/39\",[]],[\"name/40\",[36,39.665]],[\"comment/40\",[]],[\"name/41\",[37,44.773]],[\"comment/41\",[]],[\"name/42\",[38,44.773]],[\"comment/42\",[]],[\"name/43\",[39,44.773]],[\"comment/43\",[]],[\"name/44\",[40,39.665]],[\"comment/44\",[]],[\"name/45\",[41,44.773]],[\"comment/45\",[]],[\"name/46\",[42,39.665]],[\"comment/46\",[]],[\"name/47\",[43,44.773]],[\"comment/47\",[]],[\"name/48\",[44,44.773]],[\"comment/48\",[]],[\"name/49\",[45,44.773]],[\"comment/49\",[]],[\"name/50\",[46,44.773]],[\"comment/50\",[]],[\"name/51\",[40,39.665]],[\"comment/51\",[]],[\"name/52\",[47,44.773]],[\"comment/52\",[]],[\"name/53\",[9,36.3]],[\"comment/53\",[]],[\"name/54\",[48,39.665]],[\"comment/54\",[]],[\"name/55\",[48,39.665]],[\"comment/55\",[]],[\"name/56\",[42,39.665]],[\"comment/56\",[]],[\"name/57\",[49,44.773]],[\"comment/57\",[]],[\"name/58\",[50,44.773]],[\"comment/58\",[]],[\"name/59\",[51,44.773]],[\"comment/59\",[]],[\"name/60\",[52,44.773]],[\"comment/60\",[]],[\"name/61\",[53,44.773]],[\"comment/61\",[]],[\"name/62\",[54,44.773]],[\"comment/62\",[]],[\"name/63\",[55,44.773]],[\"comment/63\",[]],[\"name/64\",[56,44.773]],[\"comment/64\",[]],[\"name/65\",[57,44.773]],[\"comment/65\",[]],[\"name/66\",[58,44.773]],[\"comment/66\",[]],[\"name/67\",[59,36.3]],[\"comment/67\",[]],[\"name/68\",[60,44.773]],[\"comment/68\",[]],[\"name/69\",[61,39.665]],[\"comment/69\",[]],[\"name/70\",[62,44.773]],[\"comment/70\",[]],[\"name/71\",[63,44.773]],[\"comment/71\",[]],[\"name/72\",[64,39.665]],[\"comment/72\",[]],[\"name/73\",[65,44.773]],[\"comment/73\",[]],[\"name/74\",[66,36.3]],[\"comment/74\",[]],[\"name/75\",[67,36.3]],[\"comment/75\",[]],[\"name/76\",[68,44.773]],[\"comment/76\",[]],[\"name/77\",[69,44.773]],[\"comment/77\",[]],[\"name/78\",[70,44.773]],[\"comment/78\",[]],[\"name/79\",[71,44.773]],[\"comment/79\",[]],[\"name/80\",[72,44.773]],[\"comment/80\",[]],[\"name/81\",[73,44.773]],[\"comment/81\",[]],[\"name/82\",[74,44.773]],[\"comment/82\",[]],[\"name/83\",[75,44.773]],[\"comment/83\",[]],[\"name/84\",[76,39.665]],[\"comment/84\",[]],[\"name/85\",[76,39.665]],[\"comment/85\",[]],[\"name/86\",[77,44.773]],[\"comment/86\",[]],[\"name/87\",[78,44.773]],[\"comment/87\",[]],[\"name/88\",[79,44.773]],[\"comment/88\",[]],[\"name/89\",[80,44.773]],[\"comment/89\",[]],[\"name/90\",[81,44.773]],[\"comment/90\",[]],[\"name/91\",[59,36.3]],[\"comment/91\",[]],[\"name/92\",[61,39.665]],[\"comment/92\",[]],[\"name/93\",[82,44.773]],[\"comment/93\",[]],[\"name/94\",[83,44.773]],[\"comment/94\",[]],[\"name/95\",[64,39.665]],[\"comment/95\",[]],[\"name/96\",[84,44.773]],[\"comment/96\",[]],[\"name/97\",[66,36.3]],[\"comment/97\",[]],[\"name/98\",[67,36.3]],[\"comment/98\",[]],[\"name/99\",[85,44.773]],[\"comment/99\",[]],[\"name/100\",[86,44.773]],[\"comment/100\",[]],[\"name/101\",[87,44.773]],[\"comment/101\",[]],[\"name/102\",[88,44.773]],[\"comment/102\",[]],[\"name/103\",[59,36.3]],[\"comment/103\",[]],[\"name/104\",[89,44.773]],[\"comment/104\",[]],[\"name/105\",[90,44.773]],[\"comment/105\",[]],[\"name/106\",[91,44.773]],[\"comment/106\",[]],[\"name/107\",[67,36.3]],[\"comment/107\",[]],[\"name/108\",[92,44.773]],[\"comment/108\",[]],[\"name/109\",[93,44.773]],[\"comment/109\",[]],[\"name/110\",[66,36.3]],[\"comment/110\",[]],[\"name/111\",[94,44.773]],[\"comment/111\",[]],[\"name/112\",[95,44.773]],[\"comment/112\",[]],[\"name/113\",[96,44.773]],[\"comment/113\",[]],[\"name/114\",[97,44.773]],[\"comment/114\",[]],[\"name/115\",[98,44.773]],[\"comment/115\",[]],[\"name/116\",[99,44.773]],[\"comment/116\",[]],[\"name/117\",[100,44.773]],[\"comment/117\",[]],[\"name/118\",[15,31.781]],[\"comment/118\",[]],[\"name/119\",[101,44.773]],[\"comment/119\",[]],[\"name/120\",[15,31.781]],[\"comment/120\",[]],[\"name/121\",[102,44.773]],[\"comment/121\",[]],[\"name/122\",[103,44.773]],[\"comment/122\",[]],[\"name/123\",[104,44.773]],[\"comment/123\",[]],[\"name/124\",[36,39.665]],[\"comment/124\",[]],[\"name/125\",[15,31.781]],[\"comment/125\",[]],[\"name/126\",[105,44.773]],[\"comment/126\",[]],[\"name/127\",[106,44.773]],[\"comment/127\",[]],[\"name/128\",[107,44.773]],[\"comment/128\",[]],[\"name/129\",[108,44.773]],[\"comment/129\",[]],[\"name/130\",[109,44.773]],[\"comment/130\",[]]],\"invertedIndex\":[[\"__dangerouslydisablechildrenguard\",{\"_index\":47,\"name\":{\"52\":{}},\"comment\":{}}],[\"__type\",{\"_index\":15,\"name\":{\"16\":{},\"30\":{},\"118\":{},\"120\":{},\"125\":{}},\"comment\":{}}],[\"_add\",{\"_index\":89,\"name\":{\"104\":{}},\"comment\":{}}],[\"_handleremove\",{\"_index\":90,\"name\":{\"105\":{}},\"comment\":{}}],[\"_removealltoasts\",{\"_index\":91,\"name\":{\"106\":{}},\"comment\":{}}],[\"action\",{\"_index\":53,\"name\":{\"61\":{}},\"comment\":{}}],[\"actionprops\",{\"_index\":54,\"name\":{\"62\":{}},\"comment\":{}}],[\"back\",{\"_index\":30,\"name\":{\"34\":{}},\"comment\":{}}],[\"battery\",{\"_index\":33,\"name\":{\"37\":{}},\"comment\":{}}],[\"borderpxtorem\",{\"_index\":107,\"name\":{\"128\":{}},\"comment\":{}}],[\"button\",{\"_index\":56,\"name\":{\"64\":{}},\"comment\":{}}],[\"card\",{\"_index\":41,\"name\":{\"45\":{}},\"comment\":{}}],[\"checkbox\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"checkmark\",{\"_index\":29,\"name\":{\"33\":{}},\"comment\":{}}],[\"children\",{\"_index\":9,\"name\":{\"10\":{},\"24\":{},\"53\":{}},\"comment\":{}}],[\"choice\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"choiceprops\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"classname\",{\"_index\":40,\"name\":{\"44\":{},\"51\":{}},\"comment\":{}}],[\"colorpicker\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"componentdidmount\",{\"_index\":60,\"name\":{\"68\":{}},\"comment\":{}}],[\"componentdidupdate\",{\"_index\":61,\"name\":{\"69\":{},\"92\":{}},\"comment\":{}}],[\"componentwillunmount\",{\"_index\":62,\"name\":{\"70\":{}},\"comment\":{}}],[\"config\",{\"_index\":36,\"name\":{\"40\":{},\"124\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":59,\"name\":{\"67\":{},\"91\":{},\"103\":{}},\"comment\":{}}],[\"coveringloader\",{\"_index\":70,\"name\":{\"78\":{}},\"comment\":{}}],[\"createtheme\",{\"_index\":104,\"name\":{\"123\":{}},\"comment\":{}}],[\"css\",{\"_index\":99,\"name\":{\"116\":{}},\"comment\":{}}],[\"cssreset\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"dimensionspxtorem\",{\"_index\":106,\"name\":{\"127\":{}},\"comment\":{}}],[\"directionpad\",{\"_index\":57,\"name\":{\"65\":{}},\"comment\":{}}],[\"disabled\",{\"_index\":18,\"name\":{\"19\":{}},\"comment\":{}}],[\"dots\",{\"_index\":37,\"name\":{\"41\":{}},\"comment\":{}}],[\"drawer\",{\"_index\":58,\"name\":{\"66\":{}},\"comment\":{}}],[\"equalactions\",{\"_index\":55,\"name\":{\"63\":{}},\"comment\":{}}],[\"error\",{\"_index\":25,\"name\":{\"27\":{}},\"comment\":{}}],[\"fontpxtorem\",{\"_index\":108,\"name\":{\"129\":{}},\"comment\":{}}],[\"forward\",{\"_index\":31,\"name\":{\"35\":{}},\"comment\":{}}],[\"fullloader\",{\"_index\":71,\"name\":{\"79\":{}},\"comment\":{}}],[\"getanchorelement\",{\"_index\":83,\"name\":{\"94\":{}},\"comment\":{}}],[\"getcsstext\",{\"_index\":102,\"name\":{\"121\":{}},\"comment\":{}}],[\"globalcss\",{\"_index\":100,\"name\":{\"117\":{}},\"comment\":{}}],[\"handleesc\",{\"_index\":66,\"name\":{\"74\":{},\"97\":{},\"110\":{}},\"comment\":{}}],[\"handleoverlayclick\",{\"_index\":84,\"name\":{\"96\":{}},\"comment\":{}}],[\"header\",{\"_index\":42,\"name\":{\"46\":{},\"56\":{}},\"comment\":{}}],[\"headericonaction\",{\"_index\":43,\"name\":{\"47\":{}},\"comment\":{}}],[\"heart\",{\"_index\":34,\"name\":{\"38\":{}},\"comment\":{}}],[\"icon\",{\"_index\":28,\"name\":{\"31\":{},\"32\":{}},\"comment\":{}}],[\"iconprops\",{\"_index\":38,\"name\":{\"42\":{}},\"comment\":{}}],[\"if\",{\"_index\":94,\"name\":{\"111\":{}},\"comment\":{}}],[\"input\",{\"_index\":20,\"name\":{\"21\":{}},\"comment\":{}}],[\"inputcustomprops\",{\"_index\":22,\"name\":{\"23\":{}},\"comment\":{}}],[\"inputprops\",{\"_index\":21,\"name\":{\"22\":{}},\"comment\":{}}],[\"item\",{\"_index\":49,\"name\":{\"57\":{}},\"comment\":{}}],[\"keyframes\",{\"_index\":101,\"name\":{\"119\":{}},\"comment\":{}}],[\"keyvalue\",{\"_index\":68,\"name\":{\"76\":{}},\"comment\":{}}],[\"label\",{\"_index\":6,\"name\":{\"6\":{},\"8\":{}},\"comment\":{}}],[\"labelprops\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"line\",{\"_index\":69,\"name\":{\"77\":{}},\"comment\":{}}],[\"list\",{\"_index\":48,\"name\":{\"54\":{},\"55\":{}},\"comment\":{}}],[\"loader\",{\"_index\":72,\"name\":{\"80\":{}},\"comment\":{}}],[\"loading\",{\"_index\":73,\"name\":{\"81\":{}},\"comment\":{}}],[\"message\",{\"_index\":75,\"name\":{\"83\":{}},\"comment\":{}}],[\"miuiscrollbars\",{\"_index\":96,\"name\":{\"113\":{}},\"comment\":{}}],[\"modal\",{\"_index\":76,\"name\":{\"84\":{},\"85\":{}},\"comment\":{}}],[\"modalbuttons\",{\"_index\":78,\"name\":{\"87\":{}},\"comment\":{}}],[\"name\",{\"_index\":39,\"name\":{\"43\":{}},\"comment\":{}}],[\"onchange\",{\"_index\":14,\"name\":{\"15\":{}},\"comment\":{}}],[\"onclose\",{\"_index\":65,\"name\":{\"73\":{}},\"comment\":{}}],[\"oncontextmenu\",{\"_index\":16,\"name\":{\"17\":{}},\"comment\":{}}],[\"onopen\",{\"_index\":64,\"name\":{\"72\":{},\"95\":{}},\"comment\":{}}],[\"onsuggestionmatch\",{\"_index\":27,\"name\":{\"29\":{}},\"comment\":{}}],[\"option\",{\"_index\":81,\"name\":{\"90\":{}},\"comment\":{}}],[\"overwriteprops\",{\"_index\":97,\"name\":{\"114\":{}},\"comment\":{}}],[\"pop\",{\"_index\":80,\"name\":{\"89\":{}},\"comment\":{}}],[\"poploader\",{\"_index\":74,\"name\":{\"82\":{}},\"comment\":{}}],[\"popoption\",{\"_index\":85,\"name\":{\"99\":{}},\"comment\":{}}],[\"position\",{\"_index\":46,\"name\":{\"50\":{}},\"comment\":{}}],[\"prefix\",{\"_index\":23,\"name\":{\"25\":{}},\"comment\":{}}],[\"progress\",{\"_index\":79,\"name\":{\"88\":{}},\"comment\":{}}],[\"pxtorem\",{\"_index\":105,\"name\":{\"126\":{}},\"comment\":{}}],[\"removepadding\",{\"_index\":77,\"name\":{\"86\":{}},\"comment\":{}}],[\"render\",{\"_index\":67,\"name\":{\"75\":{},\"98\":{},\"107\":{}},\"comment\":{}}],[\"rootref\",{\"_index\":82,\"name\":{\"93\":{}},\"comment\":{}}],[\"search\",{\"_index\":32,\"name\":{\"36\":{}},\"comment\":{}}],[\"searchcontainer\",{\"_index\":50,\"name\":{\"58\":{}},\"comment\":{}}],[\"section\",{\"_index\":51,\"name\":{\"59\":{}},\"comment\":{}}],[\"select\",{\"_index\":10,\"name\":{\"11\":{}},\"comment\":{}}],[\"selector\",{\"_index\":87,\"name\":{\"101\":{}},\"comment\":{}}],[\"spacer\",{\"_index\":95,\"name\":{\"112\":{}},\"comment\":{}}],[\"stats\",{\"_index\":86,\"name\":{\"100\":{}},\"comment\":{}}],[\"stickyheader\",{\"_index\":44,\"name\":{\"48\":{}},\"comment\":{}}],[\"stickyheaderprops\",{\"_index\":45,\"name\":{\"49\":{}},\"comment\":{}}],[\"styled\",{\"_index\":98,\"name\":{\"115\":{}},\"comment\":{}}],[\"suffix\",{\"_index\":24,\"name\":{\"26\":{}},\"comment\":{}}],[\"suggestions\",{\"_index\":26,\"name\":{\"28\":{}},\"comment\":{}}],[\"table\",{\"_index\":52,\"name\":{\"60\":{}},\"comment\":{}}],[\"test\",{\"_index\":109,\"name\":{\"130\":{}},\"comment\":{}}],[\"textarea\",{\"_index\":11,\"name\":{\"12\":{}},\"comment\":{}}],[\"theme\",{\"_index\":103,\"name\":{\"122\":{}},\"comment\":{}}],[\"themecss\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"timeout\",{\"_index\":63,\"name\":{\"71\":{}},\"comment\":{}}],[\"toasterprovider\",{\"_index\":88,\"name\":{\"102\":{}},\"comment\":{}}],[\"toggle\",{\"_index\":12,\"name\":{\"13\":{}},\"comment\":{}}],[\"toggleprops\",{\"_index\":13,\"name\":{\"14\":{}},\"comment\":{}}],[\"toolbutton\",{\"_index\":93,\"name\":{\"109\":{}},\"comment\":{}}],[\"trash\",{\"_index\":35,\"name\":{\"39\":{}},\"comment\":{}}],[\"undeterminedclickvalue\",{\"_index\":17,\"name\":{\"18\":{}},\"comment\":{}}],[\"usetoaster\",{\"_index\":92,\"name\":{\"108\":{}},\"comment\":{}}],[\"value\",{\"_index\":19,\"name\":{\"20\":{}},\"comment\":{}}],[\"variant\",{\"_index\":8,\"name\":{\"9\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Drawer | react-miui - v0.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><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>Drawer | react-miui - v0.28.1</title><meta name="description" content="Documentation for react-miui - v0.28.1"/><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
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>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.1</a></div>
10
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>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">react-miui - v0.27.11</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.1</a></li>
16
16
  <li><a href="Drawer.html">Drawer</a></li></ul>
17
17
  <h1>Class Drawer</h1></div>
18
18
  <section class="tsd-panel tsd-hierarchy">
@@ -22,7 +22,7 @@
22
22
  <ul class="tsd-hierarchy">
23
23
  <li><span class="target">Drawer</span></li></ul></li></ul></section><aside class="tsd-sources">
24
24
  <ul>
25
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/drawer/Drawer.tsx#L24">src/components/ui/drawer/Drawer.tsx:24</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/drawer/Drawer.tsx#L24">src/components/ui/drawer/Drawer.tsx:24</a></li></ul></aside>
26
26
  <section class="tsd-panel-group tsd-index-group">
27
27
  <section class="tsd-panel tsd-index-panel">
28
28
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -77,7 +77,7 @@
77
77
  <h4 class="tsd-returns-title">Returns <a href="Drawer.html" class="tsd-signature-type" data-tsd-kind="Class">Drawer</a></h4><aside class="tsd-sources">
78
78
  <p>Overrides Component&lt;Props, State&gt;.constructor</p>
79
79
  <ul>
80
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/drawer/Drawer.tsx#L25">src/components/ui/drawer/Drawer.tsx:25</a></li></ul></aside></li></ul></section></section>
80
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/drawer/Drawer.tsx#L25">src/components/ui/drawer/Drawer.tsx:25</a></li></ul></aside></li></ul></section></section>
81
81
  <section class="tsd-panel-group tsd-member-group">
82
82
  <h2>Properties</h2>
83
83
  <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>
@@ -126,7 +126,7 @@ Should be used with type annotation or static contextType.</p>
126
126
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>timeout</span><a href="#timeout" 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>
127
127
  <div class="tsd-signature">timeout<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Timeout</span><span class="tsd-signature-symbol"> = null</span></div><aside class="tsd-sources">
128
128
  <ul>
129
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/drawer/Drawer.tsx#L54">src/components/ui/drawer/Drawer.tsx:54</a></li></ul></aside></section>
129
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/drawer/Drawer.tsx#L54">src/components/ui/drawer/Drawer.tsx:54</a></li></ul></aside></section>
130
130
  <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>
131
131
  <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>
132
132
  <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>
@@ -256,7 +256,7 @@ the entire component tree to unmount.</p>
256
256
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
257
257
  <p>Overrides Component.componentDidMount</p>
258
258
  <ul>
259
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/drawer/Drawer.tsx#L33">src/components/ui/drawer/Drawer.tsx:33</a></li></ul></aside></li></ul></section>
259
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/drawer/Drawer.tsx#L33">src/components/ui/drawer/Drawer.tsx:33</a></li></ul></aside></li></ul></section>
260
260
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="componentDidUpdate" class="tsd-anchor"></a>
261
261
  <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>
262
262
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -270,7 +270,7 @@ the entire component tree to unmount.</p>
270
270
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
271
271
  <p>Overrides Component.componentDidUpdate</p>
272
272
  <ul>
273
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/drawer/Drawer.tsx#L39">src/components/ui/drawer/Drawer.tsx:39</a></li></ul></aside></li></ul></section>
273
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/drawer/Drawer.tsx#L39">src/components/ui/drawer/Drawer.tsx:39</a></li></ul></aside></li></ul></section>
274
274
  <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>
275
275
  <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>
276
276
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -332,7 +332,7 @@ this from being invoked.</p>
332
332
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
333
333
  <p>Overrides Component.componentWillUnmount</p>
334
334
  <ul>
335
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/drawer/Drawer.tsx#L49">src/components/ui/drawer/Drawer.tsx:49</a></li></ul></aside></li></ul></section>
335
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/drawer/Drawer.tsx#L49">src/components/ui/drawer/Drawer.tsx:49</a></li></ul></aside></li></ul></section>
336
336
  <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>
337
337
  <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>
338
338
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -413,7 +413,7 @@ lifecycle events from running.</p>
413
413
  <li class="tsd-description">
414
414
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
415
415
  <ul>
416
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/drawer/Drawer.tsx#L65">src/components/ui/drawer/Drawer.tsx:65</a></li></ul></aside></li></ul></section>
416
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/drawer/Drawer.tsx#L65">src/components/ui/drawer/Drawer.tsx:65</a></li></ul></aside></li></ul></section>
417
417
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onClose" class="tsd-anchor"></a>
418
418
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>on<wbr/>Close</span><a href="#onClose" 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>
419
419
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -421,7 +421,7 @@ lifecycle events from running.</p>
421
421
  <li class="tsd-description">
422
422
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
423
423
  <ul>
424
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/drawer/Drawer.tsx#L61">src/components/ui/drawer/Drawer.tsx:61</a></li></ul></aside></li></ul></section>
424
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/drawer/Drawer.tsx#L61">src/components/ui/drawer/Drawer.tsx:61</a></li></ul></aside></li></ul></section>
425
425
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onOpen" class="tsd-anchor"></a>
426
426
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</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>
427
427
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -429,7 +429,7 @@ lifecycle events from running.</p>
429
429
  <li class="tsd-description">
430
430
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
431
431
  <ul>
432
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/drawer/Drawer.tsx#L56">src/components/ui/drawer/Drawer.tsx:56</a></li></ul></aside></li></ul></section>
432
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/drawer/Drawer.tsx#L56">src/components/ui/drawer/Drawer.tsx:56</a></li></ul></aside></li></ul></section>
433
433
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="render" class="tsd-anchor"></a>
434
434
  <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>
435
435
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -438,7 +438,7 @@ lifecycle events from running.</p>
438
438
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
439
439
  <p>Overrides Component.render</p>
440
440
  <ul>
441
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/drawer/Drawer.tsx#L69">src/components/ui/drawer/Drawer.tsx:69</a></li></ul></aside></li></ul></section>
441
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/drawer/Drawer.tsx#L69">src/components/ui/drawer/Drawer.tsx:69</a></li></ul></aside></li></ul></section>
442
442
  <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>
443
443
  <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>
444
444
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -510,7 +510,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
510
510
  <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>
511
511
  <div class="tsd-accordion-details">
512
512
  <ul>
513
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</a>
513
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.1</a>
514
514
  <ul>
515
515
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
516
516
  <li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
@@ -1,4 +1,4 @@
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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><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.28.1</title><meta name="description" content="Documentation for react-miui - v0.28.1"/><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
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>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.1</a></div>
10
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>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">react-miui - v0.27.11</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.1</a></li>
16
16
  <li><a href="Pop.html">Pop</a></li></ul>
17
17
  <h1>Class Pop</h1></div>
18
18
  <section class="tsd-panel tsd-comment">
@@ -26,7 +26,7 @@
26
26
  <ul class="tsd-hierarchy">
27
27
  <li><span class="target">Pop</span></li></ul></li></ul></section><aside class="tsd-sources">
28
28
  <ul>
29
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/pop/Pop.tsx#L58">src/components/ui/pop/Pop.tsx:58</a></li></ul></aside>
29
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/pop/Pop.tsx#L58">src/components/ui/pop/Pop.tsx:58</a></li></ul></aside>
30
30
  <section class="tsd-panel-group tsd-index-group">
31
31
  <section class="tsd-panel tsd-index-panel">
32
32
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -83,7 +83,7 @@
83
83
  <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">
84
84
  <p>Overrides Component&lt;Props, State&gt;.constructor</p>
85
85
  <ul>
86
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/pop/Pop.tsx#L59">src/components/ui/pop/Pop.tsx:59</a></li></ul></aside></li></ul></section></section>
86
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/pop/Pop.tsx#L59">src/components/ui/pop/Pop.tsx:59</a></li></ul></aside></li></ul></section></section>
87
87
  <section class="tsd-panel-group tsd-member-group">
88
88
  <h2>Properties</h2>
89
89
  <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>
@@ -126,7 +126,7 @@ Should be used with type annotation or static contextType.</p>
126
126
  <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>
127
127
  <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">
128
128
  <ul>
129
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/pop/Pop.tsx#L79">src/components/ui/pop/Pop.tsx:79</a></li></ul></aside></section>
129
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/pop/Pop.tsx#L79">src/components/ui/pop/Pop.tsx:79</a></li></ul></aside></section>
130
130
  <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>
131
131
  <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>
132
132
  <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">
@@ -137,7 +137,7 @@ Should be used with type annotation or static contextType.</p>
137
137
  <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>
138
138
  <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">
139
139
  <ul>
140
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/pop/Pop.tsx#L77">src/components/ui/pop/Pop.tsx:77</a></li></ul></aside></section>
140
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/pop/Pop.tsx#L77">src/components/ui/pop/Pop.tsx:77</a></li></ul></aside></section>
141
141
  <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>
142
142
  <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>
143
143
  <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>
@@ -283,7 +283,7 @@ the entire component tree to unmount.</p>
283
283
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
284
284
  <p>Overrides Component.componentDidUpdate</p>
285
285
  <ul>
286
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/pop/Pop.tsx#L71">src/components/ui/pop/Pop.tsx:71</a></li></ul></aside></li></ul></section>
286
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/pop/Pop.tsx#L71">src/components/ui/pop/Pop.tsx:71</a></li></ul></aside></li></ul></section>
287
287
  <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>
288
288
  <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>
289
289
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -407,7 +407,7 @@ this from being invoked.</p>
407
407
  <li class="tsd-description">
408
408
  <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">
409
409
  <ul>
410
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/pop/Pop.tsx#L81">src/components/ui/pop/Pop.tsx:81</a></li></ul></aside></li></ul></section>
410
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/pop/Pop.tsx#L81">src/components/ui/pop/Pop.tsx:81</a></li></ul></aside></li></ul></section>
411
411
  <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>
412
412
  <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>
413
413
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -437,7 +437,7 @@ lifecycle events from running.</p>
437
437
  <li class="tsd-description">
438
438
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
439
439
  <ul>
440
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/pop/Pop.tsx#L127">src/components/ui/pop/Pop.tsx:127</a></li></ul></aside></li></ul></section>
440
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/pop/Pop.tsx#L127">src/components/ui/pop/Pop.tsx:127</a></li></ul></aside></li></ul></section>
441
441
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="handleOverlayClick" class="tsd-anchor"></a>
442
442
  <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>
443
443
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -450,7 +450,7 @@ lifecycle events from running.</p>
450
450
  <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>
451
451
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
452
452
  <ul>
453
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/pop/Pop.tsx#L121">src/components/ui/pop/Pop.tsx:121</a></li></ul></aside></li></ul></section>
453
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/pop/Pop.tsx#L121">src/components/ui/pop/Pop.tsx:121</a></li></ul></aside></li></ul></section>
454
454
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onOpen" class="tsd-anchor"></a>
455
455
  <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>
456
456
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -458,7 +458,7 @@ lifecycle events from running.</p>
458
458
  <li class="tsd-description">
459
459
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
460
460
  <ul>
461
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/pop/Pop.tsx#L98">src/components/ui/pop/Pop.tsx:98</a></li></ul></aside></li></ul></section>
461
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/pop/Pop.tsx#L98">src/components/ui/pop/Pop.tsx:98</a></li></ul></aside></li></ul></section>
462
462
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="render" class="tsd-anchor"></a>
463
463
  <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>
464
464
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -467,7 +467,7 @@ lifecycle events from running.</p>
467
467
  <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">
468
468
  <p>Overrides Component.render</p>
469
469
  <ul>
470
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/ui/pop/Pop.tsx#L131">src/components/ui/pop/Pop.tsx:131</a></li></ul></aside></li></ul></section>
470
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbcd3dd/src/components/ui/pop/Pop.tsx#L131">src/components/ui/pop/Pop.tsx:131</a></li></ul></aside></li></ul></section>
471
471
  <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>
472
472
  <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>
473
473
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -539,7 +539,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
539
539
  <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>
540
540
  <div class="tsd-accordion-details">
541
541
  <ul>
542
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</a>
542
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.1</a>
543
543
  <ul>
544
544
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
545
545
  <li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>