react-miui 0.9.4 → 0.11.0
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 +21 -0
- package/assets/checkmark.svg +1 -4
- package/assets/config.svg +1 -0
- package/assets/heart.svg +1 -0
- package/assets/sources/checkmark.fla +0 -0
- package/assets/sources/config.fla +0 -0
- package/assets/sources/heart.fla +0 -0
- package/assets/sources/trash.fla +0 -0
- package/assets/trash.svg +1 -0
- package/dist/components/form/Checkbox.d.ts +3 -3
- package/dist/components/form/Checkbox.d.ts.map +1 -1
- package/dist/components/icons/Back.js +1 -1
- package/dist/components/icons/Back.js.map +1 -1
- package/dist/components/icons/Battery.d.ts.map +1 -1
- package/dist/components/icons/Battery.js +1 -1
- package/dist/components/icons/Battery.js.map +1 -1
- package/dist/components/icons/Checkmark.d.ts.map +1 -1
- package/dist/components/icons/Checkmark.js +2 -2
- package/dist/components/icons/Checkmark.js.map +1 -1
- package/dist/components/icons/Config.d.ts +7 -0
- package/dist/components/icons/Config.d.ts.map +1 -0
- package/dist/components/icons/Config.js +13 -0
- package/dist/components/icons/Config.js.map +1 -0
- package/dist/components/icons/Forward.js +1 -1
- package/dist/components/icons/Forward.js.map +1 -1
- package/dist/components/icons/Heart.d.ts +7 -0
- package/dist/components/icons/Heart.d.ts.map +1 -0
- package/dist/components/icons/Heart.js +13 -0
- package/dist/components/icons/Heart.js.map +1 -0
- package/dist/components/icons/Icon.d.ts +4 -1
- package/dist/components/icons/Icon.d.ts.map +1 -1
- package/dist/components/icons/Icon.js +9 -0
- package/dist/components/icons/Icon.js.map +1 -1
- package/dist/components/icons/Search.js +1 -1
- package/dist/components/icons/Search.js.map +1 -1
- package/dist/components/icons/Trash.d.ts +7 -0
- package/dist/components/icons/Trash.d.ts.map +1 -0
- package/dist/components/icons/Trash.js +13 -0
- package/dist/components/icons/Trash.js.map +1 -0
- package/dist/components/ui/message/Message.d.ts +8 -0
- package/dist/components/ui/message/Message.d.ts.map +1 -0
- package/dist/components/ui/message/Message.js +20 -0
- package/dist/components/ui/message/Message.js.map +1 -0
- package/dist/components/ui/message/Message.module.scss +31 -0
- package/dist/components/ui/pop/HandleEsc.d.ts +7 -0
- package/dist/components/ui/pop/HandleEsc.d.ts.map +1 -0
- package/dist/components/ui/pop/HandleEsc.js +16 -0
- package/dist/components/ui/pop/HandleEsc.js.map +1 -0
- package/dist/components/ui/pop/OnButtonClick.d.ts +7 -0
- package/dist/components/ui/pop/OnButtonClick.d.ts.map +1 -0
- package/dist/components/ui/pop/OnButtonClick.js +44 -0
- package/dist/components/ui/pop/OnButtonClick.js.map +1 -0
- package/dist/components/ui/pop/Pop.d.ts +26 -0
- package/dist/components/ui/pop/Pop.d.ts.map +1 -0
- package/dist/components/ui/pop/Pop.js +130 -0
- package/dist/components/ui/pop/Pop.js.map +1 -0
- package/dist/components/ui/pop/Pop.module.scss +58 -0
- package/dist/components/ui/pop/PopOption.d.ts +10 -0
- package/dist/components/ui/pop/PopOption.d.ts.map +1 -0
- package/dist/components/ui/pop/PopOption.js +21 -0
- package/dist/components/ui/pop/PopOption.js.map +1 -0
- package/dist/global.scss +10 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/utils/useKeyPress.d.ts +3 -0
- package/dist/utils/useKeyPress.d.ts.map +1 -0
- package/dist/utils/useKeyPress.js +28 -0
- package/dist/utils/useKeyPress.js.map +1 -0
- package/docs/assets/js/search.js +1 -1
- package/docs/assets/js/search.json +1 -1
- package/docs/classes/Pop.html +1134 -0
- package/docs/classes/ToasterProvider.html +18 -8
- package/docs/enums/ICON.html +60 -8
- package/docs/index.html +14 -4
- package/docs/modules/Item.html +7 -3
- package/docs/modules/List.html +7 -3
- package/docs/modules/Modal.html +7 -3
- package/docs/modules/ModalButtons.html +7 -3
- package/docs/modules/Section.html +7 -3
- package/docs/modules/StickyHeader.html +8 -4
- package/docs/modules.html +49 -27
- package/docs/pages/Tutorials/Test.html +7 -3
- package/esm/components/form/Checkbox.d.ts +3 -3
- package/esm/components/form/Checkbox.d.ts.map +1 -1
- package/esm/components/icons/Back.js +1 -1
- package/esm/components/icons/Back.js.map +1 -1
- package/esm/components/icons/Battery.d.ts.map +1 -1
- package/esm/components/icons/Battery.js +1 -1
- package/esm/components/icons/Battery.js.map +1 -1
- package/esm/components/icons/Checkmark.d.ts.map +1 -1
- package/esm/components/icons/Checkmark.js +2 -2
- package/esm/components/icons/Checkmark.js.map +1 -1
- package/esm/components/icons/Config.d.ts +7 -0
- package/esm/components/icons/Config.d.ts.map +1 -0
- package/esm/components/icons/Config.js +7 -0
- package/esm/components/icons/Config.js.map +1 -0
- package/esm/components/icons/Forward.js +1 -1
- package/esm/components/icons/Forward.js.map +1 -1
- package/esm/components/icons/Heart.d.ts +7 -0
- package/esm/components/icons/Heart.d.ts.map +1 -0
- package/esm/components/icons/Heart.js +7 -0
- package/esm/components/icons/Heart.js.map +1 -0
- package/esm/components/icons/Icon.d.ts +4 -1
- package/esm/components/icons/Icon.d.ts.map +1 -1
- package/esm/components/icons/Icon.js +9 -0
- package/esm/components/icons/Icon.js.map +1 -1
- package/esm/components/icons/Search.js +1 -1
- package/esm/components/icons/Search.js.map +1 -1
- package/esm/components/icons/Trash.d.ts +7 -0
- package/esm/components/icons/Trash.d.ts.map +1 -0
- package/esm/components/icons/Trash.js +7 -0
- package/esm/components/icons/Trash.js.map +1 -0
- package/esm/components/ui/message/Message.d.ts +8 -0
- package/esm/components/ui/message/Message.d.ts.map +1 -0
- package/esm/components/ui/message/Message.js +14 -0
- package/esm/components/ui/message/Message.js.map +1 -0
- package/esm/components/ui/message/Message.module.scss +31 -0
- package/esm/components/ui/pop/HandleEsc.d.ts +7 -0
- package/esm/components/ui/pop/HandleEsc.d.ts.map +1 -0
- package/esm/components/ui/pop/HandleEsc.js +13 -0
- package/esm/components/ui/pop/HandleEsc.js.map +1 -0
- package/esm/components/ui/pop/OnButtonClick.d.ts +7 -0
- package/esm/components/ui/pop/OnButtonClick.d.ts.map +1 -0
- package/esm/components/ui/pop/OnButtonClick.js +22 -0
- package/esm/components/ui/pop/OnButtonClick.js.map +1 -0
- package/esm/components/ui/pop/Pop.d.ts +26 -0
- package/esm/components/ui/pop/Pop.d.ts.map +1 -0
- package/esm/components/ui/pop/Pop.js +105 -0
- package/esm/components/ui/pop/Pop.js.map +1 -0
- package/esm/components/ui/pop/Pop.module.scss +58 -0
- package/esm/components/ui/pop/PopOption.d.ts +10 -0
- package/esm/components/ui/pop/PopOption.d.ts.map +1 -0
- package/esm/components/ui/pop/PopOption.js +15 -0
- package/esm/components/ui/pop/PopOption.js.map +1 -0
- package/esm/global.scss +10 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -0
- package/esm/index.js.map +1 -1
- package/esm/utils/useKeyPress.d.ts +3 -0
- package/esm/utils/useKeyPress.d.ts.map +1 -0
- package/esm/utils/useKeyPress.js +25 -0
- package/esm/utils/useKeyPress.js.map +1 -0
- package/next-env.d.ts +0 -1
- package/package.json +2 -2
- package/src/components/form/Checkbox.tsx +3 -3
- package/src/components/icons/Back.tsx +1 -1
- package/src/components/icons/Battery.tsx +3 -2
- package/src/components/icons/Checkmark.tsx +3 -6
- package/src/components/icons/Config.tsx +21 -0
- package/src/components/icons/Forward.tsx +1 -1
- package/src/components/icons/Heart.tsx +21 -0
- package/src/components/icons/Icon.tsx +9 -0
- package/src/components/icons/Search.tsx +1 -1
- package/src/components/icons/Trash.tsx +21 -0
- package/src/components/ui/message/Message.module.scss +31 -0
- package/src/components/ui/message/Message.tsx +21 -0
- package/src/components/ui/pop/HandleEsc.tsx +21 -0
- package/src/components/ui/pop/OnButtonClick.tsx +31 -0
- package/src/components/ui/pop/Pop.module.scss +58 -0
- package/src/components/ui/pop/Pop.tsx +153 -0
- package/src/components/ui/pop/PopOption.tsx +24 -0
- package/src/demo/components/ui/message/Message.tsx +27 -0
- package/src/demo/components/ui/pop/Pop.tsx +80 -0
- package/src/demo/componentsMap.ts +10 -0
- package/src/global.scss +10 -0
- package/src/index.ts +2 -0
- package/src/utils/useKeyPress.ts +32 -0
- package/ATTRIBUTION.md +0 -10
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ToasterProvider | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>ToasterProvider | react-miui - v0.11.0</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.11.0">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.11.0</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<aside class="tsd-sources">
|
|
140
140
|
<p>Overrides React.Component<Props, State>.constructor</p>
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
142
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/ui/toaster/Toaster.tsx#L24">src/components/ui/toaster/Toaster.tsx:24</a></li>
|
|
143
143
|
</ul>
|
|
144
144
|
</aside>
|
|
145
145
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
<li class="tsd-description">
|
|
419
419
|
<aside class="tsd-sources">
|
|
420
420
|
<ul>
|
|
421
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
421
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/ui/toaster/Toaster.tsx#L32">src/components/ui/toaster/Toaster.tsx:32</a></li>
|
|
422
422
|
</ul>
|
|
423
423
|
</aside>
|
|
424
424
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
<li class="tsd-description">
|
|
442
442
|
<aside class="tsd-sources">
|
|
443
443
|
<ul>
|
|
444
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
444
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/ui/toaster/Toaster.tsx#L63">src/components/ui/toaster/Toaster.tsx:63</a></li>
|
|
445
445
|
</ul>
|
|
446
446
|
</aside>
|
|
447
447
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
<li class="tsd-description">
|
|
465
465
|
<aside class="tsd-sources">
|
|
466
466
|
<ul>
|
|
467
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
467
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/ui/toaster/Toaster.tsx#L70">src/components/ui/toaster/Toaster.tsx:70</a></li>
|
|
468
468
|
</ul>
|
|
469
469
|
</aside>
|
|
470
470
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
<aside class="tsd-sources">
|
|
805
805
|
<p>Overrides React.Component.render</p>
|
|
806
806
|
<ul>
|
|
807
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
807
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/ui/toaster/Toaster.tsx#L85">src/components/ui/toaster/Toaster.tsx:85</a></li>
|
|
808
808
|
</ul>
|
|
809
809
|
</aside>
|
|
810
810
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4>
|
|
@@ -917,6 +917,9 @@
|
|
|
917
917
|
<li class=" tsd-kind-enum">
|
|
918
918
|
<a href="../enums/ICON.html" class="tsd-kind-icon">ICON</a>
|
|
919
919
|
</li>
|
|
920
|
+
<li class=" tsd-kind-class">
|
|
921
|
+
<a href="Pop.html" class="tsd-kind-icon">Pop</a>
|
|
922
|
+
</li>
|
|
920
923
|
</ul>
|
|
921
924
|
<ul class="current">
|
|
922
925
|
<li class="current tsd-kind-class">
|
|
@@ -1040,6 +1043,9 @@
|
|
|
1040
1043
|
<li class=" tsd-kind-variable">
|
|
1041
1044
|
<a href="../modules.html#List" class="tsd-kind-icon">List</a>
|
|
1042
1045
|
</li>
|
|
1046
|
+
<li class=" tsd-kind-variable">
|
|
1047
|
+
<a href="../modules.html#Message" class="tsd-kind-icon">Message</a>
|
|
1048
|
+
</li>
|
|
1043
1049
|
<li class=" tsd-kind-variable">
|
|
1044
1050
|
<a href="../modules.html#Modal" class="tsd-kind-icon">Modal</a>
|
|
1045
1051
|
</li>
|
|
@@ -1081,8 +1087,12 @@
|
|
|
1081
1087
|
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
1082
1088
|
</ul>
|
|
1083
1089
|
<ul class="tsd-legend">
|
|
1090
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
1084
1091
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
1085
1092
|
</ul>
|
|
1093
|
+
<ul class="tsd-legend">
|
|
1094
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
1095
|
+
</ul>
|
|
1086
1096
|
</div>
|
|
1087
1097
|
</div>
|
|
1088
1098
|
</footer>
|
package/docs/enums/ICON.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ICON | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>ICON | react-miui - v0.11.0</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.11.0">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.11.0</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -77,8 +77,11 @@
|
|
|
77
77
|
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#back" class="tsd-kind-icon">back</a></li>
|
|
78
78
|
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#battery" class="tsd-kind-icon">battery</a></li>
|
|
79
79
|
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#checkmark" class="tsd-kind-icon">checkmark</a></li>
|
|
80
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#config" class="tsd-kind-icon">config</a></li>
|
|
80
81
|
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#forward" class="tsd-kind-icon">forward</a></li>
|
|
82
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#heart" class="tsd-kind-icon">heart</a></li>
|
|
81
83
|
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#search" class="tsd-kind-icon">search</a></li>
|
|
84
|
+
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#trash" class="tsd-kind-icon">trash</a></li>
|
|
82
85
|
</ul>
|
|
83
86
|
</section>
|
|
84
87
|
</div>
|
|
@@ -92,7 +95,7 @@
|
|
|
92
95
|
<div class="tsd-signature tsd-kind-icon">back<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "back"</span></div>
|
|
93
96
|
<aside class="tsd-sources">
|
|
94
97
|
<ul>
|
|
95
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
98
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li>
|
|
96
99
|
</ul>
|
|
97
100
|
</aside>
|
|
98
101
|
</section>
|
|
@@ -102,7 +105,7 @@
|
|
|
102
105
|
<div class="tsd-signature tsd-kind-icon">battery<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "battery"</span></div>
|
|
103
106
|
<aside class="tsd-sources">
|
|
104
107
|
<ul>
|
|
105
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
108
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L18">src/components/icons/Icon.tsx:18</a></li>
|
|
106
109
|
</ul>
|
|
107
110
|
</aside>
|
|
108
111
|
</section>
|
|
@@ -112,7 +115,17 @@
|
|
|
112
115
|
<div class="tsd-signature tsd-kind-icon">checkmark<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "checkmark"</span></div>
|
|
113
116
|
<aside class="tsd-sources">
|
|
114
117
|
<ul>
|
|
115
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
118
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L14">src/components/icons/Icon.tsx:14</a></li>
|
|
119
|
+
</ul>
|
|
120
|
+
</aside>
|
|
121
|
+
</section>
|
|
122
|
+
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
|
123
|
+
<a name="config" class="tsd-anchor"></a>
|
|
124
|
+
<h3>config</h3>
|
|
125
|
+
<div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "config"</span></div>
|
|
126
|
+
<aside class="tsd-sources">
|
|
127
|
+
<ul>
|
|
128
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L21">src/components/icons/Icon.tsx:21</a></li>
|
|
116
129
|
</ul>
|
|
117
130
|
</aside>
|
|
118
131
|
</section>
|
|
@@ -122,7 +135,17 @@
|
|
|
122
135
|
<div class="tsd-signature tsd-kind-icon">forward<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "forward"</span></div>
|
|
123
136
|
<aside class="tsd-sources">
|
|
124
137
|
<ul>
|
|
125
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
138
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L16">src/components/icons/Icon.tsx:16</a></li>
|
|
139
|
+
</ul>
|
|
140
|
+
</aside>
|
|
141
|
+
</section>
|
|
142
|
+
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
|
143
|
+
<a name="heart" class="tsd-anchor"></a>
|
|
144
|
+
<h3>heart</h3>
|
|
145
|
+
<div class="tsd-signature tsd-kind-icon">heart<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "heart"</span></div>
|
|
146
|
+
<aside class="tsd-sources">
|
|
147
|
+
<ul>
|
|
148
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L19">src/components/icons/Icon.tsx:19</a></li>
|
|
126
149
|
</ul>
|
|
127
150
|
</aside>
|
|
128
151
|
</section>
|
|
@@ -132,7 +155,17 @@
|
|
|
132
155
|
<div class="tsd-signature tsd-kind-icon">search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "search"</span></div>
|
|
133
156
|
<aside class="tsd-sources">
|
|
134
157
|
<ul>
|
|
135
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
158
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L17">src/components/icons/Icon.tsx:17</a></li>
|
|
159
|
+
</ul>
|
|
160
|
+
</aside>
|
|
161
|
+
</section>
|
|
162
|
+
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
|
|
163
|
+
<a name="trash" class="tsd-anchor"></a>
|
|
164
|
+
<h3>trash</h3>
|
|
165
|
+
<div class="tsd-signature tsd-kind-icon">trash<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "trash"</span></div>
|
|
166
|
+
<aside class="tsd-sources">
|
|
167
|
+
<ul>
|
|
168
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L20">src/components/icons/Icon.tsx:20</a></li>
|
|
136
169
|
</ul>
|
|
137
170
|
</aside>
|
|
138
171
|
</section>
|
|
@@ -168,16 +201,28 @@
|
|
|
168
201
|
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
169
202
|
<a href="ICON.html#checkmark" class="tsd-kind-icon">checkmark</a>
|
|
170
203
|
</li>
|
|
204
|
+
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
205
|
+
<a href="ICON.html#config" class="tsd-kind-icon">config</a>
|
|
206
|
+
</li>
|
|
171
207
|
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
172
208
|
<a href="ICON.html#forward" class="tsd-kind-icon">forward</a>
|
|
173
209
|
</li>
|
|
210
|
+
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
211
|
+
<a href="ICON.html#heart" class="tsd-kind-icon">heart</a>
|
|
212
|
+
</li>
|
|
174
213
|
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
175
214
|
<a href="ICON.html#search" class="tsd-kind-icon">search</a>
|
|
176
215
|
</li>
|
|
216
|
+
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
|
|
217
|
+
<a href="ICON.html#trash" class="tsd-kind-icon">trash</a>
|
|
218
|
+
</li>
|
|
177
219
|
</ul>
|
|
178
220
|
</li>
|
|
179
221
|
</ul>
|
|
180
222
|
<ul class="after-current">
|
|
223
|
+
<li class=" tsd-kind-class">
|
|
224
|
+
<a href="../classes/Pop.html" class="tsd-kind-icon">Pop</a>
|
|
225
|
+
</li>
|
|
181
226
|
<li class=" tsd-kind-class">
|
|
182
227
|
<a href="../classes/ToasterProvider.html" class="tsd-kind-icon">Toaster<wbr>Provider</a>
|
|
183
228
|
</li>
|
|
@@ -223,6 +268,9 @@
|
|
|
223
268
|
<li class=" tsd-kind-variable">
|
|
224
269
|
<a href="../modules.html#List" class="tsd-kind-icon">List</a>
|
|
225
270
|
</li>
|
|
271
|
+
<li class=" tsd-kind-variable">
|
|
272
|
+
<a href="../modules.html#Message" class="tsd-kind-icon">Message</a>
|
|
273
|
+
</li>
|
|
226
274
|
<li class=" tsd-kind-variable">
|
|
227
275
|
<a href="../modules.html#Modal" class="tsd-kind-icon">Modal</a>
|
|
228
276
|
</li>
|
|
@@ -264,8 +312,12 @@
|
|
|
264
312
|
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
265
313
|
</ul>
|
|
266
314
|
<ul class="tsd-legend">
|
|
315
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
267
316
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
268
317
|
</ul>
|
|
318
|
+
<ul class="tsd-legend">
|
|
319
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
320
|
+
</ul>
|
|
269
321
|
</div>
|
|
270
322
|
</div>
|
|
271
323
|
</footer>
|
package/docs/index.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>react-miui - v0.11.0</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.11.0">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="index.html" class="title">react-miui - v0.11.0</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<a href="modules.html">Globals</a>
|
|
58
58
|
</li>
|
|
59
59
|
</ul>
|
|
60
|
-
<h1>Project react-miui - v0.
|
|
60
|
+
<h1>Project react-miui - v0.11.0</h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
|
@@ -120,6 +120,9 @@
|
|
|
120
120
|
<li class=" tsd-kind-enum">
|
|
121
121
|
<a href="enums/ICON.html" class="tsd-kind-icon">ICON</a>
|
|
122
122
|
</li>
|
|
123
|
+
<li class=" tsd-kind-class">
|
|
124
|
+
<a href="classes/Pop.html" class="tsd-kind-icon">Pop</a>
|
|
125
|
+
</li>
|
|
123
126
|
<li class=" tsd-kind-class">
|
|
124
127
|
<a href="classes/ToasterProvider.html" class="tsd-kind-icon">Toaster<wbr>Provider</a>
|
|
125
128
|
</li>
|
|
@@ -165,6 +168,9 @@
|
|
|
165
168
|
<li class=" tsd-kind-variable">
|
|
166
169
|
<a href="modules.html#List" class="tsd-kind-icon">List</a>
|
|
167
170
|
</li>
|
|
171
|
+
<li class=" tsd-kind-variable">
|
|
172
|
+
<a href="modules.html#Message" class="tsd-kind-icon">Message</a>
|
|
173
|
+
</li>
|
|
168
174
|
<li class=" tsd-kind-variable">
|
|
169
175
|
<a href="modules.html#Modal" class="tsd-kind-icon">Modal</a>
|
|
170
176
|
</li>
|
|
@@ -206,8 +212,12 @@
|
|
|
206
212
|
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
207
213
|
</ul>
|
|
208
214
|
<ul class="tsd-legend">
|
|
215
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
209
216
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
210
217
|
</ul>
|
|
218
|
+
<ul class="tsd-legend">
|
|
219
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
220
|
+
</ul>
|
|
211
221
|
</div>
|
|
212
222
|
</div>
|
|
213
223
|
</footer>
|
package/docs/modules/Item.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Item | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>Item | react-miui - v0.11.0</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.11.0">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.11.0</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -156,8 +156,12 @@
|
|
|
156
156
|
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
157
157
|
</ul>
|
|
158
158
|
<ul class="tsd-legend">
|
|
159
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
159
160
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
160
161
|
</ul>
|
|
162
|
+
<ul class="tsd-legend">
|
|
163
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
164
|
+
</ul>
|
|
161
165
|
</div>
|
|
162
166
|
</div>
|
|
163
167
|
</footer>
|
package/docs/modules/List.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>List | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>List | react-miui - v0.11.0</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.11.0">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.11.0</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -145,8 +145,12 @@
|
|
|
145
145
|
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
146
146
|
</ul>
|
|
147
147
|
<ul class="tsd-legend">
|
|
148
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
148
149
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
149
150
|
</ul>
|
|
151
|
+
<ul class="tsd-legend">
|
|
152
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
153
|
+
</ul>
|
|
150
154
|
</div>
|
|
151
155
|
</div>
|
|
152
156
|
</footer>
|
package/docs/modules/Modal.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Modal | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>Modal | react-miui - v0.11.0</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.11.0">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.11.0</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -145,8 +145,12 @@
|
|
|
145
145
|
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
146
146
|
</ul>
|
|
147
147
|
<ul class="tsd-legend">
|
|
148
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
148
149
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
149
150
|
</ul>
|
|
151
|
+
<ul class="tsd-legend">
|
|
152
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
153
|
+
</ul>
|
|
150
154
|
</div>
|
|
151
155
|
</div>
|
|
152
156
|
</footer>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ModalButtons | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>ModalButtons | react-miui - v0.11.0</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.11.0">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.11.0</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -145,8 +145,12 @@
|
|
|
145
145
|
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
146
146
|
</ul>
|
|
147
147
|
<ul class="tsd-legend">
|
|
148
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
148
149
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
149
150
|
</ul>
|
|
151
|
+
<ul class="tsd-legend">
|
|
152
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
153
|
+
</ul>
|
|
150
154
|
</div>
|
|
151
155
|
</div>
|
|
152
156
|
</footer>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Section | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>Section | react-miui - v0.11.0</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.11.0">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.11.0</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -145,8 +145,12 @@
|
|
|
145
145
|
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
146
146
|
</ul>
|
|
147
147
|
<ul class="tsd-legend">
|
|
148
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
148
149
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
149
150
|
</ul>
|
|
151
|
+
<ul class="tsd-legend">
|
|
152
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
153
|
+
</ul>
|
|
150
154
|
</div>
|
|
151
155
|
</div>
|
|
152
156
|
</footer>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>StickyHeader | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>StickyHeader | react-miui - v0.11.0</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.11.0">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.11.0</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
<li class="tsd-description">
|
|
93
93
|
<aside class="tsd-sources">
|
|
94
94
|
<ul>
|
|
95
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
95
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/layout/header/StickyHeader.tsx#L50">src/components/layout/header/StickyHeader.tsx:50</a></li>
|
|
96
96
|
</ul>
|
|
97
97
|
</aside>
|
|
98
98
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -166,8 +166,12 @@
|
|
|
166
166
|
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
167
167
|
</ul>
|
|
168
168
|
<ul class="tsd-legend">
|
|
169
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
169
170
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
170
171
|
</ul>
|
|
172
|
+
<ul class="tsd-legend">
|
|
173
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
174
|
+
</ul>
|
|
171
175
|
</div>
|
|
172
176
|
</div>
|
|
173
177
|
</footer>
|