Skip to content

Commit a19c82a

Browse files
update tauri
1 parent 0f0edd9 commit a19c82a

File tree

11 files changed

+3843
-1176
lines changed

11 files changed

+3843
-1176
lines changed

Cargo.lock

Lines changed: 22 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/api/src-tauri/capabilities/schemas/desktop-schema.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,13 @@
336336
"event:allow-emit"
337337
]
338338
},
339+
{
340+
"description": "event:allow-emit-to -> Enables the emit_to command without any pre-configured scope.",
341+
"type": "string",
342+
"enum": [
343+
"event:allow-emit-to"
344+
]
345+
},
339346
{
340347
"description": "event:allow-listen -> Enables the listen command without any pre-configured scope.",
341348
"type": "string",
@@ -357,6 +364,13 @@
357364
"event:deny-emit"
358365
]
359366
},
367+
{
368+
"description": "event:deny-emit-to -> Denies the emit_to command without any pre-configured scope.",
369+
"type": "string",
370+
"enum": [
371+
"event:deny-emit-to"
372+
]
373+
},
360374
{
361375
"description": "event:deny-listen -> Denies the listen command without any pre-configured scope.",
362376
"type": "string",
@@ -3570,6 +3584,13 @@
35703584
"window:allow-current-monitor"
35713585
]
35723586
},
3587+
{
3588+
"description": "window:allow-destroy -> Enables the destroy command without any pre-configured scope.",
3589+
"type": "string",
3590+
"enum": [
3591+
"window:allow-destroy"
3592+
]
3593+
},
35733594
{
35743595
"description": "window:allow-hide -> Enables the hide command without any pre-configured scope.",
35753596
"type": "string",
@@ -3906,6 +3927,13 @@
39063927
"window:allow-set-title"
39073928
]
39083929
},
3930+
{
3931+
"description": "window:allow-set-visible-on-all-workspaces -> Enables the set_visible_on_all_workspaces command without any pre-configured scope.",
3932+
"type": "string",
3933+
"enum": [
3934+
"window:allow-set-visible-on-all-workspaces"
3935+
]
3936+
},
39093937
{
39103938
"description": "window:allow-show -> Enables the show command without any pre-configured scope.",
39113939
"type": "string",
@@ -3990,6 +4018,13 @@
39904018
"window:deny-current-monitor"
39914019
]
39924020
},
4021+
{
4022+
"description": "window:deny-destroy -> Denies the destroy command without any pre-configured scope.",
4023+
"type": "string",
4024+
"enum": [
4025+
"window:deny-destroy"
4026+
]
4027+
},
39934028
{
39944029
"description": "window:deny-hide -> Denies the hide command without any pre-configured scope.",
39954030
"type": "string",
@@ -4326,6 +4361,13 @@
43264361
"window:deny-set-title"
43274362
]
43284363
},
4364+
{
4365+
"description": "window:deny-set-visible-on-all-workspaces -> Denies the set_visible_on_all_workspaces command without any pre-configured scope.",
4366+
"type": "string",
4367+
"enum": [
4368+
"window:deny-set-visible-on-all-workspaces"
4369+
]
4370+
},
43294371
{
43304372
"description": "window:deny-show -> Denies the show command without any pre-configured scope.",
43314373
"type": "string",

0 commit comments

Comments
 (0)