Skip to content

Commit

Permalink
Update dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Nov 30, 2024
1 parent b992c70 commit ed45563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _dist/application/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { SvelteComponent } from 'svelte';
import { EasingReference } from '@typhonjs-svelte/runtime-base/svelte/easing';
import { Readable, Writable } from 'svelte/store';
import * as _typhonjs_fvtt_svelte_application from '@typhonjs-fvtt/svelte/application';
import * as _typhonjs_svelte_runtime_base_util_async from '@typhonjs-svelte/runtime-base/util/async';
import { TransitionFunction } from '@typhonjs-svelte/runtime-base/svelte/transition';
import { ManagedPromise } from '@typhonjs-svelte/runtime-base/util/async';

/**
* Provides a mechanism to retrieve and query all mounted Svelte components including the main application shell.
Expand Down Expand Up @@ -1417,7 +1417,7 @@ declare class TJSDialog extends SvelteApplication {
/**
* @returns {import('@typhonjs-svelte/runtime-base/util/async').ManagedPromise} Returns the managed promise.
*/
get managedPromise(): ManagedPromise;
get managedPromise(): _typhonjs_svelte_runtime_base_util_async.ManagedPromise;
/**
* Brings to top or renders this dialog returning a Promise that is resolved any button pressed or when the dialog
* is closed.
Expand Down
1 change: 1 addition & 0 deletions _dist/component/internal/dialog/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as DialogShell } from "./DialogShell.svelte";

0 comments on commit ed45563

Please sign in to comment.