chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-04-23 17:46:44 +02:00
parent d5129df970
commit 51ac33192b
6 changed files with 2889 additions and 61 deletions

2831
angular/package-lock.json generated

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,12 @@
import { PlatformConfig } from '@ionic/core';
import { EventEmitter, Injectable } from '@angular/core'; import { EventEmitter, Injectable } from '@angular/core';
import { proxyEvent } from '../util/util'; import { proxyEvent } from '../util/util';
export interface PlatformConfig {
name: string;
isMatch: (win: Window) => boolean;
}
@Injectable() @Injectable()
export class Platform { export class Platform {

81
core/package-lock.json generated
View File

@ -34,20 +34,20 @@
} }
}, },
"@stencil/core": { "@stencil/core": {
"version": "0.7.25", "version": "0.7.26",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.7.25.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.7.26.tgz",
"integrity": "sha512-+LRluBLrPIExznq6VeL5QmtkzU1DOfmfO4CoY//1pUOt5A1T7fpzTJpsCkMzrjCMNGf1wBe/DYfBl+jXMKncZQ==", "integrity": "sha512-a89UKWQ6LUmZOqjAHYyV+KPQBTwQAnSSKUQFH9KzSDh83jWThG6S1wqvAQxq+yRgDgafZ6btZzRECAVzyY/N8Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": "2.0.3", "chokidar": "2.0.3",
"jsdom": "11.5.1", "jsdom": "11.5.1",
"rollup": "0.58.1", "rollup": "0.58.2",
"rollup-plugin-commonjs": "9.1.0", "rollup-plugin-commonjs": "9.1.0",
"rollup-plugin-node-builtins": "2.1.2", "rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-globals": "1.2.0", "rollup-plugin-node-globals": "1.2.0",
"rollup-plugin-node-resolve": "3.3.0", "rollup-plugin-node-resolve": "3.3.0",
"rollup-pluginutils": "2.0.1", "rollup-pluginutils": "2.0.1",
"typescript": "2.8.1", "typescript": "2.8.3",
"uglify-es": "3.3.9", "uglify-es": "3.3.9",
"workbox-build": "3.1.0" "workbox-build": "3.1.0"
} }
@ -1637,7 +1637,7 @@
"cipher-base": "1.0.4", "cipher-base": "1.0.4",
"inherits": "2.0.3", "inherits": "2.0.3",
"md5.js": "1.3.4", "md5.js": "1.3.4",
"ripemd160": "2.0.1", "ripemd160": "2.0.2",
"sha.js": "2.4.11" "sha.js": "2.4.11"
} }
}, },
@ -1650,7 +1650,7 @@
"cipher-base": "1.0.4", "cipher-base": "1.0.4",
"create-hash": "1.2.0", "create-hash": "1.2.0",
"inherits": "2.0.3", "inherits": "2.0.3",
"ripemd160": "2.0.1", "ripemd160": "2.0.2",
"safe-buffer": "5.1.1", "safe-buffer": "5.1.1",
"sha.js": "2.4.11" "sha.js": "2.4.11"
} }
@ -1698,7 +1698,7 @@
"create-hmac": "1.1.7", "create-hmac": "1.1.7",
"diffie-hellman": "5.0.3", "diffie-hellman": "5.0.3",
"inherits": "2.0.3", "inherits": "2.0.3",
"pbkdf2": "3.0.14", "pbkdf2": "3.0.16",
"public-encrypt": "4.0.2", "public-encrypt": "4.0.2",
"randombytes": "2.0.6", "randombytes": "2.0.6",
"randomfill": "1.0.4" "randomfill": "1.0.4"
@ -2913,6 +2913,17 @@
"js-yaml": "3.11.0" "js-yaml": "3.11.0"
} }
}, },
"fs-extra": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz",
"integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==",
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"jsonfile": "4.0.0",
"universalify": "0.1.1"
}
},
"fs.realpath": { "fs.realpath": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
@ -8189,7 +8200,7 @@
"browserify-aes": "1.2.0", "browserify-aes": "1.2.0",
"create-hash": "1.2.0", "create-hash": "1.2.0",
"evp_bytestokey": "1.0.3", "evp_bytestokey": "1.0.3",
"pbkdf2": "3.0.14" "pbkdf2": "3.0.16"
} }
}, },
"parse-glob": { "parse-glob": {
@ -8302,14 +8313,14 @@
"dev": true "dev": true
}, },
"pbkdf2": { "pbkdf2": {
"version": "3.0.14", "version": "3.0.16",
"resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.14.tgz", "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.16.tgz",
"integrity": "sha512-gjsZW9O34fm0R7PaLHRJmLLVfSoesxztjPjE9o6R+qtVJij90ltg1joIovN9GKrRW3t1PzhDDG3UMEMFfZ+1wA==", "integrity": "sha512-y4CXP3thSxqf7c0qmOF+9UeOTrifiVTIM+u7NWlq+PRsHbr7r7dpCmvzrZxa96JJUNi0Y5w9VqG5ZNeCVMoDcA==",
"dev": true, "dev": true,
"requires": { "requires": {
"create-hash": "1.2.0", "create-hash": "1.2.0",
"create-hmac": "1.1.7", "create-hmac": "1.1.7",
"ripemd160": "2.0.1", "ripemd160": "2.0.2",
"safe-buffer": "5.1.1", "safe-buffer": "5.1.1",
"sha.js": "2.4.11" "sha.js": "2.4.11"
} }
@ -8867,30 +8878,19 @@
} }
}, },
"ripemd160": { "ripemd160": {
"version": "2.0.1", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.1.tgz", "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
"integrity": "sha1-D0WEKVxTo2KK9+bXmsohzlfRxuc=", "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
"dev": true, "dev": true,
"requires": { "requires": {
"hash-base": "2.0.2", "hash-base": "3.0.4",
"inherits": "2.0.3" "inherits": "2.0.3"
},
"dependencies": {
"hash-base": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz",
"integrity": "sha1-ZuodhW206KVHDK32/OI65SRO8uE=",
"dev": true,
"requires": {
"inherits": "2.0.3"
}
}
} }
}, },
"rollup": { "rollup": {
"version": "0.58.1", "version": "0.58.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.58.1.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-0.58.2.tgz",
"integrity": "sha512-m423aUHITpMlcqz0grLddNGxMpBC2yYmgKwSlKNXxEi8PfNKTknh69JDo1bB1T9ezJQeqAoyFo2+U3qMQ4/I6g==", "integrity": "sha512-RZVvCWm9BHOYloaE6LLiE/ibpjv1CmI8F8k0B0Cp+q1eezo3cswszJH1DN0djgzSlo0hjuuCmyeI+1XOYLl4wg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/estree": "0.0.38", "@types/estree": "0.0.38",
@ -10252,9 +10252,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "2.8.1", "version": "2.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.8.1.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.8.3.tgz",
"integrity": "sha512-Ao/f6d/4EPLq0YwzsQz8iXflezpTkQzqAyenTiw4kCUGr1uPiFLC3+fZ+gMZz6eeI/qdRUqvC+HxIJzUAzEFdg==", "integrity": "sha512-K7g15Bb6Ra4lKf7Iq2l/I5/En+hLIHmxWZGq3D4DIRNFxMNV6j2SHSvDOqs2tGd4UvD/fJvrwopzQXjLrT7Itw==",
"dev": true "dev": true
}, },
"uglify-es": { "uglify-es": {
@ -10688,19 +10688,6 @@
"workbox-routing": "3.1.0", "workbox-routing": "3.1.0",
"workbox-strategies": "3.1.0", "workbox-strategies": "3.1.0",
"workbox-sw": "3.1.0" "workbox-sw": "3.1.0"
},
"dependencies": {
"fs-extra": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz",
"integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==",
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"jsonfile": "4.0.0",
"universalify": "0.1.1"
}
}
} }
}, },
"workbox-cache-expiration": { "workbox-cache-expiration": {

View File

@ -24,7 +24,7 @@
"ionicons": "4.0.0-19" "ionicons": "4.0.0-19"
}, },
"devDependencies": { "devDependencies": {
"@stencil/core": "0.7.25", "@stencil/core": "0.7.26",
"@stencil/dev-server": "latest", "@stencil/dev-server": "latest",
"@stencil/sass": "0.0.3", "@stencil/sass": "0.0.3",
"@stencil/utils": "latest", "@stencil/utils": "latest",

View File

@ -246,6 +246,11 @@ Emitted when the clear input button is clicked.
Emitted when the input has focus. Emitted when the input has focus.
#### ionInput
Emitted when a keyboard input ocurred.
---------------------------------------------- ----------------------------------------------