Updated: 0.42.0 ready for publishing

This commit is contained in:
buchslava
2015-10-17 10:27:41 +03:00
parent 84e0e7f1d2
commit 4f32efe761
4 changed files with 78 additions and 78 deletions

View File

@@ -25,7 +25,7 @@ webpackJsonp([1],[
selector: 'app'
}),
angular2_1.View({
template: "\n <main class=\"bd-pageheader\">\n <div class=\"container\">\n <h1>ng2-file-upload</h1>\n <p>The Angular2 File Upload directives</p>\n <div class=\"row\">\n <div class=\"col-lg-2\"><a class=\"btn btn-primary\" href=\"https://github.com/valor-software/ng2-file-upload\">View on GitHub</a></div>\n <div class=\"col-lg-1 btn\"><iframe src=\"https://ghbtns.com/github-btn.html?user=valor-software&repo=ng2-file-upload&type=star&count=true\" frameborder=\"0\" scrolling=\"0\" width=\"170px\" height=\"20px\"></iframe></div>\n <div class=\"col-lg-1 btn\"><iframe src=\"https://ghbtns.com/github-btn.html?user=valor-software&repo=ng2-file-upload&type=fork&count=true\" frameborder=\"0\" scrolling=\"0\" width=\"170px\" height=\"20px\"></iframe></div>\n </div>\n </div>\n </main>\n\n <div class=\"container\">\n <section id=\"getting-started\">" + gettingStarted + "</section>\n\n <file-upload-section class=\"col-md-12\"></file-upload-section>\n </div>\n\n <footer class=\"footer\">\n <div class=\"container\">\n <p class=\"text-muted text-center\"><a href=\"https://github.com/valor-software/ng2-file-upload\">ng2-file-upload</a> is maintained by <a href=\"https://github.com/valor-software\">valor-software</a>.</p>\n </div>\n </footer>\n ",
template: "\n <main class=\"bd-pageheader\">\n <div class=\"container\">\n <h1>ng2-file-upload</h1>\n <p>The Angular2 File Upload directives</p>\n <a class=\"btn btn-primary\" href=\"https://github.com/valor-software/ng2-file-upload\">View on GitHub</a>\n <div class=\"row\">\n <div class=\"col-lg-1\"><iframe src=\"https://ghbtns.com/github-btn.html?user=valor-software&repo=ng2-file-upload&type=star&count=true\" frameborder=\"0\" scrolling=\"0\" width=\"170px\" height=\"20px\"></iframe></div>\n <div class=\"col-lg-1\"><iframe src=\"https://ghbtns.com/github-btn.html?user=valor-software&repo=ng2-file-upload&type=fork&count=true\" frameborder=\"0\" scrolling=\"0\" width=\"170px\" height=\"20px\"></iframe></div>\n </div>\n </div>\n </main>\n\n <div class=\"container\">\n <section id=\"getting-started\">" + gettingStarted + "</section>\n\n <file-upload-section class=\"col-md-12\"></file-upload-section>\n </div>\n\n <footer class=\"footer\">\n <div class=\"container\">\n <p class=\"text-muted text-center\"><a href=\"https://github.com/valor-software/ng2-file-upload\">ng2-file-upload</a> is maintained by <a href=\"https://github.com/valor-software\">valor-software</a>.</p>\n </div>\n </footer>\n ",
directives: [
angular2_1.NgClass,
file_upload_section_1.FileUploadSection

File diff suppressed because one or more lines are too long

150
build/angular2.js vendored
View File

@@ -101,7 +101,7 @@
__webpack_require__(354);
__webpack_require__(342);
__webpack_require__(6);
module.exports = __webpack_require__(100);
module.exports = __webpack_require__(101);
/***/ },
@@ -966,10 +966,10 @@
'use strict';function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
__export(__webpack_require__(100));
__export(__webpack_require__(101));
__export(__webpack_require__(264));
__export(__webpack_require__(255));
__export(__webpack_require__(254));
__export(__webpack_require__(263));
__export(__webpack_require__(262));
//# sourceMappingURL=angular2.js.map
/***/ },
@@ -1935,7 +1935,7 @@
};
var lang_1 = __webpack_require__(1);
// TODO(jeffbcross): use ES6 import once typings are available
var Subject = __webpack_require__(257);
var Subject = __webpack_require__(255);
var PromiseWrapper = (function () {
function PromiseWrapper() {
}
@@ -13211,36 +13211,6 @@
/* 98 */,
/* 99 */,
/* 100 */
/***/ function(module, exports, __webpack_require__) {
'use strict';function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
/**
* @module
* @description
* Starting point to import all public core APIs.
*/
__export(__webpack_require__(7));
__export(__webpack_require__(312));
__export(__webpack_require__(3));
__export(__webpack_require__(89));
__export(__webpack_require__(294));
__export(__webpack_require__(104));
__export(__webpack_require__(107));
__export(__webpack_require__(309));
__export(__webpack_require__(13));
__export(__webpack_require__(296));
__export(__webpack_require__(313));
__export(__webpack_require__(20));
__export(__webpack_require__(290));
__export(__webpack_require__(138));
__export(__webpack_require__(287));
__export(__webpack_require__(21));
//# sourceMappingURL=core.js.map
/***/ },
/* 101 */
/***/ function(module, exports, __webpack_require__) {
'use strict';
@@ -13255,15 +13225,15 @@
function _inherits(subClass, superClass) { if (typeof superClass !== 'function' && superClass !== null) { throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
var _utilNoop = __webpack_require__(260);
var _utilNoop = __webpack_require__(258);
var _utilNoop2 = _interopRequireDefault(_utilNoop);
var _utilThrowError = __webpack_require__(262);
var _utilThrowError = __webpack_require__(260);
var _utilThrowError2 = _interopRequireDefault(_utilThrowError);
var _utilTryOrOnError = __webpack_require__(263);
var _utilTryOrOnError = __webpack_require__(261);
var _utilTryOrOnError2 = _interopRequireDefault(_utilTryOrOnError);
@@ -13388,6 +13358,36 @@
exports['default'] = Subscriber;
module.exports = exports['default'];
/***/ },
/* 101 */
/***/ function(module, exports, __webpack_require__) {
'use strict';function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
/**
* @module
* @description
* Starting point to import all public core APIs.
*/
__export(__webpack_require__(7));
__export(__webpack_require__(312));
__export(__webpack_require__(3));
__export(__webpack_require__(89));
__export(__webpack_require__(294));
__export(__webpack_require__(104));
__export(__webpack_require__(107));
__export(__webpack_require__(309));
__export(__webpack_require__(13));
__export(__webpack_require__(296));
__export(__webpack_require__(313));
__export(__webpack_require__(20));
__export(__webpack_require__(290));
__export(__webpack_require__(138));
__export(__webpack_require__(287));
__export(__webpack_require__(21));
//# sourceMappingURL=core.js.map
/***/ },
/* 102 */
/***/ function(module, exports, __webpack_require__) {
@@ -23186,30 +23186,6 @@
/***/ },
/* 254 */
/***/ function(module, exports, __webpack_require__) {
'use strict';/**
* This file is only used for dart applications and for internal examples
* that compile with both JavaScript and Dart.
*/
var bootstrap_1 = __webpack_require__(107);
exports.bootstrap = bootstrap_1.bootstrap;
//# sourceMappingURL=bootstrap.js.map
/***/ },
/* 255 */
/***/ function(module, exports) {
'use strict';/**
* @module
* @description
* Defines interfaces to be implemented by directives when they need to hook into the change
* detection mechanism.
*/
//# sourceMappingURL=lifecycle_hooks.js.map
/***/ },
/* 256 */
/***/ function(module, exports, __webpack_require__) {
'use strict';
@@ -23220,11 +23196,11 @@
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
var _Subscriber = __webpack_require__(101);
var _Subscriber = __webpack_require__(100);
var _Subscriber2 = _interopRequireDefault(_Subscriber);
var _utilSymbol_observable = __webpack_require__(259);
var _utilSymbol_observable = __webpack_require__(257);
var _utilSymbol_observable2 = _interopRequireDefault(_utilSymbol_observable);
@@ -23345,7 +23321,7 @@
module.exports = exports['default'];
/***/ },
/* 257 */
/* 255 */
/***/ function(module, exports, __webpack_require__) {
'use strict';
@@ -23358,11 +23334,11 @@
function _inherits(subClass, superClass) { if (typeof superClass !== 'function' && superClass !== null) { throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
var _Observable2 = __webpack_require__(256);
var _Observable2 = __webpack_require__(254);
var _Observable3 = _interopRequireDefault(_Observable2);
var _Subscriber = __webpack_require__(101);
var _Subscriber = __webpack_require__(100);
var _Subscriber2 = _interopRequireDefault(_Subscriber);
@@ -23370,7 +23346,7 @@
var _Subscription2 = _interopRequireDefault(_Subscription);
var _subjectsSubjectSubscription = __webpack_require__(258);
var _subjectsSubjectSubscription = __webpack_require__(256);
var _subjectsSubjectSubscription2 = _interopRequireDefault(_subjectsSubjectSubscription);
@@ -23566,7 +23542,7 @@
module.exports = exports['default'];
/***/ },
/* 258 */
/* 256 */
/***/ function(module, exports, __webpack_require__) {
'use strict';
@@ -23619,14 +23595,14 @@
module.exports = exports['default'];
/***/ },
/* 259 */
/* 257 */
/***/ function(module, exports, __webpack_require__) {
'use strict';
exports.__esModule = true;
var _root = __webpack_require__(261);
var _root = __webpack_require__(259);
if (!_root.root.Symbol) {
_root.root.Symbol = {};
@@ -23642,7 +23618,7 @@
module.exports = exports['default'];
/***/ },
/* 260 */
/* 258 */
/***/ function(module, exports) {
"use strict";
@@ -23655,7 +23631,7 @@
module.exports = exports["default"];
/***/ },
/* 261 */
/* 259 */
/***/ function(module, exports, __webpack_require__) {
/* WEBPACK VAR INJECTION */(function(module, global) {'use strict';
@@ -23680,7 +23656,7 @@
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(250)(module), (function() { return this; }())))
/***/ },
/* 262 */
/* 260 */
/***/ function(module, exports) {
"use strict";
@@ -23695,7 +23671,7 @@
module.exports = exports["default"];
/***/ },
/* 263 */
/* 261 */
/***/ function(module, exports) {
"use strict";
@@ -23717,6 +23693,30 @@
module.exports = exports["default"];
/***/ },
/* 262 */
/***/ function(module, exports, __webpack_require__) {
'use strict';/**
* This file is only used for dart applications and for internal examples
* that compile with both JavaScript and Dart.
*/
var bootstrap_1 = __webpack_require__(107);
exports.bootstrap = bootstrap_1.bootstrap;
//# sourceMappingURL=bootstrap.js.map
/***/ },
/* 263 */
/***/ function(module, exports) {
'use strict';/**
* @module
* @description
* Defines interfaces to be implemented by directives when they need to hook into the change
* detection mechanism.
*/
//# sourceMappingURL=lifecycle_hooks.js.map
/***/ },
/* 264 */
/***/ function(module, exports, __webpack_require__) {

File diff suppressed because one or more lines are too long