@ionic/react
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ import React, { useContext, useRef, useEffect } from 'react'; | ||
import { isPlatform as isPlatform$1, getPlatforms as getPlatforms$1, alertController, loadingController, toastController as toastController$1, pickerController, actionSheetController as actionSheetController$1, modalController, popoverController, createAnimation } from '@ionic/core'; | ||
export { setupConfig } from '@ionic/core'; | ||
export { createAnimation, createGesture, setupConfig } from '@ionic/core'; | ||
import { __rest } from 'tslib'; | ||
@@ -9,0 +9,0 @@ import ReactDom from 'react-dom'; |
@@ -980,2 +980,14 @@ 'use strict'; | ||
Object.defineProperty(exports, 'createAnimation', { | ||
enumerable: true, | ||
get: function () { | ||
return core.createAnimation; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'createGesture', { | ||
enumerable: true, | ||
get: function () { | ||
return core.createGesture; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'setupConfig', { | ||
@@ -982,0 +994,0 @@ enumerable: true, |
@@ -62,3 +62,3 @@ import { Animation, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle } from '@ionic/core'; | ||
export declare class CreateAnimation extends React.PureComponent<CreateAnimationProps> { | ||
private nodes; | ||
nodes: Map<number, HTMLElement>; | ||
animation: Animation; | ||
@@ -65,0 +65,0 @@ constructor(props: any); |
@@ -1,2 +0,2 @@ | ||
export { AlertButton, AlertInput, setupConfig } from '@ionic/core'; | ||
export { createAnimation, createGesture, AlertButton, AlertInput, Gesture, GestureConfig, GestureDetail, setupConfig } from '@ionic/core'; | ||
export * from './proxies'; | ||
@@ -3,0 +3,0 @@ export { IonAlert } from './IonAlert'; |
{ | ||
"name": "@ionic/react", | ||
"version": "5.0.0-dev.202001271649.bb49622", | ||
"version": "5.0.0-dev.202001272042.c9dfe30", | ||
"description": "React specific wrapper for @ionic/core", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ionic/core": "5.0.0-dev.202001271649.bb49622", | ||
"@ionic/core": "5.0.0-dev.202001272042.c9dfe30", | ||
"ionicons": "^5.0.0-13", | ||
@@ -45,0 +45,0 @@ "tslib": "*" |
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 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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
763577
0.07%5625
0.21%+ Added
- Removed