Compare commits
2 Commits
aa39aaf84f
...
28c027c48b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28c027c48b | ||
|
|
80fc26eb3b |
@@ -4,7 +4,7 @@
|
||||
"type": "git",
|
||||
"url": "https://gitea.auvem.com/svelte-toolkit/sui.git"
|
||||
},
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build && pnpm run prepack",
|
||||
|
||||
@@ -270,11 +270,10 @@
|
||||
controlsAlign === 'end' && 'justify-end'
|
||||
]}
|
||||
>
|
||||
{#if controls && typeof controls === 'function'}{@render controls()}{:else}
|
||||
{#if controls && typeof controls === 'function'}{@render controls()}{:else if controls?.flip}
|
||||
{#if controls.ok !== null}
|
||||
{@render dialogOkButton(getState(), controls.ok)}
|
||||
{/if}
|
||||
{#if controls?.flip}
|
||||
{#if controls.cancel !== null}
|
||||
{@render dialogCancelButton(getState(), controls.cancel)}
|
||||
{/if}
|
||||
@@ -286,7 +285,6 @@
|
||||
{@render dialogOkButton(getState(), controls.ok)}
|
||||
{/if}
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user