update tauri

This commit is contained in:
Lucas Nogueira
2026-06-30 09:42:07 -03:00
parent 540d4e9648
commit 1423992771
39 changed files with 3059 additions and 2551 deletions
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["enable","disable","is_enabled"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["scan","cancel","request_permissions","check_permissions","open_app_settings","vibrate"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["authenticate","status"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["cli_matches"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["write_text","read_text","write_image","read_image","write_html","clear"]
+1 -1
View File
@@ -14,7 +14,7 @@
"@tauri-apps/plugin-deep-link": "2.4.9"
},
"devDependencies": {
"@tauri-apps/cli-cef": "3.0.0-alpha.5",
"@tauri-apps/cli-cef": "3.0.0-alpha.6",
"typescript": "^6.0.0",
"vite": "^8.0.1"
}
+1 -1
View File
@@ -28,6 +28,6 @@
"@tauri-apps/api": "^2.11.0"
},
"devDependencies": {
"@tauri-apps/cli-cef": "3.0.0-alpha.5"
"@tauri-apps/cli-cef": "3.0.0-alpha.6"
}
}
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["get_current","register","unregister","is_registered"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["open","save","message"]
@@ -22,32 +22,6 @@ All dialog types are enabled.
</tr>
<tr>
<td>
`dialog:allow-ask`
</td>
<td>
Enables the ask command without any pre-configured scope. (**DEPRECATED**: This is now an alias to `allow-message` and will be removed in v3)
</td>
</tr>
<tr>
<td>
`dialog:deny-ask`
</td>
<td>
Denies the ask command without any pre-configured scope. (**DEPRECATED**: This is now an alias to `deny-message` and will be removed in v3)
</td>
</tr>
<tr>
<td>
@@ -129,6 +103,32 @@ Denies the save command without any pre-configured scope.
<tr>
<td>
`dialog:allow-ask`
</td>
<td>
Enables the ask command without any pre-configured scope. (**DEPRECATED**: This is now an alias to `allow-message` and will be removed in v3)
</td>
</tr>
<tr>
<td>
`dialog:deny-ask`
</td>
<td>
Denies the ask command without any pre-configured scope. (**DEPRECATED**: This is now an alias to `deny-message` and will be removed in v3)
</td>
</tr>
<tr>
<td>
`dialog:allow-confirm`
</td>
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["mkdir","create","copy_file","remove","rename","truncate","ftruncate","write","write_text_file","read_dir","read_file","read","open","read_text_file","read_text_file_lines_next","seek","stat","lstat","fstat","exists","watch","unwatch","size","start_accessing_security_scoped_resource","stop_accessing_security_scoped_resource"]
File diff suppressed because it is too large Load Diff
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["get_current_position","watch_position","clear_watch","check_permissions","request_permissions"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["register","unregister","unregister_all","is_registered"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["vibrate","impact_feedback","notification_feedback","selection_feedback"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["fetch","fetch_cancel","fetch_send","fetch_read_body","fetch_cancel_body"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["log"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["is_available","write","scan"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["notify","request_permission","is_permission_granted","register_action_types","register_listener","cancel","get_pending","remove_active","get_active","check_permissions","show","batch","list_channels","delete_channel","create_channel","permission_state"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["open_url","open_path","reveal_item_in_dir"]
@@ -18,19 +18,6 @@ as well as reveal file in directories using default file explorer
</tr>
<tr>
<td>
`opener:allow-default-urls`
</td>
<td>
This enables opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application.
</td>
</tr>
<tr>
<td>
@@ -106,6 +93,19 @@ Enables the reveal_item_in_dir command without any pre-configured scope.
Denies the reveal_item_in_dir command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`opener:allow-default-urls`
</td>
<td>
This enables opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application.
</td>
</tr>
</table>
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["platform","version","os_type","family","arch","exe_extension","locale","hostname"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["move_window","move_window_constrained","set_tray_icon_state"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["exit","restart"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["execute","spawn","stdin_write","kill","open"]
@@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli-cef": "3.0.0-alpha.5"
"@tauri-apps/cli-cef": "3.0.0-alpha.6"
}
}
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["load","execute","select","close"]
@@ -8,7 +8,7 @@
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli-cef": "3.0.0-alpha.5",
"@tauri-apps/cli-cef": "3.0.0-alpha.6",
"typescript": "^6.0.0",
"vite": "^8.0.1"
}
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["load","get_store","set","get","has","delete","clear","reset","keys","values","entries","length","reload","save"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["initialize","destroy","save","create_client","load_client","get_store_record","save_store_record","remove_store_record","save_secret","remove_secret","execute_procedure"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["check","download","install","download_and_install"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["download","upload"]
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@tauri-apps/cli-cef": "3.0.0-alpha.5",
"@tauri-apps/cli-cef": "3.0.0-alpha.6",
"typescript": "^6.0.0",
"vite": "^8.0.1"
},
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["connect","send"]
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["save_window_state","restore_state","filename"]