1389 lines
1.7 MiB
JavaScript
1389 lines
1.7 MiB
JavaScript
|
|
(function (global, factory) {
|
||
|
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||
|
|
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||
|
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CKEDITOR = {}));
|
||
|
|
})(this, (function (exports) { 'use strict';
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
||
|
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
||
|
|
*/
|
||
|
|
exports.global = void 0;try{exports.global={window:window,document:document};}catch{exports.global={window:{},document:{}};}function t(){try{return navigator.userAgent.toLowerCase()}catch{return ""}}const i=t(),n={isMac:s(i),isWindows:o(i),isGecko:r(i),isSafari:a(i),isiOS:l(i),isAndroid:c(i),isBlink:u(i),get isMediaForcedColors(){return h()},get isMotionReduced(){return m()},features:{isRegExpUnicodePropertySupported:d()}};function s(e){return e.indexOf("macintosh")>-1}function o(e){return e.indexOf("windows")>-1}function r(e){return !!e.match(/gecko\/\d+/)}function a(e){return e.indexOf(" applewebkit/")>-1&&-1===e.indexOf("chrome")}function l(e){return !!e.match(/iphone|ipad/i)||s(e)&&navigator.maxTouchPoints>0}function c(e){return e.indexOf("android")>-1}function u(e){return e.indexOf("chrome/")>-1&&e.indexOf("edge/")<0}function d(){let e=false;try{e=0==="ć".search(new RegExp("[\\p{L}]","u"));}catch{}return e}function h(){return !!exports.global.window.matchMedia&&exports.global.window.matchMedia("(forced-colors: active)").matches}function m(){return !!exports.global.window.matchMedia&&exports.global.window.matchMedia("(prefers-reduced-motion)").matches}function g(e,t,i,n){i=i||function(e,t){return e===t};const s=Array.isArray(e)?e:Array.prototype.slice.call(e),o=Array.isArray(t)?t:Array.prototype.slice.call(t),r=function(e,t,i){const n=f(e,t,i);if(-1===n)return {firstIndex:-1,lastIndexOld:-1,lastIndexNew:-1};const s=p(e,n),o=p(t,n),r=f(s,o,i),a=e.length-r,l=t.length-r;return {firstIndex:n,lastIndexOld:a,lastIndexNew:l}}(s,o,i),a=n?function(e,t){const{firstIndex:i,lastIndexOld:n,lastIndexNew:s}=e;if(-1===i)return Array(t).fill("equal");let o=[];i>0&&(o=o.concat(Array(i).fill("equal")));s-i>0&&(o=o.concat(Array(s-i).fill("insert")));n-i>0&&(o=o.concat(Array(n-i).fill("delete")));s<t&&(o=o.concat(Array(t-s).fill("equal")));return o}(r,o.length):function(e,t){const i=[],{firstIndex:n,lastIndexOld:s,lastIndexNew:o}=t;o-n>0&&i.push({index:n,type:"insert",values:e.slice(n,o)});s-n>0&&i.push({index:n+(o-n),type:"delete",howMany:s-n});return i}(o,r);return a}function f(e,t,i){for(let n=0;n<Math.max(e.length,t.length);n++)if(void 0===e[n]||void 0===t[n]||!i(e[n],t[n]))return n;return -1}function p(e,t){return e.slice(t).reverse()}function b(e,t,i){i=i||function(e,t){return e===t};const n=e.length,s=t.length;if(n>200||s>200||n+s>300)return b.fastDiff(e,t,i,true);let o,r;if(s<n){const i=e;e=t,t=i,o="delete",r="insert";}else o="insert",r="delete";const a=e.length,l=t.length,c=l-a,u={},d={};function h(n){const s=(void 0!==d[n-1]?d[n-1]:-1)+1,c=void 0!==d[n+1]?d[n+1]:-1,h=s>c?-1:1;u[n+h]&&(u[n]=u[n+h].slice(0)),u[n]||(u[n]=[]),u[n].push(s>c?o:r);let m=Math.max(s,c),g=m-n;for(;g<a&&m<l&&i(e[g],t[m]);)g++,m++,u[n].push("equal");return m}let m,g=0;do{for(m=-g;m<c;m++)d[m]=h(m);for(m=c+g;m>c;m--)d[m]=h(m);d[c]=h(c),g++;}while(d[c]!==l);return u[c].slice(1)}function w(e,t){const i=[];let n=0,s=null;return e.forEach(e=>{"equal"==e?(o(),n++):"insert"==e?(s&&"insert"==s.type?s.values.push(t[n]):(o(),s={type:"insert",index:n,values:[t[n]]}),n++):s&&"delete"==s.type?s.howMany++:(o(),s={type:"delete",index:n,howMany:1});}),o(),i;function o(){s&&(i.push(s),s=null);}}function _(e,t){if(e===t&&("object"==typeof(i=e)&&null!==i))return true;var i;const n=v(e),s=v(t);for(const e of n)if(s.has(e))return true;return false}function v(e){const t=[e],i=new Set;for(;t.length>0;){const e=t.shift();if(!i.has(e)&&!y(e))if(i.add(e),e[Symbol.iterator])try{t.push(...e);}catch{}else t.push(...Object.values(e));}return i}function y(e){const t=Object.prototype.toString.call(e);return "[object Number]"===t||"[object Boolean]"===t||"[object String]"===t||"[object Symbol]"===t||"[object Function]"===t||"[object Date]"===t||"[object RegExp]"===t||null==e||e instanceof EventTarget||e instanceof Event}function k(){return function e(){e.called=true;}}b.fastDiff=g;class C{source;name;path;stop;off;return;constructor(e,t){this.source=e,this.name=t,this.path=[],this.stop=function e(){e.called=true;},this.off=function e(){e.called=true;};}}const x=new Array(256).fill(
|
||
|
|
|
||
|
|
exports.Accessibility = Qu;
|
||
|
|
exports.AccessibilityHelp = Mf;
|
||
|
|
exports.AccessibilityHelpContentView = uh;
|
||
|
|
exports.AdjacentListsSupport = PO;
|
||
|
|
exports.Alignment = w_;
|
||
|
|
exports.AlignmentCommand = Sd;
|
||
|
|
exports.AlignmentEditing = Id;
|
||
|
|
exports.AlignmentUI = b_;
|
||
|
|
exports.AriaLiveAnnouncer = th;
|
||
|
|
exports.AriaLiveAnnouncerPoliteness = eh;
|
||
|
|
exports.AriaLiveAnnouncerRegionView = nh;
|
||
|
|
exports.AriaLiveAnnouncerView = ih;
|
||
|
|
exports.AttributeCommand = cv;
|
||
|
|
exports.AttributeOperation = ll;
|
||
|
|
exports.AutoImage = nS;
|
||
|
|
exports.AutoLink = SP;
|
||
|
|
exports.AutoMediaEmbed = mq;
|
||
|
|
exports.AutocompleteView = Yw;
|
||
|
|
exports.Autoformat = rv;
|
||
|
|
exports.AutomaticLinkDecorators = JI;
|
||
|
|
exports.Autosave = lv;
|
||
|
|
exports.Badge = Hf;
|
||
|
|
exports.BalloonEditor = ax;
|
||
|
|
exports.BalloonEditorUI = ox;
|
||
|
|
exports.BalloonEditorUIView = rx;
|
||
|
|
exports.BalloonPanelView = Df;
|
||
|
|
exports.BalloonToolbar = n_;
|
||
|
|
exports.Base64UploadAdapter = hd;
|
||
|
|
exports.Batch = Pl;
|
||
|
|
exports.BlockButtonView = o_;
|
||
|
|
exports.BlockQuote = ly;
|
||
|
|
exports.BlockQuoteCommand = iy;
|
||
|
|
exports.BlockQuoteEditing = ry;
|
||
|
|
exports.BlockQuoteUI = ay;
|
||
|
|
exports.BlockToolbar = a_;
|
||
|
|
exports.BodyCollection = Lf;
|
||
|
|
exports.Bold = fv;
|
||
|
|
exports.BoldEditing = dv;
|
||
|
|
exports.BoldUI = gv;
|
||
|
|
exports.Bookmark = ck;
|
||
|
|
exports.BookmarkEditing = sk;
|
||
|
|
exports.BookmarkFormView = Zy;
|
||
|
|
exports.BookmarkUI = ak;
|
||
|
|
exports.BoxedEditorUIView = Rw;
|
||
|
|
exports.BubblingEmitterMixin = Hs;
|
||
|
|
exports.BubblingEventInfo = Ds;
|
||
|
|
exports.ButtonLabelView = wf;
|
||
|
|
exports.ButtonLabelWithHighlightView = Xw;
|
||
|
|
exports.ButtonView = _f;
|
||
|
|
exports.CKBox = Hk;
|
||
|
|
exports.CKBoxCommand = Sk;
|
||
|
|
exports.CKBoxEditing = Lk;
|
||
|
|
exports.CKBoxImageEdit = Gk;
|
||
|
|
exports.CKBoxImageEditCommand = $k;
|
||
|
|
exports.CKBoxImageEditEditing = jk;
|
||
|
|
exports.CKBoxImageEditUI = Wk;
|
||
|
|
exports.CKBoxUI = uk;
|
||
|
|
exports.CKBoxUploadAdapter = Ok;
|
||
|
|
exports.CKBoxUtils = Rk;
|
||
|
|
exports.CKEditorError = I;
|
||
|
|
exports.CKFinder = Zk;
|
||
|
|
exports.CKFinderCommand = Jk;
|
||
|
|
exports.CKFinderEditing = Yk;
|
||
|
|
exports.CKFinderUI = Kk;
|
||
|
|
exports.CKFinderUploadAdapter = yd;
|
||
|
|
exports.CheckTodoListCommand = vR;
|
||
|
|
exports.ClassicEditor = dx;
|
||
|
|
exports.ClassicEditorUI = cx;
|
||
|
|
exports.ClassicEditorUIView = ux;
|
||
|
|
exports.ClickObserver = vc;
|
||
|
|
exports.Clipboard = CC;
|
||
|
|
exports.ClipboardMarkersUtils = aC;
|
||
|
|
exports.ClipboardObserver = Xk;
|
||
|
|
exports.ClipboardPipeline = lC;
|
||
|
|
exports.CloudServices = VC;
|
||
|
|
exports.CloudServicesCore = PC;
|
||
|
|
exports.CloudServicesUploadAdapter = ix;
|
||
|
|
exports.Code = vv;
|
||
|
|
exports.CodeBlock = tx;
|
||
|
|
exports.CodeBlockCommand = HC;
|
||
|
|
exports.CodeBlockEditing = YC;
|
||
|
|
exports.CodeBlockUI = ex;
|
||
|
|
exports.CodeEditing = bv;
|
||
|
|
exports.CodeUI = _v;
|
||
|
|
exports.CollapsibleView = Qf;
|
||
|
|
exports.Collection = mn;
|
||
|
|
exports.ColorGridView = tp;
|
||
|
|
exports.ColorGridsFragmentView = Xb;
|
||
|
|
exports.ColorPickerFragmentView = ew;
|
||
|
|
exports.ColorPickerInputRowView = Qb;
|
||
|
|
exports.ColorPickerView = Wb;
|
||
|
|
exports.ColorSelectorView = tw;
|
||
|
|
exports.ColorTileView = ep;
|
||
|
|
exports.Command = $n;
|
||
|
|
exports.CommandCollection = Gn;
|
||
|
|
exports.ComponentFactory = iw;
|
||
|
|
exports.CompositionObserver = Zo;
|
||
|
|
exports.Config = Yt;
|
||
|
|
exports.Context = Jn;
|
||
|
|
exports.ContextPlugin = Qn;
|
||
|
|
exports.ContextWatchdog = ju;
|
||
|
|
exports.ContextualBalloon = Uw;
|
||
|
|
exports.Conversion = $a;
|
||
|
|
exports.ConversionHelpers = Hr;
|
||
|
|
exports.CssTransitionDisablerMixin = oh;
|
||
|
|
exports.DOCUMENTATION_URL = S;
|
||
|
|
exports.DataController = qa;
|
||
|
|
exports.DataFilter = pE;
|
||
|
|
exports.DataSchema = fE;
|
||
|
|
exports.DecoupledEditor = fx;
|
||
|
|
exports.DecoupledEditorUI = mx;
|
||
|
|
exports.DecoupledEditorUIView = gx;
|
||
|
|
exports.DefaultMenuBarItems = fw;
|
||
|
|
exports.Delete = M_;
|
||
|
|
exports.DeleteCommand = S_;
|
||
|
|
exports.Dialog = Vf;
|
||
|
|
exports.DialogActionsView = Tf;
|
||
|
|
exports.DialogContentView = Ef;
|
||
|
|
exports.DialogView = Pf;
|
||
|
|
exports.DialogViewPosition = Sf;
|
||
|
|
exports.Differ = Vl;
|
||
|
|
exports.DocumentColorCollection = Zb;
|
||
|
|
exports.DomEmitterMixin = ni;
|
||
|
|
exports.DomEventObserver = jo;
|
||
|
|
exports.DowncastHelpers = Ur;
|
||
|
|
exports.DragDrop = wC;
|
||
|
|
exports.DragDropBlockToolbar = bC;
|
||
|
|
exports.DragDropTarget = dC;
|
||
|
|
exports.DraggableViewMixin = rh;
|
||
|
|
exports.DropdownButtonView = Op;
|
||
|
|
exports.DropdownMenuButtonView = Mp;
|
||
|
|
exports.DropdownMenuListItemButtonView = Bp;
|
||
|
|
exports.DropdownMenuListItemView = Up;
|
||
|
|
exports.DropdownMenuListView = zp;
|
||
|
|
exports.DropdownMenuNestedMenuPanelView = jp;
|
||
|
|
exports.DropdownMenuNestedMenuView = Wp;
|
||
|
|
exports.DropdownMenuPanelPositioningFunctions = Hp;
|
||
|
|
exports.DropdownMenuRootListView = Gp;
|
||
|
|
exports.DropdownPanelView = Vp;
|
||
|
|
exports.DropdownView = Rp;
|
||
|
|
exports.EasyImage = sx;
|
||
|
|
exports.EditableUIView = Ow;
|
||
|
|
exports.EditingController = xa;
|
||
|
|
exports.EditingKeystrokeHandler = Yn;
|
||
|
|
exports.EditingView = sr;
|
||
|
|
exports.Editor = nd;
|
||
|
|
exports.EditorUI = Iw;
|
||
|
|
exports.EditorUIView = Vw;
|
||
|
|
exports.EditorWatchdog = Uu;
|
||
|
|
exports.ElementApiMixin = rd;
|
||
|
|
exports.ElementReplacer = jt;
|
||
|
|
exports.EmitterMixin = z;
|
||
|
|
exports.Emoji = Jx;
|
||
|
|
exports.EmojiCategoriesView = Ux;
|
||
|
|
exports.EmojiCommand = zx;
|
||
|
|
exports.EmojiGridView = Hx;
|
||
|
|
exports.EmojiMention = Dx;
|
||
|
|
exports.EmojiPicker = Kx;
|
||
|
|
exports.EmojiPickerFormView = Wx;
|
||
|
|
exports.EmojiPickerView = jx;
|
||
|
|
exports.EmojiRepository = Mx;
|
||
|
|
exports.EmojiSearchView = qx;
|
||
|
|
exports.EmojiToneView = $x;
|
||
|
|
exports.EmojiUtils = Bx;
|
||
|
|
exports.EmptyBlock = jE;
|
||
|
|
exports.Enter = Yv;
|
||
|
|
exports.EnterCommand = Gv;
|
||
|
|
exports.EnterObserver = Qv;
|
||
|
|
exports.Essentials = uA;
|
||
|
|
exports.EvaluationBadge = lw;
|
||
|
|
exports.EventInfo = C;
|
||
|
|
exports.FakeSelectionObserver = Go;
|
||
|
|
exports.FileDialogButtonView = Wf;
|
||
|
|
exports.FileDialogListItemButtonView = Gf;
|
||
|
|
exports.FileDialogViewMixin = Kf;
|
||
|
|
exports.FileReader = cd;
|
||
|
|
exports.FileRepository = ud;
|
||
|
|
exports.FindAndReplace = xA;
|
||
|
|
exports.FindAndReplaceEditing = CA;
|
||
|
|
exports.FindAndReplaceFormView = dA;
|
||
|
|
exports.FindAndReplaceState = gA;
|
||
|
|
exports.FindAndReplaceUI = hA;
|
||
|
|
exports.FindAndReplaceUtils = yA;
|
||
|
|
exports.FindCommand = mA;
|
||
|
|
exports.FindNextCommand = _A;
|
||
|
|
exports.FindPreviousCommand = vA;
|
||
|
|
exports.FindReplaceCommandBase = pA;
|
||
|
|
exports.FocusCycler = kf;
|
||
|
|
exports.FocusObserver = Qo;
|
||
|
|
exports.FocusTracker = pn;
|
||
|
|
exports.Font = oT;
|
||
|
|
exports.FontBackgroundColor = sT;
|
||
|
|
exports.FontBackgroundColorCommand = tT;
|
||
|
|
exports.FontBackgroundColorEditing = iT;
|
||
|
|
exports.FontBackgroundColorUI = nT;
|
||
|
|
exports.FontColor = eT;
|
||
|
|
exports.FontColorCommand = QA;
|
||
|
|
exports.FontColorEditing = YA;
|
||
|
|
exports.FontColorUI = XA;
|
||
|
|
exports.FontColorUIBase = ZA;
|
||
|
|
exports.FontCommand = AA;
|
||
|
|
exports.FontFamily = HA;
|
||
|
|
exports.FontFamilyCommand = BA;
|
||
|
|
exports.FontFamilyEditing = DA;
|
||
|
|
exports.FontFamilyUI = zA;
|
||
|
|
exports.FontSize = JA;
|
||
|
|
exports.FontSizeCommand = UA;
|
||
|
|
exports.FontSizeEditing = GA;
|
||
|
|
exports.FontSizeUI = KA;
|
||
|
|
exports.FormHeaderView = yf;
|
||
|
|
exports.FormRowView = Mw;
|
||
|
|
exports.FullPage = UE;
|
||
|
|
exports.Fullscreen = mT;
|
||
|
|
exports.FullscreenAbstractEditorHandler = rT;
|
||
|
|
exports.FullscreenClassicEditorHandler = aT;
|
||
|
|
exports.FullscreenCommand = cT;
|
||
|
|
exports.FullscreenDecoupledEditorHandler = lT;
|
||
|
|
exports.FullscreenEditing = uT;
|
||
|
|
exports.FullscreenUI = hT;
|
||
|
|
exports.GeneralHtmlSupport = NE;
|
||
|
|
exports.Heading = AT;
|
||
|
|
exports.HeadingButtonsUI = ET;
|
||
|
|
exports.HeadingCommand = _T;
|
||
|
|
exports.HeadingEditing = kT;
|
||
|
|
exports.HeadingUI = xT;
|
||
|
|
exports.Highlight = HT;
|
||
|
|
exports.HighlightCommand = FT;
|
||
|
|
exports.HighlightEditing = NT;
|
||
|
|
exports.HighlightUI = DT;
|
||
|
|
exports.HighlightedTextView = Zw;
|
||
|
|
exports.History = Ll;
|
||
|
|
exports.HorizontalLine = jT;
|
||
|
|
exports.HorizontalLineCommand = UT;
|
||
|
|
exports.HorizontalLineEditing = qT;
|
||
|
|
exports.HorizontalLineUI = $T;
|
||
|
|
exports.HtmlComment = zE;
|
||
|
|
exports.HtmlDataProcessor = Ua;
|
||
|
|
exports.HtmlEmbed = YT;
|
||
|
|
exports.HtmlEmbedCommand = WT;
|
||
|
|
exports.HtmlEmbedEditing = KT;
|
||
|
|
exports.HtmlEmbedUI = QT;
|
||
|
|
exports.HtmlPageDataProcessor = HE;
|
||
|
|
exports.IconAccessibility = hh;
|
||
|
|
exports.IconAddComment = mh;
|
||
|
|
exports.IconAlignBottom = gh;
|
||
|
|
exports.IconAlignCenter = fh;
|
||
|
|
exports.IconAlignJustify = ph;
|
||
|
|
exports.IconAlignLeft = bh;
|
||
|
|
exports.IconAlignMiddle = wh;
|
||
|
|
exports.IconAlignRight = _h;
|
||
|
|
exports.IconAlignTop = vh;
|
||
|
|
exports.IconArrowDown = yh;
|
||
|
|
exports.IconArrowUp = kh;
|
||
|
|
exports.IconBold = Ch;
|
||
|
|
exports.IconBookmark = Ah;
|
||
|
|
exports.IconBookmarkInline = xh;
|
||
|
|
exports.IconBookmarkMedium = Th;
|
||
|
|
exports.IconBookmarkSmall = Eh;
|
||
|
|
exports.IconBrowseFiles = Sh;
|
||
|
|
exports.IconBulletedList = Ih;
|
||
|
|
exports.IconCancel = Ph;
|
||
|
|
exports.IconCaption = Vh;
|
||
|
|
exports.IconCaseChange = Rh;
|
||
|
|
exports.IconCheck = Oh;
|
||
|
|
exports.IconChevronDown = Bh;
|
||
|
|
exports.IconChevronUp = Mh;
|
||
|
|
exports.IconCkboxImageEdit = Lh;
|
||
|
|
exports.IconCode = Nh;
|
||
|
|
exports.IconCodeBlock = Fh;
|
||
|
|
exports.IconCog = Dh;
|
||
|
|
exports.IconColorPalette = zh;
|
||
|
|
exports.IconColorTileCheck = Hh;
|
||
|
|
exports.IconCommentsArchive = Uh;
|
||
|
|
exports.IconContentLock = qh;
|
||
|
|
exports.IconContentUnlock = $h;
|
||
|
|
exports.IconCopy = jh;
|
||
|
|
exports.IconDragHandle = Wh;
|
||
|
|
exports.IconDragIndicator = Gh;
|
||
|
|
exports.IconDropbox = Kh;
|
||
|
|
exports.IconDropdownArrow = Jh;
|
||
|
|
exports.IconEditComment = Qh;
|
||
|
|
exports.IconEmoji = Yh;
|
||
|
|
exports.IconEraser = Zh;
|
||
|
|
exports.IconError = Xh;
|
||
|
|
exports.IconExportPdf = em;
|
||
|
|
exports.IconExportWord = tm;
|
||
|
|
exports.IconFacebook = im;
|
||
|
|
exports.IconFindReplace = nm;
|
||
|
|
exports.IconFontBackground = sm;
|
||
|
|
exports.IconFontColor = om;
|
||
|
|
exports.IconFontFamily = rm;
|
||
|
|
exports.IconFontSize = am;
|
||
|
|
exports.IconFullscreenEnter = lm;
|
||
|
|
exports.IconFullscreenLeave = cm;
|
||
|
|
exports.IconGoogleDrive = um;
|
||
|
|
exports.IconGooglePhotos = dm;
|
||
|
|
exports.IconHeading1 = hm;
|
||
|
|
exports.IconHeading2 = mm;
|
||
|
|
exports.IconHeading3 = gm;
|
||
|
|
exports.IconHeading4 = fm;
|
||
|
|
exports.IconHeading5 = pm;
|
||
|
|
exports.IconHeading6 = bm;
|
||
|
|
exports.IconHistory = wm;
|
||
|
|
exports.IconHorizontalLine = _m;
|
||
|
|
exports.IconHtml = vm;
|
||
|
|
exports.IconImage = km;
|
||
|
|
exports.IconImageAssetManager = ym;
|
||
|
|
exports.IconImageUpload = Cm;
|
||
|
|
exports.IconImageUrl = xm;
|
||
|
|
exports.IconImportExport = Am;
|
||
|
|
exports.IconImportWord = Tm;
|
||
|
|
exports.IconIndent = Em;
|
||
|
|
exports.IconInsertMergeField = Sm;
|
||
|
|
exports.IconItalic = Im;
|
||
|
|
exports.IconLegalStyleList = Pm;
|
||
|
|
exports.IconLineHeight = Vm;
|
||
|
|
exports.IconLink = Rm;
|
||
|
|
exports.IconListStyleCircle = Om;
|
||
|
|
exports.IconListStyleDecimal = Mm;
|
||
|
|
exports.IconListStyleDecimalLeadingZero = Bm;
|
||
|
|
exports.IconListStyleDisc = Lm;
|
||
|
|
exports.IconListStyleLowerLatin = Fm;
|
||
|
|
exports.IconListStyleLowerRoman = Nm;
|
||
|
|
exports.IconListStyleSquare = Dm;
|
||
|
|
exports.IconListStyleUpperLatin = zm;
|
||
|
|
exports.IconListStyleUpperRoman = Hm;
|
||
|
|
exports.IconLocal = Um;
|
||
|
|
exports.IconLoupe = qm;
|
||
|
|
exports.IconLowVision = $m;
|
||
|
|
exports.IconMagicWand = jm;
|
||
|
|
exports.IconMarker = Wm;
|
||
|
|
exports.IconMedia = Km;
|
||
|
|
exports.IconMediaPlaceholder = Gm;
|
||
|
|
exports.IconMultiLevelList = Jm;
|
||
|
|
exports.IconNextArrow = Qm;
|
||
|
|
exports.IconNotification = Ym;
|
||
|
|
exports.IconNumberedList = Zm;
|
||
|
|
exports.IconObjectCenter = Xm;
|
||
|
|
exports.IconObjectFullWidth = eg;
|
||
|
|
exports.IconObjectInline = ng;
|
||
|
|
exports.IconObjectInlineLeft = tg;
|
||
|
|
exports.IconObjectInlineRight = ig;
|
||
|
|
exports.IconObjectLeft = sg;
|
||
|
|
exports.IconObjectRight = og;
|
||
|
|
exports.IconObjectSizeCustom = rg;
|
||
|
|
exports.IconObjectSizeFull = ag;
|
||
|
|
exports.IconObjectSizeLarge = lg;
|
||
|
|
exports.IconObjectSizeMedium = cg;
|
||
|
|
exports.IconObjectSizeSmall = ug;
|
||
|
|
exports.IconOneDrive = dg;
|
||
|
|
exports.IconOutdent = hg;
|
||
|
|
exports.IconPageBreak = mg;
|
||
|
|
exports.IconPaginationExample = gg;
|
||
|
|
exports.IconPaintRoller = bg;
|
||
|
|
exports.IconPaintRollerCursorDefault = fg;
|
||
|
|
exports.IconPaintRollerCursorText = pg;
|
||
|
|
exports.IconParagraph = wg;
|
||
|
|
exports.IconPen = vg;
|
||
|
|
exports.IconPencil = _g;
|
||
|
|
exports.IconPilcrow = yg;
|
||
|
|
exports.IconPlay = kg;
|
||
|
|
exports.IconPlus = Cg;
|
||
|
|
exports.IconPreviewMergeFields = xg;
|
||
|
|
exports.IconPreviousArrow = Ag;
|
||
|
|
exports.IconPrint = Tg;
|
||
|
|
exports.IconProjectLogo = Eg;
|
||
|
|
exports.IconQuote = Sg;
|
||
|
|
exports.IconRedo = Ig;
|
||
|
|
exports.IconRemove = Rg;
|
||
|
|
exports.IconRemoveComment = Pg;
|
||
|
|
exports.IconRemoveFormat = Vg;
|
||
|
|
exports.IconReturnArrow = Og;
|
||
|
|
exports.IconRevisionHistory = Bg;
|
||
|
|
exports.IconRobotPencil = Mg;
|
||
|
|
exports.IconSelectAll = Lg;
|
||
|
|
exports.IconSettings = Fg;
|
||
|
|
exports.IconShowBlocks = Ng;
|
||
|
|
exports.IconSource = Dg;
|
||
|
|
exports.IconSpecialCharacters = zg;
|
||
|
|
exports.IconStrikethrough = Hg;
|
||
|
|
exports.IconSubmit = Ug;
|
||
|
|
exports.IconSubscript = qg;
|
||
|
|
exports.IconSuperscript = $g;
|
||
|
|
exports.IconTable = Yg;
|
||
|
|
exports.IconTableCellProperties = jg;
|
||
|
|
exports.IconTableColumn = Wg;
|
||
|
|
exports.IconTableLayout = Zg;
|
||
|
|
exports.IconTableMergeCell = Gg;
|
||
|
|
exports.IconTableOfContents = Kg;
|
||
|
|
exports.IconTableProperties = Jg;
|
||
|
|
exports.IconTableRow = Qg;
|
||
|
|
exports.IconTemplate = ef;
|
||
|
|
exports.IconTemplateGeneric = Xg;
|
||
|
|
exports.IconText = nf;
|
||
|
|
exports.IconTextAlternative = tf;
|
||
|
|
exports.IconThreeVerticalDots = sf;
|
||
|
|
exports.IconTodoList = of;
|
||
|
|
exports.IconTrackChanges = lf;
|
||
|
|
exports.IconTrackChangesAccept = rf;
|
||
|
|
exports.IconTrackChangesDiscard = af;
|
||
|
|
exports.IconUnderline = cf;
|
||
|
|
exports.IconUndo = uf;
|
||
|
|
exports.IconUnlink = df;
|
||
|
|
exports.IconUploadcareImageEdit = hf;
|
||
|
|
exports.IconUploadcareImageUpload = mf;
|
||
|
|
exports.IconUploadcareLink = gf;
|
||
|
|
exports.IconUser = ff;
|
||
|
|
exports.IconView = bf;
|
||
|
|
exports.IconWarning = pf;
|
||
|
|
exports.IframeView = Lw;
|
||
|
|
exports.Image = IS;
|
||
|
|
exports.ImageBlock = TS;
|
||
|
|
exports.ImageBlockEditing = CS;
|
||
|
|
exports.ImageCaption = BS;
|
||
|
|
exports.ImageCaptionEditing = RS;
|
||
|
|
exports.ImageCaptionUI = OS;
|
||
|
|
exports.ImageCaptionUtils = PS;
|
||
|
|
exports.ImageCustomResizeUI = pI;
|
||
|
|
exports.ImageEditing = _S;
|
||
|
|
exports.ImageInline = SS;
|
||
|
|
exports.ImageInlineEditing = ES;
|
||
|
|
exports.ImageInsert = eI;
|
||
|
|
exports.ImageInsertUI = AS;
|
||
|
|
exports.ImageInsertViaUrl = XS;
|
||
|
|
exports.ImageInsertViaUrlUI = ZS;
|
||
|
|
exports.ImageLoadObserver = pS;
|
||
|
|
exports.ImagePlaceholder = kS;
|
||
|
|
exports.ImageResize = bI;
|
||
|
|
exports.ImageResizeButtons = sI;
|
||
|
|
exports.ImageResizeEditing = iI;
|
||
|
|
exports.ImageResizeHandles = cI;
|
||
|
|
exports.ImageSizeAttributes = vS;
|
||
|
|
exports.ImageStyle = RI;
|
||
|
|
exports.ImageStyleCommand = wI;
|
||
|
|
exports.ImageStyleEditing = EI;
|
||
|
|
exports.ImageStyleUI = SI;
|
||
|
|
exports.ImageTextAlternative = uS;
|
||
|
|
exports.ImageTextAlternativeCommand = sS;
|
||
|
|
exports.ImageTextAlternativeEditing = oS;
|
||
|
|
exports.ImageTextAlternativeUI = cS;
|
||
|
|
exports.ImageToolbar = OI;
|
||
|
|
exports.ImageTypeCommand = yS;
|
||
|
|
exports.ImageUpload = QS;
|
||
|
|
exports.ImageUploadEditing = GS;
|
||
|
|
exports.ImageUploadProgress = zS;
|
||
|
|
exports.ImageUploadUI = DS;
|
||
|
|
exports.ImageUtils = eS;
|
||
|
|
exports.Indent = FI;
|
||
|
|
exports.IndentBlock = UI;
|
||
|
|
exports.IndentBlockCommand = NI;
|
||
|
|
exports.IndentCodeBlockCommand = UC;
|
||
|
|
exports.IndentEditing = MI;
|
||
|
|
exports.IndentUI = LI;
|
||
|
|
exports.InlineEditableUIView = Bw;
|
||
|
|
exports.InlineEditor = vx;
|
||
|
|
exports.InlineEditorUI = bx;
|
||
|
|
exports.InlineEditorUIView = _x;
|
||
|
|
exports.Input = x_;
|
||
|
|
exports.InputBase = Ap;
|
||
|
|
exports.InputNumberView = Sp;
|
||
|
|
exports.InputObserver = tr;
|
||
|
|
exports.InputTextView = Ep;
|
||
|
|
exports.InputView = Tp;
|
||
|
|
exports.InsertBookmarkCommand = ek;
|
||
|
|
exports.InsertColumnCommand = _W;
|
||
|
|
exports.InsertImageCommand = bS;
|
||
|
|
exports.InsertOperation = sl;
|
||
|
|
exports.InsertParagraphCommand = pT;
|
||
|
|
exports.InsertRowCommand = wW;
|
||
|
|
exports.InsertTableCommand = bW;
|
||
|
|
exports.InsertTableLayoutCommand = UK;
|
||
|
|
exports.InsertTextCommand = v_;
|
||
|
|
exports.Italic = Av;
|
||
|
|
exports.ItalicEditing = kv;
|
||
|
|
exports.ItalicUI = xv;
|
||
|
|
exports.ItemsView = eb;
|
||
|
|
exports.KeyObserver = Wo;
|
||
|
|
exports.KeystrokeHandler = vn;
|
||
|
|
exports.LabelView = ch;
|
||
|
|
exports.LabelWithHighlightView = e_;
|
||
|
|
exports.LabeledFieldView = xp;
|
||
|
|
exports.LabeledInputView = Fw;
|
||
|
|
exports.LegacyCheckTodoListCommand = yO;
|
||
|
|
exports.LegacyIndentCommand = OR;
|
||
|
|
exports.LegacyList = lO;
|
||
|
|
exports.LegacyListCommand = PR;
|
||
|
|
exports.LegacyListEditing = rO;
|
||
|
|
exports.LegacyListProperties = _O;
|
||
|
|
exports.LegacyListPropertiesEditing = mO;
|
||
|
|
exports.LegacyListReversedCommand = uO;
|
||
|
|
exports.LegacyListStartCommand = dO;
|
||
|
|
exports.LegacyListStyleCommand = cO;
|
||
|
|
exports.LegacyListUtils = WR;
|
||
|
|
exports.LegacyTodoList = IO;
|
||
|
|
exports.LegacyTodoListEditing = EO;
|
||
|
|
exports.Link = PP;
|
||
|
|
exports.LinkCommand = hP;
|
||
|
|
exports.LinkEditing = wP;
|
||
|
|
exports.LinkFormView = vP;
|
||
|
|
exports.LinkImage = MP;
|
||
|
|
exports.LinkImageEditing = VP;
|
||
|
|
exports.LinkImageUI = BP;
|
||
|
|
exports.LinkManualDecorator = fP;
|
||
|
|
exports.LinkPropertiesView = kP;
|
||
|
|
exports.LinkProviderItemsView = yP;
|
||
|
|
exports.LinkStyleSupport = $j;
|
||
|
|
exports.LinkUI = AP;
|
||
|
|
exports.List = KV;
|
||
|
|
exports.ListCommand = cV;
|
||
|
|
exports.ListEditing = qV;
|
||
|
|
exports.ListFormatting = bV;
|
||
|
|
exports.ListIndentCommand = aV;
|
||
|
|
exports.ListItemBoldIntegration = hV;
|
||
|
|
exports.ListItemButtonView = Rf;
|
||
|
|
exports.ListItemFontColorIntegration = fV;
|
||
|
|
exports.ListItemFontFamilyIntegration = pV;
|
||
|
|
exports.ListItemFontSizeIntegration = gV;
|
||
|
|
exports.ListItemGroupView = Np;
|
||
|
|
exports.ListItemItalicIntegration = mV;
|
||
|
|
exports.ListItemView = Lp;
|
||
|
|
exports.ListMergeCommand = uV;
|
||
|
|
exports.ListProperties = _R;
|
||
|
|
exports.ListPropertiesEditing = hR;
|
||
|
|
exports.ListPropertiesUI = gR;
|
||
|
|
exports.ListPropertiesUtils = lR;
|
||
|
|
exports.ListReversedCommand = rR;
|
||
|
|
exports.ListSeparatorView = Fp;
|
||
|
|
exports.ListSplitCommand = dV;
|
||
|
|
exports.ListStartCommand = JV;
|
||
|
|
exports.ListStyleCommand = oR;
|
||
|
|
exports.ListStyleSupport = Uj;
|
||
|
|
exports.ListUI = GV;
|
||
|
|
exports.ListUtils = kV;
|
||
|
|
exports.ListView = Dp;
|
||
|
|
exports.Locale = hn;
|
||
|
|
exports.Markdown = ZU;
|
||
|
|
exports.MarkdownGfmDataProcessor = YU;
|
||
|
|
exports.MarkdownGfmHtmlToMd = JU;
|
||
|
|
exports.MarkdownGfmMdToHtml = rH;
|
||
|
|
exports.MarkerCollection = Hl;
|
||
|
|
exports.MarkerOperation = al;
|
||
|
|
exports.Matcher = ps;
|
||
|
|
exports.MediaEmbed = pq;
|
||
|
|
exports.MediaEmbedCommand = lq;
|
||
|
|
exports.MediaEmbedEditing = dq;
|
||
|
|
exports.MediaEmbedToolbar = bq;
|
||
|
|
exports.MediaEmbedUI = fq;
|
||
|
|
exports.MediaRegistry = cq;
|
||
|
|
exports.Mention = Dq;
|
||
|
|
exports.MentionCommand = _q;
|
||
|
|
exports.MentionDomWrapperView = Sq;
|
||
|
|
exports.MentionEditing = vq;
|
||
|
|
exports.MentionListItemView = Iq;
|
||
|
|
exports.MentionUI = Rq;
|
||
|
|
exports.MentionsView = Eq;
|
||
|
|
exports.MenuBarMenuButtonView = l_;
|
||
|
|
exports.MenuBarMenuListItemButtonView = Bf;
|
||
|
|
exports.MenuBarMenuListItemFileDialogButtonView = m_;
|
||
|
|
exports.MenuBarMenuListItemView = dw;
|
||
|
|
exports.MenuBarMenuListView = d_;
|
||
|
|
exports.MenuBarMenuPanelView = c_;
|
||
|
|
exports.MenuBarMenuView = u_;
|
||
|
|
exports.MenuBarView = f_;
|
||
|
|
exports.MergeCellCommand = RW;
|
||
|
|
exports.MergeCellsCommand = uG;
|
||
|
|
exports.MergeOperation = rl;
|
||
|
|
exports.Minimap = Qq;
|
||
|
|
exports.Model = wc;
|
||
|
|
exports.ModelDocument = Dl;
|
||
|
|
exports.ModelDocumentFragment = $l;
|
||
|
|
exports.ModelDocumentSelection = Lr;
|
||
|
|
exports.ModelElement = zr;
|
||
|
|
exports.ModelLivePosition = El;
|
||
|
|
exports.ModelLiveRange = Vr;
|
||
|
|
exports.ModelNode = Cr;
|
||
|
|
exports.ModelNodeList = Dr;
|
||
|
|
exports.ModelPosition = cr;
|
||
|
|
exports.ModelRange = fr;
|
||
|
|
exports.ModelRootElement = Fl;
|
||
|
|
exports.ModelSchemaContext = Ta;
|
||
|
|
exports.ModelSelection = xr;
|
||
|
|
exports.ModelText = Br;
|
||
|
|
exports.ModelTextProxy = rr;
|
||
|
|
exports.ModelTreeWalker = ar;
|
||
|
|
exports.ModelTypeCheckable = or;
|
||
|
|
exports.ModelWriter = jl;
|
||
|
|
exports.MouseObserver = yc;
|
||
|
|
exports.MoveOperation = nl;
|
||
|
|
exports.MultiCommand = Wn;
|
||
|
|
exports.MultiRootEditor = xx;
|
||
|
|
exports.MultiRootEditorUI = kx;
|
||
|
|
exports.MultiRootEditorUIView = Cx;
|
||
|
|
exports.MutationObserver = Ko;
|
||
|
|
exports.NESTED_TOOLBAR_ICONS = Zp;
|
||
|
|
exports.NoOperation = cl;
|
||
|
|
exports.Notification = Dw;
|
||
|
|
exports.ObservableMixin = Dt;
|
||
|
|
exports.Observer = qo;
|
||
|
|
exports.OperationFactory = gl;
|
||
|
|
exports.OutdentCodeBlockCommand = qC;
|
||
|
|
exports.PageBreak = e$;
|
||
|
|
exports.PageBreakCommand = Yq;
|
||
|
|
exports.PageBreakEditing = Zq;
|
||
|
|
exports.PageBreakUI = Xq;
|
||
|
|
exports.Paragraph = bT;
|
||
|
|
exports.ParagraphButtonUI = wT;
|
||
|
|
exports.ParagraphCommand = gT;
|
||
|
|
exports.PasteFromMarkdownExperimental = eq;
|
||
|
|
exports.PasteFromOffice = N$;
|
||
|
|
exports.PasteFromOfficeGoogleDocsNormalizer = E$;
|
||
|
|
exports.PasteFromOfficeGoogleSheetsNormalizer = O$;
|
||
|
|
exports.PasteFromOfficeMSWordNormalizer = y$;
|
||
|
|
exports.PastePlainText = kC;
|
||
|
|
exports.PendingActions = ld;
|
||
|
|
exports.PictureEditing = BI;
|
||
|
|
exports.PlainTableOutput = qG;
|
||
|
|
exports.Plugin = Un;
|
||
|
|
exports.PoweredBy = qf;
|
||
|
|
exports.Rect = pi;
|
||
|
|
exports.RedoCommand = rA;
|
||
|
|
exports.RemoveColumnCommand = MW;
|
||
|
|
exports.RemoveFormat = q$;
|
||
|
|
exports.RemoveFormatCommand = H$;
|
||
|
|
exports.RemoveFormatEditing = U$;
|
||
|
|
exports.RemoveFormatUI = z$;
|
||
|
|
exports.RemoveRowCommand = BW;
|
||
|
|
exports.RenameOperation = ul;
|
||
|
|
exports.ReplaceAllCommand = wA;
|
||
|
|
exports.ReplaceCommand = bA;
|
||
|
|
exports.ReplaceImageSourceCommand = wS;
|
||
|
|
exports.ResizeImageCommand = tI;
|
||
|
|
exports.ResizeObserver = ki;
|
||
|
|
exports.RestrictedEditingExceptionCommand = lj;
|
||
|
|
exports.RestrictedEditingMode = aj;
|
||
|
|
exports.RestrictedEditingModeEditing = nj;
|
||
|
|
exports.RestrictedEditingModeNavigationCommand = $$;
|
||
|
|
exports.RestrictedEditingModeUI = rj;
|
||
|
|
exports.RootAttributeOperation = dl;
|
||
|
|
exports.RootOperation = hl;
|
||
|
|
exports.SearchInfoView = Kw;
|
||
|
|
exports.SearchResultsView = Jw;
|
||
|
|
exports.SearchTextView = Qw;
|
||
|
|
exports.SelectAll = tA;
|
||
|
|
exports.SelectAllCommand = Qx;
|
||
|
|
exports.SelectAllEditing = Xx;
|
||
|
|
exports.SelectAllUI = eA;
|
||
|
|
exports.SelectColumnCommand = fG;
|
||
|
|
exports.SelectRowCommand = gG;
|
||
|
|
exports.SelectionObserver = Yo;
|
||
|
|
exports.SetHeaderColumnCommand = FW;
|
||
|
|
exports.SetHeaderRowCommand = LW;
|
||
|
|
exports.ShiftEnter = ty;
|
||
|
|
exports.ShiftEnterCommand = Zv;
|
||
|
|
exports.ShowBlocks = fj;
|
||
|
|
exports.ShowBlocksCommand = hj;
|
||
|
|
exports.ShowBlocksEditing = mj;
|
||
|
|
exports.ShowBlocksUI = gj;
|
||
|
|
exports.SimpleUploadAdapter = gd;
|
||
|
|
exports.SliderView = Kb;
|
||
|
|
exports.SourceEditing = bj;
|
||
|
|
exports.SpecialCharacters = Aj;
|
||
|
|
exports.SpecialCharactersArrows = Tj;
|
||
|
|
exports.SpecialCharactersCurrency = Pj;
|
||
|
|
exports.SpecialCharactersEssentials = Vj;
|
||
|
|
exports.SpecialCharactersLatin = Ij;
|
||
|
|
exports.SpecialCharactersMathematical = Sj;
|
||
|
|
exports.SpecialCharactersText = Ej;
|
||
|
|
exports.SpinnerView = t_;
|
||
|
|
exports.SplitButtonView = nb;
|
||
|
|
exports.SplitCellCommand = vW;
|
||
|
|
exports.SplitOperation = ol;
|
||
|
|
exports.StandardEditingMode = dj;
|
||
|
|
exports.StandardEditingModeEditing = cj;
|
||
|
|
exports.StandardEditingModeUI = uj;
|
||
|
|
exports.StickyPanelView = Ww;
|
||
|
|
exports.Strikethrough = Pv;
|
||
|
|
exports.StrikethroughEditing = Ev;
|
||
|
|
exports.StrikethroughUI = Iv;
|
||
|
|
exports.Style = Gj;
|
||
|
|
exports.StyleCommand = zj;
|
||
|
|
exports.StyleEditing = Wj;
|
||
|
|
exports.StyleUI = Dj;
|
||
|
|
exports.StyleUtils = Fj;
|
||
|
|
exports.StylesMap = _s;
|
||
|
|
exports.StylesProcessor = vs;
|
||
|
|
exports.Subscript = Mv;
|
||
|
|
exports.SubscriptEditing = Rv;
|
||
|
|
exports.SubscriptUI = Bv;
|
||
|
|
exports.Superscript = zv;
|
||
|
|
exports.SuperscriptEditing = Fv;
|
||
|
|
exports.SuperscriptUI = Dv;
|
||
|
|
exports.SwitchButtonView = jf;
|
||
|
|
exports.TabObserver = nr;
|
||
|
|
exports.Table = UG;
|
||
|
|
exports.TableAlignmentCommand = lJ;
|
||
|
|
exports.TableBackgroundColorCommand = iJ;
|
||
|
|
exports.TableBorderColorCommand = nJ;
|
||
|
|
exports.TableBorderStyleCommand = sJ;
|
||
|
|
exports.TableBorderWidthCommand = oJ;
|
||
|
|
exports.TableCaption = TJ;
|
||
|
|
exports.TableCaptionEditing = xJ;
|
||
|
|
exports.TableCaptionUI = AJ;
|
||
|
|
exports.TableCellBackgroundColorCommand = IK;
|
||
|
|
exports.TableCellBorderColorCommand = OK;
|
||
|
|
exports.TableCellBorderStyleCommand = RK;
|
||
|
|
exports.TableCellBorderWidthCommand = BK;
|
||
|
|
exports.TableCellHeightCommand = SK;
|
||
|
|
exports.TableCellHorizontalAlignmentCommand = VK;
|
||
|
|
exports.TableCellPaddingCommand = EK;
|
||
|
|
exports.TableCellProperties = NK;
|
||
|
|
exports.TableCellPropertiesEditing = FK;
|
||
|
|
exports.TableCellPropertiesUI = CK;
|
||
|
|
exports.TableCellPropertiesView = uK;
|
||
|
|
exports.TableCellPropertyCommand = xK;
|
||
|
|
exports.TableCellVerticalAlignmentCommand = PK;
|
||
|
|
exports.TableCellWidthCommand = AK;
|
||
|
|
exports.TableCellWidthEditing = TK;
|
||
|
|
exports.TableClipboard = BG;
|
||
|
|
exports.TableColumnResize = KK;
|
||
|
|
exports.TableColumnResizeEditing = GK;
|
||
|
|
exports.TableEditing = SG;
|
||
|
|
exports.TableHeightCommand = aJ;
|
||
|
|
exports.TableKeyboard = NG;
|
||
|
|
exports.TableLayout = eJ;
|
||
|
|
exports.TableLayoutEditing = YK;
|
||
|
|
exports.TableLayoutUI = DK;
|
||
|
|
exports.TableMouse = zG;
|
||
|
|
exports.TableProperties = bJ;
|
||
|
|
exports.TablePropertiesEditing = dJ;
|
||
|
|
exports.TablePropertiesUI = pJ;
|
||
|
|
exports.TablePropertiesView = mJ;
|
||
|
|
exports.TablePropertyCommand = tJ;
|
||
|
|
exports.TableSelection = OG;
|
||
|
|
exports.TableStyleSupport = qj;
|
||
|
|
exports.TableToolbar = JG;
|
||
|
|
exports.TableTypeCommand = JK;
|
||
|
|
exports.TableUI = VG;
|
||
|
|
exports.TableUtils = oG;
|
||
|
|
exports.TableWalker = uW;
|
||
|
|
exports.TableWidthCommand = rJ;
|
||
|
|
exports.TableWidthsCommand = qK;
|
||
|
|
exports.Template = Vd;
|
||
|
|
exports.TextPartLanguage = KI;
|
||
|
|
exports.TextPartLanguageCommand = jI;
|
||
|
|
exports.TextPartLanguageEditing = WI;
|
||
|
|
exports.TextPartLanguageUI = GI;
|
||
|
|
exports.TextTransformation = J_;
|
||
|
|
exports.TextWatcher = N_;
|
||
|
|
exports.TextareaView = Ip;
|
||
|
|
exports.Title = IT;
|
||
|
|
exports.TodoList = IR;
|
||
|
|
exports.TodoListEditing = CR;
|
||
|
|
exports.TodoListUI = SR;
|
||
|
|
exports.ToggleImageCaptionCommand = VS;
|
||
|
|
exports.ToggleTableCaptionCommand = CJ;
|
||
|
|
exports.Token = TC;
|
||
|
|
exports.ToolbarLineBreakView = Jp;
|
||
|
|
exports.ToolbarSeparatorView = Kp;
|
||
|
|
exports.ToolbarView = Xp;
|
||
|
|
exports.TooltipManager = ow;
|
||
|
|
exports.TouchObserver = kc;
|
||
|
|
exports.TwoStepCaretMovement = D_;
|
||
|
|
exports.Typing = L_;
|
||
|
|
exports.TypingChangeBuffer = __;
|
||
|
|
exports.UIModel = zw;
|
||
|
|
exports.Underline = jv;
|
||
|
|
exports.UnderlineEditing = Uv;
|
||
|
|
exports.UnderlineUI = $v;
|
||
|
|
exports.Undo = cA;
|
||
|
|
exports.UndoCommand = oA;
|
||
|
|
exports.UndoEditing = aA;
|
||
|
|
exports.UndoRedoBaseCommand = iA;
|
||
|
|
exports.UndoUI = lA;
|
||
|
|
exports.UnlinkCommand = gP;
|
||
|
|
exports.UpcastHelpers = ga;
|
||
|
|
exports.UpcastWriter = Cc;
|
||
|
|
exports.UpdateBookmarkCommand = ik;
|
||
|
|
exports.UploadImageCommand = WS;
|
||
|
|
exports.View = Xd;
|
||
|
|
exports.ViewAttributeElement = Gs;
|
||
|
|
exports.ViewCollection = Pd;
|
||
|
|
exports.ViewContainerElement = Ss;
|
||
|
|
exports.ViewDataTransfer = Xo;
|
||
|
|
exports.ViewDocument = Ws;
|
||
|
|
exports.ViewDocumentDomEventData = $o;
|
||
|
|
exports.ViewDocumentFragment = no;
|
||
|
|
exports.ViewDocumentSelection = Ns;
|
||
|
|
exports.ViewDomConverter = Mo;
|
||
|
|
exports.ViewDowncastWriter = so;
|
||
|
|
exports.ViewEditableElement = Ps;
|
||
|
|
exports.ViewElement = As;
|
||
|
|
exports.ViewEmptyElement = Qs;
|
||
|
|
exports.ViewModel = zw;
|
||
|
|
exports.ViewNode = cs;
|
||
|
|
exports.ViewPosition = Bs;
|
||
|
|
exports.ViewRange = Ms;
|
||
|
|
exports.ViewRawElement = to;
|
||
|
|
exports.ViewRenderer = Ao;
|
||
|
|
exports.ViewRootEditableElement = Rs;
|
||
|
|
exports.ViewSelection = Fs;
|
||
|
|
exports.ViewText = us;
|
||
|
|
exports.ViewTextProxy = ds;
|
||
|
|
exports.ViewTokenList = xs;
|
||
|
|
exports.ViewTreeWalker = Os;
|
||
|
|
exports.ViewTypeCheckable = ls;
|
||
|
|
exports.ViewUIElement = Zs;
|
||
|
|
exports.ViewUpcastWriter = Cc;
|
||
|
|
exports.WIDGET_CLASS_NAME = my;
|
||
|
|
exports.WIDGET_SELECTED_CLASS_NAME = gy;
|
||
|
|
exports.Watchdog = Nu;
|
||
|
|
exports.Widget = Hy;
|
||
|
|
exports.WidgetHighlightStack = cy;
|
||
|
|
exports.WidgetResize = Yy;
|
||
|
|
exports.WidgetResizeState = Wy;
|
||
|
|
exports.WidgetResizer = Jy;
|
||
|
|
exports.WidgetToolbarRepository = qy;
|
||
|
|
exports.WidgetTypeAround = Fy;
|
||
|
|
exports.WordCount = SJ;
|
||
|
|
exports.XmlDataProcessor = Ga;
|
||
|
|
exports._ALIGNMENT_SUPPORTED_OPTIONS = Cd;
|
||
|
|
exports._CheckIconHolderView = Of;
|
||
|
|
exports._ClipboardLineView = uC;
|
||
|
|
exports._CollapsibleView = Qf;
|
||
|
|
exports._ContextualBalloonRotatorView = qw;
|
||
|
|
exports._DEFAULT_ACCESSIBILITY_GROUP_ID = Ju;
|
||
|
|
exports._DataProcessorBasicHtmlWriter = Ha;
|
||
|
|
exports._DeleteObserver = B_;
|
||
|
|
exports._DetachOperation = ql;
|
||
|
|
exports._DragDrop = wC;
|
||
|
|
exports._DragDropBlockToolbar = bC;
|
||
|
|
exports._DragDropTarget = dC;
|
||
|
|
exports._DropdownMenuBehaviors = $p;
|
||
|
|
exports._DropdownRootMenuBehaviors = qp;
|
||
|
|
exports._HTML_SUPPORT_SCHEMA_DEFINITIONS = gE;
|
||
|
|
exports._IMAGE_DEFAULT_DROPDOWN_DEFINITIONS = yI;
|
||
|
|
exports._IMAGE_DEFAULT_ICONS = vI;
|
||
|
|
exports._IMAGE_DEFAULT_OPTIONS = _I;
|
||
|
|
exports._ImageCustomResizeFormView = gI;
|
||
|
|
exports._ImageInsertFormView = xS;
|
||
|
|
exports._ImageInsertUrlView = YS;
|
||
|
|
exports._ImageStyleUtils = CI;
|
||
|
|
exports._ImageTextAlternativeFormView = rS;
|
||
|
|
exports._IndentUsingClasses = zI;
|
||
|
|
exports._IndentUsingOffset = DI;
|
||
|
|
exports._InsertTableView = PG;
|
||
|
|
exports._LINK_KEYSTROKE = eP;
|
||
|
|
exports._LinkButtonView = CP;
|
||
|
|
exports._LinkPreviewButtonView = _P;
|
||
|
|
exports._ListBlocksIterable = NP;
|
||
|
|
exports._ListPropertiesView = mR;
|
||
|
|
exports._ListWalker = LP;
|
||
|
|
exports._MapperCache = br;
|
||
|
|
exports._MediaFormView = gq;
|
||
|
|
exports._MenuBarBehaviors = hw;
|
||
|
|
exports._MenuBarMenuBehaviors = mw;
|
||
|
|
exports._MenuBarMenuViewPanelPositioningFunctions = gw;
|
||
|
|
exports._MinimapIframeView = Hq;
|
||
|
|
exports._MinimapPositionTrackerView = qq;
|
||
|
|
exports._MinimapView = $q;
|
||
|
|
exports._OperationReplayer = Fu;
|
||
|
|
exports._SearchInfoView = Kw;
|
||
|
|
exports._SearchTextQueryView = Gw;
|
||
|
|
exports._SiblingListBlocksIterator = FP;
|
||
|
|
exports._SpecialCharactersCategoriesView = Cj;
|
||
|
|
exports._SpecialCharactersGridView = _j;
|
||
|
|
exports._SpecialCharactersInfoView = vj;
|
||
|
|
exports._SpecialCharactersView = kj;
|
||
|
|
exports._StyleGridButtonView = Rj;
|
||
|
|
exports._StyleGridView = Oj;
|
||
|
|
exports._StyleGroupView = Bj;
|
||
|
|
exports._StylePanelView = Mj;
|
||
|
|
exports._TABLE_COLUMN_MIN_WIDTH_AS_PERCENTAGE = NW;
|
||
|
|
exports._TABLE_COLUMN_MIN_WIDTH_IN_PIXELS = DW;
|
||
|
|
exports._TABLE_COLUMN_RESIZE_DISTANCE_THRESHOLD = HW;
|
||
|
|
exports._TABLE_COLUMN_WIDTH_PRECISION = zW;
|
||
|
|
exports._TABLE_DEFAULT_COLORS = aK;
|
||
|
|
exports._TableColorInputView = QG;
|
||
|
|
exports._TableMouseEventsObserver = DG;
|
||
|
|
exports._TemplateBinding = Rd;
|
||
|
|
exports._TemplateIfBinding = Bd;
|
||
|
|
exports._TemplateToBinding = Od;
|
||
|
|
exports._TodoCheckboxChangeObserver = yR;
|
||
|
|
exports._VIEW_BR_FILLER = bo;
|
||
|
|
exports._VIEW_INLINE_FILLER = _o;
|
||
|
|
exports._VIEW_INLINE_FILLER_LENGTH = wo;
|
||
|
|
exports._VIEW_MARKED_NBSP_FILLER = po;
|
||
|
|
exports._VIEW_NBSP_FILLER = fo;
|
||
|
|
exports._ViewElementConversionConsumables = ms;
|
||
|
|
exports._WIDGET_TYPE_AROUND_SELECTION_ATTRIBUTE = Sy;
|
||
|
|
exports._WidgetSizeView = Ky;
|
||
|
|
exports._addDefaultUnitToNumericValue = wK;
|
||
|
|
exports._addFontColorSelectorToDropdown = OA;
|
||
|
|
exports._addMentionAttributes = yq;
|
||
|
|
exports._adjustLastTableColumnIndex = VW;
|
||
|
|
exports._adjustLastTableRowIndex = PW;
|
||
|
|
exports._attributeToInlineHtmlSupportConverter = dE;
|
||
|
|
exports._autoParagraphEmptyModelRoots = da;
|
||
|
|
exports._buildFontDefinition = PA;
|
||
|
|
exports._canBeCodeBlock = NC;
|
||
|
|
exports._canBecomeSimpleListItem = sV;
|
||
|
|
exports._checkIfImageWidthAndHeightStylesAreBothSet = ZE;
|
||
|
|
exports._ckBoxConvertMimeTypeToExtension = Ak;
|
||
|
|
exports._ckboxBlurHashToDataUrl = kk;
|
||
|
|
exports._clamp = JW;
|
||
|
|
exports._clearTranslations = un;
|
||
|
|
exports._cloneMinimapEditingViewDomRoot = jq;
|
||
|
|
exports._colorTableFieldValidator = iK;
|
||
|
|
exports._convertColor = vp;
|
||
|
|
exports._convertColorToHex = yp;
|
||
|
|
exports._convertHexToBase64 = p$;
|
||
|
|
exports._convertMapToStringifiedObject = Ru;
|
||
|
|
exports._convertMapToTags = Vu;
|
||
|
|
exports._convertParagraphInTableCell = fW;
|
||
|
|
exports._convertPasteOfficeCssLengthToPx = i$;
|
||
|
|
exports._createBlockImageViewElement = KE;
|
||
|
|
exports._createCKBoxEditabilityChecker = Uk;
|
||
|
|
exports._createEmptyTableCell = tW;
|
||
|
|
exports._createFilledArray = QW;
|
||
|
|
exports._createInlineImageViewElement = GE;
|
||
|
|
exports._createLinkElement = iP;
|
||
|
|
exports._createListElement = TV;
|
||
|
|
exports._createListItemElement = EV;
|
||
|
|
exports._createListUIComponents = jV;
|
||
|
|
exports._createMediaFigureElement = oq;
|
||
|
|
exports._createMentionMarkerRegExp = Mq;
|
||
|
|
exports._createModelToViewListPositionMapper = DV;
|
||
|
|
exports._createObjectHtmlSupportView = lE;
|
||
|
|
exports._cropTableToDimensions = yW;
|
||
|
|
exports._dataViewToModelCodeBlockInsertion = GC;
|
||
|
|
exports._dataViewToModelCodeBlockOrphanNodeConsumer = JC;
|
||
|
|
exports._dataViewToModelCodeBlockTextNewlinesInsertion = KC;
|
||
|
|
exports._deleteModelContent = ic;
|
||
|
|
exports._determineImageTypeForInsertionAtSelection = QE;
|
||
|
|
exports._downcastCleanSelection = Jr;
|
||
|
|
exports._downcastConvertCollapsedSelection = Kr;
|
||
|
|
exports._downcastConvertRangeSelection = Gr;
|
||
|
|
exports._downcastCreateViewElementFromDowncastHighlightDescriptor = Wr;
|
||
|
|
exports._downcastImageAttribute = fS;
|
||
|
|
exports._downcastImageSourcesAttribute = gS;
|
||
|
|
exports._downcastImageSrcsetAttribute = mS;
|
||
|
|
exports._downcastInsertAttributesAndChildren = $r;
|
||
|
|
exports._downcastInsertElement = Yr;
|
||
|
|
exports._downcastInsertStructure = Zr;
|
||
|
|
exports._downcastInsertText = qr;
|
||
|
|
exports._downcastInsertUIElement = Xr;
|
||
|
|
exports._downcastRemove = jr;
|
||
|
|
exports._downcastTable = hW;
|
||
|
|
exports._downcastTableAttribute = Yj;
|
||
|
|
exports._downcastTableAttributeToStyle = Qj;
|
||
|
|
exports._downcastTableCell = gW;
|
||
|
|
exports._downcastTableResizedClass = jK;
|
||
|
|
exports._downcastTableRow = mW;
|
||
|
|
exports._downcastWrap = Qr;
|
||
|
|
exports._dumpTrees = Bu;
|
||
|
|
exports._emptyInlineModelElementToViewHtmlSupportConverter = uE;
|
||
|
|
exports._enableTableCellProperty = nW;
|
||
|
|
exports._ensureParagraphInTableCell = lW;
|
||
|
|
exports._ensureSafeLinkUrl = nP;
|
||
|
|
exports._expandListBlocksToCompleteItems = GP;
|
||
|
|
exports._expandListBlocksToCompleteList = KP;
|
||
|
|
exports._extendRestrictedEditingMarkerOnTypingPostFixer = Z$;
|
||
|
|
exports._extractTextFromLinkRange = dP;
|
||
|
|
exports._fetchLocalImage = LS;
|
||
|
|
exports._fillTableOrCellToolbar = rK;
|
||
|
|
exports._findAndAddListHeadToMap = PV;
|
||
|
|
exports._findMappedListItemViewElement = NV;
|
||
|
|
exports._fixListIndents = VV;
|
||
|
|
exports._fixListItemIds = RV;
|
||
|
|
exports._getAllListItemBlocks = HP;
|
||
|
|
exports._getAllSupportedListStyleTypes = eR;
|
||
|
|
exports._getBalloonTableCellPositionData = fK;
|
||
|
|
exports._getBalloonTablePositionData = gK;
|
||
|
|
exports._getBasicStylesButtonCreator = hv;
|
||
|
|
exports._getBorderTableStyleLabels = XG;
|
||
|
|
exports._getCKBoxContentTypeOfUrl = Tk;
|
||
|
|
exports._getCKBoxFileExtension = Ek;
|
||
|
|
exports._getCKBoxImageUrls = vk;
|
||
|
|
exports._getCKBoxWorkspaceId = yk;
|
||
|
|
exports._getCKFinderCookie = _d;
|
||
|
|
exports._getCKFinderCsrfToken = wd;
|
||
|
|
exports._getChangedResizedTables = UW;
|
||
|
|
exports._getClosestWidgetTypeAroundDomButton = Py;
|
||
|
|
exports._getClosestWidgetViewElement = Ry;
|
||
|
|
exports._getCodeBlockAriaAnnouncement = DC;
|
||
|
|
exports._getCodeBlockIndentOutdentPositions = LC;
|
||
|
|
exports._getCodeBlockLeadingWhiteSpaces = BC;
|
||
|
|
exports._getCodeBlockPropertyAssociation = OC;
|
||
|
|
exports._getCodeBlockTextNodeAtLineStart = zC;
|
||
|
|
exports._getCopyOnEnterAttributes = Wv;
|
||
|
|
exports._getDataWithoutViewFiller = ko;
|
||
|
|
exports._getDefaultTableValueAdjusted = Zj;
|
||
|
|
exports._getDomTableCellOuterWidth = XW;
|
||
|
|
exports._getEditorUsageData = Yu;
|
||
|
|
exports._getElementWidthInPixels = WW;
|
||
|
|
exports._getEmitterId = q;
|
||
|
|
exports._getEmitterListenedTo = H;
|
||
|
|
exports._getHorizontallyOverlappingTableCells = xW;
|
||
|
|
exports._getHtmlSupportAttributeName = oE;
|
||
|
|
exports._getHtmlSupportDescendantElement = AE;
|
||
|
|
exports._getImageBalloonPositionData = lS;
|
||
|
|
exports._getImageSizeValueIfInPx = YE;
|
||
|
|
exports._getImageViewElementMatcher = JE;
|
||
|
|
exports._getLabeledTableColorInputCreator = lK;
|
||
|
|
exports._getListIndent = AV;
|
||
|
|
exports._getListItemBlocks = UP;
|
||
|
|
exports._getListItems = $P;
|
||
|
|
exports._getListStyleTypeFromTypeAttribute = iR;
|
||
|
|
exports._getListTypeFromListStyleType = tR;
|
||
|
|
exports._getLocalizedHeadingOptions = CT;
|
||
|
|
exports._getLocalizedLinkDecorators = sP;
|
||
|
|
exports._getLocalizedTableColorErrorText = eK;
|
||
|
|
exports._getLocalizedTableLengthErrorText = tK;
|
||
|
|
exports._getMinimapClientHeight = Kq;
|
||
|
|
exports._getMinimapDomElementRect = Gq;
|
||
|
|
exports._getMinimapPageStyles = Wq;
|
||
|
|
exports._getMinimapScrollable = Jq;
|
||
|
|
exports._getModelData = Cu;
|
||
|
|
exports._getModelNodeAfterPosition = dr;
|
||
|
|
exports._getModelNodeBeforePosition = hr;
|
||
|
|
exports._getModelTextNodeAtPosition = ur;
|
||
|
|
exports._getNestedListBlocks = qP;
|
||
|
|
exports._getNormalizedAndLocalizedCodeBlockLanguageDefinitions = RC;
|
||
|
|
exports._getNormalizedDefaultTableBaseProperties = _K;
|
||
|
|
exports._getNormalizedDefaultTableCellProperties = yK;
|
||
|
|
exports._getNormalizedDefaultTableProperties = vK;
|
||
|
|
exports._getNormalizedListConfig = cR;
|
||
|
|
exports._getRestrictedEditingMarkerAtPosition = W$;
|
||
|
|
exports._getSelectedBlockObject = nV;
|
||
|
|
exports._getSelectedImageEditorNodes = hI;
|
||
|
|
exports._getSelectedImagePossibleResizeRange = fI;
|
||
|
|
exports._getSelectedImageWidthInUnits = mI;
|
||
|
|
exports._getSelectedMediaModelWidget = rq;
|
||
|
|
exports._getSelectedMediaViewWidget = nq;
|
||
|
|
exports._getSelectedModelContent = lc;
|
||
|
|
exports._getSelectedTableWidget = WG;
|
||
|
|
exports._getSelectionAffectedTable = sW;
|
||
|
|
exports._getSelectionAffectedTableWidget = jG;
|
||
|
|
exports._getTableBorderBoxSingleValue = bK;
|
||
|
|
exports._getTableCaptionFromModelElement = vJ;
|
||
|
|
exports._getTableCaptionFromModelSelection = yJ;
|
||
|
|
exports._getTableColumnEdgesIndexes = GW;
|
||
|
|
exports._getTableColumnElements = iG;
|
||
|
|
exports._getTableColumnGroupElement = tG;
|
||
|
|
exports._getTableColumnMinWidthAsPercentage = qW;
|
||
|
|
exports._getTableColumnsWidths = nG;
|
||
|
|
exports._getTableOrCellBorderStyleDefinitions = oK;
|
||
|
|
exports._getTableWidgetAncestor = GG;
|
||
|
|
exports._getTableWidthInPixels = $W;
|
||
|
|
exports._getTypeAttributeFromListStyleType = nR;
|
||
|
|
exports._getUserAgent = t;
|
||
|
|
exports._getVerticallyOverlappingTableCells = kW;
|
||
|
|
exports._getViewData = pu;
|
||
|
|
exports._getViewElementIdForListType = IV;
|
||
|
|
exports._getViewElementNameForListType = SV;
|
||
|
|
exports._getWidgetTypeAroundButtonPosition = Vy;
|
||
|
|
exports._getWidgetTypeAroundFakeCaretPosition = Oy;
|
||
|
|
exports._hasLinkProtocol = cP;
|
||
|
|
exports._indentListBlocks = YP;
|
||
|
|
exports._initDocumentDumping = Mu;
|
||
|
|
exports._injectModelSelectionPostFixer = Yl;
|
||
|
|
exports._injectTableCaptionPostFixer = wJ;
|
||
|
|
exports._injectTableCellParagraphPostFixer = vG;
|
||
|
|
exports._injectTableLayoutPostFixer = pG;
|
||
|
|
exports._injectViewQuirksHandling = Co;
|
||
|
|
exports._injectViewUIElementHandling = Xs;
|
||
|
|
exports._insertIntoModelNodeList = Ja;
|
||
|
|
exports._insertMedia = aq;
|
||
|
|
exports._insertModelContent = uc;
|
||
|
|
exports._insertModelObject = hc;
|
||
|
|
exports._isAlignmentSupported = xd;
|
||
|
|
exports._isAndroid = c;
|
||
|
|
exports._isBlink = u;
|
||
|
|
exports._isBookmarkIdValid = Xy;
|
||
|
|
exports._isDefaultAlignment = Ad;
|
||
|
|
exports._isEmailLink = aP;
|
||
|
|
exports._isEmojiSupported = Vx;
|
||
|
|
exports._isFirstBlockOfListItem = jP;
|
||
|
|
exports._isGecko = r;
|
||
|
|
exports._isInlineViewFiller = yo;
|
||
|
|
exports._isLastBlockOfListItem = WP;
|
||
|
|
exports._isListItemBlock = zP;
|
||
|
|
exports._isListItemView = xV;
|
||
|
|
exports._isListView = CV;
|
||
|
|
exports._isLocalImage = FS;
|
||
|
|
exports._isMac = s;
|
||
|
|
exports._isMediaForcedColors = h;
|
||
|
|
exports._isMediaWidget = sq;
|
||
|
|
exports._isModelSelectionInCodeBlock = FC;
|
||
|
|
exports._isMotionReduced = m;
|
||
|
|
exports._isNumberedListType = oV;
|
||
|
|
exports._isParagraphableModelNode = ha;
|
||
|
|
exports._isPasteOfficePxValue = n$;
|
||
|
|
exports._isRegExpUnicodePropertySupported = d;
|
||
|
|
exports._isRestrictedEditingPositionInRangeBoundaries = G$;
|
||
|
|
exports._isRestrictedEditingSelectionInMarker = K$;
|
||
|
|
exports._isSafari = a;
|
||
|
|
exports._isSingleListItem = eV;
|
||
|
|
exports._isSingleTableParagraphWithoutAttributes = pW;
|
||
|
|
exports._isTableHeadingColumnCell = iW;
|
||
|
|
exports._isTableModelElement = _J;
|
||
|
|
exports._isViewPatternMatched = bs;
|
||
|
|
exports._isWindows = o;
|
||
|
|
exports._isiOS = l;
|
||
|
|
exports._lengthTableFieldValidator = nK;
|
||
|
|
exports._lineWidthTableFieldValidator = sK;
|
||
|
|
exports._listItemBogusParagraphCreator = FV;
|
||
|
|
exports._listItemDowncastConverter = MV;
|
||
|
|
exports._listItemDowncastRemoveConverter = LV;
|
||
|
|
exports._listItemUpcastConverter = OV;
|
||
|
|
exports._listPropertiesUpcastConverter = aR;
|
||
|
|
exports._logDocument = Lu;
|
||
|
|
exports._matchTableCaptionViewElement = kJ;
|
||
|
|
exports._mergeHtmlSupportViewElementAttributes = tE;
|
||
|
|
exports._mergeIntersectingModelRanges = ec;
|
||
|
|
exports._mergeListItemBefore = QP;
|
||
|
|
exports._modelElementToPlainText = EJ;
|
||
|
|
exports._modelToDataViewCodeBlockSoftBreakInsertion = WC;
|
||
|
|
exports._modelToViewBlockAttributeHtmlSupportConverter = mE;
|
||
|
|
exports._modelToViewCodeBlockInsertion = jC;
|
||
|
|
exports._modelToViewImageStyleAttribute = xI;
|
||
|
|
exports._modelToViewUrlAttributeMediaConverter = tq;
|
||
|
|
exports._modifyHtmlSupportGhsAttribute = iE;
|
||
|
|
exports._modifyModelSelection = mc;
|
||
|
|
exports._moveInModelNodeList = Ya;
|
||
|
|
exports._normalizeAlignmentOptions = Td;
|
||
|
|
exports._normalizeClipboardData = tC;
|
||
|
|
exports._normalizeConversionConsumables = gs;
|
||
|
|
exports._normalizeFontFamilyOptions = MA;
|
||
|
|
exports._normalizeFontSizeOptions = qA;
|
||
|
|
exports._normalizeInModelNodeList = Xa;
|
||
|
|
exports._normalizeLinkDecorators = oP;
|
||
|
|
exports._normalizeListStyle = sR;
|
||
|
|
exports._normalizePasteOfficeSpaceRunSpans = M$;
|
||
|
|
exports._normalizePasteOfficeSpacing = B$;
|
||
|
|
exports._normalizeTableColumnWidths = ZW;
|
||
|
|
exports._openLink = uP;
|
||
|
|
exports._operationTransform = wl;
|
||
|
|
exports._outdentFollowingListItems = tV;
|
||
|
|
exports._outdentListBlocksWithMerge = ZP;
|
||
|
|
exports._parseLanguageAttribute = $I;
|
||
|
|
exports._parseModel = Tu;
|
||
|
|
exports._parseView = _u;
|
||
|
|
exports._prepareCKBoxImageAssetAttributes = Ik;
|
||
|
|
exports._preventUiViewDefault = Qp;
|
||
|
|
exports._processMenuBarConfig = bw;
|
||
|
|
exports._rawCodeBlockSnippetTextToViewDocumentFragment = MC;
|
||
|
|
exports._reconvertListItemsOnDataChange = BV;
|
||
|
|
exports._registerCustomElement = kp;
|
||
|
|
exports._removeEmptyTableColumns = EW;
|
||
|
|
exports._removeEmptyTableRows = SW;
|
||
|
|
exports._removeEmptyTableRowsColumns = IW;
|
||
|
|
exports._removeFromModelNodeList = Qa;
|
||
|
|
exports._removeHtmlSupportViewAttributes = eE;
|
||
|
|
exports._removeListAttributes = XP;
|
||
|
|
exports._removePasteGoogleOfficeSheetsTag = I$;
|
||
|
|
exports._removePasteMSOfficeAttributes = b$;
|
||
|
|
exports._removePasteOfficeBoldWrapper = k$;
|
||
|
|
exports._removePasteOfficeInvalidTableWidths = P$;
|
||
|
|
exports._removePasteOfficeStyleBlock = V$;
|
||
|
|
exports._removePasteOfficeXmlnsAttributes = S$;
|
||
|
|
exports._renderDowncastFontElement = RA;
|
||
|
|
exports._renderUpcastFontColorAttribute = VA;
|
||
|
|
exports._replacePasteOfficeImagesSourceWithBase64 = f$;
|
||
|
|
exports._repositionImageContextualBalloon = aS;
|
||
|
|
exports._repositionTableContextualBalloon = mK;
|
||
|
|
exports._resurrectRestrictedEditingCollapsedMarkerPostFixer = Y$;
|
||
|
|
exports._sendCKBoxHttpRequest = Ck;
|
||
|
|
exports._setAttributeInModelNodeList = Za;
|
||
|
|
exports._setCKFinderCookie = vd;
|
||
|
|
exports._setEmitterId = U;
|
||
|
|
exports._setHtmlSupportViewAttributes = XT;
|
||
|
|
exports._setModelData = xu;
|
||
|
|
exports._setViewData = bu;
|
||
|
|
exports._setupRestrictedEditingExceptionHighlighting = Q$;
|
||
|
|
exports._skipEmptyTableRow = aW;
|
||
|
|
exports._sortFindResultsByMarkerPositions = fA;
|
||
|
|
exports._sortListBlocks = iV;
|
||
|
|
exports._splitListItemBefore = JP;
|
||
|
|
exports._splitTableCellHorizontally = CW;
|
||
|
|
exports._splitTableCellVertically = AW;
|
||
|
|
exports._startsWithViewFiller = vo;
|
||
|
|
exports._stringifyLanguageAttribute = qI;
|
||
|
|
exports._stringifyModel = Au;
|
||
|
|
exports._stringifyView = wu;
|
||
|
|
exports._sumArray = YW;
|
||
|
|
exports._tableCellRefreshHandler = TG;
|
||
|
|
exports._tableHeadingsRefreshHandler = AG;
|
||
|
|
exports._toHtmlSupportPascalCase = sE;
|
||
|
|
exports._toMediaWidget = iq;
|
||
|
|
exports._toMentionAttribute = kq;
|
||
|
|
exports._toObjectWidgetHtmlSupportConverter = aE;
|
||
|
|
exports._toPasteOfficePxValue = s$;
|
||
|
|
exports._toPrecision = KW;
|
||
|
|
exports._transformPasteOfficeBlockBrsToParagraphs = C$;
|
||
|
|
exports._transformPasteOfficeBookmarks = t$;
|
||
|
|
exports._transformPasteOfficeListItemLikeElementsIntoLists = o$;
|
||
|
|
exports._transformPasteOfficeTables = w$;
|
||
|
|
exports._translate = cn;
|
||
|
|
exports._translateTableColspanAttribute = sG;
|
||
|
|
exports._trimTableCellIfNeeded = TW;
|
||
|
|
exports._tryCastImageDimensionsToUnit = dI;
|
||
|
|
exports._tryFixingModelRange = Zl;
|
||
|
|
exports._tryNormalizeHexColor = Yb;
|
||
|
|
exports._tryParseImageDimensionWithUnit = uI;
|
||
|
|
exports._unifyTranslations = dn;
|
||
|
|
exports._unwrapPasteOfficeParagraphInListItem = r$;
|
||
|
|
exports._upcastConvertSelectionChange = ba;
|
||
|
|
exports._upcastConvertText = pa;
|
||
|
|
exports._upcastConvertToModelFragment = fa;
|
||
|
|
exports._upcastImageFigure = dS;
|
||
|
|
exports._upcastImagePicture = hS;
|
||
|
|
exports._upcastNormalizedTableStyleToAttribute = Kj;
|
||
|
|
exports._upcastRestrictedEditingHighlightToMarker = X$;
|
||
|
|
exports._upcastTable = rW;
|
||
|
|
exports._upcastTableBorderStyles = Jj;
|
||
|
|
exports._upcastTableColgroupElement = $K;
|
||
|
|
exports._upcastTableFigure = oW;
|
||
|
|
exports._updateHtmlSupportViewAttributes = ZT;
|
||
|
|
exports._updateTableColumnElements = eG;
|
||
|
|
exports._updateTableNumericAttribute = eW;
|
||
|
|
exports._viewToAttributeInlineHtmlSupportConverter = cE;
|
||
|
|
exports._viewToModelBlockAttributeHtmlSupportConverter = hE;
|
||
|
|
exports._viewToModelImageStyleAttribute = AI;
|
||
|
|
exports._viewToModelObjectContentHtmlSupportConverter = rE;
|
||
|
|
exports._wrapInModelParagraph = ma;
|
||
|
|
exports.abortableDebounce = Wt;
|
||
|
|
exports.add = ln;
|
||
|
|
exports.addBackgroundStylesRules = Yc;
|
||
|
|
exports.addBorderStylesRules = Zc;
|
||
|
|
exports.addKeyboardHandlingForGrid = lh;
|
||
|
|
exports.addLinkProtocolIfApplicable = lP;
|
||
|
|
exports.addListToDropdown = cb;
|
||
|
|
exports.addMarginStylesRules = lu;
|
||
|
|
exports.addMenuToDropdown = ob;
|
||
|
|
exports.addPaddingStylesRules = cu;
|
||
|
|
exports.addToolbarToDropdown = ab;
|
||
|
|
exports.areConnectedThroughProperties = _;
|
||
|
|
exports.attachToForm = od;
|
||
|
|
exports.autoParagraphEmptyRoots = da;
|
||
|
|
exports.blockAutoformatEditing = nv;
|
||
|
|
exports.calculateResizeHostAncestorWidth = Ty;
|
||
|
|
exports.calculateResizeHostPercentageWidth = Ey;
|
||
|
|
exports.clickOutsideHandler = sh;
|
||
|
|
exports.collectStylesheets = Vn;
|
||
|
|
exports.compareArrays = Kt;
|
||
|
|
exports.count = Gt;
|
||
|
|
exports.crc32 = Pn;
|
||
|
|
exports.createDropdown = sb;
|
||
|
|
exports.createElement = Qt;
|
||
|
|
exports.createImageTypeRegExp = MS;
|
||
|
|
exports.createLabeledDropdown = bb;
|
||
|
|
exports.createLabeledInputNumber = fb;
|
||
|
|
exports.createLabeledInputText = gb;
|
||
|
|
exports.createLabeledTextarea = pb;
|
||
|
|
exports.delay = Sn;
|
||
|
|
exports.diff = b;
|
||
|
|
exports.diffToChanges = w;
|
||
|
|
exports.disableViewPlaceholder = ts;
|
||
|
|
exports.enableViewPlaceholder = es;
|
||
|
|
exports.ensureSafeUrl = nP;
|
||
|
|
exports.env = n;
|
||
|
|
exports.exponentialDelay = Tn;
|
||
|
|
exports.fastDiff = g;
|
||
|
|
exports.filterGroupAndItemNames = Nw;
|
||
|
|
exports.findAttributeRange = ev;
|
||
|
|
exports.findAttributeRangeBound = tv;
|
||
|
|
exports.findClosestScrollableAncestor = ri;
|
||
|
|
exports.findOptimalInsertionRange = Cy;
|
||
|
|
exports.first = gn;
|
||
|
|
exports.focusChildOnDropdownOpen = db;
|
||
|
|
exports.formatHtml = Rn;
|
||
|
|
exports.getAncestors = ai;
|
||
|
|
exports.getBorderWidths = ci;
|
||
|
|
exports.getBoxSidesStyleShorthandValue = Kc;
|
||
|
|
exports.getBoxSidesStyleValueReducer = Gc;
|
||
|
|
exports.getBoxSidesStyleValues = Wc;
|
||
|
|
exports.getCode = Yi;
|
||
|
|
exports.getCommonAncestor = di;
|
||
|
|
exports.getDataFromElement = li;
|
||
|
|
exports.getEnvKeystrokeText = Xi;
|
||
|
|
exports.getLabel = yy;
|
||
|
|
exports.getLanguageDirection = rn;
|
||
|
|
exports.getLastTextLine = F_;
|
||
|
|
exports.getLocalizedArrowKeyCodeDirection = tn;
|
||
|
|
exports.getLocalizedColorOptions = Yf;
|
||
|
|
exports.getOptimalPosition = Pi;
|
||
|
|
exports.getPositionStyleShorthandNormalizer = Jc;
|
||
|
|
exports.getPositionedAncestor = hi;
|
||
|
|
exports.getRangeFromMouseEvent = ui;
|
||
|
|
exports.getShorthandStylesValues = Qc;
|
||
|
|
exports.getViewFillerOffset = Is;
|
||
|
|
exports.getVisualViewportOffset = Bi;
|
||
|
|
exports.hideViewPlaceholder = ns;
|
||
|
|
exports.indexOf = Ai;
|
||
|
|
exports.inlineAutoformatEditing = sv;
|
||
|
|
exports.inlineHighlight = iv;
|
||
|
|
exports.insertAt = Ti;
|
||
|
|
exports.insertToPriorityArray = E;
|
||
|
|
exports.isArrowKeyCode = en;
|
||
|
|
exports.isAttachmentStyleValue = qc;
|
||
|
|
exports.isColorStyleValue = Vc;
|
||
|
|
exports.isCombiningMark = Bn;
|
||
|
|
exports.isComment = Ei;
|
||
|
|
exports.isFocusable = xf;
|
||
|
|
exports.isForwardArrowKeyCode = nn;
|
||
|
|
exports.isHighSurrogateHalf = Mn;
|
||
|
|
exports.isHtmlInDataTransfer = KS;
|
||
|
|
exports.isInsideCombinedSymbol = Nn;
|
||
|
|
exports.isInsideEmojiSequence = zn;
|
||
|
|
exports.isInsideSurrogatePair = Fn;
|
||
|
|
exports.isIterable = Jt;
|
||
|
|
exports.isLengthStyleValue = Mc;
|
||
|
|
exports.isLineStyleValue = Oc;
|
||
|
|
exports.isLinkElement = tP;
|
||
|
|
exports.isLinkableElement = rP;
|
||
|
|
exports.isLowSurrogateHalf = Ln;
|
||
|
|
exports.isNode = ei;
|
||
|
|
exports.isParagraphable = ha;
|
||
|
|
exports.isPercentageStyleValue = Fc;
|
||
|
|
exports.isPositionStyleValue = Hc;
|
||
|
|
exports.isRange = gi;
|
||
|
|
exports.isRepeatStyleValue = Dc;
|
||
|
|
exports.isText = mi;
|
||
|
|
exports.isTypeAroundWidget = Iy;
|
||
|
|
exports.isURLStyleValue = jc;
|
||
|
|
exports.isValidAttributeName = Si;
|
||
|
|
exports.isViewWithFocusCycler = Af;
|
||
|
|
exports.isViewWithFocusTracker = bn;
|
||
|
|
exports.isVisible = Ii;
|
||
|
|
exports.isWidget = fy;
|
||
|
|
exports.isWindow = ti;
|
||
|
|
exports.keyCodes = Ji;
|
||
|
|
exports.logError = V;
|
||
|
|
exports.logWarning = P;
|
||
|
|
exports.mapsEqual = Cn;
|
||
|
|
exports.needsViewPlaceholder = ss;
|
||
|
|
exports.normalizeColorOptions = Zf;
|
||
|
|
exports.normalizeMenuBarConfig = pw;
|
||
|
|
exports.normalizeSingleColorDefinition = Xf;
|
||
|
|
exports.normalizeToolbarConfig = Yp;
|
||
|
|
exports.nth = fn;
|
||
|
|
exports.objectToMap = yn;
|
||
|
|
exports.parseBase64EncodedObject = In;
|
||
|
|
exports.parseKeystroke = Zi;
|
||
|
|
exports.parsePasteOfficeHtml = F$;
|
||
|
|
exports.plainTextToHtml = eC;
|
||
|
|
exports.priorities = T;
|
||
|
|
exports.releaseDate = M;
|
||
|
|
exports.remove = Oi;
|
||
|
|
exports.retry = An;
|
||
|
|
exports.scrollAncestorsToShowTarget = Li;
|
||
|
|
exports.scrollViewportToShowTarget = Mi;
|
||
|
|
exports.secureSourceElement = ad;
|
||
|
|
exports.setDataInElement = Ci;
|
||
|
|
exports.setHighlightHandling = _y;
|
||
|
|
exports.setLabel = vy;
|
||
|
|
exports.showViewPlaceholder = is;
|
||
|
|
exports.spliceArray = En;
|
||
|
|
exports.spy = k;
|
||
|
|
exports.submitHandler = ah;
|
||
|
|
exports.toArray = an;
|
||
|
|
exports.toMap = kn;
|
||
|
|
exports.toUnit = xi;
|
||
|
|
exports.toWidget = py;
|
||
|
|
exports.toWidgetEditable = ky;
|
||
|
|
exports.transformOperationSets = _l;
|
||
|
|
exports.uid = A;
|
||
|
|
exports.version = B;
|
||
|
|
exports.verticalWidgetNavigationHandler = Ny;
|
||
|
|
exports.viewToModelPositionOutsideModelElement = xy;
|
||
|
|
exports.viewToPlainText = sC;
|
||
|
|
exports.wait = xn;
|
||
|
|
exports.wrapInParagraph = ma;
|
||
|
|
|
||
|
|
}));
|
||
|
|
//# sourceMappingURL=ckeditor5.umd.js.map
|