Skip to content

Commit

Permalink
chore: build dist for version 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohee Lee committed Nov 16, 2018
1 parent fdd419f commit 56d6bf6
Show file tree
Hide file tree
Showing 18 changed files with 4,331 additions and 2,323 deletions.
1,212 changes: 649 additions & 563 deletions dist/tui-editor-Editor-all.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/tui-editor-Editor-all.min.js

Large diffs are not rendered by default.

1,266 changes: 658 additions & 608 deletions dist/tui-editor-Editor.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/tui-editor-Editor.min.js

Large diffs are not rendered by default.

1,348 changes: 1,142 additions & 206 deletions dist/tui-editor-Viewer-all.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/tui-editor-Viewer-all.min.js

Large diffs are not rendered by default.

1,678 changes: 821 additions & 857 deletions dist/tui-editor-Viewer.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/tui-editor-Viewer.min.js

Large diffs are not rendered by default.

28 changes: 17 additions & 11 deletions dist/tui-editor-extChart.js
@@ -1,6 +1,6 @@
/*!
* tui-editor
* @version 1.2.6
* @version 1.2.7
* @author NHN Ent. FE Development Lab <dl_javascript@nhnent.com> (https://nhnent.github.io/tui.editor/)
* @license MIT
*/
Expand All @@ -13,7 +13,7 @@
var a = typeof exports === 'object' ? factory(require("jquery"), require("tui-code-snippet"), (function webpackLoadOptionalExternalModule() { try { return require("tui-editor"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("tui-editor/dist/tui-editor-Viewer"); } catch(e) {} }()), require("tui-chart")) : factory(root["$"], (root["tui"] && root["tui"]["util"]), (root["tui"] && root["tui"]["Editor"]), (root["tui"] && root["tui"]["Editor"]), (root["tui"] && root["tui"]["chart"]));
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_2__, __WEBPACK_EXTERNAL_MODULE_4__, __WEBPACK_EXTERNAL_MODULE_5__, __WEBPACK_EXTERNAL_MODULE_27__) {
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_4__, __WEBPACK_EXTERNAL_MODULE_5__, __WEBPACK_EXTERNAL_MODULE_27__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
Expand Down Expand Up @@ -87,6 +87,12 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_0__;

/***/ }),
/* 1 */
/***/ (function(module, exports) {

module.exports = __WEBPACK_EXTERNAL_MODULE_1__;

/***/ }),
/* 2 */
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand All @@ -113,12 +119,6 @@ if (!Editor) {

exports.default = Editor;

/***/ }),
/* 2 */
/***/ (function(module, exports) {

module.exports = __WEBPACK_EXTERNAL_MODULE_2__;

/***/ }),
/* 3 */,
/* 4 */
Expand Down Expand Up @@ -5295,15 +5295,15 @@ var _jquery = __webpack_require__(0);

var _jquery2 = _interopRequireDefault(_jquery);

var _tuiCodeSnippet = __webpack_require__(2);
var _tuiCodeSnippet = __webpack_require__(1);

var _tuiCodeSnippet2 = _interopRequireDefault(_tuiCodeSnippet);

var _tuiChart = __webpack_require__(27);

var _tuiChart2 = _interopRequireDefault(_tuiChart);

var _editorProxy = __webpack_require__(1);
var _editorProxy = __webpack_require__(2);

var _editorProxy2 = _interopRequireDefault(_editorProxy);

Expand Down Expand Up @@ -5676,7 +5676,8 @@ function setDefaultOptions(chartOptions, extensionOptions, chartContainer) {
chartOptions = _tuiCodeSnippet2.default.extend({
editorChart: {},
chart: {},
chartExportMenu: {}
chartExportMenu: {},
usageStatistics: extensionOptions.usageStatistics
}, chartOptions);

// set default extension options
Expand Down Expand Up @@ -5896,6 +5897,11 @@ function chartExtension(editor) {
if (optionLanguages && optionLanguages.indexOf(LANG) < 0) {
optionLanguages.push(LANG);
}

options = _tuiCodeSnippet2.default.extend({
usageStatistics: editor.options.usageStatistics
}, options);

codeBlockManager.setReplacer(LANG, function (codeBlockChartDataAndOptions) {
return chartReplacer(codeBlockChartDataAndOptions, options);
});
Expand Down
6 changes: 3 additions & 3 deletions dist/tui-editor-extChart.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/tui-editor-extColorSyntax.js
@@ -1,6 +1,6 @@
/*!
* tui-editor
* @version 1.2.6
* @version 1.2.7
* @author NHN Ent. FE Development Lab <dl_javascript@nhnent.com> (https://nhnent.github.io/tui.editor/)
* @license MIT
*/
Expand Down Expand Up @@ -88,7 +88,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_0__;

/***/ }),

/***/ 1:
/***/ 2:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -143,7 +143,7 @@ var _tuiColorPicker = __webpack_require__(45);

var _tuiColorPicker2 = _interopRequireDefault(_tuiColorPicker);

var _editorProxy = __webpack_require__(1);
var _editorProxy = __webpack_require__(2);

var _editorProxy2 = _interopRequireDefault(_editorProxy);

Expand Down
4 changes: 2 additions & 2 deletions dist/tui-editor-extColorSyntax.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions dist/tui-editor-extScrollSync.js
@@ -1,6 +1,6 @@
/*!
* tui-editor
* @version 1.2.6
* @version 1.2.7
* @author NHN Ent. FE Development Lab <dl_javascript@nhnent.com> (https://nhnent.github.io/tui.editor/)
* @license MIT
*/
Expand All @@ -13,7 +13,7 @@
var a = typeof exports === 'object' ? factory(require("jquery"), require("tui-code-snippet"), (function webpackLoadOptionalExternalModule() { try { return require("tui-editor"); } catch(e) {} }()), (function webpackLoadOptionalExternalModule() { try { return require("tui-editor/dist/tui-editor-Viewer"); } catch(e) {} }())) : factory(root["$"], (root["tui"] && root["tui"]["util"]), (root["tui"] && root["tui"]["Editor"]), (root["tui"] && root["tui"]["Editor"]));
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_2__, __WEBPACK_EXTERNAL_MODULE_4__, __WEBPACK_EXTERNAL_MODULE_5__) {
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_4__, __WEBPACK_EXTERNAL_MODULE_5__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
Expand Down Expand Up @@ -89,6 +89,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_0__;
/***/ }),

/***/ 1:
/***/ (function(module, exports) {

module.exports = __WEBPACK_EXTERNAL_MODULE_1__;

/***/ }),

/***/ 2:
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -117,13 +124,6 @@ exports.default = Editor;

/***/ }),

/***/ 2:
/***/ (function(module, exports) {

module.exports = __WEBPACK_EXTERNAL_MODULE_2__;

/***/ }),

/***/ 4:
/***/ (function(module, exports) {

Expand All @@ -146,7 +146,7 @@ var _jquery = __webpack_require__(0);

var _jquery2 = _interopRequireDefault(_jquery);

var _editorProxy = __webpack_require__(1);
var _editorProxy = __webpack_require__(2);

var _editorProxy2 = _interopRequireDefault(_editorProxy);

Expand Down Expand Up @@ -297,7 +297,7 @@ var _createClass = function () { function defineProperties(target, props) { for
*/


var _tuiCodeSnippet = __webpack_require__(2);
var _tuiCodeSnippet = __webpack_require__(1);

var _tuiCodeSnippet2 = _interopRequireDefault(_tuiCodeSnippet);

Expand Down

0 comments on commit 56d6bf6

Please sign in to comment.