Comparing version 10.0.1 to 10.0.2
{ | ||
"name": "swiper", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions", | ||
@@ -147,2 +147,5 @@ "typings": "swiper.d.ts", | ||
"*": { | ||
"modules": [ | ||
"./types/modules/index.d.ts" | ||
], | ||
"element": [ | ||
@@ -149,0 +152,0 @@ "./swiper-element.d.ts" |
@@ -0,1 +1,2 @@ | ||
// @ts-ignore | ||
import { SwiperOptions, Swiper } from './types/index.d.ts'; | ||
@@ -2,0 +3,0 @@ |
@@ -1,58 +0,5 @@ | ||
import type Swiper from './types/swiper-class.d.ts'; | ||
import type { SwiperOptions } from './types/swiper-options.d.ts'; | ||
import type { SwiperModule } from './types/shared.d.ts'; | ||
// @ts-ignore | ||
import Swiper from './types/swiper-class.d.ts'; | ||
declare const A11y: SwiperModule; | ||
declare const Autoplay: SwiperModule; | ||
declare const Controller: SwiperModule; | ||
declare const EffectCoverflow: SwiperModule; | ||
declare const EffectCube: SwiperModule; | ||
declare const EffectFade: SwiperModule; | ||
declare const EffectFlip: SwiperModule; | ||
declare const EffectCreative: SwiperModule; | ||
declare const EffectCards: SwiperModule; | ||
declare const HashNavigation: SwiperModule; | ||
declare const History: SwiperModule; | ||
declare const Keyboard: SwiperModule; | ||
declare const Lazy: SwiperModule; | ||
declare const Mousewheel: SwiperModule; | ||
declare const Navigation: SwiperModule; | ||
declare const Pagination: SwiperModule; | ||
declare const Parallax: SwiperModule; | ||
declare const Scrollbar: SwiperModule; | ||
declare const Thumbs: SwiperModule; | ||
declare const Virtual: SwiperModule; | ||
declare const Zoom: SwiperModule; | ||
declare const FreeMode: SwiperModule; | ||
declare const Grid: SwiperModule; | ||
declare const Manipulation: SwiperModule; | ||
export default Swiper; | ||
export { | ||
Swiper, | ||
SwiperOptions, | ||
A11y, | ||
Autoplay, | ||
Controller, | ||
EffectCoverflow, | ||
EffectCube, | ||
EffectFade, | ||
EffectFlip, | ||
EffectCreative, | ||
EffectCards, | ||
HashNavigation, | ||
History, | ||
Keyboard, | ||
Lazy, | ||
Mousewheel, | ||
Navigation, | ||
Pagination, | ||
Parallax, | ||
Scrollbar, | ||
Thumbs, | ||
Virtual, | ||
Zoom, | ||
FreeMode, | ||
Grid, | ||
Manipulation, | ||
}; | ||
export { Swiper }; |
/** | ||
* Swiper 10.0.1 | ||
* Swiper 10.0.2 | ||
* Most modern mobile touch slider and framework with hardware accelerated transitions | ||
@@ -4,0 +4,0 @@ * https://swiperjs.com |
@@ -1,5 +0,6 @@ | ||
export type * from './shared.d.ts'; | ||
export type { default as Swiper } from './swiper-class.d.ts'; | ||
export type * from './swiper-events.d.ts'; | ||
export type * from './swiper-options.d.ts'; | ||
export type * from './modules/public-api.d.ts'; | ||
// @ts-nocheck | ||
export * from './shared.d.ts'; | ||
export { default as Swiper } from './swiper-class.d.ts'; | ||
export * from './swiper-events.d.ts'; | ||
export * from './swiper-options.d.ts'; | ||
export * from './modules/public-api.d.ts'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3105917
47434