Interface: IDatePickerProps
Defined in: submodules/univer/packages/design/src/components/date-picker/DatePicker.tsx:26
Extends
Omit
<PickerProps
<Dayjs
>,"value"
|"onChange"
|"locale"
|"generateConfig"
|"prefixCls"
>
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
about? | string | - | Omit.about | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2928 |
accept? | string | - | Omit.accept | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3358 |
accessKey? | string | - | Omit.accessKey | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2901 |
allowClear? | | boolean | { clearIcon : ReactNode ; } | - | Omit.allowClear | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:235 |
alt? | string | - | Omit.alt | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3359 |
aria-activedescendant? | string | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. | Omit.aria-activedescendant | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2599 |
aria-atomic? | Booleanish | Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. | Omit.aria-atomic | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2601 |
aria-autocomplete? | "none" | "both" | "inline" | "list" | Indicates whether inputting text could trigger display of one or more predictions of the user’s intended value for an input and specifies how predictions would be presented if they are made. | Omit.aria-autocomplete | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2606 |
aria-braillelabel? | string | Defines a string value that labels the current element, which is intended to be converted into Braille. See aria-label. | Omit.aria-braillelabel | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2612 |
aria-brailleroledescription? | string | Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille. See aria-roledescription. | Omit.aria-brailleroledescription | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2617 |
aria-busy? | Booleanish | - | Omit.aria-busy | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2618 |
aria-checked? | boolean | "mixed" | "false" | "true" | Indicates the current “checked” state of checkboxes, radio buttons, and other widgets. See - aria-pressed - aria-selected. | Omit.aria-checked | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2623 |
aria-colcount? | number | Defines the total number of columns in a table, grid, or treegrid. See aria-colindex. | Omit.aria-colcount | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2628 |
aria-colindex? | number | Defines an element’s column index or position with respect to the total number of columns within a table, grid, or treegrid. See - aria-colcount - aria-colspan. | Omit.aria-colindex | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2633 |
aria-colindextext? | string | Defines a human readable text alternative of aria-colindex. See aria-rowindextext. | Omit.aria-colindextext | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2638 |
aria-colspan? | number | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-colindex - aria-rowspan. | Omit.aria-colspan | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2643 |
aria-controls? | string | Identifies the element (or elements) whose contents or presence are controlled by the current element. See aria-owns. | Omit.aria-controls | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2648 |
aria-current? | boolean | "page" | "false" | "true" | "time" | "date" | "step" | "location" | Indicates the element that represents the current item within a container or set of related elements. | Omit.aria-current | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2650 |
aria-describedby? | string | Identifies the element (or elements) that describes the object. See aria-labelledby | Omit.aria-describedby | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2655 |
aria-description? | string | Defines a string value that describes or annotates the current element. See related aria-describedby. | Omit.aria-description | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2660 |
aria-details? | string | Identifies the element that provides a detailed, extended description for the object. See aria-describedby. | Omit.aria-details | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2665 |
aria-disabled? | Booleanish | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See - aria-hidden - aria-readonly. | Omit.aria-disabled | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2670 |
aria-dropeffect? | "none" | "link" | "copy" | "move" | "popup" | "execute" | Indicates what functions can be performed when a dragged object is released on the drop target. Deprecated in ARIA 1.1 | Omit.aria-dropeffect | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2675 |
aria-errormessage? | string | Identifies the element that provides an error message for the object. See - aria-invalid - aria-describedby. | Omit.aria-errormessage | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2680 |
aria-expanded? | Booleanish | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. | Omit.aria-expanded | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2682 |
aria-flowto? | string | Identifies the next element (or elements) in an alternate reading order of content which, at the user’s discretion, allows assistive technology to override the general default of reading in document source order. | Omit.aria-flowto | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2687 |
aria-grabbed? | Booleanish | Indicates an element’s “grabbed” state in a drag-and-drop operation. Deprecated in ARIA 1.1 | Omit.aria-grabbed | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2692 |
aria-haspopup? | | boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. | Omit.aria-haspopup | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2694 |
aria-hidden? | Booleanish | Indicates whether the element is exposed to an accessibility API. See aria-disabled. | Omit.aria-hidden | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2699 |
aria-invalid? | boolean | "false" | "true" | "grammar" | "spelling" | Indicates the entered value does not conform to the format expected by the application. See aria-errormessage. | Omit.aria-invalid | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2704 |
aria-keyshortcuts? | string | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. | Omit.aria-keyshortcuts | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2706 |
aria-label? | string | Defines a string value that labels the current element. See aria-labelledby. | Omit.aria-label | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2711 |
aria-labelledby? | string | Identifies the element (or elements) that labels the current element. See aria-describedby. | Omit.aria-labelledby | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2716 |
aria-level? | number | Defines the hierarchical level of an element within a structure. | Omit.aria-level | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2718 |
aria-live? | "off" | "assertive" | "polite" | Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. | Omit.aria-live | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2720 |
aria-modal? | Booleanish | Indicates whether an element is modal when displayed. | Omit.aria-modal | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2722 |
aria-multiline? | Booleanish | Indicates whether a text box accepts multiple lines of input or only a single line. | Omit.aria-multiline | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2724 |
aria-multiselectable? | Booleanish | Indicates that the user may select more than one item from the current selectable descendants. | Omit.aria-multiselectable | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2726 |
aria-orientation? | "horizontal" | "vertical" | Indicates whether the element’s orientation is horizontal, vertical, or unknown/ambiguous. | Omit.aria-orientation | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2728 |
aria-owns? | string | Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See aria-controls. | Omit.aria-owns | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2734 |
aria-placeholder? | string | Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. | Omit.aria-placeholder | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2739 |
aria-posinset? | number | Defines an element’s number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See aria-setsize. | Omit.aria-posinset | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2744 |
aria-pressed? | boolean | "mixed" | "false" | "true" | Indicates the current “pressed” state of toggle buttons. See - aria-checked - aria-selected. | Omit.aria-pressed | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2749 |
aria-readonly? | Booleanish | Indicates that the element is not editable, but is otherwise operable. See aria-disabled. | Omit.aria-readonly | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2754 |
aria-relevant? | | "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See aria-atomic. | Omit.aria-relevant | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2759 |
aria-required? | Booleanish | Indicates that user input is required on the element before a form may be submitted. | Omit.aria-required | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2772 |
aria-roledescription? | string | Defines a human-readable, author-localized description for the role of an element. | Omit.aria-roledescription | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2774 |
aria-rowcount? | number | Defines the total number of rows in a table, grid, or treegrid. See aria-rowindex. | Omit.aria-rowcount | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2779 |
aria-rowindex? | number | Defines an element’s row index or position with respect to the total number of rows within a table, grid, or treegrid. See - aria-rowcount - aria-rowspan. | Omit.aria-rowindex | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2784 |
aria-rowindextext? | string | Defines a human readable text alternative of aria-rowindex. See aria-colindextext. | Omit.aria-rowindextext | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2789 |
aria-rowspan? | number | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-rowindex - aria-colspan. | Omit.aria-rowspan | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2794 |
aria-selected? | Booleanish | Indicates the current “selected” state of various widgets. See - aria-checked - aria-pressed. | Omit.aria-selected | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2799 |
aria-setsize? | number | Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See aria-posinset. | Omit.aria-setsize | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2804 |
aria-sort? | "none" | "ascending" | "descending" | "other" | Indicates if items in a table or grid are sorted in ascending or descending order. | Omit.aria-sort | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2806 |
aria-valuemax? | number | Defines the maximum allowed value for a range widget. | Omit.aria-valuemax | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2808 |
aria-valuemin? | number | Defines the minimum allowed value for a range widget. | Omit.aria-valuemin | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2810 |
aria-valuenow? | number | Defines the current value for a range widget. See aria-valuetext. | Omit.aria-valuenow | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2815 |
aria-valuetext? | string | Defines the human readable text alternative of aria-valuenow for a range widget. | Omit.aria-valuetext | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2817 |
autoCapitalize? | | "none" | string & {} | "off" | "on" | "sentences" | "words" | "characters" | - | Omit.autoCapitalize | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2902 |
autoComplete? | HTMLInputAutoCompleteAttribute | - | Omit.autoComplete | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3360 |
autoCorrect? | string | - | Omit.autoCorrect | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2941 |
autoFocus? | boolean | - | Omit.autoFocus | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2903 |
autoSave? | string | - | Omit.autoSave | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2942 |
builtinPlacements? | BuildInPlacements | - | Omit.builtinPlacements | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:259 |
capture? | boolean | "user" | "environment" | - | Omit.capture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3361 |
cellRender? | CellRender <Dayjs , string | number | Dayjs > | - | Omit.cellRender | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:281 |
changeOnBlur? | boolean | @deprecated. This is removed and not work anymore. Value will always be update if user type correct date type. You can use needConfirm for confirm requirement. | Omit.changeOnBlur | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:271 |
changeOnScroll? | boolean | Only work in picker is time | Omit.changeOnScroll | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:140 |
checked? | boolean | - | Omit.checked | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3362 |
children? | ReactNode | - | Omit.children | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2385 |
className? | string | - | Omit.className | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:212 |
classNames? | Partial <Record <"popup" , string >> | - | Omit.classNames | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:215 |
clearIcon? | ReactNode | Deprecated Please use allowClear.clearIcon instead | Omit.clearIcon | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:239 |
color? | string | - | Omit.color | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2943 |
components? | Partial <Record <InternalMode , ComponentType <SharedPanelProps <Dayjs >>> & { button : string | ComponentType <any >; input : string | ComponentType <any >; }> | - | Omit.components | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:278 |
content? | string | - | Omit.content | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2929 |
contentEditable? | "inherit" | Booleanish | "plaintext-only" | - | Omit.contentEditable | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2905 |
contextMenu? | string | - | Omit.contextMenu | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2906 |
dangerouslySetInnerHTML? | { __html : string | TrustedHTML ; } | - | Omit.dangerouslySetInnerHTML | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2386 |
dangerouslySetInnerHTML.__html | string | TrustedHTML | - | - | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2389 |
datatype? | string | - | Omit.datatype | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2930 |
dateRender? | (currentDate : Dayjs , today : Dayjs ) => ReactNode | Deprecated use cellRender instead of dateRender | Omit.dateRender | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:283 |
defaultChecked? | boolean | - | Omit.defaultChecked | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2895 |
defaultOpen? | boolean | - | Omit.defaultOpen | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:253 |
defaultOpenValue? | Dayjs | - | Omit.defaultOpenValue | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:252 |
defaultPickerValue? | null | Dayjs | Config the popup panel date. Every time active the input to open popup will reset with defaultPickerValue . Note: defaultPickerValue priority is higher than value for the first open. | Omit.defaultPickerValue | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:23 |
defaultValue? | | Dayjs | Dayjs [] | - | Omit.defaultValue | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:11 |
dir? | string | - | Omit.dir | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2907 |
direction? | "ltr" | "rtl" | - | Omit.direction | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:210 |
disabled? | boolean | - | Omit.disabled | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:39 |
disabledDate? | DisabledDate <Dayjs > | - | Omit.disabledDate | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:247 |
disabledHours? | () => number [] | Deprecated Please use disabledTime instead. | Omit.disabledHours | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:132 |
disabledMinutes? | (hour : number ) => number [] | Deprecated Please use disabledTime instead. | Omit.disabledMinutes | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:134 |
disabledSeconds? | (hour : number , minute : number ) => number [] | Deprecated Please use disabledTime instead. | Omit.disabledSeconds | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:136 |
disabledTime? | (date : Dayjs ) => DisabledTimes | Only work in picker is time | Omit.disabledTime | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:138 |
draggable? | Booleanish | - | Omit.draggable | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2908 |
enterKeyHint? | "search" | "next" | "done" | "enter" | "go" | "previous" | "send" | - | Omit.enterKeyHint | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2909 |
form? | string | - | Omit.form | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3364 |
formAction? | string | - | Omit.formAction | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3365 |
format? | | { format : string ; type : "mask" ; } | FormatType <Dayjs > | FormatType <Dayjs >[] | Config the input field parse and format. When set format.type , it will force user input type with your input, it’s only support basic format mask: YYYY, MM, DD, HH, mm, ss, SSS. Once use config mode, it must be fill with format your config. | Omit.format | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:229 |
formEncType? | string | - | Omit.formEncType | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3371 |
formMethod? | string | - | Omit.formMethod | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3372 |
formNoValidate? | boolean | - | Omit.formNoValidate | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3373 |
formTarget? | string | - | Omit.formTarget | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3374 |
getPopupContainer? | (node : HTMLElement ) => HTMLElement | - | Omit.getPopupContainer | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:257 |
height? | string | number | - | Omit.height | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3375 |
hidden? | boolean | - | Omit.hidden | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2910 |
hideDisabledOptions? | boolean | Only work in picker is time | Omit.hideDisabledOptions | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:126 |
hourStep? | | 1 | 2 | 3 | 4 | 16 | 6 | 10 | 20 | 5 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 21 | 22 | Only work in picker is time | Omit.hourStep | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:115 |
id? | string | - | Omit.id | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:4 |
inlist? | any | - | Omit.inlist | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2931 |
inputMode? | | "none" | "search" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | Hints at the type of data that might be entered by the user while editing the element or its contents See https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute | Omit.inputMode | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2958 |
inputReadOnly? | boolean | - | Omit.inputReadOnly | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:244 |
inputRender? | (props : InputHTMLAttributes <HTMLInputElement >) => ReactNode | Deprecated Please use components.input instead. | Omit.inputRender | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:280 |
is? | string | Specify that a standard HTML element should behave like a defined custom built-in element See https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is | Omit.is | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2963 |
itemID? | string | - | Omit.itemID | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2947 |
itemProp? | string | - | Omit.itemProp | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2944 |
itemRef? | string | - | Omit.itemRef | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2948 |
itemScope? | boolean | - | Omit.itemScope | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2945 |
itemType? | string | - | Omit.itemType | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2946 |
lang? | string | - | Omit.lang | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2912 |
list? | string | - | Omit.list | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3376 |
maxDate? | Dayjs | Limit the selectable range. This will limit picker navigation also | Omit.maxDate | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:251 |
maxLength? | number | - | Omit.maxLength | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3378 |
maxTagCount? | number | "responsive" | Only work when multiple is in used | Omit.maxTagCount | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:9 |
millisecondStep? | | 1 | 2 | 3 | 4 | 100 | 60 | 120 | 180 | 240 | 300 | 360 | 255 | 16 | 6 | 50 | 10 | 40 | 20 | 5 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 65 | 350 | 500 | 96 | 595 | 842 | 90 | 88 | 248 | 250 | 235 | 215 | 127 | 212 | 245 | 220 | 228 | 196 | 205 | 138 | 226 | 165 | 222 | 184 | 135 | 95 | 158 | 160 | 210 | 105 | 80 | 149 | 237 | 139 | 132 | 169 | 189 | 183 | 107 | 85 | 140 | 153 | 204 | 233 | 150 | 122 | 143 | 188 | 72 | 61 | 79 | 206 | 209 | 148 | 211 | 147 | 191 | 144 | 178 | 218 | 128 | 173 | 92 | 75 | 130 | 230 | 124 | 252 | 216 | 224 | 238 | 182 | 193 | 170 | 119 | 136 | 176 | 102 | 186 | 112 | 219 | 179 | 113 | 123 | 104 | 154 | 199 | 133 | 225 | 181 | 253 | 142 | 69 | 214 | 232 | 152 | 251 | 175 | 239 | 213 | 185 | 63 | 192 | 203 | 221 | 114 | 244 | 164 | 87 | 82 | 106 | 70 | 99 | 71 | 64 | 208 | 299 | 587 | 62 | 66 | 67 | 68 | 73 | 74 | 76 | 77 | 78 | 81 | 83 | 84 | 86 | 89 | 91 | 93 | 94 | 97 | 98 | 101 | 103 | 108 | 109 | 110 | 111 | 115 | 116 | 117 | 118 | 121 | 125 | 126 | 129 | 131 | 134 | 137 | 141 | 145 | 146 | 151 | 155 | 156 | 157 | 159 | 161 | 162 | 163 | 166 | 167 | 168 | 171 | 172 | 174 | 177 | 187 | 190 | 194 | 195 | 197 | 198 | 200 | 201 | 202 | 207 | 217 | 223 | 227 | 229 | 231 | 234 | 236 | 241 | 242 | 243 | 246 | 247 | 249 | 254 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 575 | 576 | 577 | 578 | 579 | 580 | 581 | 582 | 583 | 584 | 585 | 586 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | 632 | 633 | 634 | 635 | 636 | 637 | 638 | 639 | 640 | 641 | 642 | 643 | 644 | 645 | 646 | 647 | 648 | 649 | 650 | 651 | 652 | 653 | 654 | 655 | 656 | 657 | 658 | 659 | 660 | 661 | 662 | 663 | 664 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | 672 | 673 | 674 | 675 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | 683 | 684 | 685 | 686 | 687 | 688 | 689 | 690 | 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 701 | 702 | 703 | 704 | 705 | 706 | 707 | 708 | 709 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 726 | 727 | 728 | 729 | 730 | 731 | 732 | 733 | 734 | 735 | 736 | 737 | 738 | 739 | 740 | 741 | 742 | 743 | 744 | 745 | 746 | 747 | 748 | 749 | 750 | 751 | 752 | 753 | 754 | 755 | 756 | 757 | 758 | 759 | 760 | 761 | 762 | 763 | 764 | 765 | 766 | 767 | 768 | 769 | 770 | 771 | 772 | 773 | 774 | 775 | 776 | 777 | 778 | 779 | 780 | 781 | 782 | 783 | 784 | 785 | 786 | 787 | 788 | 789 | 790 | 791 | 792 | 793 | 794 | 795 | 796 | 797 | 798 | 799 | 800 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 818 | 819 | 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828 | 829 | 830 | 831 | 832 | 833 | 834 | 835 | 836 | 837 | 838 | 839 | 840 | 841 | 843 | 844 | 845 | 846 | 847 | 848 | 849 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 858 | 859 | 860 | 861 | 862 | 863 | 864 | 865 | 866 | 867 | 868 | 869 | 870 | 871 | 872 | 873 | 874 | 875 | 876 | 877 | 878 | 879 | 880 | 881 | 882 | 883 | 884 | 885 | 886 | 887 | 888 | 889 | 890 | 891 | 892 | 893 | 894 | 895 | 896 | 897 | 898 | 899 | 900 | 901 | 902 | 903 | 904 | 905 | 906 | 907 | 908 | 909 | 910 | 911 | 912 | 913 | 914 | 915 | 916 | 917 | 918 | 919 | 920 | 921 | 922 | 923 | 924 | 925 | 926 | 927 | 928 | 929 | 930 | 931 | 932 | 933 | 934 | 935 | 936 | 937 | 938 | 939 | 940 | 941 | 942 | 943 | 944 | 945 | 946 | 947 | 948 | 949 | 950 | 951 | 952 | 953 | 954 | 955 | 956 | 957 | 958 | 959 | 960 | 961 | 962 | 963 | 964 | 965 | 966 | 967 | 968 | 969 | 970 | 971 | 972 | 973 | 974 | 975 | 976 | 977 | 978 | 979 | 980 | 981 | 982 | 983 | 984 | 985 | 986 | 987 | 988 | 989 | 990 | 991 | 992 | 993 | 994 | 995 | 996 | 997 | 998 | Only work in picker is time . Note that too small step will cause performance issue. | Omit.millisecondStep | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:124 |
minDate? | Dayjs | Limit the selectable range. This will limit picker navigation also | Omit.minDate | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:249 |
minLength? | number | - | Omit.minLength | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3380 |
minuteStep? | | 1 | 2 | 3 | 4 | 16 | 6 | 50 | 10 | 40 | 20 | 5 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | Only work in picker is time | Omit.minuteStep | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:117 |
mode? | PanelMode | - | Omit.mode | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:40 |
monthCellRender? | (currentDate : Dayjs , locale : Locale ) => ReactNode | Deprecated use cellRender instead of monthCellRender | Omit.monthCellRender | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:285 |
multiple? | boolean | Not support time or datetime picker | Omit.multiple | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:6 |
name? | string | - | Omit.name | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3382 |
needConfirm? | boolean | By default. Only time or datetime show the confirm button in panel. true to make every picker need confirm. false to trigger change on every time panel closed by the mode = picker. | Omit.needConfirm | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:265 |
nextIcon? | ReactNode | - | Omit.nextIcon | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:195 |
nonce? | string | - | Omit.nonce | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2913 |
onAbort? | ReactEventHandler <HTMLDivElement > | - | Omit.onAbort | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2445 |
onAbortCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onAbortCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2446 |
onAnimationEnd? | AnimationEventHandler <HTMLDivElement > | - | Omit.onAnimationEnd | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2575 |
onAnimationEndCapture? | AnimationEventHandler <HTMLDivElement > | - | Omit.onAnimationEndCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2576 |
onAnimationIteration? | AnimationEventHandler <HTMLDivElement > | - | Omit.onAnimationIteration | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2577 |
onAnimationIterationCapture? | AnimationEventHandler <HTMLDivElement > | - | Omit.onAnimationIterationCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2578 |
onAnimationStart? | AnimationEventHandler <HTMLDivElement > | - | Omit.onAnimationStart | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2573 |
onAnimationStartCapture? | AnimationEventHandler <HTMLDivElement > | - | Omit.onAnimationStartCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2574 |
onAuxClick? | MouseEventHandler <HTMLDivElement > | - | Omit.onAuxClick | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2493 |
onAuxClickCapture? | MouseEventHandler <HTMLDivElement > | - | Omit.onAuxClickCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2494 |
onBeforeInput? | FormEventHandler <HTMLDivElement > | - | Omit.onBeforeInput | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2417 |
onBeforeInputCapture? | FormEventHandler <HTMLDivElement > | - | Omit.onBeforeInputCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2418 |
onBlur? | PickerFocusEventHandler | - | Omit.onBlur | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:241 |
onBlurCapture? | FocusEventHandler <HTMLDivElement > | - | Omit.onBlurCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2412 |
onCalendarChange? | (date : | Dayjs | Dayjs [], dateString : string | string [], info : BaseInfo ) => void | - | Omit.onCalendarChange | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:13 |
onCanPlay? | ReactEventHandler <HTMLDivElement > | - | Omit.onCanPlay | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2447 |
onCanPlayCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onCanPlayCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2448 |
onCanPlayThrough? | ReactEventHandler <HTMLDivElement > | - | Omit.onCanPlayThrough | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2449 |
onCanPlayThroughCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onCanPlayThroughCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2450 |
onChange | (date : Dayjs , dateString : string ) => void | Callback when the value of the date picker changes. | - | submodules/univer/packages/design/src/components/date-picker/DatePicker.tsx:35 |
onChangeCapture? | FormEventHandler <HTMLDivElement > | - | Omit.onChangeCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2416 |
onClick? | MouseEventHandler <HTMLDivElement > | - | Omit.onClick | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2495 |
onClickCapture? | MouseEventHandler <HTMLDivElement > | - | Omit.onClickCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2496 |
onCompositionEnd? | CompositionEventHandler <HTMLDivElement > | - | Omit.onCompositionEnd | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2401 |
onCompositionEndCapture? | CompositionEventHandler <HTMLDivElement > | - | Omit.onCompositionEndCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2402 |
onCompositionStart? | CompositionEventHandler <HTMLDivElement > | - | Omit.onCompositionStart | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2403 |
onCompositionStartCapture? | CompositionEventHandler <HTMLDivElement > | - | Omit.onCompositionStartCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2404 |
onCompositionUpdate? | CompositionEventHandler <HTMLDivElement > | - | Omit.onCompositionUpdate | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2405 |
onCompositionUpdateCapture? | CompositionEventHandler <HTMLDivElement > | - | Omit.onCompositionUpdateCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2406 |
onContextMenu? | MouseEventHandler <HTMLDivElement > | - | Omit.onContextMenu | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2497 |
onContextMenuCapture? | MouseEventHandler <HTMLDivElement > | - | Omit.onContextMenuCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2498 |
onCopy? | ClipboardEventHandler <HTMLDivElement > | - | Omit.onCopy | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2393 |
onCopyCapture? | ClipboardEventHandler <HTMLDivElement > | - | Omit.onCopyCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2394 |
onCut? | ClipboardEventHandler <HTMLDivElement > | - | Omit.onCut | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2395 |
onCutCapture? | ClipboardEventHandler <HTMLDivElement > | - | Omit.onCutCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2396 |
onDoubleClick? | MouseEventHandler <HTMLDivElement > | - | Omit.onDoubleClick | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2499 |
onDoubleClickCapture? | MouseEventHandler <HTMLDivElement > | - | Omit.onDoubleClickCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2500 |
onDrag? | DragEventHandler <HTMLDivElement > | - | Omit.onDrag | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2501 |
onDragCapture? | DragEventHandler <HTMLDivElement > | - | Omit.onDragCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2502 |
onDragEnd? | DragEventHandler <HTMLDivElement > | - | Omit.onDragEnd | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2503 |
onDragEndCapture? | DragEventHandler <HTMLDivElement > | - | Omit.onDragEndCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2504 |
onDragEnter? | DragEventHandler <HTMLDivElement > | - | Omit.onDragEnter | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2505 |
onDragEnterCapture? | DragEventHandler <HTMLDivElement > | - | Omit.onDragEnterCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2506 |
onDragExit? | DragEventHandler <HTMLDivElement > | - | Omit.onDragExit | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2507 |
onDragExitCapture? | DragEventHandler <HTMLDivElement > | - | Omit.onDragExitCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2508 |
onDragLeave? | DragEventHandler <HTMLDivElement > | - | Omit.onDragLeave | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2509 |
onDragLeaveCapture? | DragEventHandler <HTMLDivElement > | - | Omit.onDragLeaveCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2510 |
onDragOver? | DragEventHandler <HTMLDivElement > | - | Omit.onDragOver | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2511 |
onDragOverCapture? | DragEventHandler <HTMLDivElement > | - | Omit.onDragOverCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2512 |
onDragStart? | DragEventHandler <HTMLDivElement > | - | Omit.onDragStart | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2513 |
onDragStartCapture? | DragEventHandler <HTMLDivElement > | - | Omit.onDragStartCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2514 |
onDrop? | DragEventHandler <HTMLDivElement > | - | Omit.onDrop | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2515 |
onDropCapture? | DragEventHandler <HTMLDivElement > | - | Omit.onDropCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2516 |
onDurationChange? | ReactEventHandler <HTMLDivElement > | - | Omit.onDurationChange | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2451 |
onDurationChangeCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onDurationChangeCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2452 |
onEmptied? | ReactEventHandler <HTMLDivElement > | - | Omit.onEmptied | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2453 |
onEmptiedCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onEmptiedCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2454 |
onEncrypted? | ReactEventHandler <HTMLDivElement > | - | Omit.onEncrypted | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2455 |
onEncryptedCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onEncryptedCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2456 |
onEnded? | ReactEventHandler <HTMLDivElement > | - | Omit.onEnded | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2457 |
onEndedCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onEndedCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2458 |
onError? | ReactEventHandler <HTMLDivElement > | - | Omit.onError | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2431 |
onErrorCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onErrorCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2432 |
onFocus? | PickerFocusEventHandler | - | Omit.onFocus | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:240 |
onFocusCapture? | FocusEventHandler <HTMLDivElement > | - | Omit.onFocusCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2410 |
onGotPointerCapture? | PointerEventHandler <HTMLDivElement > | - | Omit.onGotPointerCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2559 |
onGotPointerCaptureCapture? | PointerEventHandler <HTMLDivElement > | - | Omit.onGotPointerCaptureCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2560 |
onInput? | FormEventHandler <HTMLDivElement > | - | Omit.onInput | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2419 |
onInputCapture? | FormEventHandler <HTMLDivElement > | - | Omit.onInputCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2420 |
onInvalidCapture? | FormEventHandler <HTMLDivElement > | - | Omit.onInvalidCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2426 |
onKeyDown? | LegacyOnKeyDown | preventDefault is deprecated which will remove from future version. | Omit.onKeyDown | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:243 |
onKeyDownCapture? | KeyboardEventHandler <HTMLDivElement > | - | Omit.onKeyDownCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2436 |
onKeyPress? | KeyboardEventHandler <HTMLDivElement > | Deprecated Use onKeyUp or onKeyDown instead | Omit.onKeyPress | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2438 |
onKeyPressCapture? | KeyboardEventHandler <HTMLDivElement > | Deprecated Use onKeyUpCapture or onKeyDownCapture instead | Omit.onKeyPressCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2440 |
onKeyUp? | KeyboardEventHandler <HTMLDivElement > | - | Omit.onKeyUp | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2441 |
onKeyUpCapture? | KeyboardEventHandler <HTMLDivElement > | - | Omit.onKeyUpCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2442 |
onLoad? | ReactEventHandler <HTMLDivElement > | - | Omit.onLoad | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2429 |
onLoadCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onLoadCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2430 |
onLoadedData? | ReactEventHandler <HTMLDivElement > | - | Omit.onLoadedData | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2459 |
onLoadedDataCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onLoadedDataCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2460 |
onLoadedMetadata? | ReactEventHandler <HTMLDivElement > | - | Omit.onLoadedMetadata | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2461 |
onLoadedMetadataCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onLoadedMetadataCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2462 |
onLoadStart? | ReactEventHandler <HTMLDivElement > | - | Omit.onLoadStart | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2463 |
onLoadStartCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onLoadStartCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2464 |
onLostPointerCapture? | PointerEventHandler <HTMLDivElement > | - | Omit.onLostPointerCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2561 |
onLostPointerCaptureCapture? | PointerEventHandler <HTMLDivElement > | - | Omit.onLostPointerCaptureCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2562 |
onMouseDown? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseDown | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2517 |
onMouseDownCapture? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseDownCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2518 |
onMouseEnter? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseEnter | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2519 |
onMouseLeave? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseLeave | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2520 |
onMouseMove? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseMove | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2521 |
onMouseMoveCapture? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseMoveCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2522 |
onMouseOut? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseOut | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2523 |
onMouseOutCapture? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseOutCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2524 |
onMouseOver? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseOver | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2525 |
onMouseOverCapture? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseOverCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2526 |
onMouseUp? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseUp | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2527 |
onMouseUpCapture? | MouseEventHandler <HTMLDivElement > | - | Omit.onMouseUpCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2528 |
onOk? | (value ?: | Dayjs | Dayjs []) => void | - | Omit.onOk | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:15 |
onOpenChange? | (open : boolean ) => void | - | Omit.onOpenChange | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:255 |
onPanelChange? | (values : Dayjs , modes : PanelMode ) => void | - | Omit.onPanelChange | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:41 |
onPaste? | ClipboardEventHandler <HTMLDivElement > | - | Omit.onPaste | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2397 |
onPasteCapture? | ClipboardEventHandler <HTMLDivElement > | - | Omit.onPasteCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2398 |
onPause? | ReactEventHandler <HTMLDivElement > | - | Omit.onPause | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2465 |
onPauseCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onPauseCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2466 |
onPickerValueChange? | (date : Dayjs , info : { mode : PanelMode ; source : "reset" | "panel" ; }) => void | Each popup panel pickerValue change will trigger the callback. | Omit.onPickerValueChange | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:34 |
onPlay? | ReactEventHandler <HTMLDivElement > | - | Omit.onPlay | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2467 |
onPlayCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onPlayCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2468 |
onPlaying? | ReactEventHandler <HTMLDivElement > | - | Omit.onPlaying | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2469 |
onPlayingCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onPlayingCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2470 |
onPointerCancel? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerCancel | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2551 |
onPointerCancelCapture? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerCancelCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2552 |
onPointerDown? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerDown | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2545 |
onPointerDownCapture? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerDownCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2546 |
onPointerEnter? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerEnter | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2553 |
onPointerLeave? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerLeave | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2554 |
onPointerMove? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerMove | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2547 |
onPointerMoveCapture? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerMoveCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2548 |
onPointerOut? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerOut | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2557 |
onPointerOutCapture? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerOutCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2558 |
onPointerOver? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerOver | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2555 |
onPointerOverCapture? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerOverCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2556 |
onPointerUp? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerUp | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2549 |
onPointerUpCapture? | PointerEventHandler <HTMLDivElement > | - | Omit.onPointerUpCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2550 |
onProgress? | ReactEventHandler <HTMLDivElement > | - | Omit.onProgress | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2471 |
onProgressCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onProgressCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2472 |
onRateChange? | ReactEventHandler <HTMLDivElement > | - | Omit.onRateChange | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2473 |
onRateChangeCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onRateChangeCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2474 |
onReset? | FormEventHandler <HTMLDivElement > | - | Omit.onReset | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2421 |
onResetCapture? | FormEventHandler <HTMLDivElement > | - | Omit.onResetCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2422 |
onResize? | ReactEventHandler <HTMLDivElement > | - | Omit.onResize | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2475 |
onResizeCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onResizeCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2476 |
onScroll? | UIEventHandler <HTMLDivElement > | - | Omit.onScroll | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2565 |
onScrollCapture? | UIEventHandler <HTMLDivElement > | - | Omit.onScrollCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2566 |
onSeeked? | ReactEventHandler <HTMLDivElement > | - | Omit.onSeeked | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2477 |
onSeekedCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onSeekedCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2478 |
onSeeking? | ReactEventHandler <HTMLDivElement > | - | Omit.onSeeking | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2479 |
onSeekingCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onSeekingCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2480 |
onSelectCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onSelectCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2532 |
onStalled? | ReactEventHandler <HTMLDivElement > | - | Omit.onStalled | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2481 |
onStalledCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onStalledCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2482 |
onSubmit? | FormEventHandler <HTMLDivElement > | - | Omit.onSubmit | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2423 |
onSubmitCapture? | FormEventHandler <HTMLDivElement > | - | Omit.onSubmitCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2424 |
onSuspend? | ReactEventHandler <HTMLDivElement > | - | Omit.onSuspend | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2483 |
onSuspendCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onSuspendCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2484 |
onTimeUpdate? | ReactEventHandler <HTMLDivElement > | - | Omit.onTimeUpdate | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2485 |
onTimeUpdateCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onTimeUpdateCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2486 |
onTouchCancel? | TouchEventHandler <HTMLDivElement > | - | Omit.onTouchCancel | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2535 |
onTouchCancelCapture? | TouchEventHandler <HTMLDivElement > | - | Omit.onTouchCancelCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2536 |
onTouchEnd? | TouchEventHandler <HTMLDivElement > | - | Omit.onTouchEnd | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2537 |
onTouchEndCapture? | TouchEventHandler <HTMLDivElement > | - | Omit.onTouchEndCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2538 |
onTouchMove? | TouchEventHandler <HTMLDivElement > | - | Omit.onTouchMove | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2539 |
onTouchMoveCapture? | TouchEventHandler <HTMLDivElement > | - | Omit.onTouchMoveCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2540 |
onTouchStart? | TouchEventHandler <HTMLDivElement > | - | Omit.onTouchStart | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2541 |
onTouchStartCapture? | TouchEventHandler <HTMLDivElement > | - | Omit.onTouchStartCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2542 |
onTransitionEnd? | TransitionEventHandler <HTMLDivElement > | - | Omit.onTransitionEnd | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2581 |
onTransitionEndCapture? | TransitionEventHandler <HTMLDivElement > | - | Omit.onTransitionEndCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2582 |
onVolumeChange? | ReactEventHandler <HTMLDivElement > | - | Omit.onVolumeChange | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2487 |
onVolumeChangeCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onVolumeChangeCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2488 |
onWaiting? | ReactEventHandler <HTMLDivElement > | - | Omit.onWaiting | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2489 |
onWaitingCapture? | ReactEventHandler <HTMLDivElement > | - | Omit.onWaitingCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2490 |
onWheel? | WheelEventHandler <HTMLDivElement > | - | Omit.onWheel | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2569 |
onWheelCapture? | WheelEventHandler <HTMLDivElement > | - | Omit.onWheelCapture | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2570 |
open? | boolean | - | Omit.open | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:254 |
order? | boolean | Default will always order of selection after submit | Omit.order | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:246 |
panelRender? | (originPanel : ReactNode ) => ReactNode | - | Omit.panelRender | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:293 |
pattern? | string | - | Omit.pattern | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3383 |
picker? | PickerMode | - | Omit.picker | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:218 |
pickerValue? | null | Dayjs | Config each start & end field popup panel date. When config pickerValue , you must also provide onPickerValueChange to handle changes. | Omit.pickerValue | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:28 |
placeholder? | string | - | Omit.placeholder | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:16 |
placement? | string | - | Omit.placement | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:258 |
popupAlign? | AlignType | - | Omit.popupAlign | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:256 |
prefix? | ReactNode | - | Omit.prefix | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:233 |
preserveInvalidOnBlur? | boolean | When user input invalidate date, keep it in the input field. This is only used for strong a11y requirement which do not want modify after blur. | Omit.preserveInvalidOnBlur | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:276 |
presets? | ValueDate <Dayjs >[] | - | Omit.presets | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:38 |
prevIcon? | ReactNode | - | Omit.prevIcon | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:194 |
property? | string | - | Omit.property | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2933 |
radioGroup? | string | - | Omit.radioGroup | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2922 |
readOnly? | boolean | - | Omit.readOnly | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3385 |
rel? | string | - | Omit.rel | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2934 |
removeIcon? | ReactNode | - | Omit.removeIcon | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/PickerInput/SinglePicker.d.ts:7 |
renderExtraFooter? | (mode : PanelMode ) => ReactNode | - | Omit.renderExtraFooter | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:294 |
required? | boolean | - | Omit.required | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3386 |
resource? | string | - | Omit.resource | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2935 |
results? | number | - | Omit.results | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2949 |
rev? | string | - | Omit.rev | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2936 |
role? | AriaRole | - | Omit.role | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2925 |
secondStep? | | 1 | 2 | 3 | 4 | 16 | 6 | 50 | 10 | 40 | 20 | 5 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | Only work in picker is time | Omit.secondStep | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:119 |
security? | string | - | Omit.security | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2950 |
showHour? | boolean | Only work in picker is time | Omit.showHour | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:105 |
showMillisecond? | boolean | Only work in picker is time | Omit.showMillisecond | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:111 |
showMinute? | boolean | Only work in picker is time | Omit.showMinute | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:107 |
showNow? | boolean | When use date picker, Show the button to set current datetime. | Omit.showNow | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:290 |
showSecond? | boolean | Only work in picker is time | Omit.showSecond | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:109 |
showTime? | | boolean | SharedTimeProps <Dayjs > | Only work when picker is date or time | Omit.showTime | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:220 |
showToday? | boolean | Deprecated Please use showNow instead | Omit.showToday | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:292 |
showWeek? | boolean | Only work when picker is date | Omit.showWeek | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:222 |
slot? | string | - | Omit.slot | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2914 |
spellCheck? | Booleanish | - | Omit.spellCheck | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2915 |
src? | string | - | Omit.src | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3388 |
step? | string | number | - | Omit.step | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3389 |
style? | CSSProperties | - | Omit.style | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:213 |
styles? | Partial <Record <"popup" , CSSProperties >> | - | Omit.styles | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:214 |
suffixIcon? | ReactNode | - | Omit.suffixIcon | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:234 |
superNextIcon? | ReactNode | - | Omit.superNextIcon | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:197 |
superPrevIcon? | ReactNode | - | Omit.superPrevIcon | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:196 |
suppressContentEditableWarning? | boolean | - | Omit.suppressContentEditableWarning | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2897 |
suppressHydrationWarning? | boolean | - | Omit.suppressHydrationWarning | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2898 |
tabIndex? | number | - | Omit.tabIndex | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2917 |
title? | string | - | Omit.title | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2918 |
transitionName? | string | - | Omit.transitionName | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:277 |
translate? | "no" | "yes" | - | Omit.translate | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2919 |
type? | HTMLInputTypeAttribute | - | Omit.type | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3390 |
typeof? | string | - | Omit.typeof | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2937 |
unselectable? | "off" | "on" | - | Omit.unselectable | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2951 |
use12Hours? | boolean | Only work in picker is time | Omit.use12Hours | node_modules/.pnpm/rc-picker@4.8.1_dayjs@1.11.13_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/interface.d.ts:113 |
value | Dayjs | The value of the date picker. | - | submodules/univer/packages/design/src/components/date-picker/DatePicker.tsx:30 |
vocab? | string | - | Omit.vocab | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:2938 |
width? | string | number | - | Omit.width | node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:3392 |