react-miui 0.14.0 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/components/ui/message/Message.d.ts +1 -0
- package/dist/components/ui/message/Message.d.ts.map +1 -1
- package/dist/components/ui/message/Message.js +1 -1
- package/dist/components/ui/message/Message.js.map +1 -1
- package/docs/classes/Drawer.html +12 -12
- package/docs/classes/Pop.html +12 -12
- package/docs/classes/ToasterProvider.html +8 -8
- package/docs/enums/ICON.html +12 -12
- package/docs/index.html +4 -4
- package/docs/modules/Item.html +3 -3
- package/docs/modules/List.html +3 -3
- package/docs/modules/Modal.html +3 -3
- package/docs/modules/ModalButtons.html +3 -3
- package/docs/modules/Section.html +3 -3
- package/docs/modules/StickyHeader.html +4 -4
- package/docs/modules.html +32 -32
- package/docs/pages/Tutorials/Test.html +3 -3
- package/esm/components/ui/message/Message.d.ts +1 -0
- package/esm/components/ui/message/Message.d.ts.map +1 -1
- package/esm/components/ui/message/Message.js +1 -1
- package/esm/components/ui/message/Message.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ui/message/Message.tsx +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
|
|
|
3
3
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
4
4
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
+
## [0.14.1] - 2022-03-31
|
|
7
|
+
### Added
|
|
8
|
+
- `className` support to `Message` component
|
|
9
|
+
|
|
6
10
|
## [0.14.0] - 2022-03-19
|
|
7
11
|
### Added
|
|
8
12
|
- `Select` component
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,KAAK;IACX,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;IAC3C,OAAO,CAAC,EAAE,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,KAAK;IACX,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;IAC3C,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAQ5B,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ const Message = (props) => {
|
|
|
13
13
|
[Message_module_scss_1.default.warning]: props.type === "warning",
|
|
14
14
|
[Message_module_scss_1.default.error]: props.type === "error",
|
|
15
15
|
[Message_module_scss_1.default.info]: props.type === "info",
|
|
16
|
-
});
|
|
16
|
+
}, props.className);
|
|
17
17
|
return react_1.default.createElement("div", { className: cls }, props.children);
|
|
18
18
|
};
|
|
19
19
|
exports.Message = Message;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.js","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAC1B,4DAAoC;AAEpC,gFAA2C;
|
|
1
|
+
{"version":3,"file":"Message.js","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAC1B,4DAAoC;AAEpC,gFAA2C;AAQ3C,MAAM,OAAO,GAAoB,CAAC,KAAK,EAAE,EAAE;IACvC,MAAM,GAAG,GAAG,oBAAU,CAAC,6BAAM,CAAC,SAAS,EAAE;QACrC,CAAC,6BAAM,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,OAAO,KAAK,KAAK;QACrC,CAAC,6BAAM,CAAC,OAAO,CAAC,EAAE,KAAK,CAAC,IAAI,KAAK,SAAS;QAC1C,CAAC,6BAAM,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,IAAI,KAAK,OAAO;QACtC,CAAC,6BAAM,CAAC,IAAI,CAAC,EAAE,KAAK,CAAC,IAAI,KAAK,MAAM;KACvC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IACpB,OAAO,uCAAK,SAAS,EAAE,GAAG,IAAG,KAAK,CAAC,QAAQ,CAAO,CAAC;AACvD,CAAC,CAAC;AAEO,0BAAO"}
|
package/docs/classes/Drawer.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>Drawer | react-miui - v0.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>Drawer | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.14.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
<aside class="tsd-sources">
|
|
141
141
|
<p>Overrides Component<Props, State>.constructor</p>
|
|
142
142
|
<ul>
|
|
143
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
143
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/drawer/Drawer.tsx#L20">src/components/ui/drawer/Drawer.tsx:20</a></li>
|
|
144
144
|
</ul>
|
|
145
145
|
</aside>
|
|
146
146
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
<div class="tsd-signature tsd-kind-icon">timeout<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Timeout</span><span class="tsd-signature-symbol"> = null</span></div>
|
|
240
240
|
<aside class="tsd-sources">
|
|
241
241
|
<ul>
|
|
242
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
242
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/drawer/Drawer.tsx#L50">src/components/ui/drawer/Drawer.tsx:50</a></li>
|
|
243
243
|
</ul>
|
|
244
244
|
</aside>
|
|
245
245
|
</section>
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
<aside class="tsd-sources">
|
|
461
461
|
<p>Overrides Component.componentDidMount</p>
|
|
462
462
|
<ul>
|
|
463
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
463
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/drawer/Drawer.tsx#L28">src/components/ui/drawer/Drawer.tsx:28</a></li>
|
|
464
464
|
</ul>
|
|
465
465
|
</aside>
|
|
466
466
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
<aside class="tsd-sources">
|
|
479
479
|
<p>Overrides Component.componentDidUpdate</p>
|
|
480
480
|
<ul>
|
|
481
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
481
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/drawer/Drawer.tsx#L35">src/components/ui/drawer/Drawer.tsx:35</a></li>
|
|
482
482
|
</ul>
|
|
483
483
|
</aside>
|
|
484
484
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
<aside class="tsd-sources">
|
|
588
588
|
<p>Overrides Component.componentWillUnmount</p>
|
|
589
589
|
<ul>
|
|
590
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
590
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/drawer/Drawer.tsx#L45">src/components/ui/drawer/Drawer.tsx:45</a></li>
|
|
591
591
|
</ul>
|
|
592
592
|
</aside>
|
|
593
593
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
<li class="tsd-description">
|
|
726
726
|
<aside class="tsd-sources">
|
|
727
727
|
<ul>
|
|
728
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
728
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/drawer/Drawer.tsx#L61">src/components/ui/drawer/Drawer.tsx:61</a></li>
|
|
729
729
|
</ul>
|
|
730
730
|
</aside>
|
|
731
731
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
<li class="tsd-description">
|
|
743
743
|
<aside class="tsd-sources">
|
|
744
744
|
<ul>
|
|
745
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
745
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/drawer/Drawer.tsx#L57">src/components/ui/drawer/Drawer.tsx:57</a></li>
|
|
746
746
|
</ul>
|
|
747
747
|
</aside>
|
|
748
748
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
<li class="tsd-description">
|
|
760
760
|
<aside class="tsd-sources">
|
|
761
761
|
<ul>
|
|
762
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
762
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/drawer/Drawer.tsx#L52">src/components/ui/drawer/Drawer.tsx:52</a></li>
|
|
763
763
|
</ul>
|
|
764
764
|
</aside>
|
|
765
765
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
<aside class="tsd-sources">
|
|
778
778
|
<p>Overrides Component.render</p>
|
|
779
779
|
<ul>
|
|
780
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
780
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/drawer/Drawer.tsx#L65">src/components/ui/drawer/Drawer.tsx:65</a></li>
|
|
781
781
|
</ul>
|
|
782
782
|
</aside>
|
|
783
783
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4>
|
package/docs/classes/Pop.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>Pop | react-miui - v0.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>Pop | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.14.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<aside class="tsd-sources">
|
|
143
143
|
<p>Overrides Component<Props, State>.constructor</p>
|
|
144
144
|
<ul>
|
|
145
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
145
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/pop/Pop.tsx#L49">src/components/ui/pop/Pop.tsx:49</a></li>
|
|
146
146
|
</ul>
|
|
147
147
|
</aside>
|
|
148
148
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
<div class="tsd-signature tsd-kind-icon">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>
|
|
231
231
|
<aside class="tsd-sources">
|
|
232
232
|
<ul>
|
|
233
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
233
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/pop/Pop.tsx#L69">src/components/ui/pop/Pop.tsx:69</a></li>
|
|
234
234
|
</ul>
|
|
235
235
|
</aside>
|
|
236
236
|
</section>
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
<div class="tsd-signature tsd-kind-icon">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"> = ...</span></div>
|
|
252
252
|
<aside class="tsd-sources">
|
|
253
253
|
<ul>
|
|
254
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
254
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/pop/Pop.tsx#L67">src/components/ui/pop/Pop.tsx:67</a></li>
|
|
255
255
|
</ul>
|
|
256
256
|
</aside>
|
|
257
257
|
</section>
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
<aside class="tsd-sources">
|
|
496
496
|
<p>Overrides Component.componentDidUpdate</p>
|
|
497
497
|
<ul>
|
|
498
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
498
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/pop/Pop.tsx#L61">src/components/ui/pop/Pop.tsx:61</a></li>
|
|
499
499
|
</ul>
|
|
500
500
|
</aside>
|
|
501
501
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
<li class="tsd-description">
|
|
713
713
|
<aside class="tsd-sources">
|
|
714
714
|
<ul>
|
|
715
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
715
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/pop/Pop.tsx#L71">src/components/ui/pop/Pop.tsx:71</a></li>
|
|
716
716
|
</ul>
|
|
717
717
|
</aside>
|
|
718
718
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Element</span></h4>
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
<li class="tsd-description">
|
|
766
766
|
<aside class="tsd-sources">
|
|
767
767
|
<ul>
|
|
768
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
768
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/pop/Pop.tsx#L116">src/components/ui/pop/Pop.tsx:116</a></li>
|
|
769
769
|
</ul>
|
|
770
770
|
</aside>
|
|
771
771
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
<li class="tsd-description">
|
|
783
783
|
<aside class="tsd-sources">
|
|
784
784
|
<ul>
|
|
785
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
785
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/pop/Pop.tsx#L110">src/components/ui/pop/Pop.tsx:110</a></li>
|
|
786
786
|
</ul>
|
|
787
787
|
</aside>
|
|
788
788
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
<li class="tsd-description">
|
|
806
806
|
<aside class="tsd-sources">
|
|
807
807
|
<ul>
|
|
808
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
808
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/pop/Pop.tsx#L87">src/components/ui/pop/Pop.tsx:87</a></li>
|
|
809
809
|
</ul>
|
|
810
810
|
</aside>
|
|
811
811
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
<aside class="tsd-sources">
|
|
824
824
|
<p>Overrides Component.render</p>
|
|
825
825
|
<ul>
|
|
826
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
826
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/pop/Pop.tsx#L120">src/components/ui/pop/Pop.tsx:120</a></li>
|
|
827
827
|
</ul>
|
|
828
828
|
</aside>
|
|
829
829
|
<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>
|
|
@@ -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.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>ToasterProvider | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.14.1</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/bbfd350/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/bbfd350/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/bbfd350/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/bbfd350/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/bbfd350/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>
|
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.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>ICON | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.14.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
<div class="tsd-signature tsd-kind-icon">back<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "back"</span></div>
|
|
97
97
|
<aside class="tsd-sources">
|
|
98
98
|
<ul>
|
|
99
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
99
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/icons/Icon.tsx#L16">src/components/icons/Icon.tsx:16</a></li>
|
|
100
100
|
</ul>
|
|
101
101
|
</aside>
|
|
102
102
|
</section>
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
<div class="tsd-signature tsd-kind-icon">battery<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "battery"</span></div>
|
|
107
107
|
<aside class="tsd-sources">
|
|
108
108
|
<ul>
|
|
109
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
109
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/icons/Icon.tsx#L19">src/components/icons/Icon.tsx:19</a></li>
|
|
110
110
|
</ul>
|
|
111
111
|
</aside>
|
|
112
112
|
</section>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class="tsd-signature tsd-kind-icon">checkmark<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "checkmark"</span></div>
|
|
117
117
|
<aside class="tsd-sources">
|
|
118
118
|
<ul>
|
|
119
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
119
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li>
|
|
120
120
|
</ul>
|
|
121
121
|
</aside>
|
|
122
122
|
</section>
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
<div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "config"</span></div>
|
|
127
127
|
<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/bbfd350/src/components/icons/Icon.tsx#L22">src/components/icons/Icon.tsx:22</a></li>
|
|
130
130
|
</ul>
|
|
131
131
|
</aside>
|
|
132
132
|
</section>
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
<div class="tsd-signature tsd-kind-icon">dots<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "dots"</span></div>
|
|
137
137
|
<aside class="tsd-sources">
|
|
138
138
|
<ul>
|
|
139
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
139
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/icons/Icon.tsx#L23">src/components/icons/Icon.tsx:23</a></li>
|
|
140
140
|
</ul>
|
|
141
141
|
</aside>
|
|
142
142
|
</section>
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
<div class="tsd-signature tsd-kind-icon">forward<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "forward"</span></div>
|
|
147
147
|
<aside class="tsd-sources">
|
|
148
148
|
<ul>
|
|
149
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
149
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/icons/Icon.tsx#L17">src/components/icons/Icon.tsx:17</a></li>
|
|
150
150
|
</ul>
|
|
151
151
|
</aside>
|
|
152
152
|
</section>
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
<div class="tsd-signature tsd-kind-icon">heart<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "heart"</span></div>
|
|
157
157
|
<aside class="tsd-sources">
|
|
158
158
|
<ul>
|
|
159
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
159
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/icons/Icon.tsx#L20">src/components/icons/Icon.tsx:20</a></li>
|
|
160
160
|
</ul>
|
|
161
161
|
</aside>
|
|
162
162
|
</section>
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
<div class="tsd-signature tsd-kind-icon">search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "search"</span></div>
|
|
167
167
|
<aside class="tsd-sources">
|
|
168
168
|
<ul>
|
|
169
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
169
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/icons/Icon.tsx#L18">src/components/icons/Icon.tsx:18</a></li>
|
|
170
170
|
</ul>
|
|
171
171
|
</aside>
|
|
172
172
|
</section>
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
<div class="tsd-signature tsd-kind-icon">trash<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "trash"</span></div>
|
|
177
177
|
<aside class="tsd-sources">
|
|
178
178
|
<ul>
|
|
179
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
179
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/icons/Icon.tsx#L21">src/components/icons/Icon.tsx:21</a></li>
|
|
180
180
|
</ul>
|
|
181
181
|
</aside>
|
|
182
182
|
</section>
|
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.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="index.html" class="title">react-miui - v0.14.1</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.14.
|
|
60
|
+
<h1>Project react-miui - v0.14.1</h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
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.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>Item | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.14.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
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.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>List | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.14.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
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.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>Modal | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.14.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -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.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>ModalButtons | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.14.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -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.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>Section | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.14.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -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.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>StickyHeader | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.14.1</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/bbfd350/src/components/layout/header/StickyHeader.tsx#L60">src/components/layout/header/StickyHeader.tsx:60</a></li>
|
|
96
96
|
</ul>
|
|
97
97
|
</aside>
|
|
98
98
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
package/docs/modules.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.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="index.html" class="title">react-miui - v0.14.1</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.14.
|
|
60
|
+
<h1>Project react-miui - v0.14.1</h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<div class="tsd-signature tsd-kind-icon">Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
143
143
|
<aside class="tsd-sources">
|
|
144
144
|
<ul>
|
|
145
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
145
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/action/Action.tsx#L23">src/components/ui/action/Action.tsx:23</a></li>
|
|
146
146
|
</ul>
|
|
147
147
|
</aside>
|
|
148
148
|
</section>
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
<div class="tsd-signature tsd-kind-icon">Button<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">React.ButtonHTMLAttributes</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></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"> = ...</span></div>
|
|
153
153
|
<aside class="tsd-sources">
|
|
154
154
|
<ul>
|
|
155
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
155
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/button/Button.tsx#L11">src/components/ui/button/Button.tsx:11</a></li>
|
|
156
156
|
</ul>
|
|
157
157
|
</aside>
|
|
158
158
|
</section>
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
<div class="tsd-signature tsd-kind-icon">Card<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
163
163
|
<aside class="tsd-sources">
|
|
164
164
|
<ul>
|
|
165
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
165
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/layout/card/Card.tsx#L13">src/components/layout/card/Card.tsx:13</a></li>
|
|
166
166
|
</ul>
|
|
167
167
|
</aside>
|
|
168
168
|
</section>
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
<div class="tsd-signature tsd-kind-icon">Checkbox<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
173
173
|
<aside class="tsd-sources">
|
|
174
174
|
<ul>
|
|
175
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
175
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/form/Checkbox.tsx#L16">src/components/form/Checkbox.tsx:16</a></li>
|
|
176
176
|
</ul>
|
|
177
177
|
</aside>
|
|
178
178
|
</section>
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
<div class="tsd-signature tsd-kind-icon">Choice<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
183
183
|
<aside class="tsd-sources">
|
|
184
184
|
<ul>
|
|
185
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
185
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/form/choice/Choice.tsx#L15">src/components/form/choice/Choice.tsx:15</a></li>
|
|
186
186
|
</ul>
|
|
187
187
|
</aside>
|
|
188
188
|
</section>
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
<div class="tsd-signature tsd-kind-icon">Direction<wbr>Pad<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
193
193
|
<aside class="tsd-sources">
|
|
194
194
|
<ul>
|
|
195
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
195
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/directionPad/Pad.tsx#L17">src/components/ui/directionPad/Pad.tsx:17</a></li>
|
|
196
196
|
</ul>
|
|
197
197
|
</aside>
|
|
198
198
|
</section>
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
<div class="tsd-signature tsd-kind-icon">Equal<wbr>Actions<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
203
203
|
<aside class="tsd-sources">
|
|
204
204
|
<ul>
|
|
205
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
205
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/action/EqualActions.tsx#L11">src/components/ui/action/EqualActions.tsx:11</a></li>
|
|
206
206
|
</ul>
|
|
207
207
|
</aside>
|
|
208
208
|
</section>
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
<div class="tsd-signature tsd-kind-icon">Handle<wbr>Esc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
213
213
|
<aside class="tsd-sources">
|
|
214
214
|
<ul>
|
|
215
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
215
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/utils/HandleEsc.tsx#L10">src/components/utils/HandleEsc.tsx:10</a></li>
|
|
216
216
|
</ul>
|
|
217
217
|
</aside>
|
|
218
218
|
</section>
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
<div class="tsd-signature tsd-kind-icon">Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
223
223
|
<aside class="tsd-sources">
|
|
224
224
|
<ul>
|
|
225
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
225
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/layout/header/Header.tsx#L23">src/components/layout/header/Header.tsx:23</a></li>
|
|
226
226
|
</ul>
|
|
227
227
|
</aside>
|
|
228
228
|
</section>
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
<div class="tsd-signature tsd-kind-icon">Header<wbr>Icon<wbr>Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
233
233
|
<aside class="tsd-sources">
|
|
234
234
|
<ul>
|
|
235
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
235
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/layout/header/HeaderIconAction.tsx#L22">src/components/layout/header/HeaderIconAction.tsx:22</a></li>
|
|
236
236
|
</ul>
|
|
237
237
|
</aside>
|
|
238
238
|
</section>
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
<div class="tsd-signature tsd-kind-icon">Icon<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
243
243
|
<aside class="tsd-sources">
|
|
244
244
|
<ul>
|
|
245
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
245
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/icons/Icon.tsx#L43">src/components/icons/Icon.tsx:43</a></li>
|
|
246
246
|
</ul>
|
|
247
247
|
</aside>
|
|
248
248
|
</section>
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
<div class="tsd-signature tsd-kind-icon">Input<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">React.InputHTMLAttributes</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLInputElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"prefix"</span><span class="tsd-signature-symbol">></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"> = ...</span></div>
|
|
253
253
|
<aside class="tsd-sources">
|
|
254
254
|
<ul>
|
|
255
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
255
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/form/Input.tsx#L12">src/components/form/Input.tsx:12</a></li>
|
|
256
256
|
</ul>
|
|
257
257
|
</aside>
|
|
258
258
|
</section>
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
<div class="tsd-signature tsd-kind-icon">Item<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
263
263
|
<aside class="tsd-sources">
|
|
264
264
|
<ul>
|
|
265
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
265
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/layout/list/Item.tsx#L36">src/components/layout/list/Item.tsx:36</a></li>
|
|
266
266
|
</ul>
|
|
267
267
|
</aside>
|
|
268
268
|
</section>
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
<div class="tsd-signature tsd-kind-icon">Label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
273
273
|
<aside class="tsd-sources">
|
|
274
274
|
<ul>
|
|
275
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
275
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/form/Label.tsx#L12">src/components/form/Label.tsx:12</a></li>
|
|
276
276
|
</ul>
|
|
277
277
|
</aside>
|
|
278
278
|
</section>
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
<div class="tsd-signature tsd-kind-icon">List<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
283
283
|
<aside class="tsd-sources">
|
|
284
284
|
<ul>
|
|
285
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
285
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/layout/list/List.tsx#L20">src/components/layout/list/List.tsx:20</a></li>
|
|
286
286
|
</ul>
|
|
287
287
|
</aside>
|
|
288
288
|
</section>
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
<div class="tsd-signature tsd-kind-icon">Message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
293
293
|
<aside class="tsd-sources">
|
|
294
294
|
<ul>
|
|
295
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
295
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/message/Message.tsx#L12">src/components/ui/message/Message.tsx:12</a></li>
|
|
296
296
|
</ul>
|
|
297
297
|
</aside>
|
|
298
298
|
</section>
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
<div class="tsd-signature tsd-kind-icon">Modal<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
303
303
|
<aside class="tsd-sources">
|
|
304
304
|
<ul>
|
|
305
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
305
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/modal/Modal.tsx#L25">src/components/ui/modal/Modal.tsx:25</a></li>
|
|
306
306
|
</ul>
|
|
307
307
|
</aside>
|
|
308
308
|
</section>
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
<div class="tsd-signature tsd-kind-icon">Modal<wbr>Buttons<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
313
313
|
<aside class="tsd-sources">
|
|
314
314
|
<ul>
|
|
315
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
315
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/modal/ModalButtons.tsx#L15">src/components/ui/modal/ModalButtons.tsx:15</a></li>
|
|
316
316
|
</ul>
|
|
317
317
|
</aside>
|
|
318
318
|
</section>
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
<div class="tsd-signature tsd-kind-icon">Search<wbr>Container<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
323
323
|
<aside class="tsd-sources">
|
|
324
324
|
<ul>
|
|
325
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
325
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/layout/section/SearchContainer.tsx#L5">src/components/layout/section/SearchContainer.tsx:5</a></li>
|
|
326
326
|
</ul>
|
|
327
327
|
</aside>
|
|
328
328
|
</section>
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
<div class="tsd-signature tsd-kind-icon">Section<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
333
333
|
<aside class="tsd-sources">
|
|
334
334
|
<ul>
|
|
335
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
335
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/layout/section/Section.tsx#L18">src/components/layout/section/Section.tsx:18</a></li>
|
|
336
336
|
</ul>
|
|
337
337
|
</aside>
|
|
338
338
|
</section>
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
<div class="tsd-signature tsd-kind-icon">Select<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">React.SelectHTMLAttributes</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLSelectElement</span><span class="tsd-signature-symbol">></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"> = ...</span></div>
|
|
343
343
|
<aside class="tsd-sources">
|
|
344
344
|
<ul>
|
|
345
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
345
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/form/Select.tsx#L9">src/components/form/Select.tsx:9</a></li>
|
|
346
346
|
</ul>
|
|
347
347
|
</aside>
|
|
348
348
|
</section>
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
<div class="tsd-signature tsd-kind-icon">Selector<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
353
353
|
<aside class="tsd-sources">
|
|
354
354
|
<ul>
|
|
355
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
355
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/tabs/Selector.tsx#L14">src/components/ui/tabs/Selector.tsx:14</a></li>
|
|
356
356
|
</ul>
|
|
357
357
|
</aside>
|
|
358
358
|
</section>
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
<div class="tsd-signature tsd-kind-icon">Spacer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
363
363
|
<aside class="tsd-sources">
|
|
364
364
|
<ul>
|
|
365
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
365
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/utils/Spacer.tsx#L7">src/components/utils/Spacer.tsx:7</a></li>
|
|
366
366
|
</ul>
|
|
367
367
|
</aside>
|
|
368
368
|
</section>
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
<div class="tsd-signature tsd-kind-icon">Stats<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
373
373
|
<aside class="tsd-sources">
|
|
374
374
|
<ul>
|
|
375
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
375
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/stats/Stats.tsx#L16">src/components/ui/stats/Stats.tsx:16</a></li>
|
|
376
376
|
</ul>
|
|
377
377
|
</aside>
|
|
378
378
|
</section>
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
<div class="tsd-signature tsd-kind-icon">Sticky<wbr>Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> & </span><span class="tsd-signature-type">Content</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
383
383
|
<aside class="tsd-sources">
|
|
384
384
|
<ul>
|
|
385
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
385
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/layout/header/StickyHeader.tsx#L22">src/components/layout/header/StickyHeader.tsx:22</a></li>
|
|
386
386
|
</ul>
|
|
387
387
|
</aside>
|
|
388
388
|
</section>
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
<div class="tsd-signature tsd-kind-icon">Text<wbr>Area<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">React.TextareaHTMLAttributes</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLTextAreaElement</span><span class="tsd-signature-symbol">></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"> = ...</span></div>
|
|
393
393
|
<aside class="tsd-sources">
|
|
394
394
|
<ul>
|
|
395
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
395
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/form/TextArea.tsx#L10">src/components/form/TextArea.tsx:10</a></li>
|
|
396
396
|
</ul>
|
|
397
397
|
</aside>
|
|
398
398
|
</section>
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
<div class="tsd-signature tsd-kind-icon">Toggle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.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"> = ...</span></div>
|
|
403
403
|
<aside class="tsd-sources">
|
|
404
404
|
<ul>
|
|
405
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
405
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/form/Toggle.tsx#L13">src/components/form/Toggle.tsx:13</a></li>
|
|
406
406
|
</ul>
|
|
407
407
|
</aside>
|
|
408
408
|
</section>
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
<li class="tsd-description">
|
|
420
420
|
<aside class="tsd-sources">
|
|
421
421
|
<ul>
|
|
422
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
422
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/bbfd350/src/components/ui/toaster/Toaster.tsx#L99">src/components/ui/toaster/Toaster.tsx:99</a></li>
|
|
423
423
|
</ul>
|
|
424
424
|
</aside>
|
|
425
425
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ToasterFn</span></h4>
|
|
@@ -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>Test | react-miui - v0.14.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.14.
|
|
6
|
+
<title>Test | react-miui - v0.14.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.14.1">
|
|
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.14.
|
|
26
|
+
<a href="../../index.html" class="title">react-miui - v0.14.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,KAAK;IACX,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;IAC3C,OAAO,CAAC,EAAE,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,KAAK;IACX,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;IAC3C,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAQ5B,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -7,7 +7,7 @@ const Message = (props) => {
|
|
|
7
7
|
[styles.warning]: props.type === "warning",
|
|
8
8
|
[styles.error]: props.type === "error",
|
|
9
9
|
[styles.info]: props.type === "info",
|
|
10
|
-
});
|
|
10
|
+
}, props.className);
|
|
11
11
|
return React.createElement("div", { className: cls }, props.children);
|
|
12
12
|
};
|
|
13
13
|
export { Message };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.js","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AAEpC,OAAO,MAAM,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"Message.js","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AAEpC,OAAO,MAAM,MAAM,uBAAuB,CAAC;AAQ3C,MAAM,OAAO,GAAoB,CAAC,KAAK,EAAE,EAAE;IACvC,MAAM,GAAG,GAAG,UAAU,CAAC,MAAM,CAAC,SAAS,EAAE;QACrC,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,OAAO,KAAK,KAAK;QACrC,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,KAAK,CAAC,IAAI,KAAK,SAAS;QAC1C,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,IAAI,KAAK,OAAO;QACtC,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,KAAK,CAAC,IAAI,KAAK,MAAM;KACvC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IACpB,OAAO,6BAAK,SAAS,EAAE,GAAG,IAAG,KAAK,CAAC,QAAQ,CAAO,CAAC;AACvD,CAAC,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -6,6 +6,7 @@ import styles from "./Message.module.scss";
|
|
|
6
6
|
interface Props {
|
|
7
7
|
type: "warning" | "error" | "info" | "tip";
|
|
8
8
|
variant?: "box";
|
|
9
|
+
className?: string;
|
|
9
10
|
}
|
|
10
11
|
|
|
11
12
|
const Message: React.FC<Props> = (props) => {
|
|
@@ -14,7 +15,7 @@ const Message: React.FC<Props> = (props) => {
|
|
|
14
15
|
[styles.warning]: props.type === "warning",
|
|
15
16
|
[styles.error]: props.type === "error",
|
|
16
17
|
[styles.info]: props.type === "info",
|
|
17
|
-
});
|
|
18
|
+
}, props.className);
|
|
18
19
|
return <div className={cls}>{props.children}</div>;
|
|
19
20
|
};
|
|
20
21
|
|