@plesk/ui-library 3.31.1 → 3.31.2
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/cjs/components/CodeEditor/CodeEditor.js +2 -1
- package/cjs/components/ComboBox/ComboBoxOption.js +1 -2
- package/cjs/components/Dialog/Dialog.js +17 -9
- package/cjs/components/Form/Form.js +1 -1
- package/cjs/components/ItemList/ItemList.js +1 -1
- package/cjs/components/Link/Link.js +2 -1
- package/cjs/components/List/List.js +16 -9
- package/cjs/components/Markdown/Markdown.js +1 -3
- package/cjs/components/Select/SelectOption.js +1 -2
- package/cjs/components/Spot/SpotPopup.js +2 -0
- package/cjs/index.js +1 -1
- package/dist/plesk-ui-library-rtl.css.map +1 -1
- package/dist/plesk-ui-library.css.map +1 -1
- package/dist/plesk-ui-library.js +187 -151
- package/dist/plesk-ui-library.js.map +1 -1
- package/dist/plesk-ui-library.min.js +5 -5
- package/dist/plesk-ui-library.min.js.map +1 -1
- package/esm/components/ComboBox/ComboBoxOption.js +1 -2
- package/esm/components/Dialog/Dialog.js +18 -10
- package/esm/components/Form/Form.js +1 -1
- package/esm/components/Link/Link.js +3 -1
- package/esm/components/List/List.js +14 -8
- package/esm/components/Markdown/Markdown.js +1 -3
- package/esm/components/Select/SelectOption.js +1 -2
- package/esm/components/Spot/SpotPopup.js +3 -0
- package/esm/index.js +1 -1
- package/package.json +52 -51
- package/styleguide/build/bundle.26082873.js +2 -0
- package/styleguide/build/{bundle.a0fc0411.js.LICENSE.txt → bundle.26082873.js.LICENSE.txt} +3 -3
- package/styleguide/images/empty-list.png +0 -0
- package/styleguide/index.html +2 -2
- package/types/package.d.ts +12 -11
- package/types/src/components/ClosingConfirmation/useClosingConfirmation.d.ts +1 -1
- package/types/src/components/Form/Form.d.ts +3 -3
- package/types/src/components/ItemList/ItemList.d.ts +1 -1
- package/types/src/components/ItemList/ItemList.stories.d.ts +24 -24
- package/types/src/components/Select/Select.stories.d.ts +1 -1
- package/types/src/components/Skeleton/SkeletonText.stories.d.ts +3 -3
- package/types/src/components/Status/Status.stories.d.ts +2 -2
- package/types/src/components/Toolbar/ToolbarItem.d.ts +1 -1
- package/styleguide/build/bundle.a0fc0411.js +0 -2
|
@@ -63,8 +63,8 @@ object-assign
|
|
|
63
63
|
* LICENSE file in the root directory of this source tree.
|
|
64
64
|
*/
|
|
65
65
|
|
|
66
|
-
/** @license React v16.
|
|
67
|
-
* react.production.min.js
|
|
66
|
+
/** @license React v16.14.0
|
|
67
|
+
* react-dom.production.min.js
|
|
68
68
|
*
|
|
69
69
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
70
70
|
*
|
|
@@ -73,7 +73,7 @@ object-assign
|
|
|
73
73
|
*/
|
|
74
74
|
|
|
75
75
|
/** @license React v16.14.0
|
|
76
|
-
* react
|
|
76
|
+
* react.production.min.js
|
|
77
77
|
*
|
|
78
78
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
79
79
|
*
|
|
Binary file
|
package/styleguide/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<title>Plesk UI Library 3.31.
|
|
7
|
+
<title>Plesk UI Library 3.31.2</title>
|
|
8
8
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
9
9
|
<meta name="theme-color" content="#ffffff">
|
|
10
10
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
</script>
|
|
41
41
|
<noscript><div><img src="https://mc.yandex.ru/watch/56446840" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
|
42
42
|
<!-- /Yandex.Metrika counter -->
|
|
43
|
-
<script src="build/bundle.
|
|
43
|
+
<script src="build/bundle.26082873.js"></script>
|
|
44
44
|
</body>
|
|
45
45
|
</html>
|
package/types/package.d.ts
CHANGED
|
@@ -30,20 +30,9 @@ declare const _exports: {
|
|
|
30
30
|
"files": string[];
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@babel/runtime": string;
|
|
33
|
-
"@babel/types": string;
|
|
34
33
|
"@plesk/react-movable": string;
|
|
35
|
-
"@types/classnames": string;
|
|
36
|
-
"@types/jest": string;
|
|
37
|
-
"@types/marked": string;
|
|
38
|
-
"@types/node": string;
|
|
39
|
-
"@types/react": string;
|
|
40
|
-
"@types/react-dom": string;
|
|
41
|
-
"@types/react-measure": string;
|
|
42
|
-
"@types/react-transition-group": string;
|
|
43
|
-
"@types/svg4everybody": string;
|
|
44
34
|
"classnames": string;
|
|
45
35
|
"codemirror": string;
|
|
46
|
-
"jest": string;
|
|
47
36
|
"marked": string;
|
|
48
37
|
"memoize-one": string;
|
|
49
38
|
"popper.js": string;
|
|
@@ -63,13 +52,23 @@ declare const _exports: {
|
|
|
63
52
|
"@babel/preset-env": string;
|
|
64
53
|
"@babel/preset-react": string;
|
|
65
54
|
"@babel/preset-typescript": string;
|
|
55
|
+
"@babel/types": string;
|
|
66
56
|
"@csstools/postcss-logical-float-and-clear": string;
|
|
67
57
|
"@plesk/eslint-config": string;
|
|
68
58
|
"@plesk/stylelint-config": string;
|
|
69
59
|
"@types/buble": string;
|
|
70
60
|
"@types/cheerio": string;
|
|
61
|
+
"@types/classnames": string;
|
|
71
62
|
"@types/doctrine": string;
|
|
72
63
|
"@types/enzyme": string;
|
|
64
|
+
"@types/jest": string;
|
|
65
|
+
"@types/marked": string;
|
|
66
|
+
"@types/node": string;
|
|
67
|
+
"@types/react": string;
|
|
68
|
+
"@types/react-dom": string;
|
|
69
|
+
"@types/react-measure": string;
|
|
70
|
+
"@types/react-transition-group": string;
|
|
71
|
+
"@types/svg4everybody": string;
|
|
73
72
|
"@typescript-eslint/eslint-plugin": string;
|
|
74
73
|
"@typescript-eslint/parser": string;
|
|
75
74
|
"autoprefixer": string;
|
|
@@ -89,6 +88,7 @@ declare const _exports: {
|
|
|
89
88
|
"fs-extra": string;
|
|
90
89
|
"html-webpack-plugin": string;
|
|
91
90
|
"inquirer": string;
|
|
91
|
+
"jest": string;
|
|
92
92
|
"jest-dev-server": string;
|
|
93
93
|
"jest-image-snapshot": string;
|
|
94
94
|
"less": string;
|
|
@@ -126,6 +126,7 @@ declare const _exports: {
|
|
|
126
126
|
"resolutions": {
|
|
127
127
|
"@babel/types": string;
|
|
128
128
|
"@types/node": string;
|
|
129
|
+
"@types/react": string;
|
|
129
130
|
"**/caniuse-lite": string;
|
|
130
131
|
"trim": string;
|
|
131
132
|
"postcss": string;
|
|
@@ -5,6 +5,6 @@ declare type ClosingConfirmationProps = {
|
|
|
5
5
|
};
|
|
6
6
|
declare const useClosingConfirmation: ({ onClose, closingConfirmation }: ClosingConfirmationProps) => {
|
|
7
7
|
onCloseWithConfirmation: any;
|
|
8
|
-
closingConfirmationDialog: React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
8
|
+
closingConfirmationDialog: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null;
|
|
9
9
|
};
|
|
10
10
|
export default useClosingConfirmation;
|
|
@@ -189,12 +189,12 @@ declare const RefForwardingForm: React.ForwardRefExoticComponent<{
|
|
|
189
189
|
render?: ((params: {
|
|
190
190
|
renderForm: (params: {
|
|
191
191
|
actionButtons?: React.ReactNode;
|
|
192
|
-
}) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
193
|
-
renderActionButtons: () => React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
192
|
+
}) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>;
|
|
193
|
+
renderActionButtons: () => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>;
|
|
194
194
|
}) => React.ReactNode) | undefined;
|
|
195
195
|
/**
|
|
196
196
|
* @ignore
|
|
197
197
|
*/
|
|
198
198
|
innerRef?: React.MutableRefObject<HTMLFormElement | null> | undefined;
|
|
199
|
-
} & Pick<React.HTMLProps<HTMLFormElement>, "max" | "required" | "low" | "high" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "async" | "defer" | "manifest" | "color" | "content" | "size" | "wrap" | "multiple" | "
|
|
199
|
+
} & Pick<React.HTMLProps<HTMLFormElement>, "max" | "required" | "low" | "high" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "async" | "defer" | "manifest" | "color" | "content" | "size" | "wrap" | "multiple" | "height" | "translate" | "width" | "children" | "className" | "id" | "lang" | "method" | "min" | "name" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "href" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "list" | "classID" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "nonce" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "as" | "hrefLang" | "integrity" | "sizes" | "charSet" | "kind" | "src" | "srcLang" | "value" | "download" | "alt" | "coords" | "shape" | "autoPlay" | "controls" | "loop" | "mediaGroup" | "muted" | "playsInline" | "preload" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "dateTime" | "acceptCharset" | "action" | "autoComplete" | "encType" | "noValidate" | "allowFullScreen" | "allowTransparency" | "frameBorder" | "marginHeight" | "marginWidth" | "sandbox" | "scrolling" | "seamless" | "srcDoc" | "srcSet" | "accept" | "capture" | "checked" | "maxLength" | "minLength" | "readOnly" | "step" | "htmlFor" | "httpEquiv" | "optimum" | "reversed" | "selected" | "scoped" | "cellPadding" | "cellSpacing" | "colSpan" | "headers" | "rowSpan" | "scope" | "cols" | "rows" | "poster" | "challenge" | "keyType" | "keyParams"> & React.RefAttributes<FormInstanceHandles>>;
|
|
200
200
|
export default RefForwardingForm;
|
|
@@ -97,7 +97,7 @@ declare class ItemList extends Component<ItemListProps, ItemListState> {
|
|
|
97
97
|
value: string | number | (string | number)[] | null;
|
|
98
98
|
} | null;
|
|
99
99
|
componentDidMount(): void;
|
|
100
|
-
createItemProps: (item: React.ReactElement<ItemProps, string | ((props: any) => React.ReactElement<any,
|
|
100
|
+
createItemProps: (item: React.ReactElement<ItemProps, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>) => ItemProps;
|
|
101
101
|
renderNormal({ baseClassName, children, ...props }: ItemListProps): JSX.Element;
|
|
102
102
|
someChild(predicate: (child: ReactElement<ItemProps>) => boolean): boolean;
|
|
103
103
|
/**
|
|
@@ -11,13 +11,13 @@ export declare const Basic: {
|
|
|
11
11
|
onReorderEnd?: (() => void) | undefined;
|
|
12
12
|
children: (React.ReactElement<{
|
|
13
13
|
className?: string | undefined;
|
|
14
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
14
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
15
15
|
value?: string | number | undefined;
|
|
16
16
|
view?: "card" | "simple" | undefined;
|
|
17
17
|
disabled?: boolean | undefined;
|
|
18
18
|
hoverable?: boolean | undefined;
|
|
19
19
|
footer?: React.ReactNode;
|
|
20
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
20
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
21
21
|
className?: string | undefined;
|
|
22
22
|
baseClassName?: string | undefined;
|
|
23
23
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -34,13 +34,13 @@ export declare const Basic: {
|
|
|
34
34
|
onReorderEnd?: (() => void) | undefined;
|
|
35
35
|
children: (React.ReactElement<{
|
|
36
36
|
className?: string | undefined;
|
|
37
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
37
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
38
38
|
value?: string | number | undefined;
|
|
39
39
|
view?: "card" | "simple" | undefined;
|
|
40
40
|
disabled?: boolean | undefined;
|
|
41
41
|
hoverable?: boolean | undefined;
|
|
42
42
|
footer?: React.ReactNode;
|
|
43
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
43
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
44
44
|
className?: string | undefined;
|
|
45
45
|
baseClassName?: string | undefined;
|
|
46
46
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -59,13 +59,13 @@ export declare const Cards: {
|
|
|
59
59
|
onReorderEnd?: (() => void) | undefined;
|
|
60
60
|
children: (React.ReactElement<{
|
|
61
61
|
className?: string | undefined;
|
|
62
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
62
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
63
63
|
value?: string | number | undefined;
|
|
64
64
|
view?: "card" | "simple" | undefined;
|
|
65
65
|
disabled?: boolean | undefined;
|
|
66
66
|
hoverable?: boolean | undefined;
|
|
67
67
|
footer?: React.ReactNode;
|
|
68
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
68
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
69
69
|
className?: string | undefined;
|
|
70
70
|
baseClassName?: string | undefined;
|
|
71
71
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -82,13 +82,13 @@ export declare const Cards: {
|
|
|
82
82
|
onReorderEnd?: (() => void) | undefined;
|
|
83
83
|
children: (React.ReactElement<{
|
|
84
84
|
className?: string | undefined;
|
|
85
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
85
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
86
86
|
value?: string | number | undefined;
|
|
87
87
|
view?: "card" | "simple" | undefined;
|
|
88
88
|
disabled?: boolean | undefined;
|
|
89
89
|
hoverable?: boolean | undefined;
|
|
90
90
|
footer?: React.ReactNode;
|
|
91
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
91
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
92
92
|
className?: string | undefined;
|
|
93
93
|
baseClassName?: string | undefined;
|
|
94
94
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -107,13 +107,13 @@ export declare const Reorderables: {
|
|
|
107
107
|
onReorderEnd?: (() => void) | undefined;
|
|
108
108
|
children: (React.ReactElement<{
|
|
109
109
|
className?: string | undefined;
|
|
110
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
110
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
111
111
|
value?: string | number | undefined;
|
|
112
112
|
view?: "card" | "simple" | undefined;
|
|
113
113
|
disabled?: boolean | undefined;
|
|
114
114
|
hoverable?: boolean | undefined;
|
|
115
115
|
footer?: React.ReactNode;
|
|
116
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
116
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
117
117
|
className?: string | undefined;
|
|
118
118
|
baseClassName?: string | undefined;
|
|
119
119
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -130,13 +130,13 @@ export declare const Reorderables: {
|
|
|
130
130
|
onReorderEnd?: (() => void) | undefined;
|
|
131
131
|
children: (React.ReactElement<{
|
|
132
132
|
className?: string | undefined;
|
|
133
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
133
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
134
134
|
value?: string | number | undefined;
|
|
135
135
|
view?: "card" | "simple" | undefined;
|
|
136
136
|
disabled?: boolean | undefined;
|
|
137
137
|
hoverable?: boolean | undefined;
|
|
138
138
|
footer?: React.ReactNode;
|
|
139
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
139
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
140
140
|
className?: string | undefined;
|
|
141
141
|
baseClassName?: string | undefined;
|
|
142
142
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -155,13 +155,13 @@ export declare const Selectables: {
|
|
|
155
155
|
onReorderEnd?: (() => void) | undefined;
|
|
156
156
|
children: (React.ReactElement<{
|
|
157
157
|
className?: string | undefined;
|
|
158
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
158
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
159
159
|
value?: string | number | undefined;
|
|
160
160
|
view?: "card" | "simple" | undefined;
|
|
161
161
|
disabled?: boolean | undefined;
|
|
162
162
|
hoverable?: boolean | undefined;
|
|
163
163
|
footer?: React.ReactNode;
|
|
164
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
164
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
165
165
|
className?: string | undefined;
|
|
166
166
|
baseClassName?: string | undefined;
|
|
167
167
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -178,13 +178,13 @@ export declare const Selectables: {
|
|
|
178
178
|
onReorderEnd?: (() => void) | undefined;
|
|
179
179
|
children: (React.ReactElement<{
|
|
180
180
|
className?: string | undefined;
|
|
181
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
181
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
182
182
|
value?: string | number | undefined;
|
|
183
183
|
view?: "card" | "simple" | undefined;
|
|
184
184
|
disabled?: boolean | undefined;
|
|
185
185
|
hoverable?: boolean | undefined;
|
|
186
186
|
footer?: React.ReactNode;
|
|
187
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
187
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
188
188
|
className?: string | undefined;
|
|
189
189
|
baseClassName?: string | undefined;
|
|
190
190
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -203,13 +203,13 @@ export declare const HoverableItemList: {
|
|
|
203
203
|
onReorderEnd?: (() => void) | undefined;
|
|
204
204
|
children: (React.ReactElement<{
|
|
205
205
|
className?: string | undefined;
|
|
206
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
206
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
207
207
|
value?: string | number | undefined;
|
|
208
208
|
view?: "card" | "simple" | undefined;
|
|
209
209
|
disabled?: boolean | undefined;
|
|
210
210
|
hoverable?: boolean | undefined;
|
|
211
211
|
footer?: React.ReactNode;
|
|
212
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
212
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
213
213
|
className?: string | undefined;
|
|
214
214
|
baseClassName?: string | undefined;
|
|
215
215
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -226,13 +226,13 @@ export declare const HoverableItemList: {
|
|
|
226
226
|
onReorderEnd?: (() => void) | undefined;
|
|
227
227
|
children: (React.ReactElement<{
|
|
228
228
|
className?: string | undefined;
|
|
229
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
229
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
230
230
|
value?: string | number | undefined;
|
|
231
231
|
view?: "card" | "simple" | undefined;
|
|
232
232
|
disabled?: boolean | undefined;
|
|
233
233
|
hoverable?: boolean | undefined;
|
|
234
234
|
footer?: React.ReactNode;
|
|
235
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
235
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
236
236
|
className?: string | undefined;
|
|
237
237
|
baseClassName?: string | undefined;
|
|
238
238
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -251,13 +251,13 @@ export declare const HoverableItems: {
|
|
|
251
251
|
onReorderEnd?: (() => void) | undefined;
|
|
252
252
|
children: (React.ReactElement<{
|
|
253
253
|
className?: string | undefined;
|
|
254
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
254
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
255
255
|
value?: string | number | undefined;
|
|
256
256
|
view?: "card" | "simple" | undefined;
|
|
257
257
|
disabled?: boolean | undefined;
|
|
258
258
|
hoverable?: boolean | undefined;
|
|
259
259
|
footer?: React.ReactNode;
|
|
260
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
260
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
261
261
|
className?: string | undefined;
|
|
262
262
|
baseClassName?: string | undefined;
|
|
263
263
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -274,13 +274,13 @@ export declare const HoverableItems: {
|
|
|
274
274
|
onReorderEnd?: (() => void) | undefined;
|
|
275
275
|
children: (React.ReactElement<{
|
|
276
276
|
className?: string | undefined;
|
|
277
|
-
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
277
|
+
onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
|
|
278
278
|
value?: string | number | undefined;
|
|
279
279
|
view?: "card" | "simple" | undefined;
|
|
280
280
|
disabled?: boolean | undefined;
|
|
281
281
|
hoverable?: boolean | undefined;
|
|
282
282
|
footer?: React.ReactNode;
|
|
283
|
-
}, string | ((props: any) => React.ReactElement<any,
|
|
283
|
+
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
|
|
284
284
|
className?: string | undefined;
|
|
285
285
|
baseClassName?: string | undefined;
|
|
286
286
|
} & Pick<React.PropsWithChildren<{
|
|
@@ -14,7 +14,7 @@ export declare const Basic: {
|
|
|
14
14
|
defaultValue?: string | number | (string | number)[] | undefined;
|
|
15
15
|
value?: string | number | (string | number)[] | undefined;
|
|
16
16
|
onChange?: ((value: string | number | (string | number)[] | undefined) => void) | undefined;
|
|
17
|
-
} & Pick<React.HTMLProps<HTMLDivElement>, "max" | "required" | "low" | "high" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "async" | "defer" | "manifest" | "color" | "content" | "wrap" | "multiple" | "
|
|
17
|
+
} & Pick<React.HTMLProps<HTMLDivElement>, "max" | "required" | "low" | "high" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "async" | "defer" | "manifest" | "color" | "content" | "wrap" | "multiple" | "height" | "translate" | "width" | "ref" | "children" | "className" | "id" | "lang" | "method" | "min" | "name" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "href" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "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" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "list" | "classID" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "nonce" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "as" | "hrefLang" | "integrity" | "sizes" | "charSet" | "kind" | "src" | "srcLang" | "value" | "download" | "alt" | "coords" | "shape" | "autoPlay" | "controls" | "loop" | "mediaGroup" | "muted" | "playsInline" | "preload" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "dateTime" | "acceptCharset" | "action" | "autoComplete" | "encType" | "noValidate" | "allowFullScreen" | "allowTransparency" | "frameBorder" | "marginHeight" | "marginWidth" | "sandbox" | "scrolling" | "seamless" | "srcDoc" | "srcSet" | "accept" | "capture" | "checked" | "maxLength" | "minLength" | "readOnly" | "step" | "htmlFor" | "httpEquiv" | "optimum" | "reversed" | "selected" | "scoped" | "cellPadding" | "cellSpacing" | "colSpan" | "headers" | "rowSpan" | "scope" | "cols" | "rows" | "poster" | "challenge" | "keyType" | "keyParams">>): JSX.Element;
|
|
18
18
|
args: {
|
|
19
19
|
children: JSX.Element[];
|
|
20
20
|
'data-test': string;
|
|
@@ -3,7 +3,7 @@ export declare const Basic: {
|
|
|
3
3
|
(args: React.PropsWithChildren<{
|
|
4
4
|
lines?: number | undefined;
|
|
5
5
|
lineProps?: import("./Skeleton").SkeletonProps | undefined;
|
|
6
|
-
component?: "symbol" | "object" | "big" | "link" | "small" | "sub" | "sup" | "track" | "progress" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "wbr" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | "menuitem" | "keygen" | "noindex" | "webview" | "animate" | "animateMotion" | "animateTransform" | "feDropShadow" | "mpath" | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined;
|
|
6
|
+
component?: "symbol" | "object" | "big" | "link" | "small" | "sub" | "sup" | "track" | "progress" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "source" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "wbr" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | "menuitem" | "keygen" | "noindex" | "webview" | "animate" | "animateMotion" | "animateTransform" | "feDropShadow" | "mpath" | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined;
|
|
7
7
|
baseClassName?: string | undefined;
|
|
8
8
|
className?: string | undefined;
|
|
9
9
|
}>): JSX.Element;
|
|
@@ -13,7 +13,7 @@ export declare const LinesCount: {
|
|
|
13
13
|
(args: React.PropsWithChildren<{
|
|
14
14
|
lines?: number | undefined;
|
|
15
15
|
lineProps?: import("./Skeleton").SkeletonProps | undefined;
|
|
16
|
-
component?: "symbol" | "object" | "big" | "link" | "small" | "sub" | "sup" | "track" | "progress" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "wbr" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | "menuitem" | "keygen" | "noindex" | "webview" | "animate" | "animateMotion" | "animateTransform" | "feDropShadow" | "mpath" | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined;
|
|
16
|
+
component?: "symbol" | "object" | "big" | "link" | "small" | "sub" | "sup" | "track" | "progress" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "source" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "wbr" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | "menuitem" | "keygen" | "noindex" | "webview" | "animate" | "animateMotion" | "animateTransform" | "feDropShadow" | "mpath" | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined;
|
|
17
17
|
baseClassName?: string | undefined;
|
|
18
18
|
className?: string | undefined;
|
|
19
19
|
}>): JSX.Element;
|
|
@@ -25,7 +25,7 @@ export declare const Custom: {
|
|
|
25
25
|
(args: React.PropsWithChildren<{
|
|
26
26
|
lines?: number | undefined;
|
|
27
27
|
lineProps?: import("./Skeleton").SkeletonProps | undefined;
|
|
28
|
-
component?: "symbol" | "object" | "big" | "link" | "small" | "sub" | "sup" | "track" | "progress" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "source" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "wbr" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | "menuitem" | "keygen" | "noindex" | "webview" | "animate" | "animateMotion" | "animateTransform" | "feDropShadow" | "mpath" | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined;
|
|
28
|
+
component?: "symbol" | "object" | "big" | "link" | "small" | "sub" | "sup" | "track" | "progress" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "source" | "span" | "strong" | "style" | "summary" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "wbr" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "svg" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | "menuitem" | "keygen" | "noindex" | "webview" | "animate" | "animateMotion" | "animateTransform" | "feDropShadow" | "mpath" | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined;
|
|
29
29
|
baseClassName?: string | undefined;
|
|
30
30
|
className?: string | undefined;
|
|
31
31
|
}>): JSX.Element;
|
|
@@ -2,8 +2,8 @@ import React from 'react';
|
|
|
2
2
|
export declare const Basic: {
|
|
3
3
|
(args: React.PropsWithChildren<{
|
|
4
4
|
children?: React.ReactNode;
|
|
5
|
-
icon?: string | boolean | import("../Icon").IconProps | React.ReactElement<any, string | ((props: any) => React.ReactElement<any,
|
|
6
|
-
intent?: "inactive" | "success" | "
|
|
5
|
+
icon?: string | boolean | import("../Icon").IconProps | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)> | undefined;
|
|
6
|
+
intent?: "inactive" | "success" | "muted" | "info" | "warning" | "danger" | undefined;
|
|
7
7
|
compact?: boolean | undefined;
|
|
8
8
|
flip?: boolean | undefined;
|
|
9
9
|
rightAddon?: React.ReactNode;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const toToolbarItems: (children: React.ReactNode) =>
|
|
2
|
+
export declare const toToolbarItems: (children: React.ReactNode) => {}[] | null | undefined;
|