Update API doc
parent
08414febba
commit
f7a1d61bb8
|
@ -26234,7 +26234,7 @@
|
||||||
"name": "show",
|
"name": "show",
|
||||||
"parameters": [],
|
"parameters": [],
|
||||||
"returnType": "void",
|
"returnType": "void",
|
||||||
"description": "Callback to invoke when drawer gets shown."
|
"description": "Callback to invoke when drawer is shown."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "hide",
|
"name": "hide",
|
||||||
|
@ -26247,6 +26247,12 @@
|
||||||
"parameters": [],
|
"parameters": [],
|
||||||
"returnType": "void",
|
"returnType": "void",
|
||||||
"description": "Callback to invoke after drawer is hidden."
|
"description": "Callback to invoke after drawer is hidden."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "after-show",
|
||||||
|
"parameters": [],
|
||||||
|
"returnType": "void",
|
||||||
|
"description": "Callback to invoke after drawer is shown."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3333,8 +3333,8 @@ packages:
|
||||||
ee-first@1.1.1:
|
ee-first@1.1.1:
|
||||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||||
|
|
||||||
electron-to-chromium@1.5.57:
|
electron-to-chromium@1.5.58:
|
||||||
resolution: {integrity: sha512-xS65H/tqgOwUBa5UmOuNSLuslDo7zho0y/lgQw35pnrqiZh7UOWHCeL/Bt6noJATbA6tpQJGCifsFsIRZj1Fqg==}
|
resolution: {integrity: sha512-al2l4r+24ZFL7WzyPTlyD0fC33LLzvxqLCwurtBibVPghRGO9hSTl+tis8t1kD7biPiH/en4U0I7o/nQbYeoVA==}
|
||||||
|
|
||||||
emoji-regex@8.0.0:
|
emoji-regex@8.0.0:
|
||||||
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
||||||
|
@ -9690,7 +9690,7 @@ snapshots:
|
||||||
browserslist@4.24.2:
|
browserslist@4.24.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: 1.0.30001680
|
caniuse-lite: 1.0.30001680
|
||||||
electron-to-chromium: 1.5.57
|
electron-to-chromium: 1.5.58
|
||||||
node-releases: 2.0.18
|
node-releases: 2.0.18
|
||||||
update-browserslist-db: 1.1.1(browserslist@4.24.2)
|
update-browserslist-db: 1.1.1(browserslist@4.24.2)
|
||||||
|
|
||||||
|
@ -10291,7 +10291,7 @@ snapshots:
|
||||||
|
|
||||||
ee-first@1.1.1: {}
|
ee-first@1.1.1: {}
|
||||||
|
|
||||||
electron-to-chromium@1.5.57: {}
|
electron-to-chromium@1.5.58: {}
|
||||||
|
|
||||||
emoji-regex@8.0.0: {}
|
emoji-regex@8.0.0: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue