react-miui 0.23.7 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (228) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/components/form/Select.styled.d.ts +2 -0
  3. package/dist/components/form/Select.styled.d.ts.map +1 -1
  4. package/dist/components/form/input/Input.styled.d.ts +8 -0
  5. package/dist/components/form/input/Input.styled.d.ts.map +1 -1
  6. package/dist/components/form/textarea/TextArea.styled.d.ts +2 -0
  7. package/dist/components/form/textarea/TextArea.styled.d.ts.map +1 -1
  8. package/dist/components/layout/header/Header.styled.d.ts +8 -0
  9. package/dist/components/layout/header/Header.styled.d.ts.map +1 -1
  10. package/dist/components/layout/header/HeaderIconAction.styled.d.ts +6 -0
  11. package/dist/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
  12. package/dist/components/layout/header/StickyHeader.styled.d.ts +4 -0
  13. package/dist/components/layout/header/StickyHeader.styled.d.ts.map +1 -1
  14. package/dist/components/layout/list/Header.d.ts +4 -0
  15. package/dist/components/layout/list/Header.d.ts.map +1 -1
  16. package/dist/components/layout/list/Item.d.ts +2 -0
  17. package/dist/components/layout/list/Item.d.ts.map +1 -1
  18. package/dist/components/layout/list/Label.d.ts +2 -0
  19. package/dist/components/layout/list/Label.d.ts.map +1 -1
  20. package/dist/components/layout/list/List.d.ts +2 -0
  21. package/dist/components/layout/list/List.d.ts.map +1 -1
  22. package/dist/components/layout/list/Value.d.ts +2 -0
  23. package/dist/components/layout/list/Value.d.ts.map +1 -1
  24. package/dist/components/layout/section/Section.d.ts +2 -0
  25. package/dist/components/layout/section/Section.d.ts.map +1 -1
  26. package/dist/components/layout/section/SectionContainer.d.ts +2 -0
  27. package/dist/components/layout/section/SectionContainer.d.ts.map +1 -1
  28. package/dist/components/native/index.d.ts +2 -0
  29. package/dist/components/native/index.d.ts.map +1 -1
  30. package/dist/components/ui/action/Action.styled.d.ts +6 -0
  31. package/dist/components/ui/action/Action.styled.d.ts.map +1 -1
  32. package/dist/components/ui/button/Button.styled.d.ts +2 -0
  33. package/dist/components/ui/button/Button.styled.d.ts.map +1 -1
  34. package/dist/components/ui/message/Message.d.ts +2 -0
  35. package/dist/components/ui/message/Message.d.ts.map +1 -1
  36. package/dist/components/ui/message/Message.styled.d.ts +2 -0
  37. package/dist/components/ui/message/Message.styled.d.ts.map +1 -1
  38. package/dist/components/ui/modal/Modal.styled.d.ts +8 -0
  39. package/dist/components/ui/modal/Modal.styled.d.ts.map +1 -1
  40. package/dist/components/ui/modal/ModalButtons.styled.d.ts +4 -0
  41. package/dist/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
  42. package/dist/components/ui/pop/Pop.d.ts.map +1 -1
  43. package/dist/components/ui/pop/Pop.js +3 -8
  44. package/dist/components/ui/pop/Pop.js.map +1 -1
  45. package/dist/components/ui/pop/Pop.stories.d.ts +8 -0
  46. package/dist/components/ui/pop/Pop.stories.d.ts.map +1 -0
  47. package/dist/components/ui/pop/Pop.stories.js +91 -0
  48. package/dist/components/ui/pop/Pop.stories.js.map +1 -0
  49. package/dist/components/ui/pop/Pop.styled.d.ts +494 -0
  50. package/dist/components/ui/pop/Pop.styled.d.ts.map +1 -0
  51. package/dist/components/ui/pop/Pop.styled.js +61 -0
  52. package/dist/components/ui/pop/Pop.styled.js.map +1 -0
  53. package/dist/components/ui/pop/PopOption.d.ts.map +1 -1
  54. package/dist/components/ui/pop/PopOption.js +5 -6
  55. package/dist/components/ui/pop/PopOption.js.map +1 -1
  56. package/dist/components/ui/progress/Progress.d.ts +13 -0
  57. package/dist/components/ui/progress/Progress.d.ts.map +1 -0
  58. package/dist/components/ui/progress/Progress.js +43 -0
  59. package/dist/components/ui/progress/Progress.js.map +1 -0
  60. package/dist/components/ui/progress/Progress.stories.d.ts +9 -0
  61. package/dist/components/ui/progress/Progress.stories.d.ts.map +1 -0
  62. package/dist/components/ui/progress/Progress.stories.js +36 -0
  63. package/dist/components/ui/progress/Progress.stories.js.map +1 -0
  64. package/dist/components/ui/progress/Progress.styled.d.ts +252 -0
  65. package/dist/components/ui/progress/Progress.styled.d.ts.map +1 -0
  66. package/dist/components/ui/progress/Progress.styled.js +49 -0
  67. package/dist/components/ui/progress/Progress.styled.js.map +1 -0
  68. package/dist/index.d.ts +1 -0
  69. package/dist/index.d.ts.map +1 -1
  70. package/dist/index.js +1 -0
  71. package/dist/index.js.map +1 -1
  72. package/dist/theme.d.ts +20 -0
  73. package/dist/theme.d.ts.map +1 -1
  74. package/dist/theme.js +3 -1
  75. package/dist/theme.js.map +1 -1
  76. package/docs/assets/search.js +1 -1
  77. package/docs/classes/Drawer.html +14 -14
  78. package/docs/classes/Pop.html +18 -14
  79. package/docs/classes/ToasterProvider.html +10 -10
  80. package/docs/enums/ICON.html +14 -14
  81. package/docs/functions/Action.html +8 -5
  82. package/docs/functions/Button.html +8 -5
  83. package/docs/functions/Card.html +8 -5
  84. package/docs/functions/Checkbox.html +8 -5
  85. package/docs/functions/Choice.html +9 -6
  86. package/docs/functions/CoveringLoader.html +8 -5
  87. package/docs/functions/DirectionPad.html +8 -5
  88. package/docs/functions/EqualActions.html +8 -5
  89. package/docs/functions/FullLoader.html +8 -5
  90. package/docs/functions/HandleEsc.html +8 -5
  91. package/docs/functions/Header.html +8 -5
  92. package/docs/functions/HeaderIconAction.html +8 -5
  93. package/docs/functions/Icon-1.html +8 -5
  94. package/docs/functions/If.html +8 -5
  95. package/docs/functions/Input.html +9 -6
  96. package/docs/functions/KeyValue.html +8 -5
  97. package/docs/functions/Label.html +8 -5
  98. package/docs/functions/List-1.html +8 -5
  99. package/docs/functions/Loader.html +8 -5
  100. package/docs/functions/Loading.html +8 -5
  101. package/docs/functions/Message.html +8 -5
  102. package/docs/functions/Modal-1.html +8 -5
  103. package/docs/functions/ModalButtons.html +8 -5
  104. package/docs/functions/PopLoader.html +8 -5
  105. package/docs/functions/PopOption.html +8 -5
  106. package/docs/functions/Progress.html +117 -0
  107. package/docs/functions/SearchContainer.html +8 -5
  108. package/docs/functions/Section.html +8 -5
  109. package/docs/functions/Select.html +8 -5
  110. package/docs/functions/Selector.html +9 -6
  111. package/docs/functions/Spacer.html +8 -5
  112. package/docs/functions/Stats.html +8 -5
  113. package/docs/functions/StickyHeader.html +8 -5
  114. package/docs/functions/Table.html +8 -5
  115. package/docs/functions/TextArea.html +8 -5
  116. package/docs/functions/Toggle.html +8 -5
  117. package/docs/functions/getCssText.html +8 -5
  118. package/docs/functions/styled.html +8 -5
  119. package/docs/functions/useToaster.html +9 -6
  120. package/docs/index.html +8 -5
  121. package/docs/interfaces/ActionProps.html +13 -13
  122. package/docs/interfaces/ChoiceProps.html +11 -11
  123. package/docs/interfaces/IconProps.html +7 -7
  124. package/docs/interfaces/InputCustomProps.html +10 -10
  125. package/docs/interfaces/StickyHeaderProps.html +9 -9
  126. package/docs/modules/List.html +7 -7
  127. package/docs/modules/Modal.html +6 -6
  128. package/docs/modules.html +11 -5
  129. package/docs/pages/tutorials/Test.html +8 -5
  130. package/docs/types/InputProps.html +9 -6
  131. package/docs/types/ThemeCSS.html +9 -6
  132. package/docs/variables/BackgroundClassName.html +103 -0
  133. package/docs/variables/List.Header.html +5 -5
  134. package/docs/variables/List.Item.html +5 -5
  135. package/docs/variables/Modal.RemovePadding.html +5 -5
  136. package/docs/variables/ValueClassName.html +103 -0
  137. package/docs/variables/cssReset.html +9 -6
  138. package/docs/variables/miuiScrollbars.html +9 -6
  139. package/esm/components/form/Select.styled.d.ts +2 -0
  140. package/esm/components/form/Select.styled.d.ts.map +1 -1
  141. package/esm/components/form/input/Input.styled.d.ts +8 -0
  142. package/esm/components/form/input/Input.styled.d.ts.map +1 -1
  143. package/esm/components/form/textarea/TextArea.styled.d.ts +2 -0
  144. package/esm/components/form/textarea/TextArea.styled.d.ts.map +1 -1
  145. package/esm/components/layout/header/Header.styled.d.ts +8 -0
  146. package/esm/components/layout/header/Header.styled.d.ts.map +1 -1
  147. package/esm/components/layout/header/HeaderIconAction.styled.d.ts +6 -0
  148. package/esm/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
  149. package/esm/components/layout/header/StickyHeader.styled.d.ts +4 -0
  150. package/esm/components/layout/header/StickyHeader.styled.d.ts.map +1 -1
  151. package/esm/components/layout/list/Header.d.ts +4 -0
  152. package/esm/components/layout/list/Header.d.ts.map +1 -1
  153. package/esm/components/layout/list/Item.d.ts +2 -0
  154. package/esm/components/layout/list/Item.d.ts.map +1 -1
  155. package/esm/components/layout/list/Label.d.ts +2 -0
  156. package/esm/components/layout/list/Label.d.ts.map +1 -1
  157. package/esm/components/layout/list/List.d.ts +2 -0
  158. package/esm/components/layout/list/List.d.ts.map +1 -1
  159. package/esm/components/layout/list/Value.d.ts +2 -0
  160. package/esm/components/layout/list/Value.d.ts.map +1 -1
  161. package/esm/components/layout/section/Section.d.ts +2 -0
  162. package/esm/components/layout/section/Section.d.ts.map +1 -1
  163. package/esm/components/layout/section/SectionContainer.d.ts +2 -0
  164. package/esm/components/layout/section/SectionContainer.d.ts.map +1 -1
  165. package/esm/components/native/index.d.ts +2 -0
  166. package/esm/components/native/index.d.ts.map +1 -1
  167. package/esm/components/ui/action/Action.styled.d.ts +6 -0
  168. package/esm/components/ui/action/Action.styled.d.ts.map +1 -1
  169. package/esm/components/ui/button/Button.styled.d.ts +2 -0
  170. package/esm/components/ui/button/Button.styled.d.ts.map +1 -1
  171. package/esm/components/ui/message/Message.d.ts +2 -0
  172. package/esm/components/ui/message/Message.d.ts.map +1 -1
  173. package/esm/components/ui/message/Message.styled.d.ts +2 -0
  174. package/esm/components/ui/message/Message.styled.d.ts.map +1 -1
  175. package/esm/components/ui/modal/Modal.styled.d.ts +8 -0
  176. package/esm/components/ui/modal/Modal.styled.d.ts.map +1 -1
  177. package/esm/components/ui/modal/ModalButtons.styled.d.ts +4 -0
  178. package/esm/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
  179. package/esm/components/ui/pop/Pop.d.ts.map +1 -1
  180. package/esm/components/ui/pop/Pop.js +3 -5
  181. package/esm/components/ui/pop/Pop.js.map +1 -1
  182. package/esm/components/ui/pop/Pop.stories.d.ts +8 -0
  183. package/esm/components/ui/pop/Pop.stories.d.ts.map +1 -0
  184. package/esm/components/ui/pop/Pop.stories.js +65 -0
  185. package/esm/components/ui/pop/Pop.stories.js.map +1 -0
  186. package/esm/components/ui/pop/Pop.styled.d.ts +494 -0
  187. package/esm/components/ui/pop/Pop.styled.d.ts.map +1 -0
  188. package/esm/components/ui/pop/Pop.styled.js +53 -0
  189. package/esm/components/ui/pop/Pop.styled.js.map +1 -0
  190. package/esm/components/ui/pop/PopOption.d.ts.map +1 -1
  191. package/esm/components/ui/pop/PopOption.js +5 -6
  192. package/esm/components/ui/pop/PopOption.js.map +1 -1
  193. package/esm/components/ui/progress/Progress.d.ts +13 -0
  194. package/esm/components/ui/progress/Progress.d.ts.map +1 -0
  195. package/esm/components/ui/progress/Progress.js +24 -0
  196. package/esm/components/ui/progress/Progress.js.map +1 -0
  197. package/esm/components/ui/progress/Progress.stories.d.ts +9 -0
  198. package/esm/components/ui/progress/Progress.stories.d.ts.map +1 -0
  199. package/esm/components/ui/progress/Progress.stories.js +29 -0
  200. package/esm/components/ui/progress/Progress.stories.js.map +1 -0
  201. package/esm/components/ui/progress/Progress.styled.d.ts +252 -0
  202. package/esm/components/ui/progress/Progress.styled.d.ts.map +1 -0
  203. package/esm/components/ui/progress/Progress.styled.js +44 -0
  204. package/esm/components/ui/progress/Progress.styled.js.map +1 -0
  205. package/esm/index.d.ts +1 -0
  206. package/esm/index.d.ts.map +1 -1
  207. package/esm/index.js +1 -0
  208. package/esm/index.js.map +1 -1
  209. package/esm/theme.d.ts +20 -0
  210. package/esm/theme.d.ts.map +1 -1
  211. package/esm/theme.js +3 -1
  212. package/esm/theme.js.map +1 -1
  213. package/package.json +10 -9
  214. package/pnpm-lock.yaml +2066 -2494
  215. package/src/components/ui/pop/Pop.stories.tsx +102 -0
  216. package/src/components/ui/pop/Pop.styled.ts +68 -0
  217. package/src/components/ui/pop/Pop.tsx +12 -10
  218. package/src/components/ui/pop/PopOption.tsx +6 -8
  219. package/src/components/ui/progress/Progress.stories.tsx +46 -0
  220. package/src/components/ui/progress/Progress.styled.ts +56 -0
  221. package/src/components/ui/progress/Progress.tsx +68 -0
  222. package/src/demo/componentsMap.ts +0 -5
  223. package/src/index.ts +1 -0
  224. package/src/theme.ts +3 -1
  225. package/dist/components/ui/pop/Pop.module.scss +0 -60
  226. package/esm/components/ui/pop/Pop.module.scss +0 -60
  227. package/src/components/ui/pop/Pop.module.scss +0 -60
  228. package/src/demo/components/ui/pop/Pop.tsx +0 -77
