@ionic/vue
Advanced tools
Comparing version 5.3.0-dev.202007242152.cd66b6b to 5.3.0-dev.202007242208.cd66b6b
export * from './proxies'; | ||
export * from './ionic-vue'; | ||
export { alertController, actionSheetController, menuController, modalController, loadingController, pickerController, popoverController, toastController, IonicSafeString, isPlatform, Platforms, getPlatforms, createGesture, createAnimation, iosTransitionAnimation, mdTransitionAnimation, getTimeGivenProgression, } from '@ionic/core'; |
@@ -5,2 +5,13 @@ import { addIcons } from 'ionicons'; | ||
export * from './ionic-vue'; | ||
export { | ||
// Overlay Controllers | ||
alertController, actionSheetController, menuController, modalController, loadingController, pickerController, popoverController, toastController, | ||
// Security | ||
IonicSafeString, | ||
// Platform | ||
isPlatform, getPlatforms, | ||
// Gesture | ||
createGesture, | ||
// Animations | ||
createAnimation, iosTransitionAnimation, mdTransitionAnimation, getTimeGivenProgression, } from '@ionic/core'; | ||
// Icons that are used by internal components | ||
@@ -7,0 +18,0 @@ addIcons({ |
{ | ||
"name": "@ionic/vue", | ||
"version": "5.3.0-dev.202007242152.cd66b6b", | ||
"version": "5.3.0-dev.202007242208.cd66b6b", | ||
"description": "Vue specific wrapper for @ionic/core", | ||
@@ -53,5 +53,5 @@ "scripts": { | ||
"dependencies": { | ||
"@ionic/core": "5.3.0-dev.202007242152.cd66b6b", | ||
"@ionic/core": "5.3.0-dev.202007242208.cd66b6b", | ||
"ionicons": "^5.1.2" | ||
} | ||
} |
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
130211
2753
+ Added@ionic/core@5.3.0-dev.202007242208.cd66b6b(transitive)
- Removed@ionic/core@5.3.0-dev.202007242152.cd66b6b(transitive)