amis 1.8.0-beta.5 → 1.8.0-beta.9

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 (273) hide show
  1. package/lib/Schema.d.ts +9 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/actions/PageAction.d.ts +32 -0
  4. package/lib/actions/PageAction.js +72 -0
  5. package/lib/actions/PageAction.js.map +13 -0
  6. package/lib/actions/index.d.ts +1 -0
  7. package/lib/actions/index.js +1 -0
  8. package/lib/actions/index.js.map +2 -2
  9. package/lib/components/CalendarMobile.d.ts +84 -84
  10. package/lib/components/Cascader.d.ts +2 -0
  11. package/lib/components/Cascader.js +28 -12
  12. package/lib/components/Cascader.js.map +2 -2
  13. package/lib/components/Checkbox.js +2 -2
  14. package/lib/components/Checkbox.js.map +2 -2
  15. package/lib/components/Collapse.d.ts +20 -20
  16. package/lib/components/DatePicker.d.ts +84 -84
  17. package/lib/components/DatePicker.js +5 -5
  18. package/lib/components/DatePicker.js.map +2 -2
  19. package/lib/components/Drawer.js +1 -1
  20. package/lib/components/Drawer.js.map +2 -2
  21. package/lib/components/ListGroup.d.ts +21 -21
  22. package/lib/components/Modal.js +1 -1
  23. package/lib/components/Modal.js.map +2 -2
  24. package/lib/components/Overlay.d.ts +1 -0
  25. package/lib/components/Overlay.js +4 -3
  26. package/lib/components/Overlay.js.map +2 -2
  27. package/lib/components/PullRefresh.d.ts +86 -0
  28. package/lib/components/PullRefresh.js +135 -0
  29. package/lib/components/PullRefresh.js.map +13 -0
  30. package/lib/components/Spinner.d.ts +200 -107
  31. package/lib/components/Spinner.js +30 -26
  32. package/lib/components/Spinner.js.map +2 -2
  33. package/lib/components/Tooltip.d.ts +4 -0
  34. package/lib/components/Tooltip.js +6 -4
  35. package/lib/components/Tooltip.js.map +2 -2
  36. package/lib/components/TooltipWrapper.d.ts +60 -4
  37. package/lib/components/TooltipWrapper.js +27 -8
  38. package/lib/components/TooltipWrapper.js.map +2 -2
  39. package/lib/components/Transfer.d.ts +84 -84
  40. package/lib/components/TransferDropDown.d.ts +84 -84
  41. package/lib/components/Tree.d.ts +87 -85
  42. package/lib/components/Tree.js +13 -5
  43. package/lib/components/Tree.js.map +2 -2
  44. package/lib/components/TreeSelection.d.ts +84 -84
  45. package/lib/components/calendar/TimeView.d.ts +1 -0
  46. package/lib/components/calendar/TimeView.js +7 -0
  47. package/lib/components/calendar/TimeView.js.map +2 -2
  48. package/lib/components/condition-builder/Expression.d.ts +1 -0
  49. package/lib/components/condition-builder/Expression.js +4 -4
  50. package/lib/components/condition-builder/Expression.js.map +2 -2
  51. package/lib/components/condition-builder/Field.d.ts +1 -0
  52. package/lib/components/condition-builder/Field.js +3 -2
  53. package/lib/components/condition-builder/Field.js.map +2 -2
  54. package/lib/components/condition-builder/Group.d.ts +1 -0
  55. package/lib/components/condition-builder/Group.js +2 -2
  56. package/lib/components/condition-builder/Group.js.map +2 -2
  57. package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
  58. package/lib/components/condition-builder/GroupOrItem.js +2 -2
  59. package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
  60. package/lib/components/condition-builder/InputSwitch.d.ts +2 -1
  61. package/lib/components/condition-builder/InputSwitch.js +2 -2
  62. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  63. package/lib/components/condition-builder/Item.d.ts +1 -0
  64. package/lib/components/condition-builder/Item.js +9 -8
  65. package/lib/components/condition-builder/Item.js.map +2 -2
  66. package/lib/components/condition-builder/Value.d.ts +1 -0
  67. package/lib/components/condition-builder/Value.js +5 -5
  68. package/lib/components/condition-builder/Value.js.map +2 -2
  69. package/lib/components/condition-builder/index.d.ts +1 -0
  70. package/lib/components/condition-builder/index.js +2 -2
  71. package/lib/components/condition-builder/index.js.map +2 -2
  72. package/lib/components/formula/Editor.d.ts +87 -85
  73. package/lib/components/formula/Editor.js +10 -6
  74. package/lib/components/formula/Editor.js.map +2 -2
  75. package/lib/components/formula/Picker.js +3 -1
  76. package/lib/components/formula/Picker.js.map +2 -2
  77. package/lib/index.js +1 -1
  78. package/lib/locale/de-DE.js +5 -1
  79. package/lib/locale/de-DE.js.map +2 -2
  80. package/lib/locale/en-US.js +5 -1
  81. package/lib/locale/en-US.js.map +2 -2
  82. package/lib/locale/zh-CN.js +5 -1
  83. package/lib/locale/zh-CN.js.map +2 -2
  84. package/lib/renderers/CRUD.js +1 -1
  85. package/lib/renderers/CRUD.js.map +2 -2
  86. package/lib/renderers/Form/Combo.d.ts +2 -1
  87. package/lib/renderers/Form/Combo.js +51 -14
  88. package/lib/renderers/Form/Combo.js.map +2 -2
  89. package/lib/renderers/Form/DiffEditor.d.ts +1 -0
  90. package/lib/renderers/Form/InputCity.d.ts +84 -84
  91. package/lib/renderers/Form/InputDate.js +10 -3
  92. package/lib/renderers/Form/InputDate.js.map +2 -2
  93. package/lib/renderers/Form/InputDateRange.js +12 -3
  94. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  95. package/lib/renderers/Form/InputFile.js +13 -5
  96. package/lib/renderers/Form/InputFile.js.map +2 -2
  97. package/lib/renderers/Form/InputImage.js +12 -4
  98. package/lib/renderers/Form/InputImage.js.map +2 -2
  99. package/lib/renderers/Form/InputMonthRange.js +5 -1
  100. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  101. package/lib/renderers/Form/InputText.js +8 -4
  102. package/lib/renderers/Form/InputText.js.map +2 -2
  103. package/lib/renderers/Form/InputTree.d.ts +5 -0
  104. package/lib/renderers/Form/InputTree.js +51 -2
  105. package/lib/renderers/Form/InputTree.js.map +2 -2
  106. package/lib/renderers/Form/Item.d.ts +68 -70
  107. package/lib/renderers/Form/Item.js.map +2 -2
  108. package/lib/renderers/Form/NestedSelect.d.ts +4 -0
  109. package/lib/renderers/Form/NestedSelect.js +14 -5
  110. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  111. package/lib/renderers/Form/Options.js +61 -27
  112. package/lib/renderers/Form/Options.js.map +2 -2
  113. package/lib/renderers/Form/Select.js +4 -2
  114. package/lib/renderers/Form/Select.js.map +2 -2
  115. package/lib/renderers/Form/TreeSelect.d.ts +11 -2
  116. package/lib/renderers/Form/TreeSelect.js +56 -10
  117. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  118. package/lib/renderers/Form/wrapControl.js +3 -3
  119. package/lib/renderers/Form/wrapControl.js.map +2 -2
  120. package/lib/renderers/Nav.d.ts +82 -67
  121. package/lib/renderers/Nav.js +47 -11
  122. package/lib/renderers/Nav.js.map +2 -2
  123. package/lib/renderers/Page.d.ts +20 -0
  124. package/lib/renderers/Page.js +51 -14
  125. package/lib/renderers/Page.js.map +2 -2
  126. package/lib/renderers/Service.d.ts +2 -0
  127. package/lib/renderers/Service.js +52 -20
  128. package/lib/renderers/Service.js.map +2 -2
  129. package/lib/renderers/Spinner.d.ts +58 -2
  130. package/lib/renderers/Spinner.js +8 -1
  131. package/lib/renderers/Spinner.js.map +2 -2
  132. package/lib/renderers/Table/ColumnToggler.d.ts +4 -0
  133. package/lib/renderers/Table/ColumnToggler.js +11 -6
  134. package/lib/renderers/Table/ColumnToggler.js.map +2 -2
  135. package/lib/renderers/Table/TableCell.js +27 -1
  136. package/lib/renderers/Table/TableCell.js.map +2 -2
  137. package/lib/renderers/Table/index.d.ts +1 -0
  138. package/lib/renderers/Table/index.js +19 -11
  139. package/lib/renderers/Table/index.js.map +2 -2
  140. package/lib/renderers/TooltipWrapper.d.ts +31 -6
  141. package/lib/renderers/TooltipWrapper.js +18 -8
  142. package/lib/renderers/TooltipWrapper.js.map +2 -2
  143. package/lib/renderers/Wizard.js +23 -14
  144. package/lib/renderers/Wizard.js.map +2 -2
  145. package/lib/store/crud.js +23 -13
  146. package/lib/store/crud.js.map +2 -2
  147. package/lib/themes/ang-ie11.css +313 -100
  148. package/lib/themes/ang.css +322 -103
  149. package/lib/themes/ang.css.map +1 -1
  150. package/lib/themes/antd-ie11.css +429 -216
  151. package/lib/themes/antd.css +323 -104
  152. package/lib/themes/antd.css.map +1 -1
  153. package/lib/themes/cxd-ie11.css +424 -211
  154. package/lib/themes/cxd.css +324 -105
  155. package/lib/themes/cxd.css.map +1 -1
  156. package/lib/themes/dark-ie11.css +313 -100
  157. package/lib/themes/dark.css +322 -103
  158. package/lib/themes/dark.css.map +1 -1
  159. package/lib/themes/default-ie11.css +424 -211
  160. package/lib/themes/default.css +324 -105
  161. package/lib/themes/default.css.map +1 -1
  162. package/lib/types.d.ts +3 -1
  163. package/lib/types.js.map +1 -1
  164. package/lib/utils/ColorScale.d.ts +19 -0
  165. package/lib/utils/ColorScale.js +104 -0
  166. package/lib/utils/ColorScale.js.map +13 -0
  167. package/lib/utils/api.js +20 -4
  168. package/lib/utils/api.js.map +2 -2
  169. package/lib/utils/dom.d.ts +1 -1
  170. package/lib/utils/dom.js +7 -5
  171. package/lib/utils/dom.js.map +2 -2
  172. package/package.json +3 -2
  173. package/schema.json +29645 -29137
  174. package/scss/_properties.scss +33 -15
  175. package/scss/components/_column-toggler.scss +21 -11
  176. package/scss/components/_formula.scss +1 -1
  177. package/scss/components/_nav.scss +51 -6
  178. package/scss/components/_pull-refresh.scss +25 -0
  179. package/scss/components/_spinner.scss +134 -56
  180. package/scss/components/_tooltip.scss +4 -9
  181. package/scss/components/form/_checks.scss +1 -0
  182. package/scss/components/form/_combo.scss +13 -1
  183. package/scss/components/form/_date-range.scss +11 -2
  184. package/scss/components/form/_date.scss +11 -0
  185. package/scss/components/form/_file.scss +4 -0
  186. package/scss/components/form/_form.scss +15 -8
  187. package/scss/components/form/_transfer.scss +3 -2
  188. package/scss/themes/_antd-variables.scss +1 -1
  189. package/scss/themes/_common.scss +1 -0
  190. package/scss/themes/_cxd-variables.scss +2 -2
  191. package/sdk/ang-ie11.css +286 -80
  192. package/sdk/ang.css +294 -82
  193. package/sdk/antd-ie11.css +402 -196
  194. package/sdk/antd.css +295 -83
  195. package/sdk/barcode.js +51 -51
  196. package/sdk/charts.js +14 -14
  197. package/sdk/codemirror.js +7 -7
  198. package/sdk/color-picker.js +65 -65
  199. package/sdk/cropperjs.js +2 -2
  200. package/sdk/cxd-ie11.css +397 -191
  201. package/sdk/cxd.css +296 -84
  202. package/sdk/dark-ie11.css +286 -80
  203. package/sdk/dark.css +294 -82
  204. package/sdk/exceljs.js +1 -1
  205. package/sdk/locale/de-DE.js +5 -1
  206. package/sdk/markdown.js +69 -69
  207. package/sdk/papaparse.js +1 -1
  208. package/sdk/renderers/Form/CityDB.js +1 -1
  209. package/sdk/rest.js +17 -17
  210. package/sdk/rich-text.js +62 -62
  211. package/sdk/sdk-ie11.css +397 -191
  212. package/sdk/sdk.css +296 -84
  213. package/sdk/sdk.js +1300 -1260
  214. package/sdk/thirds/hls.js/hls.js +1 -1
  215. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  216. package/sdk/tinymce.js +57 -57
  217. package/src/Schema.ts +10 -0
  218. package/src/actions/PageAction.ts +62 -0
  219. package/src/actions/index.ts +1 -0
  220. package/src/components/Cascader.tsx +37 -11
  221. package/src/components/Checkbox.tsx +1 -1
  222. package/src/components/DatePicker.tsx +7 -5
  223. package/src/components/Drawer.tsx +1 -0
  224. package/src/components/Modal.tsx +1 -0
  225. package/src/components/Overlay.tsx +6 -3
  226. package/src/components/PullRefresh.tsx +197 -0
  227. package/src/components/Spinner.tsx +77 -42
  228. package/src/components/Tooltip.tsx +12 -3
  229. package/src/components/TooltipWrapper.tsx +120 -33
  230. package/src/components/Tree.tsx +19 -5
  231. package/src/components/calendar/TimeView.tsx +12 -0
  232. package/src/components/condition-builder/Expression.tsx +6 -1
  233. package/src/components/condition-builder/Field.tsx +5 -1
  234. package/src/components/condition-builder/Group.tsx +4 -1
  235. package/src/components/condition-builder/GroupOrItem.tsx +4 -1
  236. package/src/components/condition-builder/InputSwitch.tsx +4 -1
  237. package/src/components/condition-builder/Item.tsx +28 -4
  238. package/src/components/condition-builder/Value.tsx +7 -1
  239. package/src/components/condition-builder/index.tsx +4 -2
  240. package/src/components/formula/Editor.tsx +20 -15
  241. package/src/components/formula/Picker.tsx +9 -5
  242. package/src/locale/de-DE.ts +5 -1
  243. package/src/locale/en-US.ts +5 -1
  244. package/src/locale/zh-CN.ts +5 -1
  245. package/src/renderers/CRUD.tsx +1 -1
  246. package/src/renderers/Form/Combo.tsx +102 -46
  247. package/src/renderers/Form/InputDate.tsx +18 -4
  248. package/src/renderers/Form/InputDateRange.tsx +19 -2
  249. package/src/renderers/Form/InputFile.tsx +16 -4
  250. package/src/renderers/Form/InputImage.tsx +15 -3
  251. package/src/renderers/Form/InputMonthRange.tsx +7 -1
  252. package/src/renderers/Form/InputText.tsx +14 -2
  253. package/src/renderers/Form/InputTree.tsx +40 -2
  254. package/src/renderers/Form/Item.tsx +6 -0
  255. package/src/renderers/Form/NestedSelect.tsx +23 -4
  256. package/src/renderers/Form/Options.tsx +26 -7
  257. package/src/renderers/Form/Select.tsx +5 -3
  258. package/src/renderers/Form/TreeSelect.tsx +47 -9
  259. package/src/renderers/Form/wrapControl.tsx +2 -2
  260. package/src/renderers/Nav.tsx +230 -32
  261. package/src/renderers/Page.tsx +89 -33
  262. package/src/renderers/Service.tsx +62 -27
  263. package/src/renderers/Spinner.tsx +85 -3
  264. package/src/renderers/Table/ColumnToggler.tsx +36 -11
  265. package/src/renderers/Table/TableCell.tsx +39 -1
  266. package/src/renderers/Table/index.tsx +34 -21
  267. package/src/renderers/TooltipWrapper.tsx +64 -28
  268. package/src/renderers/Wizard.tsx +36 -25
  269. package/src/store/crud.ts +10 -0
  270. package/src/types.ts +4 -0
  271. package/src/utils/ColorScale.ts +138 -0
  272. package/src/utils/api.ts +26 -4
  273. package/src/utils/dom.tsx +7 -6
