react-miui 0.9.3 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/components/form/Checkbox.d.ts +3 -3
- package/dist/components/form/Checkbox.d.ts.map +1 -1
- package/dist/components/ui/message/Message.d.ts +8 -0
- package/dist/components/ui/message/Message.d.ts.map +1 -0
- package/dist/components/ui/message/Message.js +20 -0
- package/dist/components/ui/message/Message.js.map +1 -0
- package/dist/components/ui/message/Message.module.scss +31 -0
- package/dist/global.scss +8 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/docs/assets/js/search.js +1 -1
- package/docs/assets/js/search.json +1 -1
- package/docs/classes/ToasterProvider.html +11 -8
- package/docs/enums/ICON.html +11 -8
- package/docs/index.html +7 -4
- package/docs/modules/Item.html +3 -3
- package/docs/modules/List.html +3 -3
- package/docs/modules/Modal.html +3 -3
- package/docs/modules/ModalButtons.html +3 -3
- package/docs/modules/Section.html +3 -3
- package/docs/modules/StickyHeader.html +4 -4
- package/docs/modules.html +41 -27
- package/docs/pages/Tutorials/Test.html +3 -3
- package/esm/components/form/Checkbox.d.ts +3 -3
- package/esm/components/form/Checkbox.d.ts.map +1 -1
- package/esm/components/ui/message/Message.d.ts +8 -0
- package/esm/components/ui/message/Message.d.ts.map +1 -0
- package/esm/components/ui/message/Message.js +14 -0
- package/esm/components/ui/message/Message.js.map +1 -0
- package/esm/components/ui/message/Message.module.scss +31 -0
- package/esm/global.scss +8 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/form/Checkbox.tsx +3 -3
- package/src/components/ui/message/Message.module.scss +31 -0
- package/src/components/ui/message/Message.tsx +21 -0
- package/src/demo/components/ui/message/Message.tsx +27 -0
- package/src/demo/componentsMap.ts +5 -0
- package/src/global.scss +8 -0
- package/src/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
6
6
|
## [UNRELEASED]
|
|
7
7
|
(nothing yet)
|
|
8
8
|
|
|
9
|
+
## [0.10.1] - 2022-02-17
|
|
10
|
+
### Fixed
|
|
11
|
+
- added missing export for Message
|
|
12
|
+
|
|
13
|
+
## [0.10.0] - 2022-02-17
|
|
14
|
+
### Added
|
|
15
|
+
- `Message` component
|
|
16
|
+
|
|
17
|
+
## [0.9.5] - 2022-02-17
|
|
18
|
+
### Changed
|
|
19
|
+
- all checkbox props to optional
|
|
20
|
+
|
|
21
|
+
## [0.9.4] - 2022-02-17
|
|
22
|
+
### Fixed
|
|
23
|
+
- checkbox onChange typings
|
|
24
|
+
|
|
9
25
|
## [0.9.3] - 2022-02-17
|
|
10
26
|
### Added
|
|
11
27
|
- disabled/readonly support for checkbox
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
interface Props {
|
|
3
3
|
color?: string;
|
|
4
|
-
name
|
|
5
|
-
onChange:
|
|
6
|
-
checked
|
|
4
|
+
name?: string;
|
|
5
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
6
|
+
checked?: boolean;
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
readOnly?: boolean;
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/form/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,KAAK;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/form/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,KAAK;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC5D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA6B7B,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,KAAK;IACX,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;IAC3C,OAAO,CAAC,EAAE,KAAK,CAAC;CACnB;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAQ5B,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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.Message = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
9
|
+
const Message_module_scss_1 = __importDefault(require("./Message.module.scss"));
|
|
10
|
+
const Message = (props) => {
|
|
11
|
+
const cls = classnames_1.default(Message_module_scss_1.default.container, {
|
|
12
|
+
[Message_module_scss_1.default.box]: props.variant === "box",
|
|
13
|
+
[Message_module_scss_1.default.warning]: props.type === "warning",
|
|
14
|
+
[Message_module_scss_1.default.error]: props.type === "error",
|
|
15
|
+
[Message_module_scss_1.default.info]: props.type === "info",
|
|
16
|
+
});
|
|
17
|
+
return react_1.default.createElement("div", { className: cls }, props.children);
|
|
18
|
+
};
|
|
19
|
+
exports.Message = Message;
|
|
20
|
+
//# sourceMappingURL=Message.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Message.js","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAC1B,4DAAoC;AAEpC,gFAA2C;AAO3C,MAAM,OAAO,GAAoB,CAAC,KAAK,EAAE,EAAE;IACvC,MAAM,GAAG,GAAG,oBAAU,CAAC,6BAAM,CAAC,SAAS,EAAE;QACrC,CAAC,6BAAM,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,OAAO,KAAK,KAAK;QACrC,CAAC,6BAAM,CAAC,OAAO,CAAC,EAAE,KAAK,CAAC,IAAI,KAAK,SAAS;QAC1C,CAAC,6BAAM,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,IAAI,KAAK,OAAO;QACtC,CAAC,6BAAM,CAAC,IAAI,CAAC,EAAE,KAAK,CAAC,IAAI,KAAK,MAAM;KACvC,CAAC,CAAC;IACH,OAAO,uCAAK,SAAS,EAAE,GAAG,IAAG,KAAK,CAAC,QAAQ,CAAO,CAAC;AACvD,CAAC,CAAC;AAEO,0BAAO"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
.container {
|
|
2
|
+
border-top: 1px solid var(--border);
|
|
3
|
+
border-bottom: 1px solid var(--border);
|
|
4
|
+
padding: calc(47px / var(--ratio-dimensions)) calc(83px / var(--ratio-dimensions));
|
|
5
|
+
font-weight: 500;
|
|
6
|
+
line-height: 1.25;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.box {
|
|
10
|
+
border-left: 1px solid var(--border);
|
|
11
|
+
border-right: 1px solid var(--border);
|
|
12
|
+
margin: 12px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.warning {
|
|
16
|
+
background-color: var(--yellow3);
|
|
17
|
+
border-color: var(--yellow1);
|
|
18
|
+
color: var(--yellow2);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.error {
|
|
22
|
+
background-color: var(--pinky3);
|
|
23
|
+
border-color: var(--pinky1);
|
|
24
|
+
color: var(--pinky2);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.info {
|
|
28
|
+
background-color: var(--blue3);
|
|
29
|
+
border-color: var(--blue2);
|
|
30
|
+
color: var(--blue1);
|
|
31
|
+
}
|
package/dist/global.scss
CHANGED
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
|
|
48
48
|
// Shades: https://maketintsandshades.com/#038bf4,ff7200,7357e8,3ec234,3ec234,ff388f,ea2700
|
|
49
49
|
--blue1: #038bf4;
|
|
50
|
+
--blue2: #b7d6f5;
|
|
51
|
+
--blue3: #dbe6ff;
|
|
50
52
|
--orange1: #ff7200;
|
|
51
53
|
--orange1-darker: #cc5b00;
|
|
52
54
|
--purple1: #7357e8;
|
|
@@ -54,6 +56,12 @@
|
|
|
54
56
|
--green1-darker: #38af2f;
|
|
55
57
|
--pink1: #ff388f;
|
|
56
58
|
--red1: #ea2700;
|
|
59
|
+
--yellow1: #ffde9d;
|
|
60
|
+
--yellow2: #e4a429;
|
|
61
|
+
--yellow3: #fff5db;
|
|
62
|
+
--pinky1: #f5c0b7;
|
|
63
|
+
--pinky2: #e07b67;
|
|
64
|
+
--pinky3: #ffe1db;
|
|
57
65
|
|
|
58
66
|
--grey1: #737373;
|
|
59
67
|
|
package/dist/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export * from "./components/ui/action/Action.js";
|
|
|
17
17
|
export * from "./components/ui/action/EqualActions.js";
|
|
18
18
|
export * from "./components/ui/button/Button.js";
|
|
19
19
|
export * from "./components/ui/directionPad/Pad.js";
|
|
20
|
+
export * from "./components/ui/message/Message.js";
|
|
20
21
|
export * from "./components/ui/modal/Modal.js";
|
|
21
22
|
export * from "./components/ui/modal/ModalButtons.js";
|
|
22
23
|
export * from "./components/ui/tabs/Selector.js";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wCAAwC,CAAC;AAEvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wCAAwC,CAAC;AAEvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -29,6 +29,7 @@ __exportStar(require("./components/ui/action/Action.js"), exports);
|
|
|
29
29
|
__exportStar(require("./components/ui/action/EqualActions.js"), exports);
|
|
30
30
|
__exportStar(require("./components/ui/button/Button.js"), exports);
|
|
31
31
|
__exportStar(require("./components/ui/directionPad/Pad.js"), exports);
|
|
32
|
+
__exportStar(require("./components/ui/message/Message.js"), exports);
|
|
32
33
|
__exportStar(require("./components/ui/modal/Modal.js"), exports);
|
|
33
34
|
__exportStar(require("./components/ui/modal/ModalButtons.js"), exports);
|
|
34
35
|
__exportStar(require("./components/ui/tabs/Selector.js"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qEAAmD;AACnD,gEAA8C;AAC9C,6DAA2C;AAC3C,6DAA2C;AAC3C,gEAA8C;AAC9C,8DAA4C;AAE5C,6DAA2C;AAE3C,mEAAiD;AACjD,uEAAqD;AACrD,iFAA+D;AAC/D,6EAA2D;AAC3D,mEAAiD;AACjD,mEAAiD;AACjD,iFAA+D;AAC/D,yEAAuD;AAEvD,mEAAiD;AACjD,yEAAuD;AACvD,mEAAiD;AACjD,sEAAoD;AACpD,iEAA+C;AAC/C,wEAAsD;AACtD,mEAAiD;AACjD,qEAAmD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qEAAmD;AACnD,gEAA8C;AAC9C,6DAA2C;AAC3C,6DAA2C;AAC3C,gEAA8C;AAC9C,8DAA4C;AAE5C,6DAA2C;AAE3C,mEAAiD;AACjD,uEAAqD;AACrD,iFAA+D;AAC/D,6EAA2D;AAC3D,mEAAiD;AACjD,mEAAiD;AACjD,iFAA+D;AAC/D,yEAAuD;AAEvD,mEAAiD;AACjD,yEAAuD;AACvD,mEAAiD;AACjD,sEAAoD;AACpD,qEAAmD;AACnD,iEAA+C;AAC/C,wEAAsD;AACtD,mEAAiD;AACjD,qEAAmD"}
|
package/docs/assets/js/search.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.searchData = {"kinds":{"2":"Namespace","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","512":"Constructor","2048":"Method","65536":"Type literal"},"rows":[{"id":0,"kind":32,"name":"Choice","url":"modules.html#Choice","classes":"tsd-kind-variable"},{"id":1,"kind":32,"name":"Checkbox","url":"modules.html#Checkbox","classes":"tsd-kind-variable"},{"id":2,"kind":32,"name":"Input","url":"modules.html#Input","classes":"tsd-kind-variable"},{"id":3,"kind":32,"name":"Label","url":"modules.html#Label","classes":"tsd-kind-variable"},{"id":4,"kind":32,"name":"TextArea","url":"modules.html#TextArea","classes":"tsd-kind-variable"},{"id":5,"kind":32,"name":"Toggle","url":"modules.html#Toggle","classes":"tsd-kind-variable"},{"id":6,"kind":32,"name":"Icon","url":"modules.html#Icon","classes":"tsd-kind-variable"},{"id":7,"kind":4,"name":"ICON","url":"enums/ICON.html","classes":"tsd-kind-enum"},{"id":8,"kind":16,"name":"checkmark","url":"enums/ICON.html#checkmark","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":9,"kind":16,"name":"back","url":"enums/ICON.html#back","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":10,"kind":16,"name":"forward","url":"enums/ICON.html#forward","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":11,"kind":16,"name":"search","url":"enums/ICON.html#search","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":12,"kind":16,"name":"battery","url":"enums/ICON.html#battery","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":13,"kind":32,"name":"Card","url":"modules.html#Card","classes":"tsd-kind-variable"},{"id":14,"kind":32,"name":"Header","url":"modules.html#Header","classes":"tsd-kind-variable"},{"id":15,"kind":32,"name":"HeaderIconAction","url":"modules.html#HeaderIconAction","classes":"tsd-kind-variable"},{"id":16,"kind":32,"name":"StickyHeader","url":"modules.html#StickyHeader","classes":"tsd-kind-variable"},{"id":17,"kind":2,"name":"StickyHeader","url":"modules/StickyHeader.html","classes":"tsd-kind-namespace"},{"id":18,"kind":64,"name":"Content","url":"modules/StickyHeader.html#Content","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"StickyHeader"},{"id":19,"kind":32,"name":"List","url":"modules.html#List","classes":"tsd-kind-variable"},{"id":20,"kind":2,"name":"List","url":"modules/List.html","classes":"tsd-kind-namespace"},{"id":21,"kind":32,"name":"Header","url":"modules/List.html#Header","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"List"},{"id":22,"kind":32,"name":"Item","url":"modules.html#Item","classes":"tsd-kind-variable"},{"id":23,"kind":2,"name":"Item","url":"modules/Item.html","classes":"tsd-kind-namespace"},{"id":24,"kind":32,"name":"Label","url":"modules/Item.html#Label","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item"},{"id":25,"kind":32,"name":"Value","url":"modules/Item.html#Value","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item"},{"id":26,"kind":32,"name":"SearchContainer","url":"modules.html#SearchContainer","classes":"tsd-kind-variable"},{"id":27,"kind":32,"name":"Section","url":"modules.html#Section","classes":"tsd-kind-variable"},{"id":28,"kind":2,"name":"Section","url":"modules/Section.html","classes":"tsd-kind-namespace"},{"id":29,"kind":32,"name":"Container","url":"modules/Section.html#Container","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Section"},{"id":30,"kind":32,"name":"Action","url":"modules.html#Action","classes":"tsd-kind-variable"},{"id":31,"kind":32,"name":"EqualActions","url":"modules.html#EqualActions","classes":"tsd-kind-variable"},{"id":32,"kind":32,"name":"Button","url":"modules.html#Button","classes":"tsd-kind-variable"},{"id":33,"kind":32,"name":"DirectionPad","url":"modules.html#DirectionPad","classes":"tsd-kind-variable"},{"id":34,"kind":32,"name":"Modal","url":"modules.html#Modal","classes":"tsd-kind-variable"},{"id":35,"kind":2,"name":"Modal","url":"modules/Modal.html","classes":"tsd-kind-namespace"},{"id":36,"kind":32,"name":"NegateMargin","url":"modules/Modal.html#NegateMargin","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Modal"},{"id":37,"kind":32,"name":"ModalButtons","url":"modules.html#ModalButtons","classes":"tsd-kind-variable"},{"id":38,"kind":2,"name":"ModalButtons","url":"modules/ModalButtons.html","classes":"tsd-kind-namespace"},{"id":39,"kind":32,"name":"Button","url":"modules/ModalButtons.html#Button","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"ModalButtons"},{"id":40,"kind":32,"name":"Selector","url":"modules.html#Selector","classes":"tsd-kind-variable"},{"id":41,"kind":128,"name":"ToasterProvider","url":"classes/ToasterProvider.html","classes":"tsd-kind-class"},{"id":42,"kind":512,"name":"constructor","url":"classes/ToasterProvider.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ToasterProvider"},{"id":43,"kind":2048,"name":"_add","url":"classes/ToasterProvider.html#_add","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider"},{"id":44,"kind":2048,"name":"_handleRemove","url":"classes/ToasterProvider.html#_handleRemove","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider"},{"id":45,"kind":2048,"name":"_removeAllToasts","url":"classes/ToasterProvider.html#_removeAllToasts","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider"},{"id":46,"kind":2048,"name":"render","url":"classes/ToasterProvider.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ToasterProvider"},{"id":47,"kind":65536,"name":"__type","url":"classes/ToasterProvider.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"ToasterProvider"},{"id":48,"kind":64,"name":"useToaster","url":"modules.html#useToaster","classes":"tsd-kind-function"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,35.066]],["parent/0",[]],["name/1",[1,35.066]],["parent/1",[]],["name/2",[2,35.066]],["parent/2",[]],["name/3",[3,29.957]],["parent/3",[]],["name/4",[4,35.066]],["parent/4",[]],["name/5",[5,35.066]],["parent/5",[]],["name/6",[6,18.971]],["parent/6",[]],["name/7",[6,18.971]],["parent/7",[]],["name/8",[7,35.066]],["parent/8",[6,1.113]],["name/9",[8,35.066]],["parent/9",[6,1.113]],["name/10",[9,35.066]],["parent/10",[6,1.113]],["name/11",[10,35.066]],["parent/11",[6,1.113]],["name/12",[11,35.066]],["parent/12",[6,1.113]],["name/13",[12,35.066]],["parent/13",[]],["name/14",[13,29.957]],["parent/14",[]],["name/15",[14,35.066]],["parent/15",[]],["name/16",[15,26.593]],["parent/16",[]],["name/17",[15,26.593]],["parent/17",[]],["name/18",[16,35.066]],["parent/18",[15,1.56]],["name/19",[17,26.593]],["parent/19",[]],["name/20",[17,26.593]],["parent/20",[]],["name/21",[13,29.957]],["parent/21",[17,1.56]],["name/22",[18,24.079]],["parent/22",[]],["name/23",[18,24.079]],["parent/23",[]],["name/24",[3,29.957]],["parent/24",[18,1.413]],["name/25",[19,35.066]],["parent/25",[18,1.413]],["name/26",[20,35.066]],["parent/26",[]],["name/27",[21,26.593]],["parent/27",[]],["name/28",[21,26.593]],["parent/28",[]],["name/29",[22,35.066]],["parent/29",[21,1.56]],["name/30",[23,35.066]],["parent/30",[]],["name/31",[24,35.066]],["parent/31",[]],["name/32",[25,29.957]],["parent/32",[]],["name/33",[26,35.066]],["parent/33",[]],["name/34",[27,26.593]],["parent/34",[]],["name/35",[27,26.593]],["parent/35",[]],["name/36",[28,35.066]],["parent/36",[27,1.56]],["name/37",[29,26.593]],["parent/37",[]],["name/38",[29,26.593]],["parent/38",[]],["name/39",[25,29.957]],["parent/39",[29,1.56]],["name/40",[30,35.066]],["parent/40",[]],["name/41",[31,18.971]],["parent/41",[]],["name/42",[32,35.066]],["parent/42",[31,1.113]],["name/43",[33,35.066]],["parent/43",[31,1.113]],["name/44",[34,35.066]],["parent/44",[31,1.113]],["name/45",[35,35.066]],["parent/45",[31,1.113]],["name/46",[36,35.066]],["parent/46",[31,1.113]],["name/47",[37,35.066]],["parent/47",[31,1.113]],["name/48",[38,35.066]],["parent/48",[]]],"invertedIndex":[["__type",{"_index":37,"name":{"47":{}},"parent":{}}],["_add",{"_index":33,"name":{"43":{}},"parent":{}}],["_handleremove",{"_index":34,"name":{"44":{}},"parent":{}}],["_removealltoasts",{"_index":35,"name":{"45":{}},"parent":{}}],["action",{"_index":23,"name":{"30":{}},"parent":{}}],["back",{"_index":8,"name":{"9":{}},"parent":{}}],["battery",{"_index":11,"name":{"12":{}},"parent":{}}],["button",{"_index":25,"name":{"32":{},"39":{}},"parent":{}}],["card",{"_index":12,"name":{"13":{}},"parent":{}}],["checkbox",{"_index":1,"name":{"1":{}},"parent":{}}],["checkmark",{"_index":7,"name":{"8":{}},"parent":{}}],["choice",{"_index":0,"name":{"0":{}},"parent":{}}],["constructor",{"_index":32,"name":{"42":{}},"parent":{}}],["container",{"_index":22,"name":{"29":{}},"parent":{}}],["content",{"_index":16,"name":{"18":{}},"parent":{}}],["directionpad",{"_index":26,"name":{"33":{}},"parent":{}}],["equalactions",{"_index":24,"name":{"31":{}},"parent":{}}],["forward",{"_index":9,"name":{"10":{}},"parent":{}}],["header",{"_index":13,"name":{"14":{},"21":{}},"parent":{}}],["headericonaction",{"_index":14,"name":{"15":{}},"parent":{}}],["icon",{"_index":6,"name":{"6":{},"7":{}},"parent":{"8":{},"9":{},"10":{},"11":{},"12":{}}}],["input",{"_index":2,"name":{"2":{}},"parent":{}}],["item",{"_index":18,"name":{"22":{},"23":{}},"parent":{"24":{},"25":{}}}],["label",{"_index":3,"name":{"3":{},"24":{}},"parent":{}}],["list",{"_index":17,"name":{"19":{},"20":{}},"parent":{"21":{}}}],["modal",{"_index":27,"name":{"34":{},"35":{}},"parent":{"36":{}}}],["modalbuttons",{"_index":29,"name":{"37":{},"38":{}},"parent":{"39":{}}}],["negatemargin",{"_index":28,"name":{"36":{}},"parent":{}}],["render",{"_index":36,"name":{"46":{}},"parent":{}}],["search",{"_index":10,"name":{"11":{}},"parent":{}}],["searchcontainer",{"_index":20,"name":{"26":{}},"parent":{}}],["section",{"_index":21,"name":{"27":{},"28":{}},"parent":{"29":{}}}],["selector",{"_index":30,"name":{"40":{}},"parent":{}}],["stickyheader",{"_index":15,"name":{"16":{},"17":{}},"parent":{"18":{}}}],["textarea",{"_index":4,"name":{"4":{}},"parent":{}}],["toasterprovider",{"_index":31,"name":{"41":{}},"parent":{"42":{},"43":{},"44":{},"45":{},"46":{},"47":{}}}],["toggle",{"_index":5,"name":{"5":{}},"parent":{}}],["usetoaster",{"_index":38,"name":{"48":{}},"parent":{}}],["value",{"_index":19,"name":{"25":{}},"parent":{}}]],"pipeline":[]}}
|
|
1
|
+
window.searchData = {"kinds":{"2":"Namespace","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","512":"Constructor","2048":"Method","65536":"Type literal"},"rows":[{"id":0,"kind":32,"name":"Choice","url":"modules.html#Choice","classes":"tsd-kind-variable"},{"id":1,"kind":32,"name":"Checkbox","url":"modules.html#Checkbox","classes":"tsd-kind-variable"},{"id":2,"kind":32,"name":"Input","url":"modules.html#Input","classes":"tsd-kind-variable"},{"id":3,"kind":32,"name":"Label","url":"modules.html#Label","classes":"tsd-kind-variable"},{"id":4,"kind":32,"name":"TextArea","url":"modules.html#TextArea","classes":"tsd-kind-variable"},{"id":5,"kind":32,"name":"Toggle","url":"modules.html#Toggle","classes":"tsd-kind-variable"},{"id":6,"kind":32,"name":"Icon","url":"modules.html#Icon","classes":"tsd-kind-variable"},{"id":7,"kind":4,"name":"ICON","url":"enums/ICON.html","classes":"tsd-kind-enum"},{"id":8,"kind":16,"name":"checkmark","url":"enums/ICON.html#checkmark","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":9,"kind":16,"name":"back","url":"enums/ICON.html#back","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":10,"kind":16,"name":"forward","url":"enums/ICON.html#forward","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":11,"kind":16,"name":"search","url":"enums/ICON.html#search","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":12,"kind":16,"name":"battery","url":"enums/ICON.html#battery","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":13,"kind":32,"name":"Card","url":"modules.html#Card","classes":"tsd-kind-variable"},{"id":14,"kind":32,"name":"Header","url":"modules.html#Header","classes":"tsd-kind-variable"},{"id":15,"kind":32,"name":"HeaderIconAction","url":"modules.html#HeaderIconAction","classes":"tsd-kind-variable"},{"id":16,"kind":32,"name":"StickyHeader","url":"modules.html#StickyHeader","classes":"tsd-kind-variable"},{"id":17,"kind":2,"name":"StickyHeader","url":"modules/StickyHeader.html","classes":"tsd-kind-namespace"},{"id":18,"kind":64,"name":"Content","url":"modules/StickyHeader.html#Content","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"StickyHeader"},{"id":19,"kind":32,"name":"List","url":"modules.html#List","classes":"tsd-kind-variable"},{"id":20,"kind":2,"name":"List","url":"modules/List.html","classes":"tsd-kind-namespace"},{"id":21,"kind":32,"name":"Header","url":"modules/List.html#Header","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"List"},{"id":22,"kind":32,"name":"Item","url":"modules.html#Item","classes":"tsd-kind-variable"},{"id":23,"kind":2,"name":"Item","url":"modules/Item.html","classes":"tsd-kind-namespace"},{"id":24,"kind":32,"name":"Label","url":"modules/Item.html#Label","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item"},{"id":25,"kind":32,"name":"Value","url":"modules/Item.html#Value","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item"},{"id":26,"kind":32,"name":"SearchContainer","url":"modules.html#SearchContainer","classes":"tsd-kind-variable"},{"id":27,"kind":32,"name":"Section","url":"modules.html#Section","classes":"tsd-kind-variable"},{"id":28,"kind":2,"name":"Section","url":"modules/Section.html","classes":"tsd-kind-namespace"},{"id":29,"kind":32,"name":"Container","url":"modules/Section.html#Container","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Section"},{"id":30,"kind":32,"name":"Action","url":"modules.html#Action","classes":"tsd-kind-variable"},{"id":31,"kind":32,"name":"EqualActions","url":"modules.html#EqualActions","classes":"tsd-kind-variable"},{"id":32,"kind":32,"name":"Button","url":"modules.html#Button","classes":"tsd-kind-variable"},{"id":33,"kind":32,"name":"DirectionPad","url":"modules.html#DirectionPad","classes":"tsd-kind-variable"},{"id":34,"kind":32,"name":"Message","url":"modules.html#Message","classes":"tsd-kind-variable"},{"id":35,"kind":32,"name":"Modal","url":"modules.html#Modal","classes":"tsd-kind-variable"},{"id":36,"kind":2,"name":"Modal","url":"modules/Modal.html","classes":"tsd-kind-namespace"},{"id":37,"kind":32,"name":"NegateMargin","url":"modules/Modal.html#NegateMargin","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Modal"},{"id":38,"kind":32,"name":"ModalButtons","url":"modules.html#ModalButtons","classes":"tsd-kind-variable"},{"id":39,"kind":2,"name":"ModalButtons","url":"modules/ModalButtons.html","classes":"tsd-kind-namespace"},{"id":40,"kind":32,"name":"Button","url":"modules/ModalButtons.html#Button","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"ModalButtons"},{"id":41,"kind":32,"name":"Selector","url":"modules.html#Selector","classes":"tsd-kind-variable"},{"id":42,"kind":128,"name":"ToasterProvider","url":"classes/ToasterProvider.html","classes":"tsd-kind-class"},{"id":43,"kind":512,"name":"constructor","url":"classes/ToasterProvider.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ToasterProvider"},{"id":44,"kind":2048,"name":"_add","url":"classes/ToasterProvider.html#_add","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider"},{"id":45,"kind":2048,"name":"_handleRemove","url":"classes/ToasterProvider.html#_handleRemove","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider"},{"id":46,"kind":2048,"name":"_removeAllToasts","url":"classes/ToasterProvider.html#_removeAllToasts","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider"},{"id":47,"kind":2048,"name":"render","url":"classes/ToasterProvider.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ToasterProvider"},{"id":48,"kind":65536,"name":"__type","url":"classes/ToasterProvider.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"ToasterProvider"},{"id":49,"kind":64,"name":"useToaster","url":"modules.html#useToaster","classes":"tsd-kind-function"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,35.264]],["parent/0",[]],["name/1",[1,35.264]],["parent/1",[]],["name/2",[2,35.264]],["parent/2",[]],["name/3",[3,30.155]],["parent/3",[]],["name/4",[4,35.264]],["parent/4",[]],["name/5",[5,35.264]],["parent/5",[]],["name/6",[6,19.169]],["parent/6",[]],["name/7",[6,19.169]],["parent/7",[]],["name/8",[7,35.264]],["parent/8",[6,1.11]],["name/9",[8,35.264]],["parent/9",[6,1.11]],["name/10",[9,35.264]],["parent/10",[6,1.11]],["name/11",[10,35.264]],["parent/11",[6,1.11]],["name/12",[11,35.264]],["parent/12",[6,1.11]],["name/13",[12,35.264]],["parent/13",[]],["name/14",[13,30.155]],["parent/14",[]],["name/15",[14,35.264]],["parent/15",[]],["name/16",[15,26.791]],["parent/16",[]],["name/17",[15,26.791]],["parent/17",[]],["name/18",[16,35.264]],["parent/18",[15,1.551]],["name/19",[17,26.791]],["parent/19",[]],["name/20",[17,26.791]],["parent/20",[]],["name/21",[13,30.155]],["parent/21",[17,1.551]],["name/22",[18,24.277]],["parent/22",[]],["name/23",[18,24.277]],["parent/23",[]],["name/24",[3,30.155]],["parent/24",[18,1.406]],["name/25",[19,35.264]],["parent/25",[18,1.406]],["name/26",[20,35.264]],["parent/26",[]],["name/27",[21,26.791]],["parent/27",[]],["name/28",[21,26.791]],["parent/28",[]],["name/29",[22,35.264]],["parent/29",[21,1.551]],["name/30",[23,35.264]],["parent/30",[]],["name/31",[24,35.264]],["parent/31",[]],["name/32",[25,30.155]],["parent/32",[]],["name/33",[26,35.264]],["parent/33",[]],["name/34",[27,35.264]],["parent/34",[]],["name/35",[28,26.791]],["parent/35",[]],["name/36",[28,26.791]],["parent/36",[]],["name/37",[29,35.264]],["parent/37",[28,1.551]],["name/38",[30,26.791]],["parent/38",[]],["name/39",[30,26.791]],["parent/39",[]],["name/40",[25,30.155]],["parent/40",[30,1.551]],["name/41",[31,35.264]],["parent/41",[]],["name/42",[32,19.169]],["parent/42",[]],["name/43",[33,35.264]],["parent/43",[32,1.11]],["name/44",[34,35.264]],["parent/44",[32,1.11]],["name/45",[35,35.264]],["parent/45",[32,1.11]],["name/46",[36,35.264]],["parent/46",[32,1.11]],["name/47",[37,35.264]],["parent/47",[32,1.11]],["name/48",[38,35.264]],["parent/48",[32,1.11]],["name/49",[39,35.264]],["parent/49",[]]],"invertedIndex":[["__type",{"_index":38,"name":{"48":{}},"parent":{}}],["_add",{"_index":34,"name":{"44":{}},"parent":{}}],["_handleremove",{"_index":35,"name":{"45":{}},"parent":{}}],["_removealltoasts",{"_index":36,"name":{"46":{}},"parent":{}}],["action",{"_index":23,"name":{"30":{}},"parent":{}}],["back",{"_index":8,"name":{"9":{}},"parent":{}}],["battery",{"_index":11,"name":{"12":{}},"parent":{}}],["button",{"_index":25,"name":{"32":{},"40":{}},"parent":{}}],["card",{"_index":12,"name":{"13":{}},"parent":{}}],["checkbox",{"_index":1,"name":{"1":{}},"parent":{}}],["checkmark",{"_index":7,"name":{"8":{}},"parent":{}}],["choice",{"_index":0,"name":{"0":{}},"parent":{}}],["constructor",{"_index":33,"name":{"43":{}},"parent":{}}],["container",{"_index":22,"name":{"29":{}},"parent":{}}],["content",{"_index":16,"name":{"18":{}},"parent":{}}],["directionpad",{"_index":26,"name":{"33":{}},"parent":{}}],["equalactions",{"_index":24,"name":{"31":{}},"parent":{}}],["forward",{"_index":9,"name":{"10":{}},"parent":{}}],["header",{"_index":13,"name":{"14":{},"21":{}},"parent":{}}],["headericonaction",{"_index":14,"name":{"15":{}},"parent":{}}],["icon",{"_index":6,"name":{"6":{},"7":{}},"parent":{"8":{},"9":{},"10":{},"11":{},"12":{}}}],["input",{"_index":2,"name":{"2":{}},"parent":{}}],["item",{"_index":18,"name":{"22":{},"23":{}},"parent":{"24":{},"25":{}}}],["label",{"_index":3,"name":{"3":{},"24":{}},"parent":{}}],["list",{"_index":17,"name":{"19":{},"20":{}},"parent":{"21":{}}}],["message",{"_index":27,"name":{"34":{}},"parent":{}}],["modal",{"_index":28,"name":{"35":{},"36":{}},"parent":{"37":{}}}],["modalbuttons",{"_index":30,"name":{"38":{},"39":{}},"parent":{"40":{}}}],["negatemargin",{"_index":29,"name":{"37":{}},"parent":{}}],["render",{"_index":37,"name":{"47":{}},"parent":{}}],["search",{"_index":10,"name":{"11":{}},"parent":{}}],["searchcontainer",{"_index":20,"name":{"26":{}},"parent":{}}],["section",{"_index":21,"name":{"27":{},"28":{}},"parent":{"29":{}}}],["selector",{"_index":31,"name":{"41":{}},"parent":{}}],["stickyheader",{"_index":15,"name":{"16":{},"17":{}},"parent":{"18":{}}}],["textarea",{"_index":4,"name":{"4":{}},"parent":{}}],["toasterprovider",{"_index":32,"name":{"42":{}},"parent":{"43":{},"44":{},"45":{},"46":{},"47":{},"48":{}}}],["toggle",{"_index":5,"name":{"5":{}},"parent":{}}],["usetoaster",{"_index":39,"name":{"49":{}},"parent":{}}],["value",{"_index":19,"name":{"25":{}},"parent":{}}]],"pipeline":[]}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"kinds":{"2":"Namespace","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","512":"Constructor","2048":"Method","65536":"Type literal","9999999":"Page"},"rows":[{"id":0,"kind":32,"name":"Choice","url":"modules.html#Choice","classes":"tsd-kind-variable"},{"id":1,"kind":32,"name":"Checkbox","url":"modules.html#Checkbox","classes":"tsd-kind-variable"},{"id":2,"kind":32,"name":"Input","url":"modules.html#Input","classes":"tsd-kind-variable"},{"id":3,"kind":32,"name":"Label","url":"modules.html#Label","classes":"tsd-kind-variable"},{"id":4,"kind":32,"name":"TextArea","url":"modules.html#TextArea","classes":"tsd-kind-variable"},{"id":5,"kind":32,"name":"Toggle","url":"modules.html#Toggle","classes":"tsd-kind-variable"},{"id":6,"kind":32,"name":"Icon","url":"modules.html#Icon","classes":"tsd-kind-variable"},{"id":7,"kind":4,"name":"ICON","url":"enums/ICON.html","classes":"tsd-kind-enum"},{"id":8,"kind":16,"name":"checkmark","url":"enums/ICON.html#checkmark","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":9,"kind":16,"name":"back","url":"enums/ICON.html#back","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":10,"kind":16,"name":"forward","url":"enums/ICON.html#forward","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":11,"kind":16,"name":"search","url":"enums/ICON.html#search","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":12,"kind":16,"name":"battery","url":"enums/ICON.html#battery","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":13,"kind":32,"name":"Card","url":"modules.html#Card","classes":"tsd-kind-variable"},{"id":14,"kind":32,"name":"Header","url":"modules.html#Header","classes":"tsd-kind-variable"},{"id":15,"kind":32,"name":"HeaderIconAction","url":"modules.html#HeaderIconAction","classes":"tsd-kind-variable"},{"id":16,"kind":32,"name":"StickyHeader","url":"modules.html#StickyHeader","classes":"tsd-kind-variable"},{"id":17,"kind":2,"name":"StickyHeader","url":"modules/StickyHeader.html","classes":"tsd-kind-namespace"},{"id":18,"kind":64,"name":"Content","url":"modules/StickyHeader.html#Content","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"StickyHeader","pagesPluginParent":"StickyHeader."},{"id":19,"kind":32,"name":"List","url":"modules.html#List","classes":"tsd-kind-variable"},{"id":20,"kind":2,"name":"List","url":"modules/List.html","classes":"tsd-kind-namespace"},{"id":21,"kind":32,"name":"Header","url":"modules/List.html#Header","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"List","pagesPluginParent":"List."},{"id":22,"kind":32,"name":"Item","url":"modules.html#Item","classes":"tsd-kind-variable"},{"id":23,"kind":2,"name":"Item","url":"modules/Item.html","classes":"tsd-kind-namespace"},{"id":24,"kind":32,"name":"Label","url":"modules/Item.html#Label","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item","pagesPluginParent":"Item."},{"id":25,"kind":32,"name":"Value","url":"modules/Item.html#Value","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item","pagesPluginParent":"Item."},{"id":26,"kind":32,"name":"SearchContainer","url":"modules.html#SearchContainer","classes":"tsd-kind-variable"},{"id":27,"kind":32,"name":"Section","url":"modules.html#Section","classes":"tsd-kind-variable"},{"id":28,"kind":2,"name":"Section","url":"modules/Section.html","classes":"tsd-kind-namespace"},{"id":29,"kind":32,"name":"Container","url":"modules/Section.html#Container","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Section","pagesPluginParent":"Section."},{"id":30,"kind":32,"name":"Action","url":"modules.html#Action","classes":"tsd-kind-variable"},{"id":31,"kind":32,"name":"EqualActions","url":"modules.html#EqualActions","classes":"tsd-kind-variable"},{"id":32,"kind":32,"name":"Button","url":"modules.html#Button","classes":"tsd-kind-variable"},{"id":33,"kind":32,"name":"DirectionPad","url":"modules.html#DirectionPad","classes":"tsd-kind-variable"},{"id":34,"kind":32,"name":"Modal","url":"modules.html#Modal","classes":"tsd-kind-variable"},{"id":35,"kind":2,"name":"Modal","url":"modules/Modal.html","classes":"tsd-kind-namespace"},{"id":36,"kind":32,"name":"NegateMargin","url":"modules/Modal.html#NegateMargin","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Modal","pagesPluginParent":"Modal."},{"id":37,"kind":32,"name":"ModalButtons","url":"modules.html#ModalButtons","classes":"tsd-kind-variable"},{"id":38,"kind":2,"name":"ModalButtons","url":"modules/ModalButtons.html","classes":"tsd-kind-namespace"},{"id":39,"kind":32,"name":"Button","url":"modules/ModalButtons.html#Button","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"ModalButtons","pagesPluginParent":"ModalButtons."},{"id":40,"kind":32,"name":"Selector","url":"modules.html#Selector","classes":"tsd-kind-variable"},{"id":41,"kind":128,"name":"ToasterProvider","url":"classes/ToasterProvider.html","classes":"tsd-kind-class"},{"id":42,"kind":512,"name":"constructor","url":"classes/ToasterProvider.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":43,"kind":2048,"name":"_add","url":"classes/ToasterProvider.html#_add","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":44,"kind":2048,"name":"_handleRemove","url":"classes/ToasterProvider.html#_handleRemove","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":45,"kind":2048,"name":"_removeAllToasts","url":"classes/ToasterProvider.html#_removeAllToasts","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":46,"kind":2048,"name":"render","url":"classes/ToasterProvider.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":47,"kind":65536,"name":"__type","url":"classes/ToasterProvider.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":48,"kind":64,"name":"useToaster","url":"modules.html#useToaster","classes":"tsd-kind-function"},{"id":49,"kind":1,"name":"Test","url":"pages/Tutorials/Test.html","classes":"tsd-kind-page","pagesPluginContent":"This is example tutorial page.\n","pagesPluginParent":"Tutorials / "}],"index":{"version":"2.3.9","fields":["pagesPluginContent","name","parent"],"fieldVectors":[["pagesPluginContent/0",[]],["name/0",[0,35.264]],["parent/0",[]],["pagesPluginContent/1",[]],["name/1",[1,35.264]],["parent/1",[]],["pagesPluginContent/2",[]],["name/2",[2,35.264]],["parent/2",[]],["pagesPluginContent/3",[]],["name/3",[3,30.155]],["parent/3",[]],["pagesPluginContent/4",[]],["name/4",[4,35.264]],["parent/4",[]],["pagesPluginContent/5",[]],["name/5",[5,35.264]],["parent/5",[]],["pagesPluginContent/6",[]],["name/6",[6,19.169]],["parent/6",[]],["pagesPluginContent/7",[]],["name/7",[6,19.169]],["parent/7",[]],["pagesPluginContent/8",[]],["name/8",[7,35.264]],["parent/8",[6,1.11]],["pagesPluginContent/9",[]],["name/9",[8,35.264]],["parent/9",[6,1.11]],["pagesPluginContent/10",[]],["name/10",[9,35.264]],["parent/10",[6,1.11]],["pagesPluginContent/11",[]],["name/11",[10,35.264]],["parent/11",[6,1.11]],["pagesPluginContent/12",[]],["name/12",[11,35.264]],["parent/12",[6,1.11]],["pagesPluginContent/13",[]],["name/13",[12,35.264]],["parent/13",[]],["pagesPluginContent/14",[]],["name/14",[13,30.155]],["parent/14",[]],["pagesPluginContent/15",[]],["name/15",[14,35.264]],["parent/15",[]],["pagesPluginContent/16",[]],["name/16",[15,26.791]],["parent/16",[]],["pagesPluginContent/17",[]],["name/17",[15,26.791]],["parent/17",[]],["pagesPluginContent/18",[]],["name/18",[16,35.264]],["parent/18",[15,1.551]],["pagesPluginContent/19",[]],["name/19",[17,26.791]],["parent/19",[]],["pagesPluginContent/20",[]],["name/20",[17,26.791]],["parent/20",[]],["pagesPluginContent/21",[]],["name/21",[13,30.155]],["parent/21",[17,1.551]],["pagesPluginContent/22",[]],["name/22",[18,24.277]],["parent/22",[]],["pagesPluginContent/23",[]],["name/23",[18,24.277]],["parent/23",[]],["pagesPluginContent/24",[]],["name/24",[3,30.155]],["parent/24",[18,1.406]],["pagesPluginContent/25",[]],["name/25",[19,35.264]],["parent/25",[18,1.406]],["pagesPluginContent/26",[]],["name/26",[20,35.264]],["parent/26",[]],["pagesPluginContent/27",[]],["name/27",[21,26.791]],["parent/27",[]],["pagesPluginContent/28",[]],["name/28",[21,26.791]],["parent/28",[]],["pagesPluginContent/29",[]],["name/29",[22,35.264]],["parent/29",[21,1.551]],["pagesPluginContent/30",[]],["name/30",[23,35.264]],["parent/30",[]],["pagesPluginContent/31",[]],["name/31",[24,35.264]],["parent/31",[]],["pagesPluginContent/32",[]],["name/32",[25,30.155]],["parent/32",[]],["pagesPluginContent/33",[]],["name/33",[26,35.264]],["parent/33",[]],["pagesPluginContent/34",[]],["name/34",[27,26.791]],["parent/34",[]],["pagesPluginContent/35",[]],["name/35",[27,26.791]],["parent/35",[]],["pagesPluginContent/36",[]],["name/36",[28,35.264]],["parent/36",[27,1.551]],["pagesPluginContent/37",[]],["name/37",[29,26.791]],["parent/37",[]],["pagesPluginContent/38",[]],["name/38",[29,26.791]],["parent/38",[]],["pagesPluginContent/39",[]],["name/39",[25,30.155]],["parent/39",[29,1.551]],["pagesPluginContent/40",[]],["name/40",[30,35.264]],["parent/40",[]],["pagesPluginContent/41",[]],["name/41",[31,19.169]],["parent/41",[]],["pagesPluginContent/42",[]],["name/42",[32,35.264]],["parent/42",[31,1.11]],["pagesPluginContent/43",[]],["name/43",[33,35.264]],["parent/43",[31,1.11]],["pagesPluginContent/44",[]],["name/44",[34,35.264]],["parent/44",[31,1.11]],["pagesPluginContent/45",[]],["name/45",[35,35.264]],["parent/45",[31,1.11]],["pagesPluginContent/46",[]],["name/46",[36,35.264]],["parent/46",[31,1.11]],["pagesPluginContent/47",[]],["name/47",[37,35.264]],["parent/47",[31,1.11]],["pagesPluginContent/48",[]],["name/48",[38,35.264]],["parent/48",[]],["pagesPluginContent/49",[39,2.513,40,2.513,41,2.513,42,2.513,43,2.513]],["name/49",[44,35.264]],["parent/49",[]]],"invertedIndex":[["__type",{"_index":37,"pagesPluginContent":{},"name":{"47":{}},"parent":{}}],["_add",{"_index":33,"pagesPluginContent":{},"name":{"43":{}},"parent":{}}],["_handleremove",{"_index":34,"pagesPluginContent":{},"name":{"44":{}},"parent":{}}],["_removealltoasts",{"_index":35,"pagesPluginContent":{},"name":{"45":{}},"parent":{}}],["action",{"_index":23,"pagesPluginContent":{},"name":{"30":{}},"parent":{}}],["back",{"_index":8,"pagesPluginContent":{},"name":{"9":{}},"parent":{}}],["battery",{"_index":11,"pagesPluginContent":{},"name":{"12":{}},"parent":{}}],["button",{"_index":25,"pagesPluginContent":{},"name":{"32":{},"39":{}},"parent":{}}],["card",{"_index":12,"pagesPluginContent":{},"name":{"13":{}},"parent":{}}],["checkbox",{"_index":1,"pagesPluginContent":{},"name":{"1":{}},"parent":{}}],["checkmark",{"_index":7,"pagesPluginContent":{},"name":{"8":{}},"parent":{}}],["choice",{"_index":0,"pagesPluginContent":{},"name":{"0":{}},"parent":{}}],["constructor",{"_index":32,"pagesPluginContent":{},"name":{"42":{}},"parent":{}}],["container",{"_index":22,"pagesPluginContent":{},"name":{"29":{}},"parent":{}}],["content",{"_index":16,"pagesPluginContent":{},"name":{"18":{}},"parent":{}}],["directionpad",{"_index":26,"pagesPluginContent":{},"name":{"33":{}},"parent":{}}],["equalactions",{"_index":24,"pagesPluginContent":{},"name":{"31":{}},"parent":{}}],["example",{"_index":41,"pagesPluginContent":{"49":{}},"name":{},"parent":{}}],["forward",{"_index":9,"pagesPluginContent":{},"name":{"10":{}},"parent":{}}],["header",{"_index":13,"pagesPluginContent":{},"name":{"14":{},"21":{}},"parent":{}}],["headericonaction",{"_index":14,"pagesPluginContent":{},"name":{"15":{}},"parent":{}}],["icon",{"_index":6,"pagesPluginContent":{},"name":{"6":{},"7":{}},"parent":{"8":{},"9":{},"10":{},"11":{},"12":{}}}],["input",{"_index":2,"pagesPluginContent":{},"name":{"2":{}},"parent":{}}],["is",{"_index":40,"pagesPluginContent":{"49":{}},"name":{},"parent":{}}],["item",{"_index":18,"pagesPluginContent":{},"name":{"22":{},"23":{}},"parent":{"24":{},"25":{}}}],["label",{"_index":3,"pagesPluginContent":{},"name":{"3":{},"24":{}},"parent":{}}],["list",{"_index":17,"pagesPluginContent":{},"name":{"19":{},"20":{}},"parent":{"21":{}}}],["modal",{"_index":27,"pagesPluginContent":{},"name":{"34":{},"35":{}},"parent":{"36":{}}}],["modalbuttons",{"_index":29,"pagesPluginContent":{},"name":{"37":{},"38":{}},"parent":{"39":{}}}],["negatemargin",{"_index":28,"pagesPluginContent":{},"name":{"36":{}},"parent":{}}],["page",{"_index":43,"pagesPluginContent":{"49":{}},"name":{},"parent":{}}],["render",{"_index":36,"pagesPluginContent":{},"name":{"46":{}},"parent":{}}],["search",{"_index":10,"pagesPluginContent":{},"name":{"11":{}},"parent":{}}],["searchcontainer",{"_index":20,"pagesPluginContent":{},"name":{"26":{}},"parent":{}}],["section",{"_index":21,"pagesPluginContent":{},"name":{"27":{},"28":{}},"parent":{"29":{}}}],["selector",{"_index":30,"pagesPluginContent":{},"name":{"40":{}},"parent":{}}],["stickyheader",{"_index":15,"pagesPluginContent":{},"name":{"16":{},"17":{}},"parent":{"18":{}}}],["test",{"_index":44,"pagesPluginContent":{},"name":{"49":{}},"parent":{}}],["textarea",{"_index":4,"pagesPluginContent":{},"name":{"4":{}},"parent":{}}],["this",{"_index":39,"pagesPluginContent":{"49":{}},"name":{},"parent":{}}],["toasterprovider",{"_index":31,"pagesPluginContent":{},"name":{"41":{}},"parent":{"42":{},"43":{},"44":{},"45":{},"46":{},"47":{}}}],["toggle",{"_index":5,"pagesPluginContent":{},"name":{"5":{}},"parent":{}}],["tutorial",{"_index":42,"pagesPluginContent":{"49":{}},"name":{},"parent":{}}],["usetoaster",{"_index":38,"pagesPluginContent":{},"name":{"48":{}},"parent":{}}],["value",{"_index":19,"pagesPluginContent":{},"name":{"25":{}},"parent":{}}]],"pipeline":[]}}
|
|
1
|
+
{"kinds":{"2":"Namespace","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","512":"Constructor","2048":"Method","65536":"Type literal","9999999":"Page"},"rows":[{"id":0,"kind":32,"name":"Choice","url":"modules.html#Choice","classes":"tsd-kind-variable"},{"id":1,"kind":32,"name":"Checkbox","url":"modules.html#Checkbox","classes":"tsd-kind-variable"},{"id":2,"kind":32,"name":"Input","url":"modules.html#Input","classes":"tsd-kind-variable"},{"id":3,"kind":32,"name":"Label","url":"modules.html#Label","classes":"tsd-kind-variable"},{"id":4,"kind":32,"name":"TextArea","url":"modules.html#TextArea","classes":"tsd-kind-variable"},{"id":5,"kind":32,"name":"Toggle","url":"modules.html#Toggle","classes":"tsd-kind-variable"},{"id":6,"kind":32,"name":"Icon","url":"modules.html#Icon","classes":"tsd-kind-variable"},{"id":7,"kind":4,"name":"ICON","url":"enums/ICON.html","classes":"tsd-kind-enum"},{"id":8,"kind":16,"name":"checkmark","url":"enums/ICON.html#checkmark","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":9,"kind":16,"name":"back","url":"enums/ICON.html#back","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":10,"kind":16,"name":"forward","url":"enums/ICON.html#forward","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":11,"kind":16,"name":"search","url":"enums/ICON.html#search","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":12,"kind":16,"name":"battery","url":"enums/ICON.html#battery","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":13,"kind":32,"name":"Card","url":"modules.html#Card","classes":"tsd-kind-variable"},{"id":14,"kind":32,"name":"Header","url":"modules.html#Header","classes":"tsd-kind-variable"},{"id":15,"kind":32,"name":"HeaderIconAction","url":"modules.html#HeaderIconAction","classes":"tsd-kind-variable"},{"id":16,"kind":32,"name":"StickyHeader","url":"modules.html#StickyHeader","classes":"tsd-kind-variable"},{"id":17,"kind":2,"name":"StickyHeader","url":"modules/StickyHeader.html","classes":"tsd-kind-namespace"},{"id":18,"kind":64,"name":"Content","url":"modules/StickyHeader.html#Content","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"StickyHeader","pagesPluginParent":"StickyHeader."},{"id":19,"kind":32,"name":"List","url":"modules.html#List","classes":"tsd-kind-variable"},{"id":20,"kind":2,"name":"List","url":"modules/List.html","classes":"tsd-kind-namespace"},{"id":21,"kind":32,"name":"Header","url":"modules/List.html#Header","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"List","pagesPluginParent":"List."},{"id":22,"kind":32,"name":"Item","url":"modules.html#Item","classes":"tsd-kind-variable"},{"id":23,"kind":2,"name":"Item","url":"modules/Item.html","classes":"tsd-kind-namespace"},{"id":24,"kind":32,"name":"Label","url":"modules/Item.html#Label","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item","pagesPluginParent":"Item."},{"id":25,"kind":32,"name":"Value","url":"modules/Item.html#Value","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item","pagesPluginParent":"Item."},{"id":26,"kind":32,"name":"SearchContainer","url":"modules.html#SearchContainer","classes":"tsd-kind-variable"},{"id":27,"kind":32,"name":"Section","url":"modules.html#Section","classes":"tsd-kind-variable"},{"id":28,"kind":2,"name":"Section","url":"modules/Section.html","classes":"tsd-kind-namespace"},{"id":29,"kind":32,"name":"Container","url":"modules/Section.html#Container","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Section","pagesPluginParent":"Section."},{"id":30,"kind":32,"name":"Action","url":"modules.html#Action","classes":"tsd-kind-variable"},{"id":31,"kind":32,"name":"EqualActions","url":"modules.html#EqualActions","classes":"tsd-kind-variable"},{"id":32,"kind":32,"name":"Button","url":"modules.html#Button","classes":"tsd-kind-variable"},{"id":33,"kind":32,"name":"DirectionPad","url":"modules.html#DirectionPad","classes":"tsd-kind-variable"},{"id":34,"kind":32,"name":"Message","url":"modules.html#Message","classes":"tsd-kind-variable"},{"id":35,"kind":32,"name":"Modal","url":"modules.html#Modal","classes":"tsd-kind-variable"},{"id":36,"kind":2,"name":"Modal","url":"modules/Modal.html","classes":"tsd-kind-namespace"},{"id":37,"kind":32,"name":"NegateMargin","url":"modules/Modal.html#NegateMargin","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Modal","pagesPluginParent":"Modal."},{"id":38,"kind":32,"name":"ModalButtons","url":"modules.html#ModalButtons","classes":"tsd-kind-variable"},{"id":39,"kind":2,"name":"ModalButtons","url":"modules/ModalButtons.html","classes":"tsd-kind-namespace"},{"id":40,"kind":32,"name":"Button","url":"modules/ModalButtons.html#Button","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"ModalButtons","pagesPluginParent":"ModalButtons."},{"id":41,"kind":32,"name":"Selector","url":"modules.html#Selector","classes":"tsd-kind-variable"},{"id":42,"kind":128,"name":"ToasterProvider","url":"classes/ToasterProvider.html","classes":"tsd-kind-class"},{"id":43,"kind":512,"name":"constructor","url":"classes/ToasterProvider.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":44,"kind":2048,"name":"_add","url":"classes/ToasterProvider.html#_add","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":45,"kind":2048,"name":"_handleRemove","url":"classes/ToasterProvider.html#_handleRemove","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":46,"kind":2048,"name":"_removeAllToasts","url":"classes/ToasterProvider.html#_removeAllToasts","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":47,"kind":2048,"name":"render","url":"classes/ToasterProvider.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":48,"kind":65536,"name":"__type","url":"classes/ToasterProvider.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"ToasterProvider","pagesPluginParent":"ToasterProvider."},{"id":49,"kind":64,"name":"useToaster","url":"modules.html#useToaster","classes":"tsd-kind-function"},{"id":50,"kind":1,"name":"Test","url":"pages/Tutorials/Test.html","classes":"tsd-kind-page","pagesPluginContent":"This is example tutorial page.\n","pagesPluginParent":"Tutorials / "}],"index":{"version":"2.3.9","fields":["pagesPluginContent","name","parent"],"fieldVectors":[["pagesPluginContent/0",[]],["name/0",[0,35.458]],["parent/0",[]],["pagesPluginContent/1",[]],["name/1",[1,35.458]],["parent/1",[]],["pagesPluginContent/2",[]],["name/2",[2,35.458]],["parent/2",[]],["pagesPluginContent/3",[]],["name/3",[3,30.35]],["parent/3",[]],["pagesPluginContent/4",[]],["name/4",[4,35.458]],["parent/4",[]],["pagesPluginContent/5",[]],["name/5",[5,35.458]],["parent/5",[]],["pagesPluginContent/6",[]],["name/6",[6,19.363]],["parent/6",[]],["pagesPluginContent/7",[]],["name/7",[6,19.363]],["parent/7",[]],["pagesPluginContent/8",[]],["name/8",[7,35.458]],["parent/8",[6,1.106]],["pagesPluginContent/9",[]],["name/9",[8,35.458]],["parent/9",[6,1.106]],["pagesPluginContent/10",[]],["name/10",[9,35.458]],["parent/10",[6,1.106]],["pagesPluginContent/11",[]],["name/11",[10,35.458]],["parent/11",[6,1.106]],["pagesPluginContent/12",[]],["name/12",[11,35.458]],["parent/12",[6,1.106]],["pagesPluginContent/13",[]],["name/13",[12,35.458]],["parent/13",[]],["pagesPluginContent/14",[]],["name/14",[13,30.35]],["parent/14",[]],["pagesPluginContent/15",[]],["name/15",[14,35.458]],["parent/15",[]],["pagesPluginContent/16",[]],["name/16",[15,26.985]],["parent/16",[]],["pagesPluginContent/17",[]],["name/17",[15,26.985]],["parent/17",[]],["pagesPluginContent/18",[]],["name/18",[16,35.458]],["parent/18",[15,1.542]],["pagesPluginContent/19",[]],["name/19",[17,26.985]],["parent/19",[]],["pagesPluginContent/20",[]],["name/20",[17,26.985]],["parent/20",[]],["pagesPluginContent/21",[]],["name/21",[13,30.35]],["parent/21",[17,1.542]],["pagesPluginContent/22",[]],["name/22",[18,24.472]],["parent/22",[]],["pagesPluginContent/23",[]],["name/23",[18,24.472]],["parent/23",[]],["pagesPluginContent/24",[]],["name/24",[3,30.35]],["parent/24",[18,1.398]],["pagesPluginContent/25",[]],["name/25",[19,35.458]],["parent/25",[18,1.398]],["pagesPluginContent/26",[]],["name/26",[20,35.458]],["parent/26",[]],["pagesPluginContent/27",[]],["name/27",[21,26.985]],["parent/27",[]],["pagesPluginContent/28",[]],["name/28",[21,26.985]],["parent/28",[]],["pagesPluginContent/29",[]],["name/29",[22,35.458]],["parent/29",[21,1.542]],["pagesPluginContent/30",[]],["name/30",[23,35.458]],["parent/30",[]],["pagesPluginContent/31",[]],["name/31",[24,35.458]],["parent/31",[]],["pagesPluginContent/32",[]],["name/32",[25,30.35]],["parent/32",[]],["pagesPluginContent/33",[]],["name/33",[26,35.458]],["parent/33",[]],["pagesPluginContent/34",[]],["name/34",[27,35.458]],["parent/34",[]],["pagesPluginContent/35",[]],["name/35",[28,26.985]],["parent/35",[]],["pagesPluginContent/36",[]],["name/36",[28,26.985]],["parent/36",[]],["pagesPluginContent/37",[]],["name/37",[29,35.458]],["parent/37",[28,1.542]],["pagesPluginContent/38",[]],["name/38",[30,26.985]],["parent/38",[]],["pagesPluginContent/39",[]],["name/39",[30,26.985]],["parent/39",[]],["pagesPluginContent/40",[]],["name/40",[25,30.35]],["parent/40",[30,1.542]],["pagesPluginContent/41",[]],["name/41",[31,35.458]],["parent/41",[]],["pagesPluginContent/42",[]],["name/42",[32,19.363]],["parent/42",[]],["pagesPluginContent/43",[]],["name/43",[33,35.458]],["parent/43",[32,1.106]],["pagesPluginContent/44",[]],["name/44",[34,35.458]],["parent/44",[32,1.106]],["pagesPluginContent/45",[]],["name/45",[35,35.458]],["parent/45",[32,1.106]],["pagesPluginContent/46",[]],["name/46",[36,35.458]],["parent/46",[32,1.106]],["pagesPluginContent/47",[]],["name/47",[37,35.458]],["parent/47",[32,1.106]],["pagesPluginContent/48",[]],["name/48",[38,35.458]],["parent/48",[32,1.106]],["pagesPluginContent/49",[]],["name/49",[39,35.458]],["parent/49",[]],["pagesPluginContent/50",[40,2.479,41,2.479,42,2.479,43,2.479,44,2.479]],["name/50",[45,35.458]],["parent/50",[]]],"invertedIndex":[["__type",{"_index":38,"pagesPluginContent":{},"name":{"48":{}},"parent":{}}],["_add",{"_index":34,"pagesPluginContent":{},"name":{"44":{}},"parent":{}}],["_handleremove",{"_index":35,"pagesPluginContent":{},"name":{"45":{}},"parent":{}}],["_removealltoasts",{"_index":36,"pagesPluginContent":{},"name":{"46":{}},"parent":{}}],["action",{"_index":23,"pagesPluginContent":{},"name":{"30":{}},"parent":{}}],["back",{"_index":8,"pagesPluginContent":{},"name":{"9":{}},"parent":{}}],["battery",{"_index":11,"pagesPluginContent":{},"name":{"12":{}},"parent":{}}],["button",{"_index":25,"pagesPluginContent":{},"name":{"32":{},"40":{}},"parent":{}}],["card",{"_index":12,"pagesPluginContent":{},"name":{"13":{}},"parent":{}}],["checkbox",{"_index":1,"pagesPluginContent":{},"name":{"1":{}},"parent":{}}],["checkmark",{"_index":7,"pagesPluginContent":{},"name":{"8":{}},"parent":{}}],["choice",{"_index":0,"pagesPluginContent":{},"name":{"0":{}},"parent":{}}],["constructor",{"_index":33,"pagesPluginContent":{},"name":{"43":{}},"parent":{}}],["container",{"_index":22,"pagesPluginContent":{},"name":{"29":{}},"parent":{}}],["content",{"_index":16,"pagesPluginContent":{},"name":{"18":{}},"parent":{}}],["directionpad",{"_index":26,"pagesPluginContent":{},"name":{"33":{}},"parent":{}}],["equalactions",{"_index":24,"pagesPluginContent":{},"name":{"31":{}},"parent":{}}],["example",{"_index":42,"pagesPluginContent":{"50":{}},"name":{},"parent":{}}],["forward",{"_index":9,"pagesPluginContent":{},"name":{"10":{}},"parent":{}}],["header",{"_index":13,"pagesPluginContent":{},"name":{"14":{},"21":{}},"parent":{}}],["headericonaction",{"_index":14,"pagesPluginContent":{},"name":{"15":{}},"parent":{}}],["icon",{"_index":6,"pagesPluginContent":{},"name":{"6":{},"7":{}},"parent":{"8":{},"9":{},"10":{},"11":{},"12":{}}}],["input",{"_index":2,"pagesPluginContent":{},"name":{"2":{}},"parent":{}}],["is",{"_index":41,"pagesPluginContent":{"50":{}},"name":{},"parent":{}}],["item",{"_index":18,"pagesPluginContent":{},"name":{"22":{},"23":{}},"parent":{"24":{},"25":{}}}],["label",{"_index":3,"pagesPluginContent":{},"name":{"3":{},"24":{}},"parent":{}}],["list",{"_index":17,"pagesPluginContent":{},"name":{"19":{},"20":{}},"parent":{"21":{}}}],["message",{"_index":27,"pagesPluginContent":{},"name":{"34":{}},"parent":{}}],["modal",{"_index":28,"pagesPluginContent":{},"name":{"35":{},"36":{}},"parent":{"37":{}}}],["modalbuttons",{"_index":30,"pagesPluginContent":{},"name":{"38":{},"39":{}},"parent":{"40":{}}}],["negatemargin",{"_index":29,"pagesPluginContent":{},"name":{"37":{}},"parent":{}}],["page",{"_index":44,"pagesPluginContent":{"50":{}},"name":{},"parent":{}}],["render",{"_index":37,"pagesPluginContent":{},"name":{"47":{}},"parent":{}}],["search",{"_index":10,"pagesPluginContent":{},"name":{"11":{}},"parent":{}}],["searchcontainer",{"_index":20,"pagesPluginContent":{},"name":{"26":{}},"parent":{}}],["section",{"_index":21,"pagesPluginContent":{},"name":{"27":{},"28":{}},"parent":{"29":{}}}],["selector",{"_index":31,"pagesPluginContent":{},"name":{"41":{}},"parent":{}}],["stickyheader",{"_index":15,"pagesPluginContent":{},"name":{"16":{},"17":{}},"parent":{"18":{}}}],["test",{"_index":45,"pagesPluginContent":{},"name":{"50":{}},"parent":{}}],["textarea",{"_index":4,"pagesPluginContent":{},"name":{"4":{}},"parent":{}}],["this",{"_index":40,"pagesPluginContent":{"50":{}},"name":{},"parent":{}}],["toasterprovider",{"_index":32,"pagesPluginContent":{},"name":{"42":{}},"parent":{"43":{},"44":{},"45":{},"46":{},"47":{},"48":{}}}],["toggle",{"_index":5,"pagesPluginContent":{},"name":{"5":{}},"parent":{}}],["tutorial",{"_index":43,"pagesPluginContent":{"50":{}},"name":{},"parent":{}}],["usetoaster",{"_index":39,"pagesPluginContent":{},"name":{"49":{}},"parent":{}}],["value",{"_index":19,"pagesPluginContent":{},"name":{"25":{}},"parent":{}}]],"pipeline":[]}}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ToasterProvider | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>ToasterProvider | react-miui - v0.10.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.10.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.10.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<aside class="tsd-sources">
|
|
140
140
|
<p>Overrides React.Component<Props, State>.constructor</p>
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
142
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/toaster/Toaster.tsx#L24">src/components/ui/toaster/Toaster.tsx:24</a></li>
|
|
143
143
|
</ul>
|
|
144
144
|
</aside>
|
|
145
145
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
<li class="tsd-description">
|
|
419
419
|
<aside class="tsd-sources">
|
|
420
420
|
<ul>
|
|
421
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
421
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/toaster/Toaster.tsx#L32">src/components/ui/toaster/Toaster.tsx:32</a></li>
|
|
422
422
|
</ul>
|
|
423
423
|
</aside>
|
|
424
424
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
<li class="tsd-description">
|
|
442
442
|
<aside class="tsd-sources">
|
|
443
443
|
<ul>
|
|
444
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
444
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/toaster/Toaster.tsx#L63">src/components/ui/toaster/Toaster.tsx:63</a></li>
|
|
445
445
|
</ul>
|
|
446
446
|
</aside>
|
|
447
447
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
<li class="tsd-description">
|
|
465
465
|
<aside class="tsd-sources">
|
|
466
466
|
<ul>
|
|
467
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
467
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/toaster/Toaster.tsx#L70">src/components/ui/toaster/Toaster.tsx:70</a></li>
|
|
468
468
|
</ul>
|
|
469
469
|
</aside>
|
|
470
470
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
<aside class="tsd-sources">
|
|
805
805
|
<p>Overrides React.Component.render</p>
|
|
806
806
|
<ul>
|
|
807
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
807
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/toaster/Toaster.tsx#L85">src/components/ui/toaster/Toaster.tsx:85</a></li>
|
|
808
808
|
</ul>
|
|
809
809
|
</aside>
|
|
810
810
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4>
|
|
@@ -1040,6 +1040,9 @@
|
|
|
1040
1040
|
<li class=" tsd-kind-variable">
|
|
1041
1041
|
<a href="../modules.html#List" class="tsd-kind-icon">List</a>
|
|
1042
1042
|
</li>
|
|
1043
|
+
<li class=" tsd-kind-variable">
|
|
1044
|
+
<a href="../modules.html#Message" class="tsd-kind-icon">Message</a>
|
|
1045
|
+
</li>
|
|
1043
1046
|
<li class=" tsd-kind-variable">
|
|
1044
1047
|
<a href="../modules.html#Modal" class="tsd-kind-icon">Modal</a>
|
|
1045
1048
|
</li>
|
package/docs/enums/ICON.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ICON | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>ICON | react-miui - v0.10.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.10.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.10.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
<div class="tsd-signature tsd-kind-icon">back<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "back"</span></div>
|
|
93
93
|
<aside class="tsd-sources">
|
|
94
94
|
<ul>
|
|
95
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
95
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/icons/Icon.tsx#L12">src/components/icons/Icon.tsx:12</a></li>
|
|
96
96
|
</ul>
|
|
97
97
|
</aside>
|
|
98
98
|
</section>
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<div class="tsd-signature tsd-kind-icon">battery<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "battery"</span></div>
|
|
103
103
|
<aside class="tsd-sources">
|
|
104
104
|
<ul>
|
|
105
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
105
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li>
|
|
106
106
|
</ul>
|
|
107
107
|
</aside>
|
|
108
108
|
</section>
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
<div class="tsd-signature tsd-kind-icon">checkmark<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "checkmark"</span></div>
|
|
113
113
|
<aside class="tsd-sources">
|
|
114
114
|
<ul>
|
|
115
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
115
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/icons/Icon.tsx#L11">src/components/icons/Icon.tsx:11</a></li>
|
|
116
116
|
</ul>
|
|
117
117
|
</aside>
|
|
118
118
|
</section>
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
<div class="tsd-signature tsd-kind-icon">forward<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "forward"</span></div>
|
|
123
123
|
<aside class="tsd-sources">
|
|
124
124
|
<ul>
|
|
125
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
125
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/icons/Icon.tsx#L13">src/components/icons/Icon.tsx:13</a></li>
|
|
126
126
|
</ul>
|
|
127
127
|
</aside>
|
|
128
128
|
</section>
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
<div class="tsd-signature tsd-kind-icon">search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "search"</span></div>
|
|
133
133
|
<aside class="tsd-sources">
|
|
134
134
|
<ul>
|
|
135
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
135
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/icons/Icon.tsx#L14">src/components/icons/Icon.tsx:14</a></li>
|
|
136
136
|
</ul>
|
|
137
137
|
</aside>
|
|
138
138
|
</section>
|
|
@@ -223,6 +223,9 @@
|
|
|
223
223
|
<li class=" tsd-kind-variable">
|
|
224
224
|
<a href="../modules.html#List" class="tsd-kind-icon">List</a>
|
|
225
225
|
</li>
|
|
226
|
+
<li class=" tsd-kind-variable">
|
|
227
|
+
<a href="../modules.html#Message" class="tsd-kind-icon">Message</a>
|
|
228
|
+
</li>
|
|
226
229
|
<li class=" tsd-kind-variable">
|
|
227
230
|
<a href="../modules.html#Modal" class="tsd-kind-icon">Modal</a>
|
|
228
231
|
</li>
|
package/docs/index.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>react-miui - v0.10.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.10.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="index.html" class="title">react-miui - v0.10.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<a href="modules.html">Globals</a>
|
|
58
58
|
</li>
|
|
59
59
|
</ul>
|
|
60
|
-
<h1>Project react-miui - v0.
|
|
60
|
+
<h1>Project react-miui - v0.10.1</h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
|
@@ -165,6 +165,9 @@
|
|
|
165
165
|
<li class=" tsd-kind-variable">
|
|
166
166
|
<a href="modules.html#List" class="tsd-kind-icon">List</a>
|
|
167
167
|
</li>
|
|
168
|
+
<li class=" tsd-kind-variable">
|
|
169
|
+
<a href="modules.html#Message" class="tsd-kind-icon">Message</a>
|
|
170
|
+
</li>
|
|
168
171
|
<li class=" tsd-kind-variable">
|
|
169
172
|
<a href="modules.html#Modal" class="tsd-kind-icon">Modal</a>
|
|
170
173
|
</li>
|
package/docs/modules/Item.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Item | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>Item | react-miui - v0.10.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.10.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.10.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
package/docs/modules/List.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>List | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>List | react-miui - v0.10.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.10.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.10.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|