@@ -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\":64,\"name\":\"getCssText\",\"url\":\"functions/getCssText.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"styled\",\"url\":\"functions/styled.html\",\"classes\":\"tsd-kind-function\"},{\"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\":\"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\":256,\"name\":\"ActionProps\",\"url\":\"interfaces/ActionProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"href\",\"url\":\"interfaces/ActionProps.html#href\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/ActionProps.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"Link\",\"url\":\"interfaces/ActionProps.html#Link\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"onClick\",\"url\":\"interfaces/ActionProps.html#onClick\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ActionProps.html#onClick.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ActionProps.onClick\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"interfaces/ActionProps.html#icon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/ActionProps.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"className\",\"url\":\"interfaces/ActionProps.html#className\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"css\",\"url\":\"interfaces/ActionProps.html#css\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"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\":\"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\":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\":\"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\":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,43.652]],[\"comment/0\",[]],[\"name/1\",[1,43.652]],[\"comment/1\",[]],[\"name/2\",[2,43.652]],[\"comment/2\",[]],[\"name/3\",[3,43.652]],[\"comment/3\",[]],[\"name/4\",[4,43.652]],[\"comment/4\",[]],[\"name/5\",[5,43.652]],[\"comment/5\",[]],[\"name/6\",[6,43.652]],[\"comment/6\",[]],[\"name/7\",[7,43.652]],[\"comment/7\",[]],[\"name/8\",[8,38.544]],[\"comment/8\",[]],[\"name/9\",[9,43.652]],[\"comment/9\",[]],[\"name/10\",[10,35.179]],[\"comment/10\",[]],[\"name/11\",[11,32.666]],[\"comment/11\",[]],[\"name/12\",[12,43.652]],[\"comment/12\",[]],[\"name/13\",[13,43.652]],[\"comment/13\",[]],[\"name/14\",[14,38.544]],[\"comment/14\",[]],[\"name/15\",[15,43.652]],[\"comment/15\",[]],[\"name/16\",[16,43.652]],[\"comment/16\",[]],[\"name/17\",[17,43.652]],[\"comment/17\",[]],[\"name/18\",[18,43.652]],[\"comment/18\",[]],[\"name/19\",[19,43.652]],[\"comment/19\",[]],[\"name/20\",[20,43.652]],[\"comment/20\",[]],[\"name/21\",[21,38.544]],[\"comment/21\",[]],[\"name/22\",[22,43.652]],[\"comment/22\",[]],[\"name/23\",[23,43.652]],[\"comment/23\",[]],[\"name/24\",[24,43.652]],[\"comment/24\",[]],[\"name/25\",[25,43.652]],[\"comment/25\",[]],[\"name/26\",[10,35.179]],[\"comment/26\",[]],[\"name/27\",[26,35.179]],[\"comment/27\",[]],[\"name/28\",[26,35.179]],[\"comment/28\",[]],[\"name/29\",[27,43.652]],[\"comment/29\",[]],[\"name/30\",[28,43.652]],[\"comment/30\",[]],[\"name/31\",[29,43.652]],[\"comment/31\",[]],[\"name/32\",[30,43.652]],[\"comment/32\",[]],[\"name/33\",[31,43.652]],[\"comment/33\",[]],[\"name/34\",[32,43.652]],[\"comment/34\",[]],[\"name/35\",[33,43.652]],[\"comment/35\",[]],[\"name/36\",[34,43.652]],[\"comment/36\",[]],[\"name/37\",[35,43.652]],[\"comment/37\",[]],[\"name/38\",[36,43.652]],[\"comment/38\",[]],[\"name/39\",[8,38.544]],[\"comment/39\",[]],[\"name/40\",[11,32.666]],[\"comment/40\",[]],[\"name/41\",[37,43.652]],[\"comment/41\",[]],[\"name/42\",[38,38.544]],[\"comment/42\",[]],[\"name/43\",[39,43.652]],[\"comment/43\",[]],[\"name/44\",[40,43.652]],[\"comment/44\",[]],[\"name/45\",[41,43.652]],[\"comment/45\",[]],[\"name/46\",[42,43.652]],[\"comment/46\",[]],[\"name/47\",[11,32.666]],[\"comment/47\",[]],[\"name/48\",[43,43.652]],[\"comment/48\",[]],[\"name/49\",[21,38.544]],[\"comment/49\",[]],[\"name/50\",[44,38.544]],[\"comment/50\",[]],[\"name/51\",[44,38.544]],[\"comment/51\",[]],[\"name/52\",[38,38.544]],[\"comment/52\",[]],[\"name/53\",[45,43.652]],[\"comment/53\",[]],[\"name/54\",[46,43.652]],[\"comment/54\",[]],[\"name/55\",[47,43.652]],[\"comment/55\",[]],[\"name/56\",[48,43.652]],[\"comment/56\",[]],[\"name/57\",[49,43.652]],[\"comment/57\",[]],[\"name/58\",[50,43.652]],[\"comment/58\",[]],[\"name/59\",[51,43.652]],[\"comment/59\",[]],[\"name/60\",[52,43.652]],[\"comment/60\",[]],[\"name/61\",[53,43.652]],[\"comment/61\",[]],[\"name/62\",[54,43.652]],[\"comment/62\",[]],[\"name/63\",[10,35.179]],[\"comment/63\",[]],[\"name/64\",[26,35.179]],[\"comment/64\",[]],[\"name/65\",[14,38.544]],[\"comment/65\",[]],[\"name/66\",[11,32.666]],[\"comment/66\",[]],[\"name/67\",[55,43.652]],[\"comment/67\",[]],[\"name/68\",[56,43.652]],[\"comment/68\",[]],[\"name/69\",[57,43.652]],[\"comment/69\",[]],[\"name/70\",[58,43.652]],[\"comment/70\",[]],[\"name/71\",[59,43.652]],[\"comment/71\",[]],[\"name/72\",[60,35.179]],[\"comment/72\",[]],[\"name/73\",[61,43.652]],[\"comment/73\",[]],[\"name/74\",[62,38.544]],[\"comment/74\",[]],[\"name/75\",[63,43.652]],[\"comment/75\",[]],[\"name/76\",[64,43.652]],[\"comment/76\",[]],[\"name/77\",[65,38.544]],[\"comment/77\",[]],[\"name/78\",[66,43.652]],[\"comment/78\",[]],[\"name/79\",[67,35.179]],[\"comment/79\",[]],[\"name/80\",[68,35.179]],[\"comment/80\",[]],[\"name/81\",[69,43.652]],[\"comment/81\",[]],[\"name/82\",[70,43.652]],[\"comment/82\",[]],[\"name/83\",[71,43.652]],[\"comment/83\",[]],[\"name/84\",[72,43.652]],[\"comment/84\",[]],[\"name/85\",[73,43.652]],[\"comment/85\",[]],[\"name/86\",[74,43.652]],[\"comment/86\",[]],[\"name/87\",[75,43.652]],[\"comment/87\",[]],[\"name/88\",[76,38.544]],[\"comment/88\",[]],[\"name/89\",[76,38.544]],[\"comment/89\",[]],[\"name/90\",[77,43.652]],[\"comment/90\",[]],[\"name/91\",[78,43.652]],[\"comment/91\",[]],[\"name/92\",[79,43.652]],[\"comment/92\",[]],[\"name/93\",[80,43.652]],[\"comment/93\",[]],[\"name/94\",[60,35.179]],[\"comment/94\",[]],[\"name/95\",[62,38.544]],[\"comment/95\",[]],[\"name/96\",[81,43.652]],[\"comment/96\",[]],[\"name/97\",[82,43.652]],[\"comment/97\",[]],[\"name/98\",[65,38.544]],[\"comment/98\",[]],[\"name/99\",[83,43.652]],[\"comment/99\",[]],[\"name/100\",[67,35.179]],[\"comment/100\",[]],[\"name/101\",[68,35.179]],[\"comment/101\",[]],[\"name/102\",[84,43.652]],[\"comment/102\",[]],[\"name/103\",[85,43.652]],[\"comment/103\",[]],[\"name/104\",[86,43.652]],[\"comment/104\",[]],[\"name/105\",[87,43.652]],[\"comment/105\",[]],[\"name/106\",[60,35.179]],[\"comment/106\",[]],[\"name/107\",[88,43.652]],[\"comment/107\",[]],[\"name/108\",[89,43.652]],[\"comment/108\",[]],[\"name/109\",[90,43.652]],[\"comment/109\",[]],[\"name/110\",[68,35.179]],[\"comment/110\",[]],[\"name/111\",[91,43.652]],[\"comment/111\",[]],[\"name/112\",[67,35.179]],[\"comment/112\",[]],[\"name/113\",[92,43.652]],[\"comment/113\",[]],[\"name/114\",[93,43.652]],[\"comment/114\",[]],[\"name/115\",[94,43.652]],[\"comment/115\",[]],[\"name/116\",[95,43.652]],[\"comment/116\",[]]],\"invertedIndex\":[[\"__dangerouslydisablechildrenguard\",{\"_index\":43,\"name\":{\"48\":{}},\"comment\":{}}],[\"__type\",{\"_index\":10,\"name\":{\"10\":{},\"26\":{},\"63\":{}},\"comment\":{}}],[\"_add\",{\"_index\":88,\"name\":{\"107\":{}},\"comment\":{}}],[\"_handleremove\",{\"_index\":89,\"name\":{\"108\":{}},\"comment\":{}}],[\"_removealltoasts\",{\"_index\":90,\"name\":{\"109\":{}},\"comment\":{}}],[\"action\",{\"_index\":49,\"name\":{\"57\":{}},\"comment\":{}}],[\"actionprops\",{\"_index\":50,\"name\":{\"58\":{}},\"comment\":{}}],[\"back\",{\"_index\":28,\"name\":{\"30\":{}},\"comment\":{}}],[\"battery\",{\"_index\":31,\"name\":{\"33\":{}},\"comment\":{}}],[\"button\",{\"_index\":57,\"name\":{\"69\":{}},\"comment\":{}}],[\"card\",{\"_index\":37,\"name\":{\"41\":{}},\"comment\":{}}],[\"checkbox\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"checkmark\",{\"_index\":27,\"name\":{\"29\":{}},\"comment\":{}}],[\"children\",{\"_index\":21,\"name\":{\"21\":{},\"49\":{}},\"comment\":{}}],[\"choice\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"choiceprops\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"classname\",{\"_index\":11,\"name\":{\"11\":{},\"40\":{},\"47\":{},\"66\":{}},\"comment\":{}}],[\"componentdidmount\",{\"_index\":61,\"name\":{\"73\":{}},\"comment\":{}}],[\"componentdidupdate\",{\"_index\":62,\"name\":{\"74\":{},\"95\":{}},\"comment\":{}}],[\"componentwillunmount\",{\"_index\":63,\"name\":{\"75\":{}},\"comment\":{}}],[\"config\",{\"_index\":34,\"name\":{\"36\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":60,\"name\":{\"72\":{},\"94\":{},\"106\":{}},\"comment\":{}}],[\"coveringloader\",{\"_index\":70,\"name\":{\"82\":{}},\"comment\":{}}],[\"css\",{\"_index\":55,\"name\":{\"67\":{}},\"comment\":{}}],[\"cssreset\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"directionpad\",{\"_index\":58,\"name\":{\"70\":{}},\"comment\":{}}],[\"dots\",{\"_index\":35,\"name\":{\"37\":{}},\"comment\":{}}],[\"drawer\",{\"_index\":59,\"name\":{\"71\":{}},\"comment\":{}}],[\"equalactions\",{\"_index\":56,\"name\":{\"68\":{}},\"comment\":{}}],[\"forward\",{\"_index\":29,\"name\":{\"31\":{}},\"comment\":{}}],[\"fullloader\",{\"_index\":71,\"name\":{\"83\":{}},\"comment\":{}}],[\"getanchorelement\",{\"_index\":82,\"name\":{\"97\":{}},\"comment\":{}}],[\"getcsstext\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"handleesc\",{\"_index\":67,\"name\":{\"79\":{},\"100\":{},\"112\":{}},\"comment\":{}}],[\"handleoverlayclick\",{\"_index\":83,\"name\":{\"99\":{}},\"comment\":{}}],[\"header\",{\"_index\":38,\"name\":{\"42\":{},\"52\":{}},\"comment\":{}}],[\"headericonaction\",{\"_index\":39,\"name\":{\"43\":{}},\"comment\":{}}],[\"heart\",{\"_index\":32,\"name\":{\"34\":{}},\"comment\":{}}],[\"href\",{\"_index\":51,\"name\":{\"59\":{}},\"comment\":{}}],[\"icon\",{\"_index\":26,\"name\":{\"27\":{},\"28\":{},\"64\":{}},\"comment\":{}}],[\"iconprops\",{\"_index\":36,\"name\":{\"38\":{}},\"comment\":{}}],[\"if\",{\"_index\":92,\"name\":{\"113\":{}},\"comment\":{}}],[\"input\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"inputcustomprops\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"inputprops\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"item\",{\"_index\":45,\"name\":{\"53\":{}},\"comment\":{}}],[\"keyvalue\",{\"_index\":69,\"name\":{\"81\":{}},\"comment\":{}}],[\"label\",{\"_index\":14,\"name\":{\"14\":{},\"65\":{}},\"comment\":{}}],[\"link\",{\"_index\":53,\"name\":{\"61\":{}},\"comment\":{}}],[\"list\",{\"_index\":44,\"name\":{\"50\":{},\"51\":{}},\"comment\":{}}],[\"loader\",{\"_index\":72,\"name\":{\"84\":{}},\"comment\":{}}],[\"loading\",{\"_index\":73,\"name\":{\"85\":{}},\"comment\":{}}],[\"message\",{\"_index\":75,\"name\":{\"87\":{}},\"comment\":{}}],[\"miuiscrollbars\",{\"_index\":94,\"name\":{\"115\":{}},\"comment\":{}}],[\"modal\",{\"_index\":76,\"name\":{\"88\":{},\"89\":{}},\"comment\":{}}],[\"modalbuttons\",{\"_index\":78,\"name\":{\"91\":{}},\"comment\":{}}],[\"name\",{\"_index\":8,\"name\":{\"8\":{},\"39\":{}},\"comment\":{}}],[\"onchange\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"onclick\",{\"_index\":54,\"name\":{\"62\":{}},\"comment\":{}}],[\"onclose\",{\"_index\":66,\"name\":{\"78\":{}},\"comment\":{}}],[\"onopen\",{\"_index\":65,\"name\":{\"77\":{},\"98\":{}},\"comment\":{}}],[\"onsuggestionmatch\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"option\",{\"_index\":80,\"name\":{\"93\":{}},\"comment\":{}}],[\"pop\",{\"_index\":79,\"name\":{\"92\":{}},\"comment\":{}}],[\"poploader\",{\"_index\":74,\"name\":{\"86\":{}},\"comment\":{}}],[\"popoption\",{\"_index\":84,\"name\":{\"102\":{}},\"comment\":{}}],[\"position\",{\"_index\":42,\"name\":{\"46\":{}},\"comment\":{}}],[\"prefix\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"removepadding\",{\"_index\":77,\"name\":{\"90\":{}},\"comment\":{}}],[\"render\",{\"_index\":68,\"name\":{\"80\":{},\"101\":{},\"110\":{}},\"comment\":{}}],[\"rootref\",{\"_index\":81,\"name\":{\"96\":{}},\"comment\":{}}],[\"search\",{\"_index\":30,\"name\":{\"32\":{}},\"comment\":{}}],[\"searchcontainer\",{\"_index\":46,\"name\":{\"54\":{}},\"comment\":{}}],[\"section\",{\"_index\":47,\"name\":{\"55\":{}},\"comment\":{}}],[\"select\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"selector\",{\"_index\":86,\"name\":{\"104\":{}},\"comment\":{}}],[\"spacer\",{\"_index\":93,\"name\":{\"114\":{}},\"comment\":{}}],[\"stats\",{\"_index\":85,\"name\":{\"103\":{}},\"comment\":{}}],[\"stickyheader\",{\"_index\":40,\"name\":{\"44\":{}},\"comment\":{}}],[\"stickyheaderprops\",{\"_index\":41,\"name\":{\"45\":{}},\"comment\":{}}],[\"styled\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"suffix\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"suggestions\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"table\",{\"_index\":48,\"name\":{\"56\":{}},\"comment\":{}}],[\"test\",{\"_index\":95,\"name\":{\"116\":{}},\"comment\":{}}],[\"textarea\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"themecss\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"timeout\",{\"_index\":64,\"name\":{\"76\":{}},\"comment\":{}}],[\"to\",{\"_index\":52,\"name\":{\"60\":{}},\"comment\":{}}],[\"toasterprovider\",{\"_index\":87,\"name\":{\"105\":{}},\"comment\":{}}],[\"toggle\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"trash\",{\"_index\":33,\"name\":{\"35\":{}},\"comment\":{}}],[\"usetoaster\",{\"_index\":91,\"name\":{\"111\":{}},\"comment\":{}}],[\"value\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"values\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"variant\",{\"_index\":12,\"name\":{\"12\":{}},\"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\":64,\"name\":\"getCssText\",\"url\":\"functions/getCssText.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"styled\",\"url\":\"functions/styled.html\",\"classes\":\"tsd-kind-function\"},{\"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\":\"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\":256,\"name\":\"ActionProps\",\"url\":\"interfaces/ActionProps.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"href\",\"url\":\"interfaces/ActionProps.html#href\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/ActionProps.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"Link\",\"url\":\"interfaces/ActionProps.html#Link\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"onClick\",\"url\":\"interfaces/ActionProps.html#onClick\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ActionProps.html#onClick.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ActionProps.onClick\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"interfaces/ActionProps.html#icon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/ActionProps.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"className\",\"url\":\"interfaces/ActionProps.html#className\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"kind\":1024,\"name\":\"css\",\"url\":\"interfaces/ActionProps.html#css\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ActionProps\"},{\"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\":\"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\":32,\"name\":\"BackgroundClassName\",\"url\":\"variables/BackgroundClassName.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"ValueClassName\",\"url\":\"variables/ValueClassName.html\",\"classes\":\"tsd-kind-variable\"},{\"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\":\"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\":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,43.903]],[\"comment/0\",[]],[\"name/1\",[1,43.903]],[\"comment/1\",[]],[\"name/2\",[2,43.903]],[\"comment/2\",[]],[\"name/3\",[3,43.903]],[\"comment/3\",[]],[\"name/4\",[4,43.903]],[\"comment/4\",[]],[\"name/5\",[5,43.903]],[\"comment/5\",[]],[\"name/6\",[6,43.903]],[\"comment/6\",[]],[\"name/7\",[7,43.903]],[\"comment/7\",[]],[\"name/8\",[8,38.795]],[\"comment/8\",[]],[\"name/9\",[9,43.903]],[\"comment/9\",[]],[\"name/10\",[10,35.43]],[\"comment/10\",[]],[\"name/11\",[11,32.917]],[\"comment/11\",[]],[\"name/12\",[12,43.903]],[\"comment/12\",[]],[\"name/13\",[13,43.903]],[\"comment/13\",[]],[\"name/14\",[14,38.795]],[\"comment/14\",[]],[\"name/15\",[15,43.903]],[\"comment/15\",[]],[\"name/16\",[16,43.903]],[\"comment/16\",[]],[\"name/17\",[17,43.903]],[\"comment/17\",[]],[\"name/18\",[18,43.903]],[\"comment/18\",[]],[\"name/19\",[19,43.903]],[\"comment/19\",[]],[\"name/20\",[20,43.903]],[\"comment/20\",[]],[\"name/21\",[21,38.795]],[\"comment/21\",[]],[\"name/22\",[22,43.903]],[\"comment/22\",[]],[\"name/23\",[23,43.903]],[\"comment/23\",[]],[\"name/24\",[24,43.903]],[\"comment/24\",[]],[\"name/25\",[25,43.903]],[\"comment/25\",[]],[\"name/26\",[10,35.43]],[\"comment/26\",[]],[\"name/27\",[26,35.43]],[\"comment/27\",[]],[\"name/28\",[26,35.43]],[\"comment/28\",[]],[\"name/29\",[27,43.903]],[\"comment/29\",[]],[\"name/30\",[28,43.903]],[\"comment/30\",[]],[\"name/31\",[29,43.903]],[\"comment/31\",[]],[\"name/32\",[30,43.903]],[\"comment/32\",[]],[\"name/33\",[31,43.903]],[\"comment/33\",[]],[\"name/34\",[32,43.903]],[\"comment/34\",[]],[\"name/35\",[33,43.903]],[\"comment/35\",[]],[\"name/36\",[34,43.903]],[\"comment/36\",[]],[\"name/37\",[35,43.903]],[\"comment/37\",[]],[\"name/38\",[36,43.903]],[\"comment/38\",[]],[\"name/39\",[8,38.795]],[\"comment/39\",[]],[\"name/40\",[11,32.917]],[\"comment/40\",[]],[\"name/41\",[37,43.903]],[\"comment/41\",[]],[\"name/42\",[38,38.795]],[\"comment/42\",[]],[\"name/43\",[39,43.903]],[\"comment/43\",[]],[\"name/44\",[40,43.903]],[\"comment/44\",[]],[\"name/45\",[41,43.903]],[\"comment/45\",[]],[\"name/46\",[42,43.903]],[\"comment/46\",[]],[\"name/47\",[11,32.917]],[\"comment/47\",[]],[\"name/48\",[43,43.903]],[\"comment/48\",[]],[\"name/49\",[21,38.795]],[\"comment/49\",[]],[\"name/50\",[44,38.795]],[\"comment/50\",[]],[\"name/51\",[44,38.795]],[\"comment/51\",[]],[\"name/52\",[38,38.795]],[\"comment/52\",[]],[\"name/53\",[45,43.903]],[\"comment/53\",[]],[\"name/54\",[46,43.903]],[\"comment/54\",[]],[\"name/55\",[47,43.903]],[\"comment/55\",[]],[\"name/56\",[48,43.903]],[\"comment/56\",[]],[\"name/57\",[49,43.903]],[\"comment/57\",[]],[\"name/58\",[50,43.903]],[\"comment/58\",[]],[\"name/59\",[51,43.903]],[\"comment/59\",[]],[\"name/60\",[52,43.903]],[\"comment/60\",[]],[\"name/61\",[53,43.903]],[\"comment/61\",[]],[\"name/62\",[54,43.903]],[\"comment/62\",[]],[\"name/63\",[10,35.43]],[\"comment/63\",[]],[\"name/64\",[26,35.43]],[\"comment/64\",[]],[\"name/65\",[14,38.795]],[\"comment/65\",[]],[\"name/66\",[11,32.917]],[\"comment/66\",[]],[\"name/67\",[55,43.903]],[\"comment/67\",[]],[\"name/68\",[56,43.903]],[\"comment/68\",[]],[\"name/69\",[57,43.903]],[\"comment/69\",[]],[\"name/70\",[58,43.903]],[\"comment/70\",[]],[\"name/71\",[59,43.903]],[\"comment/71\",[]],[\"name/72\",[60,35.43]],[\"comment/72\",[]],[\"name/73\",[61,43.903]],[\"comment/73\",[]],[\"name/74\",[62,38.795]],[\"comment/74\",[]],[\"name/75\",[63,43.903]],[\"comment/75\",[]],[\"name/76\",[64,43.903]],[\"comment/76\",[]],[\"name/77\",[65,38.795]],[\"comment/77\",[]],[\"name/78\",[66,43.903]],[\"comment/78\",[]],[\"name/79\",[67,35.43]],[\"comment/79\",[]],[\"name/80\",[68,35.43]],[\"comment/80\",[]],[\"name/81\",[69,43.903]],[\"comment/81\",[]],[\"name/82\",[70,43.903]],[\"comment/82\",[]],[\"name/83\",[71,43.903]],[\"comment/83\",[]],[\"name/84\",[72,43.903]],[\"comment/84\",[]],[\"name/85\",[73,43.903]],[\"comment/85\",[]],[\"name/86\",[74,43.903]],[\"comment/86\",[]],[\"name/87\",[75,43.903]],[\"comment/87\",[]],[\"name/88\",[76,38.795]],[\"comment/88\",[]],[\"name/89\",[76,38.795]],[\"comment/89\",[]],[\"name/90\",[77,43.903]],[\"comment/90\",[]],[\"name/91\",[78,43.903]],[\"comment/91\",[]],[\"name/92\",[79,43.903]],[\"comment/92\",[]],[\"name/93\",[80,43.903]],[\"comment/93\",[]],[\"name/94\",[81,43.903]],[\"comment/94\",[]],[\"name/95\",[82,43.903]],[\"comment/95\",[]],[\"name/96\",[83,43.903]],[\"comment/96\",[]],[\"name/97\",[60,35.43]],[\"comment/97\",[]],[\"name/98\",[62,38.795]],[\"comment/98\",[]],[\"name/99\",[84,43.903]],[\"comment/99\",[]],[\"name/100\",[85,43.903]],[\"comment/100\",[]],[\"name/101\",[65,38.795]],[\"comment/101\",[]],[\"name/102\",[86,43.903]],[\"comment/102\",[]],[\"name/103\",[67,35.43]],[\"comment/103\",[]],[\"name/104\",[68,35.43]],[\"comment/104\",[]],[\"name/105\",[87,43.903]],[\"comment/105\",[]],[\"name/106\",[88,43.903]],[\"comment/106\",[]],[\"name/107\",[89,43.903]],[\"comment/107\",[]],[\"name/108\",[90,43.903]],[\"comment/108\",[]],[\"name/109\",[60,35.43]],[\"comment/109\",[]],[\"name/110\",[91,43.903]],[\"comment/110\",[]],[\"name/111\",[92,43.903]],[\"comment/111\",[]],[\"name/112\",[93,43.903]],[\"comment/112\",[]],[\"name/113\",[68,35.43]],[\"comment/113\",[]],[\"name/114\",[94,43.903]],[\"comment/114\",[]],[\"name/115\",[67,35.43]],[\"comment/115\",[]],[\"name/116\",[95,43.903]],[\"comment/116\",[]],[\"name/117\",[96,43.903]],[\"comment/117\",[]],[\"name/118\",[97,43.903]],[\"comment/118\",[]],[\"name/119\",[98,43.903]],[\"comment/119\",[]]],\"invertedIndex\":[[\"__dangerouslydisablechildrenguard\",{\"_index\":43,\"name\":{\"48\":{}},\"comment\":{}}],[\"__type\",{\"_index\":10,\"name\":{\"10\":{},\"26\":{},\"63\":{}},\"comment\":{}}],[\"_add\",{\"_index\":91,\"name\":{\"110\":{}},\"comment\":{}}],[\"_handleremove\",{\"_index\":92,\"name\":{\"111\":{}},\"comment\":{}}],[\"_removealltoasts\",{\"_index\":93,\"name\":{\"112\":{}},\"comment\":{}}],[\"action\",{\"_index\":49,\"name\":{\"57\":{}},\"comment\":{}}],[\"actionprops\",{\"_index\":50,\"name\":{\"58\":{}},\"comment\":{}}],[\"back\",{\"_index\":28,\"name\":{\"30\":{}},\"comment\":{}}],[\"backgroundclassname\",{\"_index\":80,\"name\":{\"93\":{}},\"comment\":{}}],[\"battery\",{\"_index\":31,\"name\":{\"33\":{}},\"comment\":{}}],[\"button\",{\"_index\":57,\"name\":{\"69\":{}},\"comment\":{}}],[\"card\",{\"_index\":37,\"name\":{\"41\":{}},\"comment\":{}}],[\"checkbox\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"checkmark\",{\"_index\":27,\"name\":{\"29\":{}},\"comment\":{}}],[\"children\",{\"_index\":21,\"name\":{\"21\":{},\"49\":{}},\"comment\":{}}],[\"choice\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"choiceprops\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"classname\",{\"_index\":11,\"name\":{\"11\":{},\"40\":{},\"47\":{},\"66\":{}},\"comment\":{}}],[\"componentdidmount\",{\"_index\":61,\"name\":{\"73\":{}},\"comment\":{}}],[\"componentdidupdate\",{\"_index\":62,\"name\":{\"74\":{},\"98\":{}},\"comment\":{}}],[\"componentwillunmount\",{\"_index\":63,\"name\":{\"75\":{}},\"comment\":{}}],[\"config\",{\"_index\":34,\"name\":{\"36\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":60,\"name\":{\"72\":{},\"97\":{},\"109\":{}},\"comment\":{}}],[\"coveringloader\",{\"_index\":70,\"name\":{\"82\":{}},\"comment\":{}}],[\"css\",{\"_index\":55,\"name\":{\"67\":{}},\"comment\":{}}],[\"cssreset\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"directionpad\",{\"_index\":58,\"name\":{\"70\":{}},\"comment\":{}}],[\"dots\",{\"_index\":35,\"name\":{\"37\":{}},\"comment\":{}}],[\"drawer\",{\"_index\":59,\"name\":{\"71\":{}},\"comment\":{}}],[\"equalactions\",{\"_index\":56,\"name\":{\"68\":{}},\"comment\":{}}],[\"forward\",{\"_index\":29,\"name\":{\"31\":{}},\"comment\":{}}],[\"fullloader\",{\"_index\":71,\"name\":{\"83\":{}},\"comment\":{}}],[\"getanchorelement\",{\"_index\":85,\"name\":{\"100\":{}},\"comment\":{}}],[\"getcsstext\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"handleesc\",{\"_index\":67,\"name\":{\"79\":{},\"103\":{},\"115\":{}},\"comment\":{}}],[\"handleoverlayclick\",{\"_index\":86,\"name\":{\"102\":{}},\"comment\":{}}],[\"header\",{\"_index\":38,\"name\":{\"42\":{},\"52\":{}},\"comment\":{}}],[\"headericonaction\",{\"_index\":39,\"name\":{\"43\":{}},\"comment\":{}}],[\"heart\",{\"_index\":32,\"name\":{\"34\":{}},\"comment\":{}}],[\"href\",{\"_index\":51,\"name\":{\"59\":{}},\"comment\":{}}],[\"icon\",{\"_index\":26,\"name\":{\"27\":{},\"28\":{},\"64\":{}},\"comment\":{}}],[\"iconprops\",{\"_index\":36,\"name\":{\"38\":{}},\"comment\":{}}],[\"if\",{\"_index\":95,\"name\":{\"116\":{}},\"comment\":{}}],[\"input\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"inputcustomprops\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"inputprops\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"item\",{\"_index\":45,\"name\":{\"53\":{}},\"comment\":{}}],[\"keyvalue\",{\"_index\":69,\"name\":{\"81\":{}},\"comment\":{}}],[\"label\",{\"_index\":14,\"name\":{\"14\":{},\"65\":{}},\"comment\":{}}],[\"link\",{\"_index\":53,\"name\":{\"61\":{}},\"comment\":{}}],[\"list\",{\"_index\":44,\"name\":{\"50\":{},\"51\":{}},\"comment\":{}}],[\"loader\",{\"_index\":72,\"name\":{\"84\":{}},\"comment\":{}}],[\"loading\",{\"_index\":73,\"name\":{\"85\":{}},\"comment\":{}}],[\"message\",{\"_index\":75,\"name\":{\"87\":{}},\"comment\":{}}],[\"miuiscrollbars\",{\"_index\":97,\"name\":{\"118\":{}},\"comment\":{}}],[\"modal\",{\"_index\":76,\"name\":{\"88\":{},\"89\":{}},\"comment\":{}}],[\"modalbuttons\",{\"_index\":78,\"name\":{\"91\":{}},\"comment\":{}}],[\"name\",{\"_index\":8,\"name\":{\"8\":{},\"39\":{}},\"comment\":{}}],[\"onchange\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"onclick\",{\"_index\":54,\"name\":{\"62\":{}},\"comment\":{}}],[\"onclose\",{\"_index\":66,\"name\":{\"78\":{}},\"comment\":{}}],[\"onopen\",{\"_index\":65,\"name\":{\"77\":{},\"101\":{}},\"comment\":{}}],[\"onsuggestionmatch\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"option\",{\"_index\":83,\"name\":{\"96\":{}},\"comment\":{}}],[\"pop\",{\"_index\":82,\"name\":{\"95\":{}},\"comment\":{}}],[\"poploader\",{\"_index\":74,\"name\":{\"86\":{}},\"comment\":{}}],[\"popoption\",{\"_index\":87,\"name\":{\"105\":{}},\"comment\":{}}],[\"position\",{\"_index\":42,\"name\":{\"46\":{}},\"comment\":{}}],[\"prefix\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"progress\",{\"_index\":79,\"name\":{\"92\":{}},\"comment\":{}}],[\"removepadding\",{\"_index\":77,\"name\":{\"90\":{}},\"comment\":{}}],[\"render\",{\"_index\":68,\"name\":{\"80\":{},\"104\":{},\"113\":{}},\"comment\":{}}],[\"rootref\",{\"_index\":84,\"name\":{\"99\":{}},\"comment\":{}}],[\"search\",{\"_index\":30,\"name\":{\"32\":{}},\"comment\":{}}],[\"searchcontainer\",{\"_index\":46,\"name\":{\"54\":{}},\"comment\":{}}],[\"section\",{\"_index\":47,\"name\":{\"55\":{}},\"comment\":{}}],[\"select\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"selector\",{\"_index\":89,\"name\":{\"107\":{}},\"comment\":{}}],[\"spacer\",{\"_index\":96,\"name\":{\"117\":{}},\"comment\":{}}],[\"stats\",{\"_index\":88,\"name\":{\"106\":{}},\"comment\":{}}],[\"stickyheader\",{\"_index\":40,\"name\":{\"44\":{}},\"comment\":{}}],[\"stickyheaderprops\",{\"_index\":41,\"name\":{\"45\":{}},\"comment\":{}}],[\"styled\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"suffix\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"suggestions\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"table\",{\"_index\":48,\"name\":{\"56\":{}},\"comment\":{}}],[\"test\",{\"_index\":98,\"name\":{\"119\":{}},\"comment\":{}}],[\"textarea\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"themecss\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"timeout\",{\"_index\":64,\"name\":{\"76\":{}},\"comment\":{}}],[\"to\",{\"_index\":52,\"name\":{\"60\":{}},\"comment\":{}}],[\"toasterprovider\",{\"_index\":90,\"name\":{\"108\":{}},\"comment\":{}}],[\"toggle\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"trash\",{\"_index\":33,\"name\":{\"35\":{}},\"comment\":{}}],[\"usetoaster\",{\"_index\":94,\"name\":{\"114\":{}},\"comment\":{}}],[\"value\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"valueclassname\",{\"_index\":81,\"name\":{\"94\":{}},\"comment\":{}}],[\"values\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"variant\",{\"_index\":12,\"name\":{\"12\":{}},\"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.23.7</title><meta name="description" content="Documentation for react-miui - v0.23.7"/><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.24.0</title><meta name="description" content="Documentation for react-miui - v0.24.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
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.23.7</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.24.0</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.23.7</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.24.0</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/93fdb3b/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/9a9e4e7/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/93fdb3b/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/9a9e4e7/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>
@@ -124,7 +124,7 @@ Should be used with type annotation or static contextType.</p>
124
124
  <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>
