mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(): prep move from ionic to core for use of vanilla
This commit is contained in:
@ -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": "",
|
||||
|
@ -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'
|
||||
|
@ -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({
|
||||
|
@ -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({
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@ionic/ionic",
|
||||
"name": "@ionic/core",
|
||||
"version": "0.0.1",
|
||||
"description": "Base components for Ionic",
|
||||
"main": "dist/index.js",
|
@ -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';
|
@ -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({
|
@ -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';
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Ionic } from '../../index';
|
||||
import { Ionic } from '@stencil/core';
|
||||
|
||||
|
||||
/**
|
@ -1,4 +1,4 @@
|
||||
import { Ionic } from '../../index';
|
||||
import { Ionic } from '@stencil/core';
|
||||
|
||||
|
||||
/**
|
@ -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';
|
@ -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
Reference in New Issue
Block a user