amis 1.5.6-beta.4 → 1.5.8-beta.2

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 (427) hide show
  1. package/.husky/pre-commit +1 -1
  2. package/lib/Schema.d.ts +3 -2
  3. package/lib/Schema.js.map +1 -1
  4. package/lib/components/AsideNav.d.ts +1 -1
  5. package/lib/components/AsideNav.js.map +1 -1
  6. package/lib/components/AssociatedSelection.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.js +2 -2
  8. package/lib/components/AssociatedSelection.js.map +2 -2
  9. package/lib/components/Avatar.d.ts +135 -0
  10. package/lib/components/Avatar.js +120 -0
  11. package/lib/components/Avatar.js.map +13 -0
  12. package/lib/components/BaiduMapPicker.js.map +2 -2
  13. package/lib/components/CalendarMobile.d.ts +547 -0
  14. package/lib/components/CalendarMobile.js +432 -0
  15. package/lib/components/CalendarMobile.js.map +13 -0
  16. package/lib/components/Card.d.ts +20 -20
  17. package/lib/components/Card.js +1 -1
  18. package/lib/components/Card.js.map +2 -2
  19. package/lib/components/ChainedSelection.d.ts +84 -84
  20. package/lib/components/ChainedSelection.js +15 -3
  21. package/lib/components/ChainedSelection.js.map +2 -2
  22. package/lib/components/CodeMirror.d.ts +26 -0
  23. package/lib/components/CodeMirror.js +104 -0
  24. package/lib/components/CodeMirror.js.map +13 -0
  25. package/lib/components/Collapse.d.ts +22 -21
  26. package/lib/components/Collapse.js +1 -1
  27. package/lib/components/Collapse.js.map +2 -2
  28. package/lib/components/ColorPicker.d.ts +85 -84
  29. package/lib/components/ColorPicker.js +15 -3
  30. package/lib/components/ColorPicker.js.map +2 -2
  31. package/lib/components/DatePicker.d.ts +84 -84
  32. package/lib/components/DatePicker.js +15 -5
  33. package/lib/components/DatePicker.js.map +2 -2
  34. package/lib/components/DateRangePicker.d.ts +86 -84
  35. package/lib/components/DateRangePicker.js +22 -5
  36. package/lib/components/DateRangePicker.js.map +2 -2
  37. package/lib/components/GroupedSelection.d.ts +84 -84
  38. package/lib/components/GroupedSelection.js +14 -2
  39. package/lib/components/GroupedSelection.js.map +2 -2
  40. package/lib/components/MonthRangePicker.d.ts +86 -84
  41. package/lib/components/MonthRangePicker.js +20 -5
  42. package/lib/components/MonthRangePicker.js.map +2 -2
  43. package/lib/components/Overlay.d.ts +1 -1
  44. package/lib/components/Overlay.js.map +1 -1
  45. package/lib/components/Picker.js +9 -4
  46. package/lib/components/Picker.js.map +2 -2
  47. package/lib/components/PickerColumn.js +0 -1
  48. package/lib/components/PickerColumn.js.map +2 -2
  49. package/lib/components/PickerContainer.d.ts +5 -1
  50. package/lib/components/PickerContainer.js +14 -7
  51. package/lib/components/PickerContainer.js.map +2 -2
  52. package/lib/components/PopUp.d.ts +94 -0
  53. package/lib/components/PopUp.js +58 -0
  54. package/lib/components/PopUp.js.map +13 -0
  55. package/lib/components/Rating.d.ts +203 -73
  56. package/lib/components/Rating.js +147 -31
  57. package/lib/components/Rating.js.map +2 -2
  58. package/lib/components/ResultBox.js +2 -1
  59. package/lib/components/ResultBox.js.map +2 -2
  60. package/lib/components/ResultList.d.ts +9 -2
  61. package/lib/components/ResultList.js +22 -2
  62. package/lib/components/ResultList.js.map +2 -2
  63. package/lib/components/Select.d.ts +237 -237
  64. package/lib/components/Select.js +1 -1
  65. package/lib/components/Select.js.map +1 -1
  66. package/lib/components/Selection.d.ts +94 -86
  67. package/lib/components/Selection.js +11 -2
  68. package/lib/components/Selection.js.map +2 -2
  69. package/lib/components/Steps.d.ts +1 -0
  70. package/lib/components/Steps.js +5 -3
  71. package/lib/components/Steps.js.map +2 -2
  72. package/lib/components/TableSelection.d.ts +85 -85
  73. package/lib/components/TableSelection.js +1 -9
  74. package/lib/components/TableSelection.js.map +2 -2
  75. package/lib/components/Tabs.js +31 -33
  76. package/lib/components/Tabs.js.map +2 -2
  77. package/lib/components/TabsTransfer.d.ts +87 -256
  78. package/lib/components/TabsTransfer.js +52 -9
  79. package/lib/components/TabsTransfer.js.map +2 -2
  80. package/lib/components/TabsTransferPicker.d.ts +1 -1
  81. package/lib/components/TabsTransferPicker.js +21 -19
  82. package/lib/components/TabsTransferPicker.js.map +2 -2
  83. package/lib/components/Timeline.d.ts +69 -0
  84. package/lib/components/Timeline.js +16 -0
  85. package/lib/components/Timeline.js.map +13 -0
  86. package/lib/components/TimelineItem.d.ts +516 -0
  87. package/lib/components/TimelineItem.js +41 -0
  88. package/lib/components/TimelineItem.js.map +13 -0
  89. package/lib/components/Transfer.d.ts +100 -98
  90. package/lib/components/Transfer.js +2 -3
  91. package/lib/components/Transfer.js.map +2 -2
  92. package/lib/components/TransferDropDown.d.ts +84 -84
  93. package/lib/components/TransferDropDown.js +1 -5
  94. package/lib/components/TransferDropDown.js.map +2 -2
  95. package/lib/components/TransferPicker.d.ts +1 -1
  96. package/lib/components/TransferPicker.js +21 -19
  97. package/lib/components/TransferPicker.js.map +2 -2
  98. package/lib/components/TreeSelection.d.ts +85 -85
  99. package/lib/components/TreeSelection.js +7 -1
  100. package/lib/components/TreeSelection.js.map +2 -2
  101. package/lib/components/calendar/Calendar.d.ts +5 -0
  102. package/lib/components/calendar/Calendar.js +15 -2
  103. package/lib/components/calendar/Calendar.js.map +2 -2
  104. package/lib/components/calendar/DaysView.d.ts +1 -0
  105. package/lib/components/calendar/DaysView.js +25 -13
  106. package/lib/components/calendar/DaysView.js.map +2 -2
  107. package/lib/components/calendar/MonthsView.d.ts +28 -0
  108. package/lib/components/calendar/MonthsView.js +79 -3
  109. package/lib/components/calendar/MonthsView.js.map +2 -2
  110. package/lib/components/calendar/QuartersView.d.ts +1 -0
  111. package/lib/components/calendar/QuartersView.js +2 -2
  112. package/lib/components/calendar/QuartersView.js.map +2 -2
  113. package/lib/components/calendar/TimeView.d.ts +5 -0
  114. package/lib/components/calendar/TimeView.js +8 -5
  115. package/lib/components/calendar/TimeView.js.map +2 -2
  116. package/lib/components/calendar/YearsView.js +6 -4
  117. package/lib/components/calendar/YearsView.js.map +2 -2
  118. package/lib/components/condition-builder/Field.js +1 -4
  119. package/lib/components/condition-builder/Field.js.map +2 -2
  120. package/lib/components/condition-builder/Func.js +1 -1
  121. package/lib/components/condition-builder/Func.js.map +2 -2
  122. package/lib/components/formula/Editor.d.ts +563 -0
  123. package/lib/components/formula/Editor.js +187 -0
  124. package/lib/components/formula/Editor.js.map +13 -0
  125. package/lib/components/formula/FuncList.d.ts +67 -0
  126. package/lib/components/formula/FuncList.js +36 -0
  127. package/lib/components/formula/FuncList.js.map +13 -0
  128. package/lib/components/formula/Picker.d.ts +493 -0
  129. package/lib/components/formula/Picker.js +48 -0
  130. package/lib/components/formula/Picker.js.map +13 -0
  131. package/lib/components/formula/VariableList.d.ts +9 -0
  132. package/lib/components/formula/VariableList.js +15 -0
  133. package/lib/components/formula/VariableList.js.map +13 -0
  134. package/lib/components/formula/plugin.d.ts +18 -0
  135. package/lib/components/formula/plugin.js +136 -0
  136. package/lib/components/formula/plugin.js.map +13 -0
  137. package/lib/components/icons.js +4 -0
  138. package/lib/components/icons.js.map +2 -2
  139. package/lib/components/index.d.ts +2 -1
  140. package/lib/components/index.js +4 -2
  141. package/lib/components/index.js.map +2 -2
  142. package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
  143. package/lib/components/virtual-list/index.js +1 -2
  144. package/lib/components/virtual-list/index.js.map +2 -2
  145. package/lib/factory.js +5 -0
  146. package/lib/factory.js.map +2 -2
  147. package/lib/helper.css +57 -57
  148. package/lib/helper.css.map +1 -1
  149. package/lib/icons/star.js +12 -0
  150. package/lib/icons/tree-down.js +7 -0
  151. package/lib/index.d.ts +2 -0
  152. package/lib/index.js +3 -1
  153. package/lib/index.js.map +2 -2
  154. package/lib/locale/de-DE.js +13 -2
  155. package/lib/locale/de-DE.js.map +2 -2
  156. package/lib/locale/en-US.js +13 -2
  157. package/lib/locale/en-US.js.map +2 -2
  158. package/lib/locale/zh-CN.js +12 -1
  159. package/lib/locale/zh-CN.js.map +2 -2
  160. package/lib/renderers/Avatar.d.ts +35 -26
  161. package/lib/renderers/Avatar.js +14 -19
  162. package/lib/renderers/Avatar.js.map +2 -2
  163. package/lib/renderers/CRUD.js +1 -2
  164. package/lib/renderers/CRUD.js.map +2 -2
  165. package/lib/renderers/Card.js +6 -5
  166. package/lib/renderers/Card.js.map +2 -2
  167. package/lib/renderers/Custom.js.map +2 -2
  168. package/lib/renderers/Each.js +5 -2
  169. package/lib/renderers/Each.js.map +2 -2
  170. package/lib/renderers/Flex.js +1 -5
  171. package/lib/renderers/Flex.js.map +2 -2
  172. package/lib/renderers/Form/ChartRadios.js.map +2 -2
  173. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  174. package/lib/renderers/Form/DiffEditor.js +2 -1
  175. package/lib/renderers/Form/DiffEditor.js.map +2 -2
  176. package/lib/renderers/Form/InputCity.d.ts +84 -84
  177. package/lib/renderers/Form/InputColor.d.ts +84 -84
  178. package/lib/renderers/Form/InputColor.js +1 -1
  179. package/lib/renderers/Form/InputColor.js.map +2 -2
  180. package/lib/renderers/Form/InputDate.js +6 -4
  181. package/lib/renderers/Form/InputDate.js.map +2 -2
  182. package/lib/renderers/Form/InputDateRange.js +1 -1
  183. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  184. package/lib/renderers/Form/InputFormula.d.ts +38 -0
  185. package/lib/renderers/Form/InputFormula.js +25 -0
  186. package/lib/renderers/Form/InputFormula.js.map +13 -0
  187. package/lib/renderers/Form/InputImage.d.ts +1 -0
  188. package/lib/renderers/Form/InputImage.js +8 -4
  189. package/lib/renderers/Form/InputImage.js.map +2 -2
  190. package/lib/renderers/Form/InputMonthRange.js +1 -1
  191. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  192. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  193. package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
  194. package/lib/renderers/Form/InputRating.d.ts +37 -0
  195. package/lib/renderers/Form/InputRating.js +6 -2
  196. package/lib/renderers/Form/InputRating.js.map +2 -2
  197. package/lib/renderers/Form/InputYearRange.js +1 -1
  198. package/lib/renderers/Form/InputYearRange.js.map +2 -2
  199. package/lib/renderers/Form/Item.js +11 -4
  200. package/lib/renderers/Form/Item.js.map +2 -2
  201. package/lib/renderers/Form/NestedSelect.js +1 -1
  202. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  203. package/lib/renderers/Form/Select.js +1 -1
  204. package/lib/renderers/Form/Select.js.map +2 -2
  205. package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
  206. package/lib/renderers/Form/TabsTransfer.js +20 -1
  207. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  208. package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
  209. package/lib/renderers/Form/TabsTransferPicker.js +21 -2
  210. package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
  211. package/lib/renderers/Form/Transfer.d.ts +15 -4
  212. package/lib/renderers/Form/Transfer.js +55 -18
  213. package/lib/renderers/Form/Transfer.js.map +2 -2
  214. package/lib/renderers/Form/TransferPicker.d.ts +3 -32
  215. package/lib/renderers/Form/TransferPicker.js +1 -1
  216. package/lib/renderers/Form/TransferPicker.js.map +2 -2
  217. package/lib/renderers/Form/TreeSelect.d.ts +1 -0
  218. package/lib/renderers/Form/TreeSelect.js +11 -8
  219. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  220. package/lib/renderers/Form/index.js +2 -1
  221. package/lib/renderers/Form/index.js.map +2 -2
  222. package/lib/renderers/IFrame.js +0 -2
  223. package/lib/renderers/IFrame.js.map +2 -2
  224. package/lib/renderers/Json.js +7 -0
  225. package/lib/renderers/Json.js.map +2 -2
  226. package/lib/renderers/Nav.js +4 -1
  227. package/lib/renderers/Nav.js.map +2 -2
  228. package/lib/renderers/Remark.d.ts +4 -0
  229. package/lib/renderers/Remark.js +38 -7
  230. package/lib/renderers/Remark.js.map +2 -2
  231. package/lib/renderers/Steps.js +5 -5
  232. package/lib/renderers/Steps.js.map +2 -2
  233. package/lib/renderers/Table/TableRow.js +4 -1
  234. package/lib/renderers/Table/TableRow.js.map +2 -2
  235. package/lib/renderers/Table/index.js +4 -1
  236. package/lib/renderers/Table/index.js.map +2 -2
  237. package/lib/renderers/Tabs.js +1 -1
  238. package/lib/renderers/Tabs.js.map +2 -2
  239. package/lib/renderers/Timeline.d.ts +65 -0
  240. package/lib/renderers/Timeline.js +54 -0
  241. package/lib/renderers/Timeline.js.map +13 -0
  242. package/lib/renderers/Video.js.map +2 -2
  243. package/lib/store/combo.js.map +2 -2
  244. package/lib/store/formItem.js +6 -6
  245. package/lib/store/formItem.js.map +2 -2
  246. package/lib/store/table.js +1 -1
  247. package/lib/store/table.js.map +2 -2
  248. package/lib/themes/ang-ie11.css +952 -23
  249. package/lib/themes/ang.css +952 -23
  250. package/lib/themes/ang.css.map +1 -1
  251. package/lib/themes/antd-ie11.css +987 -23
  252. package/lib/themes/antd.css +987 -23
  253. package/lib/themes/antd.css.map +1 -1
  254. package/lib/themes/cxd-ie11.css +991 -24
  255. package/lib/themes/cxd.css +991 -24
  256. package/lib/themes/cxd.css.map +1 -1
  257. package/lib/themes/dark-ie11.css +953 -23
  258. package/lib/themes/dark.css +953 -23
  259. package/lib/themes/dark.css.map +1 -1
  260. package/lib/themes/default.css +991 -24
  261. package/lib/themes/default.css.map +1 -1
  262. package/lib/utils/RootClose.js +3 -1
  263. package/lib/utils/RootClose.js.map +2 -2
  264. package/lib/utils/api.js +2 -2
  265. package/lib/utils/api.js.map +2 -2
  266. package/lib/utils/helper.d.ts +1 -1
  267. package/lib/utils/helper.js +1 -1
  268. package/lib/utils/helper.js.map +2 -2
  269. package/package.json +12 -3
  270. package/schema.json +1224 -671
  271. package/scss/_properties.scss +11 -1
  272. package/scss/_variables.scss +1 -1
  273. package/scss/components/_avatar.scss +27 -9
  274. package/scss/components/_calendar.scss +280 -0
  275. package/scss/components/_card.scss +1 -1
  276. package/scss/components/_collapse-group.scss +1 -3
  277. package/scss/components/_formula.scss +146 -0
  278. package/scss/components/_modal.scss +18 -0
  279. package/scss/components/_panel.scss +45 -0
  280. package/scss/components/_popup.scss +127 -0
  281. package/scss/components/_steps.scss +60 -0
  282. package/scss/components/_timeline.scss +198 -0
  283. package/scss/components/form/_color.scss +4 -0
  284. package/scss/components/form/_date-range.scss +4 -0
  285. package/scss/components/form/_date.scss +3 -0
  286. package/scss/components/form/_form.scss +168 -0
  287. package/scss/components/form/_rating.scss +60 -21
  288. package/scss/components/form/_result-list.scss +2 -0
  289. package/scss/components/form/_selection.scss +5 -4
  290. package/scss/components/form/_tree-select.scss +4 -0
  291. package/scss/helper/background/_background-color.scss +1 -1
  292. package/scss/helper/border/_border-color.scss +1 -1
  293. package/scss/helper/typography/_text-color.scss +1 -1
  294. package/scss/themes/_antd-variables.scss +42 -0
  295. package/scss/themes/_common.scss +3 -0
  296. package/scss/themes/_cxd-variables.scss +50 -1
  297. package/scss/themes/_dark-variables.scss +1 -0
  298. package/sdk/ang-ie11.css +1692 -19
  299. package/sdk/ang.css +1705 -24
  300. package/sdk/antd-ie11.css +1692 -19
  301. package/sdk/antd.css +1740 -24
  302. package/sdk/charts.js +17 -17
  303. package/sdk/codemirror.js +14 -0
  304. package/sdk/color-picker.js +65 -65
  305. package/sdk/cropperjs.js +3 -3
  306. package/sdk/cxd-ie11.css +1693 -20
  307. package/sdk/cxd.css +1744 -25
  308. package/sdk/dark-ie11.css +1693 -20
  309. package/sdk/dark.css +1706 -24
  310. package/sdk/exceljs.js +1 -1
  311. package/sdk/helper.css +57 -57
  312. package/sdk/helper.css.map +1 -1
  313. package/sdk/locale/de-DE.js +13 -2
  314. package/sdk/markdown.js +69 -69
  315. package/sdk/papaparse.js +1 -1
  316. package/sdk/renderers/Form/CityDB.js +1 -1
  317. package/sdk/rest.js +18 -18
  318. package/sdk/rich-text.js +62 -62
  319. package/sdk/sdk-ie11.css +1693 -20
  320. package/sdk/sdk.css +1744 -25
  321. package/sdk/sdk.js +1235 -1275
  322. package/sdk/thirds/hls.js/hls.js +18 -18
  323. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  324. package/sdk/tinymce.js +57 -57
  325. package/src/Schema.ts +4 -0
  326. package/src/components/AsideNav.tsx +1 -1
  327. package/src/components/AssociatedSelection.tsx +5 -1
  328. package/src/components/Avatar.tsx +253 -0
  329. package/src/components/BaiduMapPicker.tsx +19 -14
  330. package/src/components/CalendarMobile.tsx +563 -0
  331. package/src/components/Card.tsx +2 -2
  332. package/src/components/ChainedSelection.tsx +16 -3
  333. package/src/components/CodeMirror.tsx +99 -0
  334. package/src/components/Collapse.tsx +3 -2
  335. package/src/components/ColorPicker.tsx +43 -3
  336. package/src/components/DatePicker.tsx +44 -8
  337. package/src/components/DateRangePicker.tsx +64 -5
  338. package/src/components/GroupedSelection.tsx +14 -2
  339. package/src/components/MonthRangePicker.tsx +59 -5
  340. package/src/components/Overlay.tsx +1 -1
  341. package/src/components/Picker.tsx +41 -36
  342. package/src/components/PickerColumn.tsx +22 -25
  343. package/src/components/PickerContainer.tsx +23 -7
  344. package/src/components/PopUp.tsx +118 -0
  345. package/src/components/Rating.tsx +235 -47
  346. package/src/components/ResultBox.tsx +4 -1
  347. package/src/components/ResultList.tsx +36 -6
  348. package/src/components/Select.tsx +1 -1
  349. package/src/components/Selection.tsx +21 -3
  350. package/src/components/Steps.tsx +27 -9
  351. package/src/components/TableSelection.tsx +1 -44
  352. package/src/components/Tabs.tsx +65 -54
  353. package/src/components/TabsTransfer.tsx +78 -9
  354. package/src/components/TabsTransferPicker.tsx +25 -13
  355. package/src/components/Timeline.tsx +31 -0
  356. package/src/components/TimelineItem.tsx +107 -0
  357. package/src/components/Transfer.tsx +11 -8
  358. package/src/components/TransferDropDown.tsx +1 -7
  359. package/src/components/TransferPicker.tsx +25 -14
  360. package/src/components/TreeSelection.tsx +7 -1
  361. package/src/components/calendar/Calendar.tsx +26 -6
  362. package/src/components/calendar/DaysView.tsx +79 -31
  363. package/src/components/calendar/MonthsView.tsx +116 -2
  364. package/src/components/calendar/QuartersView.tsx +3 -2
  365. package/src/components/calendar/TimeView.tsx +26 -16
  366. package/src/components/calendar/YearsView.tsx +14 -16
  367. package/src/components/condition-builder/Field.tsx +1 -3
  368. package/src/components/condition-builder/Func.tsx +1 -1
  369. package/src/components/formula/Editor.tsx +266 -0
  370. package/src/components/formula/FuncList.tsx +84 -0
  371. package/src/components/formula/Picker.tsx +87 -0
  372. package/src/components/formula/VariableList.tsx +49 -0
  373. package/src/components/formula/plugin.ts +177 -0
  374. package/src/components/icons.tsx +4 -0
  375. package/src/components/index.tsx +2 -0
  376. package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
  377. package/src/components/virtual-list/index.tsx +4 -6
  378. package/src/factory.tsx +6 -0
  379. package/src/icons/star.svg +12 -0
  380. package/src/icons/tree-down.svg +5 -0
  381. package/src/index.tsx +2 -0
  382. package/src/locale/de-DE.ts +13 -2
  383. package/src/locale/en-US.ts +13 -2
  384. package/src/locale/zh-CN.ts +12 -1
  385. package/src/renderers/Avatar.tsx +83 -74
  386. package/src/renderers/CRUD.tsx +1 -3
  387. package/src/renderers/Card.tsx +10 -6
  388. package/src/renderers/Custom.tsx +6 -3
  389. package/src/renderers/Each.tsx +4 -4
  390. package/src/renderers/Flex.tsx +3 -7
  391. package/src/renderers/Form/ChartRadios.tsx +2 -7
  392. package/src/renderers/Form/Checkboxes.tsx +1 -1
  393. package/src/renderers/Form/DiffEditor.tsx +2 -3
  394. package/src/renderers/Form/InputColor.tsx +1 -2
  395. package/src/renderers/Form/InputDate.tsx +39 -18
  396. package/src/renderers/Form/InputDateRange.tsx +1 -0
  397. package/src/renderers/Form/InputFormula.tsx +80 -0
  398. package/src/renderers/Form/InputImage.tsx +9 -4
  399. package/src/renderers/Form/InputMonthRange.tsx +1 -0
  400. package/src/renderers/Form/InputQuarterRange.tsx +1 -0
  401. package/src/renderers/Form/InputRating.tsx +66 -3
  402. package/src/renderers/Form/InputYearRange.tsx +1 -0
  403. package/src/renderers/Form/Item.tsx +15 -4
  404. package/src/renderers/Form/NestedSelect.tsx +1 -1
  405. package/src/renderers/Form/Select.tsx +0 -1
  406. package/src/renderers/Form/TabsTransfer.tsx +28 -38
  407. package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
  408. package/src/renderers/Form/Transfer.tsx +75 -24
  409. package/src/renderers/Form/TransferPicker.tsx +6 -38
  410. package/src/renderers/Form/TreeSelect.tsx +80 -63
  411. package/src/renderers/Form/index.tsx +2 -1
  412. package/src/renderers/IFrame.tsx +0 -2
  413. package/src/renderers/Json.tsx +5 -0
  414. package/src/renderers/Nav.tsx +4 -1
  415. package/src/renderers/Remark.tsx +67 -18
  416. package/src/renderers/Steps.tsx +13 -13
  417. package/src/renderers/Table/TableRow.tsx +3 -1
  418. package/src/renderers/Table/index.tsx +7 -1
  419. package/src/renderers/Tabs.tsx +6 -2
  420. package/src/renderers/Timeline.tsx +141 -0
  421. package/src/renderers/Video.tsx +4 -20
  422. package/src/store/combo.ts +1 -3
  423. package/src/store/formItem.ts +2 -2
  424. package/src/store/table.ts +2 -1
  425. package/src/utils/RootClose.ts +5 -1
  426. package/src/utils/api.ts +5 -2
  427. package/src/utils/helper.ts +1 -1
