-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove action ambient typing in favor of new typing helper - s…
- Loading branch information
1 parent
ba28b3b
commit 64283e1
Showing
37 changed files
with
183 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'@svelte-put/clickoutside': minor | ||
'@svelte-put/dragscroll': minor | ||
'@svelte-put/intersect': minor | ||
'@svelte-put/movable': minor | ||
'@svelte-put/shortcut': minor | ||
--- | ||
|
||
deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
....clickoutsideattributes.onclickoutside.md → ...ickoutsideattributes._on_clickoutside_.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@svelte-put/clickoutside](./clickoutside.md) > [ClickOutsideAttributes](./clickoutside.clickoutsideattributes.md) > [onclickoutside](./clickoutside.clickoutsideattributes.onclickoutside.md) | ||
[Home](./index.md) > [@svelte-put/clickoutside](./clickoutside.md) > [ClickOutsideAttributes](./clickoutside.clickoutsideattributes.md) > ["on:clickoutside"](./clickoutside.clickoutsideattributes._on_clickoutside_.md) | ||
|
||
## ClickOutsideAttributes.onclickoutside property | ||
## ClickOutsideAttributes."on:clickoutside" property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
onclickoutside?: (event: CustomEvent<Event>) => void; | ||
'on:clickoutside'?: (event: CustomEvent<MouseEvent>) => void; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ersect.intersectattributes.onintersect.md → ...ect.intersectattributes._on_intersect_.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@svelte-put/intersect](./intersect.md) > [IntersectAttributes](./intersect.intersectattributes.md) > [onintersect](./intersect.intersectattributes.onintersect.md) | ||
[Home](./index.md) > [@svelte-put/intersect](./intersect.md) > [IntersectAttributes](./intersect.intersectattributes.md) > ["on:intersect"](./intersect.intersectattributes._on_intersect_.md) | ||
|
||
## IntersectAttributes.onintersect property | ||
## IntersectAttributes."on:intersect" property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
onintersect?: (event: CustomEvent<IntersectDetail>) => void; | ||
'on:intersect'?: (event: CustomEvent<IntersectDetail>) => void; | ||
``` |
6 changes: 3 additions & 3 deletions
6
...ct.intersectattributes.onintersectonce.md → ...intersectattributes._on_intersectonce_.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@svelte-put/intersect](./intersect.md) > [IntersectAttributes](./intersect.intersectattributes.md) > [onintersectonce](./intersect.intersectattributes.onintersectonce.md) | ||
[Home](./index.md) > [@svelte-put/intersect](./intersect.md) > [IntersectAttributes](./intersect.intersectattributes.md) > ["on:intersectonce"](./intersect.intersectattributes._on_intersectonce_.md) | ||
|
||
## IntersectAttributes.onintersectonce property | ||
## IntersectAttributes."on:intersectonce" property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
onintersectonce?: (event: CustomEvent<IntersectDetail>) => void; | ||
'on:intersectonce'?: (event: CustomEvent<IntersectDetail>) => void; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.