amis 1.9.0 → 1.9.1-beta.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (269) hide show
  1. package/lib/RootRenderer.js +10 -2
  2. package/lib/RootRenderer.js.map +2 -2
  3. package/lib/Schema.d.ts +3 -2
  4. package/lib/Schema.js.map +1 -1
  5. package/lib/actions/Action.d.ts +1 -0
  6. package/lib/actions/Action.js +7 -6
  7. package/lib/actions/Action.js.map +2 -2
  8. package/lib/components/Button.d.ts +11 -10
  9. package/lib/components/Button.js +2 -2
  10. package/lib/components/Button.js.map +2 -2
  11. package/lib/components/CalendarMobile.d.ts +40 -40
  12. package/lib/components/Checkbox.js +1 -1
  13. package/lib/components/Checkbox.js.map +2 -2
  14. package/lib/components/ContextMenu.d.ts +4 -0
  15. package/lib/components/ContextMenu.js +23 -7
  16. package/lib/components/ContextMenu.js.map +2 -2
  17. package/lib/components/DatePicker.d.ts +40 -40
  18. package/lib/components/DateRangePicker.d.ts +40 -40
  19. package/lib/components/Form.d.ts +22 -0
  20. package/lib/components/Form.js +44 -0
  21. package/lib/components/Form.js.map +13 -0
  22. package/lib/components/FormField.d.ts +65 -0
  23. package/lib/components/FormField.js +48 -0
  24. package/lib/components/FormField.js.map +13 -0
  25. package/lib/components/InputBox.d.ts +10 -10
  26. package/lib/components/InputBox.js +4 -3
  27. package/lib/components/InputBox.js.map +2 -2
  28. package/lib/components/InputBoxWithSuggestion.d.ts +280 -0
  29. package/lib/components/InputBoxWithSuggestion.js +65 -0
  30. package/lib/components/InputBoxWithSuggestion.js.map +13 -0
  31. package/lib/components/ListGroup.d.ts +10 -10
  32. package/lib/components/PickerContainer.d.ts +4 -2
  33. package/lib/components/PickerContainer.js +28 -5
  34. package/lib/components/PickerContainer.js.map +2 -2
  35. package/lib/components/Radios.d.ts +10 -10
  36. package/lib/components/ResultBox.d.ts +40 -40
  37. package/lib/components/Select.d.ts +195 -202
  38. package/lib/components/Select.js +7 -3
  39. package/lib/components/Select.js.map +2 -2
  40. package/lib/components/Textarea.d.ts +568 -2
  41. package/lib/components/Textarea.js +129 -1
  42. package/lib/components/Textarea.js.map +2 -2
  43. package/lib/components/Toast.js +11 -9
  44. package/lib/components/Toast.js.map +2 -2
  45. package/lib/components/UserSelect.d.ts +500 -0
  46. package/lib/components/UserSelect.js +559 -0
  47. package/lib/components/UserSelect.js.map +13 -0
  48. package/lib/components/UserTabSelect.d.ts +320 -0
  49. package/lib/components/UserTabSelect.js +163 -0
  50. package/lib/components/UserTabSelect.js.map +13 -0
  51. package/lib/components/WithRemoteConfig.d.ts +7 -0
  52. package/lib/components/WithRemoteConfig.js +17 -11
  53. package/lib/components/WithRemoteConfig.js.map +2 -2
  54. package/lib/components/calendar/DaysView.d.ts +26 -1
  55. package/lib/components/calendar/DaysView.js +60 -19
  56. package/lib/components/calendar/DaysView.js.map +2 -2
  57. package/lib/components/calendar/TimeView.d.ts +1 -1
  58. package/lib/components/calendar/TimeView.js +10 -3
  59. package/lib/components/calendar/TimeView.js.map +2 -2
  60. package/lib/components/formula/Picker.js +4 -4
  61. package/lib/components/formula/Picker.js.map +2 -2
  62. package/lib/components/icons.d.ts +7 -1
  63. package/lib/components/icons.js +17 -1
  64. package/lib/components/icons.js.map +2 -2
  65. package/lib/components/index.d.ts +2 -1
  66. package/lib/components/index.js +3 -1
  67. package/lib/components/index.js.map +2 -2
  68. package/lib/components/json-schema/Array.d.ts +3 -0
  69. package/lib/components/json-schema/Array.js +125 -0
  70. package/lib/components/json-schema/Array.js.map +13 -0
  71. package/lib/components/json-schema/Item.d.ts +3 -0
  72. package/lib/components/json-schema/Item.js +34 -0
  73. package/lib/components/json-schema/Item.js.map +13 -0
  74. package/lib/components/json-schema/Object.d.ts +3 -0
  75. package/lib/components/json-schema/Object.js +178 -0
  76. package/lib/components/json-schema/Object.js.map +13 -0
  77. package/lib/components/json-schema/index.d.ts +279 -0
  78. package/lib/components/json-schema/index.js +16 -0
  79. package/lib/components/json-schema/index.js.map +13 -0
  80. package/lib/components/schema-editor/Array.js +2 -2
  81. package/lib/components/schema-editor/Array.js.map +2 -2
  82. package/lib/components/schema-editor/Common.d.ts +2 -0
  83. package/lib/components/schema-editor/Common.js +39 -3
  84. package/lib/components/schema-editor/Common.js.map +2 -2
  85. package/lib/components/schema-editor/Object.js +2 -2
  86. package/lib/components/schema-editor/Object.js.map +2 -2
  87. package/lib/components/schema-editor/index.d.ts +45 -41
  88. package/lib/components/schema-editor/index.js +5 -5
  89. package/lib/components/schema-editor/index.js.map +2 -2
  90. package/lib/helper.css +125 -124
  91. package/lib/helper.css.map +1 -1
  92. package/lib/hooks/use-validation-resolver.d.ts +1 -0
  93. package/lib/hooks/use-validation-resolver.js +49 -0
  94. package/lib/hooks/use-validation-resolver.js.map +13 -0
  95. package/lib/icons/department.js +17 -0
  96. package/lib/icons/menu.js +9 -0
  97. package/lib/icons/post.js +15 -0
  98. package/lib/icons/role.js +14 -0
  99. package/lib/icons/user-remove.js +12 -0
  100. package/lib/index.d.ts +2 -0
  101. package/lib/index.js +3 -1
  102. package/lib/index.js.map +2 -2
  103. package/lib/locale/de-DE.js +11 -1
  104. package/lib/locale/de-DE.js.map +2 -2
  105. package/lib/locale/en-US.js +12 -1
  106. package/lib/locale/en-US.js.map +2 -2
  107. package/lib/locale/zh-CN.js +14 -3
  108. package/lib/locale/zh-CN.js.map +2 -2
  109. package/lib/renderers/Action.js +25 -11
  110. package/lib/renderers/Action.js.map +2 -2
  111. package/lib/renderers/CRUD.js +5 -1
  112. package/lib/renderers/CRUD.js.map +2 -2
  113. package/lib/renderers/Dialog.js +9 -3
  114. package/lib/renderers/Dialog.js.map +2 -2
  115. package/lib/renderers/Drawer.js +5 -1
  116. package/lib/renderers/Drawer.js.map +2 -2
  117. package/lib/renderers/Form/InputDate.d.ts +2 -2
  118. package/lib/renderers/Form/InputDate.js.map +2 -2
  119. package/lib/renderers/Form/InputFile.js +5 -12
  120. package/lib/renderers/Form/InputFile.js.map +2 -2
  121. package/lib/renderers/Form/InputText.d.ts +1 -1
  122. package/lib/renderers/Form/InputText.js.map +1 -1
  123. package/lib/renderers/Form/JSONSchema.d.ts +23 -0
  124. package/lib/renderers/Form/JSONSchema.js +44 -0
  125. package/lib/renderers/Form/JSONSchema.js.map +13 -0
  126. package/lib/renderers/Form/JSONSchemaEditor.d.ts +2 -3
  127. package/lib/renderers/Form/JSONSchemaEditor.js +9 -24
  128. package/lib/renderers/Form/JSONSchemaEditor.js.map +2 -2
  129. package/lib/renderers/Form/Textarea.d.ts +1 -8
  130. package/lib/renderers/Form/Textarea.js +11 -75
  131. package/lib/renderers/Form/Textarea.js.map +2 -2
  132. package/lib/renderers/Form/UserSelect.d.ts +54 -0
  133. package/lib/renderers/Form/UserSelect.js +197 -0
  134. package/lib/renderers/Form/UserSelect.js.map +13 -0
  135. package/lib/renderers/Form/index.d.ts +1 -1
  136. package/lib/renderers/Form/index.js +88 -42
  137. package/lib/renderers/Form/index.js.map +2 -2
  138. package/lib/renderers/Link.d.ts +1 -1
  139. package/lib/renderers/Link.js +15 -29
  140. package/lib/renderers/Link.js.map +2 -2
  141. package/lib/renderers/Log.d.ts +28 -0
  142. package/lib/renderers/Log.js +110 -20
  143. package/lib/renderers/Log.js.map +2 -2
  144. package/lib/renderers/Page.js +5 -1
  145. package/lib/renderers/Page.js.map +2 -2
  146. package/lib/renderers/Service.js +5 -1
  147. package/lib/renderers/Service.js.map +2 -2
  148. package/lib/renderers/Wizard.js +37 -14
  149. package/lib/renderers/Wizard.js.map +2 -2
  150. package/lib/store/form.js +65 -45
  151. package/lib/store/form.js.map +2 -2
  152. package/lib/themes/ang-ie11.css +576 -24
  153. package/lib/themes/ang.css +553 -12
  154. package/lib/themes/ang.css.map +1 -1
  155. package/lib/themes/antd-ie11.css +576 -24
  156. package/lib/themes/antd.css +553 -12
  157. package/lib/themes/antd.css.map +1 -1
  158. package/lib/themes/cxd-ie11.css +576 -24
  159. package/lib/themes/cxd.css +553 -12
  160. package/lib/themes/cxd.css.map +1 -1
  161. package/lib/themes/dark-ie11.css +576 -24
  162. package/lib/themes/dark.css +553 -12
  163. package/lib/themes/dark.css.map +1 -1
  164. package/lib/themes/default-ie11.css +576 -24
  165. package/lib/themes/default.css +553 -12
  166. package/lib/themes/default.css.map +1 -1
  167. package/lib/utils/api.js +1 -1
  168. package/lib/utils/api.js.map +2 -2
  169. package/lib/utils/renderer-event.js.map +2 -2
  170. package/package.json +2 -1
  171. package/schema.json +542 -4
  172. package/scss/_properties.scss +20 -8
  173. package/scss/components/_input-box.scss +22 -1
  174. package/scss/components/_json-schema.scss +124 -0
  175. package/scss/components/_log.scss +37 -5
  176. package/scss/components/form/_date-range.scss +1 -0
  177. package/scss/components/form/_select.scss +9 -0
  178. package/scss/components/form/_transfer.scss +19 -3
  179. package/scss/components/form/_user-select.scss +422 -0
  180. package/scss/helper/background/_background-color.scss +125 -124
  181. package/scss/themes/_common.scss +2 -0
  182. package/sdk/ang-ie11.css +670 -24
  183. package/sdk/ang.css +647 -12
  184. package/sdk/antd-ie11.css +670 -24
  185. package/sdk/antd.css +647 -12
  186. package/sdk/barcode.js +51 -51
  187. package/sdk/charts.js +14 -14
  188. package/sdk/codemirror.js +7 -7
  189. package/sdk/color-picker.js +65 -65
  190. package/sdk/cropperjs.js +2 -2
  191. package/sdk/cxd-ie11.css +670 -24
  192. package/sdk/cxd.css +647 -12
  193. package/sdk/dark-ie11.css +670 -24
  194. package/sdk/dark.css +647 -12
  195. package/sdk/exceljs.js +1 -1
  196. package/sdk/helper.css +125 -124
  197. package/sdk/helper.css.map +1 -1
  198. package/sdk/locale/de-DE.js +11 -1
  199. package/sdk/markdown.js +69 -69
  200. package/sdk/papaparse.js +1 -1
  201. package/sdk/renderers/Form/CityDB.js +1 -1
  202. package/sdk/rest.js +16 -16
  203. package/sdk/rich-text.js +62 -62
  204. package/sdk/sdk-ie11.css +670 -24
  205. package/sdk/sdk.css +647 -12
  206. package/sdk/sdk.js +1651 -1637
  207. package/sdk/thirds/hls.js/hls.js +1 -1
  208. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  209. package/sdk/tinymce.js +57 -57
  210. package/src/RootRenderer.tsx +27 -15
  211. package/src/Schema.ts +5 -1
  212. package/src/actions/Action.ts +5 -4
  213. package/src/components/Button.tsx +3 -0
  214. package/src/components/Checkbox.tsx +2 -1
  215. package/src/components/ContextMenu.tsx +25 -7
  216. package/src/components/Form.tsx +70 -0
  217. package/src/components/FormField.tsx +127 -0
  218. package/src/components/InputBox.tsx +4 -1
  219. package/src/components/InputBoxWithSuggestion.tsx +113 -0
  220. package/src/components/PickerContainer.tsx +20 -5
  221. package/src/components/Select.tsx +18 -10
  222. package/src/components/Textarea.tsx +234 -2
  223. package/src/components/Toast.tsx +19 -18
  224. package/src/components/UserSelect.tsx +850 -0
  225. package/src/components/UserTabSelect.tsx +261 -0
  226. package/src/components/WithRemoteConfig.tsx +22 -7
  227. package/src/components/calendar/DaysView.tsx +117 -49
  228. package/src/components/calendar/TimeView.tsx +11 -6
  229. package/src/components/formula/Picker.tsx +2 -1
  230. package/src/components/icons.tsx +17 -1
  231. package/src/components/index.tsx +3 -1
  232. package/src/components/json-schema/Array.tsx +216 -0
  233. package/src/components/json-schema/Item.tsx +47 -0
  234. package/src/components/json-schema/Object.tsx +339 -0
  235. package/src/components/json-schema/index.tsx +44 -0
  236. package/src/components/schema-editor/Array.tsx +3 -1
  237. package/src/components/schema-editor/Common.tsx +61 -4
  238. package/src/components/schema-editor/Object.tsx +3 -1
  239. package/src/components/schema-editor/index.tsx +12 -5
  240. package/src/hooks/use-validation-resolver.ts +45 -0
  241. package/src/icons/department.svg +17 -0
  242. package/src/icons/menu.svg +2 -0
  243. package/src/icons/post.svg +15 -0
  244. package/src/icons/role.svg +14 -0
  245. package/src/icons/user-remove.svg +12 -0
  246. package/src/index.tsx +2 -0
  247. package/src/locale/de-DE.ts +11 -1
  248. package/src/locale/en-US.ts +12 -1
  249. package/src/locale/zh-CN.ts +14 -3
  250. package/src/renderers/Action.tsx +10 -9
  251. package/src/renderers/CRUD.tsx +5 -1
  252. package/src/renderers/Dialog.tsx +9 -3
  253. package/src/renderers/Drawer.tsx +5 -1
  254. package/src/renderers/Form/InputDate.tsx +9 -4
  255. package/src/renderers/Form/InputFile.tsx +5 -15
  256. package/src/renderers/Form/InputText.tsx +1 -1
  257. package/src/renderers/Form/JSONSchema.tsx +56 -0
  258. package/src/renderers/Form/JSONSchemaEditor.tsx +8 -27
  259. package/src/renderers/Form/Textarea.tsx +7 -117
  260. package/src/renderers/Form/UserSelect.tsx +263 -0
  261. package/src/renderers/Form/index.tsx +28 -18
  262. package/src/renderers/Link.tsx +5 -17
  263. package/src/renderers/Log.tsx +213 -19
  264. package/src/renderers/Page.tsx +6 -1
  265. package/src/renderers/Service.tsx +5 -1
  266. package/src/renderers/Wizard.tsx +24 -10
  267. package/src/store/form.ts +24 -17
  268. package/src/utils/api.ts +1 -1
  269. package/src/utils/renderer-event.ts +0 -2
