react-miui 0.27.7 → 0.27.9
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/CHANGELOG.md +12 -0
- package/dist/components/form/Checkbox.js +17 -7
- package/dist/components/form/Checkbox.js.map +1 -1
- package/dist/components/form/Checkbox.stories.js +17 -7
- package/dist/components/form/Checkbox.stories.js.map +1 -1
- package/dist/components/form/Checkbox.styled.d.ts +174 -174
- package/dist/components/form/Select.styled.d.ts +58 -58
- package/dist/components/form/Suggestions.d.ts.map +1 -1
- package/dist/components/form/Toggle.js +17 -7
- package/dist/components/form/Toggle.js.map +1 -1
- package/dist/components/form/choice/Choice.d.ts.map +1 -1
- package/dist/components/form/choice/ChoiceItem.d.ts.map +1 -1
- package/dist/components/form/choice/ChoiceItem.js +17 -7
- package/dist/components/form/choice/ChoiceItem.js.map +1 -1
- package/dist/components/form/input/Input.d.ts.map +1 -1
- package/dist/components/form/input/Input.js +17 -7
- package/dist/components/form/input/Input.js.map +1 -1
- package/dist/components/form/input/Input.styled.d.ts +232 -232
- package/dist/components/form/textarea/TextArea.js +17 -7
- package/dist/components/form/textarea/TextArea.js.map +1 -1
- package/dist/components/form/textarea/TextArea.styled.d.ts +58 -58
- package/dist/components/layout/header/Header.styled.d.ts +232 -232
- package/dist/components/layout/header/HeaderIconAction.styled.d.ts +174 -174
- package/dist/components/layout/header/StickyHeader.js +17 -7
- package/dist/components/layout/header/StickyHeader.js.map +1 -1
- package/dist/components/layout/header/StickyHeader.stories.js +17 -7
- package/dist/components/layout/header/StickyHeader.stories.js.map +1 -1
- package/dist/components/layout/header/StickyHeader.styled.d.ts +116 -116
- package/dist/components/layout/list/Header.d.ts +116 -116
- package/dist/components/layout/list/Item.d.ts +4 -87
- package/dist/components/layout/list/Item.d.ts.map +1 -1
- package/dist/components/layout/list/Item.js +40 -71
- package/dist/components/layout/list/Item.js.map +1 -1
- package/dist/components/layout/list/Item.stories.d.ts +2 -1
- package/dist/components/layout/list/Item.stories.d.ts.map +1 -1
- package/dist/components/layout/list/Item.stories.js +49 -9
- package/dist/components/layout/list/Item.stories.js.map +1 -1
- package/dist/components/layout/list/Item.styled.d.ts +337 -0
- package/dist/components/layout/list/Item.styled.d.ts.map +1 -0
- package/dist/components/layout/list/Item.styled.js +55 -0
- package/dist/components/layout/list/Item.styled.js.map +1 -0
- package/dist/components/layout/list/Label.d.ts +58 -58
- package/dist/components/layout/list/List.d.ts +58 -58
- package/dist/components/layout/list/Value.d.ts +58 -58
- package/dist/components/layout/section/Section.d.ts +58 -58
- package/dist/components/layout/section/SectionContainer.d.ts +58 -58
- package/dist/components/layout/table/Table.styled.d.ts +58 -58
- package/dist/components/native/index.d.ts +58 -58
- package/dist/components/ui/action/Action.styled.d.ts +232 -232
- package/dist/components/ui/button/Button.stories.js +17 -7
- package/dist/components/ui/button/Button.stories.js.map +1 -1
- package/dist/components/ui/button/Button.styled.d.ts +58 -58
- package/dist/components/ui/drawer/Drawer.js +17 -7
- package/dist/components/ui/drawer/Drawer.js.map +1 -1
- package/dist/components/ui/line/Line.d.ts +58 -58
- package/dist/components/ui/loader/Loader.js +17 -7
- package/dist/components/ui/loader/Loader.js.map +1 -1
- package/dist/components/ui/message/Message.styled.d.ts +58 -58
- package/dist/components/ui/modal/Modal.js +17 -7
- package/dist/components/ui/modal/Modal.js.map +1 -1
- package/dist/components/ui/modal/Modal.stories.js +17 -7
- package/dist/components/ui/modal/Modal.stories.js.map +1 -1
- package/dist/components/ui/modal/Modal.styled.d.ts +232 -232
- package/dist/components/ui/modal/ModalButtons.styled.d.ts +116 -116
- package/dist/components/ui/pop/OnButtonClick.js +17 -7
- package/dist/components/ui/pop/OnButtonClick.js.map +1 -1
- package/dist/components/ui/pop/Pop.js +17 -7
- package/dist/components/ui/pop/Pop.js.map +1 -1
- package/dist/components/ui/pop/Pop.stories.js +17 -7
- package/dist/components/ui/pop/Pop.stories.js.map +1 -1
- package/dist/components/ui/pop/Pop.styled.d.ts +348 -348
- package/dist/components/ui/progress/Progress.styled.d.ts +174 -174
- package/dist/components/ui/tabs/Item.js +17 -7
- package/dist/components/ui/tabs/Item.js.map +1 -1
- package/dist/components/ui/tabs/Selector.d.ts.map +1 -1
- package/dist/components/ui/tabs/Selector.js +17 -7
- package/dist/components/ui/tabs/Selector.js.map +1 -1
- package/dist/components/ui/toaster/Notification.js +17 -7
- package/dist/components/ui/toaster/Notification.js.map +1 -1
- package/dist/components/ui/toaster/Toaster.js +17 -7
- package/dist/components/ui/toaster/Toaster.js.map +1 -1
- package/dist/components/ui/toaster/Toaster.styled.d.ts +58 -58
- package/dist/components/ui/toolButton/ToolButton.styled.d.ts +58 -58
- package/dist/theme.d.ts +406 -406
- package/dist/theme.d.ts.map +1 -1
- package/dist/utils/makeVariants.d.ts.map +1 -1
- package/dist/utils/toObjectValue.d.ts.map +1 -1
- package/dist/utils/useKeyPress.d.ts.map +1 -1
- package/docs/classes/Drawer.html +30 -30
- package/docs/classes/Pop.html +32 -32
- package/docs/classes/ToasterProvider.html +29 -29
- package/docs/enums/ICON.html +14 -14
- package/docs/functions/Action.html +5 -5
- package/docs/functions/Button.html +5 -5
- package/docs/functions/Card.html +5 -5
- package/docs/functions/Checkbox.html +5 -5
- package/docs/functions/Choice.html +5 -5
- package/docs/functions/CoveringLoader.html +5 -5
- package/docs/functions/DirectionPad.html +5 -5
- package/docs/functions/EqualActions.html +5 -5
- package/docs/functions/FullLoader.html +5 -5
- package/docs/functions/HandleEsc.html +5 -5
- package/docs/functions/Header.html +5 -5
- package/docs/functions/HeaderIconAction.html +5 -5
- package/docs/functions/Icon-1.html +5 -5
- package/docs/functions/If.html +5 -5
- package/docs/functions/Input.html +5 -5
- package/docs/functions/KeyValue.html +5 -5
- package/docs/functions/Label.html +5 -5
- package/docs/functions/Line.html +5 -5
- package/docs/functions/List-1.html +5 -5
- package/docs/functions/Loader.html +5 -5
- package/docs/functions/Loading.html +5 -5
- package/docs/functions/Message.html +5 -5
- package/docs/functions/Modal-1.html +5 -5
- package/docs/functions/ModalButtons.html +5 -5
- package/docs/functions/PopLoader.html +5 -5
- package/docs/functions/PopOption.html +5 -5
- package/docs/functions/Progress.html +5 -5
- package/docs/functions/SearchContainer.html +5 -5
- package/docs/functions/Section.html +5 -5
- package/docs/functions/Select.html +5 -5
- package/docs/functions/Selector.html +5 -5
- package/docs/functions/Spacer.html +5 -5
- package/docs/functions/Stats.html +5 -5
- package/docs/functions/StickyHeader.html +5 -5
- package/docs/functions/Table.html +5 -5
- package/docs/functions/TextArea.html +5 -5
- package/docs/functions/Toggle.html +5 -5
- package/docs/functions/ToolButton.html +5 -5
- package/docs/functions/borderPxToRem.html +5 -5
- package/docs/functions/createTheme.html +4 -4
- package/docs/functions/css.html +4 -4
- package/docs/functions/dimensionsPxToRem.html +5 -5
- package/docs/functions/fontPxToRem.html +5 -5
- package/docs/functions/getCssText.html +4 -4
- package/docs/functions/globalCss.html +4 -4
- package/docs/functions/keyframes.html +4 -4
- package/docs/functions/pxToRem.html +5 -5
- package/docs/functions/styled.html +4 -4
- package/docs/functions/useToaster.html +5 -5
- package/docs/index.html +4 -4
- package/docs/interfaces/ChoiceProps.html +11 -11
- package/docs/interfaces/IconProps.html +7 -7
- package/docs/interfaces/InputCustomProps.html +11 -11
- package/docs/interfaces/StickyHeaderProps.html +9 -9
- package/docs/modules/List.html +7 -7
- package/docs/modules/Modal.html +6 -6
- package/docs/modules.html +4 -4
- package/docs/pages/tutorials/Test.html +4 -4
- package/docs/types/ActionProps.html +5 -5
- package/docs/types/InputProps.html +5 -5
- package/docs/types/OverwriteProps.html +5 -5
- package/docs/types/ThemeCSS.html +5 -5
- package/docs/variables/BackgroundClassName.html +5 -5
- package/docs/variables/List.Header.html +5 -5
- package/docs/variables/List.Item.html +5 -5
- package/docs/variables/Modal.RemovePadding.html +5 -5
- package/docs/variables/ValueClassName.html +5 -5
- package/docs/variables/config.html +5 -5
- package/docs/variables/cssReset.html +5 -5
- package/docs/variables/miuiScrollbars.html +5 -5
- package/docs/variables/theme.html +5 -5
- package/esm/components/form/Checkbox.styled.d.ts +174 -174
- package/esm/components/form/Select.styled.d.ts +58 -58
- package/esm/components/form/Suggestions.d.ts.map +1 -1
- package/esm/components/form/choice/Choice.d.ts.map +1 -1
- package/esm/components/form/choice/ChoiceItem.d.ts.map +1 -1
- package/esm/components/form/input/Input.d.ts.map +1 -1
- package/esm/components/form/input/Input.styled.d.ts +232 -232
- package/esm/components/form/textarea/TextArea.styled.d.ts +58 -58
- package/esm/components/layout/header/Header.styled.d.ts +232 -232
- package/esm/components/layout/header/HeaderIconAction.styled.d.ts +174 -174
- package/esm/components/layout/header/StickyHeader.styled.d.ts +116 -116
- package/esm/components/layout/list/Header.d.ts +116 -116
- package/esm/components/layout/list/Item.d.ts +4 -87
- package/esm/components/layout/list/Item.d.ts.map +1 -1
- package/esm/components/layout/list/Item.js +34 -65
- package/esm/components/layout/list/Item.js.map +1 -1
- package/esm/components/layout/list/Item.stories.d.ts +2 -1
- package/esm/components/layout/list/Item.stories.d.ts.map +1 -1
- package/esm/components/layout/list/Item.stories.js +52 -9
- package/esm/components/layout/list/Item.stories.js.map +1 -1
- package/esm/components/layout/list/Item.styled.d.ts +337 -0
- package/esm/components/layout/list/Item.styled.d.ts.map +1 -0
- package/esm/components/layout/list/Item.styled.js +49 -0
- package/esm/components/layout/list/Item.styled.js.map +1 -0
- package/esm/components/layout/list/Label.d.ts +58 -58
- package/esm/components/layout/list/List.d.ts +58 -58
- package/esm/components/layout/list/Value.d.ts +58 -58
- package/esm/components/layout/section/Section.d.ts +58 -58
- package/esm/components/layout/section/SectionContainer.d.ts +58 -58
- package/esm/components/layout/table/Table.styled.d.ts +58 -58
- package/esm/components/native/index.d.ts +58 -58
- package/esm/components/ui/action/Action.styled.d.ts +232 -232
- package/esm/components/ui/button/Button.styled.d.ts +58 -58
- package/esm/components/ui/line/Line.d.ts +58 -58
- package/esm/components/ui/message/Message.styled.d.ts +58 -58
- package/esm/components/ui/modal/Modal.styled.d.ts +232 -232
- package/esm/components/ui/modal/ModalButtons.styled.d.ts +116 -116
- package/esm/components/ui/pop/Pop.styled.d.ts +348 -348
- package/esm/components/ui/progress/Progress.styled.d.ts +174 -174
- package/esm/components/ui/tabs/Selector.d.ts.map +1 -1
- package/esm/components/ui/toaster/Toaster.styled.d.ts +58 -58
- package/esm/components/ui/toolButton/ToolButton.styled.d.ts +58 -58
- package/esm/theme.d.ts +406 -406
- package/esm/theme.d.ts.map +1 -1
- package/esm/utils/makeVariants.d.ts.map +1 -1
- package/esm/utils/toObjectValue.d.ts.map +1 -1
- package/esm/utils/useKeyPress.d.ts.map +1 -1
- package/package.json +3 -3
- package/pnpm-lock.yaml +7530 -6066
- package/src/components/layout/list/Item.stories.tsx +72 -5
- package/src/components/layout/list/Item.styled.ts +61 -0
- package/src/components/layout/list/Item.tsx +41 -79
package/docs/classes/Pop.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Pop | react-miui - v0.27.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Pop | react-miui - v0.27.9</title><meta name="description" content="Documentation for react-miui - v0.27.9"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.9</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.9</a></li>
|
|
16
16
|
<li><a href="Pop.html">Pop</a></li></ul>
|
|
17
17
|
<h1>Class Pop</h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-comment">
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
<ul class="tsd-hierarchy">
|
|
27
27
|
<li><span class="target">Pop</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
28
28
|
<ul>
|
|
29
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
29
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/pop/Pop.tsx#L58">src/components/ui/pop/Pop.tsx:58</a></li></ul></aside>
|
|
30
30
|
<section class="tsd-panel-group tsd-index-group">
|
|
31
31
|
<section class="tsd-panel tsd-index-panel">
|
|
32
32
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
<h4 class="tsd-returns-title">Returns <a href="Pop.html" class="tsd-signature-type" data-tsd-kind="Class">Pop</a></h4><aside class="tsd-sources">
|
|
84
84
|
<p>Overrides Component<Props, State>.constructor</p>
|
|
85
85
|
<ul>
|
|
86
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
86
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/pop/Pop.tsx#L59">src/components/ui/pop/Pop.tsx:59</a></li></ul></aside></li></ul></section></section>
|
|
87
87
|
<section class="tsd-panel-group tsd-member-group">
|
|
88
88
|
<h2>Properties</h2>
|
|
89
89
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="context" class="tsd-anchor"></a>
|
|
@@ -100,13 +100,13 @@ Should be used with type annotation or static contextType.</p>
|
|
|
100
100
|
</div><aside class="tsd-sources">
|
|
101
101
|
<p>Inherited from Component.context</p>
|
|
102
102
|
<ul>
|
|
103
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
103
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1013</li></ul></aside></section>
|
|
104
104
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="props" class="tsd-anchor"></a>
|
|
105
105
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>props</span><a href="#props" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
106
106
|
<div class="tsd-signature">props<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
107
107
|
<p>Inherited from Component.props</p>
|
|
108
108
|
<ul>
|
|
109
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
109
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1033</li></ul></aside></section>
|
|
110
110
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="refs" class="tsd-anchor"></a>
|
|
111
111
|
<h3 class="tsd-anchor-link"><span class="deprecated">refs</span><a href="#refs" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
112
112
|
<div class="tsd-signature">refs<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ReactInstance</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
@@ -121,23 +121,23 @@ Should be used with type annotation or static contextType.</p>
|
|
|
121
121
|
<h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">ReactInstance</span></h5></li></ul></div><aside class="tsd-sources">
|
|
122
122
|
<p>Inherited from Component.refs</p>
|
|
123
123
|
<ul>
|
|
124
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
124
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1040</li></ul></aside></section>
|
|
125
125
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="rootRef" class="tsd-anchor"></a>
|
|
126
126
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>root<wbr/>Ref</span><a href="#rootRef" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
127
127
|
<div class="tsd-signature">root<wbr/>Ref<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RefObject</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLDivElement</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
128
128
|
<ul>
|
|
129
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
129
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/pop/Pop.tsx#L79">src/components/ui/pop/Pop.tsx:79</a></li></ul></aside></section>
|
|
130
130
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="state" class="tsd-anchor"></a>
|
|
131
131
|
<h3 class="tsd-anchor-link"><span>state</span><a href="#state" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
132
132
|
<div class="tsd-signature">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">State</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
133
133
|
<p>Inherited from Component.state</p>
|
|
134
134
|
<ul>
|
|
135
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
135
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1034</li></ul></aside></section>
|
|
136
136
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="Option" class="tsd-anchor"></a>
|
|
137
137
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>Option</span><a href="#Option" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
138
138
|
<div class="tsd-signature">Option<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = PopOption</span></div><aside class="tsd-sources">
|
|
139
139
|
<ul>
|
|
140
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
140
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/pop/Pop.tsx#L77">src/components/ui/pop/Pop.tsx:77</a></li></ul></aside></section>
|
|
141
141
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="contextType" class="tsd-anchor"></a>
|
|
142
142
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagOptional">Optional</code> <span>context<wbr/>Type</span><a href="#contextType" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
143
143
|
<div class="tsd-signature">context<wbr/>Type<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Context</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></div>
|
|
@@ -150,7 +150,7 @@ Should be used with type annotation or static contextType.</p>
|
|
|
150
150
|
</div><aside class="tsd-sources">
|
|
151
151
|
<p>Inherited from Component.contextType</p>
|
|
152
152
|
<ul>
|
|
153
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
153
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:995</li></ul></aside></section></section>
|
|
154
154
|
<section class="tsd-panel-group tsd-member-group">
|
|
155
155
|
<h2>Methods</h2>
|
|
156
156
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="UNSAFE_componentWillMount" class="tsd-anchor"></a>
|
|
@@ -175,7 +175,7 @@ this from being invoked.</p>
|
|
|
175
175
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
176
176
|
<p>Inherited from Component.UNSAFE_componentWillMount</p>
|
|
177
177
|
<ul>
|
|
178
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
178
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1470</li></ul></aside></li></ul></section>
|
|
179
179
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="UNSAFE_componentWillReceiveProps" class="tsd-anchor"></a>
|
|
180
180
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Receive<wbr/>Props</span><a href="#UNSAFE_componentWillReceiveProps" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
181
181
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -207,7 +207,7 @@ this from being invoked.</p>
|
|
|
207
207
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
208
208
|
<p>Inherited from Component.UNSAFE_componentWillReceiveProps</p>
|
|
209
209
|
<ul>
|
|
210
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
210
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1504</li></ul></aside></li></ul></section>
|
|
211
211
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="UNSAFE_componentWillUpdate" class="tsd-anchor"></a>
|
|
212
212
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Update</span><a href="#UNSAFE_componentWillUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
213
213
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -239,7 +239,7 @@ this from being invoked.</p>
|
|
|
239
239
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
240
240
|
<p>Inherited from Component.UNSAFE_componentWillUpdate</p>
|
|
241
241
|
<ul>
|
|
242
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
242
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1534</li></ul></aside></li></ul></section>
|
|
243
243
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentDidCatch" class="tsd-anchor"></a>
|
|
244
244
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Did<wbr/>Catch</span><a href="#componentDidCatch" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
245
245
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -258,7 +258,7 @@ the entire component tree to unmount.</p>
|
|
|
258
258
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
259
259
|
<p>Inherited from Component.componentDidCatch</p>
|
|
260
260
|
<ul>
|
|
261
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
261
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1397</li></ul></aside></li></ul></section>
|
|
262
262
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentDidMount" class="tsd-anchor"></a>
|
|
263
263
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Did<wbr/>Mount</span><a href="#componentDidMount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
264
264
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -269,7 +269,7 @@ the entire component tree to unmount.</p>
|
|
|
269
269
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
270
270
|
<p>Inherited from Component.componentDidMount</p>
|
|
271
271
|
<ul>
|
|
272
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
272
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1376</li></ul></aside></li></ul></section>
|
|
273
273
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="componentDidUpdate" class="tsd-anchor"></a>
|
|
274
274
|
<h3 class="tsd-anchor-link"><span>component<wbr/>Did<wbr/>Update</span><a href="#componentDidUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
275
275
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -283,7 +283,7 @@ the entire component tree to unmount.</p>
|
|
|
283
283
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
284
284
|
<p>Overrides Component.componentDidUpdate</p>
|
|
285
285
|
<ul>
|
|
286
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
286
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/pop/Pop.tsx#L71">src/components/ui/pop/Pop.tsx:71</a></li></ul></aside></li></ul></section>
|
|
287
287
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillMount" class="tsd-anchor"></a>
|
|
288
288
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Mount</span><a href="#componentWillMount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
289
289
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -305,7 +305,7 @@ this from being invoked.</p>
|
|
|
305
305
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
306
306
|
<p>Inherited from Component.componentWillMount</p>
|
|
307
307
|
<ul>
|
|
308
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
308
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1455</li></ul></aside></li></ul></section>
|
|
309
309
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillReceiveProps" class="tsd-anchor"></a>
|
|
310
310
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Receive<wbr/>Props</span><a href="#componentWillReceiveProps" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
311
311
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -336,7 +336,7 @@ this from being invoked.</p>
|
|
|
336
336
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
337
337
|
<p>Inherited from Component.componentWillReceiveProps</p>
|
|
338
338
|
<ul>
|
|
339
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
339
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1486</li></ul></aside></li></ul></section>
|
|
340
340
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillUnmount" class="tsd-anchor"></a>
|
|
341
341
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Unmount</span><a href="#componentWillUnmount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
342
342
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -348,7 +348,7 @@ cancelled network requests, or cleaning up any DOM elements created in <code>com
|
|
|
348
348
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
349
349
|
<p>Inherited from Component.componentWillUnmount</p>
|
|
350
350
|
<ul>
|
|
351
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
351
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1392</li></ul></aside></li></ul></section>
|
|
352
352
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillUpdate" class="tsd-anchor"></a>
|
|
353
353
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Update</span><a href="#componentWillUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
354
354
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -379,7 +379,7 @@ this from being invoked.</p>
|
|
|
379
379
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
380
380
|
<p>Inherited from Component.componentWillUpdate</p>
|
|
381
381
|
<ul>
|
|
382
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
382
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1518</li></ul></aside></li></ul></section>
|
|
383
383
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="forceUpdate" class="tsd-anchor"></a>
|
|
384
384
|
<h3 class="tsd-anchor-link"><span>force<wbr/>Update</span><a href="#forceUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
385
385
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -399,7 +399,7 @@ this from being invoked.</p>
|
|
|
399
399
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
400
400
|
<p>Inherited from Component.forceUpdate</p>
|
|
401
401
|
<ul>
|
|
402
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
402
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1030</li></ul></aside></li></ul></section>
|
|
403
403
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="getAnchorElement" class="tsd-anchor"></a>
|
|
404
404
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>get<wbr/>Anchor<wbr/>Element</span><a href="#getAnchorElement" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
405
405
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
@@ -407,7 +407,7 @@ this from being invoked.</p>
|
|
|
407
407
|
<li class="tsd-description">
|
|
408
408
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
|
|
409
409
|
<ul>
|
|
410
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
410
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/pop/Pop.tsx#L81">src/components/ui/pop/Pop.tsx:81</a></li></ul></aside></li></ul></section>
|
|
411
411
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="getSnapshotBeforeUpdate" class="tsd-anchor"></a>
|
|
412
412
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>get<wbr/>Snapshot<wbr/>Before<wbr/>Update</span><a href="#getSnapshotBeforeUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
413
413
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -429,7 +429,7 @@ lifecycle events from running.</p>
|
|
|
429
429
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
430
430
|
<p>Inherited from Component.getSnapshotBeforeUpdate</p>
|
|
431
431
|
<ul>
|
|
432
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
432
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1433</li></ul></aside></li></ul></section>
|
|
433
433
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="handleEsc" class="tsd-anchor"></a>
|
|
434
434
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>handle<wbr/>Esc</span><a href="#handleEsc" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
435
435
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
@@ -437,7 +437,7 @@ lifecycle events from running.</p>
|
|
|
437
437
|
<li class="tsd-description">
|
|
438
438
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
439
439
|
<ul>
|
|
440
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
440
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/pop/Pop.tsx#L127">src/components/ui/pop/Pop.tsx:127</a></li></ul></aside></li></ul></section>
|
|
441
441
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="handleOverlayClick" class="tsd-anchor"></a>
|
|
442
442
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>handle<wbr/>Overlay<wbr/>Click</span><a href="#handleOverlayClick" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
443
443
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
@@ -450,7 +450,7 @@ lifecycle events from running.</p>
|
|
|
450
450
|
<h5>e: <span class="tsd-signature-type">MouseEvent</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Element</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">MouseEvent</span><span class="tsd-signature-symbol">></span></h5></li></ul></div>
|
|
451
451
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
452
452
|
<ul>
|
|
453
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
453
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/pop/Pop.tsx#L121">src/components/ui/pop/Pop.tsx:121</a></li></ul></aside></li></ul></section>
|
|
454
454
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onOpen" class="tsd-anchor"></a>
|
|
455
455
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>on<wbr/>Open</span><a href="#onOpen" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
456
456
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
@@ -458,7 +458,7 @@ lifecycle events from running.</p>
|
|
|
458
458
|
<li class="tsd-description">
|
|
459
459
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
460
460
|
<ul>
|
|
461
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
461
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/pop/Pop.tsx#L98">src/components/ui/pop/Pop.tsx:98</a></li></ul></aside></li></ul></section>
|
|
462
462
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="render" class="tsd-anchor"></a>
|
|
463
463
|
<h3 class="tsd-anchor-link"><span>render</span><a href="#render" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
464
464
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -467,7 +467,7 @@ lifecycle events from running.</p>
|
|
|
467
467
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
|
|
468
468
|
<p>Overrides Component.render</p>
|
|
469
469
|
<ul>
|
|
470
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
470
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/pop/Pop.tsx#L131">src/components/ui/pop/Pop.tsx:131</a></li></ul></aside></li></ul></section>
|
|
471
471
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="setState" class="tsd-anchor"></a>
|
|
472
472
|
<h3 class="tsd-anchor-link"><span>set<wbr/>State</span><a href="#setState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
473
473
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -494,7 +494,7 @@ lifecycle events from running.</p>
|
|
|
494
494
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
495
495
|
<p>Inherited from Component.setState</p>
|
|
496
496
|
<ul>
|
|
497
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
497
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1025</li></ul></aside></li></ul></section>
|
|
498
498
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="shouldComponentUpdate" class="tsd-anchor"></a>
|
|
499
499
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>should<wbr/>Component<wbr/>Update</span><a href="#shouldComponentUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
500
500
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -519,7 +519,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
|
|
|
519
519
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
520
520
|
<p>Inherited from Component.shouldComponentUpdate</p>
|
|
521
521
|
<ul>
|
|
522
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.
|
|
522
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1387</li></ul></aside></li></ul></section></section></div>
|
|
523
523
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
524
524
|
<div class="tsd-navigation settings">
|
|
525
525
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -539,7 +539,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
|
|
|
539
539
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
540
540
|
<div class="tsd-accordion-details">
|
|
541
541
|
<ul>
|
|
542
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.
|
|
542
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.9</a>
|
|
543
543
|
<ul>
|
|
544
544
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
545
545
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|