From 0f0dd982ce7d91da5347d71f0d347b191b89c6b4 Mon Sep 17 00:00:00 2001 From: Hossein Dehnokhalaji Date: Thu, 12 May 2022 00:42:12 +0100 Subject: [PATCH] Regenerate typedoc --- typedoc.json | 873 ++++++++++++++++++++++++++------------------------- 1 file changed, 447 insertions(+), 426 deletions(-) diff --git a/typedoc.json b/typedoc.json index 82ed8105..cc1323b5 100644 --- a/typedoc.json +++ b/typedoc.json @@ -6,7 +6,7 @@ "originalName": "", "children": [ { - "id": 72, + "id": 74, "name": "SnackbarProvider", "kind": 128, "kindString": "Class", @@ -15,7 +15,7 @@ }, "typeParameter": [ { - "id": 75, + "id": 77, "name": "S", "kind": 131072, "kindString": "Type parameter", @@ -24,7 +24,7 @@ } }, { - "id": 76, + "id": 78, "name": "SS", "kind": 131072, "kindString": "Type parameter", @@ -33,7 +33,7 @@ } }, { - "id": 121, + "id": 123, "name": "S", "kind": 131072, "kindString": "Type parameter", @@ -44,7 +44,7 @@ ], "children": [ { - "id": 124, + "id": 126, "name": "constructor", "kind": 512, "kindString": "Constructor", @@ -65,7 +65,7 @@ }, "signatures": [ { - "id": 125, + "id": 127, "name": "new SnackbarProvider", "kind": 16384, "kindString": "Constructor signature", @@ -86,7 +86,7 @@ }, "parameters": [ { - "id": 126, + "id": 128, "name": "props", "kind": 32768, "kindString": "Parameter", @@ -94,31 +94,41 @@ "isExported": true }, "type": { - "type": "reference", - "typeArguments": [ + "type": "union", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 61, + "name": "SnackbarProviderProps" + } + ], + "name": "Readonly" + }, { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } - ], - "name": "Readonly" + ] } } ], "type": { "type": "reference", - "id": 72, + "id": 74, "name": "SnackbarProvider" }, "inheritedFrom": { "type": "reference", - "id": 124, + "id": 126, "name": "Component.__constructor" } }, { - "id": 127, + "id": 129, "name": "new SnackbarProvider", "kind": 16384, "kindString": "Constructor signature", @@ -139,7 +149,7 @@ }, "parameters": [ { - "id": 128, + "id": 130, "name": "props", "kind": 32768, "kindString": "Parameter", @@ -148,18 +158,17 @@ }, "type": { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } }, { - "id": 129, + "id": 131, "name": "context", "kind": 32768, "kindString": "Parameter", "flags": { - "isExported": true, - "isOptional": true + "isExported": true }, "type": { "type": "intrinsic", @@ -169,12 +178,12 @@ ], "type": { "type": "reference", - "id": 72, + "id": 74, "name": "SnackbarProvider" }, "inheritedFrom": { "type": "reference", - "id": 124, + "id": 126, "name": "Component.__constructor" } } @@ -182,23 +191,23 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 448, - "character": 21 + "line": 470, + "character": 25 }, { "fileName": "node_modules/@types/react/index.d.ts", - "line": 450, - "character": 40 + "line": 472, + "character": 44 } ], "inheritedFrom": { "type": "reference", - "id": 124, + "id": 126, "name": "Component.__constructor" } }, { - "id": 74, + "id": 76, "name": "closeSnackbar", "kind": 1024, "kindString": "Property", @@ -225,7 +234,7 @@ } }, { - "id": 123, + "id": 125, "name": "context", "kind": 1024, "kindString": "Property", @@ -245,22 +254,22 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 448, + "line": 470, "character": 15 } ], "type": { "type": "intrinsic", - "name": "any" + "name": "unknown" }, "inheritedFrom": { "type": "reference", - "id": 123, + "id": 125, "name": "Component.context" } }, { - "id": 73, + "id": 75, "name": "enqueueSnackbar", "kind": 1024, "kindString": "Property", @@ -270,7 +279,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 260, + "line": 259, "character": 19 } ], @@ -287,7 +296,7 @@ } }, { - "id": 150, + "id": 152, "name": "props", "kind": 1024, "kindString": "Property", @@ -297,86 +306,24 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 473, + "line": 490, "character": 22 } ], "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "typeArguments": [ - { - "type": "reference", - "id": 59, - "name": "SnackbarProviderProps" - } - ], - "name": "Readonly" - }, + "type": "reference", + "typeArguments": [ { "type": "reference", - "typeArguments": [ - { - "type": "reflection", - "declaration": { - "id": 151, - "name": "__type", - "kind": 65536, - "kindString": "Type literal", - "flags": { - "isExported": true - }, - "children": [ - { - "id": 152, - "name": "children", - "kind": 32, - "kindString": "Variable", - "flags": { - "isExported": true, - "isOptional": true - }, - "sources": [ - { - "fileName": "node_modules/@types/react/index.d.ts", - "line": 473, - "character": 57 - } - ], - "type": { - "type": "reference", - "name": "ReactNode" - } - } - ], - "groups": [ - { - "title": "Variables", - "kind": 32, - "children": [ - 152 - ] - } - ], - "sources": [ - { - "fileName": "node_modules/@types/react/index.d.ts", - "line": 473, - "character": 47 - } - ] - } - } - ], - "name": "Readonly" + "id": 61, + "name": "SnackbarProviderProps" } - ] + ], + "name": "Readonly" }, "inheritedFrom": { "type": "reference", - "id": 150, + "id": 152, "name": "Component.props" } }, @@ -399,7 +346,7 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 479, + "line": 496, "character": 12 } ], @@ -446,7 +393,7 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 479, + "line": 496, "character": 13 } ] @@ -469,7 +416,7 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 474, + "line": 491, "character": 13 } ], @@ -490,7 +437,7 @@ } }, { - "id": 122, + "id": 124, "name": "contextType", "kind": 1024, "kindString": "Property", @@ -512,28 +459,37 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 430, + "line": 453, "character": 26 } ], "type": { - "type": "reference", - "typeArguments": [ + "type": "union", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Context" + }, { "type": "intrinsic", - "name": "any" + "name": "undefined" } - ], - "name": "Context" + ] }, "inheritedFrom": { "type": "reference", - "id": 122, + "id": 124, "name": "Component.contextType" } }, { - "id": 101, + "id": 103, "name": "UNSAFE_componentWillMount", "kind": 2048, "kindString": "Method", @@ -543,7 +499,7 @@ }, "signatures": [ { - "id": 102, + "id": 104, "name": "UNSAFE_componentWillMount", "kind": 4096, "kindString": "Call signature", @@ -574,7 +530,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 101, + "id": 103, "name": "DeprecatedLifecycle.UNSAFE_componentWillMount" } } @@ -582,18 +538,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 674, + "line": 687, "character": 33 } ], "inheritedFrom": { "type": "reference", - "id": 101, + "id": 103, "name": "DeprecatedLifecycle.UNSAFE_componentWillMount" } }, { - "id": 107, + "id": 109, "name": "UNSAFE_componentWillReceiveProps", "kind": 2048, "kindString": "Method", @@ -603,7 +559,7 @@ }, "signatures": [ { - "id": 108, + "id": 110, "name": "UNSAFE_componentWillReceiveProps", "kind": 4096, "kindString": "Call signature", @@ -630,7 +586,7 @@ }, "parameters": [ { - "id": 109, + "id": 111, "name": "nextProps", "kind": 32768, "kindString": "Parameter", @@ -642,7 +598,7 @@ "typeArguments": [ { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } ], @@ -650,7 +606,7 @@ } }, { - "id": 110, + "id": 112, "name": "nextContext", "kind": 32768, "kindString": "Parameter", @@ -669,7 +625,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 107, + "id": 109, "name": "DeprecatedLifecycle.UNSAFE_componentWillReceiveProps" } } @@ -677,18 +633,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 706, + "line": 719, "character": 40 } ], "inheritedFrom": { "type": "reference", - "id": 107, + "id": 109, "name": "DeprecatedLifecycle.UNSAFE_componentWillReceiveProps" } }, { - "id": 116, + "id": 118, "name": "UNSAFE_componentWillUpdate", "kind": 2048, "kindString": "Method", @@ -698,7 +654,7 @@ }, "signatures": [ { - "id": 117, + "id": 119, "name": "UNSAFE_componentWillUpdate", "kind": 4096, "kindString": "Call signature", @@ -725,7 +681,7 @@ }, "parameters": [ { - "id": 118, + "id": 120, "name": "nextProps", "kind": 32768, "kindString": "Parameter", @@ -737,7 +693,7 @@ "typeArguments": [ { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } ], @@ -745,7 +701,7 @@ } }, { - "id": 119, + "id": 121, "name": "nextState", "kind": 32768, "kindString": "Parameter", @@ -764,7 +720,7 @@ } }, { - "id": 120, + "id": 122, "name": "nextContext", "kind": 32768, "kindString": "Parameter", @@ -783,7 +739,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 116, + "id": 118, "name": "DeprecatedLifecycle.UNSAFE_componentWillUpdate" } } @@ -791,18 +747,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 734, + "line": 747, "character": 34 } ], "inheritedFrom": { "type": "reference", - "id": 116, + "id": 118, "name": "DeprecatedLifecycle.UNSAFE_componentWillUpdate" } }, { - "id": 86, + "id": 88, "name": "componentDidCatch", "kind": 2048, "kindString": "Method", @@ -812,7 +768,7 @@ }, "signatures": [ { - "id": 87, + "id": 89, "name": "componentDidCatch", "kind": 4096, "kindString": "Call signature", @@ -824,7 +780,7 @@ }, "parameters": [ { - "id": 88, + "id": 90, "name": "error", "kind": 32768, "kindString": "Parameter", @@ -837,7 +793,7 @@ } }, { - "id": 89, + "id": 91, "name": "errorInfo", "kind": 32768, "kindString": "Parameter", @@ -856,7 +812,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 86, + "id": 88, "name": "ComponentLifecycle.componentDidCatch" } } @@ -864,18 +820,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 603, + "line": 616, "character": 25 } ], "inheritedFrom": { "type": "reference", - "id": 86, + "id": 88, "name": "ComponentLifecycle.componentDidCatch" } }, { - "id": 77, + "id": 79, "name": "componentDidMount", "kind": 2048, "kindString": "Method", @@ -885,7 +841,7 @@ }, "signatures": [ { - "id": 78, + "id": 80, "name": "componentDidMount", "kind": 4096, "kindString": "Call signature", @@ -901,7 +857,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 77, + "id": 79, "name": "ComponentLifecycle.componentDidMount" } } @@ -909,18 +865,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 582, + "line": 595, "character": 25 } ], "inheritedFrom": { "type": "reference", - "id": 77, + "id": 79, "name": "ComponentLifecycle.componentDidMount" } }, { - "id": 94, + "id": 96, "name": "componentDidUpdate", "kind": 2048, "kindString": "Method", @@ -930,7 +886,7 @@ }, "signatures": [ { - "id": 95, + "id": 97, "name": "componentDidUpdate", "kind": 4096, "kindString": "Call signature", @@ -943,7 +899,7 @@ }, "parameters": [ { - "id": 96, + "id": 98, "name": "prevProps", "kind": 32768, "kindString": "Parameter", @@ -955,7 +911,7 @@ "typeArguments": [ { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } ], @@ -963,7 +919,7 @@ } }, { - "id": 97, + "id": 99, "name": "prevState", "kind": 32768, "kindString": "Parameter", @@ -982,7 +938,7 @@ } }, { - "id": 98, + "id": 100, "name": "snapshot", "kind": 32768, "kindString": "Parameter", @@ -992,7 +948,7 @@ }, "type": { "type": "reference", - "id": 76, + "id": 78, "name": "SS" } } @@ -1003,7 +959,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 94, + "id": 96, "name": "NewLifecycle.componentDidUpdate" } } @@ -1011,18 +967,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 645, + "line": 658, "character": 26 } ], "inheritedFrom": { "type": "reference", - "id": 94, + "id": 96, "name": "NewLifecycle.componentDidUpdate" } }, { - "id": 99, + "id": 101, "name": "componentWillMount", "kind": 2048, "kindString": "Method", @@ -1032,7 +988,7 @@ }, "signatures": [ { - "id": 100, + "id": 102, "name": "componentWillMount", "kind": 4096, "kindString": "Call signature", @@ -1063,7 +1019,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 99, + "id": 101, "name": "DeprecatedLifecycle.componentWillMount" } } @@ -1071,18 +1027,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 660, + "line": 673, "character": 26 } ], "inheritedFrom": { "type": "reference", - "id": 99, + "id": 101, "name": "DeprecatedLifecycle.componentWillMount" } }, { - "id": 103, + "id": 105, "name": "componentWillReceiveProps", "kind": 2048, "kindString": "Method", @@ -1092,7 +1048,7 @@ }, "signatures": [ { - "id": 104, + "id": 106, "name": "componentWillReceiveProps", "kind": 4096, "kindString": "Call signature", @@ -1119,7 +1075,7 @@ }, "parameters": [ { - "id": 105, + "id": 107, "name": "nextProps", "kind": 32768, "kindString": "Parameter", @@ -1131,7 +1087,7 @@ "typeArguments": [ { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } ], @@ -1139,7 +1095,7 @@ } }, { - "id": 106, + "id": 108, "name": "nextContext", "kind": 32768, "kindString": "Parameter", @@ -1158,7 +1114,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 103, + "id": 105, "name": "DeprecatedLifecycle.componentWillReceiveProps" } } @@ -1166,18 +1122,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 689, + "line": 702, "character": 33 } ], "inheritedFrom": { "type": "reference", - "id": 103, + "id": 105, "name": "DeprecatedLifecycle.componentWillReceiveProps" } }, { - "id": 84, + "id": 86, "name": "componentWillUnmount", "kind": 2048, "kindString": "Method", @@ -1187,7 +1143,7 @@ }, "signatures": [ { - "id": 85, + "id": 87, "name": "componentWillUnmount", "kind": 4096, "kindString": "Call signature", @@ -1203,7 +1159,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 84, + "id": 86, "name": "ComponentLifecycle.componentWillUnmount" } } @@ -1211,18 +1167,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 598, + "line": 611, "character": 28 } ], "inheritedFrom": { "type": "reference", - "id": 84, + "id": 86, "name": "ComponentLifecycle.componentWillUnmount" } }, { - "id": 111, + "id": 113, "name": "componentWillUpdate", "kind": 2048, "kindString": "Method", @@ -1232,7 +1188,7 @@ }, "signatures": [ { - "id": 112, + "id": 114, "name": "componentWillUpdate", "kind": 4096, "kindString": "Call signature", @@ -1259,7 +1215,7 @@ }, "parameters": [ { - "id": 113, + "id": 115, "name": "nextProps", "kind": 32768, "kindString": "Parameter", @@ -1271,7 +1227,7 @@ "typeArguments": [ { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } ], @@ -1279,7 +1235,7 @@ } }, { - "id": 114, + "id": 116, "name": "nextState", "kind": 32768, "kindString": "Parameter", @@ -1298,7 +1254,7 @@ } }, { - "id": 115, + "id": 117, "name": "nextContext", "kind": 32768, "kindString": "Parameter", @@ -1317,7 +1273,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 111, + "id": 113, "name": "DeprecatedLifecycle.componentWillUpdate" } } @@ -1325,18 +1281,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 719, + "line": 732, "character": 27 } ], "inheritedFrom": { "type": "reference", - "id": 111, + "id": 113, "name": "DeprecatedLifecycle.componentWillUpdate" } }, { - "id": 143, + "id": 145, "name": "forceUpdate", "kind": 2048, "kindString": "Method", @@ -1345,7 +1301,7 @@ }, "signatures": [ { - "id": 144, + "id": 146, "name": "forceUpdate", "kind": 4096, "kindString": "Call signature", @@ -1354,7 +1310,7 @@ }, "parameters": [ { - "id": 145, + "id": 147, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -1372,7 +1328,7 @@ { "type": "reflection", "declaration": { - "id": 146, + "id": 148, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -1381,7 +1337,7 @@ }, "signatures": [ { - "id": 147, + "id": 149, "name": "__call", "kind": 4096, "kindString": "Call signature", @@ -1406,7 +1362,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 143, + "id": 145, "name": "Component.forceUpdate" } } @@ -1414,18 +1370,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 465, + "line": 487, "character": 19 } ], "inheritedFrom": { "type": "reference", - "id": 143, + "id": 145, "name": "Component.forceUpdate" } }, { - "id": 90, + "id": 92, "name": "getSnapshotBeforeUpdate", "kind": 2048, "kindString": "Method", @@ -1435,7 +1391,7 @@ }, "signatures": [ { - "id": 91, + "id": 93, "name": "getSnapshotBeforeUpdate", "kind": 4096, "kindString": "Call signature", @@ -1448,7 +1404,7 @@ }, "parameters": [ { - "id": 92, + "id": 94, "name": "prevProps", "kind": 32768, "kindString": "Parameter", @@ -1460,7 +1416,7 @@ "typeArguments": [ { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } ], @@ -1468,7 +1424,7 @@ } }, { - "id": 93, + "id": 95, "name": "prevState", "kind": 32768, "kindString": "Parameter", @@ -1502,7 +1458,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 90, + "id": 92, "name": "NewLifecycle.getSnapshotBeforeUpdate" } } @@ -1510,18 +1466,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 639, + "line": 652, "character": 31 } ], "inheritedFrom": { "type": "reference", - "id": 90, + "id": 92, "name": "NewLifecycle.getSnapshotBeforeUpdate" } }, { - "id": 148, + "id": 150, "name": "render", "kind": 2048, "kindString": "Method", @@ -1530,7 +1486,7 @@ }, "signatures": [ { - "id": 149, + "id": 151, "name": "render", "kind": 4096, "kindString": "Call signature", @@ -1543,7 +1499,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 148, + "id": 150, "name": "Component.render" } } @@ -1551,18 +1507,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 466, + "line": 488, "character": 14 } ], "inheritedFrom": { "type": "reference", - "id": 148, + "id": 150, "name": "Component.render" } }, { - "id": 130, + "id": 132, "name": "setState", "kind": 2048, "kindString": "Method", @@ -1571,7 +1527,7 @@ }, "signatures": [ { - "id": 131, + "id": 133, "name": "setState", "kind": 4096, "kindString": "Call signature", @@ -1580,7 +1536,7 @@ }, "typeParameter": [ { - "id": 132, + "id": 134, "name": "K", "kind": 131072, "kindString": "Type parameter", @@ -1599,7 +1555,7 @@ ], "parameters": [ { - "id": 133, + "id": 135, "name": "state", "kind": 32768, "kindString": "Parameter", @@ -1612,7 +1568,7 @@ { "type": "reflection", "declaration": { - "id": 134, + "id": 136, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -1621,7 +1577,7 @@ }, "signatures": [ { - "id": 135, + "id": 137, "name": "__call", "kind": 4096, "kindString": "Call signature", @@ -1630,7 +1586,7 @@ }, "parameters": [ { - "id": 136, + "id": 138, "name": "prevState", "kind": 32768, "kindString": "Parameter", @@ -1649,7 +1605,7 @@ } }, { - "id": 137, + "id": 139, "name": "props", "kind": 32768, "kindString": "Parameter", @@ -1661,7 +1617,7 @@ "typeArguments": [ { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } ], @@ -1683,7 +1639,7 @@ { "type": "reflection", "declaration": { - "id": 138, + "id": 140, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -1699,7 +1655,7 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 461, + "line": 483, "character": 18 } ] @@ -1719,7 +1675,7 @@ { "type": "reflection", "declaration": { - "id": 139, + "id": 141, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -1734,7 +1690,7 @@ } }, { - "id": 140, + "id": 142, "name": "callback", "kind": 32768, "kindString": "Parameter", @@ -1752,7 +1708,7 @@ { "type": "reflection", "declaration": { - "id": 141, + "id": 143, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -1761,7 +1717,7 @@ }, "signatures": [ { - "id": 142, + "id": 144, "name": "__call", "kind": 4096, "kindString": "Call signature", @@ -1786,7 +1742,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 130, + "id": 132, "name": "Component.setState" } } @@ -1794,18 +1750,18 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 460, + "line": 482, "character": 16 } ], "inheritedFrom": { "type": "reference", - "id": 130, + "id": 132, "name": "Component.setState" } }, { - "id": 79, + "id": 81, "name": "shouldComponentUpdate", "kind": 2048, "kindString": "Method", @@ -1815,7 +1771,7 @@ }, "signatures": [ { - "id": 80, + "id": 82, "name": "shouldComponentUpdate", "kind": 4096, "kindString": "Call signature", @@ -1828,7 +1784,7 @@ }, "parameters": [ { - "id": 81, + "id": 83, "name": "nextProps", "kind": 32768, "kindString": "Parameter", @@ -1840,7 +1796,7 @@ "typeArguments": [ { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } ], @@ -1848,7 +1804,7 @@ } }, { - "id": 82, + "id": 84, "name": "nextState", "kind": 32768, "kindString": "Parameter", @@ -1867,7 +1823,7 @@ } }, { - "id": 83, + "id": 85, "name": "nextContext", "kind": 32768, "kindString": "Parameter", @@ -1886,7 +1842,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 79, + "id": 81, "name": "ComponentLifecycle.shouldComponentUpdate" } } @@ -1894,13 +1850,13 @@ "sources": [ { "fileName": "node_modules/@types/react/index.d.ts", - "line": 593, + "line": 606, "character": 29 } ], "inheritedFrom": { "type": "reference", - "id": 79, + "id": 81, "name": "ComponentLifecycle.shouldComponentUpdate" } } @@ -1910,48 +1866,48 @@ "title": "Constructors", "kind": 512, "children": [ - 124 + 126 ] }, { "title": "Properties", "kind": 1024, "children": [ - 74, - 123, - 73, - 150, + 76, + 125, + 75, + 152, 154, 153, - 122 + 124 ] }, { "title": "Methods", "kind": 2048, "children": [ + 103, + 109, + 118, + 88, + 79, + 96, 101, - 107, - 116, + 105, 86, - 77, - 94, - 99, - 103, - 84, - 111, - 143, - 90, - 148, - 130, - 79 + 113, + 145, + 92, + 150, + 132, + 81 ] } ], "sources": [ { "fileName": "src/index.d.ts", - "line": 259, + "line": 258, "character": 29 } ], @@ -1961,7 +1917,7 @@ "typeArguments": [ { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } ], @@ -1992,7 +1948,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 50, + "line": 49, "character": 11 } ], @@ -2015,7 +1971,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 54, + "line": 53, "character": 9 } ], @@ -2038,7 +1994,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 66, + "line": 65, "character": 8 } ], @@ -2061,7 +2017,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 58, + "line": 57, "character": 11 } ], @@ -2084,7 +2040,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 62, + "line": 61, "character": 11 } ], @@ -2110,13 +2066,13 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 46, + "line": 45, "character": 28 } ] }, { - "id": 52, + "id": 54, "name": "OptionsObject", "kind": 256, "kindString": "Interface", @@ -2126,7 +2082,7 @@ "comment": {}, "children": [ { - "id": 58, + "id": 60, "name": "action", "kind": 1024, "kindString": "Property", @@ -2147,7 +2103,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 196, + "line": 195, "character": 10 } ], @@ -2158,12 +2114,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 49, + "id": 51, "name": "SharedProps.action" } }, { - "id": 57, + "id": 59, "name": "content", "kind": 1024, "kindString": "Property", @@ -2184,7 +2140,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 191, + "line": 190, "character": 11 } ], @@ -2195,12 +2151,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 48, + "id": 50, "name": "SharedProps.content" } }, { - "id": 53, + "id": 55, "name": "key", "kind": 1024, "kindString": "Property", @@ -2220,7 +2176,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 207, + "line": 206, "character": 7 } ], @@ -2231,7 +2187,7 @@ } }, { - "id": 54, + "id": 56, "name": "persist", "kind": 1024, "kindString": "Property", @@ -2251,7 +2207,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 212, + "line": 211, "character": 11 } ], @@ -2274,7 +2230,7 @@ } }, { - "id": 56, + "id": 58, "name": "preventDuplicate", "kind": 1024, "kindString": "Property", @@ -2294,7 +2250,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 186, + "line": 185, "character": 20 } ], @@ -2317,12 +2273,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 47, + "id": 49, "name": "SharedProps.preventDuplicate" } }, { - "id": 55, + "id": 57, "name": "variant", "kind": 1024, "kindString": "Property", @@ -2342,7 +2298,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 181, + "line": 180, "character": 11 } ], @@ -2353,7 +2309,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 46, + "id": 48, "name": "SharedProps.variant" } } @@ -2363,26 +2319,26 @@ "title": "Properties", "kind": 1024, "children": [ - 58, - 57, - 53, - 54, + 60, + 59, + 55, 56, - 55 + 58, + 57 ] } ], "sources": [ { "fileName": "src/index.d.ts", - "line": 202, + "line": 201, "character": 30 } ], "extendedTypes": [ { "type": "reference", - "id": 45, + "id": 47, "name": "SharedProps" } ] @@ -2523,7 +2479,7 @@ }, "type": { "type": "reference", - "id": 52, + "id": 54, "name": "OptionsObject" } } @@ -2565,7 +2521,7 @@ ] }, { - "id": 45, + "id": 47, "name": "SharedProps", "kind": 256, "kindString": "Interface", @@ -2575,7 +2531,7 @@ "comment": {}, "children": [ { - "id": 49, + "id": 51, "name": "action", "kind": 1024, "kindString": "Property", @@ -2596,7 +2552,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 196, + "line": 195, "character": 10 } ], @@ -2607,7 +2563,7 @@ } }, { - "id": 48, + "id": 50, "name": "content", "kind": 1024, "kindString": "Property", @@ -2628,7 +2584,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 191, + "line": 190, "character": 11 } ], @@ -2639,7 +2595,7 @@ } }, { - "id": 47, + "id": 49, "name": "preventDuplicate", "kind": 1024, "kindString": "Property", @@ -2659,7 +2615,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 186, + "line": 185, "character": 20 } ], @@ -2682,7 +2638,7 @@ } }, { - "id": 46, + "id": 48, "name": "variant", "kind": 1024, "kindString": "Property", @@ -2702,7 +2658,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 181, + "line": 180, "character": 11 } ], @@ -2718,17 +2674,17 @@ "title": "Properties", "kind": 1024, "children": [ + 51, + 50, 49, - 48, - 47, - 46 + 48 ] } ], "sources": [ { "fileName": "src/index.d.ts", - "line": 175, + "line": 174, "character": 28 } ], @@ -2736,7 +2692,7 @@ { "type": "reflection", "declaration": { - "id": 50, + "id": 52, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -2746,7 +2702,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 175, + "line": 174, "character": 36 } ] @@ -2755,7 +2711,7 @@ { "type": "reflection", "declaration": { - "id": 51, + "id": 53, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -2765,7 +2721,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 175, + "line": 174, "character": 68 } ] @@ -2775,12 +2731,12 @@ "extendedBy": [ { "type": "reference", - "id": 52, + "id": 54, "name": "OptionsObject" }, { "type": "reference", - "id": 59, + "id": 61, "name": "SnackbarProviderProps" } ] @@ -2805,7 +2761,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 43, + "line": 42, "character": 14 } ], @@ -2838,7 +2794,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 42, + "line": 41, "character": 12 } ], @@ -2870,7 +2826,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 41, + "line": 40, "character": 31 } ] @@ -2906,7 +2862,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 156, + "line": 155, "character": 23 } ], @@ -2914,15 +2870,80 @@ "type": "reference", "typeArguments": [ { - "type": "reference", - "name": "TransitionProps" + "type": "intersection", + "types": [ + { + "type": "reference", + "name": "TransitionProps" + }, + { + "type": "reflection", + "declaration": { + "id": 26, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": { + "isExported": true + }, + "children": [ + { + "id": 27, + "name": "children", + "kind": 32, + "kindString": "Variable", + "flags": { + "isExported": true + }, + "sources": [ + { + "fileName": "src/index.d.ts", + "line": 155, + "character": 82 + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "ReactElement" + } + } + ], + "groups": [ + { + "title": "Variables", + "kind": 32, + "children": [ + 27 + ] + } + ], + "sources": [ + { + "fileName": "src/index.d.ts", + "line": 155, + "character": 71 + } + ] + } + } + ] } ], - "name": "React.ComponentType" + "name": "React.JSXElementConstructor" } }, { - "id": 31, + "id": 33, "name": "TransitionProps", "kind": 1024, "kindString": "Property", @@ -2936,13 +2957,13 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 169, + "line": 168, "character": 19 } ], "type": { "type": "reference", - "id": 31, + "id": 33, "name": "TransitionProps" } }, @@ -2967,7 +2988,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 121, + "line": 120, "character": 16 } ], @@ -2992,7 +3013,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 138, + "line": 137, "character": 18 } ], @@ -3022,7 +3043,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 129, + "line": 128, "character": 20 } ], @@ -3041,7 +3062,7 @@ } }, { - "id": 40, + "id": 42, "name": "className", "kind": 1024, "kindString": "Property", @@ -3071,12 +3092,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 34, + "id": 36, "name": "__type.className" } }, { - "id": 39, + "id": 41, "name": "classes", "kind": 1024, "kindString": "Property", @@ -3090,7 +3111,7 @@ "sources": [ { "fileName": "node_modules/@mui/material/styles/index.d.ts", - "line": 76, + "line": 86, "character": 9 } ], @@ -3119,7 +3140,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 39, + "id": 41, "name": "StyledComponentProps.classes" } }, @@ -3144,7 +3165,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 143, + "line": 142, "character": 29 } ], @@ -3167,7 +3188,7 @@ } }, { - "id": 41, + "id": 43, "name": "ref", "kind": 1024, "kindString": "Property", @@ -3191,7 +3212,7 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 42, + "id": 44, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -3200,7 +3221,7 @@ }, "children": [ { - "id": 43, + "id": 45, "name": "ref", "kind": 32, "kindString": "Variable", @@ -3226,7 +3247,7 @@ "title": "Variables", "kind": 32, "children": [ - 43 + 45 ] } ], @@ -3256,7 +3277,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 35, + "id": 37, "name": "__type.ref" } }, @@ -3281,7 +3302,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 151, + "line": 150, "character": 22 } ], @@ -3300,7 +3321,7 @@ } }, { - "id": 44, + "id": 46, "name": "style", "kind": 1024, "kindString": "Property", @@ -3321,12 +3342,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 38, + "id": 40, "name": "__type.style" } }, { - "id": 26, + "id": 28, "name": "transitionDuration", "kind": 1024, "kindString": "Property", @@ -3346,7 +3367,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 165, + "line": 164, "character": 22 } ], @@ -3360,7 +3381,7 @@ { "type": "reflection", "declaration": { - "id": 27, + "id": 29, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -3369,7 +3390,7 @@ }, "children": [ { - "id": 28, + "id": 30, "name": "appear", "kind": 32, "kindString": "Variable", @@ -3380,7 +3401,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 165, + "line": 164, "character": 33 } ], @@ -3399,7 +3420,7 @@ } }, { - "id": 29, + "id": 31, "name": "enter", "kind": 32, "kindString": "Variable", @@ -3410,7 +3431,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 165, + "line": 164, "character": 49 } ], @@ -3429,7 +3450,7 @@ } }, { - "id": 30, + "id": 32, "name": "exit", "kind": 32, "kindString": "Variable", @@ -3440,7 +3461,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 165, + "line": 164, "character": 64 } ], @@ -3464,9 +3485,9 @@ "title": "Variables", "kind": 32, "children": [ - 28, - 29, - 30 + 30, + 31, + 32 ] } ] @@ -3482,24 +3503,24 @@ "kind": 1024, "children": [ 25, - 31, + 33, 19, 22, 20, - 40, - 39, - 23, + 42, 41, + 23, + 43, 24, - 44, - 26 + 46, + 28 ] } ], "sources": [ { "fileName": "src/index.d.ts", - "line": 116, + "line": 115, "character": 30 } ], @@ -3510,7 +3531,7 @@ { "type": "reflection", "declaration": { - "id": 32, + "id": 34, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -3561,7 +3582,7 @@ { "type": "reflection", "declaration": { - "id": 33, + "id": 35, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -3570,7 +3591,7 @@ }, "children": [ { - "id": 34, + "id": 36, "name": "className", "kind": 32, "kindString": "Variable", @@ -3600,7 +3621,7 @@ } }, { - "id": 35, + "id": 37, "name": "ref", "kind": 32, "kindString": "Variable", @@ -3624,7 +3645,7 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 36, + "id": 38, "name": "__type", "kind": 65536, "kindString": "Type literal", @@ -3633,7 +3654,7 @@ }, "children": [ { - "id": 37, + "id": 39, "name": "ref", "kind": 32, "kindString": "Variable", @@ -3659,7 +3680,7 @@ "title": "Variables", "kind": 32, "children": [ - 37 + 39 ] } ], @@ -3689,7 +3710,7 @@ } }, { - "id": 38, + "id": 40, "name": "style", "kind": 32, "kindString": "Variable", @@ -3715,9 +3736,9 @@ "title": "Variables", "kind": 32, "children": [ - 34, - 35, - 38 + 36, + 37, + 40 ] } ] @@ -3728,7 +3749,7 @@ ] }, { - "id": 59, + "id": 61, "name": "SnackbarProviderProps", "kind": 256, "kindString": "Interface", @@ -3740,7 +3761,7 @@ }, "children": [ { - "id": 71, + "id": 73, "name": "action", "kind": 1024, "kindString": "Property", @@ -3761,7 +3782,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 196, + "line": 195, "character": 10 } ], @@ -3772,12 +3793,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 49, + "id": 51, "name": "SharedProps.action" } }, { - "id": 60, + "id": 62, "name": "children", "kind": 1024, "kindString": "Property", @@ -3790,7 +3811,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 224, + "line": 223, "character": 12 } ], @@ -3812,7 +3833,7 @@ } }, { - "id": 65, + "id": 67, "name": "classes", "kind": 1024, "kindString": "Property", @@ -3826,7 +3847,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 247, + "line": 246, "character": 11 } ], @@ -3850,7 +3871,7 @@ } }, { - "id": 70, + "id": 72, "name": "content", "kind": 1024, "kindString": "Property", @@ -3871,7 +3892,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 191, + "line": 190, "character": 11 } ], @@ -3882,12 +3903,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 48, + "id": 50, "name": "SharedProps.content" } }, { - "id": 61, + "id": 63, "name": "dense", "kind": 1024, "kindString": "Property", @@ -3907,7 +3928,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 229, + "line": 228, "character": 9 } ], @@ -3930,7 +3951,7 @@ } }, { - "id": 64, + "id": 66, "name": "domRoot", "kind": 1024, "kindString": "Property", @@ -3944,7 +3965,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 243, + "line": 242, "character": 11 } ], @@ -3954,7 +3975,7 @@ } }, { - "id": 63, + "id": 65, "name": "hideIconVariant", "kind": 1024, "kindString": "Property", @@ -3974,7 +3995,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 239, + "line": 238, "character": 19 } ], @@ -3997,7 +4018,7 @@ } }, { - "id": 66, + "id": 68, "name": "iconVariant", "kind": 1024, "kindString": "Property", @@ -4011,7 +4032,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 251, + "line": 250, "character": 15 } ], @@ -4028,7 +4049,7 @@ } }, { - "id": 62, + "id": 64, "name": "maxSnack", "kind": 1024, "kindString": "Property", @@ -4048,7 +4069,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 234, + "line": 233, "character": 12 } ], @@ -4067,7 +4088,7 @@ } }, { - "id": 69, + "id": 71, "name": "preventDuplicate", "kind": 1024, "kindString": "Property", @@ -4087,7 +4108,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 186, + "line": 185, "character": 20 } ], @@ -4110,12 +4131,12 @@ }, "inheritedFrom": { "type": "reference", - "id": 47, + "id": 49, "name": "SharedProps.preventDuplicate" } }, { - "id": 68, + "id": 70, "name": "variant", "kind": 1024, "kindString": "Property", @@ -4135,7 +4156,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 181, + "line": 180, "character": 11 } ], @@ -4146,7 +4167,7 @@ }, "inheritedFrom": { "type": "reference", - "id": 46, + "id": 48, "name": "SharedProps.variant" } } @@ -4156,31 +4177,31 @@ "title": "Properties", "kind": 1024, "children": [ - 71, - 60, - 65, - 70, - 61, - 64, + 73, + 62, + 67, + 72, 63, 66, - 62, - 69, - 68 + 65, + 68, + 64, + 71, + 70 ] } ], "sources": [ { "fileName": "src/index.d.ts", - "line": 219, + "line": 218, "character": 38 } ], "extendedTypes": [ { "type": "reference", - "id": 45, + "id": 47, "name": "SharedProps" } ] @@ -4226,7 +4247,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 84, + "line": 83, "character": 11 } ], @@ -4250,7 +4271,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 88, + "line": 87, "character": 11 } ], @@ -4274,7 +4295,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 96, + "line": 95, "character": 13 } ], @@ -4298,7 +4319,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 92, + "line": 91, "character": 14 } ], @@ -4322,7 +4343,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 100, + "line": 99, "character": 10 } ], @@ -4346,7 +4367,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 108, + "line": 107, "character": 12 } ], @@ -4370,7 +4391,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 104, + "line": 103, "character": 13 } ], @@ -4399,7 +4420,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 72, + "line": 71, "character": 39 } ] @@ -4501,7 +4522,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 39, + "line": 38, "character": 28 } ], @@ -4536,7 +4557,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 29, + "line": 28, "character": 29 } ], @@ -5006,7 +5027,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 111, + "line": 110, "character": 32 } ], @@ -5090,7 +5111,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 25, + "line": 24, "character": 34 } ], @@ -5181,7 +5202,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 25, + "line": 24, "character": 36 } ] @@ -5199,7 +5220,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 26, + "line": 25, "character": 34 } ], @@ -5273,7 +5294,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 26, + "line": 25, "character": 36 } ] @@ -5291,7 +5312,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 27, + "line": 26, "character": 29 } ], @@ -5352,7 +5373,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 27, + "line": 26, "character": 31 } ] @@ -5370,7 +5391,7 @@ "sources": [ { "fileName": "src/index.d.ts", - "line": 38, + "line": 37, "character": 27 } ], @@ -5705,7 +5726,7 @@ "title": "Classes", "kind": 128, "children": [ - 72 + 74 ] }, { @@ -5713,19 +5734,19 @@ "kind": 256, "children": [ 4, - 52, + 54, 158, - 45, + 47, 1, 18, - 59, + 61, 10 ], "categories": [ { "title": "Enqueue", "children": [ - 52 + 54 ] }, { @@ -5739,13 +5760,13 @@ { "title": "Provider", "children": [ - 59 + 61 ] }, { "title": "Shared", "children": [ - 45, + 47, 18, 10 ]