-
-
Notifications
You must be signed in to change notification settings - Fork 846
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use verbatimModuleSyntax and isolatedModules (#1534)
* feat: use verbatimModuleSyntax and isolatedModules * prettier * remove newline * prettier
- Loading branch information
1 parent
ec17e87
commit 43d1f9e
Showing
47 changed files
with
85 additions
and
152 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
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
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,35 +1,35 @@ | ||
export type { default as SlAfterCollapseEvent } from './sl-after-collapse'; | ||
export type { default as SlAfterExpandEvent } from './sl-after-expand'; | ||
export type { default as SlAfterHideEvent } from './sl-after-hide'; | ||
export type { default as SlAfterShowEvent } from './sl-after-show'; | ||
export type { default as SlBlurEvent } from './sl-blur'; | ||
export type { default as SlCancelEvent } from './sl-cancel'; | ||
export type { default as SlChangeEvent } from './sl-change'; | ||
export type { default as SlClearEvent } from './sl-clear'; | ||
export type { default as SlCloseEvent } from './sl-close'; | ||
export type { default as SlCollapseEvent } from './sl-collapse'; | ||
export type { default as SlCopyEvent } from './sl-copy'; | ||
export type { default as SlErrorEvent } from './sl-error'; | ||
export type { default as SlExpandEvent } from './sl-expand'; | ||
export type { default as SlFinishEvent } from './sl-finish'; | ||
export type { default as SlFocusEvent } from './sl-focus'; | ||
export type { default as SlHideEvent } from './sl-hide'; | ||
export type { default as SlHoverEvent } from './sl-hover'; | ||
export type { default as SlInitialFocusEvent } from './sl-initial-focus'; | ||
export type { default as SlInputEvent } from './sl-input'; | ||
export type { default as SlInvalidEvent } from './sl-invalid'; | ||
export type { default as SlLazyChangeEvent } from './sl-lazy-change'; | ||
export type { default as SlLazyLoadEvent } from './sl-lazy-load'; | ||
export type { default as SlLoadEvent } from './sl-load'; | ||
export type { default as SlMutationEvent } from './sl-mutation'; | ||
export type { default as SlRemoveEvent } from './sl-remove'; | ||
export type { default as SlRepositionEvent } from './sl-reposition'; | ||
export type { default as SlRequestCloseEvent } from './sl-request-close'; | ||
export type { default as SlResizeEvent } from './sl-resize'; | ||
export type { default as SlSelectEvent } from './sl-select'; | ||
export type { default as SlSelectionChangeEvent } from './sl-selection-change'; | ||
export type { default as SlShowEvent } from './sl-show'; | ||
export type { default as SlSlideChangeEvent } from './sl-slide-change'; | ||
export type { default as SlStartEvent } from './sl-start'; | ||
export type { default as SlTabHideEvent } from './sl-tab-hide'; | ||
export type { default as SlTabShowEvent } from './sl-tab-show'; | ||
export type { SlAfterCollapseEvent } from './sl-after-collapse'; | ||
export type { SlAfterExpandEvent } from './sl-after-expand'; | ||
export type { SlAfterHideEvent } from './sl-after-hide'; | ||
export type { SlAfterShowEvent } from './sl-after-show'; | ||
export type { SlBlurEvent } from './sl-blur'; | ||
export type { SlCancelEvent } from './sl-cancel'; | ||
export type { SlChangeEvent } from './sl-change'; | ||
export type { SlClearEvent } from './sl-clear'; | ||
export type { SlCloseEvent } from './sl-close'; | ||
export type { SlCollapseEvent } from './sl-collapse'; | ||
export type { SlCopyEvent } from './sl-copy'; | ||
export type { SlErrorEvent } from './sl-error'; | ||
export type { SlExpandEvent } from './sl-expand'; | ||
export type { SlFinishEvent } from './sl-finish'; | ||
export type { SlFocusEvent } from './sl-focus'; | ||
export type { SlHideEvent } from './sl-hide'; | ||
export type { SlHoverEvent } from './sl-hover'; | ||
export type { SlInitialFocusEvent } from './sl-initial-focus'; | ||
export type { SlInputEvent } from './sl-input'; | ||
export type { SlInvalidEvent } from './sl-invalid'; | ||
export type { SlLazyChangeEvent } from './sl-lazy-change'; | ||
export type { SlLazyLoadEvent } from './sl-lazy-load'; | ||
export type { SlLoadEvent } from './sl-load'; | ||
export type { SlMutationEvent } from './sl-mutation'; | ||
export type { SlRemoveEvent } from './sl-remove'; | ||
export type { SlRepositionEvent } from './sl-reposition'; | ||
export type { SlRequestCloseEvent } from './sl-request-close'; | ||
export type { SlResizeEvent } from './sl-resize'; | ||
export type { SlSelectEvent } from './sl-select'; | ||
export type { SlSelectionChangeEvent } from './sl-selection-change'; | ||
export type { SlShowEvent } from './sl-show'; | ||
export type { SlSlideChangeEvent } from './sl-slide-change'; | ||
export type { SlStartEvent } from './sl-start'; | ||
export type { SlTabHideEvent } from './sl-tab-hide'; | ||
export type { SlTabShowEvent } from './sl-tab-show'; |
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,9 +1,7 @@ | ||
type SlAfterCollapseEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlAfterCollapseEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-after-collapse': SlAfterCollapseEvent; | ||
} | ||
} | ||
|
||
export default SlAfterCollapseEvent; |
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,9 +1,7 @@ | ||
type SlAfterExpandEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlAfterExpandEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-after-expand': SlAfterExpandEvent; | ||
} | ||
} | ||
|
||
export default SlAfterExpandEvent; |
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,9 +1,7 @@ | ||
type SlAfterHideEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlAfterHideEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-after-hide': SlAfterHideEvent; | ||
} | ||
} | ||
|
||
export default SlAfterHideEvent; |
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,9 +1,7 @@ | ||
type SlAfterShowEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlAfterShowEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-after-show': SlAfterShowEvent; | ||
} | ||
} | ||
|
||
export default SlAfterShowEvent; |
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,9 +1,7 @@ | ||
type SlBlurEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlBlurEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-blur': SlBlurEvent; | ||
} | ||
} | ||
|
||
export default SlBlurEvent; |
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,9 +1,7 @@ | ||
type SlCancelEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlCancelEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-cancel': SlCancelEvent; | ||
} | ||
} | ||
|
||
export default SlCancelEvent; |
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,9 +1,7 @@ | ||
type SlChangeEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlChangeEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-change': SlChangeEvent; | ||
} | ||
} | ||
|
||
export default SlChangeEvent; |
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,9 +1,7 @@ | ||
type SlClearEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlClearEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-clear': SlClearEvent; | ||
} | ||
} | ||
|
||
export default SlClearEvent; |
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,9 +1,7 @@ | ||
type SlCloseEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlCloseEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-close': SlCloseEvent; | ||
} | ||
} | ||
|
||
export default SlCloseEvent; |
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,9 +1,7 @@ | ||
type SlCollapseEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlCollapseEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-collapse': SlCollapseEvent; | ||
} | ||
} | ||
|
||
export default SlCollapseEvent; |
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,9 +1,7 @@ | ||
type SlCopyEvent = CustomEvent<{ value: string }>; | ||
export type SlCopyEvent = CustomEvent<{ value: string }>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-copy': SlCopyEvent; | ||
} | ||
} | ||
|
||
export default SlCopyEvent; |
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,9 +1,7 @@ | ||
type SlErrorEvent = CustomEvent<{ status?: number }>; | ||
export type SlErrorEvent = CustomEvent<{ status?: number }>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-error': SlErrorEvent; | ||
} | ||
} | ||
|
||
export default SlErrorEvent; |
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,9 +1,7 @@ | ||
type SlExpandEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlExpandEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-expand': SlExpandEvent; | ||
} | ||
} | ||
|
||
export default SlExpandEvent; |
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,9 +1,7 @@ | ||
type SlFinishEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlFinishEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-finish': SlFinishEvent; | ||
} | ||
} | ||
|
||
export default SlFinishEvent; |
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,9 +1,7 @@ | ||
type SlFocusEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlFocusEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-focus': SlFocusEvent; | ||
} | ||
} | ||
|
||
export default SlFocusEvent; |
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,9 +1,7 @@ | ||
type SlHideEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlHideEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-hide': SlHideEvent; | ||
} | ||
} | ||
|
||
export default SlHideEvent; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
type SlInitialFocusEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlInitialFocusEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-initial-focus': SlInitialFocusEvent; | ||
} | ||
} | ||
|
||
export default SlInitialFocusEvent; |
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,9 +1,7 @@ | ||
type SlInputEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlInputEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-input': SlInputEvent; | ||
} | ||
} | ||
|
||
export default SlInputEvent; |
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,9 +1,7 @@ | ||
type SlInvalidEvent = CustomEvent<Record<PropertyKey, never>>; | ||
export type SlInvalidEvent = CustomEvent<Record<PropertyKey, never>>; | ||
|
||
declare global { | ||
interface GlobalEventHandlersEventMap { | ||
'sl-invalid': SlInvalidEvent; | ||
} | ||
} | ||
|
||
export default SlInvalidEvent; |
Oops, something went wrong.