chore(): prep move from ionic to core for use of vanilla

This commit is contained in:
Josh Thomas
2017-06-22 14:59:33 -05:00
parent 9693be4244
commit c7010e28b7
212 changed files with 50 additions and 39 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@stencil/core-hn-demo",
"name": "@ionic/vanilla-hn-demo",
"version": "0.0.1",
"description": "Hacker News PWA demo of Stencil app using Ionic components",
"main": "index.js",
@ -13,7 +13,7 @@
"url": "git+https://github.com/ionic-team/ionic.git"
},
"dependencies": {
"@ionic/ionic": "^0.0.1",
"@ionic/core": "^0.0.1",
"@stencil/core": "^0.0.1"
},
"author": "",

View File

@ -1,6 +1,4 @@
import { Component, h, Prop } from '@stencil/core';
import { Ionic } from '../../utils/interfaces';
import { Component, h, Prop, Ionic } from '@stencil/core';
@Component({
tag: 'comments-page'

View File

@ -1,5 +1,4 @@
import { Component, h, State } from '@stencil/core';
import { Ionic } from '../../utils/interfaces';
import { Component, h, State, Ionic } from '@stencil/core';
@Component({

View File

@ -1,5 +1,4 @@
import { Component, h, Prop, State } from '@stencil/core';
import { Ionic } from '../../utils/interfaces';
import { Component, h, Prop, State, Ionic } from '@stencil/core';
@Component({

View File

@ -1,5 +1,5 @@
{
"name": "@ionic/ionic",
"name": "@ionic/core",
"version": "0.0.1",
"description": "Base components for Ionic",
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
import { BlockerDelegate } from './gesture-controller';
import { Component, Listen, Prop, Watch } from '@stencil/core';
import { Ionic } from '../../utils/interfaces';
import { Ionic } from '@stencil/core';
import { GestureCallback, GestureDetail, GlobalNamespace } from '../../utils/interfaces';
import { applyStyles, getElementReference, pointerCoordX, pointerCoordY } from '../../utils/helpers';
import { GestureController, GestureDelegate, BLOCK_ALL } from './gesture-controller';

View File

@ -1,5 +1,4 @@
import { Component, h, Prop, State, VNodeData } from '@stencil/core';
import { Ionic } from '../../utils/interfaces';
import { Component, h, Prop, State, VNodeData, Ionic } from '@stencil/core';
import { CssClassObject } from '../../utils/interfaces';
@Component({

View File

@ -1,5 +1,4 @@
import { Component, Listen } from '@stencil/core';
import { Ionic } from '../../utils/interfaces';
import { Component, Listen, Ionic } from '@stencil/core';
import { GlobalNamespace, LoadingEvent, LoadingOptions, Loading, IonicControllerApi } from '../../utils/interfaces';

View File

@ -1,4 +1,4 @@
import { Ionic } from '../../index';
import { Ionic } from '@stencil/core';
/**

View File

@ -1,4 +1,4 @@
import { Ionic } from '../../index';
import { Ionic } from '@stencil/core';
/**

View File

@ -1,5 +1,4 @@
import { Component, h, Listen, Prop, State } from '@stencil/core';
import { Ionic } from '../../utils/interfaces';
import { Component, h, Listen, Prop, State, Ionic } from '@stencil/core';
import { AnimationBuilder, Animation, Loading as ILoading, LoadingEvent } from '../../utils/interfaces';
import iOSEnterAnimation from './animations/ios.enter';

View File

@ -1,5 +1,5 @@
import { Animation, Menu, MenuType as IMenuType } from '../../utils/interfaces';
import { Ionic } from '../../utils/interfaces';
import { Ionic } from '@stencil/core';
/**

Some files were not shown because too many files have changed in this diff Show More