refactor(item): add helper functions for item sliding

This commit is contained in:
Brandy Carney
2017-07-17 11:07:46 -04:00
parent c383fd6a54
commit 1d656657e2
3 changed files with 43 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { Component, h, Ionic, Prop } from '@stencil/core';
import { isRightSide, Side } from '../../utils/util';
import { isRightSide, Side } from '../../utils/helpers';
/**

View File

@@ -1,7 +1,7 @@
import { Component, h, Ionic, State } from '@stencil/core';
import { GestureDetail, HostElement } from '../../utils/interfaces';
import { swipeShouldReset } from '../../utils/util';
import { swipeShouldReset } from '../../utils/helpers';
// import { ItemOptions } from './item-options';