adminforth 2.13.0-next.33 → 2.13.0-next.35

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.
@@ -179,6 +179,7 @@ function close() {
179
179
  defineExpose({
180
180
  open: open,
181
181
  close: close,
182
+ tryToHideModal: tryToHideModal,
182
183
  })
183
184
 
184
185
  function tryToHideModal() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.13.0-next.33",
3
+ "version": "2.13.0-next.35",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",