framer-motion 6.3.11 → 6.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -20
- package/dist/es/animation/use-animated-state.mjs +0 -1
- package/dist/es/animation/utils/transitions.mjs +0 -2
- package/dist/es/context/DeprecatedLayoutGroupContext.mjs +0 -1
- package/dist/es/context/LayoutGroupContext.mjs +0 -3
- package/dist/es/motion/index.mjs +0 -2
- package/dist/es/render/utils/animation.mjs +0 -3
- package/dist/es/render/utils/motion-values.mjs +1 -1
- package/dist/es/value/index.mjs +1 -4
- package/dist/es/value/use-inverted-scale.mjs +0 -1
- package/dist/es/value/utils/resolve-motion-value.mjs +0 -2
- package/dist/framer-motion.dev.js +2 -20
- package/dist/framer-motion.js +1 -1
- package/dist/index.d.ts +4118 -0
- package/dist/projection.dev.js +2 -9
- package/dist/size-rollup-dom-animation.js +1 -1
- package/dist/size-rollup-dom-max.js +1 -1
- package/dist/three-entry.d.ts +2428 -0
- package/package.json +4 -4
- package/types/animation/animate.d.ts +0 -54
- package/types/animation/animation-controls.d.ts +0 -5
- package/types/animation/types.d.ts +0 -79
- package/types/animation/use-animated-state.d.ts +0 -6
- package/types/animation/use-animation.d.ts +0 -31
- package/types/animation/utils/default-transitions.d.ts +0 -19
- package/types/animation/utils/easing.d.ts +0 -3
- package/types/animation/utils/is-animatable.d.ts +0 -11
- package/types/animation/utils/is-animation-controls.d.ts +0 -2
- package/types/animation/utils/is-keyframes-target.d.ts +0 -2
- package/types/animation/utils/transitions.d.ts +0 -29
- package/types/animation/utils/variant-resolvers.d.ts +0 -12
- package/types/components/AnimatePresence/PresenceChild.d.ts +0 -12
- package/types/components/AnimatePresence/index.d.ts +0 -36
- package/types/components/AnimatePresence/types.d.ts +0 -61
- package/types/components/AnimatePresence/use-presence.d.ts +0 -52
- package/types/components/AnimateSharedLayout.d.ts +0 -2
- package/types/components/LayoutGroup/index.d.ts +0 -12
- package/types/components/LazyMotion/index.d.ts +0 -38
- package/types/components/LazyMotion/types.d.ts +0 -54
- package/types/components/MotionConfig/index.d.ts +0 -25
- package/types/components/Reorder/Group.d.ts +0 -297
- package/types/components/Reorder/Item.d.ts +0 -278
- package/types/components/Reorder/index.d.ts +0 -509
- package/types/components/Reorder/types.d.ts +0 -10
- package/types/components/Reorder/utils/check-reorder.d.ts +0 -2
- package/types/context/DeprecatedLayoutGroupContext.d.ts +0 -6
- package/types/context/LayoutGroupContext.d.ts +0 -11
- package/types/context/LazyContext.d.ts +0 -7
- package/types/context/MotionConfigContext.d.ts +0 -36
- package/types/context/MotionContext/create.d.ts +0 -3
- package/types/context/MotionContext/index.d.ts +0 -9
- package/types/context/MotionContext/utils.d.ts +0 -3
- package/types/context/PresenceContext.d.ts +0 -17
- package/types/context/ReorderContext.d.ts +0 -3
- package/types/context/SwitchLayoutGroupContext.d.ts +0 -23
- package/types/events/event-info.d.ts +0 -5
- package/types/events/types.d.ts +0 -10
- package/types/events/use-dom-event.d.ts +0 -24
- package/types/events/use-pointer-event.d.ts +0 -4
- package/types/events/utils.d.ts +0 -3
- package/types/gestures/PanSession.d.ts +0 -127
- package/types/gestures/drag/VisualElementDragControls.d.ts +0 -56
- package/types/gestures/drag/types.d.ts +0 -294
- package/types/gestures/drag/use-drag-controls.d.ts +0 -74
- package/types/gestures/drag/use-drag.d.ts +0 -7
- package/types/gestures/drag/utils/constraints.d.ts +0 -77
- package/types/gestures/drag/utils/lock.d.ts +0 -4
- package/types/gestures/types.d.ts +0 -225
- package/types/gestures/use-focus-gesture.d.ts +0 -8
- package/types/gestures/use-hover-gesture.d.ts +0 -2
- package/types/gestures/use-pan-gesture.d.ts +0 -14
- package/types/gestures/use-tap-gesture.d.ts +0 -6
- package/types/gestures/utils/event-type.d.ts +0 -2
- package/types/gestures/utils/is-node-or-child.d.ts +0 -8
- package/types/index.d.ts +0 -96
- package/types/motion/features/animations.d.ts +0 -2
- package/types/motion/features/definitions.d.ts +0 -3
- package/types/motion/features/drag.d.ts +0 -2
- package/types/motion/features/gestures.d.ts +0 -2
- package/types/motion/features/layout/MeasureLayout.d.ts +0 -3
- package/types/motion/features/layout/index.d.ts +0 -2
- package/types/motion/features/layout/types.d.ts +0 -75
- package/types/motion/features/types.d.ts +0 -52
- package/types/motion/features/use-features.d.ts +0 -8
- package/types/motion/features/use-projection.d.ts +0 -3
- package/types/motion/features/viewport/observers.d.ts +0 -3
- package/types/motion/features/viewport/types.d.ts +0 -21
- package/types/motion/features/viewport/use-viewport.d.ts +0 -2
- package/types/motion/index.d.ts +0 -25
- package/types/motion/types.d.ts +0 -279
- package/types/motion/utils/VisualElementHandler.d.ts +0 -18
- package/types/motion/utils/is-forced-motion-value.d.ts +0 -2
- package/types/motion/utils/make-renderless-component.d.ts +0 -2
- package/types/motion/utils/should-inherit-variant.d.ts +0 -2
- package/types/motion/utils/use-motion-ref.d.ts +0 -8
- package/types/motion/utils/use-visual-element.d.ts +0 -6
- package/types/motion/utils/use-visual-state.d.ts +0 -14
- package/types/motion/utils/valid-prop.d.ts +0 -9
- package/types/projection/animation/mix-values.d.ts +0 -2
- package/types/projection/geometry/conversion.d.ts +0 -14
- package/types/projection/geometry/copy.d.ts +0 -13
- package/types/projection/geometry/delta-apply.d.ts +0 -37
- package/types/projection/geometry/delta-calc.d.ts +0 -10
- package/types/projection/geometry/delta-remove.d.ts +0 -20
- package/types/projection/geometry/models.d.ts +0 -5
- package/types/projection/geometry/types.d.ts +0 -29
- package/types/projection/geometry/utils.d.ts +0 -3
- package/types/projection/index.d.ts +0 -14
- package/types/projection/node/DocumentProjectionNode.d.ts +0 -108
- package/types/projection/node/HTMLProjectionNode.d.ts +0 -112
- package/types/projection/node/create-projection-node.d.ts +0 -301
- package/types/projection/node/group.d.ts +0 -7
- package/types/projection/node/id.d.ts +0 -1
- package/types/projection/node/types.d.ts +0 -136
- package/types/projection/shared/stack.d.ts +0 -17
- package/types/projection/styles/scale-border-radius.d.ts +0 -11
- package/types/projection/styles/scale-box-shadow.d.ts +0 -2
- package/types/projection/styles/scale-correction.d.ts +0 -3
- package/types/projection/styles/transform-origin.d.ts +0 -0
- package/types/projection/styles/transform.d.ts +0 -4
- package/types/projection/styles/types.d.ts +0 -9
- package/types/projection/use-instant-layout-transition.d.ts +0 -1
- package/types/projection/use-reset-projection.d.ts +0 -1
- package/types/projection/utils/each-axis.d.ts +0 -3
- package/types/projection/utils/has-transform.d.ts +0 -3
- package/types/projection/utils/measure.d.ts +0 -4
- package/types/render/dom/create-visual-element.d.ts +0 -2
- package/types/render/dom/features-animation.d.ts +0 -5
- package/types/render/dom/features-max.d.ts +0 -5
- package/types/render/dom/motion-minimal.d.ts +0 -5
- package/types/render/dom/motion-proxy.d.ts +0 -30
- package/types/render/dom/motion.d.ts +0 -25
- package/types/render/dom/types.d.ts +0 -28
- package/types/render/dom/use-render.d.ts +0 -4
- package/types/render/dom/utils/camel-to-dash.d.ts +0 -4
- package/types/render/dom/utils/create-config.d.ts +0 -8
- package/types/render/dom/utils/css-variables-conversion.d.ts +0 -22
- package/types/render/dom/utils/filter-props.d.ts +0 -4
- package/types/render/dom/utils/is-css-variable.d.ts +0 -4
- package/types/render/dom/utils/is-svg-component.d.ts +0 -2
- package/types/render/dom/utils/parse-dom-variant.d.ts +0 -6
- package/types/render/dom/utils/unit-conversion.d.ts +0 -27
- package/types/render/dom/value-types/animatable-none.d.ts +0 -1
- package/types/render/dom/value-types/defaults.d.ts +0 -9
- package/types/render/dom/value-types/dimensions.d.ts +0 -8
- package/types/render/dom/value-types/find.d.ts +0 -9
- package/types/render/dom/value-types/get-as-type.d.ts +0 -5
- package/types/render/dom/value-types/number.d.ts +0 -2
- package/types/render/dom/value-types/test.d.ts +0 -5
- package/types/render/dom/value-types/type-auto.d.ts +0 -5
- package/types/render/dom/value-types/type-int.d.ts +0 -8
- package/types/render/dom/value-types/types.d.ts +0 -4
- package/types/render/html/config-motion.d.ts +0 -3
- package/types/render/html/supported-elements.d.ts +0 -7
- package/types/render/html/types.d.ts +0 -61
- package/types/render/html/use-props.d.ts +0 -8
- package/types/render/html/utils/build-styles.d.ts +0 -5
- package/types/render/html/utils/build-transform.d.ts +0 -15
- package/types/render/html/utils/create-render-state.d.ts +0 -7
- package/types/render/html/utils/render.d.ts +0 -4
- package/types/render/html/utils/scrape-motion-values.d.ts +0 -2
- package/types/render/html/utils/transform.d.ts +0 -15
- package/types/render/html/visual-element.d.ts +0 -6
- package/types/render/index.d.ts +0 -2
- package/types/render/svg/config-motion.d.ts +0 -3
- package/types/render/svg/lowercase-elements.d.ts +0 -5
- package/types/render/svg/supported-elements.d.ts +0 -7
- package/types/render/svg/types.d.ts +0 -44
- package/types/render/svg/use-props.d.ts +0 -7
- package/types/render/svg/utils/build-attrs.d.ts +0 -8
- package/types/render/svg/utils/camel-case-attrs.d.ts +0 -4
- package/types/render/svg/utils/create-render-state.d.ts +0 -2
- package/types/render/svg/utils/path.d.ts +0 -9
- package/types/render/svg/utils/render.d.ts +0 -4
- package/types/render/svg/utils/scrape-motion-values.d.ts +0 -2
- package/types/render/svg/utils/transform-origin.d.ts +0 -6
- package/types/render/svg/visual-element.d.ts +0 -2
- package/types/render/types.d.ts +0 -113
- package/types/render/utils/animation-state.d.ts +0 -31
- package/types/render/utils/animation.d.ts +0 -21
- package/types/render/utils/compare-by-depth.d.ts +0 -5
- package/types/render/utils/flat-tree.d.ts +0 -8
- package/types/render/utils/is-draggable.d.ts +0 -2
- package/types/render/utils/lifecycles.d.ts +0 -114
- package/types/render/utils/motion-values.d.ts +0 -3
- package/types/render/utils/setters.d.ts +0 -792
- package/types/render/utils/types.d.ts +0 -9
- package/types/render/utils/variants.d.ts +0 -20
- package/types/three-entry.d.ts +0 -19
- package/types/types.d.ts +0 -981
- package/types/utils/array.d.ts +0 -3
- package/types/utils/each-axis.d.ts +0 -1
- package/types/utils/is-browser.d.ts +0 -1
- package/types/utils/is-numerical-string.d.ts +0 -4
- package/types/utils/is-ref-object.d.ts +0 -2
- package/types/utils/is-zero-value-string.d.ts +0 -4
- package/types/utils/noop.d.ts +0 -1
- package/types/utils/process.d.ts +0 -1
- package/types/utils/resolve-value.d.ts +0 -3
- package/types/utils/shallow-compare.d.ts +0 -1
- package/types/utils/subscription-manager.d.ts +0 -9
- package/types/utils/time-conversion.d.ts +0 -7
- package/types/utils/transform.d.ts +0 -91
- package/types/utils/use-animation-frame.d.ts +0 -2
- package/types/utils/use-constant.d.ts +0 -10
- package/types/utils/use-cycle.d.ts +0 -30
- package/types/utils/use-force-update.d.ts +0 -1
- package/types/utils/use-id.d.ts +0 -6
- package/types/utils/use-instant-transition-state.d.ts +0 -3
- package/types/utils/use-instant-transition.d.ts +0 -1
- package/types/utils/use-is-mounted.d.ts +0 -2
- package/types/utils/use-isomorphic-effect.d.ts +0 -2
- package/types/utils/use-reduced-motion.d.ts +0 -28
- package/types/utils/use-unmount-effect.d.ts +0 -1
- package/types/utils/warn-once.d.ts +0 -2
- package/types/value/index.d.ts +0 -260
- package/types/value/scroll/use-element-scroll.d.ts +0 -28
- package/types/value/scroll/use-viewport-scroll.d.ts +0 -22
- package/types/value/scroll/utils.d.ts +0 -19
- package/types/value/use-combine-values.d.ts +0 -2
- package/types/value/use-inverted-scale.d.ts +0 -28
- package/types/value/use-motion-template.d.ts +0 -24
- package/types/value/use-motion-value.d.ts +0 -19
- package/types/value/use-on-change.d.ts +0 -3
- package/types/value/use-spring.d.ts +0 -22
- package/types/value/use-time.d.ts +0 -1
- package/types/value/use-transform.d.ts +0 -93
- package/types/value/use-velocity.d.ts +0 -13
- package/types/value/utils/is-motion-value.d.ts +0 -2
- package/types/value/utils/resolve-motion-value.d.ts +0 -10
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { ReactHTML } from "react";
|
|
3
|
-
import { HTMLMotionProps } from "../../render/html/types";
|
|
4
|
-
export interface Props<V> {
|
|
5
|
-
/**
|
|
6
|
-
* A HTML element to render this component as. Defaults to `"ul"`.
|
|
7
|
-
*
|
|
8
|
-
* @public
|
|
9
|
-
*/
|
|
10
|
-
as?: keyof ReactHTML;
|
|
11
|
-
/**
|
|
12
|
-
* The axis to reorder along. By default, items will be draggable on this axis.
|
|
13
|
-
* To make draggable on both axes, set `<Reorder.Item drag />`
|
|
14
|
-
*
|
|
15
|
-
* @public
|
|
16
|
-
*/
|
|
17
|
-
axis?: "x" | "y";
|
|
18
|
-
/**
|
|
19
|
-
* A callback to fire with the new value order. For instance, if the values
|
|
20
|
-
* are provided as a state from `useState`, this could be the set state function.
|
|
21
|
-
*
|
|
22
|
-
* @public
|
|
23
|
-
*/
|
|
24
|
-
onReorder: (newOrder: any[]) => void;
|
|
25
|
-
/**
|
|
26
|
-
* The latest values state.
|
|
27
|
-
*
|
|
28
|
-
* ```jsx
|
|
29
|
-
* function Component() {
|
|
30
|
-
* const [items, setItems] = useState([0, 1, 2])
|
|
31
|
-
*
|
|
32
|
-
* return (
|
|
33
|
-
* <Reorder.Group values={items} onReorder={setItems}>
|
|
34
|
-
* {items.map((item) => <Reorder.Item key={item} value={item} />)}
|
|
35
|
-
* </Reorder.Group>
|
|
36
|
-
* )
|
|
37
|
-
* }
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* @public
|
|
41
|
-
*/
|
|
42
|
-
values: V[];
|
|
43
|
-
}
|
|
44
|
-
export declare function ReorderGroup<V>({ children, as, axis, onReorder, values, ...props }: Props<V> & HTMLMotionProps<any> & React.PropsWithChildren<{}>, externalRef?: React.Ref<any>): JSX.Element;
|
|
45
|
-
export declare const Group: React.ForwardRefExoticComponent<Props<unknown> & {
|
|
46
|
-
color?: string | undefined;
|
|
47
|
-
translate?: "no" | "yes" | undefined;
|
|
48
|
-
hidden?: boolean | undefined;
|
|
49
|
-
onPlay?: React.ReactEventHandler<any> | undefined;
|
|
50
|
-
className?: string | undefined;
|
|
51
|
-
id?: string | undefined;
|
|
52
|
-
lang?: string | undefined;
|
|
53
|
-
role?: React.AriaRole | undefined;
|
|
54
|
-
tabIndex?: number | undefined;
|
|
55
|
-
"aria-activedescendant"?: string | undefined;
|
|
56
|
-
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
57
|
-
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
58
|
-
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
59
|
-
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
60
|
-
"aria-colcount"?: number | undefined;
|
|
61
|
-
"aria-colindex"?: number | undefined;
|
|
62
|
-
"aria-colspan"?: number | undefined;
|
|
63
|
-
"aria-controls"?: string | undefined;
|
|
64
|
-
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time" | undefined;
|
|
65
|
-
"aria-describedby"?: string | undefined;
|
|
66
|
-
"aria-details"?: string | undefined;
|
|
67
|
-
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
68
|
-
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
69
|
-
"aria-errormessage"?: string | undefined;
|
|
70
|
-
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
71
|
-
"aria-flowto"?: string | undefined;
|
|
72
|
-
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
73
|
-
"aria-haspopup"?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
74
|
-
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
75
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
76
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
77
|
-
"aria-label"?: string | undefined;
|
|
78
|
-
"aria-labelledby"?: string | undefined;
|
|
79
|
-
"aria-level"?: number | undefined;
|
|
80
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
81
|
-
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
82
|
-
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
83
|
-
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
84
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
85
|
-
"aria-owns"?: string | undefined;
|
|
86
|
-
"aria-placeholder"?: string | undefined;
|
|
87
|
-
"aria-posinset"?: number | undefined;
|
|
88
|
-
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
89
|
-
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
90
|
-
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
91
|
-
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
92
|
-
"aria-roledescription"?: string | undefined;
|
|
93
|
-
"aria-rowcount"?: number | undefined;
|
|
94
|
-
"aria-rowindex"?: number | undefined;
|
|
95
|
-
"aria-rowspan"?: number | undefined;
|
|
96
|
-
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
97
|
-
"aria-setsize"?: number | undefined;
|
|
98
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
99
|
-
"aria-valuemax"?: number | undefined;
|
|
100
|
-
"aria-valuemin"?: number | undefined;
|
|
101
|
-
"aria-valuenow"?: number | undefined;
|
|
102
|
-
"aria-valuetext"?: string | undefined;
|
|
103
|
-
children?: React.ReactNode;
|
|
104
|
-
dangerouslySetInnerHTML?: {
|
|
105
|
-
__html: string;
|
|
106
|
-
} | undefined;
|
|
107
|
-
onCopy?: React.ClipboardEventHandler<any> | undefined;
|
|
108
|
-
onCopyCapture?: React.ClipboardEventHandler<any> | undefined;
|
|
109
|
-
onCut?: React.ClipboardEventHandler<any> | undefined;
|
|
110
|
-
onCutCapture?: React.ClipboardEventHandler<any> | undefined;
|
|
111
|
-
onPaste?: React.ClipboardEventHandler<any> | undefined;
|
|
112
|
-
onPasteCapture?: React.ClipboardEventHandler<any> | undefined;
|
|
113
|
-
onCompositionEnd?: React.CompositionEventHandler<any> | undefined;
|
|
114
|
-
onCompositionEndCapture?: React.CompositionEventHandler<any> | undefined;
|
|
115
|
-
onCompositionStart?: React.CompositionEventHandler<any> | undefined;
|
|
116
|
-
onCompositionStartCapture?: React.CompositionEventHandler<any> | undefined;
|
|
117
|
-
onCompositionUpdate?: React.CompositionEventHandler<any> | undefined;
|
|
118
|
-
onCompositionUpdateCapture?: React.CompositionEventHandler<any> | undefined;
|
|
119
|
-
onFocus?: React.FocusEventHandler<any> | undefined;
|
|
120
|
-
onFocusCapture?: React.FocusEventHandler<any> | undefined;
|
|
121
|
-
onBlur?: React.FocusEventHandler<any> | undefined;
|
|
122
|
-
onBlurCapture?: React.FocusEventHandler<any> | undefined;
|
|
123
|
-
onChange?: React.FormEventHandler<any> | undefined;
|
|
124
|
-
onChangeCapture?: React.FormEventHandler<any> | undefined;
|
|
125
|
-
onBeforeInput?: React.FormEventHandler<any> | undefined;
|
|
126
|
-
onBeforeInputCapture?: React.FormEventHandler<any> | undefined;
|
|
127
|
-
onInput?: React.FormEventHandler<any> | undefined;
|
|
128
|
-
onInputCapture?: React.FormEventHandler<any> | undefined;
|
|
129
|
-
onReset?: React.FormEventHandler<any> | undefined;
|
|
130
|
-
onResetCapture?: React.FormEventHandler<any> | undefined;
|
|
131
|
-
onSubmit?: React.FormEventHandler<any> | undefined;
|
|
132
|
-
onSubmitCapture?: React.FormEventHandler<any> | undefined;
|
|
133
|
-
onInvalid?: React.FormEventHandler<any> | undefined;
|
|
134
|
-
onInvalidCapture?: React.FormEventHandler<any> | undefined;
|
|
135
|
-
onLoad?: React.ReactEventHandler<any> | undefined;
|
|
136
|
-
onLoadCapture?: React.ReactEventHandler<any> | undefined;
|
|
137
|
-
onError?: React.ReactEventHandler<any> | undefined;
|
|
138
|
-
onErrorCapture?: React.ReactEventHandler<any> | undefined;
|
|
139
|
-
onKeyDown?: React.KeyboardEventHandler<any> | undefined;
|
|
140
|
-
onKeyDownCapture?: React.KeyboardEventHandler<any> | undefined;
|
|
141
|
-
onKeyPress?: React.KeyboardEventHandler<any> | undefined;
|
|
142
|
-
onKeyPressCapture?: React.KeyboardEventHandler<any> | undefined;
|
|
143
|
-
onKeyUp?: React.KeyboardEventHandler<any> | undefined;
|
|
144
|
-
onKeyUpCapture?: React.KeyboardEventHandler<any> | undefined;
|
|
145
|
-
onAbort?: React.ReactEventHandler<any> | undefined;
|
|
146
|
-
onAbortCapture?: React.ReactEventHandler<any> | undefined;
|
|
147
|
-
onCanPlay?: React.ReactEventHandler<any> | undefined;
|
|
148
|
-
onCanPlayCapture?: React.ReactEventHandler<any> | undefined;
|
|
149
|
-
onCanPlayThrough?: React.ReactEventHandler<any> | undefined;
|
|
150
|
-
onCanPlayThroughCapture?: React.ReactEventHandler<any> | undefined;
|
|
151
|
-
onDurationChange?: React.ReactEventHandler<any> | undefined;
|
|
152
|
-
onDurationChangeCapture?: React.ReactEventHandler<any> | undefined;
|
|
153
|
-
onEmptied?: React.ReactEventHandler<any> | undefined;
|
|
154
|
-
onEmptiedCapture?: React.ReactEventHandler<any> | undefined;
|
|
155
|
-
onEncrypted?: React.ReactEventHandler<any> | undefined;
|
|
156
|
-
onEncryptedCapture?: React.ReactEventHandler<any> | undefined;
|
|
157
|
-
onEnded?: React.ReactEventHandler<any> | undefined;
|
|
158
|
-
onEndedCapture?: React.ReactEventHandler<any> | undefined;
|
|
159
|
-
onLoadedData?: React.ReactEventHandler<any> | undefined;
|
|
160
|
-
onLoadedDataCapture?: React.ReactEventHandler<any> | undefined;
|
|
161
|
-
onLoadedMetadata?: React.ReactEventHandler<any> | undefined;
|
|
162
|
-
onLoadedMetadataCapture?: React.ReactEventHandler<any> | undefined;
|
|
163
|
-
onLoadStart?: React.ReactEventHandler<any> | undefined;
|
|
164
|
-
onLoadStartCapture?: React.ReactEventHandler<any> | undefined;
|
|
165
|
-
onPause?: React.ReactEventHandler<any> | undefined;
|
|
166
|
-
onPauseCapture?: React.ReactEventHandler<any> | undefined;
|
|
167
|
-
onPlayCapture?: React.ReactEventHandler<any> | undefined;
|
|
168
|
-
onPlaying?: React.ReactEventHandler<any> | undefined;
|
|
169
|
-
onPlayingCapture?: React.ReactEventHandler<any> | undefined;
|
|
170
|
-
onProgress?: React.ReactEventHandler<any> | undefined;
|
|
171
|
-
onProgressCapture?: React.ReactEventHandler<any> | undefined;
|
|
172
|
-
onRateChange?: React.ReactEventHandler<any> | undefined;
|
|
173
|
-
onRateChangeCapture?: React.ReactEventHandler<any> | undefined;
|
|
174
|
-
onSeeked?: React.ReactEventHandler<any> | undefined;
|
|
175
|
-
onSeekedCapture?: React.ReactEventHandler<any> | undefined;
|
|
176
|
-
onSeeking?: React.ReactEventHandler<any> | undefined;
|
|
177
|
-
onSeekingCapture?: React.ReactEventHandler<any> | undefined;
|
|
178
|
-
onStalled?: React.ReactEventHandler<any> | undefined;
|
|
179
|
-
onStalledCapture?: React.ReactEventHandler<any> | undefined;
|
|
180
|
-
onSuspend?: React.ReactEventHandler<any> | undefined;
|
|
181
|
-
onSuspendCapture?: React.ReactEventHandler<any> | undefined;
|
|
182
|
-
onTimeUpdate?: React.ReactEventHandler<any> | undefined;
|
|
183
|
-
onTimeUpdateCapture?: React.ReactEventHandler<any> | undefined;
|
|
184
|
-
onVolumeChange?: React.ReactEventHandler<any> | undefined;
|
|
185
|
-
onVolumeChangeCapture?: React.ReactEventHandler<any> | undefined;
|
|
186
|
-
onWaiting?: React.ReactEventHandler<any> | undefined;
|
|
187
|
-
onWaitingCapture?: React.ReactEventHandler<any> | undefined;
|
|
188
|
-
onAuxClick?: React.MouseEventHandler<any> | undefined;
|
|
189
|
-
onAuxClickCapture?: React.MouseEventHandler<any> | undefined;
|
|
190
|
-
onClick?: React.MouseEventHandler<any> | undefined;
|
|
191
|
-
onClickCapture?: React.MouseEventHandler<any> | undefined;
|
|
192
|
-
onContextMenu?: React.MouseEventHandler<any> | undefined;
|
|
193
|
-
onContextMenuCapture?: React.MouseEventHandler<any> | undefined;
|
|
194
|
-
onDoubleClick?: React.MouseEventHandler<any> | undefined;
|
|
195
|
-
onDoubleClickCapture?: React.MouseEventHandler<any> | undefined;
|
|
196
|
-
onDragCapture?: React.DragEventHandler<any> | undefined;
|
|
197
|
-
onDragEndCapture?: React.DragEventHandler<any> | undefined;
|
|
198
|
-
onDragEnter?: React.DragEventHandler<any> | undefined;
|
|
199
|
-
onDragEnterCapture?: React.DragEventHandler<any> | undefined;
|
|
200
|
-
onDragExit?: React.DragEventHandler<any> | undefined;
|
|
201
|
-
onDragExitCapture?: React.DragEventHandler<any> | undefined;
|
|
202
|
-
onDragLeave?: React.DragEventHandler<any> | undefined;
|
|
203
|
-
onDragLeaveCapture?: React.DragEventHandler<any> | undefined;
|
|
204
|
-
onDragOver?: React.DragEventHandler<any> | undefined;
|
|
205
|
-
onDragOverCapture?: React.DragEventHandler<any> | undefined;
|
|
206
|
-
onDragStartCapture?: React.DragEventHandler<any> | undefined;
|
|
207
|
-
onDrop?: React.DragEventHandler<any> | undefined;
|
|
208
|
-
onDropCapture?: React.DragEventHandler<any> | undefined;
|
|
209
|
-
onMouseDown?: React.MouseEventHandler<any> | undefined;
|
|
210
|
-
onMouseDownCapture?: React.MouseEventHandler<any> | undefined;
|
|
211
|
-
onMouseEnter?: React.MouseEventHandler<any> | undefined;
|
|
212
|
-
onMouseLeave?: React.MouseEventHandler<any> | undefined;
|
|
213
|
-
onMouseMove?: React.MouseEventHandler<any> | undefined;
|
|
214
|
-
onMouseMoveCapture?: React.MouseEventHandler<any> | undefined;
|
|
215
|
-
onMouseOut?: React.MouseEventHandler<any> | undefined;
|
|
216
|
-
onMouseOutCapture?: React.MouseEventHandler<any> | undefined;
|
|
217
|
-
onMouseOver?: React.MouseEventHandler<any> | undefined;
|
|
218
|
-
onMouseOverCapture?: React.MouseEventHandler<any> | undefined;
|
|
219
|
-
onMouseUp?: React.MouseEventHandler<any> | undefined;
|
|
220
|
-
onMouseUpCapture?: React.MouseEventHandler<any> | undefined;
|
|
221
|
-
onSelect?: React.ReactEventHandler<any> | undefined;
|
|
222
|
-
onSelectCapture?: React.ReactEventHandler<any> | undefined;
|
|
223
|
-
onTouchCancel?: React.TouchEventHandler<any> | undefined;
|
|
224
|
-
onTouchCancelCapture?: React.TouchEventHandler<any> | undefined;
|
|
225
|
-
onTouchEnd?: React.TouchEventHandler<any> | undefined;
|
|
226
|
-
onTouchEndCapture?: React.TouchEventHandler<any> | undefined;
|
|
227
|
-
onTouchMove?: React.TouchEventHandler<any> | undefined;
|
|
228
|
-
onTouchMoveCapture?: React.TouchEventHandler<any> | undefined;
|
|
229
|
-
onTouchStart?: React.TouchEventHandler<any> | undefined;
|
|
230
|
-
onTouchStartCapture?: React.TouchEventHandler<any> | undefined;
|
|
231
|
-
onPointerDown?: React.PointerEventHandler<any> | undefined;
|
|
232
|
-
onPointerDownCapture?: React.PointerEventHandler<any> | undefined;
|
|
233
|
-
onPointerMove?: React.PointerEventHandler<any> | undefined;
|
|
234
|
-
onPointerMoveCapture?: React.PointerEventHandler<any> | undefined;
|
|
235
|
-
onPointerUp?: React.PointerEventHandler<any> | undefined;
|
|
236
|
-
onPointerUpCapture?: React.PointerEventHandler<any> | undefined;
|
|
237
|
-
onPointerCancel?: React.PointerEventHandler<any> | undefined;
|
|
238
|
-
onPointerCancelCapture?: React.PointerEventHandler<any> | undefined;
|
|
239
|
-
onPointerEnter?: React.PointerEventHandler<any> | undefined;
|
|
240
|
-
onPointerEnterCapture?: React.PointerEventHandler<any> | undefined;
|
|
241
|
-
onPointerLeave?: React.PointerEventHandler<any> | undefined;
|
|
242
|
-
onPointerLeaveCapture?: React.PointerEventHandler<any> | undefined;
|
|
243
|
-
onPointerOver?: React.PointerEventHandler<any> | undefined;
|
|
244
|
-
onPointerOverCapture?: React.PointerEventHandler<any> | undefined;
|
|
245
|
-
onPointerOut?: React.PointerEventHandler<any> | undefined;
|
|
246
|
-
onPointerOutCapture?: React.PointerEventHandler<any> | undefined;
|
|
247
|
-
onGotPointerCapture?: React.PointerEventHandler<any> | undefined;
|
|
248
|
-
onGotPointerCaptureCapture?: React.PointerEventHandler<any> | undefined;
|
|
249
|
-
onLostPointerCapture?: React.PointerEventHandler<any> | undefined;
|
|
250
|
-
onLostPointerCaptureCapture?: React.PointerEventHandler<any> | undefined;
|
|
251
|
-
onScroll?: React.UIEventHandler<any> | undefined;
|
|
252
|
-
onScrollCapture?: React.UIEventHandler<any> | undefined;
|
|
253
|
-
onWheel?: React.WheelEventHandler<any> | undefined;
|
|
254
|
-
onWheelCapture?: React.WheelEventHandler<any> | undefined;
|
|
255
|
-
onAnimationStartCapture?: React.AnimationEventHandler<any> | undefined;
|
|
256
|
-
onAnimationEnd?: React.AnimationEventHandler<any> | undefined;
|
|
257
|
-
onAnimationEndCapture?: React.AnimationEventHandler<any> | undefined;
|
|
258
|
-
onAnimationIteration?: React.AnimationEventHandler<any> | undefined;
|
|
259
|
-
onAnimationIterationCapture?: React.AnimationEventHandler<any> | undefined;
|
|
260
|
-
onTransitionEnd?: React.TransitionEventHandler<any> | undefined;
|
|
261
|
-
onTransitionEndCapture?: React.TransitionEventHandler<any> | undefined;
|
|
262
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
263
|
-
slot?: string | undefined;
|
|
264
|
-
title?: string | undefined;
|
|
265
|
-
defaultChecked?: boolean | undefined;
|
|
266
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
267
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
268
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
269
|
-
accessKey?: string | undefined;
|
|
270
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
271
|
-
contextMenu?: string | undefined;
|
|
272
|
-
dir?: string | undefined;
|
|
273
|
-
placeholder?: string | undefined;
|
|
274
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
275
|
-
radioGroup?: string | undefined;
|
|
276
|
-
about?: string | undefined;
|
|
277
|
-
datatype?: string | undefined;
|
|
278
|
-
inlist?: any;
|
|
279
|
-
prefix?: string | undefined;
|
|
280
|
-
property?: string | undefined;
|
|
281
|
-
resource?: string | undefined;
|
|
282
|
-
typeof?: string | undefined;
|
|
283
|
-
vocab?: string | undefined;
|
|
284
|
-
autoCapitalize?: string | undefined;
|
|
285
|
-
autoCorrect?: string | undefined;
|
|
286
|
-
autoSave?: string | undefined;
|
|
287
|
-
itemProp?: string | undefined;
|
|
288
|
-
itemScope?: boolean | undefined;
|
|
289
|
-
itemType?: string | undefined;
|
|
290
|
-
itemID?: string | undefined;
|
|
291
|
-
itemRef?: string | undefined;
|
|
292
|
-
results?: number | undefined;
|
|
293
|
-
security?: string | undefined;
|
|
294
|
-
unselectable?: "off" | "on" | undefined;
|
|
295
|
-
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
296
|
-
is?: string | undefined;
|
|
297
|
-
} & import("../..").MotionProps & React.RefAttributes<any>>;
|
|
@@ -1,278 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { ReactHTML } from "react";
|
|
3
|
-
import { HTMLMotionProps } from "../../render/html/types";
|
|
4
|
-
export interface Props<V> {
|
|
5
|
-
/**
|
|
6
|
-
* A HTML element to render this component as. Defaults to `"li"`.
|
|
7
|
-
*
|
|
8
|
-
* @public
|
|
9
|
-
*/
|
|
10
|
-
as?: keyof ReactHTML;
|
|
11
|
-
/**
|
|
12
|
-
* The value in the list that this component represents.
|
|
13
|
-
*
|
|
14
|
-
* @public
|
|
15
|
-
*/
|
|
16
|
-
value: V;
|
|
17
|
-
/**
|
|
18
|
-
* A subset of layout options primarily used to disable layout="size"
|
|
19
|
-
*
|
|
20
|
-
* @public
|
|
21
|
-
* @default true
|
|
22
|
-
*/
|
|
23
|
-
layout?: true | "position";
|
|
24
|
-
}
|
|
25
|
-
export declare function ReorderItem<V>({ children, style, value, as, onDrag, layout, ...props }: Props<V> & HTMLMotionProps<any> & React.PropsWithChildren<{}>, externalRef?: React.Ref<any>): JSX.Element;
|
|
26
|
-
export declare const Item: React.ForwardRefExoticComponent<Props<unknown> & {
|
|
27
|
-
color?: string | undefined;
|
|
28
|
-
translate?: "no" | "yes" | undefined;
|
|
29
|
-
hidden?: boolean | undefined;
|
|
30
|
-
onPlay?: React.ReactEventHandler<any> | undefined;
|
|
31
|
-
className?: string | undefined;
|
|
32
|
-
id?: string | undefined;
|
|
33
|
-
lang?: string | undefined;
|
|
34
|
-
role?: React.AriaRole | undefined;
|
|
35
|
-
tabIndex?: number | undefined;
|
|
36
|
-
"aria-activedescendant"?: string | undefined;
|
|
37
|
-
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
38
|
-
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
39
|
-
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
40
|
-
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
41
|
-
"aria-colcount"?: number | undefined;
|
|
42
|
-
"aria-colindex"?: number | undefined;
|
|
43
|
-
"aria-colspan"?: number | undefined;
|
|
44
|
-
"aria-controls"?: string | undefined;
|
|
45
|
-
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time" | undefined;
|
|
46
|
-
"aria-describedby"?: string | undefined;
|
|
47
|
-
"aria-details"?: string | undefined;
|
|
48
|
-
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
49
|
-
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
50
|
-
"aria-errormessage"?: string | undefined;
|
|
51
|
-
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
52
|
-
"aria-flowto"?: string | undefined;
|
|
53
|
-
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
54
|
-
"aria-haspopup"?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
55
|
-
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
56
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
57
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
58
|
-
"aria-label"?: string | undefined;
|
|
59
|
-
"aria-labelledby"?: string | undefined;
|
|
60
|
-
"aria-level"?: number | undefined;
|
|
61
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
62
|
-
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
63
|
-
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
64
|
-
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
65
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
66
|
-
"aria-owns"?: string | undefined;
|
|
67
|
-
"aria-placeholder"?: string | undefined;
|
|
68
|
-
"aria-posinset"?: number | undefined;
|
|
69
|
-
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
70
|
-
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
71
|
-
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
72
|
-
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
73
|
-
"aria-roledescription"?: string | undefined;
|
|
74
|
-
"aria-rowcount"?: number | undefined;
|
|
75
|
-
"aria-rowindex"?: number | undefined;
|
|
76
|
-
"aria-rowspan"?: number | undefined;
|
|
77
|
-
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
78
|
-
"aria-setsize"?: number | undefined;
|
|
79
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
80
|
-
"aria-valuemax"?: number | undefined;
|
|
81
|
-
"aria-valuemin"?: number | undefined;
|
|
82
|
-
"aria-valuenow"?: number | undefined;
|
|
83
|
-
"aria-valuetext"?: string | undefined;
|
|
84
|
-
children?: React.ReactNode;
|
|
85
|
-
dangerouslySetInnerHTML?: {
|
|
86
|
-
__html: string;
|
|
87
|
-
} | undefined;
|
|
88
|
-
onCopy?: React.ClipboardEventHandler<any> | undefined;
|
|
89
|
-
onCopyCapture?: React.ClipboardEventHandler<any> | undefined;
|
|
90
|
-
onCut?: React.ClipboardEventHandler<any> | undefined;
|
|
91
|
-
onCutCapture?: React.ClipboardEventHandler<any> | undefined;
|
|
92
|
-
onPaste?: React.ClipboardEventHandler<any> | undefined;
|
|
93
|
-
onPasteCapture?: React.ClipboardEventHandler<any> | undefined;
|
|
94
|
-
onCompositionEnd?: React.CompositionEventHandler<any> | undefined;
|
|
95
|
-
onCompositionEndCapture?: React.CompositionEventHandler<any> | undefined;
|
|
96
|
-
onCompositionStart?: React.CompositionEventHandler<any> | undefined;
|
|
97
|
-
onCompositionStartCapture?: React.CompositionEventHandler<any> | undefined;
|
|
98
|
-
onCompositionUpdate?: React.CompositionEventHandler<any> | undefined;
|
|
99
|
-
onCompositionUpdateCapture?: React.CompositionEventHandler<any> | undefined;
|
|
100
|
-
onFocus?: React.FocusEventHandler<any> | undefined;
|
|
101
|
-
onFocusCapture?: React.FocusEventHandler<any> | undefined;
|
|
102
|
-
onBlur?: React.FocusEventHandler<any> | undefined;
|
|
103
|
-
onBlurCapture?: React.FocusEventHandler<any> | undefined;
|
|
104
|
-
onChange?: React.FormEventHandler<any> | undefined;
|
|
105
|
-
onChangeCapture?: React.FormEventHandler<any> | undefined;
|
|
106
|
-
onBeforeInput?: React.FormEventHandler<any> | undefined;
|
|
107
|
-
onBeforeInputCapture?: React.FormEventHandler<any> | undefined;
|
|
108
|
-
onInput?: React.FormEventHandler<any> | undefined;
|
|
109
|
-
onInputCapture?: React.FormEventHandler<any> | undefined;
|
|
110
|
-
onReset?: React.FormEventHandler<any> | undefined;
|
|
111
|
-
onResetCapture?: React.FormEventHandler<any> | undefined;
|
|
112
|
-
onSubmit?: React.FormEventHandler<any> | undefined;
|
|
113
|
-
onSubmitCapture?: React.FormEventHandler<any> | undefined;
|
|
114
|
-
onInvalid?: React.FormEventHandler<any> | undefined;
|
|
115
|
-
onInvalidCapture?: React.FormEventHandler<any> | undefined;
|
|
116
|
-
onLoad?: React.ReactEventHandler<any> | undefined;
|
|
117
|
-
onLoadCapture?: React.ReactEventHandler<any> | undefined;
|
|
118
|
-
onError?: React.ReactEventHandler<any> | undefined;
|
|
119
|
-
onErrorCapture?: React.ReactEventHandler<any> | undefined;
|
|
120
|
-
onKeyDown?: React.KeyboardEventHandler<any> | undefined;
|
|
121
|
-
onKeyDownCapture?: React.KeyboardEventHandler<any> | undefined;
|
|
122
|
-
onKeyPress?: React.KeyboardEventHandler<any> | undefined;
|
|
123
|
-
onKeyPressCapture?: React.KeyboardEventHandler<any> | undefined;
|
|
124
|
-
onKeyUp?: React.KeyboardEventHandler<any> | undefined;
|
|
125
|
-
onKeyUpCapture?: React.KeyboardEventHandler<any> | undefined;
|
|
126
|
-
onAbort?: React.ReactEventHandler<any> | undefined;
|
|
127
|
-
onAbortCapture?: React.ReactEventHandler<any> | undefined;
|
|
128
|
-
onCanPlay?: React.ReactEventHandler<any> | undefined;
|
|
129
|
-
onCanPlayCapture?: React.ReactEventHandler<any> | undefined;
|
|
130
|
-
onCanPlayThrough?: React.ReactEventHandler<any> | undefined;
|
|
131
|
-
onCanPlayThroughCapture?: React.ReactEventHandler<any> | undefined;
|
|
132
|
-
onDurationChange?: React.ReactEventHandler<any> | undefined;
|
|
133
|
-
onDurationChangeCapture?: React.ReactEventHandler<any> | undefined;
|
|
134
|
-
onEmptied?: React.ReactEventHandler<any> | undefined;
|
|
135
|
-
onEmptiedCapture?: React.ReactEventHandler<any> | undefined;
|
|
136
|
-
onEncrypted?: React.ReactEventHandler<any> | undefined;
|
|
137
|
-
onEncryptedCapture?: React.ReactEventHandler<any> | undefined;
|
|
138
|
-
onEnded?: React.ReactEventHandler<any> | undefined;
|
|
139
|
-
onEndedCapture?: React.ReactEventHandler<any> | undefined;
|
|
140
|
-
onLoadedData?: React.ReactEventHandler<any> | undefined;
|
|
141
|
-
onLoadedDataCapture?: React.ReactEventHandler<any> | undefined;
|
|
142
|
-
onLoadedMetadata?: React.ReactEventHandler<any> | undefined;
|
|
143
|
-
onLoadedMetadataCapture?: React.ReactEventHandler<any> | undefined;
|
|
144
|
-
onLoadStart?: React.ReactEventHandler<any> | undefined;
|
|
145
|
-
onLoadStartCapture?: React.ReactEventHandler<any> | undefined;
|
|
146
|
-
onPause?: React.ReactEventHandler<any> | undefined;
|
|
147
|
-
onPauseCapture?: React.ReactEventHandler<any> | undefined;
|
|
148
|
-
onPlayCapture?: React.ReactEventHandler<any> | undefined;
|
|
149
|
-
onPlaying?: React.ReactEventHandler<any> | undefined;
|
|
150
|
-
onPlayingCapture?: React.ReactEventHandler<any> | undefined;
|
|
151
|
-
onProgress?: React.ReactEventHandler<any> | undefined;
|
|
152
|
-
onProgressCapture?: React.ReactEventHandler<any> | undefined;
|
|
153
|
-
onRateChange?: React.ReactEventHandler<any> | undefined;
|
|
154
|
-
onRateChangeCapture?: React.ReactEventHandler<any> | undefined;
|
|
155
|
-
onSeeked?: React.ReactEventHandler<any> | undefined;
|
|
156
|
-
onSeekedCapture?: React.ReactEventHandler<any> | undefined;
|
|
157
|
-
onSeeking?: React.ReactEventHandler<any> | undefined;
|
|
158
|
-
onSeekingCapture?: React.ReactEventHandler<any> | undefined;
|
|
159
|
-
onStalled?: React.ReactEventHandler<any> | undefined;
|
|
160
|
-
onStalledCapture?: React.ReactEventHandler<any> | undefined;
|
|
161
|
-
onSuspend?: React.ReactEventHandler<any> | undefined;
|
|
162
|
-
onSuspendCapture?: React.ReactEventHandler<any> | undefined;
|
|
163
|
-
onTimeUpdate?: React.ReactEventHandler<any> | undefined;
|
|
164
|
-
onTimeUpdateCapture?: React.ReactEventHandler<any> | undefined;
|
|
165
|
-
onVolumeChange?: React.ReactEventHandler<any> | undefined;
|
|
166
|
-
onVolumeChangeCapture?: React.ReactEventHandler<any> | undefined;
|
|
167
|
-
onWaiting?: React.ReactEventHandler<any> | undefined;
|
|
168
|
-
onWaitingCapture?: React.ReactEventHandler<any> | undefined;
|
|
169
|
-
onAuxClick?: React.MouseEventHandler<any> | undefined;
|
|
170
|
-
onAuxClickCapture?: React.MouseEventHandler<any> | undefined;
|
|
171
|
-
onClick?: React.MouseEventHandler<any> | undefined;
|
|
172
|
-
onClickCapture?: React.MouseEventHandler<any> | undefined;
|
|
173
|
-
onContextMenu?: React.MouseEventHandler<any> | undefined;
|
|
174
|
-
onContextMenuCapture?: React.MouseEventHandler<any> | undefined;
|
|
175
|
-
onDoubleClick?: React.MouseEventHandler<any> | undefined;
|
|
176
|
-
onDoubleClickCapture?: React.MouseEventHandler<any> | undefined;
|
|
177
|
-
onDragCapture?: React.DragEventHandler<any> | undefined;
|
|
178
|
-
onDragEndCapture?: React.DragEventHandler<any> | undefined;
|
|
179
|
-
onDragEnter?: React.DragEventHandler<any> | undefined;
|
|
180
|
-
onDragEnterCapture?: React.DragEventHandler<any> | undefined;
|
|
181
|
-
onDragExit?: React.DragEventHandler<any> | undefined;
|
|
182
|
-
onDragExitCapture?: React.DragEventHandler<any> | undefined;
|
|
183
|
-
onDragLeave?: React.DragEventHandler<any> | undefined;
|
|
184
|
-
onDragLeaveCapture?: React.DragEventHandler<any> | undefined;
|
|
185
|
-
onDragOver?: React.DragEventHandler<any> | undefined;
|
|
186
|
-
onDragOverCapture?: React.DragEventHandler<any> | undefined;
|
|
187
|
-
onDragStartCapture?: React.DragEventHandler<any> | undefined;
|
|
188
|
-
onDrop?: React.DragEventHandler<any> | undefined;
|
|
189
|
-
onDropCapture?: React.DragEventHandler<any> | undefined;
|
|
190
|
-
onMouseDown?: React.MouseEventHandler<any> | undefined;
|
|
191
|
-
onMouseDownCapture?: React.MouseEventHandler<any> | undefined;
|
|
192
|
-
onMouseEnter?: React.MouseEventHandler<any> | undefined;
|
|
193
|
-
onMouseLeave?: React.MouseEventHandler<any> | undefined;
|
|
194
|
-
onMouseMove?: React.MouseEventHandler<any> | undefined;
|
|
195
|
-
onMouseMoveCapture?: React.MouseEventHandler<any> | undefined;
|
|
196
|
-
onMouseOut?: React.MouseEventHandler<any> | undefined;
|
|
197
|
-
onMouseOutCapture?: React.MouseEventHandler<any> | undefined;
|
|
198
|
-
onMouseOver?: React.MouseEventHandler<any> | undefined;
|
|
199
|
-
onMouseOverCapture?: React.MouseEventHandler<any> | undefined;
|
|
200
|
-
onMouseUp?: React.MouseEventHandler<any> | undefined;
|
|
201
|
-
onMouseUpCapture?: React.MouseEventHandler<any> | undefined;
|
|
202
|
-
onSelect?: React.ReactEventHandler<any> | undefined;
|
|
203
|
-
onSelectCapture?: React.ReactEventHandler<any> | undefined;
|
|
204
|
-
onTouchCancel?: React.TouchEventHandler<any> | undefined;
|
|
205
|
-
onTouchCancelCapture?: React.TouchEventHandler<any> | undefined;
|
|
206
|
-
onTouchEnd?: React.TouchEventHandler<any> | undefined;
|
|
207
|
-
onTouchEndCapture?: React.TouchEventHandler<any> | undefined;
|
|
208
|
-
onTouchMove?: React.TouchEventHandler<any> | undefined;
|
|
209
|
-
onTouchMoveCapture?: React.TouchEventHandler<any> | undefined;
|
|
210
|
-
onTouchStart?: React.TouchEventHandler<any> | undefined;
|
|
211
|
-
onTouchStartCapture?: React.TouchEventHandler<any> | undefined;
|
|
212
|
-
onPointerDown?: React.PointerEventHandler<any> | undefined;
|
|
213
|
-
onPointerDownCapture?: React.PointerEventHandler<any> | undefined;
|
|
214
|
-
onPointerMove?: React.PointerEventHandler<any> | undefined;
|
|
215
|
-
onPointerMoveCapture?: React.PointerEventHandler<any> | undefined;
|
|
216
|
-
onPointerUp?: React.PointerEventHandler<any> | undefined;
|
|
217
|
-
onPointerUpCapture?: React.PointerEventHandler<any> | undefined;
|
|
218
|
-
onPointerCancel?: React.PointerEventHandler<any> | undefined;
|
|
219
|
-
onPointerCancelCapture?: React.PointerEventHandler<any> | undefined;
|
|
220
|
-
onPointerEnter?: React.PointerEventHandler<any> | undefined;
|
|
221
|
-
onPointerEnterCapture?: React.PointerEventHandler<any> | undefined;
|
|
222
|
-
onPointerLeave?: React.PointerEventHandler<any> | undefined;
|
|
223
|
-
onPointerLeaveCapture?: React.PointerEventHandler<any> | undefined;
|
|
224
|
-
onPointerOver?: React.PointerEventHandler<any> | undefined;
|
|
225
|
-
onPointerOverCapture?: React.PointerEventHandler<any> | undefined;
|
|
226
|
-
onPointerOut?: React.PointerEventHandler<any> | undefined;
|
|
227
|
-
onPointerOutCapture?: React.PointerEventHandler<any> | undefined;
|
|
228
|
-
onGotPointerCapture?: React.PointerEventHandler<any> | undefined;
|
|
229
|
-
onGotPointerCaptureCapture?: React.PointerEventHandler<any> | undefined;
|
|
230
|
-
onLostPointerCapture?: React.PointerEventHandler<any> | undefined;
|
|
231
|
-
onLostPointerCaptureCapture?: React.PointerEventHandler<any> | undefined;
|
|
232
|
-
onScroll?: React.UIEventHandler<any> | undefined;
|
|
233
|
-
onScrollCapture?: React.UIEventHandler<any> | undefined;
|
|
234
|
-
onWheel?: React.WheelEventHandler<any> | undefined;
|
|
235
|
-
onWheelCapture?: React.WheelEventHandler<any> | undefined;
|
|
236
|
-
onAnimationStartCapture?: React.AnimationEventHandler<any> | undefined;
|
|
237
|
-
onAnimationEnd?: React.AnimationEventHandler<any> | undefined;
|
|
238
|
-
onAnimationEndCapture?: React.AnimationEventHandler<any> | undefined;
|
|
239
|
-
onAnimationIteration?: React.AnimationEventHandler<any> | undefined;
|
|
240
|
-
onAnimationIterationCapture?: React.AnimationEventHandler<any> | undefined;
|
|
241
|
-
onTransitionEnd?: React.TransitionEventHandler<any> | undefined;
|
|
242
|
-
onTransitionEndCapture?: React.TransitionEventHandler<any> | undefined;
|
|
243
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
244
|
-
slot?: string | undefined;
|
|
245
|
-
title?: string | undefined;
|
|
246
|
-
defaultChecked?: boolean | undefined;
|
|
247
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
248
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
249
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
250
|
-
accessKey?: string | undefined;
|
|
251
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
252
|
-
contextMenu?: string | undefined;
|
|
253
|
-
dir?: string | undefined;
|
|
254
|
-
placeholder?: string | undefined;
|
|
255
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
256
|
-
radioGroup?: string | undefined;
|
|
257
|
-
about?: string | undefined;
|
|
258
|
-
datatype?: string | undefined;
|
|
259
|
-
inlist?: any;
|
|
260
|
-
prefix?: string | undefined;
|
|
261
|
-
property?: string | undefined;
|
|
262
|
-
resource?: string | undefined;
|
|
263
|
-
typeof?: string | undefined;
|
|
264
|
-
vocab?: string | undefined;
|
|
265
|
-
autoCapitalize?: string | undefined;
|
|
266
|
-
autoCorrect?: string | undefined;
|
|
267
|
-
autoSave?: string | undefined;
|
|
268
|
-
itemProp?: string | undefined;
|
|
269
|
-
itemScope?: boolean | undefined;
|
|
270
|
-
itemType?: string | undefined;
|
|
271
|
-
itemID?: string | undefined;
|
|
272
|
-
itemRef?: string | undefined;
|
|
273
|
-
results?: number | undefined;
|
|
274
|
-
security?: string | undefined;
|
|
275
|
-
unselectable?: "off" | "on" | undefined;
|
|
276
|
-
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
277
|
-
is?: string | undefined;
|
|
278
|
-
} & import("../..").MotionProps & React.RefAttributes<any>>;
|