react-miui 0.15.1 → 0.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/components/layout/table/Table.d.ts.map +1 -1
- package/dist/components/layout/table/Table.js +6 -4
- package/dist/components/layout/table/Table.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 +33 -33
- package/docs/pages/Tutorials/Test.html +3 -3
- package/esm/components/layout/table/Table.d.ts.map +1 -1
- package/esm/components/layout/table/Table.js +6 -4
- package/esm/components/layout/table/Table.js.map +1 -1
- package/package.json +1 -1
- package/src/components/layout/table/Table.tsx +7 -4
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.15.1] - 2022-04-07
|
|
7
|
+
### Fixed
|
|
8
|
+
- variants support for `Table`
|
|
9
|
+
|
|
6
10
|
## [0.15.1] - 2022-04-07
|
|
7
11
|
### Added
|
|
8
12
|
- extra variants for `Table` component to stretch and center the table
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,aAAK,OAAO,GAAG,SAAS,GAAG,KAAK,GAAG,MAAM,GAAG,UAAU,CAAC;AAEvD,UAAU,KAAK;IACX,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,EAAE,CAAC;CACjC;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAYxE,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -17,14 +17,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
exports.Table = void 0;
|
|
18
18
|
const react_1 = __importDefault(require("react"));
|
|
19
19
|
const classnames_1 = __importDefault(require("classnames"));
|
|
20
|
+
const index_js_1 = require("../../../utils/index.js");
|
|
20
21
|
const Table_module_scss_1 = __importDefault(require("./Table.module.scss"));
|
|
21
22
|
const Table = (_a) => {
|
|
22
23
|
var { className, children, variant } = _a, props = __rest(_a, ["className", "children", "variant"]);
|
|
24
|
+
const v = index_js_1.makeVariants(variant);
|
|
23
25
|
const cls = classnames_1.default(className, {
|
|
24
|
-
[Table_module_scss_1.default.table]:
|
|
25
|
-
[Table_module_scss_1.default.striped]:
|
|
26
|
-
[Table_module_scss_1.default.full]:
|
|
27
|
-
[Table_module_scss_1.default.centered]:
|
|
26
|
+
[Table_module_scss_1.default.table]: !v.includes("raw"),
|
|
27
|
+
[Table_module_scss_1.default.striped]: v.includes("striped"),
|
|
28
|
+
[Table_module_scss_1.default.full]: v.includes("wide"),
|
|
29
|
+
[Table_module_scss_1.default.centered]: v.includes("centered"),
|
|
28
30
|
});
|
|
29
31
|
return react_1.default.createElement("table", Object.assign({ className: cls }, props), children);
|
|
30
32
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kDAA0B;AAC1B,4DAAoC;AAEpC,4EAAyC;AAQzC,MAAM,KAAK,GAAkE,CACzE,EAA0C,EAC5C,EAAE;QADA,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,OAAY,EAAP,KAAK,cAAxC,oCAA0C,CAAF;IAExC,MAAM,GAAG,GAAG,oBAAU,CAAC,SAAS,EAAE;QAC9B,CAAC,2BAAM,CAAC,KAAK,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kDAA0B;AAC1B,4DAAoC;AAEpC,sDAAuD;AACvD,4EAAyC;AAQzC,MAAM,KAAK,GAAkE,CACzE,EAA0C,EAC5C,EAAE;QADA,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,OAAY,EAAP,KAAK,cAAxC,oCAA0C,CAAF;IAExC,MAAM,CAAC,GAAG,uBAAY,CAAC,OAAO,CAAC,CAAC;IAEhC,MAAM,GAAG,GAAG,oBAAU,CAAC,SAAS,EAAE;QAC9B,CAAC,2BAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC;QAClC,CAAC,2BAAM,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC;QACvC,CAAC,2BAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC;QACjC,CAAC,2BAAM,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC;KAC5C,CAAC,CAAC;IACH,OAAO,uDAAO,SAAS,EAAE,GAAG,IAAM,KAAK,GAAG,QAAQ,CAAS,CAAC;AAChE,CAAC,CAAC;AAEO,sBAAK"}
|
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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>Drawer | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.15.2</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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>Pop | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.15.2</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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>ToasterProvider | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.15.2</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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>ICON | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.15.2</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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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/0f3d85e/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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="index.html" class="title">react-miui - v0.15.2</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.15.
|
|
60
|
+
<h1>Project react-miui - v0.15.2</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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>Item | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.15.2</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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>List | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.15.2</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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>Modal | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.15.2</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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>ModalButtons | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.15.2</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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>Section | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.15.2</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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>StickyHeader | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.15.2</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/0f3d85e/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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="index.html" class="title">react-miui - v0.15.2</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.15.
|
|
60
|
+
<h1>Project react-miui - v0.15.2</h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
<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>
|
|
144
144
|
<aside class="tsd-sources">
|
|
145
145
|
<ul>
|
|
146
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
146
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/ui/action/Action.tsx#L23">src/components/ui/action/Action.tsx:23</a></li>
|
|
147
147
|
</ul>
|
|
148
148
|
</aside>
|
|
149
149
|
</section>
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
<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>
|
|
154
154
|
<aside class="tsd-sources">
|
|
155
155
|
<ul>
|
|
156
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
156
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/ui/button/Button.tsx#L11">src/components/ui/button/Button.tsx:11</a></li>
|
|
157
157
|
</ul>
|
|
158
158
|
</aside>
|
|
159
159
|
</section>
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
<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>
|
|
164
164
|
<aside class="tsd-sources">
|
|
165
165
|
<ul>
|
|
166
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
166
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/layout/card/Card.tsx#L13">src/components/layout/card/Card.tsx:13</a></li>
|
|
167
167
|
</ul>
|
|
168
168
|
</aside>
|
|
169
169
|
</section>
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
<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>
|
|
174
174
|
<aside class="tsd-sources">
|
|
175
175
|
<ul>
|
|
176
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
176
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/form/Checkbox.tsx#L16">src/components/form/Checkbox.tsx:16</a></li>
|
|
177
177
|
</ul>
|
|
178
178
|
</aside>
|
|
179
179
|
</section>
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
<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>
|
|
184
184
|
<aside class="tsd-sources">
|
|
185
185
|
<ul>
|
|
186
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
186
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/form/choice/Choice.tsx#L15">src/components/form/choice/Choice.tsx:15</a></li>
|
|
187
187
|
</ul>
|
|
188
188
|
</aside>
|
|
189
189
|
</section>
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
<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>
|
|
194
194
|
<aside class="tsd-sources">
|
|
195
195
|
<ul>
|
|
196
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
196
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/ui/directionPad/Pad.tsx#L17">src/components/ui/directionPad/Pad.tsx:17</a></li>
|
|
197
197
|
</ul>
|
|
198
198
|
</aside>
|
|
199
199
|
</section>
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
<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>
|
|
204
204
|
<aside class="tsd-sources">
|
|
205
205
|
<ul>
|
|
206
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
206
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/ui/action/EqualActions.tsx#L11">src/components/ui/action/EqualActions.tsx:11</a></li>
|
|
207
207
|
</ul>
|
|
208
208
|
</aside>
|
|
209
209
|
</section>
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
<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>
|
|
214
214
|
<aside class="tsd-sources">
|
|
215
215
|
<ul>
|
|
216
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
216
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/utils/HandleEsc.tsx#L10">src/components/utils/HandleEsc.tsx:10</a></li>
|
|
217
217
|
</ul>
|
|
218
218
|
</aside>
|
|
219
219
|
</section>
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
<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>
|
|
224
224
|
<aside class="tsd-sources">
|
|
225
225
|
<ul>
|
|
226
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
226
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/layout/header/Header.tsx#L23">src/components/layout/header/Header.tsx:23</a></li>
|
|
227
227
|
</ul>
|
|
228
228
|
</aside>
|
|
229
229
|
</section>
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
<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>
|
|
234
234
|
<aside class="tsd-sources">
|
|
235
235
|
<ul>
|
|
236
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
236
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/layout/header/HeaderIconAction.tsx#L22">src/components/layout/header/HeaderIconAction.tsx:22</a></li>
|
|
237
237
|
</ul>
|
|
238
238
|
</aside>
|
|
239
239
|
</section>
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
<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>
|
|
244
244
|
<aside class="tsd-sources">
|
|
245
245
|
<ul>
|
|
246
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
246
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/icons/Icon.tsx#L43">src/components/icons/Icon.tsx:43</a></li>
|
|
247
247
|
</ul>
|
|
248
248
|
</aside>
|
|
249
249
|
</section>
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
<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>
|
|
254
254
|
<aside class="tsd-sources">
|
|
255
255
|
<ul>
|
|
256
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
256
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/form/Input.tsx#L12">src/components/form/Input.tsx:12</a></li>
|
|
257
257
|
</ul>
|
|
258
258
|
</aside>
|
|
259
259
|
</section>
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
<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>
|
|
264
264
|
<aside class="tsd-sources">
|
|
265
265
|
<ul>
|
|
266
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
266
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/layout/list/Item.tsx#L36">src/components/layout/list/Item.tsx:36</a></li>
|
|
267
267
|
</ul>
|
|
268
268
|
</aside>
|
|
269
269
|
</section>
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
<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>
|
|
274
274
|
<aside class="tsd-sources">
|
|
275
275
|
<ul>
|
|
276
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
276
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/form/Label.tsx#L12">src/components/form/Label.tsx:12</a></li>
|
|
277
277
|
</ul>
|
|
278
278
|
</aside>
|
|
279
279
|
</section>
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
<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>
|
|
284
284
|
<aside class="tsd-sources">
|
|
285
285
|
<ul>
|
|
286
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
286
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/layout/list/List.tsx#L20">src/components/layout/list/List.tsx:20</a></li>
|
|
287
287
|
</ul>
|
|
288
288
|
</aside>
|
|
289
289
|
</section>
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
<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>
|
|
294
294
|
<aside class="tsd-sources">
|
|
295
295
|
<ul>
|
|
296
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
296
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/ui/message/Message.tsx#L12">src/components/ui/message/Message.tsx:12</a></li>
|
|
297
297
|
</ul>
|
|
298
298
|
</aside>
|
|
299
299
|
</section>
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
<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>
|
|
304
304
|
<aside class="tsd-sources">
|
|
305
305
|
<ul>
|
|
306
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
306
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/ui/modal/Modal.tsx#L25">src/components/ui/modal/Modal.tsx:25</a></li>
|
|
307
307
|
</ul>
|
|
308
308
|
</aside>
|
|
309
309
|
</section>
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
<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>
|
|
314
314
|
<aside class="tsd-sources">
|
|
315
315
|
<ul>
|
|
316
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
316
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/ui/modal/ModalButtons.tsx#L15">src/components/ui/modal/ModalButtons.tsx:15</a></li>
|
|
317
317
|
</ul>
|
|
318
318
|
</aside>
|
|
319
319
|
</section>
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
<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>
|
|
324
324
|
<aside class="tsd-sources">
|
|
325
325
|
<ul>
|
|
326
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
326
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/layout/section/SearchContainer.tsx#L5">src/components/layout/section/SearchContainer.tsx:5</a></li>
|
|
327
327
|
</ul>
|
|
328
328
|
</aside>
|
|
329
329
|
</section>
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
<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>
|
|
334
334
|
<aside class="tsd-sources">
|
|
335
335
|
<ul>
|
|
336
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
336
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/layout/section/Section.tsx#L18">src/components/layout/section/Section.tsx:18</a></li>
|
|
337
337
|
</ul>
|
|
338
338
|
</aside>
|
|
339
339
|
</section>
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
<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>
|
|
344
344
|
<aside class="tsd-sources">
|
|
345
345
|
<ul>
|
|
346
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
346
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/form/Select.tsx#L9">src/components/form/Select.tsx:9</a></li>
|
|
347
347
|
</ul>
|
|
348
348
|
</aside>
|
|
349
349
|
</section>
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
<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>
|
|
354
354
|
<aside class="tsd-sources">
|
|
355
355
|
<ul>
|
|
356
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
356
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/ui/tabs/Selector.tsx#L14">src/components/ui/tabs/Selector.tsx:14</a></li>
|
|
357
357
|
</ul>
|
|
358
358
|
</aside>
|
|
359
359
|
</section>
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
<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>
|
|
364
364
|
<aside class="tsd-sources">
|
|
365
365
|
<ul>
|
|
366
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
366
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/utils/Spacer.tsx#L7">src/components/utils/Spacer.tsx:7</a></li>
|
|
367
367
|
</ul>
|
|
368
368
|
</aside>
|
|
369
369
|
</section>
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
<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>
|
|
374
374
|
<aside class="tsd-sources">
|
|
375
375
|
<ul>
|
|
376
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
376
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/ui/stats/Stats.tsx#L16">src/components/ui/stats/Stats.tsx:16</a></li>
|
|
377
377
|
</ul>
|
|
378
378
|
</aside>
|
|
379
379
|
</section>
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
<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>
|
|
384
384
|
<aside class="tsd-sources">
|
|
385
385
|
<ul>
|
|
386
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
386
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/layout/header/StickyHeader.tsx#L22">src/components/layout/header/StickyHeader.tsx:22</a></li>
|
|
387
387
|
</ul>
|
|
388
388
|
</aside>
|
|
389
389
|
</section>
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
<div class="tsd-signature tsd-kind-icon">Table<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.TableHTMLAttributes</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLTableElement</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>
|
|
394
394
|
<aside class="tsd-sources">
|
|
395
395
|
<ul>
|
|
396
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
396
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/layout/table/Table.tsx#L13">src/components/layout/table/Table.tsx:13</a></li>
|
|
397
397
|
</ul>
|
|
398
398
|
</aside>
|
|
399
399
|
</section>
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
<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>
|
|
404
404
|
<aside class="tsd-sources">
|
|
405
405
|
<ul>
|
|
406
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
406
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/form/TextArea.tsx#L10">src/components/form/TextArea.tsx:10</a></li>
|
|
407
407
|
</ul>
|
|
408
408
|
</aside>
|
|
409
409
|
</section>
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
<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>
|
|
414
414
|
<aside class="tsd-sources">
|
|
415
415
|
<ul>
|
|
416
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
416
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/form/Toggle.tsx#L13">src/components/form/Toggle.tsx:13</a></li>
|
|
417
417
|
</ul>
|
|
418
418
|
</aside>
|
|
419
419
|
</section>
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
<li class="tsd-description">
|
|
431
431
|
<aside class="tsd-sources">
|
|
432
432
|
<ul>
|
|
433
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
433
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/0f3d85e/src/components/ui/toaster/Toaster.tsx#L99">src/components/ui/toaster/Toaster.tsx:99</a></li>
|
|
434
434
|
</ul>
|
|
435
435
|
</aside>
|
|
436
436
|
<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.15.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.15.
|
|
6
|
+
<title>Test | react-miui - v0.15.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.15.2">
|
|
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.15.
|
|
26
|
+
<a href="../../index.html" class="title">react-miui - v0.15.2</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":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,aAAK,OAAO,GAAG,SAAS,GAAG,KAAK,GAAG,MAAM,GAAG,UAAU,CAAC;AAEvD,UAAU,KAAK;IACX,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,EAAE,CAAC;CACjC;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAYxE,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import classnames from "classnames";
|
|
3
|
+
import { makeVariants } from "../../../utils/index.js";
|
|
3
4
|
import styles from "./Table.module.scss";
|
|
4
5
|
const Table = ({ className, children, variant, ...props }) => {
|
|
6
|
+
const v = makeVariants(variant);
|
|
5
7
|
const cls = classnames(className, {
|
|
6
|
-
[styles.table]:
|
|
7
|
-
[styles.striped]:
|
|
8
|
-
[styles.full]:
|
|
9
|
-
[styles.centered]:
|
|
8
|
+
[styles.table]: !v.includes("raw"),
|
|
9
|
+
[styles.striped]: v.includes("striped"),
|
|
10
|
+
[styles.full]: v.includes("wide"),
|
|
11
|
+
[styles.centered]: v.includes("centered"),
|
|
10
12
|
});
|
|
11
13
|
return React.createElement("table", { className: cls, ...props }, children);
|
|
12
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AAEpC,OAAO,MAAM,MAAM,qBAAqB,CAAC;AAQzC,MAAM,KAAK,GAAkE,CACzE,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAC5C,EAAE;IACA,MAAM,GAAG,GAAG,UAAU,CAAC,SAAS,EAAE;QAC9B,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,MAAM,MAAM,qBAAqB,CAAC;AAQzC,MAAM,KAAK,GAAkE,CACzE,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAC5C,EAAE;IACA,MAAM,CAAC,GAAG,YAAY,CAAC,OAAO,CAAC,CAAC;IAEhC,MAAM,GAAG,GAAG,UAAU,CAAC,SAAS,EAAE;QAC9B,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC;QAClC,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC;QACvC,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC;QACjC,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC;KAC5C,CAAC,CAAC;IACH,OAAO,+BAAO,SAAS,EAAE,GAAG,KAAM,KAAK,IAAG,QAAQ,CAAS,CAAC;AAChE,CAAC,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import classnames from "classnames";
|
|
3
3
|
|
|
4
|
+
import { makeVariants } from "../../../utils/index.js";
|
|
4
5
|
import styles from "./Table.module.scss";
|
|
5
6
|
|
|
6
7
|
type Variant = "striped" | "raw" | "wide" | "centered";
|
|
@@ -12,11 +13,13 @@ interface Props {
|
|
|
12
13
|
const Table: React.FC<React.TableHTMLAttributes<HTMLTableElement> & Props> = (
|
|
13
14
|
{ className, children, variant, ...props },
|
|
14
15
|
) => {
|
|
16
|
+
const v = makeVariants(variant);
|
|
17
|
+
|
|
15
18
|
const cls = classnames(className, {
|
|
16
|
-
[styles.table]:
|
|
17
|
-
[styles.striped]:
|
|
18
|
-
[styles.full]:
|
|
19
|
-
[styles.centered]:
|
|
19
|
+
[styles.table]: !v.includes("raw"),
|
|
20
|
+
[styles.striped]: v.includes("striped"),
|
|
21
|
+
[styles.full]: v.includes("wide"),
|
|
22
|
+
[styles.centered]: v.includes("centered"),
|
|
20
23
|
});
|
|
21
24
|
return <table className={cls} {...props}>{children}</table>;
|
|
22
25
|
};
|