@@ -120,7 +120,7 @@ export declare class DatePicker extends React.Component<DateProps, DatePickerSta
120
120
  render(): JSX.Element;
121
121
  }
122
122
  declare const _default: {
123
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
123
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
124
124
  viewMode: "time" | "years" | "months" | "days";
125
125
  shortcuts: string;
126
126
  closeOnSelect: boolean;
@@ -135,7 +135,7 @@ declare const _default: {
135
135
  getWrappedInstance(): any;
136
136
  render(): JSX.Element;
137
137
  context: any;
138
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
138
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
139
139
  viewMode: "time" | "years" | "months" | "days";
140
140
  shortcuts: string;
141
141
  closeOnSelect: boolean;
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  translate?: ((str: string, ...args: any[]) => string) | undefined;
147
147
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
148
148
  forceUpdate(callback?: (() => void) | undefined): void;
149
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
149
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
150
150
  viewMode: "time" | "years" | "months" | "days";
151
151
  shortcuts: string;
152
152
  closeOnSelect: boolean;
@@ -163,7 +163,7 @@ declare const _default: {
163
163
  [key: string]: React.ReactInstance;
164
164
  };
165
165
  componentDidMount?(): void;
166
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
166
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
167
167
  viewMode: "time" | "years" | "months" | "days";
168
168
  shortcuts: string;
169
169
  closeOnSelect: boolean;
@@ -175,7 +175,7 @@ declare const _default: {
175
175
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
176
176
  componentWillUnmount?(): void;
177
177
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
178
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
178
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
179
179
  viewMode: "time" | "years" | "months" | "days";
180
180
  shortcuts: string;
181
181
  closeOnSelect: boolean;
@@ -185,7 +185,7 @@ declare const _default: {
185
185
  locale?: string | undefined;
186
186
  translate?: ((str: string, ...args: any[]) => string) | undefined;
187
187
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
188
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
188
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
189
189
  viewMode: "time" | "years" | "months" | "days";
190
190
  shortcuts: string;
191
191
  closeOnSelect: boolean;
@@ -197,7 +197,7 @@ declare const _default: {
197
197
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
198
198
  componentWillMount?(): void;
199
199
  UNSAFE_componentWillMount?(): void;
200
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
200
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
201
201
  viewMode: "time" | "years" | "months" | "days";
202
202
  shortcuts: string;
203
203
  closeOnSelect: boolean;
@@ -207,7 +207,7 @@ declare const _default: {
207
207
  locale?: string | undefined;
208
208
  translate?: ((str: string, ...args: any[]) => string) | undefined;
209
209
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
210
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
210
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
211
211
  viewMode: "time" | "years" | "months" | "days";
212
212
  shortcuts: string;
213
213
  closeOnSelect: boolean;
@@ -217,7 +217,7 @@ declare const _default: {
217
217
  locale?: string | undefined;
218
218
  translate?: ((str: string, ...args: any[]) => string) | undefined;
219
219
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
220
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
220
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
221
221
  viewMode: "time" | "years" | "months" | "days";
222
222
  shortcuts: string;
223
223
  closeOnSelect: boolean;
@@ -227,7 +227,7 @@ declare const _default: {
227
227
  locale?: string | undefined;
228
228
  translate?: ((str: string, ...args: any[]) => string) | undefined;
229
229
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
230
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
230
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
231
231
  viewMode: "time" | "years" | "months" | "days";
232
232
  shortcuts: string;
233
233
  closeOnSelect: boolean;
@@ -241,7 +241,7 @@ declare const _default: {
241
241
  displayName: string;
242
242
  contextType: React.Context<string>;
243
243
  ComposedComponent: React.ComponentType<{
244
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
244
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
245
245
  viewMode: "time" | "years" | "months" | "days";
246
246
  shortcuts: string;
247
247
  closeOnSelect: boolean;
@@ -256,7 +256,7 @@ declare const _default: {
256
256
  getWrappedInstance(): any;
257
257
  render(): JSX.Element;
258
258
  context: any;
259
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
259
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
260
260
  viewMode: "time" | "years" | "months" | "days";
261
261
  shortcuts: string;
262
262
  closeOnSelect: boolean;
@@ -267,7 +267,7 @@ declare const _default: {
267
267
  translate?: ((str: string, ...args: any[]) => string) | undefined;
268
268
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
269
269
  forceUpdate(callback?: (() => void) | undefined): void;
270
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
270
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
271
271
  viewMode: "time" | "years" | "months" | "days";
272
272
  shortcuts: string;
273
273
  closeOnSelect: boolean;
@@ -284,7 +284,7 @@ declare const _default: {
284
284
  [key: string]: React.ReactInstance;
285
285
  };
286
286
  componentDidMount?(): void;
287
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
287
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
288
288
  viewMode: "time" | "years" | "months" | "days";
289
289
  shortcuts: string;
290
290
  closeOnSelect: boolean;
@@ -296,7 +296,7 @@ declare const _default: {
296
296
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
297
297
  componentWillUnmount?(): void;
298
298
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
299
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
299
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
300
300
  viewMode: "time" | "years" | "months" | "days";
301
301
  shortcuts: string;
302
302
  closeOnSelect: boolean;
@@ -306,7 +306,7 @@ declare const _default: {
306
306
  locale?: string | undefined;
307
307
  translate?: ((str: string, ...args: any[]) => string) | undefined;
308
308
  }>, prevState: Readonly<{}>): any;
309
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
309
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
310
310
  viewMode: "time" | "years" | "months" | "days";
311
311
  shortcuts: string;
312
312
  closeOnSelect: boolean;
@@ -318,7 +318,7 @@ declare const _default: {
318
318
  }>, prevState: Readonly<{}>, snapshot?: any): void;
319
319
  componentWillMount?(): void;
320
320
  UNSAFE_componentWillMount?(): void;
321
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
321
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
322
322
  viewMode: "time" | "years" | "months" | "days";
323
323
  shortcuts: string;
324
324
  closeOnSelect: boolean;
@@ -328,7 +328,7 @@ declare const _default: {
328
328
  locale?: string | undefined;
329
329
  translate?: ((str: string, ...args: any[]) => string) | undefined;
330
330
  }>, nextContext: any): void;
331
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
331
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
332
332
  viewMode: "time" | "years" | "months" | "days";
333
333
  shortcuts: string;
334
334
  closeOnSelect: boolean;
@@ -338,7 +338,7 @@ declare const _default: {
338
338
  locale?: string | undefined;
339
339
  translate?: ((str: string, ...args: any[]) => string) | undefined;
340
340
  }>, nextContext: any): void;
341
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
341
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
342
342
  viewMode: "time" | "years" | "months" | "days";
343
343
  shortcuts: string;
344
344
  closeOnSelect: boolean;
@@ -348,7 +348,7 @@ declare const _default: {
348
348
  locale?: string | undefined;
349
349
  translate?: ((str: string, ...args: any[]) => string) | undefined;
350
350
  }>, nextState: Readonly<{}>, nextContext: any): void;
351
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
351
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
352
352
  viewMode: "time" | "years" | "months" | "days";
353
353
  shortcuts: string;
354
354
  closeOnSelect: boolean;
@@ -366,7 +366,7 @@ declare const _default: {
366
366
  ComposedComponent: typeof DatePicker;
367
367
  }>;
368
368
  } & import("hoist-non-react-statics").NonReactStatics<{
369
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
369
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
370
370
  viewMode: "time" | "years" | "months" | "days";
371
371
  shortcuts: string;
372
372
  closeOnSelect: boolean;
@@ -381,7 +381,7 @@ declare const _default: {
381
381
  getWrappedInstance(): any;
382
382
  render(): JSX.Element;
383
383
  context: any;
384
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
384
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
385
385
  viewMode: "time" | "years" | "months" | "days";
386
386
  shortcuts: string;
387
387
  closeOnSelect: boolean;
@@ -392,7 +392,7 @@ declare const _default: {
392
392
  translate?: ((str: string, ...args: any[]) => string) | undefined;
393
393
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
394
394
  forceUpdate(callback?: (() => void) | undefined): void;
395
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
395
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
396
396
  viewMode: "time" | "years" | "months" | "days";
397
397
  shortcuts: string;
398
398
  closeOnSelect: boolean;
@@ -409,7 +409,7 @@ declare const _default: {
409
409
  [key: string]: React.ReactInstance;
410
410
  };
411
411
  componentDidMount?(): void;
412
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
412
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
413
413
  viewMode: "time" | "years" | "months" | "days";
414
414
  shortcuts: string;
415
415
  closeOnSelect: boolean;
@@ -421,7 +421,7 @@ declare const _default: {
421
421
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
422
422
  componentWillUnmount?(): void;
423
423
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
424
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
424
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
425
425
  viewMode: "time" | "years" | "months" | "days";
426
426
  shortcuts: string;
427
427
  closeOnSelect: boolean;
@@ -431,7 +431,7 @@ declare const _default: {
431
431
  locale?: string | undefined;
432
432
  translate?: ((str: string, ...args: any[]) => string) | undefined;
433
433
  }>, prevState: Readonly<{}>): any;
434
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
434
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
435
435
  viewMode: "time" | "years" | "months" | "days";
436
436
  shortcuts: string;
437
437
  closeOnSelect: boolean;
@@ -443,7 +443,7 @@ declare const _default: {
443
443
  }>, prevState: Readonly<{}>, snapshot?: any): void;
444
444
  componentWillMount?(): void;
445
445
  UNSAFE_componentWillMount?(): void;
446
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
446
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
447
447
  viewMode: "time" | "years" | "months" | "days";
448
448
  shortcuts: string;
449
449
  closeOnSelect: boolean;
@@ -453,7 +453,7 @@ declare const _default: {
453
453
  locale?: string | undefined;
454
454
  translate?: ((str: string, ...args: any[]) => string) | undefined;
455
455
  }>, nextContext: any): void;
456
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
456
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
457
457
  viewMode: "time" | "years" | "months" | "days";
458
458
  shortcuts: string;
459
459
  closeOnSelect: boolean;
@@ -463,7 +463,7 @@ declare const _default: {
463
463
  locale?: string | undefined;
464
464
  translate?: ((str: string, ...args: any[]) => string) | undefined;
465
465
  }>, nextContext: any): void;
466
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
466
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
467
467
  viewMode: "time" | "years" | "months" | "days";
468
468
  shortcuts: string;
469
469
  closeOnSelect: boolean;
@@ -473,7 +473,7 @@ declare const _default: {
473
473
  locale?: string | undefined;
474
474
  translate?: ((str: string, ...args: any[]) => string) | undefined;
475
475
  }>, nextState: Readonly<{}>, nextContext: any): void;
476
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
476
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
477
477
  viewMode: "time" | "years" | "months" | "days";
478
478
  shortcuts: string;
479
479
  closeOnSelect: boolean;
@@ -491,7 +491,7 @@ declare const _default: {
491
491
  ComposedComponent: typeof DatePicker;
492
492
  }, {}> & {
493
493
  ComposedComponent: {
494
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
494
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
495
495
  viewMode: "time" | "years" | "months" | "days";
496
496
  shortcuts: string;
497
497
  closeOnSelect: boolean;
@@ -506,7 +506,7 @@ declare const _default: {
506
506
  getWrappedInstance(): any;
507
507
  render(): JSX.Element;
508
508
  context: any;
509
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
509
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
510
510
  viewMode: "time" | "years" | "months" | "days";
511
511
  shortcuts: string;
512
512
  closeOnSelect: boolean;
@@ -517,7 +517,7 @@ declare const _default: {
517
517
  translate?: ((str: string, ...args: any[]) => string) | undefined;
518
518
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
519
519
  forceUpdate(callback?: (() => void) | undefined): void;
520
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
520
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
521
521
  viewMode: "time" | "years" | "months" | "days";
522
522
  shortcuts: string;
523
523
  closeOnSelect: boolean;
@@ -534,7 +534,7 @@ declare const _default: {
534
534
  [key: string]: React.ReactInstance;
535
535
  };
536
536
  componentDidMount?(): void;
537
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
537
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & 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;
@@ -546,7 +546,7 @@ declare const _default: {
546
546
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
547
547
  componentWillUnmount?(): void;
548
548
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
549
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
549
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
550
550
  viewMode: "time" | "years" | "months" | "days";
551
551
  shortcuts: string;
552
552
  closeOnSelect: boolean;
@@ -556,7 +556,7 @@ declare const _default: {
556
556
  locale?: string | undefined;
557
557
  translate?: ((str: string, ...args: any[]) => string) | undefined;
558
558
  }>, prevState: Readonly<{}>): any;
559
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
559
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & 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;
@@ -568,7 +568,7 @@ declare const _default: {
568
568
  }>, prevState: Readonly<{}>, snapshot?: any): void;
569
569
  componentWillMount?(): void;
570
570
  UNSAFE_componentWillMount?(): void;
571
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
571
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
572
572
  viewMode: "time" | "years" | "months" | "days";
573
573
  shortcuts: string;
574
574
  closeOnSelect: boolean;
@@ -578,7 +578,7 @@ declare const _default: {
578
578
  locale?: string | undefined;
579
579
  translate?: ((str: string, ...args: any[]) => string) | undefined;
580
580
  }>, nextContext: any): void;
581
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
581
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
582
582
  viewMode: "time" | "years" | "months" | "days";
583
583
  shortcuts: string;
584
584
  closeOnSelect: boolean;
@@ -588,7 +588,7 @@ declare const _default: {
588
588
  locale?: string | undefined;
589
589
  translate?: ((str: string, ...args: any[]) => string) | undefined;
590
590
  }>, nextContext: any): void;
591
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
591
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
592
592
  viewMode: "time" | "years" | "months" | "days";
593
593
  shortcuts: string;
594
594
  closeOnSelect: boolean;
@@ -598,7 +598,7 @@ declare const _default: {
598
598
  locale?: string | undefined;
599
599
  translate?: ((str: string, ...args: any[]) => string) | undefined;
600
600
  }>, nextState: Readonly<{}>, nextContext: any): void;
601
- 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" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
601
+ 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" | "dateFormat" | "timeFormat" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "utc" | "popoverClassName" | "mobileCalendarMode" | "onRef"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
602
602
  viewMode: "time" | "years" | "months" | "days";
603
603
  shortcuts: string;
604
604
  closeOnSelect: boolean;