jodit 4.2.27 → 4.2.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nvmrc +1 -1
- package/CHANGELOG.md +110 -5
- package/es2015/jodit.css +11 -1
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +354 -243
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +25 -18
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2018/jodit.css +11 -1
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +347 -236
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.js +1 -1
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +25 -18
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021/jodit.css +11 -1
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +347 -236
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +25 -18
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021.en/jodit.css +11 -1
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +322 -230
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +25 -18
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/164.fat.min.js +10 -0
- package/es5/164.js +4939 -0
- package/es5/164.min.js +10 -0
- package/es5/5.fat.min.js +10 -0
- package/es5/5.js +76 -0
- package/es5/5.min.js +10 -0
- package/es5/jodit.css +12 -2
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +777 -5685
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +26 -19
- package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/esm/config.js +3 -7
- package/esm/core/async/async.js +2 -1
- package/esm/core/constants.d.ts +2 -0
- package/esm/core/constants.js +10 -6
- package/esm/core/decorators/watch/watch.js +0 -1
- package/esm/core/dom/dom.js +2 -2
- package/esm/core/event-emitter/event-emitter.js +3 -3
- package/esm/core/global.js +13 -3
- package/esm/core/helpers/array/to-array.d.ts +1 -6
- package/esm/core/helpers/array/to-array.js +1 -1
- package/esm/core/helpers/async/set-timeout.d.ts +0 -3
- package/esm/core/helpers/async/set-timeout.js +3 -2
- package/esm/core/helpers/checker/has-browser-color-picker.d.ts +0 -3
- package/esm/core/helpers/checker/has-browser-color-picker.js +2 -1
- package/esm/core/helpers/checker/is-url.d.ts +0 -3
- package/esm/core/helpers/checker/is-url.js +2 -1
- package/esm/core/helpers/html/apply-styles.js +3 -3
- package/esm/core/helpers/html/clean-from-word.js +2 -1
- package/esm/core/helpers/html/htmlspecialchars.d.ts +0 -3
- package/esm/core/helpers/html/htmlspecialchars.js +2 -1
- package/esm/core/helpers/normalize/normalize-size.d.ts +1 -1
- package/esm/core/helpers/size/get-scroll-parent.js +3 -2
- package/esm/core/helpers/utils/complete-url.js +2 -1
- package/esm/core/helpers/utils/convert-media-url-to-video-embed.js +2 -1
- package/esm/core/helpers/utils/default-language.js +3 -2
- package/esm/core/helpers/utils/reset.js +3 -3
- package/esm/core/request/ajax.js +2 -1
- package/esm/core/selection/selection.js +1 -0
- package/esm/core/selection/style/api/has-same-style.js +15 -10
- package/esm/core/selection/style/api/toggle-attributes.js +2 -1
- package/esm/core/selection/style/commit-style.d.ts +1 -1
- package/esm/core/ui/form/inputs/file/file.d.ts +1 -0
- package/esm/core/ui/form/inputs/file/file.js +1 -0
- package/esm/core/ui/form/validators/input.d.ts +3 -3
- package/esm/core/ui/form/validators/select.d.ts +1 -1
- package/esm/jodit.js +3 -0
- package/esm/modules/file-browser/config.js +9 -1
- package/esm/modules/file-browser/data-provider.js +0 -1
- package/esm/modules/file-browser/file-browser.js +0 -1
- package/esm/modules/table/table.js +0 -1
- package/esm/modules/toolbar/button/button.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-char.js +1 -0
- package/esm/plugins/clean-html/config.d.ts +3 -3
- package/esm/plugins/iframe/config.d.ts +15 -3
- package/esm/plugins/iframe/config.js +1 -0
- package/esm/plugins/iframe/iframe.js +3 -0
- package/esm/plugins/indent/helpers.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/a.d.ts +2 -2
- package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/esm/plugins/search/config.js +2 -2
- package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +2 -1
- package/esm/plugins/search/helpers/highlight-text-ranges.js +15 -4
- package/esm/plugins/search/search.d.ts +2 -2
- package/esm/plugins/search/search.js +8 -7
- package/esm/plugins/search/ui/search.js +3 -3
- package/esm/plugins/source/editor/engines/ace.d.ts +0 -1
- package/esm/plugins/speech-recognize/config.js +1 -1
- package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
- package/esm/plugins/speech-recognize/helpers/api.js +5 -2
- package/esm/plugins/speech-recognize/helpers/sound.js +6 -4
- package/esm/plugins/stat/config.d.ts +1 -0
- package/esm/plugins/stat/config.js +1 -0
- package/esm/plugins/stat/stat.js +14 -3
- package/esm/plugins/symbols/langs/index.d.ts +2 -1
- package/esm/plugins/symbols/langs/index.js +2 -1
- package/esm/plugins/symbols/langs/ua.d.ts +1 -0
- package/esm/plugins/symbols/langs/ua.js +9 -0
- package/esm/polyfills.d.ts +10 -0
- package/esm/polyfills.js +54 -0
- package/esm/tsconfig.json +1 -1
- package/package.json +1 -1
- package/types/core/constants.d.ts +2 -0
- package/types/core/helpers/array/to-array.d.ts +1 -6
- package/types/core/helpers/async/set-timeout.d.ts +0 -3
- package/types/core/helpers/checker/has-browser-color-picker.d.ts +0 -3
- package/types/core/helpers/checker/is-url.d.ts +0 -3
- package/types/core/helpers/html/htmlspecialchars.d.ts +0 -3
- package/types/core/helpers/normalize/normalize-size.d.ts +1 -1
- package/types/core/selection/style/commit-style.d.ts +1 -1
- package/types/core/ui/form/inputs/file/file.d.ts +1 -0
- package/types/core/ui/form/validators/input.d.ts +3 -3
- package/types/core/ui/form/validators/select.d.ts +1 -1
- package/types/modules/toolbar/button/button.d.ts +1 -1
- package/types/plugins/clean-html/config.d.ts +3 -3
- package/types/plugins/iframe/config.d.ts +15 -3
- package/types/plugins/indent/helpers.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/a.d.ts +2 -2
- package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/types/plugins/search/helpers/highlight-text-ranges.d.ts +2 -1
- package/types/plugins/search/search.d.ts +2 -2
- package/types/plugins/source/editor/engines/ace.d.ts +0 -1
- package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
- package/types/plugins/stat/config.d.ts +1 -0
- package/types/plugins/symbols/langs/index.d.ts +2 -1
- package/types/plugins/symbols/langs/ua.d.ts +1 -0
- package/types/polyfills.d.ts +10 -0
- package/types/tsconfig.json +1 -1
package/es5/164.min.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
|
+
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
+
* Version: v4.2.33
|
|
5
|
+
* Url: https://xdsoft.net/jodit/
|
|
6
|
+
* License(s): MIT
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
"use strict";(self.webpackChunkjodit=self.webpackChunkjodit||[]).push([[164],{92687:function(){"document"in window.self&&((!("classList"in document.createElement("_"))||document.createElementNS&&!("classList"in document.createElementNS("http://www.w3.org/2000/svg","g")))&&function(t){if("Element"in t){var n="classList",r="prototype",e=t.Element[r],o=Object,i=String[r].trim||function(){return this.replace(/^\s+|\s+$/g,"")},u=Array[r].indexOf||function(t){for(var n=0,r=this.length;r>n;n++)if(n in this&&this[n]===t)return n;return-1},c=function(t,n){this.name=t,this.code=DOMException[t],this.message=n},a=function(t,n){if(""===n)throw new c("SYNTAX_ERR","An invalid or illegal string was specified");if(/\s/.test(n))throw new c("INVALID_CHARACTER_ERR","String contains an invalid character");return u.call(t,n)},f=function(t){for(var n=i.call(t.getAttribute("class")||""),r=n?n.split(/\s+/):[],e=0,o=r.length;o>e;e++)this.push(r[e]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},s=f[r]=[],l=function(){return new f(this)};if(c[r]=Error[r],s.item=function(t){return this[t]||null},s.contains=function(t){return-1!==a(this,t+="")},s.add=function(){var t,n=arguments,r=0,e=n.length,o=!1;do{-1===a(this,t=n[r]+"")&&(this.push(t),o=!0)}while(++r<e);o&&this._updateClassName()},s.remove=function(){var t,n,r=arguments,e=0,o=r.length,i=!1;do{for(n=a(this,t=r[e]+"");-1!==n;)this.splice(n,1),i=!0,n=a(this,t)}while(++e<o);i&&this._updateClassName()},s.toggle=function(t,n){var r=this.contains(t+=""),e=r?!0!==n&&"remove":!1!==n&&"add";return e&&this[e](t),!0===n||!1===n?n:!r},s.toString=function(){return this.join(" ")},o.defineProperty){var p={get:l,enumerable:!0,configurable:!0};try{o.defineProperty(e,n,p)}catch(t){void 0!==t.number&&-2146823252!==t.number||(p.enumerable=!1,o.defineProperty(e,n,p))}}else o[r].__defineGetter__&&e.__defineGetter__(n,l)}}(window.self),function(){var t=document.createElement("_");if(t.classList.add("c1","c2"),!t.classList.contains("c2")){var n=function(t){var n=DOMTokenList.prototype[t];DOMTokenList.prototype[t]=function(t){var r,e=arguments.length;for(r=0;e>r;r++)n.call(this,t=arguments[r])}};n("add"),n("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var r=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,n){return 1 in arguments&&!this.contains(t)==!n?n:r.call(this,t)}}t=null}())},8489:function(t,n,r){t.exports=r(48743).polyfill()},48743:function(t,n,r){t.exports=function(){function t(t){return"function"==typeof t}var n=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},e=0,o=void 0,i=void 0,u=function(t,n){v[e]=t,v[e+1]=n,2===(e+=2)&&(i?i(h):m())},c="undefined"!=typeof window?window:void 0,a=c||{},f=a.MutationObserver||a.WebKitMutationObserver,s="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"==={}.toString.call(process),l="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function p(){var t=setTimeout;return function(){return t(h,1)}}var v=new Array(1e3);function h(){for(var t=0;e>t;t+=2)(0,v[t])(v[t+1]),v[t]=void 0,v[t+1]=void 0;e=0}var y,d,g,b,m=void 0;function w(t,n){var r=this,e=new this.constructor(_);void 0===e[S]&&N(e);var o=r._state;if(o){var i=arguments[o-1];u((function(){return k(o,e,i,r._result)}))}else I(r,e,t,n);return e}function x(t){if(t&&"object"==typeof t&&t.constructor===this)return t;var n=new this(_);return P(n,t),n}m=s?function(){return process.nextTick(h)}:f?(d=0,g=new f(h),b=document.createTextNode(""),g.observe(b,{characterData:!0}),function(){b.data=d=++d%2}):l?((y=new MessageChannel).port1.onmessage=h,function(){return y.port2.postMessage(0)}):void 0===c?function(){try{var t=Function("return this")().require("vertx");return void 0!==(o=t.runOnLoop||t.runOnContext)?function(){o(h)}:p()}catch(t){return p()}}():p();var S=Math.random().toString(36).substring(2);function _(){}var O=void 0,j=1,A=2;function E(n,r,e){r.constructor===n.constructor&&e===w&&r.constructor.resolve===x?function(t,n){n._state===j?F(t,n._result):n._state===A?C(t,n._result):I(n,void 0,(function(n){return P(t,n)}),(function(n){return C(t,n)}))}(n,r):void 0===e?F(n,r):t(e)?function(t,n,r){u((function(t){var e=!1,o=function(r,o){try{r.call(o,(function(r){e||(e=!0,n!==r?P(t,r):F(t,r))}),(function(n){e||(e=!0,C(t,n))}))}catch(t){return t}}(r,n);!e&&o&&(e=!0,C(t,o))}),t)}(n,r,e):F(n,r)}function P(t,n){if(t===n)C(t,new TypeError("You cannot resolve a promise with itself"));else if(o=typeof(e=n),null===e||"object"!==o&&"function"!==o)F(t,n);else{var r=void 0;try{r=n.then}catch(n){return void C(t,n)}E(t,n,r)}var e,o}function T(t){t._onerror&&t._onerror(t._result),R(t)}function F(t,n){t._state===O&&(t._result=n,t._state=j,0!==t._subscribers.length&&u(R,t))}function C(t,n){t._state===O&&(t._state=A,t._result=n,u(T,t))}function I(t,n,r,e){var o=t._subscribers,i=o.length;t._onerror=null,o[i]=n,o[i+j]=r,o[i+A]=e,0===i&&t._state&&u(R,t)}function R(t){var n=t._subscribers,r=t._state;if(0!==n.length){for(var e=void 0,o=void 0,i=t._result,u=0;n.length>u;u+=3)o=n[u+r],(e=n[u])?k(r,e,o,i):o(i);t._subscribers.length=0}}function k(n,r,e,o){var i=t(e),u=void 0,c=void 0,a=!0;if(i){try{u=e(o)}catch(t){a=!1,c=t}if(r===u)return void C(r,new TypeError("A promises callback cannot return that same promise."))}else u=o;r._state!==O||(i&&a?P(r,u):!1===a?C(r,c):n===j?F(r,u):n===A&&C(r,u))}var M=0;function N(t){t[S]=M++,t._state=void 0,t._result=void 0,t._subscribers=[]}var L=function(){function t(t,r){this._instanceConstructor=t,this.promise=new t(_),this.promise[S]||N(this.promise),n(r)?(this.length=r.length,this._remaining=r.length,this._result=new Array(this.length),0===this.length?F(this.promise,this._result):(this.length=this.length||0,this._enumerate(r),0===this._remaining&&F(this.promise,this._result))):C(this.promise,new Error("Array Methods must be provided an Array"))}return t.prototype._enumerate=function(t){for(var n=0;this._state===O&&t.length>n;n++)this._eachEntry(t[n],n)},t.prototype._eachEntry=function(t,n){var r=this._instanceConstructor,e=r.resolve;if(e===x){var o=void 0,i=void 0,u=!1;try{o=t.then}catch(t){u=!0,i=t}if(o===w&&t._state!==O)this._settledAt(t._state,n,t._result);else if("function"!=typeof o)this._remaining--,this._result[n]=t;else if(r===D){var c=new r(_);u?C(c,i):E(c,t,o),this._willSettleAt(c,n)}else this._willSettleAt(new r((function(n){return n(t)})),n)}else this._willSettleAt(e(t),n)},t.prototype._settledAt=function(t,n,r){var e=this.promise;e._state===O&&(this._remaining--,t===A?C(e,r):this._result[n]=r),0===this._remaining&&F(e,this._result)},t.prototype._willSettleAt=function(t,n){var r=this;I(t,void 0,(function(t){return r._settledAt(j,n,t)}),(function(t){return r._settledAt(A,n,t)}))},t}(),D=function(){function n(t){this[S]=M++,this._result=this._state=void 0,this._subscribers=[],_!==t&&("function"!=typeof t&&function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof n?function(t,n){try{n((function(n){P(t,n)}),(function(n){C(t,n)}))}catch(n){C(t,n)}}(this,t):function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}return n.prototype.catch=function(t){return this.then(null,t)},n.prototype.finally=function(n){var r=this,e=r.constructor;return t(n)?r.then((function(t){return e.resolve(n()).then((function(){return t}))}),(function(t){return e.resolve(n()).then((function(){throw t}))})):r.then(n,n)},n}();return D.prototype.then=w,D.all=function(t){return new L(this,t).promise},D.race=function(t){var r=this;return n(t)?new r((function(n,e){for(var o=t.length,i=0;o>i;i++)r.resolve(t[i]).then(n,e)})):new r((function(t,n){return n(new TypeError("You must pass an array to race."))}))},D.resolve=x,D.reject=function(t){var n=new this(_);return C(n,t),n},D._setScheduler=function(t){i=t},D._setAsap=function(t){u=t},D._asap=u,D.polyfill=function(){var t=void 0;if(void 0!==r.g)t=r.g;else if("undefined"!=typeof self)t=self;else try{t=Function("return this")()}catch(t){throw new Error("polyfill failed because global object is unavailable in this environment")}var n=t.Promise;if(n){var e=null;try{e=Object.prototype.toString.call(n.resolve())}catch(t){}if("[object Promise]"===e&&!n.cast)return}t.Promise=D},D.Promise=D,D}()},64707:function(t,n,r){r(49445);var e=r(40532);t.exports=e("Array","findIndex")},7513:function(t,n,r){r(95491),r(69507);var e=r(21504);t.exports=e.Array.from},29368:function(t,n,r){r(92059),r(7222),r(88598),r(10695),r(62630),r(4282),r(38163),r(86912),r(1957),r(94811),r(89580),r(40582),r(80294),r(19644),r(28619),r(76880),r(9163),r(57914),r(20926),r(83775);var e=r(21504);t.exports=e.Symbol},49649:function(t,n,r){var e=r(55468),o=r(5174),i=TypeError;t.exports=function(t){if(e(t))return t;throw new i(o(t)+" is not a function")}},23785:function(t,n,r){var e=r(84200),o=String,i=TypeError;t.exports=function(t){if(e(t))return t;throw new i("Can't set "+o(t)+" as a prototype")}},1922:function(t,n,r){var e=r(47226),o=r(52713),i=r(11154).f,u=e("unscopables"),c=Array.prototype;void 0===c[u]&&i(c,u,{configurable:!0,value:o(null)}),t.exports=function(t){c[u][t]=!0}},79002:function(t,n,r){var e=r(56063),o=String,i=TypeError;t.exports=function(t){if(e(t))return t;throw new i(o(t)+" is not an object")}},91531:function(t,n,r){var e=r(69661),o=r(31944),i=r(58860),u=r(23756),c=r(96242),a=r(38018),f=r(2701),s=r(44849),l=r(50318),p=r(38994),v=Array;t.exports=function(t){var n=i(t),r=a(this),h=arguments.length,y=h>1?arguments[1]:void 0,d=void 0!==y;d&&(y=e(y,h>2?arguments[2]:void 0));var g,b,m,w,x,S,_=p(n),O=0;if(!_||this===v&&c(_))for(g=f(n),b=r?new this(g):v(g);g>O;O++)S=d?y(n[O],O):n[O],s(b,O,S);else for(b=r?new this:[],x=(w=l(n,_)).next;!(m=o(x,w)).done;O++)S=d?u(w,y,[m.value,O],!0):m.value,s(b,O,S);return b.length=O,b}},54962:function(t,n,r){var e=r(53324),o=r(13619),i=r(2701),u=function(t){return function(n,r,u){var c=e(n),a=i(c);if(0===a)return!t&&-1;var f,s=o(u,a);if(t&&r!=r){for(;a>s;)if((f=c[s++])!=f)return!0}else for(;a>s;s++)if((t||s in c)&&c[s]===r)return t||s||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},84536:function(t,n,r){var e=r(69661),o=r(84369),i=r(21072),u=r(58860),c=r(2701),a=r(24686),f=o([].push),s=function(t){var n=1===t,r=2===t,o=3===t,s=4===t,l=6===t,p=7===t,v=5===t||l;return function(h,y,d,g){for(var b,m,w=u(h),x=i(w),S=c(x),_=e(y,d),O=0,j=g||a,A=n?j(h,S):r||p?j(h,0):void 0;S>O;O++)if((v||O in x)&&(m=_(b=x[O],O,w),t))if(n)A[O]=m;else if(m)switch(t){case 3:return!0;case 5:return b;case 6:return O;case 2:f(A,b)}else switch(t){case 4:return!1;case 7:f(A,b)}return l?-1:o||s?s:A}};t.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterReject:s(7)}},16074:function(t,n,r){var e=r(11794),o=r(47226),i=r(9696),u=o("species");t.exports=function(t){return i>=51||!e((function(){var n=[];return(n.constructor={})[u]=function(){return{foo:1}},1!==n[t](Boolean).foo}))}},85457:function(t,n,r){var e=r(84369);t.exports=e([].slice)},85148:function(t,n,r){var e=r(96127),o=r(38018),i=r(56063),u=r(47226)("species"),c=Array;t.exports=function(t){var n;return e(t)&&(o(n=t.constructor)&&(n===c||e(n.prototype))||i(n)&&null===(n=n[u]))&&(n=void 0),void 0===n?c:n}},24686:function(t,n,r){var e=r(85148);t.exports=function(t,n){return new(e(t))(0===n?0:n)}},23756:function(t,n,r){var e=r(79002),o=r(62004);t.exports=function(t,n,r,i){try{return i?n(e(r)[0],r[1]):n(r)}catch(n){o(t,"throw",n)}}},60947:function(t,n,r){var e=r(47226)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[e]=function(){return this},Array.from(u,(function(){throw 2}))}catch(t){}t.exports=function(t,n){try{if(!n&&!o)return!1}catch(t){return!1}var r=!1;try{var i={};i[e]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},96321:function(t,n,r){var e=r(84369),o=e({}.toString),i=e("".slice);t.exports=function(t){return i(o(t),8,-1)}},12318:function(t,n,r){var e=r(46833),o=r(55468),i=r(96321),u=r(47226)("toStringTag"),c=Object,a="Arguments"===i(function(){return arguments}());t.exports=e?i:function(t){var n,r,e;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,n){try{return t[n]}catch(t){}}(n=c(t),u))?r:a?i(n):"Object"===(e=i(n))&&o(n.callee)?"Arguments":e}},79041:function(t,n,r){var e=r(58898),o=r(42576),i=r(34072),u=r(11154);t.exports=function(t,n,r){for(var c=o(n),a=u.f,f=i.f,s=0;c.length>s;s++){var l=c[s];e(t,l)||r&&e(r,l)||a(t,l,f(n,l))}}},18776:function(t,n,r){var e=r(11794);t.exports=!e((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},11392:function(t){t.exports=function(t,n){return{value:t,done:n}}},41752:function(t,n,r){var e=r(54525),o=r(11154),i=r(72787);t.exports=e?function(t,n,r){return o.f(t,n,i(1,r))}:function(t,n,r){return t[n]=r,t}},72787:function(t){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},44849:function(t,n,r){var e=r(54525),o=r(11154),i=r(72787);t.exports=function(t,n,r){e?o.f(t,n,i(0,r)):t[n]=r}},79093:function(t,n,r){var e=r(66530),o=r(11154);t.exports=function(t,n,r){return r.get&&e(r.get,n,{getter:!0}),r.set&&e(r.set,n,{setter:!0}),o.f(t,n,r)}},47941:function(t,n,r){var e=r(55468),o=r(11154),i=r(66530),u=r(61486);t.exports=function(t,n,r,c){c||(c={});var a=c.enumerable,f=void 0!==c.name?c.name:n;if(e(r)&&i(r,f,c),c.global)a?t[n]=r:u(n,r);else{try{c.unsafe?t[n]&&(a=!0):delete t[n]}catch(t){}a?t[n]=r:o.f(t,n,{value:r,enumerable:!1,configurable:!c.nonConfigurable,writable:!c.nonWritable})}return t}},61486:function(t,n,r){var e=r(36749),o=Object.defineProperty;t.exports=function(t,n){try{o(e,t,{value:n,configurable:!0,writable:!0})}catch(r){e[t]=n}return n}},54525:function(t,n,r){var e=r(11794);t.exports=!e((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},33350:function(t,n,r){var e=r(36749),o=r(56063),i=e.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},74098:function(t){var n=TypeError;t.exports=function(t){if(t>9007199254740991)throw n("Maximum allowed index exceeded");return t}},40532:function(t,n,r){var e=r(36749),o=r(84369);t.exports=function(t,n){return o(e[t].prototype[n])}},36922:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},61100:function(t,n,r){var e=r(36749).navigator,o=e&&e.userAgent;t.exports=o?String(o):""},9696:function(t,n,r){var e,o,i=r(36749),u=r(61100),c=i.process,a=i.Deno,f=c&&c.versions||a&&a.version,s=f&&f.v8;s&&(o=(e=s.split("."))[0]>0&&4>e[0]?1:+(e[0]+e[1])),!o&&u&&((e=u.match(/Edge\/(\d+)/))&&74>e[1]||(e=u.match(/Chrome\/(\d+)/))&&(o=+e[1])),t.exports=o},22829:function(t,n,r){var e=r(36749),o=r(34072).f,i=r(41752),u=r(47941),c=r(61486),a=r(79041),f=r(43721);t.exports=function(t,n){var r,s,l,p,v,h=t.target,y=t.global,d=t.stat;if(r=y?e:d?e[h]||c(h,{}):e[h]&&e[h].prototype)for(s in n){if(p=n[s],l=t.dontCallGetSet?(v=o(r,s))&&v.value:r[s],!f(y?s:h+(d?".":"#")+s,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;a(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),u(r,s,p,t)}}},11794:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},14150:function(t,n,r){var e=r(38719),o=Function.prototype,i=o.apply,u=o.call;t.exports="object"==typeof Reflect&&Reflect.apply||(e?u.bind(i):function(){return u.apply(i,arguments)})},69661:function(t,n,r){var e=r(55211),o=r(49649),i=r(38719),u=e(e.bind);t.exports=function(t,n){return o(t),void 0===n?t:i?u(t,n):function(){return t.apply(n,arguments)}}},38719:function(t,n,r){var e=r(11794);t.exports=!e((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},31944:function(t,n,r){var e=r(38719),o=Function.prototype.call;t.exports=e?o.bind(o):function(){return o.apply(o,arguments)}},84735:function(t,n,r){var e=r(54525),o=r(58898),i=Function.prototype,u=e&&Object.getOwnPropertyDescriptor,c=o(i,"name"),a=c&&"something"===function(){}.name,f=c&&(!e||e&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:a,CONFIGURABLE:f}},24689:function(t,n,r){var e=r(84369),o=r(49649);t.exports=function(t,n,r){try{return e(o(Object.getOwnPropertyDescriptor(t,n)[r]))}catch(t){}}},55211:function(t,n,r){var e=r(96321),o=r(84369);t.exports=function(t){if("Function"===e(t))return o(t)}},84369:function(t,n,r){var e=r(38719),o=Function.prototype,i=o.call,u=e&&o.bind.bind(i,i);t.exports=e?u:function(t){return function(){return i.apply(t,arguments)}}},93572:function(t,n,r){var e=r(36749),o=r(55468);t.exports=function(t,n){return 2>arguments.length?o(r=e[t])?r:void 0:e[t]&&e[t][n];var r}},38994:function(t,n,r){var e=r(12318),o=r(17585),i=r(77630),u=r(24396),c=r(47226)("iterator");t.exports=function(t){if(!i(t))return o(t,c)||o(t,"@@iterator")||u[e(t)]}},50318:function(t,n,r){var e=r(31944),o=r(49649),i=r(79002),u=r(5174),c=r(38994),a=TypeError;t.exports=function(t,n){var r=2>arguments.length?c(t):n;if(o(r))return i(e(r,t));throw new a(u(t)+" is not iterable")}},91918:function(t,n,r){var e=r(84369),o=r(96127),i=r(55468),u=r(96321),c=r(67850),a=e([].push);t.exports=function(t){if(i(t))return t;if(o(t)){for(var n=t.length,r=[],e=0;n>e;e++){var f=t[e];"string"==typeof f?a(r,f):"number"!=typeof f&&"Number"!==u(f)&&"String"!==u(f)||a(r,c(f))}var s=r.length,l=!0;return function(t,n){if(l)return l=!1,n;if(o(this))return n;for(var e=0;s>e;e++)if(r[e]===t)return n}}}},17585:function(t,n,r){var e=r(49649),o=r(77630);t.exports=function(t,n){var r=t[n];return o(r)?void 0:e(r)}},36749:function(t,n,r){var e=function(t){return t&&t.Math===Math&&t};t.exports=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof r.g&&r.g)||e("object"==typeof this&&this)||function(){return this}()||Function("return this")()},58898:function(t,n,r){var e=r(84369),o=r(58860),i=e({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,n){return i(o(t),n)}},25220:function(t){t.exports={}},56194:function(t,n,r){var e=r(93572);t.exports=e("document","documentElement")},13126:function(t,n,r){var e=r(54525),o=r(11794),i=r(33350);t.exports=!e&&!o((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},21072:function(t,n,r){var e=r(84369),o=r(11794),i=r(96321),u=Object,c=e("".split);t.exports=o((function(){return!u("z").propertyIsEnumerable(0)}))?function(t){return"String"===i(t)?c(t,""):u(t)}:u},70181:function(t,n,r){var e=r(84369),o=r(55468),i=r(50662),u=e(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},238:function(t,n,r){var e,o,i,u=r(14041),c=r(36749),a=r(56063),f=r(41752),s=r(58898),l=r(50662),p=r(44840),v=r(25220),h="Object already initialized",y=c.TypeError;if(u||l.state){var d=l.state||(l.state=new(0,c.WeakMap));d.get=d.get,d.has=d.has,d.set=d.set,e=function(t,n){if(d.has(t))throw new y(h);return n.facade=t,d.set(t,n),n},o=function(t){return d.get(t)||{}},i=function(t){return d.has(t)}}else{var g=p("state");v[g]=!0,e=function(t,n){if(s(t,g))throw new y(h);return n.facade=t,f(t,g,n),n},o=function(t){return s(t,g)?t[g]:{}},i=function(t){return s(t,g)}}t.exports={set:e,get:o,has:i,enforce:function(t){return i(t)?o(t):e(t,{})},getterFor:function(t){return function(n){var r;if(!a(n)||(r=o(n)).type!==t)throw new y("Incompatible receiver, "+t+" required");return r}}}},96242:function(t,n,r){var e=r(47226),o=r(24396),i=e("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},96127:function(t,n,r){var e=r(96321);t.exports=Array.isArray||function(t){return"Array"===e(t)}},55468:function(t){var n="object"==typeof document&&document.all;t.exports=void 0===n&&void 0!==n?function(t){return"function"==typeof t||t===n}:function(t){return"function"==typeof t}},38018:function(t,n,r){var e=r(84369),o=r(11794),i=r(55468),u=r(12318),c=r(93572),a=r(70181),f=function(){},s=c("Reflect","construct"),l=/^\s*(?:class|function)\b/,p=e(l.exec),v=!l.test(f),h=function(t){if(!i(t))return!1;try{return s(f,[],t),!0}catch(t){return!1}},y=function(t){if(!i(t))return!1;switch(u(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return v||!!p(l,a(t))}catch(t){return!0}};y.sham=!0,t.exports=!s||o((function(){var t;return h(h.call)||!h(Object)||!h((function(){t=!0}))||t}))?y:h},43721:function(t,n,r){var e=r(11794),o=r(55468),i=/#|\.prototype\./,u=function(t,n){var r=a[c(t)];return r===s||r!==f&&(o(n)?e(n):!!n)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},a=u.data={},f=u.NATIVE="N",s=u.POLYFILL="P";t.exports=u},77630:function(t){t.exports=function(t){return null==t}},56063:function(t,n,r){var e=r(55468);t.exports=function(t){return"object"==typeof t?null!==t:e(t)}},84200:function(t,n,r){var e=r(56063);t.exports=function(t){return e(t)||null===t}},32470:function(t){t.exports=!1},81264:function(t,n,r){var e=r(93572),o=r(55468),i=r(67618),u=r(16401),c=Object;t.exports=u?function(t){return"symbol"==typeof t}:function(t){var n=e("Symbol");return o(n)&&i(n.prototype,c(t))}},62004:function(t,n,r){var e=r(31944),o=r(79002),i=r(17585);t.exports=function(t,n,r){var u,c;o(t);try{if(!(u=i(t,"return"))){if("throw"===n)throw r;return r}u=e(u,t)}catch(t){c=!0,u=t}if("throw"===n)throw r;if(c)throw u;return o(u),r}},89767:function(t,n,r){var e=r(47922).IteratorPrototype,o=r(52713),i=r(72787),u=r(36698),c=r(24396),a=function(){return this};t.exports=function(t,n,r,f){var s=n+" Iterator";return t.prototype=o(e,{next:i(+!f,r)}),u(t,s,!1,!0),c[s]=a,t}},33649:function(t,n,r){var e=r(22829),o=r(31944),i=r(32470),u=r(84735),c=r(55468),a=r(89767),f=r(59210),s=r(72478),l=r(36698),p=r(41752),v=r(47941),h=r(47226),y=r(24396),d=r(47922),g=u.PROPER,b=u.CONFIGURABLE,m=d.IteratorPrototype,w=d.BUGGY_SAFARI_ITERATORS,x=h("iterator"),S="keys",_="values",O="entries",j=function(){return this};t.exports=function(t,n,r,u,h,d,A){a(r,n,u);var E,P,T,F=function(t){if(t===h&&M)return M;if(!w&&t&&t in R)return R[t];switch(t){case S:case _:case O:return function(){return new r(this,t)}}return function(){return new r(this)}},C=n+" Iterator",I=!1,R=t.prototype,k=R[x]||R["@@iterator"]||h&&R[h],M=!w&&k||F(h),N="Array"===n&&R.entries||k;if(N&&(E=f(N.call(new t)))!==Object.prototype&&E.next&&(i||f(E)===m||(s?s(E,m):c(E[x])||v(E,x,j)),l(E,C,!0,!0),i&&(y[C]=j)),g&&h===_&&k&&k.name!==_&&(!i&&b?p(R,"name",_):(I=!0,M=function(){return o(k,this)})),h)if(P={values:F(_),keys:d?M:F(S),entries:F(O)},A)for(T in P)(w||I||!(T in R))&&v(R,T,P[T]);else e({target:n,proto:!0,forced:w||I},P);return i&&!A||R[x]===M||v(R,x,M,{name:h}),y[n]=M,P}},47922:function(t,n,r){var e,o,i,u=r(11794),c=r(55468),a=r(56063),f=r(52713),s=r(59210),l=r(47941),p=r(47226),v=r(32470),h=p("iterator"),y=!1;[].keys&&("next"in(i=[].keys())?(o=s(s(i)))!==Object.prototype&&(e=o):y=!0),!a(e)||u((function(){var t={};return e[h].call(t)!==t}))?e={}:v&&(e=f(e)),c(e[h])||l(e,h,(function(){return this})),t.exports={IteratorPrototype:e,BUGGY_SAFARI_ITERATORS:y}},24396:function(t){t.exports={}},2701:function(t,n,r){var e=r(72843);t.exports=function(t){return e(t.length)}},66530:function(t,n,r){var e=r(84369),o=r(11794),i=r(55468),u=r(58898),c=r(54525),a=r(84735).CONFIGURABLE,f=r(70181),s=r(238),l=s.enforce,p=s.get,v=String,h=Object.defineProperty,y=e("".slice),d=e("".replace),g=e([].join),b=c&&!o((function(){return 8!==h((function(){}),"length",{value:8}).length})),m=String(String).split("String"),w=t.exports=function(t,n,r){"Symbol("===y(v(n),0,7)&&(n="["+d(v(n),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(n="get "+n),r&&r.setter&&(n="set "+n),(!u(t,"name")||a&&t.name!==n)&&(c?h(t,"name",{value:n,configurable:!0}):t.name=n),b&&r&&u(r,"arity")&&t.length!==r.arity&&h(t,"length",{value:r.arity});try{r&&u(r,"constructor")&&r.constructor?c&&h(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var e=l(t);return u(e,"source")||(e.source=g(m,"string"==typeof n?n:"")),t};Function.prototype.toString=w((function(){return i(this)&&p(this).source||f(this)}),"toString")},64814:function(t){var n=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var e=+t;return(e>0?r:n)(e)}},52713:function(t,n,r){var e,o=r(79002),i=r(68126),u=r(36922),c=r(25220),a=r(56194),f=r(33350),s=r(44840),l="prototype",p="script",v=s("IE_PROTO"),h=function(){},y=function(t){return"<"+p+">"+t+"</"+p+">"},d=function(t){t.write(y("")),t.close();var n=t.parentWindow.Object;return t=null,n},g=function(){try{e=new ActiveXObject("htmlfile")}catch(t){}var t,n,r;g="undefined"!=typeof document?document.domain&&e?d(e):(n=f("iframe"),r="java"+p+":",n.style.display="none",a.appendChild(n),n.src=String(r),(t=n.contentWindow.document).open(),t.write(y("document.F=Object")),t.close(),t.F):d(e);for(var o=u.length;o--;)delete g[l][u[o]];return g()};c[v]=!0,t.exports=Object.create||function(t,n){var r;return null!==t?(h[l]=o(t),r=new h,h[l]=null,r[v]=t):r=g(),void 0===n?r:i.f(r,n)}},68126:function(t,n,r){var e=r(54525),o=r(90739),i=r(11154),u=r(79002),c=r(53324),a=r(14769);n.f=e&&!o?Object.defineProperties:function(t,n){u(t);for(var r,e=c(n),o=a(n),f=o.length,s=0;f>s;)i.f(t,r=o[s++],e[r]);return t}},11154:function(t,n,r){var e=r(54525),o=r(13126),i=r(90739),u=r(79002),c=r(92776),a=TypeError,f=Object.defineProperty,s=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",v="writable";n.f=e?i?function(t,n,r){if(u(t),n=c(n),u(r),"function"==typeof t&&"prototype"===n&&"value"in r&&v in r&&!r[v]){var e=s(t,n);e&&e[v]&&(t[n]=r.value,r={configurable:p in r?r[p]:e[p],enumerable:l in r?r[l]:e[l],writable:!1})}return f(t,n,r)}:f:function(t,n,r){if(u(t),n=c(n),u(r),o)try{return f(t,n,r)}catch(t){}if("get"in r||"set"in r)throw new a("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},34072:function(t,n,r){var e=r(54525),o=r(31944),i=r(66e3),u=r(72787),c=r(53324),a=r(92776),f=r(58898),s=r(13126),l=Object.getOwnPropertyDescriptor;n.f=e?l:function(t,n){if(t=c(t),n=a(n),s)try{return l(t,n)}catch(t){}if(f(t,n))return u(!o(i.f,t,n),t[n])}},23701:function(t,n,r){var e=r(96321),o=r(53324),i=r(17213).f,u=r(85457),c="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return c&&"Window"===e(t)?function(t){try{return i(t)}catch(t){return u(c)}}(t):i(o(t))}},17213:function(t,n,r){var e=r(55155),o=r(36922).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return e(t,o)}},89452:function(t,n){n.f=Object.getOwnPropertySymbols},59210:function(t,n,r){var e=r(58898),o=r(55468),i=r(58860),u=r(44840),c=r(18776),a=u("IE_PROTO"),f=Object,s=f.prototype;t.exports=c?f.getPrototypeOf:function(t){var n=i(t);if(e(n,a))return n[a];var r=n.constructor;return o(r)&&n instanceof r?r.prototype:n instanceof f?s:null}},67618:function(t,n,r){var e=r(84369);t.exports=e({}.isPrototypeOf)},55155:function(t,n,r){var e=r(84369),o=r(58898),i=r(53324),u=r(54962).indexOf,c=r(25220),a=e([].push);t.exports=function(t,n){var r,e=i(t),f=0,s=[];for(r in e)!o(c,r)&&o(e,r)&&a(s,r);for(;n.length>f;)o(e,r=n[f++])&&(~u(s,r)||a(s,r));return s}},14769:function(t,n,r){var e=r(55155),o=r(36922);t.exports=Object.keys||function(t){return e(t,o)}},66e3:function(t,n){var r={}.propertyIsEnumerable,e=Object.getOwnPropertyDescriptor,o=e&&!r.call({1:2},1);n.f=o?function(t){var n=e(this,t);return!!n&&n.enumerable}:r},72478:function(t,n,r){var e=r(24689),o=r(56063),i=r(7605),u=r(23785);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,n=!1,r={};try{(t=e(Object.prototype,"__proto__","set"))(r,[]),n=r instanceof Array}catch(t){}return function(r,e){return i(r),u(e),o(r)?(n?t(r,e):r.__proto__=e,r):r}}():void 0)},46724:function(t,n,r){var e=r(46833),o=r(12318);t.exports=e?{}.toString:function(){return"[object "+o(this)+"]"}},69775:function(t,n,r){var e=r(31944),o=r(55468),i=r(56063),u=TypeError;t.exports=function(t,n){var r,c;if("string"===n&&o(r=t.toString)&&!i(c=e(r,t)))return c;if(o(r=t.valueOf)&&!i(c=e(r,t)))return c;if("string"!==n&&o(r=t.toString)&&!i(c=e(r,t)))return c;throw new u("Can't convert object to primitive value")}},42576:function(t,n,r){var e=r(93572),o=r(84369),i=r(17213),u=r(89452),c=r(79002),a=o([].concat);t.exports=e("Reflect","ownKeys")||function(t){var n=i.f(c(t)),r=u.f;return r?a(n,r(t)):n}},21504:function(t,n,r){var e=r(36749);t.exports=e},7605:function(t,n,r){var e=r(77630),o=TypeError;t.exports=function(t){if(e(t))throw new o("Can't call method on "+t);return t}},36698:function(t,n,r){var e=r(11154).f,o=r(58898),i=r(47226)("toStringTag");t.exports=function(t,n,r){t&&!r&&(t=t.prototype),t&&!o(t,i)&&e(t,i,{configurable:!0,value:n})}},44840:function(t,n,r){var e=r(27962),o=r(15489),i=e("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},50662:function(t,n,r){var e=r(32470),o=r(36749),i=r(61486),u="__core-js_shared__",c=t.exports=o[u]||i(u,{});(c.versions||(c.versions=[])).push({version:"3.38.1",mode:e?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE",source:"https://github.com/zloirock/core-js"})},27962:function(t,n,r){var e=r(50662);t.exports=function(t,n){return e[t]||(e[t]=n||{})}},48692:function(t,n,r){var e=r(84369),o=r(39784),i=r(67850),u=r(7605),c=e("".charAt),a=e("".charCodeAt),f=e("".slice),s=function(t){return function(n,r){var e,s,l=i(u(n)),p=o(r),v=l.length;return 0>p||p>=v?t?"":void 0:55296>(e=a(l,p))||e>56319||p+1===v||56320>(s=a(l,p+1))||s>57343?t?c(l,p):e:t?f(l,p,p+2):s-56320+(e-55296<<10)+65536}};t.exports={codeAt:s(!1),charAt:s(!0)}},8464:function(t,n,r){var e=r(9696),o=r(11794),i=r(36749).String;t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol("symbol detection");return!i(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&e&&41>e}))},67109:function(t,n,r){var e=r(31944),o=r(93572),i=r(47226),u=r(47941);t.exports=function(){var t=o("Symbol"),n=t&&t.prototype,r=n&&n.valueOf,c=i("toPrimitive");n&&!n[c]&&u(n,c,(function(t){return e(r,this)}),{arity:1})}},68097:function(t,n,r){var e=r(8464);t.exports=e&&!!Symbol.for&&!!Symbol.keyFor},13619:function(t,n,r){var e=r(39784),o=Math.max,i=Math.min;t.exports=function(t,n){var r=e(t);return 0>r?o(r+n,0):i(r,n)}},53324:function(t,n,r){var e=r(21072),o=r(7605);t.exports=function(t){return e(o(t))}},39784:function(t,n,r){var e=r(64814);t.exports=function(t){var n=+t;return n!=n||0===n?0:e(n)}},72843:function(t,n,r){var e=r(39784),o=Math.min;t.exports=function(t){var n=e(t);return n>0?o(n,9007199254740991):0}},58860:function(t,n,r){var e=r(7605),o=Object;t.exports=function(t){return o(e(t))}},18258:function(t,n,r){var e=r(31944),o=r(56063),i=r(81264),u=r(17585),c=r(69775),a=r(47226),f=TypeError,s=a("toPrimitive");t.exports=function(t,n){if(!o(t)||i(t))return t;var r,a=u(t,s);if(a){if(void 0===n&&(n="default"),r=e(a,t,n),!o(r)||i(r))return r;throw new f("Can't convert object to primitive value")}return void 0===n&&(n="number"),c(t,n)}},92776:function(t,n,r){var e=r(18258),o=r(81264);t.exports=function(t){var n=e(t,"string");return o(n)?n:n+""}},46833:function(t,n,r){var e={};e[r(47226)("toStringTag")]="z",t.exports="[object z]"===String(e)},67850:function(t,n,r){var e=r(12318),o=String;t.exports=function(t){if("Symbol"===e(t))throw new TypeError("Cannot convert a Symbol value to a string");return o(t)}},5174:function(t){var n=String;t.exports=function(t){try{return n(t)}catch(t){return"Object"}}},15489:function(t,n,r){var e=r(84369),o=0,i=Math.random(),u=e(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},16401:function(t,n,r){var e=r(8464);t.exports=e&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},90739:function(t,n,r){var e=r(54525),o=r(11794);t.exports=e&&o((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},14041:function(t,n,r){var e=r(36749),o=r(55468),i=e.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},44604:function(t,n,r){var e=r(21504),o=r(58898),i=r(25514),u=r(11154).f;t.exports=function(t){var n=e.Symbol||(e.Symbol={});o(n,t)||u(n,t,{value:i.f(t)})}},25514:function(t,n,r){var e=r(47226);n.f=e},47226:function(t,n,r){var e=r(36749),o=r(27962),i=r(58898),u=r(15489),c=r(8464),a=r(16401),f=e.Symbol,s=o("wks"),l=a?f.for||f:f&&f.withoutSetter||u;t.exports=function(t){return i(s,t)||(s[t]=c&&i(f,t)?f[t]:l("Symbol."+t)),s[t]}},92059:function(t,n,r){var e=r(22829),o=r(11794),i=r(96127),u=r(56063),c=r(58860),a=r(2701),f=r(74098),s=r(44849),l=r(24686),p=r(16074),v=r(47226),h=r(9696),y=v("isConcatSpreadable"),d=h>=51||!o((function(){var t=[];return t[y]=!1,t.concat()[0]!==t})),g=function(t){if(!u(t))return!1;var n=t[y];return void 0!==n?!!n:i(t)};e({target:"Array",proto:!0,arity:1,forced:!d||!p("concat")},{concat:function(t){var n,r,e,o,i,u=c(this),p=l(u,0),v=0;for(n=-1,e=arguments.length;e>n;n++)if(g(i=-1===n?u:arguments[n]))for(o=a(i),f(v+o),r=0;o>r;r++,v++)r in i&&s(p,v,i[r]);else f(v+1),s(p,v++,i);return p.length=v,p}})},49445:function(t,n,r){var e=r(22829),o=r(84536).findIndex,i=r(1922),u="findIndex",c=!0;u in[]&&Array(1)[u]((function(){c=!1})),e({target:"Array",proto:!0,forced:c},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(u)},69507:function(t,n,r){var e=r(22829),o=r(91531);e({target:"Array",stat:!0,forced:!r(60947)((function(t){Array.from(t)}))},{from:o})},15159:function(t,n,r){var e=r(22829),o=r(93572),i=r(14150),u=r(31944),c=r(84369),a=r(11794),f=r(55468),s=r(81264),l=r(85457),p=r(91918),v=r(8464),h=String,y=o("JSON","stringify"),d=c(/./.exec),g=c("".charAt),b=c("".charCodeAt),m=c("".replace),w=c(1..toString),x=/[\uD800-\uDFFF]/g,S=/^[\uD800-\uDBFF]$/,_=/^[\uDC00-\uDFFF]$/,O=!v||a((function(){var t=o("Symbol")("stringify detection");return"[null]"!==y([t])||"{}"!==y({a:t})||"{}"!==y(Object(t))})),j=a((function(){return'"\\udf06\\ud834"'!==y("\udf06\ud834")||'"\\udead"'!==y("\udead")})),A=function(t,n){var r=l(arguments),e=p(n);if(f(e)||void 0!==t&&!s(t))return r[1]=function(t,n){if(f(e)&&(n=u(e,this,h(t),n)),!s(n))return n},i(y,null,r)},E=function(t,n,r){var e=g(r,n-1),o=g(r,n+1);return d(S,t)&&!d(_,o)||d(_,t)&&!d(S,e)?"\\u"+w(b(t,0),16):t};y&&e({target:"JSON",stat:!0,arity:3,forced:O||j},{stringify:function(t,n,r){var e=l(arguments),o=i(O?A:y,null,e);return j&&"string"==typeof o?m(o,x,E):o}})},57914:function(t,n,r){var e=r(36749);r(36698)(e.JSON,"JSON",!0)},20926:function(t,n,r){r(36698)(Math,"Math",!0)},43130:function(t,n,r){var e=r(22829),o=r(8464),i=r(11794),u=r(89452),c=r(58860);e({target:"Object",stat:!0,forced:!o||i((function(){u.f(1)}))},{getOwnPropertySymbols:function(t){var n=u.f;return n?n(c(t)):[]}})},7222:function(t,n,r){var e=r(46833),o=r(47941),i=r(46724);e||o(Object.prototype,"toString",i,{unsafe:!0})},83775:function(t,n,r){var e=r(22829),o=r(36749),i=r(36698);e({global:!0},{Reflect:{}}),i(o.Reflect,"Reflect",!0)},95491:function(t,n,r){var e=r(48692).charAt,o=r(67850),i=r(238),u=r(33649),c=r(11392),a="String Iterator",f=i.set,s=i.getterFor(a);u(String,"String",(function(t){f(this,{type:a,string:o(t),index:0})}),(function(){var t,n=s(this),r=n.string,o=n.index;return r.length>o?(t=e(r,o),n.index+=t.length,c(t,!1)):c(void 0,!0)}))},10695:function(t,n,r){r(44604)("asyncIterator")},2624:function(t,n,r){var e=r(22829),o=r(36749),i=r(31944),u=r(84369),c=r(32470),a=r(54525),f=r(8464),s=r(11794),l=r(58898),p=r(67618),v=r(79002),h=r(53324),y=r(92776),d=r(67850),g=r(72787),b=r(52713),m=r(14769),w=r(17213),x=r(23701),S=r(89452),_=r(34072),O=r(11154),j=r(68126),A=r(66e3),E=r(47941),P=r(79093),T=r(27962),F=r(44840),C=r(25220),I=r(15489),R=r(47226),k=r(25514),M=r(44604),N=r(67109),L=r(36698),D=r(238),G=r(84536).forEach,z=F("hidden"),B="Symbol",U="prototype",W=D.set,Y=D.getterFor(B),$=Object[U],J=o.Symbol,X=J&&J[U],q=o.RangeError,K=o.TypeError,V=o.QObject,H=_.f,Q=O.f,Z=x.f,tt=A.f,nt=u([].push),rt=T("symbols"),et=T("op-symbols"),ot=T("wks"),it=!V||!V[U]||!V[U].findChild,ut=function(t,n,r){var e=H($,n);e&&delete $[n],Q(t,n,r),e&&t!==$&&Q($,n,e)},ct=a&&s((function(){return 7!==b(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a}))?ut:Q,at=function(t,n){var r=rt[t]=b(X);return W(r,{type:B,tag:t,description:n}),a||(r.description=n),r},ft=function(t,n,r){t===$&&ft(et,n,r),v(t);var e=y(n);return v(r),l(rt,e)?(r.enumerable?(l(t,z)&&t[z][e]&&(t[z][e]=!1),r=b(r,{enumerable:g(0,!1)})):(l(t,z)||Q(t,z,g(1,b(null))),t[z][e]=!0),ct(t,e,r)):Q(t,e,r)},st=function(t,n){v(t);var r=h(n),e=m(r).concat(ht(r));return G(e,(function(n){a&&!i(lt,r,n)||ft(t,n,r[n])})),t},lt=function(t){var n=y(t),r=i(tt,this,n);return!(this===$&&l(rt,n)&&!l(et,n))&&(!(r||!l(this,n)||!l(rt,n)||l(this,z)&&this[z][n])||r)},pt=function(t,n){var r=h(t),e=y(n);if(r!==$||!l(rt,e)||l(et,e)){var o=H(r,e);return!o||!l(rt,e)||l(r,z)&&r[z][e]||(o.enumerable=!0),o}},vt=function(t){var n=Z(h(t)),r=[];return G(n,(function(t){l(rt,t)||l(C,t)||nt(r,t)})),r},ht=function(t){var n=t===$,r=Z(n?et:h(t)),e=[];return G(r,(function(t){!l(rt,t)||n&&!l($,t)||nt(e,rt[t])})),e};f||(J=function(){if(p(X,this))throw new K("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?d(arguments[0]):void 0,n=I(t),r=function(t){var e=void 0===this?o:this;e===$&&i(r,et,t),l(e,z)&&l(e[z],n)&&(e[z][n]=!1);var u=g(1,t);try{ct(e,n,u)}catch(t){if(!(t instanceof q))throw t;ut(e,n,u)}};return a&&it&&ct($,n,{configurable:!0,set:r}),at(n,t)},E(X=J[U],"toString",(function(){return Y(this).tag})),E(J,"withoutSetter",(function(t){return at(I(t),t)})),A.f=lt,O.f=ft,j.f=st,_.f=pt,w.f=x.f=vt,S.f=ht,k.f=function(t){return at(R(t),t)},a&&(P(X,"description",{configurable:!0,get:function(){return Y(this).description}}),c||E($,"propertyIsEnumerable",lt,{unsafe:!0}))),e({global:!0,constructor:!0,wrap:!0,forced:!f,sham:!f},{Symbol:J}),G(m(ot),(function(t){M(t)})),e({target:B,stat:!0,forced:!f},{useSetter:function(){it=!0},useSimple:function(){it=!1}}),e({target:"Object",stat:!0,forced:!f,sham:!a},{create:function(t,n){return void 0===n?b(t):st(b(t),n)},defineProperty:ft,defineProperties:st,getOwnPropertyDescriptor:pt}),e({target:"Object",stat:!0,forced:!f},{getOwnPropertyNames:vt}),N(),L(J,B),C[z]=!0},62630:function(t,n,r){var e=r(22829),o=r(54525),i=r(36749),u=r(84369),c=r(58898),a=r(55468),f=r(67618),s=r(67850),l=r(79093),p=r(79041),v=i.Symbol,h=v&&v.prototype;if(o&&a(v)&&(!("description"in h)||void 0!==v().description)){var y={},d=function(){var t=1>arguments.length||void 0===arguments[0]?void 0:s(arguments[0]),n=f(h,this)?new v(t):void 0===t?v():v(t);return""===t&&(y[n]=!0),n};p(d,v),d.prototype=h,h.constructor=d;var g="Symbol(description detection)"===String(v("description detection")),b=u(h.valueOf),m=u(h.toString),w=/^Symbol\((.*)\)[^)]+$/,x=u("".replace),S=u("".slice);l(h,"description",{configurable:!0,get:function(){var t=b(this);if(c(y,t))return"";var n=m(t),r=g?S(n,7,-1):x(n,w,"$1");return""===r?void 0:r}}),e({global:!0,constructor:!0,forced:!0},{Symbol:d})}},18323:function(t,n,r){var e=r(22829),o=r(93572),i=r(58898),u=r(67850),c=r(27962),a=r(68097),f=c("string-to-symbol-registry"),s=c("symbol-to-string-registry");e({target:"Symbol",stat:!0,forced:!a},{for:function(t){var n=u(t);if(i(f,n))return f[n];var r=o("Symbol")(n);return f[n]=r,s[r]=n,r}})},4282:function(t,n,r){r(44604)("hasInstance")},38163:function(t,n,r){r(44604)("isConcatSpreadable")},86912:function(t,n,r){r(44604)("iterator")},88598:function(t,n,r){r(2624),r(18323),r(87397),r(15159),r(43130)},87397:function(t,n,r){var e=r(22829),o=r(58898),i=r(81264),u=r(5174),c=r(27962),a=r(68097),f=c("symbol-to-string-registry");e({target:"Symbol",stat:!0,forced:!a},{keyFor:function(t){if(!i(t))throw new TypeError(u(t)+" is not a symbol");if(o(f,t))return f[t]}})},94811:function(t,n,r){r(44604)("matchAll")},1957:function(t,n,r){r(44604)("match")},89580:function(t,n,r){r(44604)("replace")},40582:function(t,n,r){r(44604)("search")},80294:function(t,n,r){r(44604)("species")},19644:function(t,n,r){r(44604)("split")},28619:function(t,n,r){var e=r(44604),o=r(67109);e("toPrimitive"),o()},76880:function(t,n,r){var e=r(93572),o=r(44604),i=r(36698);o("toStringTag"),i(e("Symbol"),"Symbol")},9163:function(t,n,r){r(44604)("unscopables")}}]);
|
package/es5/5.fat.min.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
|
+
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
+
* Version: v4.2.33
|
|
5
|
+
* Url: https://xdsoft.net/jodit/
|
|
6
|
+
* License(s): MIT
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
"use strict";(self.webpackChunkjodit=self.webpackChunkjodit||[]).push([[5],{19005:function(t,n,r){r.r(n),r(92687),r(8489),r(29368),r(64707),r(7513),Array.prototype.includes||(Array.prototype.includes=function(t){return this.indexOf(t)>-1}),"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,n){if(null==t)throw new TypeError("Cannot convert undefined or null to object");for(var r=Object(t),e=1;arguments.length>e;e++){var o=arguments[e];if(null!=o)for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(r[i]=o[i])}return r},writable:!0,configurable:!0}),Array.prototype.find||(Array.prototype.find=function(t){return this.indexOf(t)>-1?t:void 0}),String.prototype.endsWith||(String.prototype.endsWith=function(t){return this[this.length-1]===t})}}]);
|
package/es5/5.js
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
(self["webpackChunkjodit"] = self["webpackChunkjodit"] || []).push([[5],{
|
|
3
|
+
|
|
4
|
+
/***/ 19005:
|
|
5
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6
|
+
|
|
7
|
+
__webpack_require__.r(__webpack_exports__);
|
|
8
|
+
/* harmony import */ var classlist_polyfill__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(92687);
|
|
9
|
+
/* harmony import */ var classlist_polyfill__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(classlist_polyfill__WEBPACK_IMPORTED_MODULE_0__);
|
|
10
|
+
/* harmony import */ var es6_promise_auto__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8489);
|
|
11
|
+
/* harmony import */ var es6_promise_auto__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(es6_promise_auto__WEBPACK_IMPORTED_MODULE_1__);
|
|
12
|
+
/* harmony import */ var core_js_es_symbol__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(29368);
|
|
13
|
+
/* harmony import */ var core_js_es_symbol__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_es_symbol__WEBPACK_IMPORTED_MODULE_2__);
|
|
14
|
+
/* harmony import */ var core_js_es_array_find_index__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(64707);
|
|
15
|
+
/* 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__);
|
|
16
|
+
/* harmony import */ var core_js_es_array_from__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7513);
|
|
17
|
+
/* 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__);
|
|
18
|
+
/*!
|
|
19
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
21
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
// for ie11
|
|
29
|
+
if (!Array.prototype.includes) {
|
|
30
|
+
Array.prototype.includes = function (value) {
|
|
31
|
+
return this.indexOf(value) > -1;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
// for ie11
|
|
35
|
+
if (typeof Object.assign !== 'function') {
|
|
36
|
+
// Must be writable: true, enumerable: false, configurable: true
|
|
37
|
+
Object.defineProperty(Object, 'assign', {
|
|
38
|
+
value: function assign(target, varArgs) {
|
|
39
|
+
// .length of function is 2
|
|
40
|
+
if (target == null) {
|
|
41
|
+
throw new TypeError('Cannot convert undefined or null to object');
|
|
42
|
+
}
|
|
43
|
+
var to = Object(target);
|
|
44
|
+
for (var index = 1; index < arguments.length; index++) {
|
|
45
|
+
// eslint-disable-next-line prefer-rest-params
|
|
46
|
+
var nextSource = arguments[index];
|
|
47
|
+
if (nextSource != null) {
|
|
48
|
+
for (var nextKey in nextSource) {
|
|
49
|
+
// Avoid bugs when hasOwnProperty is shadowed
|
|
50
|
+
if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) {
|
|
51
|
+
to[nextKey] = nextSource[nextKey];
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
return to;
|
|
57
|
+
},
|
|
58
|
+
writable: true,
|
|
59
|
+
configurable: true
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
if (!Array.prototype.find) {
|
|
63
|
+
Array.prototype.find = function (value) {
|
|
64
|
+
return this.indexOf(value) > -1 ? value : undefined;
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
if (!String.prototype.endsWith) {
|
|
68
|
+
String.prototype.endsWith = function (value) {
|
|
69
|
+
return this[this.length - 1] === value;
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
/***/ })
|
|
75
|
+
|
|
76
|
+
}]);
|
package/es5/5.min.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
|
+
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
+
* Version: v4.2.33
|
|
5
|
+
* Url: https://xdsoft.net/jodit/
|
|
6
|
+
* License(s): MIT
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
"use strict";(self.webpackChunkjodit=self.webpackChunkjodit||[]).push([[5],{19005:function(t,n,r){r.r(n),r(92687),r(8489),r(29368),r(64707),r(7513),Array.prototype.includes||(Array.prototype.includes=function(t){return this.indexOf(t)>-1}),"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,n){if(null==t)throw new TypeError("Cannot convert undefined or null to object");for(var r=Object(t),e=1;arguments.length>e;e++){var o=arguments[e];if(null!=o)for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(r[i]=o[i])}return r},writable:!0,configurable:!0}),Array.prototype.find||(Array.prototype.find=function(t){return this.indexOf(t)>-1?t:void 0}),String.prototype.endsWith||(String.prototype.endsWith=function(t){return this[this.length-1]===t})}}]);
|
package/es5/jodit.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.2.
|
|
4
|
+
* Version: v4.2.33
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
8
8
|
/*!
|
|
9
9
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
10
10
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
11
|
-
* Version: v4.2.
|
|
11
|
+
* Version: v4.2.33
|
|
12
12
|
* Url: https://xdsoft.net/jodit/
|
|
13
13
|
* License(s): MIT
|
|
14
14
|
*/
|
|
@@ -137,6 +137,8 @@
|
|
|
137
137
|
-webkit-box-pack: center;
|
|
138
138
|
-ms-flex-pack: center;
|
|
139
139
|
justify-content: center;
|
|
140
|
+
text-overflow: ellipsis;
|
|
141
|
+
overflow: hidden;
|
|
140
142
|
}
|
|
141
143
|
.jodit-ui-button-icon-text_context_menu .jodit-ui-button-icon-text__text {
|
|
142
144
|
position: relative;
|
|
@@ -643,6 +645,8 @@
|
|
|
643
645
|
-webkit-box-pack: center;
|
|
644
646
|
-ms-flex-pack: center;
|
|
645
647
|
justify-content: center;
|
|
648
|
+
text-overflow: ellipsis;
|
|
649
|
+
overflow: hidden;
|
|
646
650
|
}
|
|
647
651
|
.jodit-ui-button_context_menu .jodit-ui-button__text {
|
|
648
652
|
position: relative;
|
|
@@ -1872,6 +1876,8 @@
|
|
|
1872
1876
|
-webkit-box-pack: center;
|
|
1873
1877
|
-ms-flex-pack: center;
|
|
1874
1878
|
justify-content: center;
|
|
1879
|
+
text-overflow: ellipsis;
|
|
1880
|
+
overflow: hidden;
|
|
1875
1881
|
}
|
|
1876
1882
|
.jodit-toolbar-button_context_menu .jodit-toolbar-button__text {
|
|
1877
1883
|
position: relative;
|
|
@@ -2309,6 +2315,8 @@
|
|
|
2309
2315
|
-webkit-box-pack: center;
|
|
2310
2316
|
-ms-flex-pack: center;
|
|
2311
2317
|
justify-content: center;
|
|
2318
|
+
text-overflow: ellipsis;
|
|
2319
|
+
overflow: hidden;
|
|
2312
2320
|
}
|
|
2313
2321
|
.jodit-toolbar-content_context_menu .jodit-toolbar-content__text {
|
|
2314
2322
|
position: relative;
|
|
@@ -2539,6 +2547,8 @@
|
|
|
2539
2547
|
-webkit-box-pack: center;
|
|
2540
2548
|
-ms-flex-pack: center;
|
|
2541
2549
|
justify-content: center;
|
|
2550
|
+
text-overflow: ellipsis;
|
|
2551
|
+
overflow: hidden;
|
|
2542
2552
|
}
|
|
2543
2553
|
.jodit-toolbar-select_context_menu .jodit-toolbar-select__text {
|
|
2544
2554
|
position: relative;
|