react-miui 0.21.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/components/form/Select.d.ts +1 -5
- package/dist/components/form/Select.d.ts.map +1 -1
- package/dist/components/form/Select.js +2 -23
- package/dist/components/form/Select.js.map +1 -1
- package/dist/components/form/Select.stories.d.ts +8 -0
- package/dist/components/form/Select.stories.d.ts.map +1 -0
- package/dist/components/form/Select.stories.js +26 -0
- package/dist/components/form/Select.stories.js.map +1 -0
- package/dist/components/form/Select.styled.d.ts +82 -0
- package/dist/components/form/Select.styled.d.ts.map +1 -0
- package/dist/components/form/Select.styled.js +24 -0
- package/dist/components/form/Select.styled.js.map +1 -0
- package/dist/components/ui/button/Button.d.ts +1 -7
- package/dist/components/ui/button/Button.d.ts.map +1 -1
- package/dist/components/ui/button/Button.js +2 -28
- package/dist/components/ui/button/Button.js.map +1 -1
- package/dist/components/ui/button/Button.stories.d.ts +9 -0
- package/dist/components/ui/button/Button.stories.d.ts.map +1 -0
- package/dist/components/ui/button/Button.stories.js +62 -0
- package/dist/components/ui/button/Button.stories.js.map +1 -0
- package/dist/components/ui/button/Button.styled.d.ts +85 -0
- package/dist/components/ui/button/Button.styled.d.ts.map +1 -0
- package/dist/components/ui/button/Button.styled.js +38 -0
- package/dist/components/ui/button/Button.styled.js.map +1 -0
- package/dist/components/ui/modal/Modal.d.ts +6 -4
- package/dist/components/ui/modal/Modal.d.ts.map +1 -1
- package/dist/components/ui/modal/Modal.js +30 -21
- package/dist/components/ui/modal/Modal.js.map +1 -1
- package/dist/components/ui/modal/Modal.stories.d.ts +10 -0
- package/dist/components/ui/modal/Modal.stories.d.ts.map +1 -0
- package/dist/components/ui/modal/Modal.stories.js +112 -0
- package/dist/components/ui/modal/Modal.stories.js.map +1 -0
- package/dist/components/ui/modal/Modal.styled.d.ts +329 -0
- package/dist/components/ui/modal/Modal.styled.d.ts.map +1 -0
- package/dist/components/ui/modal/Modal.styled.js +90 -0
- package/dist/components/ui/modal/Modal.styled.js.map +1 -0
- package/dist/components/ui/modal/ModalButtons.d.ts +1 -11
- package/dist/components/ui/modal/ModalButtons.d.ts.map +1 -1
- package/dist/components/ui/modal/ModalButtons.js +2 -12
- package/dist/components/ui/modal/ModalButtons.js.map +1 -1
- package/dist/components/ui/modal/ModalButtons.stories.d.ts +8 -0
- package/dist/components/ui/modal/ModalButtons.stories.d.ts.map +1 -0
- package/dist/components/ui/modal/ModalButtons.stories.js +25 -0
- package/dist/components/ui/modal/ModalButtons.stories.js.map +1 -0
- package/dist/components/ui/modal/ModalButtons.styled.d.ts +166 -0
- package/dist/components/ui/modal/ModalButtons.styled.d.ts.map +1 -0
- package/dist/components/ui/modal/ModalButtons.styled.js +42 -0
- package/dist/components/ui/modal/ModalButtons.styled.js.map +1 -0
- package/dist/components/ui/pop/Pop.module.scss +1 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/Drawer.html +14 -15
- package/docs/classes/Pop.html +14 -15
- package/docs/classes/ToasterProvider.html +10 -11
- package/docs/enums/ICON.html +14 -15
- package/docs/functions/Action.html +5 -6
- package/docs/functions/Button.html +43 -11
- package/docs/functions/Card.html +5 -6
- package/docs/functions/Checkbox.html +5 -6
- package/docs/functions/Choice.html +6 -7
- package/docs/functions/CoveringLoader.html +5 -6
- package/docs/functions/DirectionPad.html +5 -6
- package/docs/functions/EqualActions.html +5 -6
- package/docs/functions/FullLoader.html +5 -6
- package/docs/functions/HandleEsc.html +5 -6
- package/docs/functions/Header.html +5 -6
- package/docs/functions/HeaderIconAction.html +5 -6
- package/docs/functions/Icon-1.html +5 -6
- package/docs/functions/If.html +5 -6
- package/docs/functions/Input.html +6 -7
- package/docs/functions/KeyValue.html +5 -6
- package/docs/functions/Label.html +5 -6
- package/docs/functions/List-1.html +5 -6
- package/docs/functions/Loader.html +5 -6
- package/docs/functions/Loading.html +5 -6
- package/docs/functions/Message.html +5 -6
- package/docs/functions/Modal-1.html +5 -6
- package/docs/functions/ModalButtons.html +135 -0
- package/docs/functions/PopLoader.html +5 -6
- package/docs/functions/PopOption.html +5 -6
- package/docs/functions/SearchContainer.html +5 -6
- package/docs/functions/Section.html +5 -6
- package/docs/functions/Select.html +39 -11
- package/docs/functions/Selector.html +6 -7
- package/docs/functions/Spacer.html +5 -6
- package/docs/functions/Stats.html +5 -6
- package/docs/functions/StickyHeader-1.html +5 -6
- package/docs/functions/StickyHeader.Content.html +5 -6
- package/docs/functions/Table.html +5 -6
- package/docs/functions/TextArea.html +5 -6
- package/docs/functions/Toggle.html +5 -6
- package/docs/functions/getCssText.html +5 -6
- package/docs/functions/styled.html +5 -6
- package/docs/functions/useToaster.html +6 -7
- package/docs/index.html +5 -6
- package/docs/modules/List.html +7 -8
- package/docs/modules/Modal.html +8 -9
- package/docs/modules/StickyHeader.html +6 -7
- package/docs/modules.html +6 -8
- package/docs/pages/tutorials/Test.html +5 -6
- package/docs/types/ThemeCSS.html +6 -7
- package/docs/variables/List.Header.html +5 -6
- package/docs/variables/List.Item.html +5 -6
- package/docs/variables/{ModalButtons.Button.html → Modal.RemovePadding.html} +11 -12
- package/docs/variables/cssReset.html +6 -7
- package/docs/variables/miuiScrollbars.html +6 -7
- package/esm/components/form/Select.d.ts +1 -5
- package/esm/components/form/Select.d.ts.map +1 -1
- package/esm/components/form/Select.js +1 -8
- package/esm/components/form/Select.js.map +1 -1
- 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 +20 -0
- package/esm/components/form/Select.stories.js.map +1 -0
- package/esm/components/form/Select.styled.d.ts +82 -0
- package/esm/components/form/Select.styled.d.ts.map +1 -0
- package/esm/components/form/Select.styled.js +21 -0
- package/esm/components/form/Select.styled.js.map +1 -0
- package/esm/components/ui/button/Button.d.ts +1 -7
- package/esm/components/ui/button/Button.d.ts.map +1 -1
- package/esm/components/ui/button/Button.js +1 -13
- package/esm/components/ui/button/Button.js.map +1 -1
- 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/button/Button.styled.d.ts +85 -0
- package/esm/components/ui/button/Button.styled.d.ts.map +1 -0
- package/esm/components/ui/button/Button.styled.js +35 -0
- package/esm/components/ui/button/Button.styled.js.map +1 -0
- package/esm/components/ui/modal/Modal.d.ts +6 -4
- package/esm/components/ui/modal/Modal.d.ts.map +1 -1
- package/esm/components/ui/modal/Modal.js +30 -18
- package/esm/components/ui/modal/Modal.js.map +1 -1
- 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/Modal.styled.d.ts +329 -0
- package/esm/components/ui/modal/Modal.styled.d.ts.map +1 -0
- package/esm/components/ui/modal/Modal.styled.js +83 -0
- package/esm/components/ui/modal/Modal.styled.js.map +1 -0
- package/esm/components/ui/modal/ModalButtons.d.ts +1 -11
- package/esm/components/ui/modal/ModalButtons.d.ts.map +1 -1
- package/esm/components/ui/modal/ModalButtons.js +1 -9
- package/esm/components/ui/modal/ModalButtons.js.map +1 -1
- 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/modal/ModalButtons.styled.d.ts +166 -0
- package/esm/components/ui/modal/ModalButtons.styled.d.ts.map +1 -0
- package/esm/components/ui/modal/ModalButtons.styled.js +39 -0
- package/esm/components/ui/modal/ModalButtons.styled.js.map +1 -0
- package/esm/components/ui/pop/Pop.module.scss +1 -0
- package/package.json +2 -2
- package/src/components/form/Select.stories.tsx +30 -0
- package/src/components/form/Select.styled.ts +25 -0
- package/src/components/form/Select.tsx +1 -22
- package/src/components/ui/button/Button.stories.tsx +55 -0
- package/src/components/ui/button/Button.styled.ts +43 -0
- package/src/components/ui/button/Button.tsx +1 -35
- package/src/components/ui/modal/Modal.stories.tsx +143 -0
- package/src/components/ui/modal/Modal.styled.ts +100 -0
- package/src/components/ui/modal/Modal.tsx +49 -26
- package/src/components/ui/modal/ModalButtons.stories.tsx +40 -0
- package/src/components/ui/modal/ModalButtons.styled.ts +51 -0
- package/src/components/ui/modal/ModalButtons.tsx +1 -22
- package/src/components/ui/pop/Pop.module.scss +1 -0
- package/src/demo/componentsMap.ts +0 -25
- package/dist/components/form/Select.module.scss +0 -18
- package/dist/components/ui/button/Button.module.scss +0 -25
- package/dist/components/ui/modal/Modal.module.scss +0 -92
- package/dist/components/ui/modal/ModalButtons.module.scss +0 -32
- package/dist/components/ui/modal/ModalNoMargin.d.ts +0 -7
- package/dist/components/ui/modal/ModalNoMargin.d.ts.map +0 -1
- package/dist/components/ui/modal/ModalNoMargin.js +0 -22
- package/dist/components/ui/modal/ModalNoMargin.js.map +0 -1
- package/docs/functions/ModalButtons-1.html +0 -107
- package/docs/modules/ModalButtons.html +0 -59
- package/docs/variables/Modal.NegateMargin.html +0 -53
- package/esm/components/form/Select.module.scss +0 -18
- package/esm/components/ui/button/Button.module.scss +0 -25
- package/esm/components/ui/modal/Modal.module.scss +0 -92
- package/esm/components/ui/modal/ModalButtons.module.scss +0 -32
- package/esm/components/ui/modal/ModalNoMargin.d.ts +0 -7
- package/esm/components/ui/modal/ModalNoMargin.d.ts.map +0 -1
- package/esm/components/ui/modal/ModalNoMargin.js +0 -16
- package/esm/components/ui/modal/ModalNoMargin.js.map +0 -1
- package/src/components/form/Select.module.scss +0 -18
- package/src/components/ui/button/Button.module.scss +0 -25
- package/src/components/ui/modal/Modal.module.scss +0 -92
- package/src/components/ui/modal/ModalButtons.module.scss +0 -32
- package/src/components/ui/modal/ModalNoMargin.tsx +0 -25
- package/src/demo/components/form/Select.tsx +0 -26
- package/src/demo/components/ui/button/ButtonDemo.tsx +0 -23
- package/src/demo/components/ui/modal/Modal.tsx +0 -106
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Primary = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const ModalButtons_js_1 = require("./ModalButtons.js");
|
|
9
|
+
const Modal_js_1 = require("./Modal.js");
|
|
10
|
+
const meta = {
|
|
11
|
+
title: "Components/UI/ModalButtons",
|
|
12
|
+
component: ModalButtons_js_1.ModalButtons,
|
|
13
|
+
tags: ["autodocs", "ui"],
|
|
14
|
+
};
|
|
15
|
+
const Primary = {
|
|
16
|
+
args: {},
|
|
17
|
+
render: () => (react_1.default.createElement(Modal_js_1.Modal, { onClose: () => null, isOpen: true, title: "System message" },
|
|
18
|
+
react_1.default.createElement("div", null, "Check out these pretty buttons. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec consectetur, diam eget aliquam tincidunt, diam nisl ultrices velit, nec aliquet nunc diam eget."),
|
|
19
|
+
react_1.default.createElement(ModalButtons_js_1.ModalButtons, null,
|
|
20
|
+
react_1.default.createElement(ModalButtons_js_1.ModalButtons.Button, { onClick: () => null }, "Cancel"),
|
|
21
|
+
react_1.default.createElement(ModalButtons_js_1.ModalButtons.Button, { variant: "main", onClick: () => null }, "Ok")))),
|
|
22
|
+
};
|
|
23
|
+
exports.Primary = Primary;
|
|
24
|
+
exports.default = meta;
|
|
25
|
+
//# sourceMappingURL=ModalButtons.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalButtons.stories.js","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.stories.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAI1B,uDAAiD;AACjD,yCAAmC;AAEnC,MAAM,IAAI,GAAS;IACf,KAAK,EAAE,4BAA4B;IACnC,SAAS,EAAE,8BAAY;IACvB,IAAI,EAAE,CAAC,UAAU,EAAE,IAAI,CAAC;CAC3B,CAAC;AAIF,MAAM,OAAO,GAAU;IACnB,IAAI,EAAE,EAAE;IACR,MAAM,EAAE,GAAG,EAAE,CAAC,CACV,8BAAC,gBAAK,IAAC,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,gBAAgB;QAC7D,4OAGM;QACN,8BAAC,8BAAY;YACT,8BAAC,8BAAY,CAAC,MAAM,IAAC,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,aAElB;YACtB,8BAAC,8BAAY,CAAC,MAAM,IAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,SAEnC,CACX,CACX,CACX;CACJ,CAAC;AAGE,0BAAO;AAGX,kBAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
declare const Button: import("@stitches/react/types/styled-component.js").StyledComponent<"button", {
|
|
2
|
+
variant?: "main";
|
|
3
|
+
}, {}, import("@stitches/react/types/css-util.js").CSS<{}, {
|
|
4
|
+
colors: {
|
|
5
|
+
background: string;
|
|
6
|
+
mainColor: string;
|
|
7
|
+
mainColorAlt: string;
|
|
8
|
+
activeBg: string;
|
|
9
|
+
inactiveBg: string;
|
|
10
|
+
inactiveDarkBg: string;
|
|
11
|
+
toggleHandleBg: string;
|
|
12
|
+
toggleHandleBorder: string;
|
|
13
|
+
toggleBgDisabled: string;
|
|
14
|
+
toggleHandleBorderDisabled: string;
|
|
15
|
+
toggleHandleBgDisabled: string;
|
|
16
|
+
icon: string;
|
|
17
|
+
border: string;
|
|
18
|
+
buttonBorder: string;
|
|
19
|
+
headerBorder: string;
|
|
20
|
+
headerBg: string;
|
|
21
|
+
headerText: string;
|
|
22
|
+
text: string;
|
|
23
|
+
sub: string;
|
|
24
|
+
popText: string;
|
|
25
|
+
toolbarBorder: string;
|
|
26
|
+
toolbarBg: string;
|
|
27
|
+
modalBg: string;
|
|
28
|
+
modalButtonBg: string;
|
|
29
|
+
modalButtonBorder: string;
|
|
30
|
+
inputDisabledBg: string;
|
|
31
|
+
inputDisabledText: string;
|
|
32
|
+
choiceBg: string;
|
|
33
|
+
choiceText: string;
|
|
34
|
+
choiceActiveBg: string;
|
|
35
|
+
choiceActiveText: string;
|
|
36
|
+
choiceBorder: string;
|
|
37
|
+
selectorText: string;
|
|
38
|
+
selectorActive: string;
|
|
39
|
+
blue1: string;
|
|
40
|
+
blue2: string;
|
|
41
|
+
blue3: string;
|
|
42
|
+
orange1: string;
|
|
43
|
+
orange1Darker: string;
|
|
44
|
+
purple1: string;
|
|
45
|
+
green1: string;
|
|
46
|
+
green1Darker: string;
|
|
47
|
+
pink1: string;
|
|
48
|
+
red1: string;
|
|
49
|
+
yellow1: string;
|
|
50
|
+
yellow2: string;
|
|
51
|
+
yellow3: string;
|
|
52
|
+
pinky1: string;
|
|
53
|
+
pinky2: string;
|
|
54
|
+
pinky3: string;
|
|
55
|
+
grey1: string;
|
|
56
|
+
focusColor: string;
|
|
57
|
+
scrollbarsThumb: string;
|
|
58
|
+
scrollbarsBg: string;
|
|
59
|
+
tableStripedBg: string;
|
|
60
|
+
};
|
|
61
|
+
}, import("@stitches/react/types/config.js").DefaultThemeMap, {
|
|
62
|
+
mx: (value: string | number) => {
|
|
63
|
+
marginLeft: string | number;
|
|
64
|
+
marginRight: string | number;
|
|
65
|
+
};
|
|
66
|
+
my: (value: string | number) => {
|
|
67
|
+
marginTop: string | number;
|
|
68
|
+
marginBottom: string | number;
|
|
69
|
+
};
|
|
70
|
+
px: (value: string | number) => {
|
|
71
|
+
paddingLeft: string | number;
|
|
72
|
+
paddingRight: string | number;
|
|
73
|
+
};
|
|
74
|
+
py: (value: string | number) => {
|
|
75
|
+
paddingTop: string | number;
|
|
76
|
+
paddingBottom: string | number;
|
|
77
|
+
};
|
|
78
|
+
size: (value: string | number) => {
|
|
79
|
+
width: string | number;
|
|
80
|
+
height: string | number;
|
|
81
|
+
};
|
|
82
|
+
}>>;
|
|
83
|
+
declare const ModalButtons: import("@stitches/react/types/styled-component.js").StyledComponent<"div", {}, {}, import("@stitches/react/types/css-util.js").CSS<{}, {
|
|
84
|
+
colors: {
|
|
85
|
+
background: string;
|
|
86
|
+
mainColor: string;
|
|
87
|
+
mainColorAlt: string;
|
|
88
|
+
activeBg: string;
|
|
89
|
+
inactiveBg: string;
|
|
90
|
+
inactiveDarkBg: string;
|
|
91
|
+
toggleHandleBg: string;
|
|
92
|
+
toggleHandleBorder: string;
|
|
93
|
+
toggleBgDisabled: string;
|
|
94
|
+
toggleHandleBorderDisabled: string;
|
|
95
|
+
toggleHandleBgDisabled: string;
|
|
96
|
+
icon: string;
|
|
97
|
+
border: string;
|
|
98
|
+
buttonBorder: string;
|
|
99
|
+
headerBorder: string;
|
|
100
|
+
headerBg: string;
|
|
101
|
+
headerText: string;
|
|
102
|
+
text: string;
|
|
103
|
+
sub: string;
|
|
104
|
+
popText: string;
|
|
105
|
+
toolbarBorder: string;
|
|
106
|
+
toolbarBg: string;
|
|
107
|
+
modalBg: string;
|
|
108
|
+
modalButtonBg: string;
|
|
109
|
+
modalButtonBorder: string;
|
|
110
|
+
inputDisabledBg: string;
|
|
111
|
+
inputDisabledText: string;
|
|
112
|
+
choiceBg: string;
|
|
113
|
+
choiceText: string;
|
|
114
|
+
choiceActiveBg: string;
|
|
115
|
+
choiceActiveText: string;
|
|
116
|
+
choiceBorder: string;
|
|
117
|
+
selectorText: string;
|
|
118
|
+
selectorActive: string;
|
|
119
|
+
blue1: string;
|
|
120
|
+
blue2: string;
|
|
121
|
+
blue3: string;
|
|
122
|
+
orange1: string;
|
|
123
|
+
orange1Darker: string;
|
|
124
|
+
purple1: string;
|
|
125
|
+
green1: string;
|
|
126
|
+
green1Darker: string;
|
|
127
|
+
pink1: string;
|
|
128
|
+
red1: string;
|
|
129
|
+
yellow1: string;
|
|
130
|
+
yellow2: string;
|
|
131
|
+
yellow3: string;
|
|
132
|
+
pinky1: string;
|
|
133
|
+
pinky2: string;
|
|
134
|
+
pinky3: string;
|
|
135
|
+
grey1: string;
|
|
136
|
+
focusColor: string;
|
|
137
|
+
scrollbarsThumb: string;
|
|
138
|
+
scrollbarsBg: string;
|
|
139
|
+
tableStripedBg: string;
|
|
140
|
+
};
|
|
141
|
+
}, import("@stitches/react/types/config.js").DefaultThemeMap, {
|
|
142
|
+
mx: (value: string | number) => {
|
|
143
|
+
marginLeft: string | number;
|
|
144
|
+
marginRight: string | number;
|
|
145
|
+
};
|
|
146
|
+
my: (value: string | number) => {
|
|
147
|
+
marginTop: string | number;
|
|
148
|
+
marginBottom: string | number;
|
|
149
|
+
};
|
|
150
|
+
px: (value: string | number) => {
|
|
151
|
+
paddingLeft: string | number;
|
|
152
|
+
paddingRight: string | number;
|
|
153
|
+
};
|
|
154
|
+
py: (value: string | number) => {
|
|
155
|
+
paddingTop: string | number;
|
|
156
|
+
paddingBottom: string | number;
|
|
157
|
+
};
|
|
158
|
+
size: (value: string | number) => {
|
|
159
|
+
width: string | number;
|
|
160
|
+
height: string | number;
|
|
161
|
+
};
|
|
162
|
+
}>> & {
|
|
163
|
+
Button: typeof Button;
|
|
164
|
+
};
|
|
165
|
+
export { ModalButtons, };
|
|
166
|
+
//# sourceMappingURL=ModalButtons.styled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalButtons.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.styled.ts"],"names":[],"mappings":"AAWA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BV,CAAC;AAEH,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YACN,aAAa;CACxB,CAAC;AAGF,OAAO,EACH,YAAY,GACf,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModalButtons = void 0;
|
|
4
|
+
const theme_js_1 = require("../../../theme.js");
|
|
5
|
+
const Modal_styled_1 = require("./Modal.styled");
|
|
6
|
+
const Container = (0, theme_js_1.styled)("div", {
|
|
7
|
+
display: "flex",
|
|
8
|
+
marginTop: (0, theme_js_1.dimensionsPxToRem)(100),
|
|
9
|
+
mx: Modal_styled_1.NEGATIVE_PADDING,
|
|
10
|
+
marginBottom: Modal_styled_1.NEGATIVE_PADDING,
|
|
11
|
+
});
|
|
12
|
+
const Button = (0, theme_js_1.styled)("button", {
|
|
13
|
+
"border": "none",
|
|
14
|
+
"borderTop": "1px solid $modalButtonBorder",
|
|
15
|
+
"background": "$modalButtonBg",
|
|
16
|
+
"flex": 1,
|
|
17
|
+
"height": (0, theme_js_1.dimensionsPxToRem)(156),
|
|
18
|
+
"fontWeight": 500,
|
|
19
|
+
"display": "flex",
|
|
20
|
+
"alignItems": "center",
|
|
21
|
+
"justifyContent": "center",
|
|
22
|
+
"&:not(:first-child)": {
|
|
23
|
+
borderLeft: "1px solid $modalButtonBorder",
|
|
24
|
+
},
|
|
25
|
+
"&:first-child": {
|
|
26
|
+
borderBottomLeftRadius: (0, theme_js_1.dimensionsPxToRem)(12),
|
|
27
|
+
},
|
|
28
|
+
"&:last-child": {
|
|
29
|
+
borderBottomRightRadius: (0, theme_js_1.dimensionsPxToRem)(12),
|
|
30
|
+
},
|
|
31
|
+
"variants": {
|
|
32
|
+
variant: {
|
|
33
|
+
main: {
|
|
34
|
+
color: "$mainColor",
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
});
|
|
39
|
+
const ModalButtons = Container;
|
|
40
|
+
exports.ModalButtons = ModalButtons;
|
|
41
|
+
ModalButtons.Button = Button;
|
|
42
|
+
//# sourceMappingURL=ModalButtons.styled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalButtons.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.styled.ts"],"names":[],"mappings":";;;AAAA,gDAA8D;AAE9D,iDAAkD;AAElD,MAAM,SAAS,GAAG,IAAA,iBAAM,EAAC,KAAK,EAAE;IAC5B,OAAO,EAAE,MAAM;IACf,SAAS,EAAE,IAAA,4BAAiB,EAAC,GAAG,CAAC;IACjC,EAAE,EAAE,+BAAgB;IACpB,YAAY,EAAE,+BAAgB;CACjC,CAAC,CAAC;AAEH,MAAM,MAAM,GAAG,IAAA,iBAAM,EAAC,QAAQ,EAAE;IAC5B,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,8BAA8B;IAC3C,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE,CAAC;IACT,QAAQ,EAAE,IAAA,4BAAiB,EAAC,GAAG,CAAC;IAChC,YAAY,EAAE,GAAG;IACjB,SAAS,EAAE,MAAM;IACjB,YAAY,EAAE,QAAQ;IACtB,gBAAgB,EAAE,QAAQ;IAE1B,qBAAqB,EAAE;QACnB,UAAU,EAAE,8BAA8B;KAC7C;IAED,eAAe,EAAE;QACb,sBAAsB,EAAE,IAAA,4BAAiB,EAAC,EAAE,CAAC;KAChD;IAED,cAAc,EAAE;QACZ,uBAAuB,EAAE,IAAA,4BAAiB,EAAC,EAAE,CAAC;KACjD;IAED,UAAU,EAAE;QACR,OAAO,EAAE;YACL,IAAI,EAAE;gBACF,KAAK,EAAE,YAAY;aACtB;SACJ;KACJ;CACJ,CAAC,CAAC;AAEH,MAAM,YAAY,GAAG,SAEpB,CAAC;AAIE,oCAAY;AAHhB,YAAY,CAAC,MAAM,GAAG,MAAM,CAAC"}
|
package/docs/assets/search.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"4194304\":\"Type alias\",\"33554432\":\"@knodes/typedoc-plugin-pages: page\"},\"rows\":[{\"kind\":4194304,\"name\":\"ThemeCSS\",\"url\":\"types/ThemeCSS.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"getCssText\",\"url\":\"functions/getCssText.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"styled\",\"url\":\"functions/styled.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"cssReset\",\"url\":\"variables/cssReset.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"Choice\",\"url\":\"functions/Choice.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Checkbox\",\"url\":\"functions/Checkbox.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Label\",\"url\":\"functions/Label.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Select\",\"url\":\"functions/Select.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"TextArea\",\"url\":\"functions/TextArea.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Toggle\",\"url\":\"functions/Toggle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Input\",\"url\":\"functions/Input.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Icon\",\"url\":\"functions/Icon-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":8,\"name\":\"ICON\",\"url\":\"enums/ICON.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"checkmark\",\"url\":\"enums/ICON.html#checkmark\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"back\",\"url\":\"enums/ICON.html#back\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"forward\",\"url\":\"enums/ICON.html#forward\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"search\",\"url\":\"enums/ICON.html#search\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"battery\",\"url\":\"enums/ICON.html#battery\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"heart\",\"url\":\"enums/ICON.html#heart\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"trash\",\"url\":\"enums/ICON.html#trash\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"config\",\"url\":\"enums/ICON.html#config\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"dots\",\"url\":\"enums/ICON.html#dots\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":64,\"name\":\"Card\",\"url\":\"functions/Card.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Header\",\"url\":\"functions/Header.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"HeaderIconAction\",\"url\":\"functions/HeaderIconAction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"StickyHeader\",\"url\":\"functions/StickyHeader-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"StickyHeader\",\"url\":\"modules/StickyHeader.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"Content\",\"url\":\"functions/StickyHeader.Content.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"StickyHeader\"},{\"kind\":64,\"name\":\"List\",\"url\":\"functions/List-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"List\",\"url\":\"modules/List.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"Header\",\"url\":\"variables/List.Header.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"List\"},{\"kind\":32,\"name\":\"Item\",\"url\":\"variables/List.Item.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"List\"},{\"kind\":64,\"name\":\"SearchContainer\",\"url\":\"functions/SearchContainer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Section\",\"url\":\"functions/Section.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Table\",\"url\":\"functions/Table.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Action\",\"url\":\"functions/Action.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"EqualActions\",\"url\":\"functions/EqualActions.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Button\",\"url\":\"functions/Button.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"DirectionPad\",\"url\":\"functions/DirectionPad.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Drawer\",\"url\":\"classes/Drawer.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Drawer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentDidMount\",\"url\":\"classes/Drawer.html#componentDidMount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentDidUpdate\",\"url\":\"classes/Drawer.html#componentDidUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentWillUnmount\",\"url\":\"classes/Drawer.html#componentWillUnmount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":1024,\"name\":\"timeout\",\"url\":\"classes/Drawer.html#timeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"onOpen\",\"url\":\"classes/Drawer.html#onOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"onClose\",\"url\":\"classes/Drawer.html#onClose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"handleEsc\",\"url\":\"classes/Drawer.html#handleEsc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Drawer.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":64,\"name\":\"KeyValue\",\"url\":\"functions/KeyValue.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"CoveringLoader\",\"url\":\"functions/CoveringLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"FullLoader\",\"url\":\"functions/FullLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Loader\",\"url\":\"functions/Loader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Loading\",\"url\":\"functions/Loading.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"PopLoader\",\"url\":\"functions/PopLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Message\",\"url\":\"functions/Message.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Modal\",\"url\":\"functions/Modal-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"Modal\",\"url\":\"modules/Modal.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"NegateMargin\",\"url\":\"variables/Modal.NegateMargin.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"Modal\"},{\"kind\":64,\"name\":\"ModalButtons\",\"url\":\"functions/ModalButtons-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"ModalButtons\",\"url\":\"modules/ModalButtons.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"Button\",\"url\":\"variables/ModalButtons.Button.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"ModalButtons\"},{\"kind\":128,\"name\":\"Pop\",\"url\":\"classes/Pop.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"Option\",\"url\":\"classes/Pop.html#Option\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Pop.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"componentDidUpdate\",\"url\":\"classes/Pop.html#componentDidUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":1024,\"name\":\"rootRef\",\"url\":\"classes/Pop.html#rootRef\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"getAnchorElement\",\"url\":\"classes/Pop.html#getAnchorElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"onOpen\",\"url\":\"classes/Pop.html#onOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"handleOverlayClick\",\"url\":\"classes/Pop.html#handleOverlayClick\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"handleEsc\",\"url\":\"classes/Pop.html#handleEsc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Pop.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":64,\"name\":\"PopOption\",\"url\":\"functions/PopOption.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Stats\",\"url\":\"functions/Stats.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Selector\",\"url\":\"functions/Selector.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"ToasterProvider\",\"url\":\"classes/ToasterProvider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ToasterProvider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_add\",\"url\":\"classes/ToasterProvider.html#_add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_handleRemove\",\"url\":\"classes/ToasterProvider.html#_handleRemove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_removeAllToasts\",\"url\":\"classes/ToasterProvider.html#_removeAllToasts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ToasterProvider.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ToasterProvider\"},{\"kind\":64,\"name\":\"useToaster\",\"url\":\"functions/useToaster.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"HandleEsc\",\"url\":\"functions/HandleEsc.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"If\",\"url\":\"functions/If.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Spacer\",\"url\":\"functions/Spacer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"miuiScrollbars\",\"url\":\"variables/miuiScrollbars.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":33554432,\"name\":\"Test\",\"url\":\"pages/tutorials/Test.html\",\"classes\":\"pages-entry pages-entry-page\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,40.719]],[\"comment/0\",[]],[\"name/1\",[1,40.719]],[\"comment/1\",[]],[\"name/2\",[2,40.719]],[\"comment/2\",[]],[\"name/3\",[3,40.719]],[\"comment/3\",[]],[\"name/4\",[4,40.719]],[\"comment/4\",[]],[\"name/5\",[5,40.719]],[\"comment/5\",[]],[\"name/6\",[6,40.719]],[\"comment/6\",[]],[\"name/7\",[7,40.719]],[\"comment/7\",[]],[\"name/8\",[8,40.719]],[\"comment/8\",[]],[\"name/9\",[9,40.719]],[\"comment/9\",[]],[\"name/10\",[10,40.719]],[\"comment/10\",[]],[\"name/11\",[11,35.61]],[\"comment/11\",[]],[\"name/12\",[11,35.61]],[\"comment/12\",[]],[\"name/13\",[12,40.719]],[\"comment/13\",[]],[\"name/14\",[13,40.719]],[\"comment/14\",[]],[\"name/15\",[14,40.719]],[\"comment/15\",[]],[\"name/16\",[15,40.719]],[\"comment/16\",[]],[\"name/17\",[16,40.719]],[\"comment/17\",[]],[\"name/18\",[17,40.719]],[\"comment/18\",[]],[\"name/19\",[18,40.719]],[\"comment/19\",[]],[\"name/20\",[19,40.719]],[\"comment/20\",[]],[\"name/21\",[20,40.719]],[\"comment/21\",[]],[\"name/22\",[21,40.719]],[\"comment/22\",[]],[\"name/23\",[22,35.61]],[\"comment/23\",[]],[\"name/24\",[23,40.719]],[\"comment/24\",[]],[\"name/25\",[24,35.61]],[\"comment/25\",[]],[\"name/26\",[24,35.61]],[\"comment/26\",[]],[\"name/27\",[25,40.719]],[\"comment/27\",[]],[\"name/28\",[26,35.61]],[\"comment/28\",[]],[\"name/29\",[26,35.61]],[\"comment/29\",[]],[\"name/30\",[22,35.61]],[\"comment/30\",[]],[\"name/31\",[27,40.719]],[\"comment/31\",[]],[\"name/32\",[28,40.719]],[\"comment/32\",[]],[\"name/33\",[29,40.719]],[\"comment/33\",[]],[\"name/34\",[30,40.719]],[\"comment/34\",[]],[\"name/35\",[31,40.719]],[\"comment/35\",[]],[\"name/36\",[32,40.719]],[\"comment/36\",[]],[\"name/37\",[33,35.61]],[\"comment/37\",[]],[\"name/38\",[34,40.719]],[\"comment/38\",[]],[\"name/39\",[35,40.719]],[\"comment/39\",[]],[\"name/40\",[36,32.246]],[\"comment/40\",[]],[\"name/41\",[37,40.719]],[\"comment/41\",[]],[\"name/42\",[38,35.61]],[\"comment/42\",[]],[\"name/43\",[39,40.719]],[\"comment/43\",[]],[\"name/44\",[40,40.719]],[\"comment/44\",[]],[\"name/45\",[41,35.61]],[\"comment/45\",[]],[\"name/46\",[42,40.719]],[\"comment/46\",[]],[\"name/47\",[43,32.246]],[\"comment/47\",[]],[\"name/48\",[44,32.246]],[\"comment/48\",[]],[\"name/49\",[45,40.719]],[\"comment/49\",[]],[\"name/50\",[46,40.719]],[\"comment/50\",[]],[\"name/51\",[47,40.719]],[\"comment/51\",[]],[\"name/52\",[48,40.719]],[\"comment/52\",[]],[\"name/53\",[49,40.719]],[\"comment/53\",[]],[\"name/54\",[50,40.719]],[\"comment/54\",[]],[\"name/55\",[51,40.719]],[\"comment/55\",[]],[\"name/56\",[52,35.61]],[\"comment/56\",[]],[\"name/57\",[52,35.61]],[\"comment/57\",[]],[\"name/58\",[53,40.719]],[\"comment/58\",[]],[\"name/59\",[54,35.61]],[\"comment/59\",[]],[\"name/60\",[54,35.61]],[\"comment/60\",[]],[\"name/61\",[33,35.61]],[\"comment/61\",[]],[\"name/62\",[55,40.719]],[\"comment/62\",[]],[\"name/63\",[56,40.719]],[\"comment/63\",[]],[\"name/64\",[36,32.246]],[\"comment/64\",[]],[\"name/65\",[38,35.61]],[\"comment/65\",[]],[\"name/66\",[57,40.719]],[\"comment/66\",[]],[\"name/67\",[58,40.719]],[\"comment/67\",[]],[\"name/68\",[41,35.61]],[\"comment/68\",[]],[\"name/69\",[59,40.719]],[\"comment/69\",[]],[\"name/70\",[43,32.246]],[\"comment/70\",[]],[\"name/71\",[44,32.246]],[\"comment/71\",[]],[\"name/72\",[60,40.719]],[\"comment/72\",[]],[\"name/73\",[61,40.719]],[\"comment/73\",[]],[\"name/74\",[62,40.719]],[\"comment/74\",[]],[\"name/75\",[63,40.719]],[\"comment/75\",[]],[\"name/76\",[36,32.246]],[\"comment/76\",[]],[\"name/77\",[64,40.719]],[\"comment/77\",[]],[\"name/78\",[65,40.719]],[\"comment/78\",[]],[\"name/79\",[66,40.719]],[\"comment/79\",[]],[\"name/80\",[44,32.246]],[\"comment/80\",[]],[\"name/81\",[67,40.719]],[\"comment/81\",[]],[\"name/82\",[43,32.246]],[\"comment/82\",[]],[\"name/83\",[68,40.719]],[\"comment/83\",[]],[\"name/84\",[69,40.719]],[\"comment/84\",[]],[\"name/85\",[70,40.719]],[\"comment/85\",[]],[\"name/86\",[71,40.719]],[\"comment/86\",[]]],\"invertedIndex\":[[\"_add\",{\"_index\":64,\"name\":{\"77\":{}},\"comment\":{}}],[\"_handleremove\",{\"_index\":65,\"name\":{\"78\":{}},\"comment\":{}}],[\"_removealltoasts\",{\"_index\":66,\"name\":{\"79\":{}},\"comment\":{}}],[\"action\",{\"_index\":31,\"name\":{\"35\":{}},\"comment\":{}}],[\"back\",{\"_index\":13,\"name\":{\"14\":{}},\"comment\":{}}],[\"battery\",{\"_index\":16,\"name\":{\"17\":{}},\"comment\":{}}],[\"button\",{\"_index\":33,\"name\":{\"37\":{},\"61\":{}},\"comment\":{}}],[\"card\",{\"_index\":21,\"name\":{\"22\":{}},\"comment\":{}}],[\"checkbox\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"checkmark\",{\"_index\":12,\"name\":{\"13\":{}},\"comment\":{}}],[\"choice\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"componentdidmount\",{\"_index\":37,\"name\":{\"41\":{}},\"comment\":{}}],[\"componentdidupdate\",{\"_index\":38,\"name\":{\"42\":{},\"65\":{}},\"comment\":{}}],[\"componentwillunmount\",{\"_index\":39,\"name\":{\"43\":{}},\"comment\":{}}],[\"config\",{\"_index\":19,\"name\":{\"20\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":36,\"name\":{\"40\":{},\"64\":{},\"76\":{}},\"comment\":{}}],[\"content\",{\"_index\":25,\"name\":{\"27\":{}},\"comment\":{}}],[\"coveringloader\",{\"_index\":46,\"name\":{\"50\":{}},\"comment\":{}}],[\"cssreset\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"directionpad\",{\"_index\":34,\"name\":{\"38\":{}},\"comment\":{}}],[\"dots\",{\"_index\":20,\"name\":{\"21\":{}},\"comment\":{}}],[\"drawer\",{\"_index\":35,\"name\":{\"39\":{}},\"comment\":{}}],[\"equalactions\",{\"_index\":32,\"name\":{\"36\":{}},\"comment\":{}}],[\"forward\",{\"_index\":14,\"name\":{\"15\":{}},\"comment\":{}}],[\"fullloader\",{\"_index\":47,\"name\":{\"51\":{}},\"comment\":{}}],[\"getanchorelement\",{\"_index\":58,\"name\":{\"67\":{}},\"comment\":{}}],[\"getcsstext\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"handleesc\",{\"_index\":43,\"name\":{\"47\":{},\"70\":{},\"82\":{}},\"comment\":{}}],[\"handleoverlayclick\",{\"_index\":59,\"name\":{\"69\":{}},\"comment\":{}}],[\"header\",{\"_index\":22,\"name\":{\"23\":{},\"30\":{}},\"comment\":{}}],[\"headericonaction\",{\"_index\":23,\"name\":{\"24\":{}},\"comment\":{}}],[\"heart\",{\"_index\":17,\"name\":{\"18\":{}},\"comment\":{}}],[\"icon\",{\"_index\":11,\"name\":{\"11\":{},\"12\":{}},\"comment\":{}}],[\"if\",{\"_index\":68,\"name\":{\"83\":{}},\"comment\":{}}],[\"input\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"item\",{\"_index\":27,\"name\":{\"31\":{}},\"comment\":{}}],[\"keyvalue\",{\"_index\":45,\"name\":{\"49\":{}},\"comment\":{}}],[\"label\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"list\",{\"_index\":26,\"name\":{\"28\":{},\"29\":{}},\"comment\":{}}],[\"loader\",{\"_index\":48,\"name\":{\"52\":{}},\"comment\":{}}],[\"loading\",{\"_index\":49,\"name\":{\"53\":{}},\"comment\":{}}],[\"message\",{\"_index\":51,\"name\":{\"55\":{}},\"comment\":{}}],[\"miuiscrollbars\",{\"_index\":70,\"name\":{\"85\":{}},\"comment\":{}}],[\"modal\",{\"_index\":52,\"name\":{\"56\":{},\"57\":{}},\"comment\":{}}],[\"modalbuttons\",{\"_index\":54,\"name\":{\"59\":{},\"60\":{}},\"comment\":{}}],[\"negatemargin\",{\"_index\":53,\"name\":{\"58\":{}},\"comment\":{}}],[\"onclose\",{\"_index\":42,\"name\":{\"46\":{}},\"comment\":{}}],[\"onopen\",{\"_index\":41,\"name\":{\"45\":{},\"68\":{}},\"comment\":{}}],[\"option\",{\"_index\":56,\"name\":{\"63\":{}},\"comment\":{}}],[\"pop\",{\"_index\":55,\"name\":{\"62\":{}},\"comment\":{}}],[\"poploader\",{\"_index\":50,\"name\":{\"54\":{}},\"comment\":{}}],[\"popoption\",{\"_index\":60,\"name\":{\"72\":{}},\"comment\":{}}],[\"render\",{\"_index\":44,\"name\":{\"48\":{},\"71\":{},\"80\":{}},\"comment\":{}}],[\"rootref\",{\"_index\":57,\"name\":{\"66\":{}},\"comment\":{}}],[\"search\",{\"_index\":15,\"name\":{\"16\":{}},\"comment\":{}}],[\"searchcontainer\",{\"_index\":28,\"name\":{\"32\":{}},\"comment\":{}}],[\"section\",{\"_index\":29,\"name\":{\"33\":{}},\"comment\":{}}],[\"select\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"selector\",{\"_index\":62,\"name\":{\"74\":{}},\"comment\":{}}],[\"spacer\",{\"_index\":69,\"name\":{\"84\":{}},\"comment\":{}}],[\"stats\",{\"_index\":61,\"name\":{\"73\":{}},\"comment\":{}}],[\"stickyheader\",{\"_index\":24,\"name\":{\"25\":{},\"26\":{}},\"comment\":{}}],[\"styled\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"table\",{\"_index\":30,\"name\":{\"34\":{}},\"comment\":{}}],[\"test\",{\"_index\":71,\"name\":{\"86\":{}},\"comment\":{}}],[\"textarea\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"themecss\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"timeout\",{\"_index\":40,\"name\":{\"44\":{}},\"comment\":{}}],[\"toasterprovider\",{\"_index\":63,\"name\":{\"75\":{}},\"comment\":{}}],[\"toggle\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"trash\",{\"_index\":18,\"name\":{\"19\":{}},\"comment\":{}}],[\"usetoaster\",{\"_index\":67,\"name\":{\"81\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|
|
1
|
+
window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"4194304\":\"Type alias\",\"33554432\":\"@knodes/typedoc-plugin-pages: page\"},\"rows\":[{\"kind\":4194304,\"name\":\"ThemeCSS\",\"url\":\"types/ThemeCSS.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"getCssText\",\"url\":\"functions/getCssText.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"styled\",\"url\":\"functions/styled.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"cssReset\",\"url\":\"variables/cssReset.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"Choice\",\"url\":\"functions/Choice.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Checkbox\",\"url\":\"functions/Checkbox.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Label\",\"url\":\"functions/Label.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Select\",\"url\":\"functions/Select.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"TextArea\",\"url\":\"functions/TextArea.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Toggle\",\"url\":\"functions/Toggle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Input\",\"url\":\"functions/Input.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Icon\",\"url\":\"functions/Icon-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":8,\"name\":\"ICON\",\"url\":\"enums/ICON.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"checkmark\",\"url\":\"enums/ICON.html#checkmark\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"back\",\"url\":\"enums/ICON.html#back\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"forward\",\"url\":\"enums/ICON.html#forward\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"search\",\"url\":\"enums/ICON.html#search\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"battery\",\"url\":\"enums/ICON.html#battery\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"heart\",\"url\":\"enums/ICON.html#heart\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"trash\",\"url\":\"enums/ICON.html#trash\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"config\",\"url\":\"enums/ICON.html#config\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":16,\"name\":\"dots\",\"url\":\"enums/ICON.html#dots\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ICON\"},{\"kind\":64,\"name\":\"Card\",\"url\":\"functions/Card.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Header\",\"url\":\"functions/Header.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"HeaderIconAction\",\"url\":\"functions/HeaderIconAction.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"StickyHeader\",\"url\":\"functions/StickyHeader-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"StickyHeader\",\"url\":\"modules/StickyHeader.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"Content\",\"url\":\"functions/StickyHeader.Content.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"StickyHeader\"},{\"kind\":64,\"name\":\"List\",\"url\":\"functions/List-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"List\",\"url\":\"modules/List.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"Header\",\"url\":\"variables/List.Header.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"List\"},{\"kind\":32,\"name\":\"Item\",\"url\":\"variables/List.Item.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"List\"},{\"kind\":64,\"name\":\"SearchContainer\",\"url\":\"functions/SearchContainer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Section\",\"url\":\"functions/Section.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Table\",\"url\":\"functions/Table.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Action\",\"url\":\"functions/Action.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"EqualActions\",\"url\":\"functions/EqualActions.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Button\",\"url\":\"functions/Button.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"DirectionPad\",\"url\":\"functions/DirectionPad.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Drawer\",\"url\":\"classes/Drawer.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Drawer.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentDidMount\",\"url\":\"classes/Drawer.html#componentDidMount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentDidUpdate\",\"url\":\"classes/Drawer.html#componentDidUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"componentWillUnmount\",\"url\":\"classes/Drawer.html#componentWillUnmount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":1024,\"name\":\"timeout\",\"url\":\"classes/Drawer.html#timeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"onOpen\",\"url\":\"classes/Drawer.html#onOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"onClose\",\"url\":\"classes/Drawer.html#onClose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"handleEsc\",\"url\":\"classes/Drawer.html#handleEsc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Drawer\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Drawer.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Drawer\"},{\"kind\":64,\"name\":\"KeyValue\",\"url\":\"functions/KeyValue.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"CoveringLoader\",\"url\":\"functions/CoveringLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"FullLoader\",\"url\":\"functions/FullLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Loader\",\"url\":\"functions/Loader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Loading\",\"url\":\"functions/Loading.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"PopLoader\",\"url\":\"functions/PopLoader.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Message\",\"url\":\"functions/Message.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Modal\",\"url\":\"functions/Modal-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4,\"name\":\"Modal\",\"url\":\"modules/Modal.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":32,\"name\":\"RemovePadding\",\"url\":\"variables/Modal.RemovePadding.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"Modal\"},{\"kind\":64,\"name\":\"ModalButtons\",\"url\":\"functions/ModalButtons.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Pop\",\"url\":\"classes/Pop.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":1024,\"name\":\"Option\",\"url\":\"classes/Pop.html#Option\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Pop.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"componentDidUpdate\",\"url\":\"classes/Pop.html#componentDidUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":1024,\"name\":\"rootRef\",\"url\":\"classes/Pop.html#rootRef\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"getAnchorElement\",\"url\":\"classes/Pop.html#getAnchorElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"onOpen\",\"url\":\"classes/Pop.html#onOpen\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"handleOverlayClick\",\"url\":\"classes/Pop.html#handleOverlayClick\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"handleEsc\",\"url\":\"classes/Pop.html#handleEsc\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"Pop\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Pop.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pop\"},{\"kind\":64,\"name\":\"PopOption\",\"url\":\"functions/PopOption.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Stats\",\"url\":\"functions/Stats.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Selector\",\"url\":\"functions/Selector.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"ToasterProvider\",\"url\":\"classes/ToasterProvider.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ToasterProvider.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_add\",\"url\":\"classes/ToasterProvider.html#_add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_handleRemove\",\"url\":\"classes/ToasterProvider.html#_handleRemove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"_removeAllToasts\",\"url\":\"classes/ToasterProvider.html#_removeAllToasts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ToasterProvider\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ToasterProvider.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ToasterProvider\"},{\"kind\":64,\"name\":\"useToaster\",\"url\":\"functions/useToaster.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"HandleEsc\",\"url\":\"functions/HandleEsc.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"If\",\"url\":\"functions/If.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"Spacer\",\"url\":\"functions/Spacer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"miuiScrollbars\",\"url\":\"variables/miuiScrollbars.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":33554432,\"name\":\"Test\",\"url\":\"pages/tutorials/Test.html\",\"classes\":\"pages-entry pages-entry-page\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,40.489]],[\"comment/0\",[]],[\"name/1\",[1,40.489]],[\"comment/1\",[]],[\"name/2\",[2,40.489]],[\"comment/2\",[]],[\"name/3\",[3,40.489]],[\"comment/3\",[]],[\"name/4\",[4,40.489]],[\"comment/4\",[]],[\"name/5\",[5,40.489]],[\"comment/5\",[]],[\"name/6\",[6,40.489]],[\"comment/6\",[]],[\"name/7\",[7,40.489]],[\"comment/7\",[]],[\"name/8\",[8,40.489]],[\"comment/8\",[]],[\"name/9\",[9,40.489]],[\"comment/9\",[]],[\"name/10\",[10,40.489]],[\"comment/10\",[]],[\"name/11\",[11,35.381]],[\"comment/11\",[]],[\"name/12\",[11,35.381]],[\"comment/12\",[]],[\"name/13\",[12,40.489]],[\"comment/13\",[]],[\"name/14\",[13,40.489]],[\"comment/14\",[]],[\"name/15\",[14,40.489]],[\"comment/15\",[]],[\"name/16\",[15,40.489]],[\"comment/16\",[]],[\"name/17\",[16,40.489]],[\"comment/17\",[]],[\"name/18\",[17,40.489]],[\"comment/18\",[]],[\"name/19\",[18,40.489]],[\"comment/19\",[]],[\"name/20\",[19,40.489]],[\"comment/20\",[]],[\"name/21\",[20,40.489]],[\"comment/21\",[]],[\"name/22\",[21,40.489]],[\"comment/22\",[]],[\"name/23\",[22,35.381]],[\"comment/23\",[]],[\"name/24\",[23,40.489]],[\"comment/24\",[]],[\"name/25\",[24,35.381]],[\"comment/25\",[]],[\"name/26\",[24,35.381]],[\"comment/26\",[]],[\"name/27\",[25,40.489]],[\"comment/27\",[]],[\"name/28\",[26,35.381]],[\"comment/28\",[]],[\"name/29\",[26,35.381]],[\"comment/29\",[]],[\"name/30\",[22,35.381]],[\"comment/30\",[]],[\"name/31\",[27,40.489]],[\"comment/31\",[]],[\"name/32\",[28,40.489]],[\"comment/32\",[]],[\"name/33\",[29,40.489]],[\"comment/33\",[]],[\"name/34\",[30,40.489]],[\"comment/34\",[]],[\"name/35\",[31,40.489]],[\"comment/35\",[]],[\"name/36\",[32,40.489]],[\"comment/36\",[]],[\"name/37\",[33,40.489]],[\"comment/37\",[]],[\"name/38\",[34,40.489]],[\"comment/38\",[]],[\"name/39\",[35,40.489]],[\"comment/39\",[]],[\"name/40\",[36,32.016]],[\"comment/40\",[]],[\"name/41\",[37,40.489]],[\"comment/41\",[]],[\"name/42\",[38,35.381]],[\"comment/42\",[]],[\"name/43\",[39,40.489]],[\"comment/43\",[]],[\"name/44\",[40,40.489]],[\"comment/44\",[]],[\"name/45\",[41,35.381]],[\"comment/45\",[]],[\"name/46\",[42,40.489]],[\"comment/46\",[]],[\"name/47\",[43,32.016]],[\"comment/47\",[]],[\"name/48\",[44,32.016]],[\"comment/48\",[]],[\"name/49\",[45,40.489]],[\"comment/49\",[]],[\"name/50\",[46,40.489]],[\"comment/50\",[]],[\"name/51\",[47,40.489]],[\"comment/51\",[]],[\"name/52\",[48,40.489]],[\"comment/52\",[]],[\"name/53\",[49,40.489]],[\"comment/53\",[]],[\"name/54\",[50,40.489]],[\"comment/54\",[]],[\"name/55\",[51,40.489]],[\"comment/55\",[]],[\"name/56\",[52,35.381]],[\"comment/56\",[]],[\"name/57\",[52,35.381]],[\"comment/57\",[]],[\"name/58\",[53,40.489]],[\"comment/58\",[]],[\"name/59\",[54,40.489]],[\"comment/59\",[]],[\"name/60\",[55,40.489]],[\"comment/60\",[]],[\"name/61\",[56,40.489]],[\"comment/61\",[]],[\"name/62\",[36,32.016]],[\"comment/62\",[]],[\"name/63\",[38,35.381]],[\"comment/63\",[]],[\"name/64\",[57,40.489]],[\"comment/64\",[]],[\"name/65\",[58,40.489]],[\"comment/65\",[]],[\"name/66\",[41,35.381]],[\"comment/66\",[]],[\"name/67\",[59,40.489]],[\"comment/67\",[]],[\"name/68\",[43,32.016]],[\"comment/68\",[]],[\"name/69\",[44,32.016]],[\"comment/69\",[]],[\"name/70\",[60,40.489]],[\"comment/70\",[]],[\"name/71\",[61,40.489]],[\"comment/71\",[]],[\"name/72\",[62,40.489]],[\"comment/72\",[]],[\"name/73\",[63,40.489]],[\"comment/73\",[]],[\"name/74\",[36,32.016]],[\"comment/74\",[]],[\"name/75\",[64,40.489]],[\"comment/75\",[]],[\"name/76\",[65,40.489]],[\"comment/76\",[]],[\"name/77\",[66,40.489]],[\"comment/77\",[]],[\"name/78\",[44,32.016]],[\"comment/78\",[]],[\"name/79\",[67,40.489]],[\"comment/79\",[]],[\"name/80\",[43,32.016]],[\"comment/80\",[]],[\"name/81\",[68,40.489]],[\"comment/81\",[]],[\"name/82\",[69,40.489]],[\"comment/82\",[]],[\"name/83\",[70,40.489]],[\"comment/83\",[]],[\"name/84\",[71,40.489]],[\"comment/84\",[]]],\"invertedIndex\":[[\"_add\",{\"_index\":64,\"name\":{\"75\":{}},\"comment\":{}}],[\"_handleremove\",{\"_index\":65,\"name\":{\"76\":{}},\"comment\":{}}],[\"_removealltoasts\",{\"_index\":66,\"name\":{\"77\":{}},\"comment\":{}}],[\"action\",{\"_index\":31,\"name\":{\"35\":{}},\"comment\":{}}],[\"back\",{\"_index\":13,\"name\":{\"14\":{}},\"comment\":{}}],[\"battery\",{\"_index\":16,\"name\":{\"17\":{}},\"comment\":{}}],[\"button\",{\"_index\":33,\"name\":{\"37\":{}},\"comment\":{}}],[\"card\",{\"_index\":21,\"name\":{\"22\":{}},\"comment\":{}}],[\"checkbox\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"checkmark\",{\"_index\":12,\"name\":{\"13\":{}},\"comment\":{}}],[\"choice\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"componentdidmount\",{\"_index\":37,\"name\":{\"41\":{}},\"comment\":{}}],[\"componentdidupdate\",{\"_index\":38,\"name\":{\"42\":{},\"63\":{}},\"comment\":{}}],[\"componentwillunmount\",{\"_index\":39,\"name\":{\"43\":{}},\"comment\":{}}],[\"config\",{\"_index\":19,\"name\":{\"20\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":36,\"name\":{\"40\":{},\"62\":{},\"74\":{}},\"comment\":{}}],[\"content\",{\"_index\":25,\"name\":{\"27\":{}},\"comment\":{}}],[\"coveringloader\",{\"_index\":46,\"name\":{\"50\":{}},\"comment\":{}}],[\"cssreset\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"directionpad\",{\"_index\":34,\"name\":{\"38\":{}},\"comment\":{}}],[\"dots\",{\"_index\":20,\"name\":{\"21\":{}},\"comment\":{}}],[\"drawer\",{\"_index\":35,\"name\":{\"39\":{}},\"comment\":{}}],[\"equalactions\",{\"_index\":32,\"name\":{\"36\":{}},\"comment\":{}}],[\"forward\",{\"_index\":14,\"name\":{\"15\":{}},\"comment\":{}}],[\"fullloader\",{\"_index\":47,\"name\":{\"51\":{}},\"comment\":{}}],[\"getanchorelement\",{\"_index\":58,\"name\":{\"65\":{}},\"comment\":{}}],[\"getcsstext\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"handleesc\",{\"_index\":43,\"name\":{\"47\":{},\"68\":{},\"80\":{}},\"comment\":{}}],[\"handleoverlayclick\",{\"_index\":59,\"name\":{\"67\":{}},\"comment\":{}}],[\"header\",{\"_index\":22,\"name\":{\"23\":{},\"30\":{}},\"comment\":{}}],[\"headericonaction\",{\"_index\":23,\"name\":{\"24\":{}},\"comment\":{}}],[\"heart\",{\"_index\":17,\"name\":{\"18\":{}},\"comment\":{}}],[\"icon\",{\"_index\":11,\"name\":{\"11\":{},\"12\":{}},\"comment\":{}}],[\"if\",{\"_index\":68,\"name\":{\"81\":{}},\"comment\":{}}],[\"input\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"item\",{\"_index\":27,\"name\":{\"31\":{}},\"comment\":{}}],[\"keyvalue\",{\"_index\":45,\"name\":{\"49\":{}},\"comment\":{}}],[\"label\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"list\",{\"_index\":26,\"name\":{\"28\":{},\"29\":{}},\"comment\":{}}],[\"loader\",{\"_index\":48,\"name\":{\"52\":{}},\"comment\":{}}],[\"loading\",{\"_index\":49,\"name\":{\"53\":{}},\"comment\":{}}],[\"message\",{\"_index\":51,\"name\":{\"55\":{}},\"comment\":{}}],[\"miuiscrollbars\",{\"_index\":70,\"name\":{\"83\":{}},\"comment\":{}}],[\"modal\",{\"_index\":52,\"name\":{\"56\":{},\"57\":{}},\"comment\":{}}],[\"modalbuttons\",{\"_index\":54,\"name\":{\"59\":{}},\"comment\":{}}],[\"onclose\",{\"_index\":42,\"name\":{\"46\":{}},\"comment\":{}}],[\"onopen\",{\"_index\":41,\"name\":{\"45\":{},\"66\":{}},\"comment\":{}}],[\"option\",{\"_index\":56,\"name\":{\"61\":{}},\"comment\":{}}],[\"pop\",{\"_index\":55,\"name\":{\"60\":{}},\"comment\":{}}],[\"poploader\",{\"_index\":50,\"name\":{\"54\":{}},\"comment\":{}}],[\"popoption\",{\"_index\":60,\"name\":{\"70\":{}},\"comment\":{}}],[\"removepadding\",{\"_index\":53,\"name\":{\"58\":{}},\"comment\":{}}],[\"render\",{\"_index\":44,\"name\":{\"48\":{},\"69\":{},\"78\":{}},\"comment\":{}}],[\"rootref\",{\"_index\":57,\"name\":{\"64\":{}},\"comment\":{}}],[\"search\",{\"_index\":15,\"name\":{\"16\":{}},\"comment\":{}}],[\"searchcontainer\",{\"_index\":28,\"name\":{\"32\":{}},\"comment\":{}}],[\"section\",{\"_index\":29,\"name\":{\"33\":{}},\"comment\":{}}],[\"select\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"selector\",{\"_index\":62,\"name\":{\"72\":{}},\"comment\":{}}],[\"spacer\",{\"_index\":69,\"name\":{\"82\":{}},\"comment\":{}}],[\"stats\",{\"_index\":61,\"name\":{\"71\":{}},\"comment\":{}}],[\"stickyheader\",{\"_index\":24,\"name\":{\"25\":{},\"26\":{}},\"comment\":{}}],[\"styled\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"table\",{\"_index\":30,\"name\":{\"34\":{}},\"comment\":{}}],[\"test\",{\"_index\":71,\"name\":{\"84\":{}},\"comment\":{}}],[\"textarea\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"themecss\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"timeout\",{\"_index\":40,\"name\":{\"44\":{}},\"comment\":{}}],[\"toasterprovider\",{\"_index\":63,\"name\":{\"73\":{}},\"comment\":{}}],[\"toggle\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"trash\",{\"_index\":18,\"name\":{\"19\":{}},\"comment\":{}}],[\"usetoaster\",{\"_index\":67,\"name\":{\"79\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|
package/docs/classes/Drawer.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>Drawer | react-miui - v0.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Drawer | react-miui - v0.22.0</title><meta name="description" content="Documentation for react-miui - v0.22.0"/><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.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.22.0</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.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.22.0</a></li>
|
|
16
16
|
<li><a href="Drawer.html">Drawer</a></li></ul>
|
|
17
17
|
<h1>Class Drawer</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">Drawer</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/5891b89/src/components/ui/drawer/Drawer.tsx#L24">src/components/ui/drawer/Drawer.tsx:24</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">
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
<h4 class="tsd-returns-title">Returns <a href="Drawer.html" class="tsd-signature-type" data-tsd-kind="Class">Drawer</a></h4><aside class="tsd-sources">
|
|
78
78
|
<p>Overrides Component<Props, State>.constructor</p>
|
|
79
79
|
<ul>
|
|
80
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
80
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/5891b89/src/components/ui/drawer/Drawer.tsx#L25">src/components/ui/drawer/Drawer.tsx:25</a></li></ul></aside></li></ul></section></section>
|
|
81
81
|
<section class="tsd-panel-group tsd-member-group">
|
|
82
82
|
<h2>Properties</h2>
|
|
83
83
|
<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>
|
|
@@ -124,7 +124,7 @@ Should be used with type annotation or static contextType.</p>
|
|
|
124
124
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>timeout</span><a href="#timeout" 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>
|
|
125
125
|
<div class="tsd-signature">timeout<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Timeout</span><span class="tsd-signature-symbol"> = null</span></div><aside class="tsd-sources">
|
|
126
126
|
<ul>
|
|
127
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
127
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/5891b89/src/components/ui/drawer/Drawer.tsx#L55">src/components/ui/drawer/Drawer.tsx:55</a></li></ul></aside></section>
|
|
128
128
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="contextType" class="tsd-anchor"></a>
|
|
129
129
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagOptional">Optional</code> <span>context<wbr/>Type</span><a href="#contextType" 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>
|
|
130
130
|
<div class="tsd-signature">context<wbr/>Type<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Context</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></div>
|
|
@@ -251,7 +251,7 @@ the entire component tree to unmount.</p>
|
|
|
251
251
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
252
252
|
<p>Overrides Component.componentDidMount</p>
|
|
253
253
|
<ul>
|
|
254
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
254
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/5891b89/src/components/ui/drawer/Drawer.tsx#L33">src/components/ui/drawer/Drawer.tsx:33</a></li></ul></aside></li></ul></section>
|
|
255
255
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="componentDidUpdate" class="tsd-anchor"></a>
|
|
256
256
|
<h3 class="tsd-anchor-link"><span>component<wbr/>Did<wbr/>Update</span><a href="#componentDidUpdate" 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>
|
|
257
257
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -265,7 +265,7 @@ the entire component tree to unmount.</p>
|
|
|
265
265
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
266
266
|
<p>Overrides Component.componentDidUpdate</p>
|
|
267
267
|
<ul>
|
|
268
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
268
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/5891b89/src/components/ui/drawer/Drawer.tsx#L40">src/components/ui/drawer/Drawer.tsx:40</a></li></ul></aside></li></ul></section>
|
|
269
269
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillMount" class="tsd-anchor"></a>
|
|
270
270
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Mount</span><a href="#componentWillMount" 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>
|
|
271
271
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -325,7 +325,7 @@ prevents this from being invoked.</p>
|
|
|
325
325
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
326
326
|
<p>Overrides Component.componentWillUnmount</p>
|
|
327
327
|
<ul>
|
|
328
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
328
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/5891b89/src/components/ui/drawer/Drawer.tsx#L50">src/components/ui/drawer/Drawer.tsx:50</a></li></ul></aside></li></ul></section>
|
|
329
329
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillUpdate" class="tsd-anchor"></a>
|
|
330
330
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Update</span><a href="#componentWillUpdate" 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>
|
|
331
331
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -405,7 +405,7 @@ lifecycle events from running.</p>
|
|
|
405
405
|
<li class="tsd-description">
|
|
406
406
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
407
407
|
<ul>
|
|
408
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
408
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/5891b89/src/components/ui/drawer/Drawer.tsx#L66">src/components/ui/drawer/Drawer.tsx:66</a></li></ul></aside></li></ul></section>
|
|
409
409
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onClose" class="tsd-anchor"></a>
|
|
410
410
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>on<wbr/>Close</span><a href="#onClose" 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>
|
|
411
411
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
@@ -413,7 +413,7 @@ lifecycle events from running.</p>
|
|
|
413
413
|
<li class="tsd-description">
|
|
414
414
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
415
415
|
<ul>
|
|
416
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
416
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/5891b89/src/components/ui/drawer/Drawer.tsx#L62">src/components/ui/drawer/Drawer.tsx:62</a></li></ul></aside></li></ul></section>
|
|
417
417
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onOpen" class="tsd-anchor"></a>
|
|
418
418
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>on<wbr/>Open</span><a href="#onOpen" 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>
|
|
419
419
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
@@ -421,7 +421,7 @@ lifecycle events from running.</p>
|
|
|
421
421
|
<li class="tsd-description">
|
|
422
422
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
423
423
|
<ul>
|
|
424
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
424
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/5891b89/src/components/ui/drawer/Drawer.tsx#L57">src/components/ui/drawer/Drawer.tsx:57</a></li></ul></aside></li></ul></section>
|
|
425
425
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="render" class="tsd-anchor"></a>
|
|
426
426
|
<h3 class="tsd-anchor-link"><span>render</span><a href="#render" 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>
|
|
427
427
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -430,7 +430,7 @@ lifecycle events from running.</p>
|
|
|
430
430
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
|
|
431
431
|
<p>Overrides Component.render</p>
|
|
432
432
|
<ul>
|
|
433
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
433
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/5891b89/src/components/ui/drawer/Drawer.tsx#L70">src/components/ui/drawer/Drawer.tsx:70</a></li></ul></aside></li></ul></section>
|
|
434
434
|
<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>
|
|
435
435
|
<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>
|
|
436
436
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
|
|
@@ -502,12 +502,11 @@ and <code>componentDidUpdate</code> will not be called.</p>
|
|
|
502
502
|
<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>
|
|
503
503
|
<div class="tsd-accordion-details">
|
|
504
504
|
<ul>
|
|
505
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.
|
|
505
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.22.0</a>
|
|
506
506
|
<ul>
|
|
507
507
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
508
508
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
509
509
|
<li class="tsd-kind-namespace"><a href="../modules/Modal.html">Modal</a></li>
|
|
510
|
-
<li class="tsd-kind-namespace"><a href="../modules/ModalButtons.html">Modal<wbr/>Buttons</a></li>
|
|
511
510
|
<li class="tsd-kind-namespace"><a href="../modules/StickyHeader.html">Sticky<wbr/>Header</a></li></ul></li></ul></div></details></nav>
|
|
512
511
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
513
512
|
<ul>
|