125
125
  <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">
126
126
  <ul>
127
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/drawer/Drawer.tsx#L55">src/components/ui/drawer/Drawer.tsx:55</a></li></ul></aside></section>
127
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/drawer/Drawer.tsx#L55">src/components/ui/drawer/Drawer.tsx:55</a></li></ul></aside></section>
128
128
  <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>
129
129
  <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>
130
130
  <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>
@@ -251,7 +251,7 @@ the entire component tree to unmount.</p>
251
251
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
252
252
  <p>Overrides Component.componentDidMount</p>
253
253
  <ul>
254
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/drawer/Drawer.tsx#L33">src/components/ui/drawer/Drawer.tsx:33</a></li></ul></aside></li></ul></section>
254
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/drawer/Drawer.tsx#L33">src/components/ui/drawer/Drawer.tsx:33</a></li></ul></aside></li></ul></section>
255
255
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="componentDidUpdate" class="tsd-anchor"></a>
256
256
  <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>
257
257
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -265,7 +265,7 @@ the entire component tree to unmount.</p>
265
265
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
266
266
  <p>Overrides Component.componentDidUpdate</p>
267
267
  <ul>
268
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/drawer/Drawer.tsx#L40">src/components/ui/drawer/Drawer.tsx:40</a></li></ul></aside></li></ul></section>
268
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/drawer/Drawer.tsx#L40">src/components/ui/drawer/Drawer.tsx:40</a></li></ul></aside></li></ul></section>
269
269
  <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>
