es-components 21.14.0 → 21.14.1
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/bundle/main.min.js +9 -9
- package/cjs/index.js +663 -698
- package/lib/index.js +661 -695
- package/package.json +3 -3
- package/types/src/components/base/icons/FullColorIcon.d.ts +1 -1
- package/types/src/components/base/icons/Icon.d.ts +3 -4
- package/types/src/components/base/icons/IconContext.d.ts +0 -1
- package/types/src/components/base/icons/useIconStyles.d.ts +1 -1
- package/types/src/components/containers/drawer/DrawerContext.d.ts +0 -1
- package/types/src/components/containers/drawer/DrawerPanel.d.ts +12 -13
- package/types/src/components/containers/form/Form.d.ts +1 -1
- package/types/src/components/containers/loading-skeleton/LoadingSkeleton.d.ts +2 -2
- package/types/src/components/containers/menu/Menu.d.ts +5 -4
- package/types/src/components/containers/menu/MenuSection.d.ts +4 -4
- package/types/src/components/containers/prompt/Prompt.d.ts +3 -3
- package/types/src/components/containers/tabPanels/Tab.d.ts +4 -4
- package/types/src/components/containers/tabPanels/TabPanel.d.ts +2 -2
- package/types/src/components/containers/table/Table.d.ts +4 -4
- package/types/src/components/containers/tooltip/Tooltip.d.ts +8 -8
- package/types/src/components/controls/AdditionalHelp.d.ts +1 -1
- package/types/src/components/controls/Control.d.ts +3 -3
- package/types/src/components/controls/answer-group/AnswerButton.d.ts +17 -19
- package/types/src/components/controls/answer-group/AnswerGroup.d.ts +1 -1
- package/types/src/components/controls/buttons/ActionButton.d.ts +13 -301
- package/types/src/components/controls/buttons/Button.d.ts +7 -294
- package/types/src/components/controls/buttons/ButtonBase.d.ts +3 -285
- package/types/src/components/controls/buttons/DropdownButton.d.ts +9 -9
- package/types/src/components/controls/buttons/IconButton.d.ts +9 -9
- package/types/src/components/controls/buttons/LinkButton.d.ts +1 -282
- package/types/src/components/controls/buttons/OutlineButton.d.ts +15 -305
- package/types/src/components/controls/buttons/PopoverLink.d.ts +1 -283
- package/types/src/components/controls/buttons/ToggleButton.d.ts +9 -9
- package/types/src/components/controls/buttons/features/withLoadingStateWhileRunning.d.ts +9 -9
- package/types/src/components/controls/checkbox/CheckAllBox.d.ts +26 -30
- package/types/src/components/controls/checkbox/Checkbox.d.ts +28 -32
- package/types/src/components/controls/dropdown/Dropdown.d.ts +29 -31
- package/types/src/components/controls/radio-buttons/RadioButton.d.ts +14 -16
- package/types/src/components/controls/radio-buttons/RadioGroup.d.ts +3 -10
- package/types/src/components/controls/radio-buttons/RadioGroupContext.d.ts +4 -4
- package/types/src/components/controls/switch/Switch.d.ts +7 -7
- package/types/src/components/controls/textbox/InputBase.d.ts +54 -62
- package/types/src/components/controls/textbox/MaskedTextbox.d.ts +15 -18
- package/types/src/components/controls/textbox/Textbox.d.ts +28 -32
- package/types/src/components/controls/textbox/inputMaskType.d.ts +0 -1
- package/types/src/components/navigation/Navigation.d.ts +2 -2
- package/types/src/components/navigation/NavigationItem.d.ts +4 -4
- package/types/src/components/patterns/callToAction/CallToAction.d.ts +1 -1
- package/types/src/components/patterns/callToAction/LightCallToAction.d.ts +1 -1
- package/types/src/components/patterns/dateInput/DateInput.d.ts +6 -6
- package/types/src/components/patterns/dateInput/Day.d.ts +2 -2
- package/types/src/components/patterns/dateInput/Month.d.ts +4 -4
- package/types/src/components/patterns/dateInput/Year.d.ts +2 -2
- package/types/src/components/patterns/datepicker/DatePicker.d.ts +2 -2
- package/types/src/components/patterns/datepicker/ReactDatePickerPropTypes.d.ts +1 -1
- package/types/src/components/patterns/datepicker/datePickerStyles.d.ts +1 -1
- package/types/src/components/patterns/incrementer/Incrementer.d.ts +6 -6
- package/types/src/components/patterns/progress-tracker/ProgressTracker.d.ts +18 -19
- package/types/src/components/patterns/selectionDrawer/SelectionDrawer.d.ts +9 -8
- package/types/src/components/patterns/selectionDrawer/SelectionDrawerItem.d.ts +17 -10
- package/types/src/components/patterns/selectionDrawer/SelectionDrawerProvider.d.ts +2 -4
- package/types/src/components/patterns/starRating/StarRating.d.ts +5 -5
- package/types/src/components/patterns/starRating/StarRatingExplanation.d.ts +1 -1
- package/types/src/components/patterns/statusTracker/StatusTracker.d.ts +2 -2
- package/types/src/components/util/RootCloseWrapper.d.ts +1 -1
- package/types/src/components/util/StyleReset.d.ts +1 -1
- package/types/src/components/util/callRef.d.ts +1 -1
- package/types/src/components/util/htmlProps/button.d.ts +0 -1
- package/types/src/components/util/isParseableDate.d.ts +0 -1
- package/types/src/components/util/useRootNode.d.ts +1 -1
- package/types/src/components/util/withWindowSize.d.ts +4 -3
- package/types/src/global.d.ts +2 -1
- package/types/src/hooks/useMountedOnlyState.d.ts +0 -1
- package/types/src/index.d.ts +29 -30
- package/types/tsconfig.tsbuildinfo +1 -0
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
import { RadioGroupProps } from "../radio-buttons/RadioGroup";
|
|
3
3
|
import { AnswerButtonProps } from "./AnswerButton";
|
|
4
4
|
export type AnswerGroupProps = Override<RadioGroupProps<true>, Override<AnswerButtonProps, Pick<RadioGroupProps<true>, 'name' | 'children'>>>;
|
|
5
|
-
declare const AnswerGroup: React.ForwardRefExoticComponent<Omit<RadioGroupProps<true>, "form" | "slot" | "style" | "title" | "pattern" | "
|
|
5
|
+
declare const AnswerGroup: React.ForwardRefExoticComponent<Omit<RadioGroupProps<true>, "form" | "slot" | "style" | "title" | "pattern" | "suppressHydrationWarning" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "placeholder" | "readOnly" | "required" | "size" | "step" | "styleType" | "isOutline" | "selectedType" | "itemWidth"> & Omit<AnswerButtonProps, "name" | "children"> & Pick<RadioGroupProps<true>, "name" | "children"> & React.RefAttributes<HTMLDivElement>>;
|
|
6
6
|
export default AnswerGroup;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
declare const ActionButton: React.ForwardRefExoticComponent<Omit<Omit<
|
|
3
|
+
declare const ActionButton: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key">, "ref"> & {
|
|
4
4
|
waiting?: Maybe<boolean>;
|
|
5
5
|
} & {
|
|
6
|
-
size?: "
|
|
7
|
-
styleType?: "
|
|
8
|
-
mobileBlock?: boolean
|
|
9
|
-
flatLeftEdge?: boolean
|
|
10
|
-
flatRightEdge?: boolean
|
|
11
|
-
block?: boolean
|
|
6
|
+
size?: import("../../../../../../../shared/types/dist/src").ButtonSize;
|
|
7
|
+
styleType?: import("./Button").ButtonStyleType;
|
|
8
|
+
mobileBlock?: boolean;
|
|
9
|
+
flatLeftEdge?: boolean;
|
|
10
|
+
flatRightEdge?: boolean;
|
|
11
|
+
block?: boolean;
|
|
12
12
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
13
13
|
export declare const propTypes: {
|
|
14
14
|
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
@@ -18,13 +18,13 @@ export declare const propTypes: {
|
|
|
18
18
|
slot: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
19
19
|
style: PropTypes.Requireable<React.CSSProperties | undefined> | PropTypes.Validator<React.CSSProperties | undefined>;
|
|
20
20
|
title: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
21
|
-
type: PropTypes.Requireable<"button" | "reset" | "submit" | undefined> | PropTypes.Validator<"button" | "reset" | "submit" | undefined>;
|
|
22
|
-
name: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
23
21
|
suppressHydrationWarning: PropTypes.Requireable<boolean | undefined> | PropTypes.Validator<boolean | undefined>;
|
|
24
22
|
className: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
25
23
|
color: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
26
24
|
id: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
27
25
|
lang: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
26
|
+
name: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
27
|
+
type: PropTypes.Requireable<"button" | "reset" | "submit" | undefined> | PropTypes.Validator<"button" | "reset" | "submit" | undefined>;
|
|
28
28
|
role: PropTypes.Requireable<React.AriaRole | undefined> | PropTypes.Validator<React.AriaRole | undefined>;
|
|
29
29
|
tabIndex: PropTypes.Requireable<number | undefined> | PropTypes.Validator<number | undefined>;
|
|
30
30
|
"aria-activedescendant": PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
@@ -39,7 +39,7 @@ export declare const propTypes: {
|
|
|
39
39
|
"aria-colindextext": PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
40
40
|
"aria-colspan": PropTypes.Requireable<number | undefined> | PropTypes.Validator<number | undefined>;
|
|
41
41
|
"aria-controls": PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
42
|
-
"aria-current": PropTypes.Requireable<boolean | "time" | "
|
|
42
|
+
"aria-current": PropTypes.Requireable<boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined> | PropTypes.Validator<boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined>;
|
|
43
43
|
"aria-describedby": PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
44
44
|
"aria-description": PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
45
45
|
"aria-details": PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
@@ -224,9 +224,7 @@ export declare const propTypes: {
|
|
|
224
224
|
onPointerCancel: PropTypes.Requireable<React.PointerEventHandler<HTMLButtonElement> | undefined> | PropTypes.Validator<React.PointerEventHandler<HTMLButtonElement> | undefined>;
|
|
225
225
|
onPointerCancelCapture: PropTypes.Requireable<React.PointerEventHandler<HTMLButtonElement> | undefined> | PropTypes.Validator<React.PointerEventHandler<HTMLButtonElement> | undefined>;
|
|
226
226
|
onPointerEnter: PropTypes.Requireable<React.PointerEventHandler<HTMLButtonElement> | undefined> | PropTypes.Validator<React.PointerEventHandler<HTMLButtonElement> | undefined>;
|
|
227
|
-
onPointerEnterCapture: PropTypes.Requireable<React.PointerEventHandler<HTMLButtonElement> | undefined> | PropTypes.Validator<React.PointerEventHandler<HTMLButtonElement> | undefined>;
|
|
228
227
|
onPointerLeave: PropTypes.Requireable<React.PointerEventHandler<HTMLButtonElement> | undefined> | PropTypes.Validator<React.PointerEventHandler<HTMLButtonElement> | undefined>;
|
|
229
|
-
onPointerLeaveCapture: PropTypes.Requireable<React.PointerEventHandler<HTMLButtonElement> | undefined> | PropTypes.Validator<React.PointerEventHandler<HTMLButtonElement> | undefined>;
|
|
230
228
|
onPointerOver: PropTypes.Requireable<React.PointerEventHandler<HTMLButtonElement> | undefined> | PropTypes.Validator<React.PointerEventHandler<HTMLButtonElement> | undefined>;
|
|
231
229
|
onPointerOverCapture: PropTypes.Requireable<React.PointerEventHandler<HTMLButtonElement> | undefined> | PropTypes.Validator<React.PointerEventHandler<HTMLButtonElement> | undefined>;
|
|
232
230
|
onPointerOut: PropTypes.Requireable<React.PointerEventHandler<HTMLButtonElement> | undefined> | PropTypes.Validator<React.PointerEventHandler<HTMLButtonElement> | undefined>;
|
|
@@ -252,11 +250,13 @@ export declare const propTypes: {
|
|
|
252
250
|
defaultValue: PropTypes.Requireable<string | number | readonly string[] | undefined> | PropTypes.Validator<string | number | readonly string[] | undefined>;
|
|
253
251
|
suppressContentEditableWarning: PropTypes.Requireable<boolean | undefined> | PropTypes.Validator<boolean | undefined>;
|
|
254
252
|
accessKey: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
253
|
+
autoCapitalize: PropTypes.Requireable<(string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined> | PropTypes.Validator<(string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined>;
|
|
255
254
|
autoFocus: PropTypes.Requireable<boolean | undefined> | PropTypes.Validator<boolean | undefined>;
|
|
256
255
|
contentEditable: PropTypes.Requireable<"inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined> | PropTypes.Validator<"inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined>;
|
|
257
256
|
contextMenu: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
258
257
|
dir: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
259
258
|
draggable: PropTypes.Requireable<(boolean | "true" | "false") | undefined> | PropTypes.Validator<(boolean | "true" | "false") | undefined>;
|
|
259
|
+
enterKeyHint: PropTypes.Requireable<"search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined> | PropTypes.Validator<"search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined>;
|
|
260
260
|
hidden: PropTypes.Requireable<boolean | undefined> | PropTypes.Validator<boolean | undefined>;
|
|
261
261
|
nonce: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
262
262
|
spellCheck: PropTypes.Requireable<(boolean | "true" | "false") | undefined> | PropTypes.Validator<(boolean | "true" | "false") | undefined>;
|
|
@@ -273,7 +273,6 @@ export declare const propTypes: {
|
|
|
273
273
|
rev: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
274
274
|
typeof: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
275
275
|
vocab: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
276
|
-
autoCapitalize: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
277
276
|
autoCorrect: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
278
277
|
autoSave: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
279
278
|
itemProp: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
@@ -286,13 +285,13 @@ export declare const propTypes: {
|
|
|
286
285
|
unselectable: PropTypes.Requireable<"off" | "on" | undefined> | PropTypes.Validator<"off" | "on" | undefined>;
|
|
287
286
|
inputMode: PropTypes.Requireable<"search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined> | PropTypes.Validator<"search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined>;
|
|
288
287
|
is: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
289
|
-
value: PropTypes.Requireable<string | number | readonly string[] | undefined> | PropTypes.Validator<string | number | readonly string[] | undefined>;
|
|
290
288
|
disabled: PropTypes.Requireable<boolean | undefined> | PropTypes.Validator<boolean | undefined>;
|
|
291
289
|
formAction: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
292
290
|
formEncType: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
293
291
|
formMethod: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
294
292
|
formNoValidate: PropTypes.Requireable<boolean | undefined> | PropTypes.Validator<boolean | undefined>;
|
|
295
293
|
formTarget: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
|
|
294
|
+
value: PropTypes.Requireable<string | number | readonly string[] | undefined> | PropTypes.Validator<string | number | readonly string[] | undefined>;
|
|
296
295
|
waiting: PropTypes.Requireable<Maybe<boolean>> | PropTypes.Validator<Maybe<boolean>>;
|
|
297
296
|
size: PropTypes.Requireable<"default" | "lg" | "sm" | "xs" | undefined> | PropTypes.Validator<"default" | "lg" | "sm" | "xs" | undefined>;
|
|
298
297
|
mobileBlock: PropTypes.Requireable<boolean | undefined> | PropTypes.Validator<boolean | undefined>;
|
|
@@ -300,291 +299,4 @@ export declare const propTypes: {
|
|
|
300
299
|
flatRightEdge: PropTypes.Requireable<boolean | undefined> | PropTypes.Validator<boolean | undefined>;
|
|
301
300
|
block: PropTypes.Requireable<boolean | undefined> | PropTypes.Validator<boolean | undefined>;
|
|
302
301
|
};
|
|
303
|
-
export declare const defaultProps: {
|
|
304
|
-
styleType: "default" | "magenta" | "violet" | "info" | "success" | "warning" | "danger" | "primary" | "darkDefault" | "information";
|
|
305
|
-
block: boolean;
|
|
306
|
-
mobileBlock: boolean;
|
|
307
|
-
size: "default" | "lg" | "sm" | "xs";
|
|
308
|
-
flatLeftEdge: boolean;
|
|
309
|
-
flatRightEdge: boolean;
|
|
310
|
-
waiting: boolean;
|
|
311
|
-
form?: string | undefined;
|
|
312
|
-
slot?: string | undefined;
|
|
313
|
-
style?: React.CSSProperties | undefined;
|
|
314
|
-
title?: string | undefined;
|
|
315
|
-
type?: "button" | "reset" | "submit" | undefined;
|
|
316
|
-
name?: string | undefined;
|
|
317
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
318
|
-
className?: string | undefined;
|
|
319
|
-
color?: string | undefined;
|
|
320
|
-
id?: string | undefined;
|
|
321
|
-
lang?: string | undefined;
|
|
322
|
-
role?: React.AriaRole | undefined;
|
|
323
|
-
tabIndex?: number | undefined;
|
|
324
|
-
"aria-activedescendant"?: string | undefined;
|
|
325
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
326
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
327
|
-
"aria-braillelabel"?: string | undefined;
|
|
328
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
329
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
330
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
331
|
-
"aria-colcount"?: number | undefined;
|
|
332
|
-
"aria-colindex"?: number | undefined;
|
|
333
|
-
"aria-colindextext"?: string | undefined;
|
|
334
|
-
"aria-colspan"?: number | undefined;
|
|
335
|
-
"aria-controls"?: string | undefined;
|
|
336
|
-
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
337
|
-
"aria-describedby"?: string | undefined;
|
|
338
|
-
"aria-description"?: string | undefined;
|
|
339
|
-
"aria-details"?: string | undefined;
|
|
340
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
341
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
342
|
-
"aria-errormessage"?: string | undefined;
|
|
343
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
344
|
-
"aria-flowto"?: string | undefined;
|
|
345
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
346
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
347
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
348
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
349
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
350
|
-
"aria-label"?: string | undefined;
|
|
351
|
-
"aria-labelledby"?: string | undefined;
|
|
352
|
-
"aria-level"?: number | undefined;
|
|
353
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
354
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
355
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
356
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
357
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
358
|
-
"aria-owns"?: string | undefined;
|
|
359
|
-
"aria-placeholder"?: string | undefined;
|
|
360
|
-
"aria-posinset"?: number | undefined;
|
|
361
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
362
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
363
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
364
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
365
|
-
"aria-roledescription"?: string | undefined;
|
|
366
|
-
"aria-rowcount"?: number | undefined;
|
|
367
|
-
"aria-rowindex"?: number | undefined;
|
|
368
|
-
"aria-rowindextext"?: string | undefined;
|
|
369
|
-
"aria-rowspan"?: number | undefined;
|
|
370
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
371
|
-
"aria-setsize"?: number | undefined;
|
|
372
|
-
"aria-sort"?: "other" | "none" | "ascending" | "descending" | undefined;
|
|
373
|
-
"aria-valuemax"?: number | undefined;
|
|
374
|
-
"aria-valuemin"?: number | undefined;
|
|
375
|
-
"aria-valuenow"?: number | undefined;
|
|
376
|
-
"aria-valuetext"?: string | undefined;
|
|
377
|
-
children?: React.ReactNode;
|
|
378
|
-
dangerouslySetInnerHTML?: {
|
|
379
|
-
__html: string | TrustedHTML;
|
|
380
|
-
} | undefined;
|
|
381
|
-
onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
382
|
-
onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
383
|
-
onCut?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
384
|
-
onCutCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
385
|
-
onPaste?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
386
|
-
onPasteCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
387
|
-
onCompositionEnd?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
388
|
-
onCompositionEndCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
389
|
-
onCompositionStart?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
390
|
-
onCompositionStartCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
391
|
-
onCompositionUpdate?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
392
|
-
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
393
|
-
onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
394
|
-
onFocusCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
395
|
-
onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
396
|
-
onBlurCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
397
|
-
onChange?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
398
|
-
onChangeCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
399
|
-
onBeforeInput?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
400
|
-
onBeforeInputCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
401
|
-
onInput?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
402
|
-
onInputCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
403
|
-
onReset?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
404
|
-
onResetCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
405
|
-
onSubmit?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
406
|
-
onSubmitCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
407
|
-
onInvalid?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
408
|
-
onInvalidCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
409
|
-
onLoad?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
410
|
-
onLoadCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
411
|
-
onError?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
412
|
-
onErrorCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
413
|
-
onKeyDown?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
414
|
-
onKeyDownCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
415
|
-
onKeyPress?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
416
|
-
onKeyPressCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
417
|
-
onKeyUp?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
418
|
-
onKeyUpCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
419
|
-
onAbort?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
420
|
-
onAbortCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
421
|
-
onCanPlay?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
422
|
-
onCanPlayCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
423
|
-
onCanPlayThrough?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
424
|
-
onCanPlayThroughCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
425
|
-
onDurationChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
426
|
-
onDurationChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
427
|
-
onEmptied?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
428
|
-
onEmptiedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
429
|
-
onEncrypted?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
430
|
-
onEncryptedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
431
|
-
onEnded?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
432
|
-
onEndedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
433
|
-
onLoadedData?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
434
|
-
onLoadedDataCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
435
|
-
onLoadedMetadata?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
436
|
-
onLoadedMetadataCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
437
|
-
onLoadStart?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
438
|
-
onLoadStartCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
439
|
-
onPause?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
440
|
-
onPauseCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
441
|
-
onPlay?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
442
|
-
onPlayCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
443
|
-
onPlaying?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
444
|
-
onPlayingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
445
|
-
onProgress?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
446
|
-
onProgressCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
447
|
-
onRateChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
448
|
-
onRateChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
449
|
-
onResize?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
450
|
-
onResizeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
451
|
-
onSeeked?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
452
|
-
onSeekedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
453
|
-
onSeeking?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
454
|
-
onSeekingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
455
|
-
onStalled?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
456
|
-
onStalledCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
457
|
-
onSuspend?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
458
|
-
onSuspendCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
459
|
-
onTimeUpdate?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
460
|
-
onTimeUpdateCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
461
|
-
onVolumeChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
462
|
-
onVolumeChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
463
|
-
onWaiting?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
464
|
-
onWaitingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
465
|
-
onAuxClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
466
|
-
onAuxClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
467
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
468
|
-
onClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
469
|
-
onContextMenu?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
470
|
-
onContextMenuCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
471
|
-
onDoubleClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
472
|
-
onDoubleClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
473
|
-
onDrag?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
474
|
-
onDragCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
475
|
-
onDragEnd?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
476
|
-
onDragEndCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
477
|
-
onDragEnter?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
478
|
-
onDragEnterCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
479
|
-
onDragExit?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
480
|
-
onDragExitCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
481
|
-
onDragLeave?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
482
|
-
onDragLeaveCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
483
|
-
onDragOver?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
484
|
-
onDragOverCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
485
|
-
onDragStart?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
486
|
-
onDragStartCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
487
|
-
onDrop?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
488
|
-
onDropCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
489
|
-
onMouseDown?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
490
|
-
onMouseDownCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
491
|
-
onMouseEnter?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
492
|
-
onMouseLeave?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
493
|
-
onMouseMove?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
494
|
-
onMouseMoveCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
495
|
-
onMouseOut?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
496
|
-
onMouseOutCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
497
|
-
onMouseOver?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
498
|
-
onMouseOverCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
499
|
-
onMouseUp?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
500
|
-
onMouseUpCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
501
|
-
onSelect?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
502
|
-
onSelectCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
503
|
-
onTouchCancel?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
504
|
-
onTouchCancelCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
505
|
-
onTouchEnd?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
506
|
-
onTouchEndCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
507
|
-
onTouchMove?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
508
|
-
onTouchMoveCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
509
|
-
onTouchStart?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
510
|
-
onTouchStartCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
511
|
-
onPointerDown?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
512
|
-
onPointerDownCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
513
|
-
onPointerMove?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
514
|
-
onPointerMoveCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
515
|
-
onPointerUp?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
516
|
-
onPointerUpCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
517
|
-
onPointerCancel?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
518
|
-
onPointerCancelCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
519
|
-
onPointerEnter?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
520
|
-
onPointerEnterCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
521
|
-
onPointerLeave?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
522
|
-
onPointerLeaveCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
523
|
-
onPointerOver?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
524
|
-
onPointerOverCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
525
|
-
onPointerOut?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
526
|
-
onPointerOutCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
527
|
-
onGotPointerCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
528
|
-
onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
529
|
-
onLostPointerCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
530
|
-
onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
531
|
-
onScroll?: React.UIEventHandler<HTMLButtonElement> | undefined;
|
|
532
|
-
onScrollCapture?: React.UIEventHandler<HTMLButtonElement> | undefined;
|
|
533
|
-
onWheel?: React.WheelEventHandler<HTMLButtonElement> | undefined;
|
|
534
|
-
onWheelCapture?: React.WheelEventHandler<HTMLButtonElement> | undefined;
|
|
535
|
-
onAnimationStart?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
536
|
-
onAnimationStartCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
537
|
-
onAnimationEnd?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
538
|
-
onAnimationEndCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
539
|
-
onAnimationIteration?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
540
|
-
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
541
|
-
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
542
|
-
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
543
|
-
css?: import("styled-components").CSSProp | undefined;
|
|
544
|
-
defaultChecked?: boolean | undefined;
|
|
545
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
546
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
547
|
-
accessKey?: string | undefined;
|
|
548
|
-
autoFocus?: boolean | undefined;
|
|
549
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
550
|
-
contextMenu?: string | undefined;
|
|
551
|
-
dir?: string | undefined;
|
|
552
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
553
|
-
hidden?: boolean | undefined;
|
|
554
|
-
nonce?: string | undefined;
|
|
555
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
556
|
-
translate?: "no" | "yes" | undefined;
|
|
557
|
-
radioGroup?: string | undefined;
|
|
558
|
-
about?: string | undefined;
|
|
559
|
-
content?: string | undefined;
|
|
560
|
-
datatype?: string | undefined;
|
|
561
|
-
inlist?: any;
|
|
562
|
-
prefix?: string | undefined;
|
|
563
|
-
property?: string | undefined;
|
|
564
|
-
rel?: string | undefined;
|
|
565
|
-
resource?: string | undefined;
|
|
566
|
-
rev?: string | undefined;
|
|
567
|
-
typeof?: string | undefined;
|
|
568
|
-
vocab?: string | undefined;
|
|
569
|
-
autoCapitalize?: string | undefined;
|
|
570
|
-
autoCorrect?: string | undefined;
|
|
571
|
-
autoSave?: string | undefined;
|
|
572
|
-
itemProp?: string | undefined;
|
|
573
|
-
itemScope?: boolean | undefined;
|
|
574
|
-
itemType?: string | undefined;
|
|
575
|
-
itemID?: string | undefined;
|
|
576
|
-
itemRef?: string | undefined;
|
|
577
|
-
results?: number | undefined;
|
|
578
|
-
security?: string | undefined;
|
|
579
|
-
unselectable?: "off" | "on" | undefined;
|
|
580
|
-
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
581
|
-
is?: string | undefined;
|
|
582
|
-
value?: string | number | readonly string[] | undefined;
|
|
583
|
-
disabled?: boolean | undefined;
|
|
584
|
-
formAction?: string | undefined;
|
|
585
|
-
formEncType?: string | undefined;
|
|
586
|
-
formMethod?: string | undefined;
|
|
587
|
-
formNoValidate?: boolean | undefined;
|
|
588
|
-
formTarget?: string | undefined;
|
|
589
|
-
};
|
|
590
302
|
export default ActionButton;
|