react-miui 0.28.0 → 0.28.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 +9 -0
- package/dist/components/form/ColorPicker.js +1 -3
- package/dist/components/form/ColorPicker.js.map +1 -1
- package/dist/components/form/choice/Choice.d.ts +4 -4
- package/dist/components/form/choice/Choice.d.ts.map +1 -1
- package/dist/components/form/choice/Choice.js.map +1 -1
- package/dist/components/form/input/Input.d.ts +1 -1
- package/dist/components/form/input/Input.d.ts.map +1 -1
- package/dist/components/form/input/Input.js +3 -2
- package/dist/components/form/input/Input.js.map +1 -1
- package/dist/components/utils/Spacer.d.ts +83 -4
- package/dist/components/utils/Spacer.d.ts.map +1 -1
- package/dist/components/utils/Spacer.js +2 -8
- package/dist/components/utils/Spacer.js.map +1 -1
- package/dist/components/utils/colors.d.ts.map +1 -1
- package/dist/components/utils/colors.js +1 -1
- package/dist/components/utils/colors.js.map +1 -1
- package/docs/classes/Drawer.html +14 -14
- package/docs/classes/Pop.html +14 -14
- package/docs/classes/ToasterProvider.html +10 -10
- package/docs/enums/ICON.html +14 -14
- package/docs/functions/Action.html +4 -4
- package/docs/functions/Button.html +4 -4
- package/docs/functions/Card.html +4 -4
- package/docs/functions/Checkbox.html +4 -4
- package/docs/functions/Choice.html +13 -12
- package/docs/functions/ColorPicker.html +4 -4
- package/docs/functions/CoveringLoader.html +4 -4
- package/docs/functions/DirectionPad.html +4 -4
- package/docs/functions/EqualActions.html +4 -4
- package/docs/functions/FullLoader.html +4 -4
- package/docs/functions/HandleEsc.html +4 -4
- package/docs/functions/Header.html +4 -4
- package/docs/functions/HeaderIconAction.html +4 -4
- package/docs/functions/Icon-1.html +4 -4
- package/docs/functions/If.html +4 -4
- package/docs/functions/Input.html +8 -10
- package/docs/functions/KeyValue.html +4 -4
- package/docs/functions/Label.html +4 -4
- package/docs/functions/Line.html +4 -4
- package/docs/functions/List-1.html +4 -4
- package/docs/functions/Loader.html +4 -4
- package/docs/functions/Loading.html +4 -4
- package/docs/functions/Message.html +4 -4
- package/docs/functions/Modal-1.html +4 -4
- package/docs/functions/ModalButtons.html +4 -4
- package/docs/functions/PopLoader.html +4 -4
- package/docs/functions/PopOption.html +4 -4
- package/docs/functions/Progress.html +4 -4
- package/docs/functions/SearchContainer.html +4 -4
- package/docs/functions/Section.html +4 -4
- package/docs/functions/Select.html +4 -4
- package/docs/functions/Selector.html +5 -5
- package/docs/functions/Spacer.html +35 -12
- package/docs/functions/Stats.html +4 -4
- package/docs/functions/StickyHeader.html +4 -4
- package/docs/functions/Table.html +4 -4
- package/docs/functions/TextArea.html +4 -4
- package/docs/functions/Toggle.html +4 -4
- package/docs/functions/ToolButton.html +4 -4
- package/docs/functions/borderPxToRem.html +5 -5
- package/docs/functions/createTheme.html +4 -4
- package/docs/functions/css.html +4 -4
- package/docs/functions/dimensionsPxToRem.html +5 -5
- package/docs/functions/fontPxToRem.html +5 -5
- package/docs/functions/getCssText.html +4 -4
- package/docs/functions/globalCss.html +4 -4
- package/docs/functions/keyframes.html +4 -4
- package/docs/functions/pxToRem.html +5 -5
- package/docs/functions/styled.html +4 -4
- package/docs/functions/useToaster.html +5 -5
- package/docs/index.html +4 -4
- package/docs/interfaces/IconProps.html +7 -7
- package/docs/interfaces/InputCustomProps.html +11 -11
- package/docs/interfaces/LabelProps.html +8 -8
- package/docs/interfaces/StickyHeaderProps.html +9 -9
- package/docs/interfaces/ToggleProps.html +10 -10
- package/docs/modules/List.html +7 -7
- package/docs/modules/Modal.html +6 -6
- package/docs/modules.html +4 -4
- package/docs/pages/tutorials/Test.html +4 -4
- package/docs/types/ActionProps.html +5 -5
- package/docs/types/ChoiceProps.html +7 -12
- package/docs/types/InputProps.html +5 -5
- package/docs/types/OverwriteProps.html +5 -5
- package/docs/types/ThemeCSS.html +5 -5
- package/docs/variables/List.Header.html +5 -5
- package/docs/variables/List.Item.html +5 -5
- package/docs/variables/Modal.RemovePadding.html +5 -5
- package/docs/variables/config.html +5 -5
- package/docs/variables/cssReset.html +5 -5
- package/docs/variables/miuiScrollbars.html +5 -5
- package/docs/variables/theme.html +5 -5
- package/esm/components/form/Checkbox.stories.d.ts +9 -0
- package/esm/components/form/Checkbox.stories.d.ts.map +1 -0
- package/esm/components/form/Checkbox.stories.js +80 -0
- package/esm/components/form/Checkbox.stories.js.map +1 -0
- package/esm/components/form/ColorPicker.js +1 -3
- package/esm/components/form/ColorPicker.js.map +1 -1
- package/esm/components/form/ColorPicker.stories.d.ts +10 -0
- package/esm/components/form/ColorPicker.stories.d.ts.map +1 -0
- package/esm/components/form/ColorPicker.stories.js +75 -0
- package/esm/components/form/ColorPicker.stories.js.map +1 -0
- package/esm/components/form/Label.stories.d.ts +11 -0
- package/esm/components/form/Label.stories.d.ts.map +1 -0
- package/esm/components/form/Label.stories.js +43 -0
- package/esm/components/form/Label.stories.js.map +1 -0
- package/esm/components/form/Select.stories.d.ts +8 -0
- package/esm/components/form/Select.stories.d.ts.map +1 -0
- package/esm/components/form/Select.stories.js +24 -0
- package/esm/components/form/Select.stories.js.map +1 -0
- package/esm/components/form/Toggle.stories.d.ts +14 -0
- package/esm/components/form/Toggle.stories.d.ts.map +1 -0
- package/esm/components/form/Toggle.stories.js +76 -0
- package/esm/components/form/Toggle.stories.js.map +1 -0
- package/esm/components/form/choice/Choice.d.ts +4 -4
- package/esm/components/form/choice/Choice.d.ts.map +1 -1
- package/esm/components/form/choice/Choice.js.map +1 -1
- package/esm/components/form/choice/Choice.stories.d.ts +10 -0
- package/esm/components/form/choice/Choice.stories.d.ts.map +1 -0
- package/esm/components/form/choice/Choice.stories.js +80 -0
- package/esm/components/form/choice/Choice.stories.js.map +1 -0
- package/esm/components/form/input/Input.d.ts +1 -1
- package/esm/components/form/input/Input.d.ts.map +1 -1
- package/esm/components/form/input/Input.js +3 -2
- package/esm/components/form/input/Input.js.map +1 -1
- package/esm/components/form/input/Input.stories.d.ts +10 -0
- package/esm/components/form/input/Input.stories.d.ts.map +1 -0
- package/esm/components/form/input/Input.stories.js +53 -0
- package/esm/components/form/input/Input.stories.js.map +1 -0
- package/esm/components/form/textarea/TextArea.stories.d.ts +8 -0
- package/esm/components/form/textarea/TextArea.stories.d.ts.map +1 -0
- package/esm/components/form/textarea/TextArea.stories.js +19 -0
- package/esm/components/form/textarea/TextArea.stories.js.map +1 -0
- package/esm/components/layout/header/Header.stories.d.ts +11 -0
- package/esm/components/layout/header/Header.stories.d.ts.map +1 -0
- package/esm/components/layout/header/Header.stories.js +56 -0
- package/esm/components/layout/header/Header.stories.js.map +1 -0
- package/esm/components/layout/header/HeaderIconAction.stories.d.ts +9 -0
- package/esm/components/layout/header/HeaderIconAction.stories.d.ts.map +1 -0
- package/esm/components/layout/header/HeaderIconAction.stories.js +24 -0
- package/esm/components/layout/header/HeaderIconAction.stories.js.map +1 -0
- package/esm/components/layout/header/StickyHeader.stories.d.ts +9 -0
- package/esm/components/layout/header/StickyHeader.stories.d.ts.map +1 -0
- package/esm/components/layout/header/StickyHeader.stories.js +60 -0
- package/esm/components/layout/header/StickyHeader.stories.js.map +1 -0
- package/esm/components/layout/list/Header.stories.d.ts +8 -0
- package/esm/components/layout/list/Header.stories.d.ts.map +1 -0
- package/esm/components/layout/list/Header.stories.js +27 -0
- package/esm/components/layout/list/Header.stories.js.map +1 -0
- package/esm/components/layout/list/Item.stories.d.ts +11 -0
- package/esm/components/layout/list/Item.stories.d.ts.map +1 -0
- package/esm/components/layout/list/Item.stories.js +100 -0
- package/esm/components/layout/list/Item.stories.js.map +1 -0
- package/esm/components/layout/list/Label.stories.d.ts +8 -0
- package/esm/components/layout/list/Label.stories.d.ts.map +1 -0
- package/esm/components/layout/list/Label.stories.js +29 -0
- package/esm/components/layout/list/Label.stories.js.map +1 -0
- package/esm/components/layout/list/List.stories.d.ts +9 -0
- package/esm/components/layout/list/List.stories.d.ts.map +1 -0
- package/esm/components/layout/list/List.stories.js +46 -0
- package/esm/components/layout/list/List.stories.js.map +1 -0
- package/esm/components/layout/list/Value.stories.d.ts +8 -0
- package/esm/components/layout/list/Value.stories.d.ts.map +1 -0
- package/esm/components/layout/list/Value.stories.js +23 -0
- package/esm/components/layout/list/Value.stories.js.map +1 -0
- package/esm/components/layout/section/Section.stories.d.ts +8 -0
- package/esm/components/layout/section/Section.stories.d.ts.map +1 -0
- package/esm/components/layout/section/Section.stories.js +31 -0
- package/esm/components/layout/section/Section.stories.js.map +1 -0
- package/esm/components/layout/table/Table.stories.d.ts +8 -0
- package/esm/components/layout/table/Table.stories.d.ts.map +1 -0
- package/esm/components/layout/table/Table.stories.js +49 -0
- package/esm/components/layout/table/Table.stories.js.map +1 -0
- package/esm/components/ui/action/Action.stories.d.ts +11 -0
- package/esm/components/ui/action/Action.stories.d.ts.map +1 -0
- package/esm/components/ui/action/Action.stories.js +58 -0
- package/esm/components/ui/action/Action.stories.js.map +1 -0
- package/esm/components/ui/button/Button.stories.d.ts +9 -0
- package/esm/components/ui/button/Button.stories.d.ts.map +1 -0
- package/esm/components/ui/button/Button.stories.js +35 -0
- package/esm/components/ui/button/Button.stories.js.map +1 -0
- package/esm/components/ui/line/Line.stories.d.ts +8 -0
- package/esm/components/ui/line/Line.stories.d.ts.map +1 -0
- package/esm/components/ui/line/Line.stories.js +27 -0
- package/esm/components/ui/line/Line.stories.js.map +1 -0
- package/esm/components/ui/loader/CoveringLoader.stories.d.ts +8 -0
- package/esm/components/ui/loader/CoveringLoader.stories.d.ts.map +1 -0
- package/esm/components/ui/loader/CoveringLoader.stories.js +25 -0
- package/esm/components/ui/loader/CoveringLoader.stories.js.map +1 -0
- package/esm/components/ui/loader/FullLoader.stories.d.ts +8 -0
- package/esm/components/ui/loader/FullLoader.stories.d.ts.map +1 -0
- package/esm/components/ui/loader/FullLoader.stories.js +19 -0
- package/esm/components/ui/loader/FullLoader.stories.js.map +1 -0
- package/esm/components/ui/loader/Loader.stories.d.ts +8 -0
- package/esm/components/ui/loader/Loader.stories.d.ts.map +1 -0
- package/esm/components/ui/loader/Loader.stories.js +23 -0
- package/esm/components/ui/loader/Loader.stories.js.map +1 -0
- package/esm/components/ui/loader/Loading.stories.d.ts +8 -0
- package/esm/components/ui/loader/Loading.stories.d.ts.map +1 -0
- package/esm/components/ui/loader/Loading.stories.js +32 -0
- package/esm/components/ui/loader/Loading.stories.js.map +1 -0
- package/esm/components/ui/loader/PopLoader.stories.d.ts +8 -0
- package/esm/components/ui/loader/PopLoader.stories.d.ts.map +1 -0
- package/esm/components/ui/loader/PopLoader.stories.js +24 -0
- package/esm/components/ui/loader/PopLoader.stories.js.map +1 -0
- package/esm/components/ui/message/Message.stories.d.ts +9 -0
- package/esm/components/ui/message/Message.stories.d.ts.map +1 -0
- package/esm/components/ui/message/Message.stories.js +43 -0
- package/esm/components/ui/message/Message.stories.js.map +1 -0
- package/esm/components/ui/modal/Modal.stories.d.ts +10 -0
- package/esm/components/ui/modal/Modal.stories.d.ts.map +1 -0
- package/esm/components/ui/modal/Modal.stories.js +84 -0
- package/esm/components/ui/modal/Modal.stories.js.map +1 -0
- package/esm/components/ui/modal/ModalButtons.stories.d.ts +8 -0
- package/esm/components/ui/modal/ModalButtons.stories.d.ts.map +1 -0
- package/esm/components/ui/modal/ModalButtons.stories.js +19 -0
- package/esm/components/ui/modal/ModalButtons.stories.js.map +1 -0
- package/esm/components/ui/pop/Pop.stories.d.ts +8 -0
- package/esm/components/ui/pop/Pop.stories.d.ts.map +1 -0
- package/esm/components/ui/pop/Pop.stories.js +65 -0
- package/esm/components/ui/pop/Pop.stories.js.map +1 -0
- package/esm/components/ui/progress/Progress.stories.d.ts +9 -0
- package/esm/components/ui/progress/Progress.stories.d.ts.map +1 -0
- package/esm/components/ui/progress/Progress.stories.js +29 -0
- package/esm/components/ui/progress/Progress.stories.js.map +1 -0
- package/esm/components/ui/toaster/Toaster.stories.d.ts +7 -0
- package/esm/components/ui/toaster/Toaster.stories.d.ts.map +1 -0
- package/esm/components/ui/toaster/Toaster.stories.js +39 -0
- package/esm/components/ui/toaster/Toaster.stories.js.map +1 -0
- package/esm/components/ui/toolButton/ToolButton.stories.d.ts +8 -0
- package/esm/components/ui/toolButton/ToolButton.stories.d.ts.map +1 -0
- package/esm/components/ui/toolButton/ToolButton.stories.js +29 -0
- package/esm/components/ui/toolButton/ToolButton.stories.js.map +1 -0
- package/esm/components/utils/Spacer.d.ts +83 -4
- package/esm/components/utils/Spacer.d.ts.map +1 -1
- package/esm/components/utils/Spacer.js +2 -5
- package/esm/components/utils/Spacer.js.map +1 -1
- package/esm/components/utils/colors.d.ts.map +1 -1
- package/esm/components/utils/colors.js +1 -1
- package/esm/components/utils/colors.js.map +1 -1
- package/package.json +1 -1
- package/src/components/form/ColorPicker.tsx +3 -3
- package/src/components/form/Label.styled.ts +1 -1
- package/src/components/form/choice/Choice.tsx +6 -6
- package/src/components/form/input/Input.stories.tsx +22 -2
- package/src/components/form/input/Input.tsx +8 -2
- package/src/components/ui/pop/Pop.stories.tsx +0 -1
- package/src/components/utils/Spacer.tsx +2 -8
- package/src/components/utils/colors.ts +3 -1
- package/src/demo/Main.tsx +1 -1
- package/dist/components/utils/Spacer.module.scss +0 -3
- package/esm/components/utils/Spacer.module.scss +0 -3
- package/src/components/form/choice/Choice.js +0 -32
- package/src/components/form/choice/Choice.styled.js +0 -65
- package/src/components/utils/Spacer.module.scss +0 -3
- package/src/theme.js +0 -98
- package/src/types/form.js +0 -2
- package/src/utils/index.js +0 -19
- package/src/utils/makeVariants.js +0 -13
- package/src/utils/toObjectValue.js +0 -7
- package/src/utils/useKeyPress.js +0 -29
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ToasterProvider | react-miui - v0.28.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ToasterProvider | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.28.2</a></li>
|
|
16
16
|
<li><a href="ToasterProvider.html">ToasterProvider</a></li></ul>
|
|
17
17
|
<h1>Class ToasterProvider</h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-hierarchy">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">ToasterProvider</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/ui/toaster/Toaster.tsx#L26">src/components/ui/toaster/Toaster.tsx:26</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
<h4 class="tsd-returns-title">Returns <a href="ToasterProvider.html" class="tsd-signature-type" data-tsd-kind="Class">ToasterProvider</a></h4><aside class="tsd-sources">
|
|
79
79
|
<p>Overrides React.Component<Props, State>.constructor</p>
|
|
80
80
|
<ul>
|
|
81
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
81
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/ui/toaster/Toaster.tsx#L27">src/components/ui/toaster/Toaster.tsx:27</a></li></ul></aside></li></ul></section></section>
|
|
82
82
|
<section class="tsd-panel-group tsd-member-group">
|
|
83
83
|
<h2>Properties</h2>
|
|
84
84
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="context" class="tsd-anchor"></a>
|
|
@@ -239,7 +239,7 @@ this from being invoked.</p>
|
|
|
239
239
|
<h5>timeout: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = DEFAULT_TIMEOUT</span></h5></li></ul></div>
|
|
240
240
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><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/73fc725/src/components/ui/toaster/Toaster.tsx#L35">src/components/ui/toaster/Toaster.tsx:35</a></li></ul></aside></li></ul></section>
|
|
243
243
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="_handleRemove" class="tsd-anchor"></a>
|
|
244
244
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>_handle<wbr/>Remove</span><a href="#_handleRemove" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
245
245
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
@@ -252,7 +252,7 @@ this from being invoked.</p>
|
|
|
252
252
|
<h5>id: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
253
253
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><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/73fc725/src/components/ui/toaster/Toaster.tsx#L66">src/components/ui/toaster/Toaster.tsx:66</a></li></ul></aside></li></ul></section>
|
|
256
256
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="_removeAllToasts" class="tsd-anchor"></a>
|
|
257
257
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>_remove<wbr/>All<wbr/>Toasts</span><a href="#_removeAllToasts" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
258
258
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
@@ -260,7 +260,7 @@ this from being invoked.</p>
|
|
|
260
260
|
<li class="tsd-description">
|
|
261
261
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
262
262
|
<ul>
|
|
263
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
263
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/ui/toaster/Toaster.tsx#L73">src/components/ui/toaster/Toaster.tsx:73</a></li></ul></aside></li></ul></section>
|
|
264
264
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentDidCatch" class="tsd-anchor"></a>
|
|
265
265
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Did<wbr/>Catch</span><a href="#componentDidCatch" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
266
266
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -458,7 +458,7 @@ lifecycle events from running.</p>
|
|
|
458
458
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
|
|
459
459
|
<p>Overrides React.Component.render</p>
|
|
460
460
|
<ul>
|
|
461
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
461
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/ui/toaster/Toaster.tsx#L88">src/components/ui/toaster/Toaster.tsx:88</a></li></ul></aside></li></ul></section>
|
|
462
462
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="setState" class="tsd-anchor"></a>
|
|
463
463
|
<h3 class="tsd-anchor-link"><span>set<wbr/>State</span><a href="#setState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
464
464
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -530,7 +530,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
|
|
|
530
530
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
531
531
|
<div class="tsd-accordion-details">
|
|
532
532
|
<ul>
|
|
533
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.
|
|
533
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
|
|
534
534
|
<ul>
|
|
535
535
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
536
536
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
package/docs/enums/ICON.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ICON | react-miui - v0.28.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ICON | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,17 +6,17 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.28.2</a></li>
|
|
16
16
|
<li><a href="ICON.html">ICON</a></li></ul>
|
|
17
17
|
<h1>Enumeration ICON</h1></div><aside class="tsd-sources">
|
|
18
18
|
<ul>
|
|
19
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
19
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li></ul></aside>
|
|
20
20
|
<section class="tsd-panel-group tsd-index-group">
|
|
21
21
|
<section class="tsd-panel tsd-index-panel">
|
|
22
22
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -40,47 +40,47 @@
|
|
|
40
40
|
<h3 class="tsd-anchor-link"><span>back</span><a href="#back" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
41
41
|
<div class="tsd-signature">back<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"back"</span></div><aside class="tsd-sources">
|
|
42
42
|
<ul>
|
|
43
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
43
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/icons/Icon.tsx#L17">src/components/icons/Icon.tsx:17</a></li></ul></aside></section>
|
|
44
44
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="battery" class="tsd-anchor"></a>
|
|
45
45
|
<h3 class="tsd-anchor-link"><span>battery</span><a href="#battery" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
46
46
|
<div class="tsd-signature">battery<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"battery"</span></div><aside class="tsd-sources">
|
|
47
47
|
<ul>
|
|
48
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
48
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/icons/Icon.tsx#L20">src/components/icons/Icon.tsx:20</a></li></ul></aside></section>
|
|
49
49
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="checkmark" class="tsd-anchor"></a>
|
|
50
50
|
<h3 class="tsd-anchor-link"><span>checkmark</span><a href="#checkmark" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
51
51
|
<div class="tsd-signature">checkmark<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"checkmark"</span></div><aside class="tsd-sources">
|
|
52
52
|
<ul>
|
|
53
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
53
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/icons/Icon.tsx#L16">src/components/icons/Icon.tsx:16</a></li></ul></aside></section>
|
|
54
54
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="config" class="tsd-anchor"></a>
|
|
55
55
|
<h3 class="tsd-anchor-link"><span>config</span><a href="#config" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
56
56
|
<div class="tsd-signature">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"config"</span></div><aside class="tsd-sources">
|
|
57
57
|
<ul>
|
|
58
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
58
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/icons/Icon.tsx#L23">src/components/icons/Icon.tsx:23</a></li></ul></aside></section>
|
|
59
59
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="dots" class="tsd-anchor"></a>
|
|
60
60
|
<h3 class="tsd-anchor-link"><span>dots</span><a href="#dots" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
61
61
|
<div class="tsd-signature">dots<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"dots"</span></div><aside class="tsd-sources">
|
|
62
62
|
<ul>
|
|
63
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
63
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/icons/Icon.tsx#L24">src/components/icons/Icon.tsx:24</a></li></ul></aside></section>
|
|
64
64
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="forward" class="tsd-anchor"></a>
|
|
65
65
|
<h3 class="tsd-anchor-link"><span>forward</span><a href="#forward" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
66
66
|
<div class="tsd-signature">forward<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"forward"</span></div><aside class="tsd-sources">
|
|
67
67
|
<ul>
|
|
68
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
68
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/icons/Icon.tsx#L18">src/components/icons/Icon.tsx:18</a></li></ul></aside></section>
|
|
69
69
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="heart" class="tsd-anchor"></a>
|
|
70
70
|
<h3 class="tsd-anchor-link"><span>heart</span><a href="#heart" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
71
71
|
<div class="tsd-signature">heart<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"heart"</span></div><aside class="tsd-sources">
|
|
72
72
|
<ul>
|
|
73
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
73
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/icons/Icon.tsx#L21">src/components/icons/Icon.tsx:21</a></li></ul></aside></section>
|
|
74
74
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="search" class="tsd-anchor"></a>
|
|
75
75
|
<h3 class="tsd-anchor-link"><span>search</span><a href="#search" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
76
76
|
<div class="tsd-signature">search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"search"</span></div><aside class="tsd-sources">
|
|
77
77
|
<ul>
|
|
78
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
78
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/icons/Icon.tsx#L19">src/components/icons/Icon.tsx:19</a></li></ul></aside></section>
|
|
79
79
|
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="trash" class="tsd-anchor"></a>
|
|
80
80
|
<h3 class="tsd-anchor-link"><span>trash</span><a href="#trash" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
81
81
|
<div class="tsd-signature">trash<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"trash"</span></div><aside class="tsd-sources">
|
|
82
82
|
<ul>
|
|
83
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
83
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/icons/Icon.tsx#L22">src/components/icons/Icon.tsx:22</a></li></ul></aside></section></section></div>
|
|
84
84
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
85
85
|
<div class="tsd-navigation settings">
|
|
86
86
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
101
101
|
<div class="tsd-accordion-details">
|
|
102
102
|
<ul>
|
|
103
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.
|
|
103
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
|
|
104
104
|
<ul>
|
|
105
105
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
106
106
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Action | react-miui - v0.28.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Action | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.28.2</a></li>
|
|
16
16
|
<li><a href="Action.html">Action</a></li></ul>
|
|
17
17
|
<h1>Function Action</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
56
56
|
<div class="tsd-accordion-details">
|
|
57
57
|
<ul>
|
|
58
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.
|
|
58
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
|
|
59
59
|
<ul>
|
|
60
60
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
61
61
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Button | react-miui - v0.28.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Button | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.28.2</a></li>
|
|
16
16
|
<li><a href="Button.html">Button</a></li></ul>
|
|
17
17
|
<h1>Function Button</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
82
82
|
<div class="tsd-accordion-details">
|
|
83
83
|
<ul>
|
|
84
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.
|
|
84
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
|
|
85
85
|
<ul>
|
|
86
86
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
87
87
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
package/docs/functions/Card.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Card | react-miui - v0.28.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Card | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.28.2</a></li>
|
|
16
16
|
<li><a href="Card.html">Card</a></li></ul>
|
|
17
17
|
<h1>Function Card</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
53
53
|
<div class="tsd-accordion-details">
|
|
54
54
|
<ul>
|
|
55
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.
|
|
55
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
|
|
56
56
|
<ul>
|
|
57
57
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
58
58
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Checkbox | react-miui - v0.28.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Checkbox | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.28.2</a></li>
|
|
16
16
|
<li><a href="Checkbox.html">Checkbox</a></li></ul>
|
|
17
17
|
<h1>Function Checkbox</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
55
55
|
<div class="tsd-accordion-details">
|
|
56
56
|
<ul>
|
|
57
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.
|
|
57
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
|
|
58
58
|
<ul>
|
|
59
59
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
60
60
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Choice | react-miui - v0.28.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Choice | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,32 +6,33 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.28.2</a></li>
|
|
16
16
|
<li><a href="Choice.html">Choice</a></li></ul>
|
|
17
17
|
<h1>Function Choice</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
19
19
|
<ul class="tsd-signatures tsd-kind-function">
|
|
20
|
-
<li class="tsd-signature tsd-anchor-link" id="Choice">Choice<span class="tsd-signature-symbol"
|
|
20
|
+
<li class="tsd-signature tsd-anchor-link" id="Choice">Choice<span class="tsd-signature-symbol">(</span>props<span class="tsd-signature-symbol">: </span><a href="../types/ChoiceProps.html" class="tsd-signature-type" data-tsd-kind="Type alias">ChoiceProps</a>, deprecatedLegacyContext<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ReactNode</span><a href="#Choice" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></li>
|
|
21
21
|
<li class="tsd-description">
|
|
22
|
-
<section class="tsd-panel tsd-type-parameters">
|
|
23
|
-
<h4>Type Parameters</h4>
|
|
24
|
-
<ul class="tsd-type-parameters">
|
|
25
|
-
<li>
|
|
26
|
-
<h4>T<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-type">string</span></h4></li></ul></section>
|
|
27
22
|
<div class="tsd-parameters">
|
|
28
23
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
29
24
|
<ul class="tsd-parameter-list">
|
|
30
25
|
<li>
|
|
31
|
-
<h5>
|
|
26
|
+
<h5>props: <a href="../types/ChoiceProps.html" class="tsd-signature-type" data-tsd-kind="Type alias">ChoiceProps</a></h5></li>
|
|
27
|
+
<li>
|
|
28
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> deprecatedLegacyContext: <span class="tsd-signature-type">any</span></h5>
|
|
29
|
+
<div class="tsd-comment tsd-typography">
|
|
30
|
+
<h3>Deprecated</h3>
|
|
31
|
+
<h3>See</h3><p><a href="https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods">React Docs</a></p>
|
|
32
|
+
</div></li></ul></div>
|
|
32
33
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ReactNode</span></h4><aside class="tsd-sources">
|
|
33
34
|
<ul>
|
|
34
|
-
<li>Defined in
|
|
35
|
+
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1127</li></ul></aside></li></ul></section></div>
|
|
35
36
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
36
37
|
<div class="tsd-navigation settings">
|
|
37
38
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -51,7 +52,7 @@
|
|
|
51
52
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
52
53
|
<div class="tsd-accordion-details">
|
|
53
54
|
<ul>
|
|
54
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.
|
|
55
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
|
|
55
56
|
<ul>
|
|
56
57
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
57
58
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ColorPicker | react-miui - v0.28.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ColorPicker | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.28.2</a></li>
|
|
16
16
|
<li><a href="ColorPicker.html">ColorPicker</a></li></ul>
|
|
17
17
|
<h1>Function ColorPicker</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
55
55
|
<div class="tsd-accordion-details">
|
|
56
56
|
<ul>
|
|
57
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.
|
|
57
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
|
|
58
58
|
<ul>
|
|
59
59
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
60
60
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CoveringLoader | react-miui - v0.28.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CoveringLoader | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.28.2</a></li>
|
|
16
16
|
<li><a href="CoveringLoader.html">CoveringLoader</a></li></ul>
|
|
17
17
|
<h1>Function CoveringLoader</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -55,7 +55,7 @@ Contents opacity is lowered.</p>
|
|
|
55
55
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
56
56
|
<div class="tsd-accordion-details">
|
|
57
57
|
<ul>
|
|
58
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.
|
|
58
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
|
|
59
59
|
<ul>
|
|
60
60
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
61
61
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DirectionPad | react-miui - v0.28.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DirectionPad | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.28.2</a></li>
|
|
16
16
|
<li><a href="DirectionPad.html">DirectionPad</a></li></ul>
|
|
17
17
|
<h1>Function DirectionPad</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
53
53
|
<div class="tsd-accordion-details">
|
|
54
54
|
<ul>
|
|
55
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.
|
|
55
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
|
|
56
56
|
<ul>
|
|
57
57
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
58
58
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|