270
270
  <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>
271
271
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -325,7 +325,7 @@ prevents this from being invoked.</p>
325
325
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
326
326
  <p>Overrides Component.componentWillUnmount</p>
327
327
  <ul>
328
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/drawer/Drawer.tsx#L50">src/components/ui/drawer/Drawer.tsx:50</a></li></ul></aside></li></ul></section>
328
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/drawer/Drawer.tsx#L50">src/components/ui/drawer/Drawer.tsx:50</a></li></ul></aside></li></ul></section>
329
329
  <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>
330
330
  <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>
331
331
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -405,7 +405,7 @@ lifecycle events from running.</p>
405
405
  <li class="tsd-description">
406
406
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
407
407
  <ul>
408
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/drawer/Drawer.tsx#L66">src/components/ui/drawer/Drawer.tsx:66</a></li></ul></aside></li></ul></section>
408
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/drawer/Drawer.tsx#L66">src/components/ui/drawer/Drawer.tsx:66</a></li></ul></aside></li></ul></section>
409
409
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onClose" class="tsd-anchor"></a>
410
410
  <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>
411
411
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -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/93fdb3b/src/components/ui/drawer/Drawer.tsx#L62">src/components/ui/drawer/Drawer.tsx:62</a></li></ul></aside></li></ul></section>
416
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/drawer/Drawer.tsx#L62">src/components/ui/drawer/Drawer.tsx:62</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="onOpen" class="tsd-anchor"></a>
418
418
  <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>
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/93fdb3b/src/components/ui/drawer/Drawer.tsx#L57">src/components/ui/drawer/Drawer.tsx:57</a></li></ul></aside></li></ul></section>
424
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/drawer/Drawer.tsx#L57">src/components/ui/drawer/Drawer.tsx:57</a></li></ul></aside></li></ul></section>
425
425
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="render" class="tsd-anchor"></a>
426
426
  <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>
