added RateLimitRule.Audience field

This commit is contained in:
Gani Georgiev
2024-11-08 18:04:13 +02:00
parent 0e56521e8a
commit f6aef4471d
37 changed files with 387 additions and 141 deletions
+11 -1
View File
@@ -50,7 +50,17 @@
}
</script>
<Select bind:selected {items} {multiple} {labelComponent} {optionComponent} on:show on:hide {...$$restProps}>
<Select
bind:selected
{items}
{multiple}
{labelComponent}
{optionComponent}
on:show
on:hide
on:change
{...$$restProps}
>
<svelte:fragment slot="afterOptions">
<slot name="afterOptions" />
</svelte:fragment>