react-miui 0.27.10 → 0.27.11
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 +7 -0
- package/dist/components/layout/header/StickyHeader.d.ts +92 -7
- package/dist/components/layout/header/StickyHeader.d.ts.map +1 -1
- package/dist/components/layout/header/StickyHeader.js +9 -4
- package/dist/components/layout/header/StickyHeader.js.map +1 -1
- package/dist/components/ui/progress/Progress.d.ts +8 -4
- package/dist/components/ui/progress/Progress.d.ts.map +1 -1
- package/dist/components/ui/progress/Progress.js +9 -7
- package/dist/components/ui/progress/Progress.js.map +1 -1
- package/dist/components/ui/progress/Progress.stories.d.ts.map +1 -1
- package/dist/components/ui/progress/Progress.stories.js +1 -1
- package/dist/components/ui/progress/Progress.stories.js.map +1 -1
- package/dist/types/fnWithProps.d.ts +3 -0
- package/dist/types/fnWithProps.d.ts.map +1 -0
- package/dist/types/fnWithProps.js +8 -0
- package/dist/types/fnWithProps.js.map +1 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/Drawer.html +4 -4
- package/docs/classes/Pop.html +4 -4
- package/docs/classes/ToasterProvider.html +4 -4
- package/docs/enums/ICON.html +4 -4
- package/docs/functions/Action.html +5 -7
- package/docs/functions/Button.html +5 -7
- package/docs/functions/Card.html +5 -7
- package/docs/functions/Checkbox.html +5 -7
- package/docs/functions/Choice.html +5 -7
- package/docs/functions/CoveringLoader.html +5 -7
- package/docs/functions/DirectionPad.html +5 -7
- package/docs/functions/EqualActions.html +5 -7
- package/docs/functions/FullLoader.html +5 -7
- package/docs/functions/HandleEsc.html +5 -7
- package/docs/functions/Header.html +5 -7
- package/docs/functions/HeaderIconAction.html +5 -7
- package/docs/functions/Icon-1.html +5 -7
- package/docs/functions/If.html +5 -7
- package/docs/functions/Input.html +5 -7
- package/docs/functions/KeyValue.html +5 -7
- package/docs/functions/Label.html +5 -7
- package/docs/functions/Line.html +5 -7
- package/docs/functions/List-1.html +5 -7
- package/docs/functions/Loader.html +5 -7
- package/docs/functions/Loading.html +5 -7
- package/docs/functions/Message.html +5 -7
- package/docs/functions/Modal-1.html +5 -7
- package/docs/functions/ModalButtons.html +5 -7
- package/docs/functions/PopLoader.html +5 -7
- package/docs/functions/PopOption.html +5 -7
- package/docs/functions/Progress.html +5 -7
- package/docs/functions/SearchContainer.html +5 -7
- package/docs/functions/Section.html +5 -7
- package/docs/functions/Select.html +5 -7
- package/docs/functions/Selector.html +5 -7
- package/docs/functions/Spacer.html +5 -7
- package/docs/functions/Stats.html +5 -7
- package/docs/functions/StickyHeader.html +5 -7
- package/docs/functions/Table.html +5 -7
- package/docs/functions/TextArea.html +5 -7
- package/docs/functions/Toggle.html +5 -7
- package/docs/functions/ToolButton.html +5 -7
- package/docs/functions/borderPxToRem.html +5 -7
- package/docs/functions/createTheme.html +5 -7
- package/docs/functions/css.html +5 -7
- package/docs/functions/dimensionsPxToRem.html +5 -7
- package/docs/functions/fontPxToRem.html +5 -7
- package/docs/functions/getCssText.html +5 -7
- package/docs/functions/globalCss.html +5 -7
- package/docs/functions/keyframes.html +5 -7
- package/docs/functions/pxToRem.html +5 -7
- package/docs/functions/styled.html +5 -7
- package/docs/functions/useToaster.html +5 -7
- package/docs/index.html +5 -7
- package/docs/interfaces/ChoiceProps.html +4 -4
- package/docs/interfaces/IconProps.html +4 -4
- package/docs/interfaces/InputCustomProps.html +4 -4
- package/docs/interfaces/StickyHeaderProps.html +9 -9
- package/docs/modules/List.html +4 -4
- package/docs/modules/Modal.html +4 -4
- package/docs/modules.html +5 -9
- package/docs/pages/tutorials/Test.html +5 -7
- package/docs/types/ActionProps.html +5 -7
- package/docs/types/InputProps.html +5 -7
- package/docs/types/OverwriteProps.html +5 -7
- package/docs/types/ThemeCSS.html +5 -7
- package/docs/variables/List.Header.html +4 -4
- package/docs/variables/List.Item.html +4 -4
- package/docs/variables/Modal.RemovePadding.html +4 -4
- package/docs/variables/config.html +5 -7
- package/docs/variables/cssReset.html +5 -7
- package/docs/variables/miuiScrollbars.html +5 -7
- package/docs/variables/theme.html +5 -7
- package/esm/components/layout/header/StickyHeader.d.ts +92 -7
- package/esm/components/layout/header/StickyHeader.d.ts.map +1 -1
- package/esm/components/layout/header/StickyHeader.js +10 -5
- package/esm/components/layout/header/StickyHeader.js.map +1 -1
- package/esm/components/ui/progress/Progress.d.ts +8 -4
- package/esm/components/ui/progress/Progress.d.ts.map +1 -1
- package/esm/components/ui/progress/Progress.js +9 -5
- package/esm/components/ui/progress/Progress.js.map +1 -1
- package/esm/components/ui/progress/Progress.stories.d.ts.map +1 -1
- package/esm/components/ui/progress/Progress.stories.js +2 -2
- package/esm/components/ui/progress/Progress.stories.js.map +1 -1
- package/esm/types/fnWithProps.d.ts +3 -0
- package/esm/types/fnWithProps.d.ts.map +1 -0
- package/esm/types/fnWithProps.js +5 -0
- package/esm/types/fnWithProps.js.map +1 -0
- package/package.json +1 -1
- package/src/components/layout/header/StickyHeader.tsx +13 -11
- package/src/components/ui/progress/Progress.stories.tsx +2 -2
- package/src/components/ui/progress/Progress.tsx +17 -6
- package/src/types/fnWithProps.ts +16 -0
- package/docs/variables/BackgroundClassName.html +0 -116
- package/docs/variables/ValueClassName.html +0 -116
|
@@ -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.27.
|
|
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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.11</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">
|
|
@@ -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.27.
|
|
533
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</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.27.
|
|
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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.11</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>
|
|
@@ -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.27.
|
|
103
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</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.27.
|
|
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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.11</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.27.
|
|
58
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</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>
|
|
@@ -74,9 +74,7 @@
|
|
|
74
74
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
|
|
75
75
|
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
76
76
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
77
|
-
<li class="tsd-kind-variable"><a href="../variables/
|
|
78
|
-
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
79
|
-
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
77
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>config</a></li>
|
|
80
78
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
81
79
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
82
80
|
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</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.27.
|
|
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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.11</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.27.
|
|
84
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</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>
|
|
@@ -100,9 +100,7 @@
|
|
|
100
100
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
|
|
101
101
|
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
102
102
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
103
|
-
<li class="tsd-kind-variable"><a href="../variables/
|
|
104
|
-
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
105
|
-
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
103
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>config</a></li>
|
|
106
104
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
107
105
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
108
106
|
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</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.27.
|
|
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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.11</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.27.
|
|
55
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</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>
|
|
@@ -71,9 +71,7 @@
|
|
|
71
71
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
|
|
72
72
|
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
73
73
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
74
|
-
<li class="tsd-kind-variable"><a href="../variables/
|
|
75
|
-
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
76
|
-
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
74
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>config</a></li>
|
|
77
75
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
78
76
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
79
77
|
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</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.27.
|
|
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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.11</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.27.
|
|
57
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</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>
|
|
@@ -73,9 +73,7 @@
|
|
|
73
73
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
|
|
74
74
|
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
75
75
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
76
|
-
<li class="tsd-kind-variable"><a href="../variables/
|
|
77
|
-
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
78
|
-
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
76
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>config</a></li>
|
|
79
77
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
80
78
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
81
79
|
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</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.27.
|
|
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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.11</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">
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
<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
52
|
<div class="tsd-accordion-details">
|
|
53
53
|
<ul>
|
|
54
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.
|
|
54
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</a>
|
|
55
55
|
<ul>
|
|
56
56
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
57
57
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -70,9 +70,7 @@
|
|
|
70
70
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
|
|
71
71
|
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
72
72
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
73
|
-
<li class="tsd-kind-variable"><a href="../variables/
|
|
74
|
-
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
75
|
-
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
73
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>config</a></li>
|
|
76
74
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
77
75
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
78
76
|
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</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.27.
|
|
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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.11</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.27.
|
|
58
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</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>
|
|
@@ -74,9 +74,7 @@ Contents opacity is lowered.</p>
|
|
|
74
74
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
|
|
75
75
|
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
76
76
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
77
|
-
<li class="tsd-kind-variable"><a href="../variables/
|
|
78
|
-
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
79
|
-
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
77
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>config</a></li>
|
|
80
78
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
81
79
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
82
80
|
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</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.27.
|
|
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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.11</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.27.
|
|
55
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</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>
|
|
@@ -71,9 +71,7 @@
|
|
|
71
71
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
|
|
72
72
|
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
73
73
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
74
|
-
<li class="tsd-kind-variable"><a href="../variables/
|
|
75
|
-
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
76
|
-
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
74
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>config</a></li>
|
|
77
75
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
78
76
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
79
77
|
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</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>EqualActions | react-miui - v0.27.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>EqualActions | react-miui - v0.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.11</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.27.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.27.11</a></li>
|
|
16
16
|
<li><a href="EqualActions.html">EqualActions</a></li></ul>
|
|
17
17
|
<h1>Function EqualActions</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.27.
|
|
55
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</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>
|
|
@@ -71,9 +71,7 @@
|
|
|
71
71
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
|
|
72
72
|
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
73
73
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
74
|
-
<li class="tsd-kind-variable"><a href="../variables/
|
|
75
|
-
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
76
|
-
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
74
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>config</a></li>
|
|
77
75
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
78
76
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
79
77
|
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</a></li>
|