427
427
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -430,7 +430,7 @@ lifecycle events from running.</p>
430
430
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
431
431
  <p>Overrides Component.render</p>
432
432
  <ul>
433
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/drawer/Drawer.tsx#L70">src/components/ui/drawer/Drawer.tsx:70</a></li></ul></aside></li></ul></section>
433
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/drawer/Drawer.tsx#L70">src/components/ui/drawer/Drawer.tsx:70</a></li></ul></aside></li></ul></section>
434
434
  <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>
435
435
  <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>
436
436
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -502,7 +502,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
502
502
  <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>
503
503
  <div class="tsd-accordion-details">
504
504
  <ul>
505
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.23.7</a>
505
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.24.0</a>
506
506
  <ul>
507
507
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
508
508
  <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.23.7</title><meta name="description" content="Documentation for react-miui - v0.23.7"/><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.24.0</title><meta name="description" content="Documentation for react-miui - v0.24.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
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,15 +6,19 @@
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.23.7</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.24.0</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.23.7</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.24.0</a></li>
16
16
  <li><a href="Pop.html">Pop</a></li></ul>
17
17
  <h1>Class Pop</h1></div>
18
+ <section class="tsd-panel tsd-comment">
19
+ <div class="tsd-comment tsd-typography"><p>Popup menu component.</p>
20
+ <p>It has a bug that miscalculates the position inside Storybook.</p>
21
+ </div></section>
18
22
  <section class="tsd-panel tsd-hierarchy">