@@ -116,7 +116,7 @@ export declare class DatePicker extends React.Component<DateProps, DatePickerSta
116
116
  render(): JSX.Element;
117
117
  }
118
118
  declare const _default: {
119
- new (props: (Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
119
+ new (props: (Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
120
120
  viewMode: "time" | "years" | "months" | "days";
121
121
  shortcuts: string;
122
122
  closeOnSelect: boolean;
@@ -125,7 +125,7 @@ declare const _default: {
125
125
  }, never>> & {
126
126
  locale?: string | undefined;
127
127
  translate?: ((str: string, ...args: any[]) => string) | undefined;
128
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
128
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
129
129
  viewMode: "time" | "years" | "months" | "days";
130
130
  shortcuts: string;
131
131
  closeOnSelect: boolean;
@@ -137,7 +137,7 @@ declare const _default: {
137
137
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
138
138
  render(): JSX.Element;
139
139
  context: any;
140
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
140
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
141
141
  viewMode: "time" | "years" | "months" | "days";
142
142
  shortcuts: string;
143
143
  closeOnSelect: boolean;
@@ -148,7 +148,7 @@ declare const _default: {
148
148
  translate?: ((str: string, ...args: any[]) => string) | undefined;
149
149
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
150
150
  forceUpdate(callback?: (() => void) | undefined): void;
151
- readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
151
+ readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
152
152
  viewMode: "time" | "years" | "months" | "days";
153
153
  shortcuts: string;
154
154
  closeOnSelect: boolean;
@@ -165,7 +165,7 @@ declare const _default: {
165
165
  [key: string]: React.ReactInstance;
166
166
  };
167
167
  componentDidMount?(): void;
168
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
168
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
169
169
  viewMode: "time" | "years" | "months" | "days";
170
170
  shortcuts: string;
171
171
  closeOnSelect: boolean;
@@ -177,7 +177,7 @@ declare const _default: {
177
177
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
178
178
  componentWillUnmount?(): void;
179
179
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
180
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
180
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
181
181
  viewMode: "time" | "years" | "months" | "days";
182
182
  shortcuts: string;
183
183
  closeOnSelect: boolean;
@@ -187,7 +187,7 @@ declare const _default: {
187
187
  locale?: string | undefined;
188
188
  translate?: ((str: string, ...args: any[]) => string) | undefined;
189
189
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
190
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
190
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
191
191
  viewMode: "time" | "years" | "months" | "days";
192
192
  shortcuts: string;
193
193
  closeOnSelect: boolean;
@@ -199,7 +199,7 @@ declare const _default: {
199
199
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
200
200
  componentWillMount?(): void;
201
201
  UNSAFE_componentWillMount?(): void;
202
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
202
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
203
203
  viewMode: "time" | "years" | "months" | "days";
204
204
  shortcuts: string;
205
205
  closeOnSelect: boolean;
@@ -209,7 +209,7 @@ declare const _default: {
209
209
  locale?: string | undefined;
210
210
  translate?: ((str: string, ...args: any[]) => string) | undefined;
211
211
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
212
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
212
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
213
213
  viewMode: "time" | "years" | "months" | "days";
214
214
  shortcuts: string;
215
215
  closeOnSelect: boolean;
@@ -219,7 +219,7 @@ declare const _default: {
219
219
  locale?: string | undefined;
220
220
  translate?: ((str: string, ...args: any[]) => string) | undefined;
221
221
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
222
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
222
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
223
223
  viewMode: "time" | "years" | "months" | "days";
224
224
  shortcuts: string;
225
225
  closeOnSelect: boolean;
@@ -229,7 +229,7 @@ declare const _default: {
229
229
  locale?: string | undefined;
230
230
  translate?: ((str: string, ...args: any[]) => string) | undefined;
231
231
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
232
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
232
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
233
233
  viewMode: "time" | "years" | "months" | "days";
234
234
  shortcuts: string;
235
235
  closeOnSelect: boolean;
@@ -240,7 +240,7 @@ declare const _default: {
240
240
  translate?: ((str: string, ...args: any[]) => string) | undefined;
241
241
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
242
242
  };
243
- new (props: Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
243
+ new (props: Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
244
244
  viewMode: "time" | "years" | "months" | "days";
245
245
  shortcuts: string;
246
246
  closeOnSelect: boolean;
@@ -252,7 +252,7 @@ declare const _default: {
252
252
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
253
253
  render(): JSX.Element;
254
254
  context: any;
255
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
255
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
256
256
  viewMode: "time" | "years" | "months" | "days";
257
257
  shortcuts: string;
258
258
  closeOnSelect: boolean;
@@ -263,7 +263,7 @@ declare const _default: {
263
263
  translate?: ((str: string, ...args: any[]) => string) | undefined;
264
264
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
265
265
  forceUpdate(callback?: (() => void) | undefined): void;
266
- readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
266
+ readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
267
267
  viewMode: "time" | "years" | "months" | "days";
268
268
  shortcuts: string;
269
269
  closeOnSelect: boolean;
@@ -280,7 +280,7 @@ declare const _default: {
280
280
  [key: string]: React.ReactInstance;
281
281
  };
282
282
  componentDidMount?(): void;
283
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
283
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
284
284
  viewMode: "time" | "years" | "months" | "days";
285
285
  shortcuts: string;
286
286
  closeOnSelect: boolean;
@@ -292,7 +292,7 @@ declare const _default: {
292
292
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
293
293
  componentWillUnmount?(): void;
294
294
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
295
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
295
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
296
296
  viewMode: "time" | "years" | "months" | "days";
297
297
  shortcuts: string;
298
298
  closeOnSelect: boolean;
@@ -302,7 +302,7 @@ declare const _default: {
302
302
  locale?: string | undefined;
303
303
  translate?: ((str: string, ...args: any[]) => string) | undefined;
304
304
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
305
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
305
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
306
306
  viewMode: "time" | "years" | "months" | "days";
307
307
  shortcuts: string;
308
308
  closeOnSelect: boolean;
@@ -314,7 +314,7 @@ declare const _default: {
314
314
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
315
315
  componentWillMount?(): void;
316
316
  UNSAFE_componentWillMount?(): void;
317
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
317
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
318
318
  viewMode: "time" | "years" | "months" | "days";
319
319
  shortcuts: string;
320
320
  closeOnSelect: boolean;
@@ -324,7 +324,7 @@ declare const _default: {
324
324
  locale?: string | undefined;
325
325
  translate?: ((str: string, ...args: any[]) => string) | undefined;
326
326
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
327
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
327
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
328
328
  viewMode: "time" | "years" | "months" | "days";
329
329
  shortcuts: string;
330
330
  closeOnSelect: boolean;
@@ -334,7 +334,7 @@ declare const _default: {
334
334
  locale?: string | undefined;
335
335
  translate?: ((str: string, ...args: any[]) => string) | undefined;
336
336
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
337
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
337
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
338
338
  viewMode: "time" | "years" | "months" | "days";
339
339
  shortcuts: string;
340
340
  closeOnSelect: boolean;
@@ -344,7 +344,7 @@ declare const _default: {
344
344
  locale?: string | undefined;
345
345
  translate?: ((str: string, ...args: any[]) => string) | undefined;
346
346
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
347
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
347
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
348
348
  viewMode: "time" | "years" | "months" | "days";
349
349
  shortcuts: string;
350
350
  closeOnSelect: boolean;
@@ -358,7 +358,7 @@ declare const _default: {
358
358
  displayName: string;
359
359
  contextType: React.Context<string>;
360
360
  ComposedComponent: React.ComponentType<{
361
- new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
361
+ new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
362
362
  viewMode: "time" | "years" | "months" | "days";
363
363
  shortcuts: string;
364
364
  closeOnSelect: boolean;
@@ -367,7 +367,7 @@ declare const _default: {
367
367
  }, never>> & {
368
368
  locale?: string | undefined;
369
369
  translate?: ((str: string, ...args: any[]) => string) | undefined;
370
- }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
370
+ }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
371
371
  viewMode: "time" | "years" | "months" | "days";
372
372
  shortcuts: string;
373
373
  closeOnSelect: boolean;
@@ -379,7 +379,7 @@ declare const _default: {
379
379
  }>): {
380
380
  render(): JSX.Element;
381
381
  context: any;
382
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
382
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
383
383
  viewMode: "time" | "years" | "months" | "days";
384
384
  shortcuts: string;
385
385
  closeOnSelect: boolean;
@@ -390,7 +390,7 @@ declare const _default: {
390
390
  translate?: ((str: string, ...args: any[]) => string) | undefined;
391
391
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
392
392
  forceUpdate(callback?: (() => void) | undefined): void;
393
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
393
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
394
394
  viewMode: "time" | "years" | "months" | "days";
395
395
  shortcuts: string;
396
396
  closeOnSelect: boolean;
@@ -407,7 +407,7 @@ declare const _default: {
407
407
  [key: string]: React.ReactInstance;
408
408
  };
409
409
  componentDidMount?(): void;
410
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
410
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
411
411
  viewMode: "time" | "years" | "months" | "days";
412
412
  shortcuts: string;
413
413
  closeOnSelect: boolean;
@@ -419,7 +419,7 @@ declare const _default: {
419
419
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
420
420
  componentWillUnmount?(): void;
421
421
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
422
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
422
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
423
423
  viewMode: "time" | "years" | "months" | "days";
424
424
  shortcuts: string;
425
425
  closeOnSelect: boolean;
@@ -429,7 +429,7 @@ declare const _default: {
429
429
  locale?: string | undefined;
430
430
  translate?: ((str: string, ...args: any[]) => string) | undefined;
431
431
  }>, prevState: Readonly<{}>): any;
432
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
432
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
433
433
  viewMode: "time" | "years" | "months" | "days";
434
434
  shortcuts: string;
435
435
  closeOnSelect: boolean;
@@ -441,7 +441,7 @@ declare const _default: {
441
441
  }>, prevState: Readonly<{}>, snapshot?: any): void;
442
442
  componentWillMount?(): void;
443
443
  UNSAFE_componentWillMount?(): void;
444
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
444
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
445
445
  viewMode: "time" | "years" | "months" | "days";
446
446
  shortcuts: string;
447
447
  closeOnSelect: boolean;
@@ -451,7 +451,7 @@ declare const _default: {
451
451
  locale?: string | undefined;
452
452
  translate?: ((str: string, ...args: any[]) => string) | undefined;
453
453
  }>, nextContext: any): void;
454
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
454
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
455
455
  viewMode: "time" | "years" | "months" | "days";
456
456
  shortcuts: string;
457
457
  closeOnSelect: boolean;
@@ -461,7 +461,7 @@ declare const _default: {
461
461
  locale?: string | undefined;
462
462
  translate?: ((str: string, ...args: any[]) => string) | undefined;
463
463
  }>, nextContext: any): void;
464
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
464
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
465
465
  viewMode: "time" | "years" | "months" | "days";
466
466
  shortcuts: string;
467
467
  closeOnSelect: boolean;
@@ -471,7 +471,7 @@ declare const _default: {
471
471
  locale?: string | undefined;
472
472
  translate?: ((str: string, ...args: any[]) => string) | undefined;
473
473
  }>, nextState: Readonly<{}>, nextContext: any): void;
474
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
474
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
475
475
  viewMode: "time" | "years" | "months" | "days";
476
476
  shortcuts: string;
477
477
  closeOnSelect: boolean;
@@ -482,7 +482,7 @@ declare const _default: {
482
482
  translate?: ((str: string, ...args: any[]) => string) | undefined;
483
483
  }>, nextState: Readonly<{}>, nextContext: any): void;
484
484
  };
485
- new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
485
+ new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
486
486
  viewMode: "time" | "years" | "months" | "days";
487
487
  shortcuts: string;
488
488
  closeOnSelect: boolean;
@@ -494,7 +494,7 @@ declare const _default: {
494
494
  }, context: any): {
495
495
  render(): JSX.Element;
496
496
  context: any;
497
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
497
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
498
498
  viewMode: "time" | "years" | "months" | "days";
499
499
  shortcuts: string;
500
500
  closeOnSelect: boolean;
@@ -505,7 +505,7 @@ declare const _default: {
505
505
  translate?: ((str: string, ...args: any[]) => string) | undefined;
506
506
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
507
507
  forceUpdate(callback?: (() => void) | undefined): void;
508
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
508
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
509
509
  viewMode: "time" | "years" | "months" | "days";
510
510
  shortcuts: string;
511
511
  closeOnSelect: boolean;
@@ -522,7 +522,7 @@ declare const _default: {
522
522
  [key: string]: React.ReactInstance;
523
523
  };
524
524
  componentDidMount?(): void;
525
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
525
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
526
526
  viewMode: "time" | "years" | "months" | "days";
527
527
  shortcuts: string;
528
528
  closeOnSelect: boolean;
@@ -534,7 +534,7 @@ declare const _default: {
534
534
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
535
535
  componentWillUnmount?(): void;
536
536
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
537
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
537
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
538
538
  viewMode: "time" | "years" | "months" | "days";
539
539
  shortcuts: string;
540
540
  closeOnSelect: boolean;
@@ -544,7 +544,7 @@ declare const _default: {
544
544
  locale?: string | undefined;
545
545
  translate?: ((str: string, ...args: any[]) => string) | undefined;
546
546
  }>, prevState: Readonly<{}>): any;
547
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
547
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
548
548
  viewMode: "time" | "years" | "months" | "days";
549
549
  shortcuts: string;
550
550
  closeOnSelect: boolean;
@@ -556,7 +556,7 @@ declare const _default: {
556
556
  }>, prevState: Readonly<{}>, snapshot?: any): void;
557
557
  componentWillMount?(): void;
558
558
  UNSAFE_componentWillMount?(): void;
559
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
559
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
560
560
  viewMode: "time" | "years" | "months" | "days";
561
561
  shortcuts: string;
562
562
  closeOnSelect: boolean;
@@ -566,7 +566,7 @@ declare const _default: {
566
566
  locale?: string | undefined;
567
567
  translate?: ((str: string, ...args: any[]) => string) | undefined;
568
568
  }>, nextContext: any): void;
569
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
569
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
570
570
  viewMode: "time" | "years" | "months" | "days";
571
571
  shortcuts: string;
572
572
  closeOnSelect: boolean;
@@ -576,7 +576,7 @@ declare const _default: {
576
576
  locale?: string | undefined;
577
577
  translate?: ((str: string, ...args: any[]) => string) | undefined;
578
578
  }>, nextContext: any): void;
579
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
579
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
580
580
  viewMode: "time" | "years" | "months" | "days";
581
581
  shortcuts: string;
582
582
  closeOnSelect: boolean;
@@ -586,7 +586,7 @@ declare const _default: {
586
586
  locale?: string | undefined;
587
587
  translate?: ((str: string, ...args: any[]) => string) | undefined;
588
588
  }>, nextState: Readonly<{}>, nextContext: any): void;
589
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
589
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
590
590
  viewMode: "time" | "years" | "months" | "days";
591
591
  shortcuts: string;
592
592
  closeOnSelect: boolean;
@@ -604,7 +604,7 @@ declare const _default: {
604
604
  ComposedComponent: typeof DatePicker;
605
605
  }>;
606
606
  } & import("hoist-non-react-statics").NonReactStatics<{
607
- new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
607
+ new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
608
608
  viewMode: "time" | "years" | "months" | "days";
609
609
  shortcuts: string;
610
610
  closeOnSelect: boolean;
@@ -613,7 +613,7 @@ declare const _default: {
613
613
  }, never>> & {
614
614
  locale?: string | undefined;
615
615
  translate?: ((str: string, ...args: any[]) => string) | undefined;
616
- }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
616
+ }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
617
617
  viewMode: "time" | "years" | "months" | "days";
618
618
  shortcuts: string;
619
619
  closeOnSelect: boolean;
@@ -625,7 +625,7 @@ declare const _default: {
625
625
  }>): {
626
626
  render(): JSX.Element;
627
627
  context: any;
628
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
628
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
629
629
  viewMode: "time" | "years" | "months" | "days";
630
630
  shortcuts: string;
631
631
  closeOnSelect: boolean;
@@ -636,7 +636,7 @@ declare const _default: {
636
636
  translate?: ((str: string, ...args: any[]) => string) | undefined;
637
637
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
638
638
  forceUpdate(callback?: (() => void) | undefined): void;
639
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
639
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
640
640
  viewMode: "time" | "years" | "months" | "days";
641
641
  shortcuts: string;
642
642
  closeOnSelect: boolean;
@@ -653,7 +653,7 @@ declare const _default: {
653
653
  [key: string]: React.ReactInstance;
654
654
  };
655
655
  componentDidMount?(): void;
656
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
656
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
657
657
  viewMode: "time" | "years" | "months" | "days";
658
658
  shortcuts: string;
659
659
  closeOnSelect: boolean;
@@ -665,7 +665,7 @@ declare const _default: {
665
665
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
666
666
  componentWillUnmount?(): void;
667
667
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
668
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
668
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
669
669
  viewMode: "time" | "years" | "months" | "days";
670
670
  shortcuts: string;
671
671
  closeOnSelect: boolean;
@@ -675,7 +675,7 @@ declare const _default: {
675
675
  locale?: string | undefined;
676
676
  translate?: ((str: string, ...args: any[]) => string) | undefined;
677
677
  }>, prevState: Readonly<{}>): any;
678
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
678
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
679
679
  viewMode: "time" | "years" | "months" | "days";
680
680
  shortcuts: string;
681
681
  closeOnSelect: boolean;
@@ -687,7 +687,7 @@ declare const _default: {
687
687
  }>, prevState: Readonly<{}>, snapshot?: any): void;
688
688
  componentWillMount?(): void;
689
689
  UNSAFE_componentWillMount?(): void;
690
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
690
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
691
691
  viewMode: "time" | "years" | "months" | "days";
692
692
  shortcuts: string;
693
693
  closeOnSelect: boolean;
@@ -697,7 +697,7 @@ declare const _default: {
697
697
  locale?: string | undefined;
698
698
  translate?: ((str: string, ...args: any[]) => string) | undefined;
699
699
  }>, nextContext: any): void;
700
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
700
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
701
701
  viewMode: "time" | "years" | "months" | "days";
702
702
  shortcuts: string;
703
703
  closeOnSelect: boolean;
@@ -707,7 +707,7 @@ declare const _default: {
707
707
  locale?: string | undefined;
708
708
  translate?: ((str: string, ...args: any[]) => string) | undefined;
709
709
  }>, nextContext: any): void;
710
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
710
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
711
711
  viewMode: "time" | "years" | "months" | "days";
712
712
  shortcuts: string;
713
713
  closeOnSelect: boolean;
@@ -717,7 +717,7 @@ declare const _default: {
717
717
  locale?: string | undefined;
718
718
  translate?: ((str: string, ...args: any[]) => string) | undefined;
719
719
  }>, nextState: Readonly<{}>, nextContext: any): void;
720
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
720
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
721
721
  viewMode: "time" | "years" | "months" | "days";
722
722
  shortcuts: string;
723
723
  closeOnSelect: boolean;
@@ -728,7 +728,7 @@ declare const _default: {
728
728
  translate?: ((str: string, ...args: any[]) => string) | undefined;
729
729
  }>, nextState: Readonly<{}>, nextContext: any): void;
730
730
  };
731
- new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
731
+ new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
732
732
  viewMode: "time" | "years" | "months" | "days";
733
733
  shortcuts: string;
734
734
  closeOnSelect: boolean;
@@ -740,7 +740,7 @@ declare const _default: {
740
740
  }, context: any): {
741
741
  render(): JSX.Element;
742
742
  context: any;
743
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
743
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
744
744
  viewMode: "time" | "years" | "months" | "days";
745
745
  shortcuts: string;
746
746
  closeOnSelect: boolean;
@@ -751,7 +751,7 @@ declare const _default: {
751
751
  translate?: ((str: string, ...args: any[]) => string) | undefined;
752
752
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
753
753
  forceUpdate(callback?: (() => void) | undefined): void;
754
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
754
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
755
755
  viewMode: "time" | "years" | "months" | "days";
756
756
  shortcuts: string;
757
757
  closeOnSelect: boolean;
@@ -768,7 +768,7 @@ declare const _default: {
768
768
  [key: string]: React.ReactInstance;
769
769
  };
770
770
  componentDidMount?(): void;
771
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
771
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
772
772
  viewMode: "time" | "years" | "months" | "days";
773
773
  shortcuts: string;
774
774
  closeOnSelect: boolean;
@@ -780,7 +780,7 @@ declare const _default: {
780
780
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
781
781
  componentWillUnmount?(): void;
782
782
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
783
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
783
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
784
784
  viewMode: "time" | "years" | "months" | "days";
785
785
  shortcuts: string;
786
786
  closeOnSelect: boolean;
@@ -790,7 +790,7 @@ declare const _default: {
790
790
  locale?: string | undefined;
791
791
  translate?: ((str: string, ...args: any[]) => string) | undefined;
792
792
  }>, prevState: Readonly<{}>): any;
793
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
793
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
794
794
  viewMode: "time" | "years" | "months" | "days";
795
795
  shortcuts: string;
796
796
  closeOnSelect: boolean;
@@ -802,7 +802,7 @@ declare const _default: {
802
802
  }>, prevState: Readonly<{}>, snapshot?: any): void;
803
803
  componentWillMount?(): void;
804
804
  UNSAFE_componentWillMount?(): void;
805
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
805
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
806
806
  viewMode: "time" | "years" | "months" | "days";
807
807
  shortcuts: string;
808
808
  closeOnSelect: boolean;
@@ -812,7 +812,7 @@ declare const _default: {
812
812
  locale?: string | undefined;
813
813
  translate?: ((str: string, ...args: any[]) => string) | undefined;
814
814
  }>, nextContext: any): void;
815
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
815
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
816
816
  viewMode: "time" | "years" | "months" | "days";
817
817
  shortcuts: string;
818
818
  closeOnSelect: boolean;
@@ -822,7 +822,7 @@ declare const _default: {
822
822
  locale?: string | undefined;
823
823
  translate?: ((str: string, ...args: any[]) => string) | undefined;
824
824
  }>, nextContext: any): void;
825
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
825
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
826
826
  viewMode: "time" | "years" | "months" | "days";
827
827
  shortcuts: string;
828
828
  closeOnSelect: boolean;
@@ -832,7 +832,7 @@ declare const _default: {
832
832
  locale?: string | undefined;
833
833
  translate?: ((str: string, ...args: any[]) => string) | undefined;
834
834
  }>, nextState: Readonly<{}>, nextContext: any): void;
835
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
835
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
836
836
  viewMode: "time" | "years" | "months" | "days";
837
837
  shortcuts: string;
838
838
  closeOnSelect: boolean;
@@ -850,7 +850,7 @@ declare const _default: {
850
850
  ComposedComponent: typeof DatePicker;
851
851
  }, {}> & {
852
852
  ComposedComponent: {
853
- new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
853
+ new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
854
854
  viewMode: "time" | "years" | "months" | "days";
855
855
  shortcuts: string;
856
856
  closeOnSelect: boolean;
@@ -859,7 +859,7 @@ declare const _default: {
859
859
  }, never>> & {
860
860
  locale?: string | undefined;
861
861
  translate?: ((str: string, ...args: any[]) => string) | undefined;
862
- }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
862
+ }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
863
863
  viewMode: "time" | "years" | "months" | "days";
864
864
  shortcuts: string;
865
865
  closeOnSelect: boolean;
@@ -871,7 +871,7 @@ declare const _default: {
871
871
  }>): {
872
872
  render(): JSX.Element;
873
873
  context: any;
874
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
874
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
875
875
  viewMode: "time" | "years" | "months" | "days";
876
876
  shortcuts: string;
877
877
  closeOnSelect: boolean;
@@ -882,7 +882,7 @@ declare const _default: {
882
882
  translate?: ((str: string, ...args: any[]) => string) | undefined;
883
883
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
884
884
  forceUpdate(callback?: (() => void) | undefined): void;
885
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
885
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
886
886
  viewMode: "time" | "years" | "months" | "days";
887
887
  shortcuts: string;
888
888
  closeOnSelect: boolean;
@@ -899,7 +899,7 @@ declare const _default: {
899
899
  [key: string]: React.ReactInstance;
900
900
  };
901
901
  componentDidMount?(): void;
902
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
902
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
903
903
  viewMode: "time" | "years" | "months" | "days";
904
904
  shortcuts: string;
905
905
  closeOnSelect: boolean;
@@ -911,7 +911,7 @@ declare const _default: {
911
911
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
912
912
  componentWillUnmount?(): void;
913
913
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
914
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
914
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
915
915
  viewMode: "time" | "years" | "months" | "days";
916
916
  shortcuts: string;
917
917
  closeOnSelect: boolean;
@@ -921,7 +921,7 @@ declare const _default: {
921
921
  locale?: string | undefined;
922
922
  translate?: ((str: string, ...args: any[]) => string) | undefined;
923
923
  }>, prevState: Readonly<{}>): any;
924
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
924
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
925
925
  viewMode: "time" | "years" | "months" | "days";
926
926
  shortcuts: string;
927
927
  closeOnSelect: boolean;
@@ -933,7 +933,7 @@ declare const _default: {
933
933
  }>, prevState: Readonly<{}>, snapshot?: any): void;
934
934
  componentWillMount?(): void;
935
935
  UNSAFE_componentWillMount?(): void;
936
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
936
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
937
937
  viewMode: "time" | "years" | "months" | "days";
938
938
  shortcuts: string;
939
939
  closeOnSelect: boolean;
@@ -943,7 +943,7 @@ declare const _default: {
943
943
  locale?: string | undefined;
944
944
  translate?: ((str: string, ...args: any[]) => string) | undefined;
945
945
  }>, nextContext: any): void;
946
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
946
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
947
947
  viewMode: "time" | "years" | "months" | "days";
948
948
  shortcuts: string;
949
949
  closeOnSelect: boolean;
@@ -953,7 +953,7 @@ declare const _default: {
953
953
  locale?: string | undefined;
954
954
  translate?: ((str: string, ...args: any[]) => string) | undefined;
955
955
  }>, nextContext: any): void;
956
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
956
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
957
957
  viewMode: "time" | "years" | "months" | "days";
958
958
  shortcuts: string;
959
959
  closeOnSelect: boolean;
@@ -963,7 +963,7 @@ declare const _default: {
963
963
  locale?: string | undefined;
964
964
  translate?: ((str: string, ...args: any[]) => string) | undefined;
965
965
  }>, nextState: Readonly<{}>, nextContext: any): void;
966
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
966
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
967
967
  viewMode: "time" | "years" | "months" | "days";
968
968
  shortcuts: string;
969
969
  closeOnSelect: boolean;
@@ -974,7 +974,7 @@ declare const _default: {
974
974
  translate?: ((str: string, ...args: any[]) => string) | undefined;
975
975
  }>, nextState: Readonly<{}>, nextContext: any): void;
976
976
  };
977
- new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
977
+ new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
978
978
  viewMode: "time" | "years" | "months" | "days";
979
979
  shortcuts: string;
980
980
  closeOnSelect: boolean;
@@ -986,7 +986,7 @@ declare const _default: {
986
986
  }, context: any): {
987
987
  render(): JSX.Element;
988
988
  context: any;
989
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
989
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
990
990
  viewMode: "time" | "years" | "months" | "days";
991
991
  shortcuts: string;
992
992
  closeOnSelect: boolean;
@@ -997,7 +997,7 @@ declare const _default: {
997
997
  translate?: ((str: string, ...args: any[]) => string) | undefined;
998
998
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
999
999
  forceUpdate(callback?: (() => void) | undefined): void;
1000
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1000
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1001
1001
  viewMode: "time" | "years" | "months" | "days";
1002
1002
  shortcuts: string;
1003
1003
  closeOnSelect: boolean;
@@ -1014,7 +1014,7 @@ declare const _default: {
1014
1014
  [key: string]: React.ReactInstance;
1015
1015
  };
1016
1016
  componentDidMount?(): void;
1017
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1017
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1018
1018
  viewMode: "time" | "years" | "months" | "days";
1019
1019
  shortcuts: string;
1020
1020
  closeOnSelect: boolean;
@@ -1026,7 +1026,7 @@ declare const _default: {
1026
1026
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1027
1027
  componentWillUnmount?(): void;
1028
1028
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1029
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1029
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1030
1030
  viewMode: "time" | "years" | "months" | "days";
1031
1031
  shortcuts: string;
1032
1032
  closeOnSelect: boolean;
@@ -1036,7 +1036,7 @@ declare const _default: {
1036
1036
  locale?: string | undefined;
1037
1037
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1038
1038
  }>, prevState: Readonly<{}>): any;
1039
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1039
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1040
1040
  viewMode: "time" | "years" | "months" | "days";
1041
1041
  shortcuts: string;
1042
1042
  closeOnSelect: boolean;
@@ -1048,7 +1048,7 @@ declare const _default: {
1048
1048
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1049
1049
  componentWillMount?(): void;
1050
1050
  UNSAFE_componentWillMount?(): void;
1051
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1051
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1052
1052
  viewMode: "time" | "years" | "months" | "days";
1053
1053
  shortcuts: string;
1054
1054
  closeOnSelect: boolean;
@@ -1058,7 +1058,7 @@ declare const _default: {
1058
1058
  locale?: string | undefined;
1059
1059
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1060
1060
  }>, nextContext: any): void;
1061
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1061
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1062
1062
  viewMode: "time" | "years" | "months" | "days";
1063
1063
  shortcuts: string;
1064
1064
  closeOnSelect: boolean;
@@ -1068,7 +1068,7 @@ declare const _default: {
1068
1068
  locale?: string | undefined;
1069
1069
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1070
1070
  }>, nextContext: any): void;
1071
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1071
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1072
1072
  viewMode: "time" | "years" | "months" | "days";
1073
1073
  shortcuts: string;
1074
1074
  closeOnSelect: boolean;
@@ -1078,7 +1078,7 @@ declare const _default: {
1078
1078
  locale?: string | undefined;
1079
1079
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1080
1080
  }>, nextState: Readonly<{}>, nextContext: any): void;
1081
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1081
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "timeConstraints" | "utc" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
1082
1082
  viewMode: "time" | "years" | "months" | "days";
1083
1083
  shortcuts: string;
1084
1084
  closeOnSelect: boolean;