react-miui 0.10.0 → 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 +4 -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/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/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ 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
|
+
|
|
9
13
|
## [0.10.0] - 2022-02-17
|
|
10
14
|
### Added
|
|
11
15
|
- `Message` component
|
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.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
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.10.
|
|
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.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
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.10.
|
|
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.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
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.10.
|
|
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.10.
|
|
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.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
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.10.
|
|
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.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
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.10.
|
|
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/Modal.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Modal | react-miui - v0.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
6
|
+
<title>Modal | 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.10.
|
|
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">
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ModalButtons | react-miui - v0.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
6
|
+
<title>ModalButtons | 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.10.
|
|
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">
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Section | react-miui - v0.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
6
|
+
<title>Section | 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.10.
|
|
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">
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>StickyHeader | react-miui - v0.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
6
|
+
<title>StickyHeader | 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.10.
|
|
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
|
<li class="tsd-description">
|
|
93
93
|
<aside class="tsd-sources">
|
|
94
94
|
<ul>
|
|
95
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
95
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/layout/header/StickyHeader.tsx#L50">src/components/layout/header/StickyHeader.tsx:50</a></li>
|
|
96
96
|
</ul>
|
|
97
97
|
</aside>
|
|
98
98
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
package/docs/modules.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>react-miui - v0.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
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.10.
|
|
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.10.
|
|
60
|
+
<h1>Project react-miui - v0.10.1</h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
<li class="tsd-kind-variable"><a href="modules.html#Item" class="tsd-kind-icon">Item</a></li>
|
|
109
109
|
<li class="tsd-kind-variable"><a href="modules.html#Label" class="tsd-kind-icon">Label</a></li>
|
|
110
110
|
<li class="tsd-kind-variable"><a href="modules.html#List" class="tsd-kind-icon">List</a></li>
|
|
111
|
+
<li class="tsd-kind-variable"><a href="modules.html#Message" class="tsd-kind-icon">Message</a></li>
|
|
111
112
|
<li class="tsd-kind-variable"><a href="modules.html#Modal" class="tsd-kind-icon">Modal</a></li>
|
|
112
113
|
<li class="tsd-kind-variable"><a href="modules.html#ModalButtons" class="tsd-kind-icon">Modal<wbr>Buttons</a></li>
|
|
113
114
|
<li class="tsd-kind-variable"><a href="modules.html#SearchContainer" class="tsd-kind-icon">Search<wbr>Container</a></li>
|
|
@@ -135,7 +136,7 @@
|
|
|
135
136
|
<div class="tsd-signature tsd-kind-icon">Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
136
137
|
<aside class="tsd-sources">
|
|
137
138
|
<ul>
|
|
138
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
139
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/action/Action.tsx#L22">src/components/ui/action/Action.tsx:22</a></li>
|
|
139
140
|
</ul>
|
|
140
141
|
</aside>
|
|
141
142
|
</section>
|
|
@@ -145,7 +146,7 @@
|
|
|
145
146
|
<div class="tsd-signature tsd-kind-icon">Button<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">React.ButtonHTMLAttributes</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
146
147
|
<aside class="tsd-sources">
|
|
147
148
|
<ul>
|
|
148
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
149
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/button/Button.tsx#L11">src/components/ui/button/Button.tsx:11</a></li>
|
|
149
150
|
</ul>
|
|
150
151
|
</aside>
|
|
151
152
|
</section>
|
|
@@ -155,7 +156,7 @@
|
|
|
155
156
|
<div class="tsd-signature tsd-kind-icon">Card<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
156
157
|
<aside class="tsd-sources">
|
|
157
158
|
<ul>
|
|
158
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
159
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/layout/card/Card.tsx#L13">src/components/layout/card/Card.tsx:13</a></li>
|
|
159
160
|
</ul>
|
|
160
161
|
</aside>
|
|
161
162
|
</section>
|
|
@@ -165,7 +166,7 @@
|
|
|
165
166
|
<div class="tsd-signature tsd-kind-icon">Checkbox<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
166
167
|
<aside class="tsd-sources">
|
|
167
168
|
<ul>
|
|
168
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
169
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/form/Checkbox.tsx#L16">src/components/form/Checkbox.tsx:16</a></li>
|
|
169
170
|
</ul>
|
|
170
171
|
</aside>
|
|
171
172
|
</section>
|
|
@@ -175,7 +176,7 @@
|
|
|
175
176
|
<div class="tsd-signature tsd-kind-icon">Choice<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
176
177
|
<aside class="tsd-sources">
|
|
177
178
|
<ul>
|
|
178
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
179
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/form/choice/Choice.tsx#L15">src/components/form/choice/Choice.tsx:15</a></li>
|
|
179
180
|
</ul>
|
|
180
181
|
</aside>
|
|
181
182
|
</section>
|
|
@@ -185,7 +186,7 @@
|
|
|
185
186
|
<div class="tsd-signature tsd-kind-icon">Direction<wbr>Pad<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
186
187
|
<aside class="tsd-sources">
|
|
187
188
|
<ul>
|
|
188
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
189
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/directionPad/Pad.tsx#L17">src/components/ui/directionPad/Pad.tsx:17</a></li>
|
|
189
190
|
</ul>
|
|
190
191
|
</aside>
|
|
191
192
|
</section>
|
|
@@ -195,7 +196,7 @@
|
|
|
195
196
|
<div class="tsd-signature tsd-kind-icon">Equal<wbr>Actions<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
196
197
|
<aside class="tsd-sources">
|
|
197
198
|
<ul>
|
|
198
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
199
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/action/EqualActions.tsx#L11">src/components/ui/action/EqualActions.tsx:11</a></li>
|
|
199
200
|
</ul>
|
|
200
201
|
</aside>
|
|
201
202
|
</section>
|
|
@@ -205,7 +206,7 @@
|
|
|
205
206
|
<div class="tsd-signature tsd-kind-icon">Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
206
207
|
<aside class="tsd-sources">
|
|
207
208
|
<ul>
|
|
208
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
209
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/layout/header/Header.tsx#L23">src/components/layout/header/Header.tsx:23</a></li>
|
|
209
210
|
</ul>
|
|
210
211
|
</aside>
|
|
211
212
|
</section>
|
|
@@ -215,7 +216,7 @@
|
|
|
215
216
|
<div class="tsd-signature tsd-kind-icon">Header<wbr>Icon<wbr>Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
216
217
|
<aside class="tsd-sources">
|
|
217
218
|
<ul>
|
|
218
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
219
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/layout/header/HeaderIconAction.tsx#L22">src/components/layout/header/HeaderIconAction.tsx:22</a></li>
|
|
219
220
|
</ul>
|
|
220
221
|
</aside>
|
|
221
222
|
</section>
|
|
@@ -225,7 +226,7 @@
|
|
|
225
226
|
<div class="tsd-signature tsd-kind-icon">Icon<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
226
227
|
<aside class="tsd-sources">
|
|
227
228
|
<ul>
|
|
228
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
229
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/icons/Icon.tsx#L31">src/components/icons/Icon.tsx:31</a></li>
|
|
229
230
|
</ul>
|
|
230
231
|
</aside>
|
|
231
232
|
</section>
|
|
@@ -235,7 +236,7 @@
|
|
|
235
236
|
<div class="tsd-signature tsd-kind-icon">Input<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">React.InputHTMLAttributes</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLInputElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"prefix"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
236
237
|
<aside class="tsd-sources">
|
|
237
238
|
<ul>
|
|
238
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
239
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/form/Input.tsx#L12">src/components/form/Input.tsx:12</a></li>
|
|
239
240
|
</ul>
|
|
240
241
|
</aside>
|
|
241
242
|
</section>
|
|
@@ -245,7 +246,7 @@
|
|
|
245
246
|
<div class="tsd-signature tsd-kind-icon">Item<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
246
247
|
<aside class="tsd-sources">
|
|
247
248
|
<ul>
|
|
248
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
249
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/layout/list/Item.tsx#L36">src/components/layout/list/Item.tsx:36</a></li>
|
|
249
250
|
</ul>
|
|
250
251
|
</aside>
|
|
251
252
|
</section>
|
|
@@ -255,7 +256,7 @@
|
|
|
255
256
|
<div class="tsd-signature tsd-kind-icon">Label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
256
257
|
<aside class="tsd-sources">
|
|
257
258
|
<ul>
|
|
258
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
259
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/form/Label.tsx#L12">src/components/form/Label.tsx:12</a></li>
|
|
259
260
|
</ul>
|
|
260
261
|
</aside>
|
|
261
262
|
</section>
|
|
@@ -265,7 +266,17 @@
|
|
|
265
266
|
<div class="tsd-signature tsd-kind-icon">List<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
266
267
|
<aside class="tsd-sources">
|
|
267
268
|
<ul>
|
|
268
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
269
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/layout/list/List.tsx#L20">src/components/layout/list/List.tsx:20</a></li>
|
|
270
|
+
</ul>
|
|
271
|
+
</aside>
|
|
272
|
+
</section>
|
|
273
|
+
<section class="tsd-panel tsd-member tsd-kind-variable">
|
|
274
|
+
<a name="Message" class="tsd-anchor"></a>
|
|
275
|
+
<h3><span class="tsd-flag ts-flagConst">Const</span> Message</h3>
|
|
276
|
+
<div class="tsd-signature tsd-kind-icon">Message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
277
|
+
<aside class="tsd-sources">
|
|
278
|
+
<ul>
|
|
279
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/message/Message.tsx#L11">src/components/ui/message/Message.tsx:11</a></li>
|
|
269
280
|
</ul>
|
|
270
281
|
</aside>
|
|
271
282
|
</section>
|
|
@@ -275,7 +286,7 @@
|
|
|
275
286
|
<div class="tsd-signature tsd-kind-icon">Modal<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
276
287
|
<aside class="tsd-sources">
|
|
277
288
|
<ul>
|
|
278
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
289
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/modal/Modal.tsx#L25">src/components/ui/modal/Modal.tsx:25</a></li>
|
|
279
290
|
</ul>
|
|
280
291
|
</aside>
|
|
281
292
|
</section>
|
|
@@ -285,7 +296,7 @@
|
|
|
285
296
|
<div class="tsd-signature tsd-kind-icon">Modal<wbr>Buttons<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
286
297
|
<aside class="tsd-sources">
|
|
287
298
|
<ul>
|
|
288
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
299
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/modal/ModalButtons.tsx#L12">src/components/ui/modal/ModalButtons.tsx:12</a></li>
|
|
289
300
|
</ul>
|
|
290
301
|
</aside>
|
|
291
302
|
</section>
|
|
@@ -295,7 +306,7 @@
|
|
|
295
306
|
<div class="tsd-signature tsd-kind-icon">Search<wbr>Container<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
296
307
|
<aside class="tsd-sources">
|
|
297
308
|
<ul>
|
|
298
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
309
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/layout/section/SearchContainer.tsx#L5">src/components/layout/section/SearchContainer.tsx:5</a></li>
|
|
299
310
|
</ul>
|
|
300
311
|
</aside>
|
|
301
312
|
</section>
|
|
@@ -305,7 +316,7 @@
|
|
|
305
316
|
<div class="tsd-signature tsd-kind-icon">Section<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
306
317
|
<aside class="tsd-sources">
|
|
307
318
|
<ul>
|
|
308
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
319
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/layout/section/Section.tsx#L18">src/components/layout/section/Section.tsx:18</a></li>
|
|
309
320
|
</ul>
|
|
310
321
|
</aside>
|
|
311
322
|
</section>
|
|
@@ -315,7 +326,7 @@
|
|
|
315
326
|
<div class="tsd-signature tsd-kind-icon">Selector<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
316
327
|
<aside class="tsd-sources">
|
|
317
328
|
<ul>
|
|
318
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
329
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/tabs/Selector.tsx#L14">src/components/ui/tabs/Selector.tsx:14</a></li>
|
|
319
330
|
</ul>
|
|
320
331
|
</aside>
|
|
321
332
|
</section>
|
|
@@ -325,7 +336,7 @@
|
|
|
325
336
|
<div class="tsd-signature tsd-kind-icon">Sticky<wbr>Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Content</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
326
337
|
<aside class="tsd-sources">
|
|
327
338
|
<ul>
|
|
328
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
339
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/layout/header/StickyHeader.tsx#L17">src/components/layout/header/StickyHeader.tsx:17</a></li>
|
|
329
340
|
</ul>
|
|
330
341
|
</aside>
|
|
331
342
|
</section>
|
|
@@ -335,7 +346,7 @@
|
|
|
335
346
|
<div class="tsd-signature tsd-kind-icon">Text<wbr>Area<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">React.TextareaHTMLAttributes</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLTextAreaElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
336
347
|
<aside class="tsd-sources">
|
|
337
348
|
<ul>
|
|
338
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
349
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/form/TextArea.tsx#L10">src/components/form/TextArea.tsx:10</a></li>
|
|
339
350
|
</ul>
|
|
340
351
|
</aside>
|
|
341
352
|
</section>
|
|
@@ -345,7 +356,7 @@
|
|
|
345
356
|
<div class="tsd-signature tsd-kind-icon">Toggle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
346
357
|
<aside class="tsd-sources">
|
|
347
358
|
<ul>
|
|
348
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
359
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/form/Toggle.tsx#L11">src/components/form/Toggle.tsx:11</a></li>
|
|
349
360
|
</ul>
|
|
350
361
|
</aside>
|
|
351
362
|
</section>
|
|
@@ -362,7 +373,7 @@
|
|
|
362
373
|
<li class="tsd-description">
|
|
363
374
|
<aside class="tsd-sources">
|
|
364
375
|
<ul>
|
|
365
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
376
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/1087fe1/src/components/ui/toaster/Toaster.tsx#L99">src/components/ui/toaster/Toaster.tsx:99</a></li>
|
|
366
377
|
</ul>
|
|
367
378
|
</aside>
|
|
368
379
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ToasterFn</span></h4>
|
|
@@ -456,6 +467,9 @@
|
|
|
456
467
|
<li class=" tsd-kind-variable">
|
|
457
468
|
<a href="modules.html#List" class="tsd-kind-icon">List</a>
|
|
458
469
|
</li>
|
|
470
|
+
<li class=" tsd-kind-variable">
|
|
471
|
+
<a href="modules.html#Message" class="tsd-kind-icon">Message</a>
|
|
472
|
+
</li>
|
|
459
473
|
<li class=" tsd-kind-variable">
|
|
460
474
|
<a href="modules.html#Modal" class="tsd-kind-icon">Modal</a>
|
|
461
475
|
</li>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Test | react-miui - v0.10.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.10.
|
|
6
|
+
<title>Test | 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.10.
|
|
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/esm/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/esm/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/esm/index.js
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/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","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.js","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/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * from "./components/ui/action/Action.js";
|
|
|
20
20
|
export * from "./components/ui/action/EqualActions.js";
|
|
21
21
|
export * from "./components/ui/button/Button.js";
|
|
22
22
|
export * from "./components/ui/directionPad/Pad.js";
|
|
23
|
+
export * from "./components/ui/message/Message.js";
|
|
23
24
|
export * from "./components/ui/modal/Modal.js";
|
|
24
25
|
export * from "./components/ui/modal/ModalButtons.js";
|
|
25
26
|
export * from "./components/ui/tabs/Selector.js";
|