19
23
  <h4>Hierarchy</h4>
20
24
  <ul class="tsd-hierarchy">
@@ -22,7 +26,7 @@
22
26
  <ul class="tsd-hierarchy">
23
27
  <li><span class="target">Pop</span></li></ul></li></ul></section><aside class="tsd-sources">
24
28
  <ul>
25
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/pop/Pop.tsx#L54">src/components/ui/pop/Pop.tsx:54</a></li></ul></aside>
29
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/pop/Pop.tsx#L58">src/components/ui/pop/Pop.tsx:58</a></li></ul></aside>
26
30
  <section class="tsd-panel-group tsd-index-group">
27
31
  <section class="tsd-panel tsd-index-panel">
28
32
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -79,7 +83,7 @@
79
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">
80
84
  <p>Overrides Component&lt;Props, State&gt;.constructor</p>
81
85
  <ul>
82
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/pop/Pop.tsx#L55">src/components/ui/pop/Pop.tsx:55</a></li></ul></aside></li></ul></section></section>
86
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/pop/Pop.tsx#L59">src/components/ui/pop/Pop.tsx:59</a></li></ul></aside></li></ul></section></section>
83
87
  <section class="tsd-panel-group tsd-member-group">
84
88
  <h2>Properties</h2>
85
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>
@@ -120,7 +124,7 @@ Should be used with type annotation or static contextType.</p>
120
124
  <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>
