fat-design 0.0.1-beta.20251010070112 → 0.0.1-beta.20251010161507
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/README.md +285 -285
- package/index.browser.js +5 -5
- package/index.js +8 -8
- package/index.umd.cjs +4 -4
- package/index.umd.js +4 -4
- package/libs/config-16.js +7 -7
- package/libs/config-17.js +7 -7
- package/libs/config-18.js +9 -9
- package/libs/config-19.js +9 -9
- package/libs/theme/theme-blue1.css +58 -58
- package/libs/theme/theme-blue2.css +63 -63
- package/libs/theme/theme-blue3.css +73 -73
- package/libs/theme/theme-blue4.css +53 -53
- package/libs/theme/theme-default.css +60 -60
- package/libs/theme/theme-green.css +96 -96
- package/libs/theme/theme-green2.css +96 -96
- package/libs/theme/theme-orange.css +58 -58
- package/libs/theme/theme-pink.css +53 -53
- package/libs/theme/theme-purple.css +53 -53
- package/libs/theme/theme-red.css +55 -55
- package/package.json +2 -2
- package/types/0buildTypes/config-provider/constants.d.ts +3 -3
- package/types/0buildTypes/config-provider/index.d.ts +4 -4
- package/types/0buildTypes/config-provider/v2/consumer.d.ts +3 -3
- package/types/0buildTypes/config-provider/v2/context.d.ts +6 -6
- package/types/0buildTypes/config-provider/v2/error-boundary.d.ts +27 -27
- package/types/0buildTypes/config-provider/v2/functions.d.ts +66 -66
- package/types/0buildTypes/config-provider/v2/index.d.ts +37 -36
- package/types/0buildTypes/config-provider/v2/provider.d.ts +4 -4
- package/types/0buildTypes/config-provider/v2/types.d.ts +22 -22
- package/types/0buildTypes/dependencies.d.ts +2 -2
- package/types/0buildTypes/empty/empty.d.ts +22 -22
- package/types/0buildTypes/empty/index.d.ts +2 -2
- package/types/0buildTypes/filter/filter-types.d.ts +21 -21
- package/types/0buildTypes/filter/filter.d.ts +10 -10
- package/types/0buildTypes/filter/index.d.ts +9 -9
- package/types/0buildTypes/form2/deps.d.ts +10 -10
- package/types/0buildTypes/form2/form-actions.d.ts +36 -36
- package/types/0buildTypes/form2/form-buttons.d.ts +28 -28
- package/types/0buildTypes/form2/form-context.d.ts +4 -4
- package/types/0buildTypes/form2/form-error.d.ts +3 -3
- package/types/0buildTypes/form2/form-item-card.d.ts +4 -4
- package/types/0buildTypes/form2/form-item-comp.d.ts +4 -4
- package/types/0buildTypes/form2/form-item-label.d.ts +4 -4
- package/types/0buildTypes/form2/form-item-preview.d.ts +4 -4
- package/types/0buildTypes/form2/form-item.d.ts +7 -7
- package/types/0buildTypes/form2/form-layout.d.ts +3 -3
- package/types/0buildTypes/form2/form-rules.d.ts +3 -3
- package/types/0buildTypes/form2/form-section.d.ts +25 -25
- package/types/0buildTypes/form2/form-types.d.ts +395 -395
- package/types/0buildTypes/form2/form.d.ts +36 -36
- package/types/0buildTypes/form2/helper/buildParams.d.ts +5 -5
- package/types/0buildTypes/form2/helper/constants.d.ts +24 -24
- package/types/0buildTypes/form2/helper/fixItemProps.d.ts +16 -16
- package/types/0buildTypes/form2/helper/fnInheritProps.d.ts +2 -2
- package/types/0buildTypes/form2/helper/linkageFormState.d.ts +16 -16
- package/types/0buildTypes/form2/helper/useDataSource.d.ts +14 -14
- package/types/0buildTypes/form2/helper/useFormChildren.d.ts +5 -5
- package/types/0buildTypes/form2/helper/useFormItemState.d.ts +3 -3
- package/types/0buildTypes/form2/helper/useGetXProps.d.ts +3 -3
- package/types/0buildTypes/form2/index.d.ts +20 -20
- package/types/0buildTypes/form2/layout/from-float-layout.d.ts +3 -3
- package/types/0buildTypes/hooks/index.d.ts +16 -16
- package/types/0buildTypes/hooks/useCurrentState.d.ts +11 -11
- package/types/0buildTypes/hooks/useOnKeyPressSave.d.ts +12 -12
- package/types/0buildTypes/hooks/usePersistFn.d.ts +3 -3
- package/types/0buildTypes/hooks/usePreciseStore.d.ts +53 -53
- package/types/0buildTypes/hooks/useSize.d.ts +6 -6
- package/types/0buildTypes/hooks/useUniqueId.d.ts +2 -2
- package/types/0buildTypes/hooks/useValueOnChange.d.ts +2 -2
- package/types/0buildTypes/image/Image.d.ts +42 -42
- package/types/0buildTypes/image/Operations.d.ts +25 -25
- package/types/0buildTypes/image/Preview.d.ts +64 -64
- package/types/0buildTypes/image/PreviewGroup.d.ts +32 -32
- package/types/0buildTypes/image/common.d.ts +2 -2
- package/types/0buildTypes/image/context.d.ts +7 -7
- package/types/0buildTypes/image/getFixScaleEleTransPosition.d.ts +17 -17
- package/types/0buildTypes/image/hooks/useImageTransform.d.ts +28 -28
- package/types/0buildTypes/image/hooks/useMouseEvent.d.ts +9 -9
- package/types/0buildTypes/image/hooks/usePreviewItems.d.ts +7 -7
- package/types/0buildTypes/image/hooks/useRegisterImage.d.ts +2 -2
- package/types/0buildTypes/image/hooks/useStatus.d.ts +14 -14
- package/types/0buildTypes/image/hooks/useTouchEvent.d.ts +8 -8
- package/types/0buildTypes/image/index.d.ts +6 -6
- package/types/0buildTypes/image/interface.d.ts +14 -14
- package/types/0buildTypes/image/previewConfig.d.ts +4 -4
- package/types/0buildTypes/image/util.d.ts +1 -1
- package/types/0buildTypes/image/utils/KeyCode.d.ts +23 -23
- package/types/0buildTypes/image/utils/addEventListener.d.ts +4 -4
- package/types/0buildTypes/image/utils/buildIcons.d.ts +2 -2
- package/types/0buildTypes/image/utils/css.d.ts +8 -8
- package/types/0buildTypes/image/utils/isEqual.d.ts +8 -8
- package/types/0buildTypes/image/utils/raf.d.ts +6 -6
- package/types/0buildTypes/image/utils/useEvent.d.ts +1 -1
- package/types/0buildTypes/image/utils/useLayoutEffect.d.ts +4 -4
- package/types/0buildTypes/image/utils/useMergedState.d.ts +12 -12
- package/types/0buildTypes/image/utils/useSafeState.d.ts +14 -14
- package/types/0buildTypes/index.d.ts +4 -4
- package/types/0buildTypes/libs.d.ts +67 -67
- package/types/0buildTypes/nav/group.d.ts +30 -30
- package/types/0buildTypes/nav/index.d.ts +4 -4
- package/types/0buildTypes/nav/item.d.ts +30 -30
- package/types/0buildTypes/nav/nav.d.ts +2 -2
- package/types/0buildTypes/nav/popup-item.d.ts +24 -24
- package/types/0buildTypes/nav/sub-nav.d.ts +30 -30
- package/types/0buildTypes/nav/types.d.ts +375 -375
- package/types/0buildTypes/others.d.ts +10 -10
- package/types/0buildTypes/pages/deps.d.ts +5 -5
- package/types/0buildTypes/pages/detail-page/detail-page-card-form.d.ts +12 -12
- package/types/0buildTypes/pages/detail-page/detail-page-form-item.d.ts +9 -9
- package/types/0buildTypes/pages/detail-page/detail-page-section.d.ts +19 -19
- package/types/0buildTypes/pages/detail-page/detail-page-summary.d.ts +9 -9
- package/types/0buildTypes/pages/detail-page/detail-page.d.ts +14 -14
- package/types/0buildTypes/pages/detail-page/index.d.ts +2 -2
- package/types/0buildTypes/pages/detail-page/types.d.ts +29 -29
- package/types/0buildTypes/pages/page-card/types.d.ts +6 -6
- package/types/0buildTypes/previews/renderFileImage.d.ts +34 -34
- package/types/0buildTypes/query-form/index.d.ts +2 -2
- package/types/0buildTypes/query-form/query-form-items.d.ts +3 -3
- package/types/0buildTypes/query-form/query-form-layout.d.ts +2 -2
- package/types/0buildTypes/query-form/query-form.d.ts +18 -18
- package/types/0buildTypes/query-form/types.d.ts +5 -5
- package/types/0buildTypes/sortable-list/helpers.d.ts +8 -8
- package/types/0buildTypes/sortable-list/hooks.d.ts +24 -24
- package/types/0buildTypes/sortable-list/index.d.ts +14 -14
- package/types/0buildTypes/sortable-list/sortable-editable-table.d.ts +2 -2
- package/types/0buildTypes/sortable-list/sortable-list.d.ts +560 -560
- package/types/0buildTypes/sortable-list/sortable-table.d.ts +2 -2
- package/types/0buildTypes/sortable-list/types.d.ts +15 -15
- package/types/0buildTypes/table-pro/index.d.ts +26 -26
- package/types/0buildTypes/table-pro/table-pro.d.ts +17 -17
- package/types/0buildTypes/table-pro/types.d.ts +95 -95
- package/types/0buildTypes/table-pro/useTablePro.d.ts +10 -10
- package/types/0buildTypes/table-pro/utils/formatQueryRes.d.ts +1 -1
- package/types/0buildTypes/table-pro/widget/column-setting.d.ts +5 -5
- package/types/0buildTypes/table-pro/widget/deps.d.ts +2 -2
- package/types/0buildTypes/table-pro/widget/index.d.ts +25 -25
- package/types/0buildTypes/table-pro/widget/operations.d.ts +5 -5
- package/types/0buildTypes/table-pro/widget/operationsActions.d.ts +2 -2
- package/types/0buildTypes/table-pro/widget/renderFormats.d.ts +17 -17
- package/types/0buildTypes/table-pro/widget/renderMultiFieldCell.d.ts +4 -4
- package/types/0buildTypes/table-pro/widget/renderOperationCell.d.ts +4 -4
- package/types/0buildTypes/table-pro/widget/renderToolbar.d.ts +6 -6
- package/types/0buildTypes/table-pro/widget/table-utils-types.d.ts +40 -40
- package/types/0buildTypes/util/comp.d.ts +16 -16
- package/types/0buildTypes/util/component.d.ts +1 -1
- package/types/0buildTypes/util/constants.d.ts +4 -4
- package/types/0buildTypes/util/dom.d.ts +116 -116
- package/types/0buildTypes/util/env.d.ts +7 -7
- package/types/0buildTypes/util/func-wrapper.d.ts +1 -1
- package/types/0buildTypes/util/func.d.ts +73 -73
- package/types/0buildTypes/util/guid.d.ts +11 -11
- package/types/0buildTypes/util/isStateEquals.d.ts +4 -4
- package/types/0buildTypes/util/localforage.d.ts +11 -11
- package/types/0buildTypes/util/log.d.ts +18 -18
- package/types/0buildTypes/util/pick-res-data.d.ts +28 -28
- package/types/0buildTypes/util/react-dom.d.ts +27 -27
- package/types/0buildTypes/util/shallowEqual.d.ts +3 -3
- package/types/0buildTypes/util/string.d.ts +32 -32
- package/types/0buildTypes/util/tiny-emitter.d.ts +10 -10
- package/types/0buildTypes/util/toMap.d.ts +7 -7
- package/types/affix/index.d.ts +33 -33
- package/types/animate/index.d.ts +80 -80
- package/types/avatar/index.d.ts +41 -41
- package/types/badge/index.d.ts +38 -38
- package/types/balloon/index.d.ts +254 -254
- package/types/balloon-confirm/index.d.ts +78 -78
- package/types/batch-input/index.d.ts +152 -152
- package/types/box/index.d.ts +18 -18
- package/types/breadcrumb/index.d.ts +60 -60
- package/types/button/index.d.ts +179 -179
- package/types/calendar/index.d.ts +76 -76
- package/types/card/index.d.ts +147 -147
- package/types/cascader/index.d.ts +135 -135
- package/types/cascader-select/index.d.ts +230 -230
- package/types/checkbox/index.d.ts +175 -175
- package/types/collapse/index.d.ts +96 -96
- package/types/comments/index.d.ts +278 -278
- package/types/config-provider/index.d.ts +3 -3
- package/types/date-picker/index.d.ts +123 -123
- package/types/dialog/index.d.ts +328 -328
- package/types/divider/index.d.ts +21 -21
- package/types/drawer/index.d.ts +121 -121
- package/types/dropdown/index.d.ts +198 -198
- package/types/editable-table/index.d.ts +121 -121
- package/types/empty/index.d.ts +78 -78
- package/types/field/index.d.ts +33 -33
- package/types/filter/index.d.ts +2 -2
- package/types/form/index.d.ts +5 -5
- package/types/grid/index.d.ts +142 -142
- package/types/hooks/index.d.ts +2 -2
- package/types/icon/index.d.ts +29 -29
- package/types/image/index.d.ts +3 -3
- package/types/index.d.ts +69 -69
- package/types/input/index.d.ts +458 -458
- package/types/list/index.d.ts +69 -69
- package/types/loading/index.d.ts +100 -100
- package/types/locale/default.d.ts +143 -143
- package/types/locale/en-us.d.ts +1 -1
- package/types/locale/id-id.d.ts +1 -1
- package/types/locale/it-it.d.ts +1 -1
- package/types/locale/ja-jp.d.ts +1 -1
- package/types/locale/ko-kr.d.ts +1 -1
- package/types/locale/ms-my.d.ts +1 -1
- package/types/locale/pt-pt.d.ts +1 -1
- package/types/locale/th-th.d.ts +1 -1
- package/types/locale/vi-vn.d.ts +1 -1
- package/types/locale/zh-cn.d.ts +1 -1
- package/types/locale/zh-hk.d.ts +1 -1
- package/types/locale/zh-tw.d.ts +1 -1
- package/types/menu/index.d.ts +336 -336
- package/types/menu-button/index.d.ts +100 -100
- package/types/message/index.d.ts +165 -165
- package/types/nav/index.d.ts +313 -313
- package/types/notification/index.d.ts +35 -35
- package/types/number-picker/index.d.ts +161 -161
- package/types/overlay/index.d.ts +363 -363
- package/types/pagination/index.d.ts +115 -115
- package/types/paragraph/index.d.ts +23 -23
- package/types/progress/index.d.ts +53 -53
- package/types/query-form/index.d.ts +3 -3
- package/types/radio/index.d.ts +180 -180
- package/types/range/index.d.ts +120 -120
- package/types/rating/index.d.ts +84 -84
- package/types/responsive-grid/index.d.ts +30 -30
- package/types/search/index.d.ts +219 -219
- package/types/select/index.d.ts +479 -479
- package/types/shell/index.d.ts +53 -53
- package/types/slider/index.d.ts +172 -172
- package/types/sortable-list/index.d.ts +165 -165
- package/types/split-button/index.d.ts +134 -134
- package/types/step/index.d.ts +108 -108
- package/types/switch/index.d.ts +85 -85
- package/types/tab/index.d.ts +170 -170
- package/types/table/index.d.ts +407 -407
- package/types/table-pro/index.d.ts +3 -3
- package/types/tag/index.d.ts +142 -142
- package/types/time-picker/index.d.ts +193 -193
- package/types/timeline/index.d.ts +95 -95
- package/types/transfer/index.d.ts +199 -199
- package/types/tree/index.d.ts +421 -421
- package/types/tree-select/index.d.ts +251 -251
- package/types/typography/index.d.ts +28 -28
- package/types/upload/index.d.ts +711 -711
- package/types/util.d.ts +80 -80
- package/types/virtual-list/index.d.ts +44 -44
|
@@ -1,560 +1,560 @@
|
|
|
1
|
-
import React, { HTMLAttributes } from 'react';
|
|
2
|
-
type Props<TTag extends keyof JSX.IntrinsicElements> = HTMLAttributes<TTag> & {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
/** Determines whether drag functionality is enabled, defaults to true */
|
|
5
|
-
allowDrag?: boolean;
|
|
6
|
-
/** Called when the user finishes a sorting gesture. */
|
|
7
|
-
onSortEnd: (oldIndex: number, newIndex: number) => void;
|
|
8
|
-
/** Class applied to the item being dragged */
|
|
9
|
-
draggedItemClassName?: string;
|
|
10
|
-
/** Determines which type of html tag will be used for a container element */
|
|
11
|
-
as?: TTag;
|
|
12
|
-
/** Determines if an axis should be locked */
|
|
13
|
-
lockAxis?: 'x' | 'y';
|
|
14
|
-
/** Reference to the Custom Holder element */
|
|
15
|
-
customHolderRef?: React.RefObject<HTMLElement | null>;
|
|
16
|
-
};
|
|
17
|
-
declare const SortableList: <TTag extends keyof JSX.IntrinsicElements = "div">({ children, allowDrag, onSortEnd, draggedItemClassName, as, lockAxis, customHolderRef, ...rest }: Props<TTag>) => React.ReactElement<{
|
|
18
|
-
ref: React.MutableRefObject<HTMLElement>;
|
|
19
|
-
defaultChecked?: boolean;
|
|
20
|
-
defaultValue?: string | number | readonly string[];
|
|
21
|
-
suppressContentEditableWarning?: boolean;
|
|
22
|
-
suppressHydrationWarning?: boolean;
|
|
23
|
-
accessKey?: string;
|
|
24
|
-
autoCapitalize?: "none" | (string & {}) | "words" | "off" | "on" | "sentences" | "characters";
|
|
25
|
-
autoFocus?: boolean;
|
|
26
|
-
className?: string;
|
|
27
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only";
|
|
28
|
-
contextMenu?: string;
|
|
29
|
-
dir?: string;
|
|
30
|
-
draggable?: boolean | "false" | "true";
|
|
31
|
-
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send";
|
|
32
|
-
hidden?: boolean;
|
|
33
|
-
id?: string;
|
|
34
|
-
lang?: string;
|
|
35
|
-
nonce?: string;
|
|
36
|
-
slot?: string;
|
|
37
|
-
spellCheck?: boolean | "false" | "true";
|
|
38
|
-
style?: React.CSSProperties;
|
|
39
|
-
tabIndex?: number;
|
|
40
|
-
title?: string;
|
|
41
|
-
translate?: "yes" | "no";
|
|
42
|
-
radioGroup?: string;
|
|
43
|
-
role?: React.AriaRole;
|
|
44
|
-
about?: string;
|
|
45
|
-
content?: string;
|
|
46
|
-
datatype?: string;
|
|
47
|
-
inlist?: any;
|
|
48
|
-
prefix?: string;
|
|
49
|
-
property?: string;
|
|
50
|
-
rel?: string;
|
|
51
|
-
resource?: string;
|
|
52
|
-
rev?: string;
|
|
53
|
-
typeof?: string;
|
|
54
|
-
vocab?: string;
|
|
55
|
-
autoCorrect?: string;
|
|
56
|
-
autoSave?: string;
|
|
57
|
-
color?: string;
|
|
58
|
-
itemProp?: string;
|
|
59
|
-
itemScope?: boolean;
|
|
60
|
-
itemType?: string;
|
|
61
|
-
itemID?: string;
|
|
62
|
-
itemRef?: string;
|
|
63
|
-
results?: number;
|
|
64
|
-
security?: string;
|
|
65
|
-
unselectable?: "off" | "on";
|
|
66
|
-
inputMode?: "search" | "numeric" | "none" | "url" | "text" | "decimal" | "tel" | "email";
|
|
67
|
-
is?: string;
|
|
68
|
-
exportparts?: string;
|
|
69
|
-
part?: string;
|
|
70
|
-
"aria-activedescendant"?: string;
|
|
71
|
-
"aria-atomic"?: boolean | "false" | "true";
|
|
72
|
-
"aria-autocomplete"?: "inline" | "both" | "none" | "list";
|
|
73
|
-
"aria-braillelabel"?: string;
|
|
74
|
-
"aria-brailleroledescription"?: string;
|
|
75
|
-
"aria-busy"?: boolean | "false" | "true";
|
|
76
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true";
|
|
77
|
-
"aria-colcount"?: number;
|
|
78
|
-
"aria-colindex"?: number;
|
|
79
|
-
"aria-colindextext"?: string;
|
|
80
|
-
"aria-colspan"?: number;
|
|
81
|
-
"aria-controls"?: string;
|
|
82
|
-
"aria-current"?: boolean | "location" | "time" | "false" | "page" | "true" | "step" | "date";
|
|
83
|
-
"aria-describedby"?: string;
|
|
84
|
-
"aria-description"?: string;
|
|
85
|
-
"aria-details"?: string;
|
|
86
|
-
"aria-disabled"?: boolean | "false" | "true";
|
|
87
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup";
|
|
88
|
-
"aria-errormessage"?: string;
|
|
89
|
-
"aria-expanded"?: boolean | "false" | "true";
|
|
90
|
-
"aria-flowto"?: string;
|
|
91
|
-
"aria-grabbed"?: boolean | "false" | "true";
|
|
92
|
-
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "false" | "listbox" | "true" | "tree";
|
|
93
|
-
"aria-hidden"?: boolean | "false" | "true";
|
|
94
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
|
|
95
|
-
"aria-keyshortcuts"?: string;
|
|
96
|
-
"aria-label"?: string;
|
|
97
|
-
"aria-labelledby"?: string;
|
|
98
|
-
"aria-level"?: number;
|
|
99
|
-
"aria-live"?: "off" | "assertive" | "polite";
|
|
100
|
-
"aria-modal"?: boolean | "false" | "true";
|
|
101
|
-
"aria-multiline"?: boolean | "false" | "true";
|
|
102
|
-
"aria-multiselectable"?: boolean | "false" | "true";
|
|
103
|
-
"aria-orientation"?: "horizontal" | "vertical";
|
|
104
|
-
"aria-owns"?: string;
|
|
105
|
-
"aria-placeholder"?: string;
|
|
106
|
-
"aria-posinset"?: number;
|
|
107
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true";
|
|
108
|
-
"aria-readonly"?: boolean | "false" | "true";
|
|
109
|
-
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
110
|
-
"aria-required"?: boolean | "false" | "true";
|
|
111
|
-
"aria-roledescription"?: string;
|
|
112
|
-
"aria-rowcount"?: number;
|
|
113
|
-
"aria-rowindex"?: number;
|
|
114
|
-
"aria-rowindextext"?: string;
|
|
115
|
-
"aria-rowspan"?: number;
|
|
116
|
-
"aria-selected"?: boolean | "false" | "true";
|
|
117
|
-
"aria-setsize"?: number;
|
|
118
|
-
"aria-sort"?: "none" | "other" | "ascending" | "descending";
|
|
119
|
-
"aria-valuemax"?: number;
|
|
120
|
-
"aria-valuemin"?: number;
|
|
121
|
-
"aria-valuenow"?: number;
|
|
122
|
-
"aria-valuetext"?: string;
|
|
123
|
-
dangerouslySetInnerHTML?: {
|
|
124
|
-
__html: string | TrustedHTML;
|
|
125
|
-
};
|
|
126
|
-
onCopy?: React.ClipboardEventHandler<TTag>;
|
|
127
|
-
onCopyCapture?: React.ClipboardEventHandler<TTag>;
|
|
128
|
-
onCut?: React.ClipboardEventHandler<TTag>;
|
|
129
|
-
onCutCapture?: React.ClipboardEventHandler<TTag>;
|
|
130
|
-
onPaste?: React.ClipboardEventHandler<TTag>;
|
|
131
|
-
onPasteCapture?: React.ClipboardEventHandler<TTag>;
|
|
132
|
-
onCompositionEnd?: React.CompositionEventHandler<TTag>;
|
|
133
|
-
onCompositionEndCapture?: React.CompositionEventHandler<TTag>;
|
|
134
|
-
onCompositionStart?: React.CompositionEventHandler<TTag>;
|
|
135
|
-
onCompositionStartCapture?: React.CompositionEventHandler<TTag>;
|
|
136
|
-
onCompositionUpdate?: React.CompositionEventHandler<TTag>;
|
|
137
|
-
onCompositionUpdateCapture?: React.CompositionEventHandler<TTag>;
|
|
138
|
-
onFocus?: React.FocusEventHandler<TTag>;
|
|
139
|
-
onFocusCapture?: React.FocusEventHandler<TTag>;
|
|
140
|
-
onBlur?: React.FocusEventHandler<TTag>;
|
|
141
|
-
onBlurCapture?: React.FocusEventHandler<TTag>;
|
|
142
|
-
onChange?: React.FormEventHandler<TTag>;
|
|
143
|
-
onChangeCapture?: React.FormEventHandler<TTag>;
|
|
144
|
-
onBeforeInput?: React.InputEventHandler<TTag>;
|
|
145
|
-
onBeforeInputCapture?: React.FormEventHandler<TTag>;
|
|
146
|
-
onInput?: React.FormEventHandler<TTag>;
|
|
147
|
-
onInputCapture?: React.FormEventHandler<TTag>;
|
|
148
|
-
onReset?: React.FormEventHandler<TTag>;
|
|
149
|
-
onResetCapture?: React.FormEventHandler<TTag>;
|
|
150
|
-
onSubmit?: React.FormEventHandler<TTag>;
|
|
151
|
-
onSubmitCapture?: React.FormEventHandler<TTag>;
|
|
152
|
-
onInvalid?: React.FormEventHandler<TTag>;
|
|
153
|
-
onInvalidCapture?: React.FormEventHandler<TTag>;
|
|
154
|
-
onLoad?: React.ReactEventHandler<TTag>;
|
|
155
|
-
onLoadCapture?: React.ReactEventHandler<TTag>;
|
|
156
|
-
onError?: React.ReactEventHandler<TTag>;
|
|
157
|
-
onErrorCapture?: React.ReactEventHandler<TTag>;
|
|
158
|
-
onKeyDown?: React.KeyboardEventHandler<TTag>;
|
|
159
|
-
onKeyDownCapture?: React.KeyboardEventHandler<TTag>;
|
|
160
|
-
onKeyPress?: React.KeyboardEventHandler<TTag>;
|
|
161
|
-
onKeyPressCapture?: React.KeyboardEventHandler<TTag>;
|
|
162
|
-
onKeyUp?: React.KeyboardEventHandler<TTag>;
|
|
163
|
-
onKeyUpCapture?: React.KeyboardEventHandler<TTag>;
|
|
164
|
-
onAbort?: React.ReactEventHandler<TTag>;
|
|
165
|
-
onAbortCapture?: React.ReactEventHandler<TTag>;
|
|
166
|
-
onCanPlay?: React.ReactEventHandler<TTag>;
|
|
167
|
-
onCanPlayCapture?: React.ReactEventHandler<TTag>;
|
|
168
|
-
onCanPlayThrough?: React.ReactEventHandler<TTag>;
|
|
169
|
-
onCanPlayThroughCapture?: React.ReactEventHandler<TTag>;
|
|
170
|
-
onDurationChange?: React.ReactEventHandler<TTag>;
|
|
171
|
-
onDurationChangeCapture?: React.ReactEventHandler<TTag>;
|
|
172
|
-
onEmptied?: React.ReactEventHandler<TTag>;
|
|
173
|
-
onEmptiedCapture?: React.ReactEventHandler<TTag>;
|
|
174
|
-
onEncrypted?: React.ReactEventHandler<TTag>;
|
|
175
|
-
onEncryptedCapture?: React.ReactEventHandler<TTag>;
|
|
176
|
-
onEnded?: React.ReactEventHandler<TTag>;
|
|
177
|
-
onEndedCapture?: React.ReactEventHandler<TTag>;
|
|
178
|
-
onLoadedData?: React.ReactEventHandler<TTag>;
|
|
179
|
-
onLoadedDataCapture?: React.ReactEventHandler<TTag>;
|
|
180
|
-
onLoadedMetadata?: React.ReactEventHandler<TTag>;
|
|
181
|
-
onLoadedMetadataCapture?: React.ReactEventHandler<TTag>;
|
|
182
|
-
onLoadStart?: React.ReactEventHandler<TTag>;
|
|
183
|
-
onLoadStartCapture?: React.ReactEventHandler<TTag>;
|
|
184
|
-
onPause?: React.ReactEventHandler<TTag>;
|
|
185
|
-
onPauseCapture?: React.ReactEventHandler<TTag>;
|
|
186
|
-
onPlay?: React.ReactEventHandler<TTag>;
|
|
187
|
-
onPlayCapture?: React.ReactEventHandler<TTag>;
|
|
188
|
-
onPlaying?: React.ReactEventHandler<TTag>;
|
|
189
|
-
onPlayingCapture?: React.ReactEventHandler<TTag>;
|
|
190
|
-
onProgress?: React.ReactEventHandler<TTag>;
|
|
191
|
-
onProgressCapture?: React.ReactEventHandler<TTag>;
|
|
192
|
-
onRateChange?: React.ReactEventHandler<TTag>;
|
|
193
|
-
onRateChangeCapture?: React.ReactEventHandler<TTag>;
|
|
194
|
-
onSeeked?: React.ReactEventHandler<TTag>;
|
|
195
|
-
onSeekedCapture?: React.ReactEventHandler<TTag>;
|
|
196
|
-
onSeeking?: React.ReactEventHandler<TTag>;
|
|
197
|
-
onSeekingCapture?: React.ReactEventHandler<TTag>;
|
|
198
|
-
onStalled?: React.ReactEventHandler<TTag>;
|
|
199
|
-
onStalledCapture?: React.ReactEventHandler<TTag>;
|
|
200
|
-
onSuspend?: React.ReactEventHandler<TTag>;
|
|
201
|
-
onSuspendCapture?: React.ReactEventHandler<TTag>;
|
|
202
|
-
onTimeUpdate?: React.ReactEventHandler<TTag>;
|
|
203
|
-
onTimeUpdateCapture?: React.ReactEventHandler<TTag>;
|
|
204
|
-
onVolumeChange?: React.ReactEventHandler<TTag>;
|
|
205
|
-
onVolumeChangeCapture?: React.ReactEventHandler<TTag>;
|
|
206
|
-
onWaiting?: React.ReactEventHandler<TTag>;
|
|
207
|
-
onWaitingCapture?: React.ReactEventHandler<TTag>;
|
|
208
|
-
onAuxClick?: React.MouseEventHandler<TTag>;
|
|
209
|
-
onAuxClickCapture?: React.MouseEventHandler<TTag>;
|
|
210
|
-
onClick?: React.MouseEventHandler<TTag>;
|
|
211
|
-
onClickCapture?: React.MouseEventHandler<TTag>;
|
|
212
|
-
onContextMenu?: React.MouseEventHandler<TTag>;
|
|
213
|
-
onContextMenuCapture?: React.MouseEventHandler<TTag>;
|
|
214
|
-
onDoubleClick?: React.MouseEventHandler<TTag>;
|
|
215
|
-
onDoubleClickCapture?: React.MouseEventHandler<TTag>;
|
|
216
|
-
onDrag?: React.DragEventHandler<TTag>;
|
|
217
|
-
onDragCapture?: React.DragEventHandler<TTag>;
|
|
218
|
-
onDragEnd?: React.DragEventHandler<TTag>;
|
|
219
|
-
onDragEndCapture?: React.DragEventHandler<TTag>;
|
|
220
|
-
onDragEnter?: React.DragEventHandler<TTag>;
|
|
221
|
-
onDragEnterCapture?: React.DragEventHandler<TTag>;
|
|
222
|
-
onDragExit?: React.DragEventHandler<TTag>;
|
|
223
|
-
onDragExitCapture?: React.DragEventHandler<TTag>;
|
|
224
|
-
onDragLeave?: React.DragEventHandler<TTag>;
|
|
225
|
-
onDragLeaveCapture?: React.DragEventHandler<TTag>;
|
|
226
|
-
onDragOver?: React.DragEventHandler<TTag>;
|
|
227
|
-
onDragOverCapture?: React.DragEventHandler<TTag>;
|
|
228
|
-
onDragStart?: React.DragEventHandler<TTag>;
|
|
229
|
-
onDragStartCapture?: React.DragEventHandler<TTag>;
|
|
230
|
-
onDrop?: React.DragEventHandler<TTag>;
|
|
231
|
-
onDropCapture?: React.DragEventHandler<TTag>;
|
|
232
|
-
onMouseDown?: React.MouseEventHandler<TTag>;
|
|
233
|
-
onMouseDownCapture?: React.MouseEventHandler<TTag>;
|
|
234
|
-
onMouseEnter?: React.MouseEventHandler<TTag>;
|
|
235
|
-
onMouseLeave?: React.MouseEventHandler<TTag>;
|
|
236
|
-
onMouseMove?: React.MouseEventHandler<TTag>;
|
|
237
|
-
onMouseMoveCapture?: React.MouseEventHandler<TTag>;
|
|
238
|
-
onMouseOut?: React.MouseEventHandler<TTag>;
|
|
239
|
-
onMouseOutCapture?: React.MouseEventHandler<TTag>;
|
|
240
|
-
onMouseOver?: React.MouseEventHandler<TTag>;
|
|
241
|
-
onMouseOverCapture?: React.MouseEventHandler<TTag>;
|
|
242
|
-
onMouseUp?: React.MouseEventHandler<TTag>;
|
|
243
|
-
onMouseUpCapture?: React.MouseEventHandler<TTag>;
|
|
244
|
-
onSelect?: React.ReactEventHandler<TTag>;
|
|
245
|
-
onSelectCapture?: React.ReactEventHandler<TTag>;
|
|
246
|
-
onTouchCancel?: React.TouchEventHandler<TTag>;
|
|
247
|
-
onTouchCancelCapture?: React.TouchEventHandler<TTag>;
|
|
248
|
-
onTouchEnd?: React.TouchEventHandler<TTag>;
|
|
249
|
-
onTouchEndCapture?: React.TouchEventHandler<TTag>;
|
|
250
|
-
onTouchMove?: React.TouchEventHandler<TTag>;
|
|
251
|
-
onTouchMoveCapture?: React.TouchEventHandler<TTag>;
|
|
252
|
-
onTouchStart?: React.TouchEventHandler<TTag>;
|
|
253
|
-
onTouchStartCapture?: React.TouchEventHandler<TTag>;
|
|
254
|
-
onPointerDown?: React.PointerEventHandler<TTag>;
|
|
255
|
-
onPointerDownCapture?: React.PointerEventHandler<TTag>;
|
|
256
|
-
onPointerMove?: React.PointerEventHandler<TTag>;
|
|
257
|
-
onPointerMoveCapture?: React.PointerEventHandler<TTag>;
|
|
258
|
-
onPointerUp?: React.PointerEventHandler<TTag>;
|
|
259
|
-
onPointerUpCapture?: React.PointerEventHandler<TTag>;
|
|
260
|
-
onPointerCancel?: React.PointerEventHandler<TTag>;
|
|
261
|
-
onPointerCancelCapture?: React.PointerEventHandler<TTag>;
|
|
262
|
-
onPointerEnter?: React.PointerEventHandler<TTag>;
|
|
263
|
-
onPointerLeave?: React.PointerEventHandler<TTag>;
|
|
264
|
-
onPointerOver?: React.PointerEventHandler<TTag>;
|
|
265
|
-
onPointerOverCapture?: React.PointerEventHandler<TTag>;
|
|
266
|
-
onPointerOut?: React.PointerEventHandler<TTag>;
|
|
267
|
-
onPointerOutCapture?: React.PointerEventHandler<TTag>;
|
|
268
|
-
onGotPointerCapture?: React.PointerEventHandler<TTag>;
|
|
269
|
-
onGotPointerCaptureCapture?: React.PointerEventHandler<TTag>;
|
|
270
|
-
onLostPointerCapture?: React.PointerEventHandler<TTag>;
|
|
271
|
-
onLostPointerCaptureCapture?: React.PointerEventHandler<TTag>;
|
|
272
|
-
onScroll?: React.UIEventHandler<TTag>;
|
|
273
|
-
onScrollCapture?: React.UIEventHandler<TTag>;
|
|
274
|
-
onWheel?: React.WheelEventHandler<TTag>;
|
|
275
|
-
onWheelCapture?: React.WheelEventHandler<TTag>;
|
|
276
|
-
onAnimationStart?: React.AnimationEventHandler<TTag>;
|
|
277
|
-
onAnimationStartCapture?: React.AnimationEventHandler<TTag>;
|
|
278
|
-
onAnimationEnd?: React.AnimationEventHandler<TTag>;
|
|
279
|
-
onAnimationEndCapture?: React.AnimationEventHandler<TTag>;
|
|
280
|
-
onAnimationIteration?: React.AnimationEventHandler<TTag>;
|
|
281
|
-
onAnimationIterationCapture?: React.AnimationEventHandler<TTag>;
|
|
282
|
-
onTransitionEnd?: React.TransitionEventHandler<TTag>;
|
|
283
|
-
onTransitionEndCapture?: React.TransitionEventHandler<TTag>;
|
|
284
|
-
} | {
|
|
285
|
-
ref: React.MutableRefObject<HTMLElement>;
|
|
286
|
-
defaultChecked?: boolean;
|
|
287
|
-
defaultValue?: string | number | readonly string[];
|
|
288
|
-
suppressContentEditableWarning?: boolean;
|
|
289
|
-
suppressHydrationWarning?: boolean;
|
|
290
|
-
accessKey?: string;
|
|
291
|
-
autoCapitalize?: "none" | (string & {}) | "words" | "off" | "on" | "sentences" | "characters";
|
|
292
|
-
autoFocus?: boolean;
|
|
293
|
-
className?: string;
|
|
294
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only";
|
|
295
|
-
contextMenu?: string;
|
|
296
|
-
dir?: string;
|
|
297
|
-
draggable?: boolean | "false" | "true";
|
|
298
|
-
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send";
|
|
299
|
-
hidden?: boolean;
|
|
300
|
-
id?: string;
|
|
301
|
-
lang?: string;
|
|
302
|
-
nonce?: string;
|
|
303
|
-
slot?: string;
|
|
304
|
-
spellCheck?: boolean | "false" | "true";
|
|
305
|
-
style?: React.CSSProperties;
|
|
306
|
-
tabIndex?: number;
|
|
307
|
-
title?: string;
|
|
308
|
-
translate?: "yes" | "no";
|
|
309
|
-
radioGroup?: string;
|
|
310
|
-
role?: React.AriaRole;
|
|
311
|
-
about?: string;
|
|
312
|
-
content?: string;
|
|
313
|
-
datatype?: string;
|
|
314
|
-
inlist?: any;
|
|
315
|
-
prefix?: string;
|
|
316
|
-
property?: string;
|
|
317
|
-
rel?: string;
|
|
318
|
-
resource?: string;
|
|
319
|
-
rev?: string;
|
|
320
|
-
typeof?: string;
|
|
321
|
-
vocab?: string;
|
|
322
|
-
autoCorrect?: string;
|
|
323
|
-
autoSave?: string;
|
|
324
|
-
color?: string;
|
|
325
|
-
itemProp?: string;
|
|
326
|
-
itemScope?: boolean;
|
|
327
|
-
itemType?: string;
|
|
328
|
-
itemID?: string;
|
|
329
|
-
itemRef?: string;
|
|
330
|
-
results?: number;
|
|
331
|
-
security?: string;
|
|
332
|
-
unselectable?: "off" | "on";
|
|
333
|
-
inputMode?: "search" | "numeric" | "none" | "url" | "text" | "decimal" | "tel" | "email";
|
|
334
|
-
is?: string;
|
|
335
|
-
exportparts?: string;
|
|
336
|
-
part?: string;
|
|
337
|
-
"aria-activedescendant"?: string;
|
|
338
|
-
"aria-atomic"?: boolean | "false" | "true";
|
|
339
|
-
"aria-autocomplete"?: "inline" | "both" | "none" | "list";
|
|
340
|
-
"aria-braillelabel"?: string;
|
|
341
|
-
"aria-brailleroledescription"?: string;
|
|
342
|
-
"aria-busy"?: boolean | "false" | "true";
|
|
343
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true";
|
|
344
|
-
"aria-colcount"?: number;
|
|
345
|
-
"aria-colindex"?: number;
|
|
346
|
-
"aria-colindextext"?: string;
|
|
347
|
-
"aria-colspan"?: number;
|
|
348
|
-
"aria-controls"?: string;
|
|
349
|
-
"aria-current"?: boolean | "location" | "time" | "false" | "page" | "true" | "step" | "date";
|
|
350
|
-
"aria-describedby"?: string;
|
|
351
|
-
"aria-description"?: string;
|
|
352
|
-
"aria-details"?: string;
|
|
353
|
-
"aria-disabled"?: boolean | "false" | "true";
|
|
354
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup";
|
|
355
|
-
"aria-errormessage"?: string;
|
|
356
|
-
"aria-expanded"?: boolean | "false" | "true";
|
|
357
|
-
"aria-flowto"?: string;
|
|
358
|
-
"aria-grabbed"?: boolean | "false" | "true";
|
|
359
|
-
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "false" | "listbox" | "true" | "tree";
|
|
360
|
-
"aria-hidden"?: boolean | "false" | "true";
|
|
361
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
|
|
362
|
-
"aria-keyshortcuts"?: string;
|
|
363
|
-
"aria-label"?: string;
|
|
364
|
-
"aria-labelledby"?: string;
|
|
365
|
-
"aria-level"?: number;
|
|
366
|
-
"aria-live"?: "off" | "assertive" | "polite";
|
|
367
|
-
"aria-modal"?: boolean | "false" | "true";
|
|
368
|
-
"aria-multiline"?: boolean | "false" | "true";
|
|
369
|
-
"aria-multiselectable"?: boolean | "false" | "true";
|
|
370
|
-
"aria-orientation"?: "horizontal" | "vertical";
|
|
371
|
-
"aria-owns"?: string;
|
|
372
|
-
"aria-placeholder"?: string;
|
|
373
|
-
"aria-posinset"?: number;
|
|
374
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true";
|
|
375
|
-
"aria-readonly"?: boolean | "false" | "true";
|
|
376
|
-
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
377
|
-
"aria-required"?: boolean | "false" | "true";
|
|
378
|
-
"aria-roledescription"?: string;
|
|
379
|
-
"aria-rowcount"?: number;
|
|
380
|
-
"aria-rowindex"?: number;
|
|
381
|
-
"aria-rowindextext"?: string;
|
|
382
|
-
"aria-rowspan"?: number;
|
|
383
|
-
"aria-selected"?: boolean | "false" | "true";
|
|
384
|
-
"aria-setsize"?: number;
|
|
385
|
-
"aria-sort"?: "none" | "other" | "ascending" | "descending";
|
|
386
|
-
"aria-valuemax"?: number;
|
|
387
|
-
"aria-valuemin"?: number;
|
|
388
|
-
"aria-valuenow"?: number;
|
|
389
|
-
"aria-valuetext"?: string;
|
|
390
|
-
dangerouslySetInnerHTML?: {
|
|
391
|
-
__html: string | TrustedHTML;
|
|
392
|
-
};
|
|
393
|
-
onCopy?: React.ClipboardEventHandler<TTag>;
|
|
394
|
-
onCopyCapture?: React.ClipboardEventHandler<TTag>;
|
|
395
|
-
onCut?: React.ClipboardEventHandler<TTag>;
|
|
396
|
-
onCutCapture?: React.ClipboardEventHandler<TTag>;
|
|
397
|
-
onPaste?: React.ClipboardEventHandler<TTag>;
|
|
398
|
-
onPasteCapture?: React.ClipboardEventHandler<TTag>;
|
|
399
|
-
onCompositionEnd?: React.CompositionEventHandler<TTag>;
|
|
400
|
-
onCompositionEndCapture?: React.CompositionEventHandler<TTag>;
|
|
401
|
-
onCompositionStart?: React.CompositionEventHandler<TTag>;
|
|
402
|
-
onCompositionStartCapture?: React.CompositionEventHandler<TTag>;
|
|
403
|
-
onCompositionUpdate?: React.CompositionEventHandler<TTag>;
|
|
404
|
-
onCompositionUpdateCapture?: React.CompositionEventHandler<TTag>;
|
|
405
|
-
onFocus?: React.FocusEventHandler<TTag>;
|
|
406
|
-
onFocusCapture?: React.FocusEventHandler<TTag>;
|
|
407
|
-
onBlur?: React.FocusEventHandler<TTag>;
|
|
408
|
-
onBlurCapture?: React.FocusEventHandler<TTag>;
|
|
409
|
-
onChange?: React.FormEventHandler<TTag>;
|
|
410
|
-
onChangeCapture?: React.FormEventHandler<TTag>;
|
|
411
|
-
onBeforeInput?: React.InputEventHandler<TTag>;
|
|
412
|
-
onBeforeInputCapture?: React.FormEventHandler<TTag>;
|
|
413
|
-
onInput?: React.FormEventHandler<TTag>;
|
|
414
|
-
onInputCapture?: React.FormEventHandler<TTag>;
|
|
415
|
-
onReset?: React.FormEventHandler<TTag>;
|
|
416
|
-
onResetCapture?: React.FormEventHandler<TTag>;
|
|
417
|
-
onSubmit?: React.FormEventHandler<TTag>;
|
|
418
|
-
onSubmitCapture?: React.FormEventHandler<TTag>;
|
|
419
|
-
onInvalid?: React.FormEventHandler<TTag>;
|
|
420
|
-
onInvalidCapture?: React.FormEventHandler<TTag>;
|
|
421
|
-
onLoad?: React.ReactEventHandler<TTag>;
|
|
422
|
-
onLoadCapture?: React.ReactEventHandler<TTag>;
|
|
423
|
-
onError?: React.ReactEventHandler<TTag>;
|
|
424
|
-
onErrorCapture?: React.ReactEventHandler<TTag>;
|
|
425
|
-
onKeyDown?: React.KeyboardEventHandler<TTag>;
|
|
426
|
-
onKeyDownCapture?: React.KeyboardEventHandler<TTag>;
|
|
427
|
-
onKeyPress?: React.KeyboardEventHandler<TTag>;
|
|
428
|
-
onKeyPressCapture?: React.KeyboardEventHandler<TTag>;
|
|
429
|
-
onKeyUp?: React.KeyboardEventHandler<TTag>;
|
|
430
|
-
onKeyUpCapture?: React.KeyboardEventHandler<TTag>;
|
|
431
|
-
onAbort?: React.ReactEventHandler<TTag>;
|
|
432
|
-
onAbortCapture?: React.ReactEventHandler<TTag>;
|
|
433
|
-
onCanPlay?: React.ReactEventHandler<TTag>;
|
|
434
|
-
onCanPlayCapture?: React.ReactEventHandler<TTag>;
|
|
435
|
-
onCanPlayThrough?: React.ReactEventHandler<TTag>;
|
|
436
|
-
onCanPlayThroughCapture?: React.ReactEventHandler<TTag>;
|
|
437
|
-
onDurationChange?: React.ReactEventHandler<TTag>;
|
|
438
|
-
onDurationChangeCapture?: React.ReactEventHandler<TTag>;
|
|
439
|
-
onEmptied?: React.ReactEventHandler<TTag>;
|
|
440
|
-
onEmptiedCapture?: React.ReactEventHandler<TTag>;
|
|
441
|
-
onEncrypted?: React.ReactEventHandler<TTag>;
|
|
442
|
-
onEncryptedCapture?: React.ReactEventHandler<TTag>;
|
|
443
|
-
onEnded?: React.ReactEventHandler<TTag>;
|
|
444
|
-
onEndedCapture?: React.ReactEventHandler<TTag>;
|
|
445
|
-
onLoadedData?: React.ReactEventHandler<TTag>;
|
|
446
|
-
onLoadedDataCapture?: React.ReactEventHandler<TTag>;
|
|
447
|
-
onLoadedMetadata?: React.ReactEventHandler<TTag>;
|
|
448
|
-
onLoadedMetadataCapture?: React.ReactEventHandler<TTag>;
|
|
449
|
-
onLoadStart?: React.ReactEventHandler<TTag>;
|
|
450
|
-
onLoadStartCapture?: React.ReactEventHandler<TTag>;
|
|
451
|
-
onPause?: React.ReactEventHandler<TTag>;
|
|
452
|
-
onPauseCapture?: React.ReactEventHandler<TTag>;
|
|
453
|
-
onPlay?: React.ReactEventHandler<TTag>;
|
|
454
|
-
onPlayCapture?: React.ReactEventHandler<TTag>;
|
|
455
|
-
onPlaying?: React.ReactEventHandler<TTag>;
|
|
456
|
-
onPlayingCapture?: React.ReactEventHandler<TTag>;
|
|
457
|
-
onProgress?: React.ReactEventHandler<TTag>;
|
|
458
|
-
onProgressCapture?: React.ReactEventHandler<TTag>;
|
|
459
|
-
onRateChange?: React.ReactEventHandler<TTag>;
|
|
460
|
-
onRateChangeCapture?: React.ReactEventHandler<TTag>;
|
|
461
|
-
onSeeked?: React.ReactEventHandler<TTag>;
|
|
462
|
-
onSeekedCapture?: React.ReactEventHandler<TTag>;
|
|
463
|
-
onSeeking?: React.ReactEventHandler<TTag>;
|
|
464
|
-
onSeekingCapture?: React.ReactEventHandler<TTag>;
|
|
465
|
-
onStalled?: React.ReactEventHandler<TTag>;
|
|
466
|
-
onStalledCapture?: React.ReactEventHandler<TTag>;
|
|
467
|
-
onSuspend?: React.ReactEventHandler<TTag>;
|
|
468
|
-
onSuspendCapture?: React.ReactEventHandler<TTag>;
|
|
469
|
-
onTimeUpdate?: React.ReactEventHandler<TTag>;
|
|
470
|
-
onTimeUpdateCapture?: React.ReactEventHandler<TTag>;
|
|
471
|
-
onVolumeChange?: React.ReactEventHandler<TTag>;
|
|
472
|
-
onVolumeChangeCapture?: React.ReactEventHandler<TTag>;
|
|
473
|
-
onWaiting?: React.ReactEventHandler<TTag>;
|
|
474
|
-
onWaitingCapture?: React.ReactEventHandler<TTag>;
|
|
475
|
-
onAuxClick?: React.MouseEventHandler<TTag>;
|
|
476
|
-
onAuxClickCapture?: React.MouseEventHandler<TTag>;
|
|
477
|
-
onClick?: React.MouseEventHandler<TTag>;
|
|
478
|
-
onClickCapture?: React.MouseEventHandler<TTag>;
|
|
479
|
-
onContextMenu?: React.MouseEventHandler<TTag>;
|
|
480
|
-
onContextMenuCapture?: React.MouseEventHandler<TTag>;
|
|
481
|
-
onDoubleClick?: React.MouseEventHandler<TTag>;
|
|
482
|
-
onDoubleClickCapture?: React.MouseEventHandler<TTag>;
|
|
483
|
-
onDrag?: React.DragEventHandler<TTag>;
|
|
484
|
-
onDragCapture?: React.DragEventHandler<TTag>;
|
|
485
|
-
onDragEnd?: React.DragEventHandler<TTag>;
|
|
486
|
-
onDragEndCapture?: React.DragEventHandler<TTag>;
|
|
487
|
-
onDragEnter?: React.DragEventHandler<TTag>;
|
|
488
|
-
onDragEnterCapture?: React.DragEventHandler<TTag>;
|
|
489
|
-
onDragExit?: React.DragEventHandler<TTag>;
|
|
490
|
-
onDragExitCapture?: React.DragEventHandler<TTag>;
|
|
491
|
-
onDragLeave?: React.DragEventHandler<TTag>;
|
|
492
|
-
onDragLeaveCapture?: React.DragEventHandler<TTag>;
|
|
493
|
-
onDragOver?: React.DragEventHandler<TTag>;
|
|
494
|
-
onDragOverCapture?: React.DragEventHandler<TTag>;
|
|
495
|
-
onDragStart?: React.DragEventHandler<TTag>;
|
|
496
|
-
onDragStartCapture?: React.DragEventHandler<TTag>;
|
|
497
|
-
onDrop?: React.DragEventHandler<TTag>;
|
|
498
|
-
onDropCapture?: React.DragEventHandler<TTag>;
|
|
499
|
-
onMouseDown: ((e: React.MouseEvent<HTMLElement, MouseEvent>) => void) | React.MouseEventHandler<TTag>;
|
|
500
|
-
onMouseDownCapture?: React.MouseEventHandler<TTag>;
|
|
501
|
-
onMouseEnter?: React.MouseEventHandler<TTag>;
|
|
502
|
-
onMouseLeave?: React.MouseEventHandler<TTag>;
|
|
503
|
-
onMouseMove?: React.MouseEventHandler<TTag>;
|
|
504
|
-
onMouseMoveCapture?: React.MouseEventHandler<TTag>;
|
|
505
|
-
onMouseOut?: React.MouseEventHandler<TTag>;
|
|
506
|
-
onMouseOutCapture?: React.MouseEventHandler<TTag>;
|
|
507
|
-
onMouseOver?: React.MouseEventHandler<TTag>;
|
|
508
|
-
onMouseOverCapture?: React.MouseEventHandler<TTag>;
|
|
509
|
-
onMouseUp?: React.MouseEventHandler<TTag>;
|
|
510
|
-
onMouseUpCapture?: React.MouseEventHandler<TTag>;
|
|
511
|
-
onSelect?: React.ReactEventHandler<TTag>;
|
|
512
|
-
onSelectCapture?: React.ReactEventHandler<TTag>;
|
|
513
|
-
onTouchCancel?: React.TouchEventHandler<TTag>;
|
|
514
|
-
onTouchCancelCapture?: React.TouchEventHandler<TTag>;
|
|
515
|
-
onTouchEnd?: React.TouchEventHandler<TTag>;
|
|
516
|
-
onTouchEndCapture?: React.TouchEventHandler<TTag>;
|
|
517
|
-
onTouchMove?: React.TouchEventHandler<TTag>;
|
|
518
|
-
onTouchMoveCapture?: React.TouchEventHandler<TTag>;
|
|
519
|
-
onTouchStart?: React.TouchEventHandler<TTag>;
|
|
520
|
-
onTouchStartCapture?: React.TouchEventHandler<TTag>;
|
|
521
|
-
onPointerDown?: React.PointerEventHandler<TTag>;
|
|
522
|
-
onPointerDownCapture?: React.PointerEventHandler<TTag>;
|
|
523
|
-
onPointerMove?: React.PointerEventHandler<TTag>;
|
|
524
|
-
onPointerMoveCapture?: React.PointerEventHandler<TTag>;
|
|
525
|
-
onPointerUp?: React.PointerEventHandler<TTag>;
|
|
526
|
-
onPointerUpCapture?: React.PointerEventHandler<TTag>;
|
|
527
|
-
onPointerCancel?: React.PointerEventHandler<TTag>;
|
|
528
|
-
onPointerCancelCapture?: React.PointerEventHandler<TTag>;
|
|
529
|
-
onPointerEnter?: React.PointerEventHandler<TTag>;
|
|
530
|
-
onPointerLeave?: React.PointerEventHandler<TTag>;
|
|
531
|
-
onPointerOver?: React.PointerEventHandler<TTag>;
|
|
532
|
-
onPointerOverCapture?: React.PointerEventHandler<TTag>;
|
|
533
|
-
onPointerOut?: React.PointerEventHandler<TTag>;
|
|
534
|
-
onPointerOutCapture?: React.PointerEventHandler<TTag>;
|
|
535
|
-
onGotPointerCapture?: React.PointerEventHandler<TTag>;
|
|
536
|
-
onGotPointerCaptureCapture?: React.PointerEventHandler<TTag>;
|
|
537
|
-
onLostPointerCapture?: React.PointerEventHandler<TTag>;
|
|
538
|
-
onLostPointerCaptureCapture?: React.PointerEventHandler<TTag>;
|
|
539
|
-
onScroll?: React.UIEventHandler<TTag>;
|
|
540
|
-
onScrollCapture?: React.UIEventHandler<TTag>;
|
|
541
|
-
onWheel?: React.WheelEventHandler<TTag>;
|
|
542
|
-
onWheelCapture?: React.WheelEventHandler<TTag>;
|
|
543
|
-
onAnimationStart?: React.AnimationEventHandler<TTag>;
|
|
544
|
-
onAnimationStartCapture?: React.AnimationEventHandler<TTag>;
|
|
545
|
-
onAnimationEnd?: React.AnimationEventHandler<TTag>;
|
|
546
|
-
onAnimationEndCapture?: React.AnimationEventHandler<TTag>;
|
|
547
|
-
onAnimationIteration?: React.AnimationEventHandler<TTag>;
|
|
548
|
-
onAnimationIterationCapture?: React.AnimationEventHandler<TTag>;
|
|
549
|
-
onTransitionEnd?: React.TransitionEventHandler<TTag>;
|
|
550
|
-
onTransitionEndCapture?: React.TransitionEventHandler<TTag>;
|
|
551
|
-
}, string | React.JSXElementConstructor<any>>;
|
|
552
|
-
type ItemProps = {
|
|
553
|
-
children: React.ReactElement;
|
|
554
|
-
};
|
|
555
|
-
/**
|
|
556
|
-
* SortableItem only adds a ref to its children so that we can register it to the main Sortable
|
|
557
|
-
*/
|
|
558
|
-
export declare const SortableItem: ({ children }: ItemProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
559
|
-
export declare const SortableKnob: ({ children }: ItemProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
560
|
-
export default SortableList;
|
|
1
|
+
import React, { HTMLAttributes } from 'react';
|
|
2
|
+
type Props<TTag extends keyof JSX.IntrinsicElements> = HTMLAttributes<TTag> & {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
/** Determines whether drag functionality is enabled, defaults to true */
|
|
5
|
+
allowDrag?: boolean;
|
|
6
|
+
/** Called when the user finishes a sorting gesture. */
|
|
7
|
+
onSortEnd: (oldIndex: number, newIndex: number) => void;
|
|
8
|
+
/** Class applied to the item being dragged */
|
|
9
|
+
draggedItemClassName?: string;
|
|
10
|
+
/** Determines which type of html tag will be used for a container element */
|
|
11
|
+
as?: TTag;
|
|
12
|
+
/** Determines if an axis should be locked */
|
|
13
|
+
lockAxis?: 'x' | 'y';
|
|
14
|
+
/** Reference to the Custom Holder element */
|
|
15
|
+
customHolderRef?: React.RefObject<HTMLElement | null>;
|
|
16
|
+
};
|
|
17
|
+
declare const SortableList: <TTag extends keyof JSX.IntrinsicElements = "div">({ children, allowDrag, onSortEnd, draggedItemClassName, as, lockAxis, customHolderRef, ...rest }: Props<TTag>) => React.ReactElement<{
|
|
18
|
+
ref: React.MutableRefObject<HTMLElement>;
|
|
19
|
+
defaultChecked?: boolean;
|
|
20
|
+
defaultValue?: string | number | readonly string[];
|
|
21
|
+
suppressContentEditableWarning?: boolean;
|
|
22
|
+
suppressHydrationWarning?: boolean;
|
|
23
|
+
accessKey?: string;
|
|
24
|
+
autoCapitalize?: "none" | (string & {}) | "words" | "off" | "on" | "sentences" | "characters";
|
|
25
|
+
autoFocus?: boolean;
|
|
26
|
+
className?: string;
|
|
27
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only";
|
|
28
|
+
contextMenu?: string;
|
|
29
|
+
dir?: string;
|
|
30
|
+
draggable?: boolean | "false" | "true";
|
|
31
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send";
|
|
32
|
+
hidden?: boolean;
|
|
33
|
+
id?: string;
|
|
34
|
+
lang?: string;
|
|
35
|
+
nonce?: string;
|
|
36
|
+
slot?: string;
|
|
37
|
+
spellCheck?: boolean | "false" | "true";
|
|
38
|
+
style?: React.CSSProperties;
|
|
39
|
+
tabIndex?: number;
|
|
40
|
+
title?: string;
|
|
41
|
+
translate?: "yes" | "no";
|
|
42
|
+
radioGroup?: string;
|
|
43
|
+
role?: React.AriaRole;
|
|
44
|
+
about?: string;
|
|
45
|
+
content?: string;
|
|
46
|
+
datatype?: string;
|
|
47
|
+
inlist?: any;
|
|
48
|
+
prefix?: string;
|
|
49
|
+
property?: string;
|
|
50
|
+
rel?: string;
|
|
51
|
+
resource?: string;
|
|
52
|
+
rev?: string;
|
|
53
|
+
typeof?: string;
|
|
54
|
+
vocab?: string;
|
|
55
|
+
autoCorrect?: string;
|
|
56
|
+
autoSave?: string;
|
|
57
|
+
color?: string;
|
|
58
|
+
itemProp?: string;
|
|
59
|
+
itemScope?: boolean;
|
|
60
|
+
itemType?: string;
|
|
61
|
+
itemID?: string;
|
|
62
|
+
itemRef?: string;
|
|
63
|
+
results?: number;
|
|
64
|
+
security?: string;
|
|
65
|
+
unselectable?: "off" | "on";
|
|
66
|
+
inputMode?: "search" | "numeric" | "none" | "url" | "text" | "decimal" | "tel" | "email";
|
|
67
|
+
is?: string;
|
|
68
|
+
exportparts?: string;
|
|
69
|
+
part?: string;
|
|
70
|
+
"aria-activedescendant"?: string;
|
|
71
|
+
"aria-atomic"?: boolean | "false" | "true";
|
|
72
|
+
"aria-autocomplete"?: "inline" | "both" | "none" | "list";
|
|
73
|
+
"aria-braillelabel"?: string;
|
|
74
|
+
"aria-brailleroledescription"?: string;
|
|
75
|
+
"aria-busy"?: boolean | "false" | "true";
|
|
76
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true";
|
|
77
|
+
"aria-colcount"?: number;
|
|
78
|
+
"aria-colindex"?: number;
|
|
79
|
+
"aria-colindextext"?: string;
|
|
80
|
+
"aria-colspan"?: number;
|
|
81
|
+
"aria-controls"?: string;
|
|
82
|
+
"aria-current"?: boolean | "location" | "time" | "false" | "page" | "true" | "step" | "date";
|
|
83
|
+
"aria-describedby"?: string;
|
|
84
|
+
"aria-description"?: string;
|
|
85
|
+
"aria-details"?: string;
|
|
86
|
+
"aria-disabled"?: boolean | "false" | "true";
|
|
87
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup";
|
|
88
|
+
"aria-errormessage"?: string;
|
|
89
|
+
"aria-expanded"?: boolean | "false" | "true";
|
|
90
|
+
"aria-flowto"?: string;
|
|
91
|
+
"aria-grabbed"?: boolean | "false" | "true";
|
|
92
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "false" | "listbox" | "true" | "tree";
|
|
93
|
+
"aria-hidden"?: boolean | "false" | "true";
|
|
94
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
|
|
95
|
+
"aria-keyshortcuts"?: string;
|
|
96
|
+
"aria-label"?: string;
|
|
97
|
+
"aria-labelledby"?: string;
|
|
98
|
+
"aria-level"?: number;
|
|
99
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
100
|
+
"aria-modal"?: boolean | "false" | "true";
|
|
101
|
+
"aria-multiline"?: boolean | "false" | "true";
|
|
102
|
+
"aria-multiselectable"?: boolean | "false" | "true";
|
|
103
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
104
|
+
"aria-owns"?: string;
|
|
105
|
+
"aria-placeholder"?: string;
|
|
106
|
+
"aria-posinset"?: number;
|
|
107
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true";
|
|
108
|
+
"aria-readonly"?: boolean | "false" | "true";
|
|
109
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
110
|
+
"aria-required"?: boolean | "false" | "true";
|
|
111
|
+
"aria-roledescription"?: string;
|
|
112
|
+
"aria-rowcount"?: number;
|
|
113
|
+
"aria-rowindex"?: number;
|
|
114
|
+
"aria-rowindextext"?: string;
|
|
115
|
+
"aria-rowspan"?: number;
|
|
116
|
+
"aria-selected"?: boolean | "false" | "true";
|
|
117
|
+
"aria-setsize"?: number;
|
|
118
|
+
"aria-sort"?: "none" | "other" | "ascending" | "descending";
|
|
119
|
+
"aria-valuemax"?: number;
|
|
120
|
+
"aria-valuemin"?: number;
|
|
121
|
+
"aria-valuenow"?: number;
|
|
122
|
+
"aria-valuetext"?: string;
|
|
123
|
+
dangerouslySetInnerHTML?: {
|
|
124
|
+
__html: string | TrustedHTML;
|
|
125
|
+
};
|
|
126
|
+
onCopy?: React.ClipboardEventHandler<TTag>;
|
|
127
|
+
onCopyCapture?: React.ClipboardEventHandler<TTag>;
|
|
128
|
+
onCut?: React.ClipboardEventHandler<TTag>;
|
|
129
|
+
onCutCapture?: React.ClipboardEventHandler<TTag>;
|
|
130
|
+
onPaste?: React.ClipboardEventHandler<TTag>;
|
|
131
|
+
onPasteCapture?: React.ClipboardEventHandler<TTag>;
|
|
132
|
+
onCompositionEnd?: React.CompositionEventHandler<TTag>;
|
|
133
|
+
onCompositionEndCapture?: React.CompositionEventHandler<TTag>;
|
|
134
|
+
onCompositionStart?: React.CompositionEventHandler<TTag>;
|
|
135
|
+
onCompositionStartCapture?: React.CompositionEventHandler<TTag>;
|
|
136
|
+
onCompositionUpdate?: React.CompositionEventHandler<TTag>;
|
|
137
|
+
onCompositionUpdateCapture?: React.CompositionEventHandler<TTag>;
|
|
138
|
+
onFocus?: React.FocusEventHandler<TTag>;
|
|
139
|
+
onFocusCapture?: React.FocusEventHandler<TTag>;
|
|
140
|
+
onBlur?: React.FocusEventHandler<TTag>;
|
|
141
|
+
onBlurCapture?: React.FocusEventHandler<TTag>;
|
|
142
|
+
onChange?: React.FormEventHandler<TTag>;
|
|
143
|
+
onChangeCapture?: React.FormEventHandler<TTag>;
|
|
144
|
+
onBeforeInput?: React.InputEventHandler<TTag>;
|
|
145
|
+
onBeforeInputCapture?: React.FormEventHandler<TTag>;
|
|
146
|
+
onInput?: React.FormEventHandler<TTag>;
|
|
147
|
+
onInputCapture?: React.FormEventHandler<TTag>;
|
|
148
|
+
onReset?: React.FormEventHandler<TTag>;
|
|
149
|
+
onResetCapture?: React.FormEventHandler<TTag>;
|
|
150
|
+
onSubmit?: React.FormEventHandler<TTag>;
|
|
151
|
+
onSubmitCapture?: React.FormEventHandler<TTag>;
|
|
152
|
+
onInvalid?: React.FormEventHandler<TTag>;
|
|
153
|
+
onInvalidCapture?: React.FormEventHandler<TTag>;
|
|
154
|
+
onLoad?: React.ReactEventHandler<TTag>;
|
|
155
|
+
onLoadCapture?: React.ReactEventHandler<TTag>;
|
|
156
|
+
onError?: React.ReactEventHandler<TTag>;
|
|
157
|
+
onErrorCapture?: React.ReactEventHandler<TTag>;
|
|
158
|
+
onKeyDown?: React.KeyboardEventHandler<TTag>;
|
|
159
|
+
onKeyDownCapture?: React.KeyboardEventHandler<TTag>;
|
|
160
|
+
onKeyPress?: React.KeyboardEventHandler<TTag>;
|
|
161
|
+
onKeyPressCapture?: React.KeyboardEventHandler<TTag>;
|
|
162
|
+
onKeyUp?: React.KeyboardEventHandler<TTag>;
|
|
163
|
+
onKeyUpCapture?: React.KeyboardEventHandler<TTag>;
|
|
164
|
+
onAbort?: React.ReactEventHandler<TTag>;
|
|
165
|
+
onAbortCapture?: React.ReactEventHandler<TTag>;
|
|
166
|
+
onCanPlay?: React.ReactEventHandler<TTag>;
|
|
167
|
+
onCanPlayCapture?: React.ReactEventHandler<TTag>;
|
|
168
|
+
onCanPlayThrough?: React.ReactEventHandler<TTag>;
|
|
169
|
+
onCanPlayThroughCapture?: React.ReactEventHandler<TTag>;
|
|
170
|
+
onDurationChange?: React.ReactEventHandler<TTag>;
|
|
171
|
+
onDurationChangeCapture?: React.ReactEventHandler<TTag>;
|
|
172
|
+
onEmptied?: React.ReactEventHandler<TTag>;
|
|
173
|
+
onEmptiedCapture?: React.ReactEventHandler<TTag>;
|
|
174
|
+
onEncrypted?: React.ReactEventHandler<TTag>;
|
|
175
|
+
onEncryptedCapture?: React.ReactEventHandler<TTag>;
|
|
176
|
+
onEnded?: React.ReactEventHandler<TTag>;
|
|
177
|
+
onEndedCapture?: React.ReactEventHandler<TTag>;
|
|
178
|
+
onLoadedData?: React.ReactEventHandler<TTag>;
|
|
179
|
+
onLoadedDataCapture?: React.ReactEventHandler<TTag>;
|
|
180
|
+
onLoadedMetadata?: React.ReactEventHandler<TTag>;
|
|
181
|
+
onLoadedMetadataCapture?: React.ReactEventHandler<TTag>;
|
|
182
|
+
onLoadStart?: React.ReactEventHandler<TTag>;
|
|
183
|
+
onLoadStartCapture?: React.ReactEventHandler<TTag>;
|
|
184
|
+
onPause?: React.ReactEventHandler<TTag>;
|
|
185
|
+
onPauseCapture?: React.ReactEventHandler<TTag>;
|
|
186
|
+
onPlay?: React.ReactEventHandler<TTag>;
|
|
187
|
+
onPlayCapture?: React.ReactEventHandler<TTag>;
|
|
188
|
+
onPlaying?: React.ReactEventHandler<TTag>;
|
|
189
|
+
onPlayingCapture?: React.ReactEventHandler<TTag>;
|
|
190
|
+
onProgress?: React.ReactEventHandler<TTag>;
|
|
191
|
+
onProgressCapture?: React.ReactEventHandler<TTag>;
|
|
192
|
+
onRateChange?: React.ReactEventHandler<TTag>;
|
|
193
|
+
onRateChangeCapture?: React.ReactEventHandler<TTag>;
|
|
194
|
+
onSeeked?: React.ReactEventHandler<TTag>;
|
|
195
|
+
onSeekedCapture?: React.ReactEventHandler<TTag>;
|
|
196
|
+
onSeeking?: React.ReactEventHandler<TTag>;
|
|
197
|
+
onSeekingCapture?: React.ReactEventHandler<TTag>;
|
|
198
|
+
onStalled?: React.ReactEventHandler<TTag>;
|
|
199
|
+
onStalledCapture?: React.ReactEventHandler<TTag>;
|
|
200
|
+
onSuspend?: React.ReactEventHandler<TTag>;
|
|
201
|
+
onSuspendCapture?: React.ReactEventHandler<TTag>;
|
|
202
|
+
onTimeUpdate?: React.ReactEventHandler<TTag>;
|
|
203
|
+
onTimeUpdateCapture?: React.ReactEventHandler<TTag>;
|
|
204
|
+
onVolumeChange?: React.ReactEventHandler<TTag>;
|
|
205
|
+
onVolumeChangeCapture?: React.ReactEventHandler<TTag>;
|
|
206
|
+
onWaiting?: React.ReactEventHandler<TTag>;
|
|
207
|
+
onWaitingCapture?: React.ReactEventHandler<TTag>;
|
|
208
|
+
onAuxClick?: React.MouseEventHandler<TTag>;
|
|
209
|
+
onAuxClickCapture?: React.MouseEventHandler<TTag>;
|
|
210
|
+
onClick?: React.MouseEventHandler<TTag>;
|
|
211
|
+
onClickCapture?: React.MouseEventHandler<TTag>;
|
|
212
|
+
onContextMenu?: React.MouseEventHandler<TTag>;
|
|
213
|
+
onContextMenuCapture?: React.MouseEventHandler<TTag>;
|
|
214
|
+
onDoubleClick?: React.MouseEventHandler<TTag>;
|
|
215
|
+
onDoubleClickCapture?: React.MouseEventHandler<TTag>;
|
|
216
|
+
onDrag?: React.DragEventHandler<TTag>;
|
|
217
|
+
onDragCapture?: React.DragEventHandler<TTag>;
|
|
218
|
+
onDragEnd?: React.DragEventHandler<TTag>;
|
|
219
|
+
onDragEndCapture?: React.DragEventHandler<TTag>;
|
|
220
|
+
onDragEnter?: React.DragEventHandler<TTag>;
|
|
221
|
+
onDragEnterCapture?: React.DragEventHandler<TTag>;
|
|
222
|
+
onDragExit?: React.DragEventHandler<TTag>;
|
|
223
|
+
onDragExitCapture?: React.DragEventHandler<TTag>;
|
|
224
|
+
onDragLeave?: React.DragEventHandler<TTag>;
|
|
225
|
+
onDragLeaveCapture?: React.DragEventHandler<TTag>;
|
|
226
|
+
onDragOver?: React.DragEventHandler<TTag>;
|
|
227
|
+
onDragOverCapture?: React.DragEventHandler<TTag>;
|
|
228
|
+
onDragStart?: React.DragEventHandler<TTag>;
|
|
229
|
+
onDragStartCapture?: React.DragEventHandler<TTag>;
|
|
230
|
+
onDrop?: React.DragEventHandler<TTag>;
|
|
231
|
+
onDropCapture?: React.DragEventHandler<TTag>;
|
|
232
|
+
onMouseDown?: React.MouseEventHandler<TTag>;
|
|
233
|
+
onMouseDownCapture?: React.MouseEventHandler<TTag>;
|
|
234
|
+
onMouseEnter?: React.MouseEventHandler<TTag>;
|
|
235
|
+
onMouseLeave?: React.MouseEventHandler<TTag>;
|
|
236
|
+
onMouseMove?: React.MouseEventHandler<TTag>;
|
|
237
|
+
onMouseMoveCapture?: React.MouseEventHandler<TTag>;
|
|
238
|
+
onMouseOut?: React.MouseEventHandler<TTag>;
|
|
239
|
+
onMouseOutCapture?: React.MouseEventHandler<TTag>;
|
|
240
|
+
onMouseOver?: React.MouseEventHandler<TTag>;
|
|
241
|
+
onMouseOverCapture?: React.MouseEventHandler<TTag>;
|
|
242
|
+
onMouseUp?: React.MouseEventHandler<TTag>;
|
|
243
|
+
onMouseUpCapture?: React.MouseEventHandler<TTag>;
|
|
244
|
+
onSelect?: React.ReactEventHandler<TTag>;
|
|
245
|
+
onSelectCapture?: React.ReactEventHandler<TTag>;
|
|
246
|
+
onTouchCancel?: React.TouchEventHandler<TTag>;
|
|
247
|
+
onTouchCancelCapture?: React.TouchEventHandler<TTag>;
|
|
248
|
+
onTouchEnd?: React.TouchEventHandler<TTag>;
|
|
249
|
+
onTouchEndCapture?: React.TouchEventHandler<TTag>;
|
|
250
|
+
onTouchMove?: React.TouchEventHandler<TTag>;
|
|
251
|
+
onTouchMoveCapture?: React.TouchEventHandler<TTag>;
|
|
252
|
+
onTouchStart?: React.TouchEventHandler<TTag>;
|
|
253
|
+
onTouchStartCapture?: React.TouchEventHandler<TTag>;
|
|
254
|
+
onPointerDown?: React.PointerEventHandler<TTag>;
|
|
255
|
+
onPointerDownCapture?: React.PointerEventHandler<TTag>;
|
|
256
|
+
onPointerMove?: React.PointerEventHandler<TTag>;
|
|
257
|
+
onPointerMoveCapture?: React.PointerEventHandler<TTag>;
|
|
258
|
+
onPointerUp?: React.PointerEventHandler<TTag>;
|
|
259
|
+
onPointerUpCapture?: React.PointerEventHandler<TTag>;
|
|
260
|
+
onPointerCancel?: React.PointerEventHandler<TTag>;
|
|
261
|
+
onPointerCancelCapture?: React.PointerEventHandler<TTag>;
|
|
262
|
+
onPointerEnter?: React.PointerEventHandler<TTag>;
|
|
263
|
+
onPointerLeave?: React.PointerEventHandler<TTag>;
|
|
264
|
+
onPointerOver?: React.PointerEventHandler<TTag>;
|
|
265
|
+
onPointerOverCapture?: React.PointerEventHandler<TTag>;
|
|
266
|
+
onPointerOut?: React.PointerEventHandler<TTag>;
|
|
267
|
+
onPointerOutCapture?: React.PointerEventHandler<TTag>;
|
|
268
|
+
onGotPointerCapture?: React.PointerEventHandler<TTag>;
|
|
269
|
+
onGotPointerCaptureCapture?: React.PointerEventHandler<TTag>;
|
|
270
|
+
onLostPointerCapture?: React.PointerEventHandler<TTag>;
|
|
271
|
+
onLostPointerCaptureCapture?: React.PointerEventHandler<TTag>;
|
|
272
|
+
onScroll?: React.UIEventHandler<TTag>;
|
|
273
|
+
onScrollCapture?: React.UIEventHandler<TTag>;
|
|
274
|
+
onWheel?: React.WheelEventHandler<TTag>;
|
|
275
|
+
onWheelCapture?: React.WheelEventHandler<TTag>;
|
|
276
|
+
onAnimationStart?: React.AnimationEventHandler<TTag>;
|
|
277
|
+
onAnimationStartCapture?: React.AnimationEventHandler<TTag>;
|
|
278
|
+
onAnimationEnd?: React.AnimationEventHandler<TTag>;
|
|
279
|
+
onAnimationEndCapture?: React.AnimationEventHandler<TTag>;
|
|
280
|
+
onAnimationIteration?: React.AnimationEventHandler<TTag>;
|
|
281
|
+
onAnimationIterationCapture?: React.AnimationEventHandler<TTag>;
|
|
282
|
+
onTransitionEnd?: React.TransitionEventHandler<TTag>;
|
|
283
|
+
onTransitionEndCapture?: React.TransitionEventHandler<TTag>;
|
|
284
|
+
} | {
|
|
285
|
+
ref: React.MutableRefObject<HTMLElement>;
|
|
286
|
+
defaultChecked?: boolean;
|
|
287
|
+
defaultValue?: string | number | readonly string[];
|
|
288
|
+
suppressContentEditableWarning?: boolean;
|
|
289
|
+
suppressHydrationWarning?: boolean;
|
|
290
|
+
accessKey?: string;
|
|
291
|
+
autoCapitalize?: "none" | (string & {}) | "words" | "off" | "on" | "sentences" | "characters";
|
|
292
|
+
autoFocus?: boolean;
|
|
293
|
+
className?: string;
|
|
294
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only";
|
|
295
|
+
contextMenu?: string;
|
|
296
|
+
dir?: string;
|
|
297
|
+
draggable?: boolean | "false" | "true";
|
|
298
|
+
enterKeyHint?: "search" | "next" | "done" | "enter" | "go" | "previous" | "send";
|
|
299
|
+
hidden?: boolean;
|
|
300
|
+
id?: string;
|
|
301
|
+
lang?: string;
|
|
302
|
+
nonce?: string;
|
|
303
|
+
slot?: string;
|
|
304
|
+
spellCheck?: boolean | "false" | "true";
|
|
305
|
+
style?: React.CSSProperties;
|
|
306
|
+
tabIndex?: number;
|
|
307
|
+
title?: string;
|
|
308
|
+
translate?: "yes" | "no";
|
|
309
|
+
radioGroup?: string;
|
|
310
|
+
role?: React.AriaRole;
|
|
311
|
+
about?: string;
|
|
312
|
+
content?: string;
|
|
313
|
+
datatype?: string;
|
|
314
|
+
inlist?: any;
|
|
315
|
+
prefix?: string;
|
|
316
|
+
property?: string;
|
|
317
|
+
rel?: string;
|
|
318
|
+
resource?: string;
|
|
319
|
+
rev?: string;
|
|
320
|
+
typeof?: string;
|
|
321
|
+
vocab?: string;
|
|
322
|
+
autoCorrect?: string;
|
|
323
|
+
autoSave?: string;
|
|
324
|
+
color?: string;
|
|
325
|
+
itemProp?: string;
|
|
326
|
+
itemScope?: boolean;
|
|
327
|
+
itemType?: string;
|
|
328
|
+
itemID?: string;
|
|
329
|
+
itemRef?: string;
|
|
330
|
+
results?: number;
|
|
331
|
+
security?: string;
|
|
332
|
+
unselectable?: "off" | "on";
|
|
333
|
+
inputMode?: "search" | "numeric" | "none" | "url" | "text" | "decimal" | "tel" | "email";
|
|
334
|
+
is?: string;
|
|
335
|
+
exportparts?: string;
|
|
336
|
+
part?: string;
|
|
337
|
+
"aria-activedescendant"?: string;
|
|
338
|
+
"aria-atomic"?: boolean | "false" | "true";
|
|
339
|
+
"aria-autocomplete"?: "inline" | "both" | "none" | "list";
|
|
340
|
+
"aria-braillelabel"?: string;
|
|
341
|
+
"aria-brailleroledescription"?: string;
|
|
342
|
+
"aria-busy"?: boolean | "false" | "true";
|
|
343
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true";
|
|
344
|
+
"aria-colcount"?: number;
|
|
345
|
+
"aria-colindex"?: number;
|
|
346
|
+
"aria-colindextext"?: string;
|
|
347
|
+
"aria-colspan"?: number;
|
|
348
|
+
"aria-controls"?: string;
|
|
349
|
+
"aria-current"?: boolean | "location" | "time" | "false" | "page" | "true" | "step" | "date";
|
|
350
|
+
"aria-describedby"?: string;
|
|
351
|
+
"aria-description"?: string;
|
|
352
|
+
"aria-details"?: string;
|
|
353
|
+
"aria-disabled"?: boolean | "false" | "true";
|
|
354
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup";
|
|
355
|
+
"aria-errormessage"?: string;
|
|
356
|
+
"aria-expanded"?: boolean | "false" | "true";
|
|
357
|
+
"aria-flowto"?: string;
|
|
358
|
+
"aria-grabbed"?: boolean | "false" | "true";
|
|
359
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "false" | "listbox" | "true" | "tree";
|
|
360
|
+
"aria-hidden"?: boolean | "false" | "true";
|
|
361
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
|
|
362
|
+
"aria-keyshortcuts"?: string;
|
|
363
|
+
"aria-label"?: string;
|
|
364
|
+
"aria-labelledby"?: string;
|
|
365
|
+
"aria-level"?: number;
|
|
366
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
367
|
+
"aria-modal"?: boolean | "false" | "true";
|
|
368
|
+
"aria-multiline"?: boolean | "false" | "true";
|
|
369
|
+
"aria-multiselectable"?: boolean | "false" | "true";
|
|
370
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
371
|
+
"aria-owns"?: string;
|
|
372
|
+
"aria-placeholder"?: string;
|
|
373
|
+
"aria-posinset"?: number;
|
|
374
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true";
|
|
375
|
+
"aria-readonly"?: boolean | "false" | "true";
|
|
376
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
377
|
+
"aria-required"?: boolean | "false" | "true";
|
|
378
|
+
"aria-roledescription"?: string;
|
|
379
|
+
"aria-rowcount"?: number;
|
|
380
|
+
"aria-rowindex"?: number;
|
|
381
|
+
"aria-rowindextext"?: string;
|
|
382
|
+
"aria-rowspan"?: number;
|
|
383
|
+
"aria-selected"?: boolean | "false" | "true";
|
|
384
|
+
"aria-setsize"?: number;
|
|
385
|
+
"aria-sort"?: "none" | "other" | "ascending" | "descending";
|
|
386
|
+
"aria-valuemax"?: number;
|
|
387
|
+
"aria-valuemin"?: number;
|
|
388
|
+
"aria-valuenow"?: number;
|
|
389
|
+
"aria-valuetext"?: string;
|
|
390
|
+
dangerouslySetInnerHTML?: {
|
|
391
|
+
__html: string | TrustedHTML;
|
|
392
|
+
};
|
|
393
|
+
onCopy?: React.ClipboardEventHandler<TTag>;
|
|
394
|
+
onCopyCapture?: React.ClipboardEventHandler<TTag>;
|
|
395
|
+
onCut?: React.ClipboardEventHandler<TTag>;
|
|
396
|
+
onCutCapture?: React.ClipboardEventHandler<TTag>;
|
|
397
|
+
onPaste?: React.ClipboardEventHandler<TTag>;
|
|
398
|
+
onPasteCapture?: React.ClipboardEventHandler<TTag>;
|
|
399
|
+
onCompositionEnd?: React.CompositionEventHandler<TTag>;
|
|
400
|
+
onCompositionEndCapture?: React.CompositionEventHandler<TTag>;
|
|
401
|
+
onCompositionStart?: React.CompositionEventHandler<TTag>;
|
|
402
|
+
onCompositionStartCapture?: React.CompositionEventHandler<TTag>;
|
|
403
|
+
onCompositionUpdate?: React.CompositionEventHandler<TTag>;
|
|
404
|
+
onCompositionUpdateCapture?: React.CompositionEventHandler<TTag>;
|
|
405
|
+
onFocus?: React.FocusEventHandler<TTag>;
|
|
406
|
+
onFocusCapture?: React.FocusEventHandler<TTag>;
|
|
407
|
+
onBlur?: React.FocusEventHandler<TTag>;
|
|
408
|
+
onBlurCapture?: React.FocusEventHandler<TTag>;
|
|
409
|
+
onChange?: React.FormEventHandler<TTag>;
|
|
410
|
+
onChangeCapture?: React.FormEventHandler<TTag>;
|
|
411
|
+
onBeforeInput?: React.InputEventHandler<TTag>;
|
|
412
|
+
onBeforeInputCapture?: React.FormEventHandler<TTag>;
|
|
413
|
+
onInput?: React.FormEventHandler<TTag>;
|
|
414
|
+
onInputCapture?: React.FormEventHandler<TTag>;
|
|
415
|
+
onReset?: React.FormEventHandler<TTag>;
|
|
416
|
+
onResetCapture?: React.FormEventHandler<TTag>;
|
|
417
|
+
onSubmit?: React.FormEventHandler<TTag>;
|
|
418
|
+
onSubmitCapture?: React.FormEventHandler<TTag>;
|
|
419
|
+
onInvalid?: React.FormEventHandler<TTag>;
|
|
420
|
+
onInvalidCapture?: React.FormEventHandler<TTag>;
|
|
421
|
+
onLoad?: React.ReactEventHandler<TTag>;
|
|
422
|
+
onLoadCapture?: React.ReactEventHandler<TTag>;
|
|
423
|
+
onError?: React.ReactEventHandler<TTag>;
|
|
424
|
+
onErrorCapture?: React.ReactEventHandler<TTag>;
|
|
425
|
+
onKeyDown?: React.KeyboardEventHandler<TTag>;
|
|
426
|
+
onKeyDownCapture?: React.KeyboardEventHandler<TTag>;
|
|
427
|
+
onKeyPress?: React.KeyboardEventHandler<TTag>;
|
|
428
|
+
onKeyPressCapture?: React.KeyboardEventHandler<TTag>;
|
|
429
|
+
onKeyUp?: React.KeyboardEventHandler<TTag>;
|
|
430
|
+
onKeyUpCapture?: React.KeyboardEventHandler<TTag>;
|
|
431
|
+
onAbort?: React.ReactEventHandler<TTag>;
|
|
432
|
+
onAbortCapture?: React.ReactEventHandler<TTag>;
|
|
433
|
+
onCanPlay?: React.ReactEventHandler<TTag>;
|
|
434
|
+
onCanPlayCapture?: React.ReactEventHandler<TTag>;
|
|
435
|
+
onCanPlayThrough?: React.ReactEventHandler<TTag>;
|
|
436
|
+
onCanPlayThroughCapture?: React.ReactEventHandler<TTag>;
|
|
437
|
+
onDurationChange?: React.ReactEventHandler<TTag>;
|
|
438
|
+
onDurationChangeCapture?: React.ReactEventHandler<TTag>;
|
|
439
|
+
onEmptied?: React.ReactEventHandler<TTag>;
|
|
440
|
+
onEmptiedCapture?: React.ReactEventHandler<TTag>;
|
|
441
|
+
onEncrypted?: React.ReactEventHandler<TTag>;
|
|
442
|
+
onEncryptedCapture?: React.ReactEventHandler<TTag>;
|
|
443
|
+
onEnded?: React.ReactEventHandler<TTag>;
|
|
444
|
+
onEndedCapture?: React.ReactEventHandler<TTag>;
|
|
445
|
+
onLoadedData?: React.ReactEventHandler<TTag>;
|
|
446
|
+
onLoadedDataCapture?: React.ReactEventHandler<TTag>;
|
|
447
|
+
onLoadedMetadata?: React.ReactEventHandler<TTag>;
|
|
448
|
+
onLoadedMetadataCapture?: React.ReactEventHandler<TTag>;
|
|
449
|
+
onLoadStart?: React.ReactEventHandler<TTag>;
|
|
450
|
+
onLoadStartCapture?: React.ReactEventHandler<TTag>;
|
|
451
|
+
onPause?: React.ReactEventHandler<TTag>;
|
|
452
|
+
onPauseCapture?: React.ReactEventHandler<TTag>;
|
|
453
|
+
onPlay?: React.ReactEventHandler<TTag>;
|
|
454
|
+
onPlayCapture?: React.ReactEventHandler<TTag>;
|
|
455
|
+
onPlaying?: React.ReactEventHandler<TTag>;
|
|
456
|
+
onPlayingCapture?: React.ReactEventHandler<TTag>;
|
|
457
|
+
onProgress?: React.ReactEventHandler<TTag>;
|
|
458
|
+
onProgressCapture?: React.ReactEventHandler<TTag>;
|
|
459
|
+
onRateChange?: React.ReactEventHandler<TTag>;
|
|
460
|
+
onRateChangeCapture?: React.ReactEventHandler<TTag>;
|
|
461
|
+
onSeeked?: React.ReactEventHandler<TTag>;
|
|
462
|
+
onSeekedCapture?: React.ReactEventHandler<TTag>;
|
|
463
|
+
onSeeking?: React.ReactEventHandler<TTag>;
|
|
464
|
+
onSeekingCapture?: React.ReactEventHandler<TTag>;
|
|
465
|
+
onStalled?: React.ReactEventHandler<TTag>;
|
|
466
|
+
onStalledCapture?: React.ReactEventHandler<TTag>;
|
|
467
|
+
onSuspend?: React.ReactEventHandler<TTag>;
|
|
468
|
+
onSuspendCapture?: React.ReactEventHandler<TTag>;
|
|
469
|
+
onTimeUpdate?: React.ReactEventHandler<TTag>;
|
|
470
|
+
onTimeUpdateCapture?: React.ReactEventHandler<TTag>;
|
|
471
|
+
onVolumeChange?: React.ReactEventHandler<TTag>;
|
|
472
|
+
onVolumeChangeCapture?: React.ReactEventHandler<TTag>;
|
|
473
|
+
onWaiting?: React.ReactEventHandler<TTag>;
|
|
474
|
+
onWaitingCapture?: React.ReactEventHandler<TTag>;
|
|
475
|
+
onAuxClick?: React.MouseEventHandler<TTag>;
|
|
476
|
+
onAuxClickCapture?: React.MouseEventHandler<TTag>;
|
|
477
|
+
onClick?: React.MouseEventHandler<TTag>;
|
|
478
|
+
onClickCapture?: React.MouseEventHandler<TTag>;
|
|
479
|
+
onContextMenu?: React.MouseEventHandler<TTag>;
|
|
480
|
+
onContextMenuCapture?: React.MouseEventHandler<TTag>;
|
|
481
|
+
onDoubleClick?: React.MouseEventHandler<TTag>;
|
|
482
|
+
onDoubleClickCapture?: React.MouseEventHandler<TTag>;
|
|
483
|
+
onDrag?: React.DragEventHandler<TTag>;
|
|
484
|
+
onDragCapture?: React.DragEventHandler<TTag>;
|
|
485
|
+
onDragEnd?: React.DragEventHandler<TTag>;
|
|
486
|
+
onDragEndCapture?: React.DragEventHandler<TTag>;
|
|
487
|
+
onDragEnter?: React.DragEventHandler<TTag>;
|
|
488
|
+
onDragEnterCapture?: React.DragEventHandler<TTag>;
|
|
489
|
+
onDragExit?: React.DragEventHandler<TTag>;
|
|
490
|
+
onDragExitCapture?: React.DragEventHandler<TTag>;
|
|
491
|
+
onDragLeave?: React.DragEventHandler<TTag>;
|
|
492
|
+
onDragLeaveCapture?: React.DragEventHandler<TTag>;
|
|
493
|
+
onDragOver?: React.DragEventHandler<TTag>;
|
|
494
|
+
onDragOverCapture?: React.DragEventHandler<TTag>;
|
|
495
|
+
onDragStart?: React.DragEventHandler<TTag>;
|
|
496
|
+
onDragStartCapture?: React.DragEventHandler<TTag>;
|
|
497
|
+
onDrop?: React.DragEventHandler<TTag>;
|
|
498
|
+
onDropCapture?: React.DragEventHandler<TTag>;
|
|
499
|
+
onMouseDown: ((e: React.MouseEvent<HTMLElement, MouseEvent>) => void) | React.MouseEventHandler<TTag>;
|
|
500
|
+
onMouseDownCapture?: React.MouseEventHandler<TTag>;
|
|
501
|
+
onMouseEnter?: React.MouseEventHandler<TTag>;
|
|
502
|
+
onMouseLeave?: React.MouseEventHandler<TTag>;
|
|
503
|
+
onMouseMove?: React.MouseEventHandler<TTag>;
|
|
504
|
+
onMouseMoveCapture?: React.MouseEventHandler<TTag>;
|
|
505
|
+
onMouseOut?: React.MouseEventHandler<TTag>;
|
|
506
|
+
onMouseOutCapture?: React.MouseEventHandler<TTag>;
|
|
507
|
+
onMouseOver?: React.MouseEventHandler<TTag>;
|
|
508
|
+
onMouseOverCapture?: React.MouseEventHandler<TTag>;
|
|
509
|
+
onMouseUp?: React.MouseEventHandler<TTag>;
|
|
510
|
+
onMouseUpCapture?: React.MouseEventHandler<TTag>;
|
|
511
|
+
onSelect?: React.ReactEventHandler<TTag>;
|
|
512
|
+
onSelectCapture?: React.ReactEventHandler<TTag>;
|
|
513
|
+
onTouchCancel?: React.TouchEventHandler<TTag>;
|
|
514
|
+
onTouchCancelCapture?: React.TouchEventHandler<TTag>;
|
|
515
|
+
onTouchEnd?: React.TouchEventHandler<TTag>;
|
|
516
|
+
onTouchEndCapture?: React.TouchEventHandler<TTag>;
|
|
517
|
+
onTouchMove?: React.TouchEventHandler<TTag>;
|
|
518
|
+
onTouchMoveCapture?: React.TouchEventHandler<TTag>;
|
|
519
|
+
onTouchStart?: React.TouchEventHandler<TTag>;
|
|
520
|
+
onTouchStartCapture?: React.TouchEventHandler<TTag>;
|
|
521
|
+
onPointerDown?: React.PointerEventHandler<TTag>;
|
|
522
|
+
onPointerDownCapture?: React.PointerEventHandler<TTag>;
|
|
523
|
+
onPointerMove?: React.PointerEventHandler<TTag>;
|
|
524
|
+
onPointerMoveCapture?: React.PointerEventHandler<TTag>;
|
|
525
|
+
onPointerUp?: React.PointerEventHandler<TTag>;
|
|
526
|
+
onPointerUpCapture?: React.PointerEventHandler<TTag>;
|
|
527
|
+
onPointerCancel?: React.PointerEventHandler<TTag>;
|
|
528
|
+
onPointerCancelCapture?: React.PointerEventHandler<TTag>;
|
|
529
|
+
onPointerEnter?: React.PointerEventHandler<TTag>;
|
|
530
|
+
onPointerLeave?: React.PointerEventHandler<TTag>;
|
|
531
|
+
onPointerOver?: React.PointerEventHandler<TTag>;
|
|
532
|
+
onPointerOverCapture?: React.PointerEventHandler<TTag>;
|
|
533
|
+
onPointerOut?: React.PointerEventHandler<TTag>;
|
|
534
|
+
onPointerOutCapture?: React.PointerEventHandler<TTag>;
|
|
535
|
+
onGotPointerCapture?: React.PointerEventHandler<TTag>;
|
|
536
|
+
onGotPointerCaptureCapture?: React.PointerEventHandler<TTag>;
|
|
537
|
+
onLostPointerCapture?: React.PointerEventHandler<TTag>;
|
|
538
|
+
onLostPointerCaptureCapture?: React.PointerEventHandler<TTag>;
|
|
539
|
+
onScroll?: React.UIEventHandler<TTag>;
|
|
540
|
+
onScrollCapture?: React.UIEventHandler<TTag>;
|
|
541
|
+
onWheel?: React.WheelEventHandler<TTag>;
|
|
542
|
+
onWheelCapture?: React.WheelEventHandler<TTag>;
|
|
543
|
+
onAnimationStart?: React.AnimationEventHandler<TTag>;
|
|
544
|
+
onAnimationStartCapture?: React.AnimationEventHandler<TTag>;
|
|
545
|
+
onAnimationEnd?: React.AnimationEventHandler<TTag>;
|
|
546
|
+
onAnimationEndCapture?: React.AnimationEventHandler<TTag>;
|
|
547
|
+
onAnimationIteration?: React.AnimationEventHandler<TTag>;
|
|
548
|
+
onAnimationIterationCapture?: React.AnimationEventHandler<TTag>;
|
|
549
|
+
onTransitionEnd?: React.TransitionEventHandler<TTag>;
|
|
550
|
+
onTransitionEndCapture?: React.TransitionEventHandler<TTag>;
|
|
551
|
+
}, string | React.JSXElementConstructor<any>>;
|
|
552
|
+
type ItemProps = {
|
|
553
|
+
children: React.ReactElement;
|
|
554
|
+
};
|
|
555
|
+
/**
|
|
556
|
+
* SortableItem only adds a ref to its children so that we can register it to the main Sortable
|
|
557
|
+
*/
|
|
558
|
+
export declare const SortableItem: ({ children }: ItemProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
559
|
+
export declare const SortableKnob: ({ children }: ItemProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
560
|
+
export default SortableList;
|