@@ -36,6 +36,7 @@ export interface MonthRangePickerProps extends ThemeProps, LocaleProps {
36
36
  resetValue?: any;
37
37
  popOverContainer?: any;
38
38
  embed?: boolean;
39
+ useMobileUI?: boolean;
39
40
  }
40
41
  export interface MonthRangePickerState {
41
42
  isOpened: boolean;
@@ -75,6 +76,7 @@ export declare class MonthRangePicker extends React.Component<MonthRangePickerPr
75
76
  filterDate(date: moment.Moment, originValue?: moment.Moment, timeFormat?: string, type?: 'start' | 'end'): moment.Moment;
76
77
  handleStartChange(newValue: moment.Moment): void;
77
78
  handleEndChange(newValue: moment.Moment): void;
79
+ handleMobileChange(data: any, callback?: () => void): void;
78
80
  selectRannge(range: PlainObject): void;
79
81
  renderRanges(ranges: string | Array<ShortCuts> | undefined): JSX.Element | null;
80
82
  clearValue(e: React.MouseEvent<any>): void;
@@ -85,7 +87,7 @@ export declare class MonthRangePicker extends React.Component<MonthRangePickerPr
85
87
  render(): JSX.Element;
86
88
  }
87
89
  declare const _default: {
88
- new (props: (Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
90
+ new (props: (Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
89
91
  placeholder: string;
90
92
  format: string;
91
93
  inputFormat: string;
@@ -98,7 +100,7 @@ declare const _default: {
98
100
  }, never>> & {
99
101
  locale?: string | undefined;
100
102
  translate?: ((str: string, ...args: any[]) => string) | undefined;
101
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
103
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
102
104
  placeholder: string;
103
105
  format: string;
104
106
  inputFormat: string;
@@ -114,7 +116,7 @@ declare const _default: {
114
116
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
115
117
  render(): JSX.Element;
116
118
  context: any;
117
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
119
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
118
120
  placeholder: string;
119
121
  format: string;
120
122
  inputFormat: string;
@@ -129,7 +131,7 @@ declare const _default: {
129
131
  translate?: ((str: string, ...args: any[]) => string) | undefined;
130
132
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
131
133
  forceUpdate(callback?: (() => void) | undefined): void;
132
- readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
134
+ readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
133
135
  placeholder: string;
134
136
  format: string;
135
137
  inputFormat: string;
@@ -150,7 +152,7 @@ declare const _default: {
150
152
  [key: string]: React.ReactInstance;
151
153
  };
152
154
  componentDidMount?(): void;
153
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
155
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
154
156
  placeholder: string;
155
157
  format: string;
156
158
  inputFormat: string;
@@ -166,7 +168,7 @@ declare const _default: {
166
168
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
167
169
  componentWillUnmount?(): void;
168
170
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
169
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
171
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
170
172
  placeholder: string;
171
173
  format: string;
172
174
  inputFormat: string;
@@ -180,7 +182,7 @@ declare const _default: {
180
182
  locale?: string | undefined;
181
183
  translate?: ((str: string, ...args: any[]) => string) | undefined;
182
184
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
183
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
185
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
184
186
  placeholder: string;
185
187
  format: string;
186
188
  inputFormat: string;
@@ -196,7 +198,7 @@ declare const _default: {
196
198
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
197
199
  componentWillMount?(): void;
198
200
  UNSAFE_componentWillMount?(): void;
199
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
201
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
200
202
  placeholder: string;
201
203
  format: string;
202
204
  inputFormat: string;
@@ -210,7 +212,7 @@ declare const _default: {
210
212
  locale?: string | undefined;
211
213
  translate?: ((str: string, ...args: any[]) => string) | undefined;
212
214
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
213
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
215
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
214
216
  placeholder: string;
215
217
  format: string;
216
218
  inputFormat: string;
@@ -224,7 +226,7 @@ declare const _default: {
224
226
  locale?: string | undefined;
225
227
  translate?: ((str: string, ...args: any[]) => string) | undefined;
226
228
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
227
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
229
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
228
230
  placeholder: string;
229
231
  format: string;
230
232
  inputFormat: string;
@@ -238,7 +240,7 @@ declare const _default: {
238
240
  locale?: string | undefined;
239
241
  translate?: ((str: string, ...args: any[]) => string) | undefined;
240
242
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
241
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
243
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
242
244
  placeholder: string;
243
245
  format: string;
244
246
  inputFormat: string;
@@ -253,7 +255,7 @@ declare const _default: {
253
255
  translate?: ((str: string, ...args: any[]) => string) | undefined;
254
256
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
255
257
  };
256
- new (props: Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
258
+ new (props: Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
257
259
  placeholder: string;
258
260
  format: string;
259
261
  inputFormat: string;
@@ -269,7 +271,7 @@ declare const _default: {
269
271
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
270
272
  render(): JSX.Element;
271
273
  context: any;
272
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
274
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
273
275
  placeholder: string;
274
276
  format: string;
275
277
  inputFormat: string;
@@ -284,7 +286,7 @@ declare const _default: {
284
286
  translate?: ((str: string, ...args: any[]) => string) | undefined;
285
287
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
286
288
  forceUpdate(callback?: (() => void) | undefined): void;
287
- readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
289
+ readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
288
290
  placeholder: string;
289
291
  format: string;
290
292
  inputFormat: string;
@@ -305,7 +307,7 @@ declare const _default: {
305
307
  [key: string]: React.ReactInstance;
306
308
  };
307
309
  componentDidMount?(): void;
308
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
310
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
309
311
  placeholder: string;
310
312
  format: string;
311
313
  inputFormat: string;
@@ -321,7 +323,7 @@ declare const _default: {
321
323
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
322
324
  componentWillUnmount?(): void;
323
325
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
324
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
326
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
325
327
  placeholder: string;
326
328
  format: string;
327
329
  inputFormat: string;
@@ -335,7 +337,7 @@ declare const _default: {
335
337
  locale?: string | undefined;
336
338
  translate?: ((str: string, ...args: any[]) => string) | undefined;
337
339
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
338
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
340
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
339
341
  placeholder: string;
340
342
  format: string;
341
343
  inputFormat: string;
@@ -351,7 +353,7 @@ declare const _default: {
351
353
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
352
354
  componentWillMount?(): void;
353
355
  UNSAFE_componentWillMount?(): void;
354
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
356
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
355
357
  placeholder: string;
356
358
  format: string;
357
359
  inputFormat: string;
@@ -365,7 +367,7 @@ declare const _default: {
365
367
  locale?: string | undefined;
366
368
  translate?: ((str: string, ...args: any[]) => string) | undefined;
367
369
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
368
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
370
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
369
371
  placeholder: string;
370
372
  format: string;
371
373
  inputFormat: string;
@@ -379,7 +381,7 @@ declare const _default: {
379
381
  locale?: string | undefined;
380
382
  translate?: ((str: string, ...args: any[]) => string) | undefined;
381
383
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
382
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
384
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
383
385
  placeholder: string;
384
386
  format: string;
385
387
  inputFormat: string;
@@ -393,7 +395,7 @@ declare const _default: {
393
395
  locale?: string | undefined;
394
396
  translate?: ((str: string, ...args: any[]) => string) | undefined;
395
397
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
396
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
398
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
397
399
  placeholder: string;
398
400
  format: string;
399
401
  inputFormat: string;
@@ -411,7 +413,7 @@ declare const _default: {
411
413
  displayName: string;
412
414
  contextType: React.Context<string>;
413
415
  ComposedComponent: React.ComponentType<{
414
- new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
416
+ new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
415
417
  placeholder: string;
416
418
  format: string;
417
419
  inputFormat: string;
@@ -424,7 +426,7 @@ declare const _default: {
424
426
  }, never>> & {
425
427
  locale?: string | undefined;
426
428
  translate?: ((str: string, ...args: any[]) => string) | undefined;
427
- }) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
429
+ }) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
428
430
  placeholder: string;
429
431
  format: string;
430
432
  inputFormat: string;
@@ -440,7 +442,7 @@ declare const _default: {
440
442
  }>): {
441
443
  render(): JSX.Element;
442
444
  context: any;
443
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
445
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
444
446
  placeholder: string;
445
447
  format: string;
446
448
  inputFormat: string;
@@ -455,7 +457,7 @@ declare const _default: {
455
457
  translate?: ((str: string, ...args: any[]) => string) | undefined;
456
458
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
457
459
  forceUpdate(callback?: (() => void) | undefined): void;
458
- readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
460
+ readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
459
461
  placeholder: string;
460
462
  format: string;
461
463
  inputFormat: string;
@@ -476,7 +478,7 @@ declare const _default: {
476
478
  [key: string]: React.ReactInstance;
477
479
  };
478
480
  componentDidMount?(): void;
479
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
481
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
480
482
  placeholder: string;
481
483
  format: string;
482
484
  inputFormat: string;
@@ -492,7 +494,7 @@ declare const _default: {
492
494
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
493
495
  componentWillUnmount?(): void;
494
496
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
495
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
497
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
496
498
  placeholder: string;
497
499
  format: string;
498
500
  inputFormat: string;
@@ -506,7 +508,7 @@ declare const _default: {
506
508
  locale?: string | undefined;
507
509
  translate?: ((str: string, ...args: any[]) => string) | undefined;
508
510
  }>, prevState: Readonly<{}>): any;
509
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
511
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
510
512
  placeholder: string;
511
513
  format: string;
512
514
  inputFormat: string;
@@ -522,7 +524,7 @@ declare const _default: {
522
524
  }>, prevState: Readonly<{}>, snapshot?: any): void;
523
525
  componentWillMount?(): void;
524
526
  UNSAFE_componentWillMount?(): void;
525
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
527
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
526
528
  placeholder: string;
527
529
  format: string;
528
530
  inputFormat: string;
@@ -536,7 +538,7 @@ declare const _default: {
536
538
  locale?: string | undefined;
537
539
  translate?: ((str: string, ...args: any[]) => string) | undefined;
538
540
  }>, nextContext: any): void;
539
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
541
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
540
542
  placeholder: string;
541
543
  format: string;
542
544
  inputFormat: string;
@@ -550,7 +552,7 @@ declare const _default: {
550
552
  locale?: string | undefined;
551
553
  translate?: ((str: string, ...args: any[]) => string) | undefined;
552
554
  }>, nextContext: any): void;
553
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
555
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
554
556
  placeholder: string;
555
557
  format: string;
556
558
  inputFormat: string;
@@ -564,7 +566,7 @@ declare const _default: {
564
566
  locale?: string | undefined;
565
567
  translate?: ((str: string, ...args: any[]) => string) | undefined;
566
568
  }>, nextState: Readonly<{}>, nextContext: any): void;
567
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
569
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
568
570
  placeholder: string;
569
571
  format: string;
570
572
  inputFormat: string;
@@ -579,7 +581,7 @@ declare const _default: {
579
581
  translate?: ((str: string, ...args: any[]) => string) | undefined;
580
582
  }>, nextState: Readonly<{}>, nextContext: any): void;
581
583
  };
582
- new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
584
+ new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
583
585
  placeholder: string;
584
586
  format: string;
585
587
  inputFormat: string;
@@ -595,7 +597,7 @@ declare const _default: {
595
597
  }, context: any): {
596
598
  render(): JSX.Element;
597
599
  context: any;
598
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
600
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
599
601
  placeholder: string;
600
602
  format: string;
601
603
  inputFormat: string;
@@ -610,7 +612,7 @@ declare const _default: {
610
612
  translate?: ((str: string, ...args: any[]) => string) | undefined;
611
613
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
612
614
  forceUpdate(callback?: (() => void) | undefined): void;
613
- readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
615
+ readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
614
616
  placeholder: string;
615
617
  format: string;
616
618
  inputFormat: string;
@@ -631,7 +633,7 @@ declare const _default: {
631
633
  [key: string]: React.ReactInstance;
632
634
  };
633
635
  componentDidMount?(): void;
634
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
636
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
635
637
  placeholder: string;
636
638
  format: string;
637
639
  inputFormat: string;
@@ -647,7 +649,7 @@ declare const _default: {
647
649
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
648
650
  componentWillUnmount?(): void;
649
651
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
650
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
652
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
651
653
  placeholder: string;
652
654
  format: string;
653
655
  inputFormat: string;
@@ -661,7 +663,7 @@ declare const _default: {
661
663
  locale?: string | undefined;
662
664
  translate?: ((str: string, ...args: any[]) => string) | undefined;
663
665
  }>, prevState: Readonly<{}>): any;
664
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
666
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
665
667
  placeholder: string;
666
668
  format: string;
667
669
  inputFormat: string;
@@ -677,7 +679,7 @@ declare const _default: {
677
679
  }>, prevState: Readonly<{}>, snapshot?: any): void;
678
680
  componentWillMount?(): void;
679
681
  UNSAFE_componentWillMount?(): void;
680
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
682
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
681
683
  placeholder: string;
682
684
  format: string;
683
685
  inputFormat: string;
@@ -691,7 +693,7 @@ declare const _default: {
691
693
  locale?: string | undefined;
692
694
  translate?: ((str: string, ...args: any[]) => string) | undefined;
693
695
  }>, nextContext: any): void;
694
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
696
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
695
697
  placeholder: string;
696
698
  format: string;
697
699
  inputFormat: string;
@@ -705,7 +707,7 @@ declare const _default: {
705
707
  locale?: string | undefined;
706
708
  translate?: ((str: string, ...args: any[]) => string) | undefined;
707
709
  }>, nextContext: any): void;
708
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
710
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
709
711
  placeholder: string;
710
712
  format: string;
711
713
  inputFormat: string;
@@ -719,7 +721,7 @@ declare const _default: {
719
721
  locale?: string | undefined;
720
722
  translate?: ((str: string, ...args: any[]) => string) | undefined;
721
723
  }>, nextState: Readonly<{}>, nextContext: any): void;
722
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
724
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
723
725
  placeholder: string;
724
726
  format: string;
725
727
  inputFormat: string;
@@ -741,7 +743,7 @@ declare const _default: {
741
743
  ComposedComponent: typeof MonthRangePicker;
742
744
  }>;
743
745
  } & import("hoist-non-react-statics").NonReactStatics<{
744
- new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
746
+ new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
745
747
  placeholder: string;
746
748
  format: string;
747
749
  inputFormat: string;
@@ -754,7 +756,7 @@ declare const _default: {
754
756
  }, never>> & {
755
757
  locale?: string | undefined;
756
758
  translate?: ((str: string, ...args: any[]) => string) | undefined;
757
- }) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
759
+ }) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
758
760
  placeholder: string;
759
761
  format: string;
760
762
  inputFormat: string;
@@ -770,7 +772,7 @@ declare const _default: {
770
772
  }>): {
771
773
  render(): JSX.Element;
772
774
  context: any;
773
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
775
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
774
776
  placeholder: string;
775
777
  format: string;
776
778
  inputFormat: string;
@@ -785,7 +787,7 @@ declare const _default: {
785
787
  translate?: ((str: string, ...args: any[]) => string) | undefined;
786
788
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
787
789
  forceUpdate(callback?: (() => void) | undefined): void;
788
- readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
790
+ readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
789
791
  placeholder: string;
790
792
  format: string;
791
793
  inputFormat: string;
@@ -806,7 +808,7 @@ declare const _default: {
806
808
  [key: string]: React.ReactInstance;
807
809
  };
808
810
  componentDidMount?(): void;
809
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
811
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
810
812
  placeholder: string;
811
813
  format: string;
812
814
  inputFormat: string;
@@ -822,7 +824,7 @@ declare const _default: {
822
824
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
823
825
  componentWillUnmount?(): void;
824
826
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
825
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
827
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
826
828
  placeholder: string;
827
829
  format: string;
828
830
  inputFormat: string;
@@ -836,7 +838,7 @@ declare const _default: {
836
838
  locale?: string | undefined;
837
839
  translate?: ((str: string, ...args: any[]) => string) | undefined;
838
840
  }>, prevState: Readonly<{}>): any;
839
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
841
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
840
842
  placeholder: string;
841
843
  format: string;
842
844
  inputFormat: string;
@@ -852,7 +854,7 @@ declare const _default: {
852
854
  }>, prevState: Readonly<{}>, snapshot?: any): void;
853
855
  componentWillMount?(): void;
854
856
  UNSAFE_componentWillMount?(): void;
855
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
857
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
856
858
  placeholder: string;
857
859
  format: string;
858
860
  inputFormat: string;
@@ -866,7 +868,7 @@ declare const _default: {
866
868
  locale?: string | undefined;
867
869
  translate?: ((str: string, ...args: any[]) => string) | undefined;
868
870
  }>, nextContext: any): void;
869
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
871
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
870
872
  placeholder: string;
871
873
  format: string;
872
874
  inputFormat: string;
@@ -880,7 +882,7 @@ declare const _default: {
880
882
  locale?: string | undefined;
881
883
  translate?: ((str: string, ...args: any[]) => string) | undefined;
882
884
  }>, nextContext: any): void;
883
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
885
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
884
886
  placeholder: string;
885
887
  format: string;
886
888
  inputFormat: string;
@@ -894,7 +896,7 @@ declare const _default: {
894
896
  locale?: string | undefined;
895
897
  translate?: ((str: string, ...args: any[]) => string) | undefined;
896
898
  }>, nextState: Readonly<{}>, nextContext: any): void;
897
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
899
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
898
900
  placeholder: string;
899
901
  format: string;
900
902
  inputFormat: string;
@@ -909,7 +911,7 @@ declare const _default: {
909
911
  translate?: ((str: string, ...args: any[]) => string) | undefined;
910
912
  }>, nextState: Readonly<{}>, nextContext: any): void;
911
913
  };
912
- new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
914
+ new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
913
915
  placeholder: string;
914
916
  format: string;
915
917
  inputFormat: string;
@@ -925,7 +927,7 @@ declare const _default: {
925
927
  }, context: any): {
926
928
  render(): JSX.Element;
927
929
  context: any;
928
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
930
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
929
931
  placeholder: string;
930
932
  format: string;
931
933
  inputFormat: string;
@@ -940,7 +942,7 @@ declare const _default: {
940
942
  translate?: ((str: string, ...args: any[]) => string) | undefined;
941
943
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
942
944
  forceUpdate(callback?: (() => void) | undefined): void;
943
- readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
945
+ readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
944
946
  placeholder: string;
945
947
  format: string;
946
948
  inputFormat: string;
@@ -961,7 +963,7 @@ declare const _default: {
961
963
  [key: string]: React.ReactInstance;
962
964
  };
963
965
  componentDidMount?(): void;
964
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
966
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
965
967
  placeholder: string;
966
968
  format: string;
967
969
  inputFormat: string;
@@ -977,7 +979,7 @@ declare const _default: {
977
979
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
978
980
  componentWillUnmount?(): void;
979
981
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
980
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
982
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
981
983
  placeholder: string;
982
984
  format: string;
983
985
  inputFormat: string;
@@ -991,7 +993,7 @@ declare const _default: {
991
993
  locale?: string | undefined;
992
994
  translate?: ((str: string, ...args: any[]) => string) | undefined;
993
995
  }>, prevState: Readonly<{}>): any;
994
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
996
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
995
997
  placeholder: string;
996
998
  format: string;
997
999
  inputFormat: string;
@@ -1007,7 +1009,7 @@ declare const _default: {
1007
1009
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1008
1010
  componentWillMount?(): void;
1009
1011
  UNSAFE_componentWillMount?(): void;
1010
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1012
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1011
1013
  placeholder: string;
1012
1014
  format: string;
1013
1015
  inputFormat: string;
@@ -1021,7 +1023,7 @@ declare const _default: {
1021
1023
  locale?: string | undefined;
1022
1024
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1023
1025
  }>, nextContext: any): void;
1024
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1026
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1025
1027
  placeholder: string;
1026
1028
  format: string;
1027
1029
  inputFormat: string;
@@ -1035,7 +1037,7 @@ declare const _default: {
1035
1037
  locale?: string | undefined;
1036
1038
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1037
1039
  }>, nextContext: any): void;
1038
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1040
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1039
1041
  placeholder: string;
1040
1042
  format: string;
1041
1043
  inputFormat: string;
@@ -1049,7 +1051,7 @@ declare const _default: {
1049
1051
  locale?: string | undefined;
1050
1052
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1051
1053
  }>, nextState: Readonly<{}>, nextContext: any): void;
1052
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1054
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1053
1055
  placeholder: string;
1054
1056
  format: string;
1055
1057
  inputFormat: string;
@@ -1071,7 +1073,7 @@ declare const _default: {
1071
1073
  ComposedComponent: typeof MonthRangePicker;
1072
1074
  }, {}> & {
1073
1075
  ComposedComponent: {
1074
- new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1076
+ new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1075
1077
  placeholder: string;
1076
1078
  format: string;
1077
1079
  inputFormat: string;
@@ -1084,7 +1086,7 @@ declare const _default: {
1084
1086
  }, never>> & {
1085
1087
  locale?: string | undefined;
1086
1088
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1087
- }) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1089
+ }) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1088
1090
  placeholder: string;
1089
1091
  format: string;
1090
1092
  inputFormat: string;
@@ -1100,7 +1102,7 @@ declare const _default: {
1100
1102
  }>): {
1101
1103
  render(): JSX.Element;
1102
1104
  context: any;
1103
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1105
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1104
1106
  placeholder: string;
1105
1107
  format: string;
1106
1108
  inputFormat: string;
@@ -1115,7 +1117,7 @@ declare const _default: {
1115
1117
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1116
1118
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1117
1119
  forceUpdate(callback?: (() => void) | undefined): void;
1118
- readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1120
+ readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1119
1121
  placeholder: string;
1120
1122
  format: string;
1121
1123
  inputFormat: string;
@@ -1136,7 +1138,7 @@ declare const _default: {
1136
1138
  [key: string]: React.ReactInstance;
1137
1139
  };
1138
1140
  componentDidMount?(): void;
1139
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1141
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1140
1142
  placeholder: string;
1141
1143
  format: string;
1142
1144
  inputFormat: string;
@@ -1152,7 +1154,7 @@ declare const _default: {
1152
1154
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1153
1155
  componentWillUnmount?(): void;
1154
1156
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1155
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1157
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1156
1158
  placeholder: string;
1157
1159
  format: string;
1158
1160
  inputFormat: string;
@@ -1166,7 +1168,7 @@ declare const _default: {
1166
1168
  locale?: string | undefined;
1167
1169
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1168
1170
  }>, prevState: Readonly<{}>): any;
1169
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1171
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1170
1172
  placeholder: string;
1171
1173
  format: string;
1172
1174
  inputFormat: string;
@@ -1182,7 +1184,7 @@ declare const _default: {
1182
1184
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1183
1185
  componentWillMount?(): void;
1184
1186
  UNSAFE_componentWillMount?(): void;
1185
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1187
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1186
1188
  placeholder: string;
1187
1189
  format: string;
1188
1190
  inputFormat: string;
@@ -1196,7 +1198,7 @@ declare const _default: {
1196
1198
  locale?: string | undefined;
1197
1199
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1198
1200
  }>, nextContext: any): void;
1199
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1201
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1200
1202
  placeholder: string;
1201
1203
  format: string;
1202
1204
  inputFormat: string;
@@ -1210,7 +1212,7 @@ declare const _default: {
1210
1212
  locale?: string | undefined;
1211
1213
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1212
1214
  }>, nextContext: any): void;
1213
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1215
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1214
1216
  placeholder: string;
1215
1217
  format: string;
1216
1218
  inputFormat: string;
@@ -1224,7 +1226,7 @@ declare const _default: {
1224
1226
  locale?: string | undefined;
1225
1227
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1226
1228
  }>, nextState: Readonly<{}>, nextContext: any): void;
1227
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1229
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1228
1230
  placeholder: string;
1229
1231
  format: string;
1230
1232
  inputFormat: string;
@@ -1239,7 +1241,7 @@ declare const _default: {
1239
1241
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1240
1242
  }>, nextState: Readonly<{}>, nextContext: any): void;
1241
1243
  };
1242
- new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1244
+ new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1243
1245
  placeholder: string;
1244
1246
  format: string;
1245
1247
  inputFormat: string;
@@ -1255,7 +1257,7 @@ declare const _default: {
1255
1257
  }, context: any): {
1256
1258
  render(): JSX.Element;
1257
1259
  context: any;
1258
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1260
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1259
1261
  placeholder: string;
1260
1262
  format: string;
1261
1263
  inputFormat: string;
@@ -1270,7 +1272,7 @@ declare const _default: {
1270
1272
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1271
1273
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1272
1274
  forceUpdate(callback?: (() => void) | undefined): void;
1273
- readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1275
+ readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1274
1276
  placeholder: string;
1275
1277
  format: string;
1276
1278
  inputFormat: string;
@@ -1291,7 +1293,7 @@ declare const _default: {
1291
1293
  [key: string]: React.ReactInstance;
1292
1294
  };
1293
1295
  componentDidMount?(): void;
1294
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1296
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1295
1297
  placeholder: string;
1296
1298
  format: string;
1297
1299
  inputFormat: string;
@@ -1307,7 +1309,7 @@ declare const _default: {
1307
1309
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1308
1310
  componentWillUnmount?(): void;
1309
1311
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1310
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1312
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1311
1313
  placeholder: string;
1312
1314
  format: string;
1313
1315
  inputFormat: string;
@@ -1321,7 +1323,7 @@ declare const _default: {
1321
1323
  locale?: string | undefined;
1322
1324
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1323
1325
  }>, prevState: Readonly<{}>): any;
1324
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1326
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1325
1327
  placeholder: string;
1326
1328
  format: string;
1327
1329
  inputFormat: string;
@@ -1337,7 +1339,7 @@ declare const _default: {
1337
1339
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1338
1340
  componentWillMount?(): void;
1339
1341
  UNSAFE_componentWillMount?(): void;
1340
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1342
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1341
1343
  placeholder: string;
1342
1344
  format: string;
1343
1345
  inputFormat: string;
@@ -1351,7 +1353,7 @@ declare const _default: {
1351
1353
  locale?: string | undefined;
1352
1354
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1353
1355
  }>, nextContext: any): void;
1354
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1356
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1355
1357
  placeholder: string;
1356
1358
  format: string;
1357
1359
  inputFormat: string;
@@ -1365,7 +1367,7 @@ declare const _default: {
1365
1367
  locale?: string | undefined;
1366
1368
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1367
1369
  }>, nextContext: any): void;
1368
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1370
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1369
1371
  placeholder: string;
1370
1372
  format: string;
1371
1373
  inputFormat: string;
@@ -1379,7 +1381,7 @@ declare const _default: {
1379
1381
  locale?: string | undefined;
1380
1382
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1381
1383
  }>, nextState: Readonly<{}>, nextContext: any): void;
1382
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1384
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1383
1385
  placeholder: string;
1384
1386
  format: string;
1385
1387
  inputFormat: string;