121
125
  <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">
122
126
  <ul>
123
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/pop/Pop.tsx#L75">src/components/ui/pop/Pop.tsx:75</a></li></ul></aside></section>
127
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/pop/Pop.tsx#L79">src/components/ui/pop/Pop.tsx:79</a></li></ul></aside></section>
124
128
  <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>
125
129
  <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>
126
130
  <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">
@@ -131,7 +135,7 @@ Should be used with type annotation or static contextType.</p>
131
135
  <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>
132
136
  <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">
133
137
  <ul>
134
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/pop/Pop.tsx#L73">src/components/ui/pop/Pop.tsx:73</a></li></ul></aside></section>
138
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/pop/Pop.tsx#L77">src/components/ui/pop/Pop.tsx:77</a></li></ul></aside></section>
135
139
  <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>
136
140
  <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>
137
141
  <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>
@@ -274,7 +278,7 @@ the entire component tree to unmount.</p>
274
278
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
275
279
  <p>Overrides Component.componentDidUpdate</p>
276
280
  <ul>
277
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/pop/Pop.tsx#L67">src/components/ui/pop/Pop.tsx:67</a></li></ul></aside></li></ul></section>
281
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/pop/Pop.tsx#L71">src/components/ui/pop/Pop.tsx:71</a></li></ul></aside></li></ul></section>
278
282
  <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>
279
283
  <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>
280
284
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -395,7 +399,7 @@ prevents this from being invoked.</p>
395
399
  <li class="tsd-description">
396
400
  <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">
397
401
  <ul>
398
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/pop/Pop.tsx#L77">src/components/ui/pop/Pop.tsx:77</a></li></ul></aside></li></ul></section>
402
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/pop/Pop.tsx#L81">src/components/ui/pop/Pop.tsx:81</a></li></ul></aside></li></ul></section>
399
403
  <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>
400
404
  <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>
401
405
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -425,7 +429,7 @@ lifecycle events from running.</p>
425
429
  <li class="tsd-description">
426
430
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
427
431
  <ul>
428
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/pop/Pop.tsx#L123">src/components/ui/pop/Pop.tsx:123</a></li></ul></aside></li></ul></section>
432
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/pop/Pop.tsx#L127">src/components/ui/pop/Pop.tsx:127</a></li></ul></aside></li></ul></section>
429
433
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="handleOverlayClick" class="tsd-anchor"></a>
430
434
  <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>
431
435
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -438,7 +442,7 @@ lifecycle events from running.</p>
438
442
  <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>
439
443
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
440
444
  <ul>
441
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/pop/Pop.tsx#L117">src/components/ui/pop/Pop.tsx:117</a></li></ul></aside></li></ul></section>
445
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/pop/Pop.tsx#L121">src/components/ui/pop/Pop.tsx:121</a></li></ul></aside></li></ul></section>
442
446
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onOpen" class="tsd-anchor"></a>
443
447
  <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>
444
448
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -446,7 +450,7 @@ lifecycle events from running.</p>
446
450
  <li class="tsd-description">
447
451
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
448
452
  <ul>
449
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/pop/Pop.tsx#L94">src/components/ui/pop/Pop.tsx:94</a></li></ul></aside></li></ul></section>
453
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/pop/Pop.tsx#L98">src/components/ui/pop/Pop.tsx:98</a></li></ul></aside></li></ul></section>
450
454
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="render" class="tsd-anchor"></a>
451
455
  <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>
452
456
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -455,7 +459,7 @@ lifecycle events from running.</p>
455
459
  <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">
456
460
  <p>Overrides Component.render</p>
457
461
  <ul>
458
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/93fdb3b/src/components/ui/pop/Pop.tsx#L127">src/components/ui/pop/Pop.tsx:127</a></li></ul></aside></li></ul></section>
462
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/9a9e4e7/src/components/ui/pop/Pop.tsx#L131">src/components/ui/pop/Pop.tsx:131</a></li></ul></aside></li></ul></section>
459
463
  <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>
460
464
  <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>
461
465
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -527,7 +531,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
527
531
  <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>
528
532
  <div class="tsd-accordion-details">
529
533
  <ul>
530
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.23.7</a>
534
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.24.0</a>
531
535
  <ul>
532
536
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
533
537
  <li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>