@koine/react 1.0.37 → 1.0.38
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/Dialog/DialogMui.d.ts +5 -11
- package/Dialog/DialogMui.js +2 -2
- package/Dialog/css/bare.d.ts +4 -10
- package/Dialog/m/bare.d.ts +5 -13
- package/Dialog/m/bare.js +1 -1
- package/Dialog/sc/bare.d.ts +4 -10
- package/Dialog/sc/framer.d.ts +1 -1
- package/Dialog/sc/framerMaterial.d.ts +1 -1
- package/Dialog/sc/material.d.ts +4 -10
- package/Dialog/tw/bare.d.ts +4 -10
- package/Dialog/tw/elegant.d.ts +4 -10
- package/Dialog/tw/framer.d.ts +3 -7
- package/Dialog/tw/framerMaterial.d.ts +3 -7
- package/Dialog/tw/material.d.ts +4 -10
- package/Forms/Field/Field.d.ts +24 -1
- package/Forms/Field/Field.js +2 -19
- package/Forms/antispam.d.ts +8 -2
- package/Forms/antispam.js +3 -1
- package/Menu/MenuMui.js +1 -2
- package/Tabs/TabsMui.d.ts +6 -6
- package/Tabs/tw/bare.d.ts +6 -6
- package/Tabs/tw/material.d.ts +6 -6
- package/package.json +2 -2
package/Tabs/TabsMui.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ export declare type Props = Simplify<WithComponents<OwnProps, Components>>;
|
|
|
42
42
|
export declare type TabsProps = Props;
|
|
43
43
|
export declare type KoineTabsProps = Props;
|
|
44
44
|
export declare const Root: import("@mui/types").OverridableComponent<import("@mui/base/TabsUnstyled").TabsUnstyledTypeMap<{}, "div">>;
|
|
45
|
-
export declare const List: import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled
|
|
45
|
+
export declare const List: import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled").TabsListUnstyledTypeMap<{}, "div">>;
|
|
46
46
|
export declare const Indicator: import("react").ElementType<Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof import("react").HTMLAttributes<HTMLSpanElement>>, "style" | "onDrag" | "onDragEnd" | "onDragStart" | "onAnimationStart" | "onAnimationEnd"> & Pick<{
|
|
47
47
|
selected: boolean;
|
|
48
48
|
focusVisible: boolean;
|
|
@@ -53,7 +53,7 @@ export declare const Indicator: import("react").ElementType<Omit<Pick<import("re
|
|
|
53
53
|
}, "disabled" | "selected" | "active"> & {
|
|
54
54
|
children?: import("react").ReactNode;
|
|
55
55
|
}>;
|
|
56
|
-
export declare const Panel: import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled
|
|
56
|
+
export declare const Panel: import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled").TabPanelUnstyledTypeMap<{}, "div">>;
|
|
57
57
|
export declare const Tab: import("react").ForwardRefExoticComponent<Pick<import("@mui/base/TabUnstyled").TabUnstyledOwnProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
58
58
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
59
59
|
}, keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps> & {
|
|
@@ -72,7 +72,7 @@ export declare const Tab: import("react").ForwardRefExoticComponent<Pick<import(
|
|
|
72
72
|
}, "key" | "id" | "title" | "color" | "form" | "slot" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "name" | "component" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps | "Indicator"> & import("react").RefAttributes<unknown>>;
|
|
73
73
|
export declare const KoineTabs: ((props: Pick<Simplify<WithComponents<OwnProps, Components>>, "key" | "value" | "id" | "title" | "color" | "slot" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "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" | "direction" | "orientation" | "selectionFollowsFocus" | keyof Components | "mTab"> & import("react").RefAttributes<HTMLDivElement>) => import("react").FunctionComponentElement<any>) & {
|
|
74
74
|
Root: import("@mui/types").OverridableComponent<import("@mui/base/TabsUnstyled").TabsUnstyledTypeMap<{}, "div">>;
|
|
75
|
-
List: import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled
|
|
75
|
+
List: import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled").TabsListUnstyledTypeMap<{}, "div">>;
|
|
76
76
|
Tab: import("react").ForwardRefExoticComponent<Pick<import("@mui/base/TabUnstyled").TabUnstyledOwnProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
77
77
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
78
78
|
}, keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps> & {
|
|
@@ -99,11 +99,11 @@ export declare const KoineTabs: ((props: Pick<Simplify<WithComponents<OwnProps,
|
|
|
99
99
|
}, "disabled" | "selected" | "active"> & {
|
|
100
100
|
children?: import("react").ReactNode;
|
|
101
101
|
}>;
|
|
102
|
-
Panel: import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled
|
|
102
|
+
Panel: import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled").TabPanelUnstyledTypeMap<{}, "div">>;
|
|
103
103
|
} & {
|
|
104
104
|
defaultProps: {
|
|
105
105
|
Root: import("@mui/types").OverridableComponent<import("@mui/base/TabsUnstyled").TabsUnstyledTypeMap<{}, "div">>;
|
|
106
|
-
List: import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled
|
|
106
|
+
List: import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled").TabsListUnstyledTypeMap<{}, "div">>;
|
|
107
107
|
Tab: import("react").ForwardRefExoticComponent<Pick<import("@mui/base/TabUnstyled").TabUnstyledOwnProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
108
108
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
109
109
|
}, keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps> & {
|
|
@@ -130,7 +130,7 @@ export declare const KoineTabs: ((props: Pick<Simplify<WithComponents<OwnProps,
|
|
|
130
130
|
}, "disabled" | "selected" | "active"> & {
|
|
131
131
|
children?: import("react").ReactNode;
|
|
132
132
|
}>;
|
|
133
|
-
Panel: import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled
|
|
133
|
+
Panel: import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled").TabPanelUnstyledTypeMap<{}, "div">>;
|
|
134
134
|
};
|
|
135
135
|
};
|
|
136
136
|
export {};
|
package/Tabs/tw/bare.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export declare const Root: import("react").ForwardRefExoticComponent<Pick<{
|
|
|
8
8
|
export declare const List: import("react").ForwardRefExoticComponent<Pick<{
|
|
9
9
|
className?: string | undefined;
|
|
10
10
|
ref?: import("react").Ref<any> | undefined;
|
|
11
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled
|
|
11
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled").TabsListUnstyledTypeMap<{}, "div">>>>;
|
|
12
12
|
export declare const Tab: import("react").ForwardRefExoticComponent<Pick<{
|
|
13
13
|
className?: string | undefined;
|
|
14
14
|
ref?: import("react").Ref<any> | undefined;
|
|
@@ -44,7 +44,7 @@ export declare const Indicator: import("react").ForwardRefExoticComponent<Pick<{
|
|
|
44
44
|
export declare const Panel: import("react").ForwardRefExoticComponent<Pick<{
|
|
45
45
|
className?: string | undefined;
|
|
46
46
|
ref?: import("react").Ref<any> | undefined;
|
|
47
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled
|
|
47
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled").TabPanelUnstyledTypeMap<{}, "div">>>>;
|
|
48
48
|
export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify").Simplify<import("../../helpers").WithComponents<_.OwnProps, _.Components>>, "key" | "value" | "id" | "title" | "color" | "slot" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "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" | "direction" | "orientation" | "selectionFollowsFocus" | keyof _.Components | "mTab"> & import("react").RefAttributes<HTMLDivElement>) => import("react").FunctionComponentElement<any>) & {
|
|
49
49
|
Root: import("react").ForwardRefExoticComponent<Pick<{
|
|
50
50
|
className?: string | undefined;
|
|
@@ -53,7 +53,7 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
53
53
|
List: import("react").ForwardRefExoticComponent<Pick<{
|
|
54
54
|
className?: string | undefined;
|
|
55
55
|
ref?: import("react").Ref<any> | undefined;
|
|
56
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled
|
|
56
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled").TabsListUnstyledTypeMap<{}, "div">>>>;
|
|
57
57
|
Tab: import("react").ForwardRefExoticComponent<Pick<{
|
|
58
58
|
className?: string | undefined;
|
|
59
59
|
ref?: import("react").Ref<any> | undefined;
|
|
@@ -89,7 +89,7 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
89
89
|
Panel: import("react").ForwardRefExoticComponent<Pick<{
|
|
90
90
|
className?: string | undefined;
|
|
91
91
|
ref?: import("react").Ref<any> | undefined;
|
|
92
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled
|
|
92
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled").TabPanelUnstyledTypeMap<{}, "div">>>>;
|
|
93
93
|
} & {
|
|
94
94
|
defaultProps: {
|
|
95
95
|
Root: import("react").ForwardRefExoticComponent<Pick<{
|
|
@@ -99,7 +99,7 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
99
99
|
List: import("react").ForwardRefExoticComponent<Pick<{
|
|
100
100
|
className?: string | undefined;
|
|
101
101
|
ref?: import("react").Ref<any> | undefined;
|
|
102
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled
|
|
102
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled").TabsListUnstyledTypeMap<{}, "div">>>>;
|
|
103
103
|
Tab: import("react").ForwardRefExoticComponent<Pick<{
|
|
104
104
|
className?: string | undefined;
|
|
105
105
|
ref?: import("react").Ref<any> | undefined;
|
|
@@ -135,6 +135,6 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
135
135
|
Panel: import("react").ForwardRefExoticComponent<Pick<{
|
|
136
136
|
className?: string | undefined;
|
|
137
137
|
ref?: import("react").Ref<any> | undefined;
|
|
138
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled
|
|
138
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled").TabPanelUnstyledTypeMap<{}, "div">>>>;
|
|
139
139
|
};
|
|
140
140
|
};
|
package/Tabs/tw/material.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare const List: import("react").ForwardRefExoticComponent<Pick<{
|
|
|
13
13
|
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<{
|
|
14
14
|
className?: string | undefined;
|
|
15
15
|
ref?: import("react").Ref<any> | undefined;
|
|
16
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled
|
|
16
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled").TabsListUnstyledTypeMap<{}, "div">>>>>>;
|
|
17
17
|
export declare const Tab: import("react").ForwardRefExoticComponent<(Pick<import("react").HTMLProps<any> & import("@mui/base/TabUnstyled").TabUnstyledOwnProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
18
18
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
19
19
|
}, keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps> & {
|
|
@@ -82,7 +82,7 @@ export declare const Panel: import("react").ForwardRefExoticComponent<Pick<{
|
|
|
82
82
|
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<{
|
|
83
83
|
className?: string | undefined;
|
|
84
84
|
ref?: import("react").Ref<any> | undefined;
|
|
85
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled
|
|
85
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled").TabPanelUnstyledTypeMap<{}, "div">>>>>>;
|
|
86
86
|
export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify").Simplify<import("../../helpers").WithComponents<import("../TabsMui").OwnProps, import("../TabsMui").Components>>, "key" | "value" | "id" | "title" | "color" | "slot" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "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" | "direction" | "orientation" | "selectionFollowsFocus" | keyof import("../TabsMui").Components | "mTab"> & import("react").RefAttributes<HTMLDivElement>) => import("react").FunctionComponentElement<any>) & {
|
|
87
87
|
Root: import("react").ForwardRefExoticComponent<Pick<{
|
|
88
88
|
className?: string | undefined;
|
|
@@ -97,7 +97,7 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
97
97
|
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<{
|
|
98
98
|
className?: string | undefined;
|
|
99
99
|
ref?: import("react").Ref<any> | undefined;
|
|
100
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled
|
|
100
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled").TabsListUnstyledTypeMap<{}, "div">>>>>>;
|
|
101
101
|
Tab: import("react").ForwardRefExoticComponent<(Pick<import("react").HTMLProps<any> & import("@mui/base/TabUnstyled").TabUnstyledOwnProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
102
102
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
103
103
|
}, keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps> & {
|
|
@@ -166,7 +166,7 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
166
166
|
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<{
|
|
167
167
|
className?: string | undefined;
|
|
168
168
|
ref?: import("react").Ref<any> | undefined;
|
|
169
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled
|
|
169
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled").TabPanelUnstyledTypeMap<{}, "div">>>>>>;
|
|
170
170
|
} & {
|
|
171
171
|
defaultProps: {
|
|
172
172
|
Root: import("react").ForwardRefExoticComponent<Pick<{
|
|
@@ -182,7 +182,7 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
182
182
|
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<{
|
|
183
183
|
className?: string | undefined;
|
|
184
184
|
ref?: import("react").Ref<any> | undefined;
|
|
185
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled
|
|
185
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabsListUnstyled").TabsListUnstyledTypeMap<{}, "div">>>>>>;
|
|
186
186
|
Tab: import("react").ForwardRefExoticComponent<(Pick<import("react").HTMLProps<any> & import("@mui/base/TabUnstyled").TabUnstyledOwnProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
187
187
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
188
188
|
}, keyof import("@mui/base/TabUnstyled").TabUnstyledOwnProps> & {
|
|
@@ -251,6 +251,6 @@ export declare const KoineTabs: ((props: Pick<import("type-fest/source/simplify"
|
|
|
251
251
|
}, "className"> & import("react").RefAttributes<import("react").ForwardRefExoticComponent<Pick<{
|
|
252
252
|
className?: string | undefined;
|
|
253
253
|
ref?: import("react").Ref<any> | undefined;
|
|
254
|
-
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled
|
|
254
|
+
}, "className"> & import("react").RefAttributes<import("@mui/types").OverridableComponent<import("@mui/base/TabPanelUnstyled").TabPanelUnstyledTypeMap<{}, "div">>>>>>;
|
|
255
255
|
};
|
|
256
256
|
};
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"framer-motion": "^6.3.16",
|
|
10
10
|
"react": "^16.8 || ^17 || ^18",
|
|
11
11
|
"@mui/base": "^5.0.0-alpha.87",
|
|
12
|
-
"@koine/utils": "1.0.
|
|
12
|
+
"@koine/utils": "1.0.38",
|
|
13
13
|
"react-icons": "^4.4.0",
|
|
14
14
|
"date-fns": "^2.28.0",
|
|
15
15
|
"react-swipeable": "^7.0.0",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"react-popper": "^2.3.0",
|
|
22
22
|
"tslib": "^2.4.0"
|
|
23
23
|
},
|
|
24
|
-
"version": "1.0.
|
|
24
|
+
"version": "1.0.38",
|
|
25
25
|
"module": "./index.js",
|
|
26
26
|
"types": "./index.d.ts"
|
|
27
27
|
}
|