UNPKG

jodit

Version:

Jodit is an awesome and useful wysiwyg editor with filebrowser

76 lines (66 loc) 3.39 kB
"use strict"; (self["webpackChunkjodit"] = self["webpackChunkjodit"] || []).push([[5],{ /***/ 19005: /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { __webpack_require__.r(__webpack_exports__); /* harmony import */ var classlist_polyfill__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50112); /* harmony import */ var classlist_polyfill__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classlist_polyfill__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var es6_promise_auto__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10990); /* harmony import */ var es6_promise_auto__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(es6_promise_auto__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_es_symbol__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(57683); /* harmony import */ var core_js_es_symbol__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_es_symbol__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_es_array_find_index__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7796); /* harmony import */ var core_js_es_array_find_index__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_es_array_find_index__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_es_array_from__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(43098); /* harmony import */ var core_js_es_array_from__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_es_array_from__WEBPACK_IMPORTED_MODULE_4__); /*! * Jodit Editor (https://xdsoft.net/jodit/) * Released under MIT see LICENSE.txt in the project root for license information. * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net */ // for ie11 if (!Array.prototype.includes) { Array.prototype.includes = function (value) { return this.indexOf(value) > -1; }; } // for ie11 if (typeof Object.assign !== 'function') { // Must be writable: true, enumerable: false, configurable: true Object.defineProperty(Object, 'assign', { value: function assign(target, varArgs) { // .length of function is 2 if (target == null) { throw new TypeError('Cannot convert undefined or null to object'); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { // eslint-disable-next-line prefer-rest-params var nextSource = arguments[index]; if (nextSource != null) { for (var nextKey in nextSource) { // Avoid bugs when hasOwnProperty is shadowed if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); } if (!Array.prototype.find) { Array.prototype.find = function (value) { return this.indexOf(value) > -1 ? value : undefined; }; } if (!String.prototype.endsWith) { String.prototype.endsWith = function (value) { return this[this.length - 1] === value; }; } /***/ }) }]);