mirror of https://github.com/abpframework/abp.git
380 changed files with 5728 additions and 52994 deletions
@ -1,4 +1,6 @@ |
|||
/* |
|||
https://select2.org/troubleshooting/common-problems
|
|||
*/ |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
if ($.fn.modal) { |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
} |
|||
|
|||
@ -1,4 +1,6 @@ |
|||
/* |
|||
https://select2.org/troubleshooting/common-problems
|
|||
*/ |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
if ($.fn.modal) { |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
} |
|||
|
|||
@ -1,4 +1,6 @@ |
|||
/* |
|||
https://select2.org/troubleshooting/common-problems
|
|||
*/ |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
if ($.fn.modal) { |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
} |
|||
|
|||
@ -1,4 +1,6 @@ |
|||
/* |
|||
https://select2.org/troubleshooting/common-problems
|
|||
*/ |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
if ($.fn.modal) { |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
} |
|||
|
|||
@ -1,4 +1,6 @@ |
|||
/* |
|||
https://select2.org/troubleshooting/common-problems
|
|||
*/ |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
if ($.fn.modal) { |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
} |
|||
|
|||
@ -1,171 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 1); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ([ |
|||
/* 0 */ |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
/* 1 */ |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Arabic |
|||
* @author Amira Salah <amira.salah@itworx.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage('ar', { |
|||
Markdown: 'لغة ترميز', |
|||
WYSIWYG: 'ما تراه هو ما تحصل عليه', |
|||
Write: 'يكتب', |
|||
Preview: 'عرض مسبق', |
|||
Headings: 'العناوين', |
|||
Paragraph: 'فقرة', |
|||
Bold: 'خط عريض', |
|||
Italic: 'خط مائل', |
|||
Strike: 'إضراب', |
|||
Code: 'رمز', |
|||
Line: 'خط', |
|||
Blockquote: 'فقرة مقتبسة', |
|||
'Unordered list': 'قائمة غير مرتبة', |
|||
'Ordered list': 'قائمة مرتبة', |
|||
Task: 'مهمة', |
|||
Indent: 'المسافة البادئة', |
|||
Outdent: 'المسافة الخارجة', |
|||
'Insert link': 'أدخل الرابط', |
|||
'Insert CodeBlock': 'أدخل الكود', |
|||
'Insert table': 'أدخل جدول', |
|||
'Insert image': 'أدخل صورة', |
|||
Heading: 'عنوان', |
|||
'Image URL': 'رابط الصورة', |
|||
'Select image file': 'حدد ملف الصورة', |
|||
Description: 'وصف', |
|||
OK: 'موافقة', |
|||
More: 'أكثر', |
|||
Cancel: 'إلغاء', |
|||
File: 'ملف', |
|||
URL: 'رابط', |
|||
'Link text': 'نص الرابط', |
|||
'Add row': 'ضف سطر', |
|||
'Add col': 'ضف عمود', |
|||
'Remove row': 'حذف سطر', |
|||
'Remove col': 'حذف عمود', |
|||
'Align left': 'محاذاة اليسار', |
|||
'Align center': 'محاذاة الوسط', |
|||
'Align right': 'محاذاة اليمين', |
|||
'Remove table': 'حذف الجدول', |
|||
'Would you like to paste as table?': 'هل تريد اللصق كجدول', |
|||
'Text color': 'لون النص', |
|||
'Auto scroll enabled': 'التحريك التلقائي ممكّن', |
|||
'Auto scroll disabled': 'التحريك التلقائي معطّل', |
|||
'Choose language': 'اختر اللغة' |
|||
}); |
|||
|
|||
/***/ }) |
|||
/******/ ]); |
|||
}); |
|||
@ -1,172 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 2); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ([ |
|||
/* 0 */ |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
/* 1 */, |
|||
/* 2 */ |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Czech |
|||
* @author Dmitrij Tkačenko <dmitrij.tkacenko@scalesoft.cz> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['cs', 'cs-CZ'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Napsat', |
|||
Preview: 'Náhled', |
|||
Headings: 'Nadpisy', |
|||
Paragraph: 'Odstavec', |
|||
Bold: 'Tučné', |
|||
Italic: 'Kurzíva', |
|||
Strike: 'Přeškrtnuté', |
|||
Code: 'Kód', |
|||
Line: 'Vodorovná čára', |
|||
Blockquote: 'Citace', |
|||
'Unordered list': 'Seznam s odrážkami', |
|||
'Ordered list': 'Číslovaný seznam', |
|||
Task: 'Úkol', |
|||
Indent: 'Zvětšit odsazení', |
|||
Outdent: 'Zmenšit odsazení', |
|||
'Insert link': 'Vložit odkaz', |
|||
'Insert CodeBlock': 'Vložit blok kódu', |
|||
'Insert table': 'Vložit tabulku', |
|||
'Insert image': 'Vložit obrázek', |
|||
Heading: 'Nadpis', |
|||
'Image URL': 'URL obrázku', |
|||
'Select image file': 'Vybrat obrázek', |
|||
Description: 'Popis', |
|||
OK: 'OK', |
|||
More: 'Více', |
|||
Cancel: 'Zrušit', |
|||
File: 'Soubor', |
|||
URL: 'URL', |
|||
'Link text': 'Text odkazu', |
|||
'Add row': 'Přidat řádek', |
|||
'Add col': 'Přidat sloupec', |
|||
'Remove row': 'Odebrat řádek', |
|||
'Remove col': 'Odebrat sloupec', |
|||
'Align left': 'Zarovnat vlevo', |
|||
'Align center': 'Zarovnat na střed', |
|||
'Align right': 'Zarovnat vpravo', |
|||
'Remove table': 'Odstranit tabulku', |
|||
'Would you like to paste as table?': 'Chcete vložit jako tabulku?', |
|||
'Text color': 'Barva textu', |
|||
'Auto scroll enabled': 'Automatické rolování zapnuto', |
|||
'Auto scroll disabled': 'Automatické rolování vypnuto', |
|||
'Choose language': 'Vybrat jazyk' |
|||
}); |
|||
|
|||
/***/ }) |
|||
/******/ ]); |
|||
}); |
|||
@ -1,173 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 3); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ([ |
|||
/* 0 */ |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
/* 1 */, |
|||
/* 2 */, |
|||
/* 3 */ |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for German |
|||
* @author Jann-Niklas Kiepert <jannkiepert@vivaldi.net> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['de', 'de-DE'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Verfassen', |
|||
Preview: 'Vorschau', |
|||
Headings: 'Überschriften', |
|||
Paragraph: 'Text', |
|||
Bold: 'Fett', |
|||
Italic: 'Kursiv', |
|||
Strike: 'Durchgestrichen', |
|||
Code: 'Code', |
|||
Line: 'Trennlinie', |
|||
Blockquote: 'Blocktext', |
|||
'Unordered list': 'Aufzählung', |
|||
'Ordered list': 'Nummerierte Aufzählung', |
|||
Task: 'Aufgabe', |
|||
Indent: 'Einrücken', |
|||
Outdent: 'Ausrücken', |
|||
'Insert link': 'Link einfügen', |
|||
'Insert CodeBlock': 'Codeblock einfügen', |
|||
'Insert table': 'Tabelle einfügen', |
|||
'Insert image': 'Grafik einfügen', |
|||
Heading: 'Titel', |
|||
'Image URL': 'Bild URL', |
|||
'Select image file': 'Grafik auswählen', |
|||
Description: 'Beschreibung', |
|||
OK: 'OK', |
|||
More: 'Mehr', |
|||
Cancel: 'Abbrechen', |
|||
File: 'Datei', |
|||
URL: 'URL', |
|||
'Link text': 'Anzuzeigender Text', |
|||
'Add row': 'Zeile hinzufügen', |
|||
'Add col': 'Spalte hinzufügen', |
|||
'Remove row': 'Zeile entfernen', |
|||
'Remove col': 'Spalte entfernen', |
|||
'Align left': 'Links ausrichten', |
|||
'Align center': 'Zentrieren', |
|||
'Align right': 'Rechts ausrichten', |
|||
'Remove table': 'Tabelle entfernen', |
|||
'Would you like to paste as table?': 'Möchten Sie eine Tabelle einfügen?', |
|||
'Text color': 'Textfarbe', |
|||
'Auto scroll enabled': 'Autoscrollen aktiviert', |
|||
'Auto scroll disabled': 'Autoscrollen deaktiviert', |
|||
'Choose language': 'Sprache auswählen' |
|||
}); |
|||
|
|||
/***/ }) |
|||
/******/ ]); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 4); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ([ |
|||
/* 0 */ |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
/* 1 */, |
|||
/* 2 */, |
|||
/* 3 */, |
|||
/* 4 */ |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Spanish |
|||
* @author Enrico Lamperti <oss@elamperti.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['es', 'es-ES'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Escribir', |
|||
Preview: 'Vista previa', |
|||
Headings: 'Encabezados', |
|||
Paragraph: 'Párrafo', |
|||
Bold: 'Negrita', |
|||
Italic: 'Itálica', |
|||
Strike: 'Tachado', |
|||
Code: 'Código', |
|||
Line: 'Línea', |
|||
Blockquote: 'Cita', |
|||
'Unordered list': 'Lista desordenada', |
|||
'Ordered list': 'Lista ordenada', |
|||
Task: 'Tarea', |
|||
Indent: 'Sangría', |
|||
Outdent: 'Saliendo', |
|||
'Insert link': 'Insertar enlace', |
|||
'Insert CodeBlock': 'Insertar bloque de código', |
|||
'Insert table': 'Insertar tabla', |
|||
'Insert image': 'Insertar imagen', |
|||
Heading: 'Encabezado', |
|||
'Image URL': 'URL de la imagen', |
|||
'Select image file': 'Seleccionar archivo de imagen', |
|||
Description: 'Descripción', |
|||
OK: 'Aceptar', |
|||
More: 'Más', |
|||
Cancel: 'Cancelar', |
|||
File: 'Archivo', |
|||
URL: 'URL', |
|||
'Link text': 'Texto del enlace', |
|||
'Add row': 'Agregar fila', |
|||
'Add col': 'Agregar columna', |
|||
'Remove row': 'Eliminar fila', |
|||
'Remove col': 'Eliminar columna', |
|||
'Align left': 'Alinear a la izquierda', |
|||
'Align center': 'Centrar', |
|||
'Align right': 'Alinear a la derecha', |
|||
'Remove table': 'Eliminar tabla', |
|||
'Would you like to paste as table?': '¿Desea pegar como tabla?', |
|||
'Text color': 'Color del texto', |
|||
'Auto scroll enabled': 'Desplazamiento automático habilitado', |
|||
'Auto scroll disabled': 'Desplazamiento automático deshabilitado', |
|||
'Choose language': 'Elegir idioma' |
|||
}); |
|||
|
|||
/***/ }) |
|||
/******/ ]); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 5); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 5: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Finnish |
|||
* @author Tomi Mynttinen <pikseli@iki.fi> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['fi', 'fi-FI'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Kirjoita', |
|||
Preview: 'Esikatselu', |
|||
Headings: 'Otsikot', |
|||
Paragraph: 'Kappale', |
|||
Bold: 'Lihavointi', |
|||
Italic: 'Kursivointi', |
|||
Strike: 'Yliviivaus', |
|||
Code: 'Koodi', |
|||
Line: 'Vaakaviiva', |
|||
Blockquote: 'Lainaus', |
|||
'Unordered list': 'Luettelo', |
|||
'Ordered list': 'Numeroitu luettelo', |
|||
Task: 'Tehtävä', |
|||
Indent: 'Suurenna sisennystä', |
|||
Outdent: 'Pienennä sisennystä', |
|||
'Insert link': 'Lisää linkki', |
|||
'Insert CodeBlock': 'Lisää koodia', |
|||
'Insert table': 'Lisää taulukko', |
|||
'Insert image': 'Lisää kuva', |
|||
Heading: 'Otsikko', |
|||
'Image URL': 'Kuvan URL', |
|||
'Select image file': 'Valitse kuvatiedosto', |
|||
Description: 'Kuvaus', |
|||
OK: 'OK', |
|||
More: 'Lisää', |
|||
Cancel: 'Peruuta', |
|||
File: 'Tiedosto', |
|||
URL: 'URL', |
|||
'Link text': 'Linkkiteksti', |
|||
'Add row': 'Lisää rivi', |
|||
'Add col': 'Lisää sarake', |
|||
'Remove row': 'Poista rivi', |
|||
'Remove col': 'Poista sarake', |
|||
'Align left': 'Tasaus vasemmalle', |
|||
'Align center': 'Keskitä', |
|||
'Align right': 'Tasaus oikealle', |
|||
'Remove table': 'Poista taulukko', |
|||
'Would you like to paste as table?': 'Haluatko liittää taulukkomuodossa?', |
|||
'Text color': 'Tekstin väri', |
|||
'Auto scroll enabled': 'Automaattinen skrollaus käytössä', |
|||
'Auto scroll disabled': 'Automaattinen skrollaus pois käytöstä', |
|||
'Choose language': 'Valitse kieli' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 6); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 6: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for French |
|||
* @author Stanislas Michalak <stanislas.michalak@gmail.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['fr', 'fr-FR'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Écrire', |
|||
Preview: 'Aperçu', |
|||
Headings: 'En-têtes', |
|||
Paragraph: 'Paragraphe', |
|||
Bold: 'Gras', |
|||
Italic: 'Italique', |
|||
Strike: 'Barré', |
|||
Code: 'Code en ligne', |
|||
Line: 'Ligne', |
|||
Blockquote: 'Citation', |
|||
'Unordered list': 'Liste non-ordonnée', |
|||
'Ordered list': 'Liste ordonnée', |
|||
Task: 'Tâche', |
|||
Indent: 'Retrait', |
|||
Outdent: 'Sortir', |
|||
'Insert link': 'Insérer un lien', |
|||
'Insert CodeBlock': 'Insérer un bloc de code', |
|||
'Insert table': 'Insérer un tableau', |
|||
'Insert image': 'Insérer une image', |
|||
Heading: 'En-tête', |
|||
'Image URL': "URL de l'image", |
|||
'Select image file': 'Sélectionnez un fichier image', |
|||
Description: 'Description', |
|||
OK: 'OK', |
|||
More: 'de plus', |
|||
Cancel: 'Annuler', |
|||
File: 'Fichier', |
|||
URL: 'URL', |
|||
'Link text': 'Texte du lien', |
|||
'Add row': 'Ajouter une ligne', |
|||
'Add col': 'Ajouter une colonne', |
|||
'Remove row': 'Supprimer une ligne', |
|||
'Remove col': 'Supprimer une colonne', |
|||
'Align left': 'Aligner à gauche', |
|||
'Align center': 'Aligner au centre', |
|||
'Align right': 'Aligner à droite', |
|||
'Remove table': 'Supprimer le tableau', |
|||
'Would you like to paste as table?': 'Voulez-vous coller ce contenu en tant que tableau ?', |
|||
'Text color': 'Couleur du texte', |
|||
'Auto scroll enabled': 'Défilement automatique activé', |
|||
'Auto scroll disabled': 'Défilement automatique désactivé', |
|||
'Choose language': 'Choix de la langue' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 7); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 7: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Spanish |
|||
* @author Aida Vidal <avidal@emapic.es> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['gl', 'gl-ES'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Escribir', |
|||
Preview: 'Vista previa', |
|||
Headings: 'Encabezados', |
|||
Paragraph: 'Parágrafo', |
|||
Bold: 'Negriña', |
|||
Italic: 'Cursiva', |
|||
Strike: 'Riscado', |
|||
Code: 'Código', |
|||
Line: 'Liña', |
|||
Blockquote: 'Cita', |
|||
'Unordered list': 'Lista desordenada', |
|||
'Ordered list': 'Lista ordenada', |
|||
Task: 'Tarefa', |
|||
Indent: 'Sangría', |
|||
Outdent: 'Anular sangría', |
|||
'Insert link': 'Inserir enlace', |
|||
'Insert CodeBlock': 'Inserir bloque de código', |
|||
'Insert table': 'Inserir táboa', |
|||
'Insert image': 'Inserir imaxe', |
|||
Heading: 'Encabezado', |
|||
'Image URL': 'URL da imaxe', |
|||
'Select image file': 'Seleccionar arquivo da imaxe', |
|||
Description: 'Descrición', |
|||
OK: 'Aceptar', |
|||
More: 'Máis', |
|||
Cancel: 'Cancelar', |
|||
File: 'Arquivo', |
|||
URL: 'URL', |
|||
'Link text': 'Texto do enlace', |
|||
'Add row': 'Agregar fila', |
|||
'Add col': 'Agregar columna', |
|||
'Remove row': 'Eliminar fila', |
|||
'Remove col': 'Eliminar columna', |
|||
'Align left': 'Aliñar á esquerda', |
|||
'Align center': 'Centrar', |
|||
'Align right': 'Aliñar á dereita', |
|||
'Remove table': 'Eliminar táboa', |
|||
'Would you like to paste as table?': 'Desexa pegar como táboa?', |
|||
'Text color': 'Cor do texto', |
|||
'Auto scroll enabled': 'Desprazamento automático habilitado', |
|||
'Auto scroll disabled': 'Desprazamento automático deshabilitado', |
|||
'Choose language': 'Elixir idioma' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 8); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 8: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Croatian |
|||
* @author Hrvoje A. <hrvoj3e@gmail.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['hr', 'hr-HR'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Piši', |
|||
Preview: 'Pregled', |
|||
Headings: 'Naslovi', |
|||
Paragraph: 'Paragraf', |
|||
Bold: 'podebljano', |
|||
Italic: 'kurziv', |
|||
Strike: 'prcrtano', |
|||
Code: 'Uklopljeni kôd', |
|||
Line: 'Linija', |
|||
Blockquote: 'Blok citat', |
|||
'Unordered list': 'Neporedana lista', |
|||
'Ordered list': 'Poredana lista', |
|||
Task: 'Task', |
|||
Indent: 'Povećaj uvlaku', |
|||
Outdent: 'Smanji uvlaku', |
|||
'Insert link': 'Umetni link', |
|||
'Insert CodeBlock': 'Umetni blok kôda', |
|||
'Insert table': 'Umetni tablicu', |
|||
'Insert image': 'Umetni sliku', |
|||
Heading: 'Naslov', |
|||
'Image URL': 'URL slike', |
|||
'Select image file': 'Odaberi slikovnu datoteku', |
|||
Description: 'Opis', |
|||
OK: 'OK', |
|||
More: 'Više', |
|||
Cancel: 'Odustani', |
|||
File: 'Datoteka', |
|||
URL: 'URL', |
|||
'Link text': 'Tekst linka', |
|||
'Add row': 'Dodaj redak', |
|||
'Add col': 'Dodaj stupac', |
|||
'Remove row': 'Ukloni redak', |
|||
'Remove col': 'Remove stupac', |
|||
'Align left': 'Poravnaj lijevo', |
|||
'Align center': 'Poravnaj centrirano', |
|||
'Align right': 'Poravnaj desno', |
|||
'Remove table': 'Ukloni tablicu', |
|||
'Would you like to paste as table?': 'Zalite li zalijepiti kao tablicu?', |
|||
'Text color': 'Boja teksta', |
|||
'Auto scroll enabled': 'Omogući auto klizanje', |
|||
'Auto scroll disabled': 'Onemogući auto klizanje', |
|||
'Choose language': 'Odabir jezika' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 9); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 9: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Italian |
|||
* @author Massimo Redaelli <massimo@typish.io> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['it', 'it-IT'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Scrivere', |
|||
Preview: 'Anteprima', |
|||
Headings: 'Intestazioni', |
|||
Paragraph: 'Paragrafo', |
|||
Bold: 'Grassetto', |
|||
Italic: 'Corsivo', |
|||
Strike: 'Barrato', |
|||
Code: 'Codice', |
|||
Line: 'Linea', |
|||
Blockquote: 'Blocco citazione', |
|||
'Unordered list': 'Lista puntata', |
|||
'Ordered list': 'Lista numerata', |
|||
Task: 'Attività', |
|||
Indent: 'Aggiungi indentazione', |
|||
Outdent: 'Rimuovi indentazione', |
|||
'Insert link': 'Inserisci link', |
|||
'Insert CodeBlock': 'Inserisci blocco di codice', |
|||
'Insert table': 'Inserisci tabella', |
|||
'Insert image': 'Inserisci immagine', |
|||
Heading: 'Intestazione', |
|||
'Image URL': 'URL immagine', |
|||
'Select image file': 'Seleziona file immagine', |
|||
Description: 'Descrizione', |
|||
OK: 'OK', |
|||
More: 'Più', |
|||
Cancel: 'Cancella', |
|||
File: 'File', |
|||
URL: 'URL', |
|||
'Link text': 'Testo del collegamento', |
|||
'Add row': 'Aggiungi riga', |
|||
'Add col': 'Aggiungi colonna', |
|||
'Remove row': 'Rimuovi riga', |
|||
'Remove col': 'Rimuovi colonna', |
|||
'Align left': 'Allinea a sinistra', |
|||
'Align center': 'Allinea al centro', |
|||
'Align right': 'Allinea a destra', |
|||
'Remove table': 'Rimuovi tabella', |
|||
'Would you like to paste as table?': 'Desideri incollare sotto forma di tabella?', |
|||
'Text color': 'Colore del testo', |
|||
'Auto scroll enabled': 'Scrolling automatico abilitato', |
|||
'Auto scroll disabled': 'Scrolling automatico disabilitato', |
|||
'Choose language': 'Scegli la lingua' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 10); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 10: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Japanese |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['ja', 'ja-JP'], { |
|||
Markdown: 'マークダウン', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: '編集する', |
|||
Preview: 'プレビュー', |
|||
Headings: '見出し', |
|||
Paragraph: '本文', |
|||
Bold: '太字', |
|||
Italic: 'イタリック', |
|||
Strike: 'ストライク', |
|||
Code: 'インラインコード', |
|||
Line: 'ライン', |
|||
Blockquote: '引用', |
|||
'Unordered list': '番号なしリスト', |
|||
'Ordered list': '順序付きリスト', |
|||
Task: 'タスク', |
|||
Indent: 'インデント', |
|||
Outdent: 'アウトデント', |
|||
'Insert link': 'リンク挿入', |
|||
'Insert CodeBlock': 'コードブロック挿入', |
|||
'Insert table': 'テーブル挿入', |
|||
'Insert image': '画像挿入', |
|||
Heading: '見出し', |
|||
'Image URL': 'イメージURL', |
|||
'Select image file': '画像ファイル選択', |
|||
Description: 'ディスクリプション ', |
|||
OK: 'はい', |
|||
More: 'もっと', |
|||
Cancel: 'キャンセル', |
|||
File: 'ファイル', |
|||
URL: 'URL', |
|||
'Link text': 'リンクテキスト', |
|||
'Add row': '行追加', |
|||
'Add col': '列追加', |
|||
'Remove row': '行削除', |
|||
'Remove col': '列削除', |
|||
'Align left': '左揃え', |
|||
'Align center': '中央揃え', |
|||
'Align right': '右揃え', |
|||
'Remove table': 'テーブル削除', |
|||
'Would you like to paste as table?': 'テーブルを貼り付けますか?', |
|||
'Text color': '文字色相', |
|||
'Auto scroll enabled': '自動スクロールが有効', |
|||
'Auto scroll disabled': '自動スクロールを無効に', |
|||
'Choose language': '言語選択' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 11); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 11: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Korean |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['ko', 'ko-KR'], { |
|||
Markdown: '마크다운', |
|||
WYSIWYG: '위지윅', |
|||
Write: '편집하기', |
|||
Preview: '미리보기', |
|||
Headings: '제목크기', |
|||
Paragraph: '본문', |
|||
Bold: '굵게', |
|||
Italic: '기울임꼴', |
|||
Strike: '취소선', |
|||
Code: '인라인 코드', |
|||
Line: '문단나눔', |
|||
Blockquote: '인용구', |
|||
'Unordered list': '글머리 기호', |
|||
'Ordered list': '번호 매기기', |
|||
Task: '체크박스', |
|||
Indent: '들여쓰기', |
|||
Outdent: '내어쓰기', |
|||
'Insert link': '링크 삽입', |
|||
'Insert CodeBlock': '코드블럭 삽입', |
|||
'Insert table': '표 삽입', |
|||
'Insert image': '이미지 삽입', |
|||
Heading: '제목', |
|||
'Image URL': '이미지 주소', |
|||
'Select image file': '이미지 파일을 선택하세요.', |
|||
Description: '설명', |
|||
OK: '확인', |
|||
More: '더 보기', |
|||
Cancel: '취소', |
|||
File: '파일', |
|||
URL: '주소', |
|||
'Link text': '링크 텍스트', |
|||
'Add row': '행 추가', |
|||
'Add col': '열 추가', |
|||
'Remove row': '행 삭제', |
|||
'Remove col': '열 삭제', |
|||
'Align left': '왼쪽 정렬', |
|||
'Align center': '가운데 정렬', |
|||
'Align right': '오른쪽 정렬', |
|||
'Remove table': '표 삭제', |
|||
'Would you like to paste as table?': '표형태로 붙여 넣겠습니까?', |
|||
'Text color': '글자 색상', |
|||
'Auto scroll enabled': '자동 스크롤 켜짐', |
|||
'Auto scroll disabled': '자동 스크롤 꺼짐', |
|||
'Choose language': '언어 선택' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 12); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 12: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Norwegian |
|||
* @author Anton Reytarovskiy <reitarovskii.toh@gmail.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['nb', 'nb-NO'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Skriv', |
|||
Preview: 'Forhåndsvis', |
|||
Headings: 'Overskrifter', |
|||
Paragraph: 'Avsnitt', |
|||
Bold: 'Fet skrift', |
|||
Italic: 'Kursiv', |
|||
Strike: 'Gjennomstrek', |
|||
Code: 'Kode', |
|||
Line: 'Linje', |
|||
Blockquote: 'Blokksitat', |
|||
'Unordered list': 'Usortert liste', |
|||
'Ordered list': 'Sortert liste', |
|||
Task: 'Task', |
|||
Indent: 'Indent', |
|||
Outdent: 'Outdent', |
|||
'Insert link': 'Sett inn lenke', |
|||
'Insert CodeBlock': 'Sett inn CodeStreng', |
|||
'Insert table': 'Sett inn diagram', |
|||
'Insert image': 'Sett inn bilde', |
|||
Heading: 'Overskrift', |
|||
'Image URL': 'BildeURL', |
|||
'Select image file': 'Velg bildefil', |
|||
Description: 'Beskrivelse', |
|||
OK: 'OK', |
|||
More: 'Mer', |
|||
Cancel: 'Angre', |
|||
File: 'Fil', |
|||
URL: 'URL', |
|||
'Link text': 'Lenketekst', |
|||
'Add row': 'Legg til rad', |
|||
'Add col': 'Legg til kolonne', |
|||
'Remove row': 'Fjern rad', |
|||
'Remove col': 'Fjern kolonne', |
|||
'Align left': 'Venstreorienter', |
|||
'Align center': 'Senterorienter', |
|||
'Align right': 'Høyreorienter', |
|||
'Remove table': 'Fjern diagram', |
|||
'Would you like to paste as table?': 'Ønsker du å lime inn som en tabell?', |
|||
'Text color': 'Tekstfarge', |
|||
'Auto scroll enabled': 'Auto-scroll aktivert', |
|||
'Auto scroll disabled': 'Auto-scroll deaktivert', |
|||
'Choose language': 'Velg språk' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 13); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 13: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Dutch |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['nl', 'nl-NL'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Opslaan', |
|||
Preview: 'Voorbeeld', |
|||
Headings: 'Koppen', |
|||
Paragraph: 'Alinea', |
|||
Bold: 'Vet', |
|||
Italic: 'Cursief', |
|||
Strike: 'Doorhalen', |
|||
Code: 'Inline code', |
|||
Line: 'Regel', |
|||
Blockquote: 'Citaatblok', |
|||
'Unordered list': 'Opsomming', |
|||
'Ordered list': 'Genummerde opsomming', |
|||
Task: 'Taak', |
|||
Indent: 'Niveau verhogen', |
|||
Outdent: 'Niveau verlagen', |
|||
'Insert link': 'Link invoegen', |
|||
'Insert CodeBlock': 'Codeblok toevoegen', |
|||
'Insert table': 'Tabel invoegen', |
|||
'Insert image': 'Afbeelding invoegen', |
|||
Heading: 'Kop', |
|||
'Image URL': 'Afbeelding URL', |
|||
'Select image file': 'Selecteer een afbeelding', |
|||
Description: 'Omschrijving', |
|||
OK: 'OK', |
|||
More: 'Meer', |
|||
Cancel: 'Annuleren', |
|||
File: 'Bestand', |
|||
URL: 'URL', |
|||
'Link text': 'Link tekst', |
|||
'Add row': 'Rij toevoegen', |
|||
'Add col': 'Kolom toevoegen', |
|||
'Remove row': 'Rij verwijderen', |
|||
'Remove col': 'Kolom verwijderen', |
|||
'Align left': 'Links uitlijnen', |
|||
'Align center': 'Centreren', |
|||
'Align right': 'Rechts uitlijnen', |
|||
'Remove table': 'Verwijder tabel', |
|||
'Would you like to paste as table?': 'Wil je dit als tabel plakken?', |
|||
'Text color': 'Tekstkleur', |
|||
'Auto scroll enabled': 'Autoscroll ingeschakeld', |
|||
'Auto scroll disabled': 'Autoscroll uitgeschakeld', |
|||
'Choose language': 'Kies een taal' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 14); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 14: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Polish |
|||
* @author Marcin Mikołajczak <me@m4sk.in> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['pl', 'pl-PL'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Napisz', |
|||
Preview: 'Podgląd', |
|||
Headings: 'Nagłówki', |
|||
Paragraph: 'Akapit', |
|||
Bold: 'Pogrubienie', |
|||
Italic: 'Kursywa', |
|||
Strike: 'Przekreślenie', |
|||
Code: 'Fragment kodu', |
|||
Line: 'Linia', |
|||
Blockquote: 'Cytat', |
|||
'Unordered list': 'Lista nieuporządkowana', |
|||
'Ordered list': 'Lista uporządkowana', |
|||
Task: 'Zadanie', |
|||
Indent: 'Utwórz wcięcie', |
|||
Outdent: 'Usuń wcięcie', |
|||
'Insert link': 'Umieść odnośnik', |
|||
'Insert CodeBlock': 'Umieść blok kodu', |
|||
'Insert table': 'Umieść tabelę', |
|||
'Insert image': 'Umieść obraz', |
|||
Heading: 'Nagłówek', |
|||
'Image URL': 'Adres URL obrazu', |
|||
'Select image file': 'Wybierz plik obrazu', |
|||
Description: 'Opis', |
|||
OK: 'OK', |
|||
More: 'Więcej', |
|||
Cancel: 'Anuluj', |
|||
File: 'Plik', |
|||
URL: 'URL', |
|||
'Link text': 'Tekst odnośnika', |
|||
'Add row': 'Dodaj rząd', |
|||
'Add col': 'Dodaj kolumnę', |
|||
'Remove row': 'Usuń rząd', |
|||
'Remove col': 'Usuń kolumnę', |
|||
'Align left': 'Wyrównaj do lewej', |
|||
'Align center': 'Wyśrodkuj', |
|||
'Align right': 'Wyrównaj do prawej', |
|||
'Remove table': 'Usuń tabelę', |
|||
'Would you like to paste as table?': 'Czy chcesz wkleić tekst jako tabelę?', |
|||
'Text color': 'Kolor tekstu', |
|||
'Auto scroll enabled': 'Włączono automatyczne przewijanie', |
|||
'Auto scroll disabled': 'Wyłączono automatyczne przewijanie', |
|||
'Choose language': 'Wybierz język' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 15); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 15: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Português |
|||
* @author Nícolas Huber <nicolasluishuber@gmail.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['pt', 'pt-BR'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Escrever', |
|||
Preview: 'Pré-visualizar', |
|||
Headings: 'Cabeçalhos', |
|||
Paragraph: 'Parágrafo', |
|||
Bold: 'Negrito', |
|||
Italic: 'Itálico', |
|||
Strike: 'Traçado', |
|||
Code: 'Código', |
|||
Line: 'Linha', |
|||
Blockquote: 'Bloco de citação', |
|||
'Unordered list': 'Lista não ordenada', |
|||
'Ordered list': 'Lista ordenada', |
|||
Task: 'Tarefa', |
|||
Indent: 'Recuo à esquerda', |
|||
Outdent: 'Recuo à direita', |
|||
'Insert link': 'Inserir link', |
|||
'Insert CodeBlock': 'Inserir bloco de código', |
|||
'Insert table': 'Inserir tabela', |
|||
'Insert image': 'Inserir imagem', |
|||
Heading: 'Título', |
|||
'Image URL': 'URL da imagem', |
|||
'Select image file': 'Selecione um arquivo de imagem', |
|||
Description: 'Descrição', |
|||
OK: 'OK', |
|||
More: 'Mais', |
|||
Cancel: 'Cancelar', |
|||
File: 'Arquivo', |
|||
URL: 'URL', |
|||
'Link text': 'Link de texto', |
|||
'Add row': 'Adicionar linha', |
|||
'Add col': 'Adicionar coluna', |
|||
'Remove row': 'Remover linha', |
|||
'Remove col': 'Remover coluna', |
|||
'Align left': 'Alinhar à esquerda', |
|||
'Align center': 'Alinhar ao centro', |
|||
'Align right': 'Alinhar à direita', |
|||
'Remove table': 'Remover tabela', |
|||
'Would you like to paste as table?': 'Você gostaria de colar como mesa?', |
|||
'Text color': 'Cor do texto', |
|||
'Auto scroll enabled': 'Rolagem automática habilitada', |
|||
'Auto scroll disabled': 'Rolagem automática desabilitada', |
|||
'Choose language': 'Escolher linguagem' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 16); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 16: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Russian |
|||
* @author Stepan Samko <stpnsamko@gmail.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['ru', 'ru-RU'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Написать', |
|||
Preview: 'Предварительный просмотр', |
|||
Headings: 'Заголовки', |
|||
Paragraph: 'Абзац', |
|||
Bold: 'Жирный', |
|||
Italic: 'Курсив', |
|||
Strike: 'Зачеркнутый', |
|||
Code: 'Встроенный код', |
|||
Line: 'Строка', |
|||
Blockquote: 'Блок цитирования', |
|||
'Unordered list': 'Неупорядоченный список', |
|||
'Ordered list': 'Упорядоченный список', |
|||
Task: 'Задача', |
|||
Indent: 'отступ', |
|||
Outdent: 'Выступ', |
|||
'Insert link': 'Вставить ссылку', |
|||
'Insert CodeBlock': 'Вставить код', |
|||
'Insert table': 'Вставить таблицу', |
|||
'Insert image': 'Вставить изображение', |
|||
Heading: 'Заголовок', |
|||
'Image URL': 'URL изображения', |
|||
'Select image file': 'Выбрать файл изображения', |
|||
Description: 'Описание', |
|||
OK: 'Хорошо', |
|||
More: 'еще', |
|||
Cancel: 'Отмена', |
|||
File: 'Файл', |
|||
URL: 'URL', |
|||
'Link text': 'Текст ссылки', |
|||
'Add row': 'Добавить ряд', |
|||
'Add col': 'Добавить столбец', |
|||
'Remove row': 'Удалить ряд', |
|||
'Remove col': 'Удалить столбец', |
|||
'Align left': 'Выровнять по левому краю', |
|||
'Align center': 'Выровнять по центру', |
|||
'Align right': 'Выровнять по правому краю', |
|||
'Remove table': 'Удалить таблицу', |
|||
'Would you like to paste as table?': 'Вы хотите вставить в виде таблицы?', |
|||
'Text color': 'Цвет текста', |
|||
'Auto scroll enabled': 'Автоматическая прокрутка включена', |
|||
'Auto scroll disabled': 'Автоматическая прокрутка отключена', |
|||
'Choose language': 'Выбрать язык' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 17); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 17: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Swedish |
|||
* @author Magnus Aspling <magnus@yug.se> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['sv', 'sv-SE'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Skriv', |
|||
Preview: 'Förhandsgranska', |
|||
Headings: 'Överskrifter', |
|||
Paragraph: 'Paragraf', |
|||
Bold: 'Fet', |
|||
Italic: 'Kursiv', |
|||
Strike: 'Genomstruken', |
|||
Code: 'Kodrad', |
|||
Line: 'Linje', |
|||
Blockquote: 'Citatblock', |
|||
'Unordered list': 'Punktlista', |
|||
'Ordered list': 'Numrerad lista', |
|||
Task: 'Att göra', |
|||
Indent: 'Öka indrag', |
|||
Outdent: 'Minska indrag', |
|||
'Insert link': 'Infoga länk', |
|||
'Insert CodeBlock': 'Infoga kodblock', |
|||
'Insert table': 'Infoga tabell', |
|||
'Insert image': 'Infoga bild', |
|||
Heading: 'Överskrift', |
|||
'Image URL': 'Bildadress', |
|||
'Select image file': 'Välj en bildfil', |
|||
Description: 'Beskrivning', |
|||
OK: 'OK', |
|||
More: 'Mer', |
|||
Cancel: 'Avbryt', |
|||
File: 'Fil', |
|||
URL: 'Adress', |
|||
'Link text': 'Länktext', |
|||
'Add row': 'Infoga rad', |
|||
'Add col': 'Infoga kolumn', |
|||
'Remove row': 'Radera rad', |
|||
'Remove col': 'Radera kolumn', |
|||
'Align left': 'Vänsterjustera', |
|||
'Align center': 'Centrera', |
|||
'Align right': 'Högerjustera', |
|||
'Remove table': 'Radera tabell', |
|||
'Would you like to paste as table?': 'Vill du klistra in som en tabell?', |
|||
'Text color': 'Textfärg', |
|||
'Auto scroll enabled': 'Automatisk scroll aktiverad', |
|||
'Auto scroll disabled': 'Automatisk scroll inaktiverad', |
|||
'Choose language': 'Välj språk' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 18); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 18: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Turkish |
|||
* @author Mesut Gölcük <mesutgolcuk@gmail.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['tr', 'tr-TR'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Düzenle', |
|||
Preview: 'Ön izleme', |
|||
Headings: 'Başlıklar', |
|||
Paragraph: 'Paragraf', |
|||
Bold: 'Kalın', |
|||
Italic: 'İtalik', |
|||
Strike: 'Altı çizgili', |
|||
Code: 'Satır içi kod', |
|||
Line: 'Çizgi', |
|||
Blockquote: 'Alıntı', |
|||
'Unordered list': 'Sıralanmamış liste', |
|||
'Ordered list': 'Sıralı liste', |
|||
Task: 'Görev kutusu', |
|||
Indent: 'Girintiyi arttır', |
|||
Outdent: 'Girintiyi azalt', |
|||
'Insert link': 'Bağlantı ekle', |
|||
'Insert CodeBlock': 'Kod bloku ekle', |
|||
'Insert table': 'Tablo ekle', |
|||
'Insert image': 'İmaj ekle', |
|||
Heading: 'Başlık', |
|||
'Image URL': 'İmaj URL', |
|||
'Select image file': 'İmaj dosyası seç', |
|||
Description: 'Açıklama', |
|||
OK: 'Onay', |
|||
More: 'Daha Fazla', |
|||
Cancel: 'İptal', |
|||
File: 'Dosya', |
|||
URL: 'URL', |
|||
'Link text': 'Bağlantı yazısı', |
|||
'Add row': 'Satır ekle', |
|||
'Add col': 'Sütun ekle', |
|||
'Remove row': 'Satır sil', |
|||
'Remove col': 'Sütun sil', |
|||
'Align left': 'Sola hizala', |
|||
'Align center': 'Merkeze hizala', |
|||
'Align right': 'Sağa hizala', |
|||
'Remove table': 'Tabloyu kaldır', |
|||
'Would you like to paste as table?': 'Tablo olarak yapıştırmak ister misiniz?', |
|||
'Text color': 'Metin rengi', |
|||
'Auto scroll enabled': 'Otomatik kaydırma açık', |
|||
'Auto scroll disabled': 'Otomatik kaydırma kapalı', |
|||
'Choose language': 'Dil seçiniz' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 19); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 19: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Ukrainian |
|||
* @author Nikolya <k_m_i@i.ua> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage(['uk', 'uk-UA'], { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: 'WYSIWYG', |
|||
Write: 'Написати', |
|||
Preview: 'Попередній перегляд', |
|||
Headings: 'Заголовки', |
|||
Paragraph: 'Абзац', |
|||
Bold: 'Жирний', |
|||
Italic: 'Курсив', |
|||
Strike: 'Закреслений', |
|||
Code: 'Вбудований код', |
|||
Line: 'Лінія', |
|||
Blockquote: 'Блок цитування', |
|||
'Unordered list': 'Невпорядкований список', |
|||
'Ordered list': 'Упорядкований список', |
|||
Task: 'Завдання', |
|||
Indent: 'відступ', |
|||
Outdent: 'застарілий', |
|||
'Insert link': 'Вставити посилання', |
|||
'Insert CodeBlock': 'Вставити код', |
|||
'Insert table': 'Вставити таблицю', |
|||
'Insert image': 'Вставити зображення', |
|||
Heading: 'Заголовок', |
|||
'Image URL': 'URL зображення', |
|||
'Select image file': 'Вибрати файл зображення', |
|||
Description: 'Опис', |
|||
OK: 'OK', |
|||
More: 'ще', |
|||
Cancel: 'Скасувати', |
|||
File: 'Файл', |
|||
URL: 'URL', |
|||
'Link text': 'Текст посилання', |
|||
'Add row': 'Додати ряд', |
|||
'Add col': 'Додати стовпчик', |
|||
'Remove row': 'Видалити ряд', |
|||
'Remove col': 'Видалити стовпчик', |
|||
'Align left': 'Вирівняти по лівому краю', |
|||
'Align center': 'Вирівняти по центру', |
|||
'Align right': 'Вирівняти по правому краю', |
|||
'Remove table': 'Видалити таблицю', |
|||
'Would you like to paste as table?': 'Ви хочете вставити у вигляді таблиці?', |
|||
'Text color': 'Колір тексту', |
|||
'Auto scroll enabled': 'Автоматична прокрутка включена', |
|||
'Auto scroll disabled': 'Автоматична прокрутка відключена', |
|||
'Choose language': 'Вибрати мову' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 20); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 20: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Chinese |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage('zh-CN', { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: '所见即所得', |
|||
Write: '编辑', |
|||
Preview: '预览', |
|||
Headings: '标题', |
|||
Paragraph: '文本', |
|||
Bold: '加粗', |
|||
Italic: '斜体字', |
|||
Strike: '删除线', |
|||
Code: '内嵌代码', |
|||
Line: '水平线', |
|||
Blockquote: '引用块', |
|||
'Unordered list': '无序列表', |
|||
'Ordered list': '有序列表', |
|||
Task: '任务', |
|||
Indent: '缩进', |
|||
Outdent: '减少缩进', |
|||
'Insert link': '插入链接', |
|||
'Insert CodeBlock': '插入代码块', |
|||
'Insert table': '插入表格', |
|||
'Insert image': '插入图片', |
|||
Heading: '标题', |
|||
'Image URL': '图片网址', |
|||
'Select image file': '选择图片文件', |
|||
Description: '说明', |
|||
OK: '确认', |
|||
More: '更多', |
|||
Cancel: '取消', |
|||
File: '文件', |
|||
URL: 'URL', |
|||
'Link text': '链接文本', |
|||
'Add row': '添加行', |
|||
'Add col': '添加列', |
|||
'Remove row': '删除行', |
|||
'Remove col': '删除列', |
|||
'Align left': '左对齐', |
|||
'Align center': '居中对齐', |
|||
'Align right': '右对齐', |
|||
'Remove table': '删除表格', |
|||
'Would you like to paste as table?': '需要粘贴为表格吗?', |
|||
'Text color': '文字颜色', |
|||
'Auto scroll enabled': '自动滚动已启用', |
|||
'Auto scroll disabled': '自动滚动已禁用', |
|||
'Choose language': '选择语言' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -1,174 +0,0 @@ |
|||
/*! |
|||
* TOAST UI Editor : i18n |
|||
* @version 2.5.1 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
(function webpackUniversalModuleDefinition(root, factory) { |
|||
if(typeof exports === 'object' && typeof module === 'object') |
|||
module.exports = factory(require("@toast-ui/editor")); |
|||
else if(typeof define === 'function' && define.amd) |
|||
define(["@toast-ui/editor"], factory); |
|||
else { |
|||
var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); |
|||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|||
} |
|||
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|||
return /******/ (function(modules) { // webpackBootstrap
|
|||
/******/ // The module cache
|
|||
/******/ var installedModules = {}; |
|||
/******/ |
|||
/******/ // The require function
|
|||
/******/ function __webpack_require__(moduleId) { |
|||
/******/ |
|||
/******/ // Check if module is in cache
|
|||
/******/ if(installedModules[moduleId]) { |
|||
/******/ return installedModules[moduleId].exports; |
|||
/******/ } |
|||
/******/ // Create a new module (and put it into the cache)
|
|||
/******/ var module = installedModules[moduleId] = { |
|||
/******/ i: moduleId, |
|||
/******/ l: false, |
|||
/******/ exports: {} |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Execute the module function
|
|||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|||
/******/ |
|||
/******/ // Flag the module as loaded
|
|||
/******/ module.l = true; |
|||
/******/ |
|||
/******/ // Return the exports of the module
|
|||
/******/ return module.exports; |
|||
/******/ } |
|||
/******/ |
|||
/******/ |
|||
/******/ // expose the modules object (__webpack_modules__)
|
|||
/******/ __webpack_require__.m = modules; |
|||
/******/ |
|||
/******/ // expose the module cache
|
|||
/******/ __webpack_require__.c = installedModules; |
|||
/******/ |
|||
/******/ // define getter function for harmony exports
|
|||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|||
/******/ if(!__webpack_require__.o(exports, name)) { |
|||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|||
/******/ } |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // define __esModule on exports
|
|||
/******/ __webpack_require__.r = function(exports) { |
|||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|||
/******/ } |
|||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // create a fake namespace object
|
|||
/******/ // mode & 1: value is a module id, require it
|
|||
/******/ // mode & 2: merge all properties of value into the ns
|
|||
/******/ // mode & 4: return value when already ns object
|
|||
/******/ // mode & 8|1: behave like require
|
|||
/******/ __webpack_require__.t = function(value, mode) { |
|||
/******/ if(mode & 1) value = __webpack_require__(value); |
|||
/******/ if(mode & 8) return value; |
|||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|||
/******/ var ns = Object.create(null); |
|||
/******/ __webpack_require__.r(ns); |
|||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|||
/******/ return ns; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|||
/******/ __webpack_require__.n = function(module) { |
|||
/******/ var getter = module && module.__esModule ? |
|||
/******/ function getDefault() { return module['default']; } : |
|||
/******/ function getModuleExports() { return module; }; |
|||
/******/ __webpack_require__.d(getter, 'a', getter); |
|||
/******/ return getter; |
|||
/******/ }; |
|||
/******/ |
|||
/******/ // Object.prototype.hasOwnProperty.call
|
|||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|||
/******/ |
|||
/******/ // __webpack_public_path__
|
|||
/******/ __webpack_require__.p = ""; |
|||
/******/ |
|||
/******/ |
|||
/******/ // Load entry module and return exports
|
|||
/******/ return __webpack_require__(__webpack_require__.s = 21); |
|||
/******/ }) |
|||
/************************************************************************/ |
|||
/******/ ({ |
|||
|
|||
/***/ 0: |
|||
/***/ (function(module, exports) { |
|||
|
|||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|||
|
|||
/***/ }), |
|||
|
|||
/***/ 21: |
|||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|||
|
|||
"use strict"; |
|||
__webpack_require__.r(__webpack_exports__); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|||
/* harmony import */ var _editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editor__WEBPACK_IMPORTED_MODULE_0__); |
|||
/** |
|||
* @fileoverview I18N for Traditional Chinese |
|||
* @author Tzu-Ray Su <raysu3329@gmail.com> |
|||
*/ |
|||
|
|||
_editor__WEBPACK_IMPORTED_MODULE_0___default.a.setLanguage('zh-TW', { |
|||
Markdown: 'Markdown', |
|||
WYSIWYG: '所見即所得', |
|||
Write: '編輯', |
|||
Preview: '預覽', |
|||
Headings: '標題', |
|||
Paragraph: '內文', |
|||
Bold: '粗體', |
|||
Italic: '斜體', |
|||
Strike: '刪除線', |
|||
Code: '內嵌程式碼', |
|||
Line: '分隔線', |
|||
Blockquote: '引言', |
|||
'Unordered list': '項目符號清單', |
|||
'Ordered list': '編號清單', |
|||
Task: '核取方塊清單', |
|||
Indent: '增加縮排', |
|||
Outdent: '減少縮排', |
|||
'Insert link': '插入超連結', |
|||
'Insert CodeBlock': '插入程式碼區塊', |
|||
'Insert table': '插入表格', |
|||
'Insert image': '插入圖片', |
|||
Heading: '標題', |
|||
'Image URL': '圖片網址', |
|||
'Select image file': '選擇圖片檔案', |
|||
Description: '描述', |
|||
OK: '確認', |
|||
More: '更多', |
|||
Cancel: '取消', |
|||
File: '檔案', |
|||
URL: 'URL', |
|||
'Link text': '超連結文字', |
|||
'Add row': '增加行', |
|||
'Add col': '增加列', |
|||
'Remove row': '刪除行', |
|||
'Remove col': '刪除列', |
|||
'Align left': '靠左對齊', |
|||
'Align center': '置中', |
|||
'Align right': '靠右對齊', |
|||
'Remove table': '刪除表格', |
|||
'Would you like to paste as table?': '您要以表格貼上嗎?', |
|||
'Text color': '文字顏色', |
|||
'Auto scroll enabled': '已啟用自動滾動', |
|||
'Auto scroll disabled': '已停用自動滾動', |
|||
'Choose language': '選擇語言' |
|||
}); |
|||
|
|||
/***/ }) |
|||
|
|||
/******/ }); |
|||
}); |
|||
@ -0,0 +1,228 @@ |
|||
.toast-title { |
|||
font-weight: bold; |
|||
} |
|||
.toast-message { |
|||
-ms-word-wrap: break-word; |
|||
word-wrap: break-word; |
|||
} |
|||
.toast-message a, |
|||
.toast-message label { |
|||
color: #FFFFFF; |
|||
} |
|||
.toast-message a:hover { |
|||
color: #CCCCCC; |
|||
text-decoration: none; |
|||
} |
|||
.toast-close-button { |
|||
position: relative; |
|||
right: -0.3em; |
|||
top: -0.3em; |
|||
float: right; |
|||
font-size: 20px; |
|||
font-weight: bold; |
|||
color: #FFFFFF; |
|||
-webkit-text-shadow: 0 1px 0 #ffffff; |
|||
text-shadow: 0 1px 0 #ffffff; |
|||
opacity: 0.8; |
|||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); |
|||
filter: alpha(opacity=80); |
|||
line-height: 1; |
|||
} |
|||
.toast-close-button:hover, |
|||
.toast-close-button:focus { |
|||
color: #000000; |
|||
text-decoration: none; |
|||
cursor: pointer; |
|||
opacity: 0.4; |
|||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); |
|||
filter: alpha(opacity=40); |
|||
} |
|||
.rtl .toast-close-button { |
|||
left: -0.3em; |
|||
float: left; |
|||
right: 0.3em; |
|||
} |
|||
/*Additional properties for button version |
|||
iOS requires the button element instead of an anchor tag. |
|||
If you want the anchor version, it requires `href="#"`.*/ |
|||
button.toast-close-button { |
|||
padding: 0; |
|||
cursor: pointer; |
|||
background: transparent; |
|||
border: 0; |
|||
-webkit-appearance: none; |
|||
} |
|||
.toast-top-center { |
|||
top: 0; |
|||
right: 0; |
|||
width: 100%; |
|||
} |
|||
.toast-bottom-center { |
|||
bottom: 0; |
|||
right: 0; |
|||
width: 100%; |
|||
} |
|||
.toast-top-full-width { |
|||
top: 0; |
|||
right: 0; |
|||
width: 100%; |
|||
} |
|||
.toast-bottom-full-width { |
|||
bottom: 0; |
|||
right: 0; |
|||
width: 100%; |
|||
} |
|||
.toast-top-left { |
|||
top: 12px; |
|||
left: 12px; |
|||
} |
|||
.toast-top-right { |
|||
top: 12px; |
|||
right: 12px; |
|||
} |
|||
.toast-bottom-right { |
|||
right: 12px; |
|||
bottom: 12px; |
|||
} |
|||
.toast-bottom-left { |
|||
bottom: 12px; |
|||
left: 12px; |
|||
} |
|||
#toast-container { |
|||
position: fixed; |
|||
z-index: 999999; |
|||
pointer-events: none; |
|||
/*overrides*/ |
|||
} |
|||
#toast-container * { |
|||
-moz-box-sizing: border-box; |
|||
-webkit-box-sizing: border-box; |
|||
box-sizing: border-box; |
|||
} |
|||
#toast-container > div { |
|||
position: relative; |
|||
pointer-events: auto; |
|||
overflow: hidden; |
|||
margin: 0 0 6px; |
|||
padding: 15px 15px 15px 50px; |
|||
width: 300px; |
|||
-moz-border-radius: 3px 3px 3px 3px; |
|||
-webkit-border-radius: 3px 3px 3px 3px; |
|||
border-radius: 3px 3px 3px 3px; |
|||
background-position: 15px center; |
|||
background-repeat: no-repeat; |
|||
-moz-box-shadow: 0 0 12px #999999; |
|||
-webkit-box-shadow: 0 0 12px #999999; |
|||
box-shadow: 0 0 12px #999999; |
|||
color: #FFFFFF; |
|||
opacity: 0.8; |
|||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); |
|||
filter: alpha(opacity=80); |
|||
} |
|||
#toast-container > div.rtl { |
|||
direction: rtl; |
|||
padding: 15px 50px 15px 15px; |
|||
background-position: right 15px center; |
|||
} |
|||
#toast-container > div:hover { |
|||
-moz-box-shadow: 0 0 12px #000000; |
|||
-webkit-box-shadow: 0 0 12px #000000; |
|||
box-shadow: 0 0 12px #000000; |
|||
opacity: 1; |
|||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); |
|||
filter: alpha(opacity=100); |
|||
cursor: pointer; |
|||
} |
|||
#toast-container > .toast-info { |
|||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; |
|||
} |
|||
#toast-container > .toast-error { |
|||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; |
|||
} |
|||
#toast-container > .toast-success { |
|||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; |
|||
} |
|||
#toast-container > .toast-warning { |
|||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; |
|||
} |
|||
#toast-container.toast-top-center > div, |
|||
#toast-container.toast-bottom-center > div { |
|||
width: 300px; |
|||
margin-left: auto; |
|||
margin-right: auto; |
|||
} |
|||
#toast-container.toast-top-full-width > div, |
|||
#toast-container.toast-bottom-full-width > div { |
|||
width: 96%; |
|||
margin-left: auto; |
|||
margin-right: auto; |
|||
} |
|||
.toast { |
|||
background-color: #030303; |
|||
} |
|||
.toast-success { |
|||
background-color: #51A351; |
|||
} |
|||
.toast-error { |
|||
background-color: #BD362F; |
|||
} |
|||
.toast-info { |
|||
background-color: #2F96B4; |
|||
} |
|||
.toast-warning { |
|||
background-color: #F89406; |
|||
} |
|||
.toast-progress { |
|||
position: absolute; |
|||
left: 0; |
|||
bottom: 0; |
|||
height: 4px; |
|||
background-color: #000000; |
|||
opacity: 0.4; |
|||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); |
|||
filter: alpha(opacity=40); |
|||
} |
|||
/*Responsive Design*/ |
|||
@media all and (max-width: 240px) { |
|||
#toast-container > div { |
|||
padding: 8px 8px 8px 50px; |
|||
width: 11em; |
|||
} |
|||
#toast-container > div.rtl { |
|||
padding: 8px 50px 8px 8px; |
|||
} |
|||
#toast-container .toast-close-button { |
|||
right: -0.2em; |
|||
top: -0.2em; |
|||
} |
|||
#toast-container .rtl .toast-close-button { |
|||
left: -0.2em; |
|||
right: 0.2em; |
|||
} |
|||
} |
|||
@media all and (min-width: 241px) and (max-width: 480px) { |
|||
#toast-container > div { |
|||
padding: 8px 8px 8px 50px; |
|||
width: 18em; |
|||
} |
|||
#toast-container > div.rtl { |
|||
padding: 8px 50px 8px 8px; |
|||
} |
|||
#toast-container .toast-close-button { |
|||
right: -0.2em; |
|||
top: -0.2em; |
|||
} |
|||
#toast-container .rtl .toast-close-button { |
|||
left: -0.2em; |
|||
right: 0.2em; |
|||
} |
|||
} |
|||
@media all and (min-width: 481px) and (max-width: 768px) { |
|||
#toast-container > div { |
|||
padding: 15px 15px 15px 50px; |
|||
width: 25em; |
|||
} |
|||
#toast-container > div.rtl { |
|||
padding: 15px 50px 15px 15px; |
|||
} |
|||
} |
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,280 +0,0 @@ |
|||
/*! |
|||
* @toast-ui/editor |
|||
* @version 2.5.1 | Tue Nov 24 2020 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
@charset "utf-8"; |
|||
.CodeMirror { |
|||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; |
|||
} |
|||
|
|||
.tui-editor-contents *:not(table) { |
|||
line-height: 160%; |
|||
box-sizing: content-box; |
|||
} |
|||
|
|||
.tui-editor-contents i, |
|||
.tui-editor-contents cite, |
|||
.tui-editor-contents em, |
|||
.tui-editor-contents var, |
|||
.tui-editor-contents address, |
|||
.tui-editor-contents dfn { |
|||
font-style: italic; |
|||
} |
|||
|
|||
.tui-editor-contents strong { |
|||
font-weight: bold; |
|||
} |
|||
|
|||
.tui-editor-contents p { |
|||
margin: 10px 0; |
|||
color: #555; |
|||
} |
|||
|
|||
.tui-editor-contents > h1:first-of-type, |
|||
.tui-editor-contents > div > div:first-of-type h1 { |
|||
margin-top: 14px; |
|||
} |
|||
|
|||
.tui-editor-contents h1, |
|||
.tui-editor-contents h2, |
|||
.tui-editor-contents h3, |
|||
.tui-editor-contents h5 { |
|||
font-weight: bold; |
|||
} |
|||
|
|||
.tui-editor-contents h1 { |
|||
font-size: 1.6rem; |
|||
line-height: 28px; |
|||
border-bottom: 3px double #999; |
|||
margin: 52px 0 15px 0; |
|||
padding-bottom: 7px; |
|||
color: #000; |
|||
} |
|||
|
|||
.tui-editor-contents h2 { |
|||
font-size: 1.3rem; |
|||
line-height: 23px; |
|||
border-bottom: 1px solid #dbdbdb; |
|||
margin: 30px 0 13px 0; |
|||
padding-bottom: 7px; |
|||
color: #333; |
|||
} |
|||
|
|||
.tui-editor-contents h3, |
|||
.tui-editor-contents h4 { |
|||
font-size: 1.2rem; |
|||
line-height: 18px; |
|||
margin: 20px 0 2px; |
|||
color: #333; |
|||
} |
|||
|
|||
.tui-editor-contents h5, |
|||
.tui-editor-contents h6 { |
|||
font-size: 1rem; |
|||
line-height: 17px; |
|||
margin: 10px 0 -4px; |
|||
color: #333; |
|||
} |
|||
|
|||
.tui-editor-contents blockquote { |
|||
margin: 15px 0; |
|||
} |
|||
|
|||
.tui-editor-contents blockquote { |
|||
border-left: 4px solid #dddddd; |
|||
padding: 0 15px; |
|||
color: #777777; |
|||
} |
|||
|
|||
.tui-editor-contents blockquote > :first-child { |
|||
margin-top: 0; |
|||
} |
|||
|
|||
.tui-editor-contents blockquote > :last-child { |
|||
margin-bottom: 0; |
|||
} |
|||
|
|||
.tui-editor-contents pre, |
|||
.tui-editor-contents code { |
|||
font-family: Consolas, Courier, 'Lucida Grande', '나눔바른고딕', 'Nanum Barun Gothic', '맑은고딕', |
|||
'Malgun Gothic', sans-serif; |
|||
border: 0; |
|||
border-radius: 0; |
|||
} |
|||
|
|||
.tui-editor-contents pre { |
|||
margin: 2px 0 8px; |
|||
padding: 18px; |
|||
background-color: #f5f7f8; |
|||
} |
|||
|
|||
.tui-editor-contents code { |
|||
color: #c1788b; |
|||
padding: 4px 4px 2px 0; |
|||
letter-spacing: -0.3px; |
|||
} |
|||
|
|||
.tui-editor-contents pre code { |
|||
padding: 0; |
|||
color: inherit; |
|||
white-space: pre-wrap; |
|||
background-color: transparent; |
|||
} |
|||
|
|||
.tui-editor-contents pre.addon { |
|||
border: 1px solid #e8ebed; |
|||
background-color: #fff; |
|||
} |
|||
|
|||
.tui-editor-contents img { |
|||
margin: 4px 0 10px; |
|||
box-sizing: border-box; |
|||
vertical-align: top; |
|||
max-width: 100%; |
|||
} |
|||
|
|||
.tui-editor-contents table { |
|||
margin: 2px 0 14px; |
|||
color: #555; |
|||
width: auto; |
|||
border-collapse: collapse; |
|||
box-sizing: border-box; |
|||
} |
|||
|
|||
.tui-editor-contents table th, |
|||
.tui-editor-contents table td { |
|||
height: 32px; |
|||
padding: 5px 14px 5px 12px; |
|||
} |
|||
|
|||
.tui-editor-contents table td { |
|||
border: 1px solid #eaeaea; |
|||
} |
|||
|
|||
.tui-editor-contents table th { |
|||
border: 1px solid #72777b; |
|||
border-top: 0; |
|||
background-color: #7b8184; |
|||
font-weight: 300; |
|||
color: #fff; |
|||
padding-top: 6px; |
|||
} |
|||
|
|||
.tui-editor-contents ul, |
|||
.tui-editor-contents menu, |
|||
.tui-editor-contents ol, |
|||
.tui-editor-contents dir { |
|||
display: block; |
|||
list-style-type: disc; |
|||
padding-left: 17px; |
|||
margin: 6px 0 10px; |
|||
color: #555; |
|||
} |
|||
|
|||
.tui-editor-contents ol { |
|||
list-style-type: decimal; |
|||
} |
|||
|
|||
.tui-editor-contents ul ul, |
|||
.tui-editor-contents ul ol, |
|||
.tui-editor-contents ol ol, |
|||
.tui-editor-contents ol ul { |
|||
margin-top: 0 !important; |
|||
margin-bottom: 0 !important; |
|||
} |
|||
|
|||
.tui-editor-contents ul li, |
|||
.tui-editor-contents ol li { |
|||
position: relative; |
|||
} |
|||
|
|||
.tui-editor-contents ul p, |
|||
ol p { |
|||
margin: 0; |
|||
} |
|||
|
|||
.tui-editor-contents ul li.task-list-item:before, |
|||
.tui-editor-contents ol li.task-list-item:before, |
|||
.tui-editor-contents pre ul li:before { |
|||
content: ''; |
|||
} |
|||
|
|||
.tui-editor-contents hr { |
|||
border-top: 1px solid #eee; |
|||
margin: 16px 0; |
|||
} |
|||
|
|||
.tui-editor-contents a { |
|||
text-decoration: underline; |
|||
color: #5286bc; |
|||
} |
|||
|
|||
.tui-editor-contents a:hover { |
|||
color: #007cff; |
|||
} |
|||
|
|||
.tui-editor-contents a.image-link { |
|||
position: relative; |
|||
} |
|||
|
|||
.tui-editor-contents a.image-link::before { |
|||
content: ''; |
|||
position: absolute; |
|||
margin: 0; |
|||
width: 20px; |
|||
height: 20px; |
|||
top: 2px; |
|||
right: 2px; |
|||
background-repeat: no-repeat; |
|||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAAA/0lEQVQ4Ee2UIY6FQAyG/91wAQQJDg8SSwI3QIFAcQHuwFHQoOAEEFAELB6H4wIku+9vQgIP9zLyVbTTTufLtJ3MzzRNf1AoGlmu6ypBzvOMXyWkC+QLvDTjw6VM+Xr2OA6UZYmu67Dvu2zleX6zuq7D933EcQxNuyPu3usYYXVdw/M8mKYpIMMwxEZRJHbbNsmhkySJxE71APJmhGVZhnVdURQFlmU585GmKSzLEp+570Dlz+ZxQ/aGJVNYsm3bCIJA/LZtMY4jmqbBMAwIw1DiV/UAstEUltP3vawdxxFbVZVYDoWwM1eCp+LnoErIUt7DL/Ac1edWng1/WlXyD380myY5A34sAAAAAElFTkSuQmCC'); |
|||
cursor: pointer; |
|||
} |
|||
|
|||
.tui-editor-contents { |
|||
font-size: 13px; |
|||
margin: 0; |
|||
padding: 0; |
|||
} |
|||
|
|||
.tui-editor-contents .task-list-item { |
|||
border: 0; |
|||
list-style: none; |
|||
padding-left: 22px; |
|||
margin-left: -22px; |
|||
min-height: 20px; |
|||
} |
|||
|
|||
.tui-editor-contents .task-list-item:before { |
|||
background-repeat: no-repeat; |
|||
background-size: 16px 16px; |
|||
background-position: center; |
|||
content: ''; |
|||
height: 18px; |
|||
width: 18px; |
|||
position: absolute; |
|||
left: 0; |
|||
top: 1px; |
|||
cursor: pointer; |
|||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADdJREFUKBVjvHv37n8GMgALSI+SkhJJWu/du8fARJIOJMWjGpECA505GjjoIYLEB6dVUNojFQAA/1MJUFWet/4AAAAASUVORK5CYII='); |
|||
} |
|||
|
|||
.tui-editor-contents .task-list-item.checked:before { |
|||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMpJREFUKBVjjJ/64D8DGYCJDD1gLbTVyM3OxJDiJMzAxcYIdyALnIWDAdJU7i/OICfCxsDMxMgwc88bwk5F1vTs/W+GFUffwY2H+1FBlI2hLliCQYCbGSyJrqlzwwuGj9//YWoMtRBgUBJnZ6gMEGeQFWaFOw9kE7omkG5GWDyCPF7mJ86gIMbO8P//fwZGRkYGXJpAGuFO/fbrP0PXppcMD179JKgJRSOIA9N8/NZXrM4DqYEBjOgAaYYFOUwRNhruVGyS+MTI1ggAx8NTGcUtFVQAAAAASUVORK5CYII='); |
|||
} |
|||
|
|||
.tui-editor-contents .task-list-item input[type='checkbox'], |
|||
.tui-editor-contents .task-list-item .task-list-item-checkbox { |
|||
margin-left: -17px; |
|||
margin-right: 3.8px; |
|||
margin-top: 3px; |
|||
} |
|||
|
|||
.tui-editor-contents-placeholder:before { |
|||
content: attr(data-placeholder); |
|||
color: grey; |
|||
line-height: 160%; |
|||
position: absolute; |
|||
} |
|||
|
|||
@ -1,377 +0,0 @@ |
|||
/*! |
|||
* @toast-ui/editor |
|||
* @version 2.5.1 | Tue Nov 24 2020 |
|||
* @author NHN FE Development Lab <dl_javascript@nhn.com> |
|||
* @license MIT |
|||
*/ |
|||
@charset "utf-8"; |
|||
.tui-editor-contents { |
|||
margin: 0; |
|||
padding: 0; |
|||
font-size: 13px; |
|||
font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕', |
|||
'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif; |
|||
} |
|||
|
|||
.tui-editor-contents *:not(table) { |
|||
line-height: 160%; |
|||
box-sizing: content-box; |
|||
} |
|||
|
|||
.tui-editor-contents i, |
|||
.tui-editor-contents cite, |
|||
.tui-editor-contents em, |
|||
.tui-editor-contents var, |
|||
.tui-editor-contents address, |
|||
.tui-editor-contents dfn { |
|||
font-style: italic; |
|||
} |
|||
|
|||
.tui-editor-contents strong { |
|||
font-weight: bold; |
|||
} |
|||
|
|||
.tui-editor-contents p { |
|||
margin: 10px 0; |
|||
color: #222; |
|||
} |
|||
|
|||
.tui-editor-contents > h1:first-of-type, |
|||
.tui-editor-contents > div > div:first-of-type h1 { |
|||
margin-top: 14px; |
|||
} |
|||
|
|||
.tui-editor-contents h1, |
|||
.tui-editor-contents h2, |
|||
.tui-editor-contents h3, |
|||
.tui-editor-contents h4, |
|||
.tui-editor-contents h5, |
|||
.tui-editor-contents h6 { |
|||
font-weight: bold; |
|||
color: #222; |
|||
} |
|||
|
|||
.tui-editor-contents h1 { |
|||
font-size: 24px; |
|||
line-height: 28px; |
|||
border-bottom: 3px double #999; |
|||
margin: 52px 0 15px 0; |
|||
padding-bottom: 7px; |
|||
} |
|||
|
|||
.tui-editor-contents h2 { |
|||
font-size: 22px; |
|||
line-height: 23px; |
|||
border-bottom: 1px solid #dbdbdb; |
|||
margin: 20px 0 13px 0; |
|||
padding-bottom: 7px; |
|||
} |
|||
|
|||
.tui-editor-contents h3 { |
|||
font-size: 20px; |
|||
margin: 18px 0 2px; |
|||
} |
|||
|
|||
.tui-editor-contents h4 { |
|||
font-size: 18px; |
|||
margin: 10px 0 2px; |
|||
} |
|||
|
|||
.tui-editor-contents h3, |
|||
.tui-editor-contents h4 { |
|||
line-height: 18px; |
|||
} |
|||
|
|||
.tui-editor-contents h5 { |
|||
font-size: 16px; |
|||
} |
|||
|
|||
.tui-editor-contents h6 { |
|||
font-size: 14px; |
|||
} |
|||
|
|||
.tui-editor-contents h5, |
|||
.tui-editor-contents h6 { |
|||
line-height: 17px; |
|||
margin: 9px 0 -4px; |
|||
} |
|||
|
|||
.tui-editor-contents del { |
|||
color: #999; |
|||
} |
|||
|
|||
.tui-editor-contents blockquote { |
|||
margin: 14px 0; |
|||
border-left: 4px solid #e5e5e5; |
|||
padding: 0 16px; |
|||
color: #999; |
|||
} |
|||
|
|||
.tui-editor-contents blockquote p, |
|||
.tui-editor-contents blockquote ul, |
|||
.tui-editor-contents blockquote ol { |
|||
color: #999; |
|||
} |
|||
|
|||
.tui-editor-contents blockquote > :first-child { |
|||
margin-top: 0; |
|||
} |
|||
|
|||
.tui-editor-contents blockquote > :last-child { |
|||
margin-bottom: 0; |
|||
} |
|||
|
|||
.tui-editor-contents pre, |
|||
.tui-editor-contents code { |
|||
font-family: Consolas, Courier, 'Apple SD 산돌고딕 Neo', -apple-system, 'Lucida Grande', |
|||
'Apple SD Gothic Neo', '맑은 고딕', 'Malgun Gothic', 'Segoe UI', '돋움', dotum, sans-serif; |
|||
border: 0; |
|||
border-radius: 0; |
|||
} |
|||
|
|||
.tui-editor-contents pre { |
|||
margin: 2px 0 8px; |
|||
padding: 18px; |
|||
background-color: #f5f7f8; |
|||
} |
|||
|
|||
.tui-editor-contents code { |
|||
color: #c1798b; |
|||
background-color: #f9f2f4; |
|||
padding: 2px 3px; |
|||
letter-spacing: -0.3px; |
|||
border-radius: 2px; |
|||
} |
|||
|
|||
.tui-editor-contents pre code { |
|||
padding: 0; |
|||
color: inherit; |
|||
white-space: pre-wrap; |
|||
background-color: transparent; |
|||
} |
|||
|
|||
.tui-editor-contents pre.addon { |
|||
border: 1px solid #e8ebed; |
|||
background-color: #fff; |
|||
} |
|||
|
|||
.tui-editor-contents img { |
|||
margin: 4px 0 10px; |
|||
box-sizing: border-box; |
|||
vertical-align: top; |
|||
max-width: 100%; |
|||
} |
|||
|
|||
.tui-editor-contents table { |
|||
border: 1px solid rgba(0, 0, 0, 0.1); |
|||
margin: 12px 0 14px; |
|||
color: #222; |
|||
width: auto; |
|||
border-collapse: collapse; |
|||
box-sizing: border-box; |
|||
} |
|||
|
|||
.tui-editor-contents table th, |
|||
.tui-editor-contents table td { |
|||
border: 1px solid rgba(0, 0, 0, 0.1); |
|||
padding: 5px 14px 5px 12px; |
|||
height: 32px; |
|||
} |
|||
|
|||
.tui-editor-contents table th { |
|||
background-color: #555; |
|||
font-weight: 300; |
|||
color: #fff; |
|||
padding-top: 6px; |
|||
} |
|||
|
|||
.tui-editor-contents ul, |
|||
.tui-editor-contents menu, |
|||
.tui-editor-contents ol, |
|||
.tui-editor-contents dir { |
|||
display: block; |
|||
list-style-type: none; |
|||
padding-left: 24px; |
|||
margin: 6px 0 10px; |
|||
color: #222; |
|||
} |
|||
|
|||
.tui-editor-contents ol { |
|||
list-style-type: none; |
|||
counter-reset: li; |
|||
} |
|||
|
|||
.tui-editor-contents ol > li { |
|||
counter-increment: li; |
|||
} |
|||
|
|||
.tui-editor-contents ul > li::before, |
|||
.tui-editor-contents ol > li::before { |
|||
display: inline-block; |
|||
position: absolute; |
|||
} |
|||
|
|||
.tui-editor-contents ul > li::before { |
|||
content: ''; |
|||
margin-top: 6px; |
|||
margin-left: -17px; |
|||
width: 5px; |
|||
height: 5px; |
|||
border-radius: 50%; |
|||
background-color: #ccc; |
|||
} |
|||
|
|||
.tui-editor-contents ol > li::before { |
|||
content: '.' counter(li); |
|||
margin-left: -28px; |
|||
width: 24px; |
|||
text-align: right; |
|||
direction: rtl; |
|||
color: #aaa; |
|||
} |
|||
|
|||
.tui-editor-contents ul ul, |
|||
.tui-editor-contents ul ol, |
|||
.tui-editor-contents ol ol, |
|||
.tui-editor-contents ol ul { |
|||
margin-top: 0 !important; |
|||
margin-bottom: 0 !important; |
|||
} |
|||
|
|||
.tui-editor-contents ul li, |
|||
.tui-editor-contents ol li { |
|||
position: relative; |
|||
} |
|||
|
|||
.tui-editor-contents ul p, |
|||
.tui-editor-contents ol p { |
|||
margin: 0; |
|||
} |
|||
|
|||
.tui-editor-contents ul li.task-list-item::before, |
|||
.tui-editor-contents ol li.task-list-item::before, |
|||
.tui-editor-contents pre ul li::before { |
|||
content: ''; |
|||
} |
|||
|
|||
.tui-editor-contents th ol, |
|||
.tui-editor-contents th ul { |
|||
color: #fff; |
|||
} |
|||
|
|||
.tui-editor-contents hr { |
|||
border-top: 1px solid #eee; |
|||
margin: 16px 0; |
|||
} |
|||
|
|||
.tui-editor-contents a { |
|||
text-decoration: underline; |
|||
color: #4b96e6; |
|||
} |
|||
|
|||
.tui-editor-contents a:hover { |
|||
color: #1f70de; |
|||
} |
|||
|
|||
.tui-editor-contents a.image-link { |
|||
position: relative; |
|||
} |
|||
|
|||
.tui-editor-contents a.image-link::before { |
|||
content: ''; |
|||
position: absolute; |
|||
margin: 0; |
|||
width: 20px; |
|||
height: 20px; |
|||
top: 2px; |
|||
right: 2px; |
|||
background-repeat: no-repeat; |
|||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAAA/0lEQVQ4Ee2UIY6FQAyG/91wAQQJDg8SSwI3QIFAcQHuwFHQoOAEEFAELB6H4wIku+9vQgIP9zLyVbTTTufLtJ3MzzRNf1AoGlmu6ypBzvOMXyWkC+QLvDTjw6VM+Xr2OA6UZYmu67Dvu2zleX6zuq7D933EcQxNuyPu3usYYXVdw/M8mKYpIMMwxEZRJHbbNsmhkySJxE71APJmhGVZhnVdURQFlmU585GmKSzLEp+570Dlz+ZxQ/aGJVNYsm3bCIJA/LZtMY4jmqbBMAwIw1DiV/UAstEUltP3vawdxxFbVZVYDoWwM1eCp+LnoErIUt7DL/Ac1edWng1/WlXyD380myY5A34sAAAAAElFTkSuQmCC'); |
|||
cursor: pointer; |
|||
} |
|||
|
|||
.tui-editor-contents .task-list-item { |
|||
border: 0; |
|||
list-style: none; |
|||
padding-left: 24px; |
|||
margin-left: -24px; |
|||
} |
|||
|
|||
.tui-editor-contents .task-list-item::before { |
|||
background-repeat: no-repeat; |
|||
background-size: 18px 18px; |
|||
background-position: center; |
|||
content: ''; |
|||
margin-left: 0; |
|||
margin-top: 0; |
|||
border-radius: 0; |
|||
height: 18px; |
|||
width: 18px; |
|||
position: absolute; |
|||
left: 0; |
|||
top: 1px; |
|||
cursor: pointer; |
|||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEqADAAQAAAABAAAAEgAAAACaqbJVAAAAQklEQVQ4EWM8c+bMfwYqABaQGcbGxhQZdfbsWQYmikxA0jxqEFJg4GCOhhGOgEESHg0jpMDAwRx8YQQuj0DlCaUAAEdBCPJ7TaEPAAAAAElFTkSuQmCC'); |
|||
} |
|||
|
|||
.tui-editor-contents .task-list-item.checked::before { |
|||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEqADAAQAAAABAAAAEgAAAACaqbJVAAAA1ElEQVQ4EWP0nvbsPwMVABMVzAAbMWoQIiT5OJgYvLS5EAJQFguGCB4BkCHt/kIM8kKsYFXbrn6DqyY6sJENefjuN8ORuz/ghoAYWA0COR2kEQbQDanc+I7h049/MGkwjVANFQYZkmXHD/YCyABiDAFpxQgjkJO9dbjA4QAKDxAAhQnIO9hcAlYAJDBcBHIySANII8gAYgwBGYZhEEgQZFjVJohhhFwCUg8CjPgyLT8nE8N/YJZGD1iIVlQSI4yQpT9+R40ZZDl0NlavoSsihj/4DAIAR+hZHUj727YAAAAASUVORK5CYII='); |
|||
} |
|||
|
|||
.tui-editor-contents .task-list-item input[type='checkbox'], |
|||
.tui-editor-contents .task-list-item .task-list-item-checkbox { |
|||
margin-left: -17px; |
|||
margin-right: 3.8px; |
|||
margin-top: 3px; |
|||
} |
|||
|
|||
.tui-editor-contents-placeholder::before { |
|||
content: attr(data-placeholder); |
|||
color: grey; |
|||
line-height: 160%; |
|||
position: absolute; |
|||
} |
|||
|
|||
.te-preview .tui-editor-contents h1 { |
|||
min-height: 28px; |
|||
} |
|||
|
|||
.te-preview .tui-editor-contents h2 { |
|||
min-height: 23px; |
|||
} |
|||
|
|||
.te-preview .tui-editor-contents blockquote { |
|||
min-height: 20px; |
|||
} |
|||
|
|||
.te-preview .tui-editor-contents li { |
|||
min-height: 22px; |
|||
} |
|||
|
|||
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { |
|||
/* IE10+11 */ |
|||
.te-ww-container .tui-editor-contents li { |
|||
vertical-align: middle; |
|||
} |
|||
|
|||
.te-ww-container .tui-editor-contents ul > li::before, |
|||
.te-ww-container .tui-editor-contents ol > li::before, |
|||
.te-ww-container .tui-editor-contents .task-list-item:before { |
|||
position: static; |
|||
vertical-align: middle; |
|||
} |
|||
|
|||
.te-ww-container .tui-editor-contents ul > li::before { |
|||
margin-top: -3px; |
|||
margin-right: 12px; |
|||
} |
|||
|
|||
.te-ww-container .tui-editor-contents ol > li::before { |
|||
margin-right: 6px; |
|||
} |
|||
|
|||
.te-ww-container .tui-editor-contents .task-list-item { |
|||
padding-left: 2px; |
|||
} |
|||
} |
|||
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,4 +1,6 @@ |
|||
/* |
|||
https://select2.org/troubleshooting/common-problems
|
|||
*/ |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
if ($.fn.modal) { |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
} |
|||
|
|||
@ -1,4 +1,6 @@ |
|||
/* |
|||
https://select2.org/troubleshooting/common-problems
|
|||
*/ |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
if ($.fn.modal) { |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
} |
|||
|
|||
@ -1,4 +1,6 @@ |
|||
/* |
|||
https://select2.org/troubleshooting/common-problems
|
|||
*/ |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
if ($.fn.modal) { |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
} |
|||
|
|||
@ -1,4 +1,6 @@ |
|||
/* |
|||
https://select2.org/troubleshooting/common-problems
|
|||
*/ |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
if ($.fn.modal) { |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
} |
|||
|
|||
File diff suppressed because it is too large
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,4 +1,6 @@ |
|||
/* |
|||
https://select2.org/troubleshooting/common-problems
|
|||
*/ |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
if ($.fn.modal) { |
|||
$.fn.modal.Constructor.prototype._enforceFocus = function () { }; |
|||
} |
|||
|
|||
@ -1,11 +1,11 @@ |
|||
{ |
|||
"version": "4.4.3", |
|||
"version": "4.4.4", |
|||
"name": "@abp/aspnetcore.components.server.basictheme", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/aspnetcore.components.server.theming": "~4.4.3" |
|||
"@abp/aspnetcore.components.server.theming": "~4.4.4" |
|||
}, |
|||
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" |
|||
} |
|||
|
|||
@ -1,12 +1,12 @@ |
|||
{ |
|||
"version": "4.4.3", |
|||
"version": "4.4.4", |
|||
"name": "@abp/aspnetcore.components.server.theming", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/bootstrap": "~4.4.3", |
|||
"@abp/font-awesome": "~4.4.3" |
|||
"@abp/bootstrap": "~4.4.4", |
|||
"@abp/font-awesome": "~4.4.4" |
|||
}, |
|||
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" |
|||
} |
|||
|
|||
@ -1,11 +1,11 @@ |
|||
{ |
|||
"version": "4.4.3", |
|||
"version": "4.4.4", |
|||
"name": "@abp/aspnetcore.mvc.ui.theme.basic", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/aspnetcore.mvc.ui.theme.shared": "~4.4.3" |
|||
"@abp/aspnetcore.mvc.ui.theme.shared": "~4.4.4" |
|||
}, |
|||
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" |
|||
} |
|||
|
|||
@ -1,24 +1,24 @@ |
|||
{ |
|||
"version": "4.4.3", |
|||
"version": "4.4.4", |
|||
"name": "@abp/aspnetcore.mvc.ui.theme.shared", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/aspnetcore.mvc.ui": "~4.4.3", |
|||
"@abp/bootstrap": "~4.4.3", |
|||
"@abp/bootstrap-datepicker": "~4.4.3", |
|||
"@abp/datatables.net-bs4": "~4.4.3", |
|||
"@abp/font-awesome": "~4.4.3", |
|||
"@abp/jquery-form": "~4.4.3", |
|||
"@abp/jquery-validation-unobtrusive": "~4.4.3", |
|||
"@abp/lodash": "~4.4.3", |
|||
"@abp/luxon": "~4.4.3", |
|||
"@abp/malihu-custom-scrollbar-plugin": "~4.4.3", |
|||
"@abp/select2": "~4.4.3", |
|||
"@abp/sweetalert": "~4.4.3", |
|||
"@abp/timeago": "~4.4.3", |
|||
"@abp/toastr": "~4.4.3" |
|||
"@abp/aspnetcore.mvc.ui": "~4.4.4", |
|||
"@abp/bootstrap": "~4.4.4", |
|||
"@abp/bootstrap-datepicker": "~4.4.4", |
|||
"@abp/datatables.net-bs4": "~4.4.4", |
|||
"@abp/font-awesome": "~4.4.4", |
|||
"@abp/jquery-form": "~4.4.4", |
|||
"@abp/jquery-validation-unobtrusive": "~4.4.4", |
|||
"@abp/lodash": "~4.4.4", |
|||
"@abp/luxon": "~4.4.4", |
|||
"@abp/malihu-custom-scrollbar-plugin": "~4.4.4", |
|||
"@abp/select2": "~4.4.4", |
|||
"@abp/sweetalert": "~4.4.4", |
|||
"@abp/timeago": "~4.4.4", |
|||
"@abp/toastr": "~4.4.4" |
|||
}, |
|||
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" |
|||
} |
|||
|
|||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue