mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-30 16:38:41 +03:00
1446 lines
1.8 MiB
JavaScript
1446 lines
1.8 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 v(e,t){if(e===t&&("object"==typeof(i=e)&&null!==i))return true;var i;const n=_(e),s=_(t);for(const e of n)if(s.has(e))return true;return false}function _(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 = od;
|
||
|
|
exports.AccessibilityHelp = Vp;
|
||
|
|
exports.AccessibilityHelpContentView = _h;
|
||
|
|
exports.ActionsRecorder = ed;
|
||
|
|
exports.AdjacentListsSupport = AB;
|
||
|
|
exports.Alignment = m_;
|
||
|
|
exports.AlignmentCommand = Fd;
|
||
|
|
exports.AlignmentEditing = Nd;
|
||
|
|
exports.AlignmentUI = h_;
|
||
|
|
exports.AriaLiveAnnouncer = dh;
|
||
|
|
exports.AriaLiveAnnouncerPoliteness = uh;
|
||
|
|
exports.AriaLiveAnnouncerRegionView = mh;
|
||
|
|
exports.AriaLiveAnnouncerView = hh;
|
||
|
|
exports.AttributeCommand = sy;
|
||
|
|
exports.AttributeOperation = ml;
|
||
|
|
exports.AutoImage = ZS;
|
||
|
|
exports.AutoLink = CV;
|
||
|
|
exports.AutoMediaEmbed = l$;
|
||
|
|
exports.AutocompleteView = Wv;
|
||
|
|
exports.Autoformat = ty;
|
||
|
|
exports.AutomaticLinkDecorators = $P;
|
||
|
|
exports.Autosave = ny;
|
||
|
|
exports.Badge = Fp;
|
||
|
|
exports.BalloonEditor = iA;
|
||
|
|
exports.BalloonEditorUI = eA;
|
||
|
|
exports.BalloonEditorUIView = tA;
|
||
|
|
exports.BalloonPanelView = Mp;
|
||
|
|
exports.BalloonToolbar = Zv;
|
||
|
|
exports.Base64UploadAdapter = yd;
|
||
|
|
exports.Batch = Ml;
|
||
|
|
exports.BlockButtonView = e_;
|
||
|
|
exports.BlockQuote = nk;
|
||
|
|
exports.BlockQuoteCommand = Yy;
|
||
|
|
exports.BlockQuoteEditing = tk;
|
||
|
|
exports.BlockQuoteUI = ik;
|
||
|
|
exports.BlockToolbar = i_;
|
||
|
|
exports.BodyCollection = Op;
|
||
|
|
exports.Bold = uy;
|
||
|
|
exports.BoldEditing = ry;
|
||
|
|
exports.BoldUI = cy;
|
||
|
|
exports.Bookmark = sC;
|
||
|
|
exports.BookmarkEditing = Xk;
|
||
|
|
exports.BookmarkFormView = Gk;
|
||
|
|
exports.BookmarkUI = iC;
|
||
|
|
exports.BoxedEditorUIView = Ev;
|
||
|
|
exports.BubblingEmitterMixin = js;
|
||
|
|
exports.BubblingEventInfo = Hs;
|
||
|
|
exports.ButtonLabelView = gp;
|
||
|
|
exports.ButtonLabelWithHighlightView = Kv;
|
||
|
|
exports.ButtonView = fp;
|
||
|
|
exports.CKBox = LC;
|
||
|
|
exports.CKBoxCommand = CC;
|
||
|
|
exports.CKBoxEditing = VC;
|
||
|
|
exports.CKBoxImageEdit = UC;
|
||
|
|
exports.CKBoxImageEditCommand = DC;
|
||
|
|
exports.CKBoxImageEditEditing = zC;
|
||
|
|
exports.CKBoxImageEditUI = HC;
|
||
|
|
exports.CKBoxUI = oC;
|
||
|
|
exports.CKBoxUploadAdapter = SC;
|
||
|
|
exports.CKBoxUtils = EC;
|
||
|
|
exports.CKEditorError = I;
|
||
|
|
exports.CKFinder = GC;
|
||
|
|
exports.CKFinderCommand = $C;
|
||
|
|
exports.CKFinderEditing = WC;
|
||
|
|
exports.CKFinderUI = qC;
|
||
|
|
exports.CKFinderUploadAdapter = Pd;
|
||
|
|
exports.CheckTodoListCommand = fR;
|
||
|
|
exports.ClassicEditor = rA;
|
||
|
|
exports.ClassicEditorUI = sA;
|
||
|
|
exports.ClassicEditorUIView = oA;
|
||
|
|
exports.ClickObserver = Ac;
|
||
|
|
exports.Clipboard = wx;
|
||
|
|
exports.ClipboardMarkersUtils = ix;
|
||
|
|
exports.ClipboardObserver = KC;
|
||
|
|
exports.ClipboardPipeline = nx;
|
||
|
|
exports.CloudServices = Tx;
|
||
|
|
exports.CloudServicesCore = Ax;
|
||
|
|
exports.CloudServicesUploadAdapter = Yx;
|
||
|
|
exports.Code = fy;
|
||
|
|
exports.CodeBlock = Qx;
|
||
|
|
exports.CodeBlockCommand = Lx;
|
||
|
|
exports.CodeBlockEditing = Wx;
|
||
|
|
exports.CodeBlockElementSupport = bS;
|
||
|
|
exports.CodeBlockUI = Jx;
|
||
|
|
exports.CodeEditing = hy;
|
||
|
|
exports.CodeUI = gy;
|
||
|
|
exports.CollapsibleView = Wp;
|
||
|
|
exports.Collection = mn;
|
||
|
|
exports.ColorGridView = Yp;
|
||
|
|
exports.ColorGridsFragmentView = Kw;
|
||
|
|
exports.ColorPickerFragmentView = Jw;
|
||
|
|
exports.ColorPickerInputRowView = jw;
|
||
|
|
exports.ColorPickerView = Hw;
|
||
|
|
exports.ColorSelectorView = Qw;
|
||
|
|
exports.ColorTileView = Qp;
|
||
|
|
exports.Command = Wn;
|
||
|
|
exports.CommandCollection = Jn;
|
||
|
|
exports.ComponentFactory = Yw;
|
||
|
|
exports.CompositionObserver = nr;
|
||
|
|
exports.Config = Yt;
|
||
|
|
exports.Context = Yn;
|
||
|
|
exports.ContextPlugin = Zn;
|
||
|
|
exports.ContextWatchdog = Yu;
|
||
|
|
exports.ContextualBalloon = Fv;
|
||
|
|
exports.Conversion = Ja;
|
||
|
|
exports.ConversionHelpers = Wr;
|
||
|
|
exports.CssTransitionDisablerMixin = fh;
|
||
|
|
exports.CustomElementSupport = OS;
|
||
|
|
exports.DOCUMENTATION_URL = S;
|
||
|
|
exports.DataController = Ka;
|
||
|
|
exports.DataFilter = dS;
|
||
|
|
exports.DataSchema = uS;
|
||
|
|
exports.DecoupledEditor = uA;
|
||
|
|
exports.DecoupledEditorUI = lA;
|
||
|
|
exports.DecoupledEditorUIView = cA;
|
||
|
|
exports.DefaultMenuBarItems = uv;
|
||
|
|
exports.Delete = P_;
|
||
|
|
exports.DeleteCommand = C_;
|
||
|
|
exports.Dialog = Ep;
|
||
|
|
exports.DialogActionsView = kp;
|
||
|
|
exports.DialogContentView = Cp;
|
||
|
|
exports.DialogView = Tp;
|
||
|
|
exports.DialogViewPosition = xp;
|
||
|
|
exports.Differ = Ll;
|
||
|
|
exports.DocumentColorCollection = Gw;
|
||
|
|
exports.DomEmitterMixin = ni;
|
||
|
|
exports.DomEventObserver = Qo;
|
||
|
|
exports.DowncastHelpers = Gr;
|
||
|
|
exports.DragDrop = mx;
|
||
|
|
exports.DragDropBlockToolbar = hx;
|
||
|
|
exports.DragDropTarget = rx;
|
||
|
|
exports.DraggableViewMixin = ph;
|
||
|
|
exports.DropdownButtonView = Sb;
|
||
|
|
exports.DropdownMenuButtonView = Pb;
|
||
|
|
exports.DropdownMenuListItemButtonView = Ib;
|
||
|
|
exports.DropdownMenuListItemView = Fb;
|
||
|
|
exports.DropdownMenuListView = Mb;
|
||
|
|
exports.DropdownMenuNestedMenuPanelView = zb;
|
||
|
|
exports.DropdownMenuNestedMenuView = Hb;
|
||
|
|
exports.DropdownMenuPanelPositioningFunctions = Lb;
|
||
|
|
exports.DropdownMenuRootListView = Ub;
|
||
|
|
exports.DropdownPanelView = Tb;
|
||
|
|
exports.DropdownView = Eb;
|
||
|
|
exports.DualContentModelElementSupport = wS;
|
||
|
|
exports.EasyImage = Xx;
|
||
|
|
exports.EditableUIView = Sv;
|
||
|
|
exports.EditingController = Ia;
|
||
|
|
exports.EditingKeystrokeHandler = Xn;
|
||
|
|
exports.EditingView = cr;
|
||
|
|
exports.Editor = hd;
|
||
|
|
exports.EditorUI = xv;
|
||
|
|
exports.EditorUIView = Tv;
|
||
|
|
exports.EditorWatchdog = Ku;
|
||
|
|
exports.ElementApiMixin = fd;
|
||
|
|
exports.ElementReplacer = jt;
|
||
|
|
exports.EmitterMixin = z;
|
||
|
|
exports.Emoji = $A;
|
||
|
|
exports.EmojiCategoriesView = FA;
|
||
|
|
exports.EmojiCommand = MA;
|
||
|
|
exports.EmojiGridView = LA;
|
||
|
|
exports.EmojiMention = BA;
|
||
|
|
exports.EmojiPicker = qA;
|
||
|
|
exports.EmojiPickerFormView = HA;
|
||
|
|
exports.EmojiPickerView = zA;
|
||
|
|
exports.EmojiRepository = PA;
|
||
|
|
exports.EmojiSearchView = NA;
|
||
|
|
exports.EmojiToneView = DA;
|
||
|
|
exports.EmojiUtils = IA;
|
||
|
|
exports.EmptyBlock = zS;
|
||
|
|
exports.Enter = Wy;
|
||
|
|
exports.EnterCommand = Uy;
|
||
|
|
exports.EnterObserver = jy;
|
||
|
|
exports.Essentials = oT;
|
||
|
|
exports.EvaluationBadge = nv;
|
||
|
|
exports.EventInfo = C;
|
||
|
|
exports.FakeSelectionObserver = Zo;
|
||
|
|
exports.FileDialogButtonView = Up;
|
||
|
|
exports.FileDialogListItemButtonView = qp;
|
||
|
|
exports.FileDialogViewMixin = $p;
|
||
|
|
exports.FileReader = wd;
|
||
|
|
exports.FileRepository = vd;
|
||
|
|
exports.FindAndReplace = vT;
|
||
|
|
exports.FindAndReplaceEditing = wT;
|
||
|
|
exports.FindAndReplaceFormView = rT;
|
||
|
|
exports.FindAndReplaceState = cT;
|
||
|
|
exports.FindAndReplaceUI = aT;
|
||
|
|
exports.FindAndReplaceUtils = pT;
|
||
|
|
exports.FindCommand = lT;
|
||
|
|
exports.FindNextCommand = gT;
|
||
|
|
exports.FindPreviousCommand = fT;
|
||
|
|
exports.FindReplaceCommandBase = dT;
|
||
|
|
exports.FocusCycler = wp;
|
||
|
|
exports.FocusObserver = tr;
|
||
|
|
exports.FocusTracker = pn;
|
||
|
|
exports.Font = eE;
|
||
|
|
exports.FontBackgroundColor = XT;
|
||
|
|
exports.FontBackgroundColorCommand = QT;
|
||
|
|
exports.FontBackgroundColorEditing = YT;
|
||
|
|
exports.FontBackgroundColorUI = ZT;
|
||
|
|
exports.FontColor = JT;
|
||
|
|
exports.FontColorCommand = jT;
|
||
|
|
exports.FontColorEditing = WT;
|
||
|
|
exports.FontColorUI = KT;
|
||
|
|
exports.FontColorUIBase = GT;
|
||
|
|
exports.FontCommand = _T;
|
||
|
|
exports.FontFamily = LT;
|
||
|
|
exports.FontFamilyCommand = IT;
|
||
|
|
exports.FontFamilyEditing = BT;
|
||
|
|
exports.FontFamilyUI = MT;
|
||
|
|
exports.FontSize = $T;
|
||
|
|
exports.FontSizeCommand = FT;
|
||
|
|
exports.FontSizeEditing = UT;
|
||
|
|
exports.FontSizeUI = qT;
|
||
|
|
exports.FormHeaderView = bp;
|
||
|
|
exports.FormRowView = Pv;
|
||
|
|
exports.FullPage = FS;
|
||
|
|
exports.Fullscreen = lE;
|
||
|
|
exports.FullscreenAbstractEditorHandler = tE;
|
||
|
|
exports.FullscreenClassicEditorHandler = iE;
|
||
|
|
exports.FullscreenCommand = sE;
|
||
|
|
exports.FullscreenDecoupledEditorHandler = nE;
|
||
|
|
exports.FullscreenEditing = oE;
|
||
|
|
exports.FullscreenUI = aE;
|
||
|
|
exports.GeneralHtmlSupport = RS;
|
||
|
|
exports.Heading = _E;
|
||
|
|
exports.HeadingButtonsUI = kE;
|
||
|
|
exports.HeadingCommand = gE;
|
||
|
|
exports.HeadingEditing = bE;
|
||
|
|
exports.HeadingElementSupport = vS;
|
||
|
|
exports.HeadingUI = vE;
|
||
|
|
exports.Highlight = LE;
|
||
|
|
exports.HighlightCommand = OE;
|
||
|
|
exports.HighlightEditing = RE;
|
||
|
|
exports.HighlightUI = BE;
|
||
|
|
exports.HighlightedTextView = Gv;
|
||
|
|
exports.History = Hl;
|
||
|
|
exports.HorizontalLine = zE;
|
||
|
|
exports.HorizontalLineCommand = FE;
|
||
|
|
exports.HorizontalLineEditing = NE;
|
||
|
|
exports.HorizontalLineElementSupport = VS;
|
||
|
|
exports.HorizontalLineUI = DE;
|
||
|
|
exports.HtmlComment = MS;
|
||
|
|
exports.HtmlDataProcessor = Ga;
|
||
|
|
exports.HtmlEmbed = WE;
|
||
|
|
exports.HtmlEmbedCommand = HE;
|
||
|
|
exports.HtmlEmbedEditing = qE;
|
||
|
|
exports.HtmlEmbedUI = jE;
|
||
|
|
exports.HtmlPageDataProcessor = LS;
|
||
|
|
exports.IconAI = xh;
|
||
|
|
exports.IconAIAdjustLength = Ah;
|
||
|
|
exports.IconAIAskAI = Th;
|
||
|
|
exports.IconAIChangeTone = Eh;
|
||
|
|
exports.IconAIChat = Lh;
|
||
|
|
exports.IconAIChatCommands = Sh;
|
||
|
|
exports.IconAIContinueWriting = Ih;
|
||
|
|
exports.IconAIGrammarCheck = Ph;
|
||
|
|
exports.IconAIHistory = Fh;
|
||
|
|
exports.IconAIImproveWriting = Vh;
|
||
|
|
exports.IconAIOther = Oh;
|
||
|
|
exports.IconAIQuickActions = Rh;
|
||
|
|
exports.IconAIReview = Bh;
|
||
|
|
exports.IconAITranslate = Mh;
|
||
|
|
exports.IconAccessibility = kh;
|
||
|
|
exports.IconAddComment = Ch;
|
||
|
|
exports.IconAlignBottom = Nh;
|
||
|
|
exports.IconAlignCenter = Dh;
|
||
|
|
exports.IconAlignJustify = zh;
|
||
|
|
exports.IconAlignLeft = Hh;
|
||
|
|
exports.IconAlignMiddle = Uh;
|
||
|
|
exports.IconAlignRight = qh;
|
||
|
|
exports.IconAlignTop = $h;
|
||
|
|
exports.IconArrowDown = jh;
|
||
|
|
exports.IconArrowUp = Wh;
|
||
|
|
exports.IconBold = Gh;
|
||
|
|
exports.IconBookmark = Jh;
|
||
|
|
exports.IconBookmarkInline = Kh;
|
||
|
|
exports.IconBookmarkMedium = Qh;
|
||
|
|
exports.IconBookmarkSmall = Yh;
|
||
|
|
exports.IconBrowseFiles = Zh;
|
||
|
|
exports.IconBulb = Xh;
|
||
|
|
exports.IconBulletedList = em;
|
||
|
|
exports.IconCancel = tm;
|
||
|
|
exports.IconCaption = im;
|
||
|
|
exports.IconCaseChange = nm;
|
||
|
|
exports.IconCheck = sm;
|
||
|
|
exports.IconChevronDown = om;
|
||
|
|
exports.IconChevronRight = am;
|
||
|
|
exports.IconChevronUp = rm;
|
||
|
|
exports.IconCkboxImageEdit = lm;
|
||
|
|
exports.IconClose = cm;
|
||
|
|
exports.IconCode = dm;
|
||
|
|
exports.IconCodeBlock = um;
|
||
|
|
exports.IconCog = hm;
|
||
|
|
exports.IconColorPalette = mm;
|
||
|
|
exports.IconColorTileCheck = gm;
|
||
|
|
exports.IconCommentsArchive = fm;
|
||
|
|
exports.IconContentLock = pm;
|
||
|
|
exports.IconContentUnlock = bm;
|
||
|
|
exports.IconCopy = wm;
|
||
|
|
exports.IconDocument = vm;
|
||
|
|
exports.IconDocumentOutline = Cm;
|
||
|
|
exports.IconDocumentWithCheckmark = _m;
|
||
|
|
exports.IconDocumentWithCross = ym;
|
||
|
|
exports.IconDocumentWithLoupe = km;
|
||
|
|
exports.IconDragHandle = xm;
|
||
|
|
exports.IconDragIndicator = Am;
|
||
|
|
exports.IconDropbox = Tm;
|
||
|
|
exports.IconDropdownArrow = Em;
|
||
|
|
exports.IconEditComment = Sm;
|
||
|
|
exports.IconEmoji = Im;
|
||
|
|
exports.IconEraser = Pm;
|
||
|
|
exports.IconError = Vm;
|
||
|
|
exports.IconExportPdf = Om;
|
||
|
|
exports.IconExportWord = Rm;
|
||
|
|
exports.IconEye = Bm;
|
||
|
|
exports.IconEyeCrossedOut = Mm;
|
||
|
|
exports.IconFacebook = Lm;
|
||
|
|
exports.IconFileUpload = Fm;
|
||
|
|
exports.IconFindReplace = Nm;
|
||
|
|
exports.IconFontBackground = Dm;
|
||
|
|
exports.IconFontColor = zm;
|
||
|
|
exports.IconFontFamily = Hm;
|
||
|
|
exports.IconFontSize = Um;
|
||
|
|
exports.IconFullscreenEnter = qm;
|
||
|
|
exports.IconFullscreenLeave = $m;
|
||
|
|
exports.IconGoogleDrive = jm;
|
||
|
|
exports.IconGooglePhotos = Wm;
|
||
|
|
exports.IconHeading1 = Gm;
|
||
|
|
exports.IconHeading2 = Km;
|
||
|
|
exports.IconHeading3 = Jm;
|
||
|
|
exports.IconHeading4 = Qm;
|
||
|
|
exports.IconHeading5 = Ym;
|
||
|
|
exports.IconHeading6 = Zm;
|
||
|
|
exports.IconHistory = Xm;
|
||
|
|
exports.IconHorizontalLine = eg;
|
||
|
|
exports.IconHtml = tg;
|
||
|
|
exports.IconImage = ng;
|
||
|
|
exports.IconImageAssetManager = ig;
|
||
|
|
exports.IconImageUpload = sg;
|
||
|
|
exports.IconImageUrl = og;
|
||
|
|
exports.IconImportExport = rg;
|
||
|
|
exports.IconImportWord = ag;
|
||
|
|
exports.IconIndent = lg;
|
||
|
|
exports.IconInfo = cg;
|
||
|
|
exports.IconInsertMergeField = ug;
|
||
|
|
exports.IconItalic = dg;
|
||
|
|
exports.IconLegalStyleList = hg;
|
||
|
|
exports.IconLineHeight = mg;
|
||
|
|
exports.IconLink = gg;
|
||
|
|
exports.IconListStyleCircle = fg;
|
||
|
|
exports.IconListStyleDecimal = bg;
|
||
|
|
exports.IconListStyleDecimalLeadingZero = pg;
|
||
|
|
exports.IconListStyleDisc = wg;
|
||
|
|
exports.IconListStyleLowerLatin = vg;
|
||
|
|
exports.IconListStyleLowerRoman = _g;
|
||
|
|
exports.IconListStyleSquare = yg;
|
||
|
|
exports.IconListStyleUpperLatin = kg;
|
||
|
|
exports.IconListStyleUpperRoman = Cg;
|
||
|
|
exports.IconLocal = xg;
|
||
|
|
exports.IconLoupe = Ag;
|
||
|
|
exports.IconLowVision = Tg;
|
||
|
|
exports.IconMagicWand = Eg;
|
||
|
|
exports.IconMarker = Sg;
|
||
|
|
exports.IconMaximize = Ig;
|
||
|
|
exports.IconMedia = Vg;
|
||
|
|
exports.IconMediaPlaceholder = Pg;
|
||
|
|
exports.IconMinimize = Og;
|
||
|
|
exports.IconMultiLevelList = Rg;
|
||
|
|
exports.IconNextArrow = Bg;
|
||
|
|
exports.IconNotification = Mg;
|
||
|
|
exports.IconNumberedList = Lg;
|
||
|
|
exports.IconObjectCenter = Fg;
|
||
|
|
exports.IconObjectFullWidth = Ng;
|
||
|
|
exports.IconObjectInline = Hg;
|
||
|
|
exports.IconObjectInlineLeft = Dg;
|
||
|
|
exports.IconObjectInlineRight = zg;
|
||
|
|
exports.IconObjectLeft = Ug;
|
||
|
|
exports.IconObjectRight = qg;
|
||
|
|
exports.IconObjectSizeCustom = $g;
|
||
|
|
exports.IconObjectSizeFull = jg;
|
||
|
|
exports.IconObjectSizeLarge = Wg;
|
||
|
|
exports.IconObjectSizeMedium = Gg;
|
||
|
|
exports.IconObjectSizeSmall = Kg;
|
||
|
|
exports.IconOneDrive = Jg;
|
||
|
|
exports.IconOutdent = Qg;
|
||
|
|
exports.IconPageBreak = Yg;
|
||
|
|
exports.IconPaginationExample = Zg;
|
||
|
|
exports.IconPaintRoller = tf;
|
||
|
|
exports.IconPaintRollerCursorDefault = Xg;
|
||
|
|
exports.IconPaintRollerCursorText = ef;
|
||
|
|
exports.IconPaperClip = nf;
|
||
|
|
exports.IconParagraph = sf;
|
||
|
|
exports.IconPen = rf;
|
||
|
|
exports.IconPencil = of;
|
||
|
|
exports.IconPilcrow = af;
|
||
|
|
exports.IconPin = up;
|
||
|
|
exports.IconPlay = lf;
|
||
|
|
exports.IconPlus = cf;
|
||
|
|
exports.IconPreviewMergeFields = uf;
|
||
|
|
exports.IconPreviousArrow = df;
|
||
|
|
exports.IconPrint = hf;
|
||
|
|
exports.IconProjectLogo = mf;
|
||
|
|
exports.IconQuote = gf;
|
||
|
|
exports.IconRedo = ff;
|
||
|
|
exports.IconRefresh = pf;
|
||
|
|
exports.IconRemove = vf;
|
||
|
|
exports.IconRemoveComment = bf;
|
||
|
|
exports.IconRemoveFormat = wf;
|
||
|
|
exports.IconReturnArrow = _f;
|
||
|
|
exports.IconRevisionHistory = yf;
|
||
|
|
exports.IconRobotPencil = kf;
|
||
|
|
exports.IconSelectAll = Cf;
|
||
|
|
exports.IconSelection = xf;
|
||
|
|
exports.IconSettings = Af;
|
||
|
|
exports.IconShowBlocks = Tf;
|
||
|
|
exports.IconShowChangesOff = Ef;
|
||
|
|
exports.IconShowChangesOn = Sf;
|
||
|
|
exports.IconSource = If;
|
||
|
|
exports.IconSpecialCharacters = Pf;
|
||
|
|
exports.IconStop = Vf;
|
||
|
|
exports.IconStrikethrough = Of;
|
||
|
|
exports.IconSubmit = Rf;
|
||
|
|
exports.IconSubscript = Bf;
|
||
|
|
exports.IconSuperscript = Mf;
|
||
|
|
exports.IconTable = Uf;
|
||
|
|
exports.IconTableCellProperties = Lf;
|
||
|
|
exports.IconTableColumn = Ff;
|
||
|
|
exports.IconTableLayout = qf;
|
||
|
|
exports.IconTableMergeCell = Nf;
|
||
|
|
exports.IconTableOfContents = Df;
|
||
|
|
exports.IconTableProperties = zf;
|
||
|
|
exports.IconTableRow = Hf;
|
||
|
|
exports.IconTemplate = jf;
|
||
|
|
exports.IconTemplateGeneric = $f;
|
||
|
|
exports.IconText = Gf;
|
||
|
|
exports.IconTextAlternative = Wf;
|
||
|
|
exports.IconThreeHorizontalDots = Kf;
|
||
|
|
exports.IconThreeStars = Jf;
|
||
|
|
exports.IconThreeVerticalDots = Qf;
|
||
|
|
exports.IconThumbDown = Zf;
|
||
|
|
exports.IconThumbUp = Yf;
|
||
|
|
exports.IconTodoList = Xf;
|
||
|
|
exports.IconTrackChanges = ip;
|
||
|
|
exports.IconTrackChangesAccept = ep;
|
||
|
|
exports.IconTrackChangesDiscard = tp;
|
||
|
|
exports.IconUnderline = np;
|
||
|
|
exports.IconUndo = sp;
|
||
|
|
exports.IconUnlink = op;
|
||
|
|
exports.IconUploadcareImageEdit = rp;
|
||
|
|
exports.IconUploadcareImageUpload = ap;
|
||
|
|
exports.IconUploadcareLink = lp;
|
||
|
|
exports.IconUser = cp;
|
||
|
|
exports.IconView = mp;
|
||
|
|
exports.IconWarning = dp;
|
||
|
|
exports.IconWeb = hp;
|
||
|
|
exports.IframeView = Vv;
|
||
|
|
exports.Image = xI;
|
||
|
|
exports.ImageBlock = yI;
|
||
|
|
exports.ImageBlockEditing = wI;
|
||
|
|
exports.ImageCaption = II;
|
||
|
|
exports.ImageCaptionEditing = EI;
|
||
|
|
exports.ImageCaptionUI = SI;
|
||
|
|
exports.ImageCaptionUtils = AI;
|
||
|
|
exports.ImageCustomResizeUI = dP;
|
||
|
|
exports.ImageEditing = gI;
|
||
|
|
exports.ImageElementSupport = yS;
|
||
|
|
exports.ImageInline = CI;
|
||
|
|
exports.ImageInlineEditing = kI;
|
||
|
|
exports.ImageInsert = JI;
|
||
|
|
exports.ImageInsertUI = _I;
|
||
|
|
exports.ImageInsertViaUrl = KI;
|
||
|
|
exports.ImageInsertViaUrlUI = GI;
|
||
|
|
exports.ImageLoadObserver = dI;
|
||
|
|
exports.ImagePlaceholder = bI;
|
||
|
|
exports.ImageResize = hP;
|
||
|
|
exports.ImageResizeButtons = XI;
|
||
|
|
exports.ImageResizeEditing = YI;
|
||
|
|
exports.ImageResizeHandles = sP;
|
||
|
|
exports.ImageSizeAttributes = fI;
|
||
|
|
exports.ImageStyle = EP;
|
||
|
|
exports.ImageStyleCommand = mP;
|
||
|
|
exports.ImageStyleEditing = kP;
|
||
|
|
exports.ImageStyleUI = CP;
|
||
|
|
exports.ImageTextAlternative = oI;
|
||
|
|
exports.ImageTextAlternativeCommand = XS;
|
||
|
|
exports.ImageTextAlternativeEditing = eI;
|
||
|
|
exports.ImageTextAlternativeUI = sI;
|
||
|
|
exports.ImageToolbar = SP;
|
||
|
|
exports.ImageTypeCommand = pI;
|
||
|
|
exports.ImageUpload = jI;
|
||
|
|
exports.ImageUploadEditing = UI;
|
||
|
|
exports.ImageUploadProgress = MI;
|
||
|
|
exports.ImageUploadUI = BI;
|
||
|
|
exports.ImageUtils = JS;
|
||
|
|
exports.Indent = OP;
|
||
|
|
exports.IndentBlock = FP;
|
||
|
|
exports.IndentBlockCommand = RP;
|
||
|
|
exports.IndentCodeBlockCommand = Fx;
|
||
|
|
exports.IndentEditing = PP;
|
||
|
|
exports.IndentUI = VP;
|
||
|
|
exports.InlineEditableUIView = Iv;
|
||
|
|
exports.InlineEditor = fA;
|
||
|
|
exports.InlineEditorUI = hA;
|
||
|
|
exports.InlineEditorUIView = gA;
|
||
|
|
exports.Input = v_;
|
||
|
|
exports.InputBase = _b;
|
||
|
|
exports.InputNumberView = Cb;
|
||
|
|
exports.InputObserver = rr;
|
||
|
|
exports.InputTextView = kb;
|
||
|
|
exports.InputView = yb;
|
||
|
|
exports.InsertBookmarkCommand = Jk;
|
||
|
|
exports.InsertColumnCommand = pG;
|
||
|
|
exports.InsertImageCommand = hI;
|
||
|
|
exports.InsertOperation = cl;
|
||
|
|
exports.InsertParagraphCommand = dE;
|
||
|
|
exports.InsertRowCommand = fG;
|
||
|
|
exports.InsertTableCommand = gG;
|
||
|
|
exports.InsertTableLayoutCommand = DJ;
|
||
|
|
exports.InsertTextCommand = f_;
|
||
|
|
exports.Italic = _y;
|
||
|
|
exports.ItalicEditing = by;
|
||
|
|
exports.ItalicUI = vy;
|
||
|
|
exports.ItemsView = Jb;
|
||
|
|
exports.KeyObserver = Yo;
|
||
|
|
exports.KeystrokeHandler = _n;
|
||
|
|
exports.LabelView = vh;
|
||
|
|
exports.LabelWithHighlightView = Jv;
|
||
|
|
exports.LabeledFieldView = vb;
|
||
|
|
exports.LabeledInputView = Ov;
|
||
|
|
exports.LegacyCheckTodoListCommand = pB;
|
||
|
|
exports.LegacyIndentCommand = SR;
|
||
|
|
exports.LegacyList = nB;
|
||
|
|
exports.LegacyListCommand = AR;
|
||
|
|
exports.LegacyListEditing = tB;
|
||
|
|
exports.LegacyListProperties = gB;
|
||
|
|
exports.LegacyListPropertiesEditing = lB;
|
||
|
|
exports.LegacyListReversedCommand = oB;
|
||
|
|
exports.LegacyListStartCommand = rB;
|
||
|
|
exports.LegacyListStyleCommand = sB;
|
||
|
|
exports.LegacyListUtils = HR;
|
||
|
|
exports.LegacyTodoList = xB;
|
||
|
|
exports.LegacyTodoListEditing = kB;
|
||
|
|
exports.Link = AV;
|
||
|
|
exports.LinkCommand = aV;
|
||
|
|
exports.LinkEditing = mV;
|
||
|
|
exports.LinkFormView = fV;
|
||
|
|
exports.LinkImage = PV;
|
||
|
|
exports.LinkImageEditing = TV;
|
||
|
|
exports.LinkImageUI = IV;
|
||
|
|
exports.LinkManualDecorator = uV;
|
||
|
|
exports.LinkPropertiesView = bV;
|
||
|
|
exports.LinkProviderItemsView = pV;
|
||
|
|
exports.LinkStyleSupport = HW;
|
||
|
|
exports.LinkUI = _V;
|
||
|
|
exports.List = qO;
|
||
|
|
exports.ListCommand = sO;
|
||
|
|
exports.ListEditing = NO;
|
||
|
|
exports.ListElementSupport = SS;
|
||
|
|
exports.ListFormatting = hO;
|
||
|
|
exports.ListIndentCommand = iO;
|
||
|
|
exports.ListItemBoldIntegration = aO;
|
||
|
|
exports.ListItemButtonView = Sp;
|
||
|
|
exports.ListItemFontColorIntegration = uO;
|
||
|
|
exports.ListItemFontFamilyIntegration = dO;
|
||
|
|
exports.ListItemFontSizeIntegration = cO;
|
||
|
|
exports.ListItemGroupView = Rb;
|
||
|
|
exports.ListItemItalicIntegration = lO;
|
||
|
|
exports.ListItemView = Vb;
|
||
|
|
exports.ListMergeCommand = oO;
|
||
|
|
exports.ListProperties = gR;
|
||
|
|
exports.ListPropertiesEditing = aR;
|
||
|
|
exports.ListPropertiesUI = cR;
|
||
|
|
exports.ListPropertiesUtils = nR;
|
||
|
|
exports.ListReversedCommand = tR;
|
||
|
|
exports.ListSeparatorView = Ob;
|
||
|
|
exports.ListSplitCommand = rO;
|
||
|
|
exports.ListStartCommand = $O;
|
||
|
|
exports.ListStyleCommand = eR;
|
||
|
|
exports.ListStyleSupport = DW;
|
||
|
|
exports.ListUI = UO;
|
||
|
|
exports.ListUtils = bO;
|
||
|
|
exports.ListView = Bb;
|
||
|
|
exports.Locale = hn;
|
||
|
|
exports.Mapper = yr;
|
||
|
|
exports.Markdown = Gq;
|
||
|
|
exports.MarkdownGfmDataProcessor = Wq;
|
||
|
|
exports.MarkdownGfmHtmlToMd = $q;
|
||
|
|
exports.MarkdownGfmMdToHtml = tU;
|
||
|
|
exports.MarkerCollection = Wl;
|
||
|
|
exports.MarkerOperation = hl;
|
||
|
|
exports.Matcher = ws;
|
||
|
|
exports.MediaEmbed = d$;
|
||
|
|
exports.MediaEmbedCommand = n$;
|
||
|
|
exports.MediaEmbedEditing = r$;
|
||
|
|
exports.MediaEmbedElementSupport = kS;
|
||
|
|
exports.MediaEmbedToolbar = h$;
|
||
|
|
exports.MediaEmbedUI = u$;
|
||
|
|
exports.MediaRegistry = s$;
|
||
|
|
exports.Mention = B$;
|
||
|
|
exports.MentionCommand = g$;
|
||
|
|
exports.MentionDomWrapperView = C$;
|
||
|
|
exports.MentionEditing = f$;
|
||
|
|
exports.MentionListItemView = x$;
|
||
|
|
exports.MentionUI = E$;
|
||
|
|
exports.MentionsView = k$;
|
||
|
|
exports.MenuBarMenuButtonView = n_;
|
||
|
|
exports.MenuBarMenuListItemButtonView = Pp;
|
||
|
|
exports.MenuBarMenuListItemFileDialogButtonView = l_;
|
||
|
|
exports.MenuBarMenuListItemView = rv;
|
||
|
|
exports.MenuBarMenuListView = r_;
|
||
|
|
exports.MenuBarMenuPanelView = s_;
|
||
|
|
exports.MenuBarMenuView = o_;
|
||
|
|
exports.MenuBarView = u_;
|
||
|
|
exports.MergeCellCommand = IG;
|
||
|
|
exports.MergeCellsCommand = aK;
|
||
|
|
exports.MergeOperation = dl;
|
||
|
|
exports.Minimap = j$;
|
||
|
|
exports.Model = Cc;
|
||
|
|
exports.ModelDocument = $l;
|
||
|
|
exports.ModelDocumentFragment = Jl;
|
||
|
|
exports.ModelDocumentSelection = Hr;
|
||
|
|
exports.ModelElement = jr;
|
||
|
|
exports.ModelLivePosition = Ol;
|
||
|
|
exports.ModelLiveRange = Lr;
|
||
|
|
exports.ModelNode = Sr;
|
||
|
|
exports.ModelNodeList = $r;
|
||
|
|
exports.ModelPosition = gr;
|
||
|
|
exports.ModelRange = _r;
|
||
|
|
exports.ModelRootElement = Ul;
|
||
|
|
exports.ModelSchema = Pa;
|
||
|
|
exports.ModelSchemaContext = Va;
|
||
|
|
exports.ModelSelection = Ir;
|
||
|
|
exports.ModelText = Dr;
|
||
|
|
exports.ModelTextProxy = dr;
|
||
|
|
exports.ModelTreeWalker = hr;
|
||
|
|
exports.ModelTypeCheckable = ur;
|
||
|
|
exports.ModelWriter = Ql;
|
||
|
|
exports.MouseObserver = Tc;
|
||
|
|
exports.MoveOperation = ll;
|
||
|
|
exports.MultiCommand = Kn;
|
||
|
|
exports.MultiRootEditor = vA;
|
||
|
|
exports.MultiRootEditorUI = bA;
|
||
|
|
exports.MultiRootEditorUIView = wA;
|
||
|
|
exports.MutationObserver = Xo;
|
||
|
|
exports.NESTED_TOOLBAR_ICONS = Gb;
|
||
|
|
exports.NoOperation = gl;
|
||
|
|
exports.Notification = Bv;
|
||
|
|
exports.ObservableMixin = Dt;
|
||
|
|
exports.Observer = Ko;
|
||
|
|
exports.OperationFactory = vl;
|
||
|
|
exports.OutdentCodeBlockCommand = Nx;
|
||
|
|
exports.PageBreak = J$;
|
||
|
|
exports.PageBreakCommand = W$;
|
||
|
|
exports.PageBreakEditing = G$;
|
||
|
|
exports.PageBreakUI = K$;
|
||
|
|
exports.Paragraph = hE;
|
||
|
|
exports.ParagraphButtonUI = mE;
|
||
|
|
exports.ParagraphCommand = cE;
|
||
|
|
exports.PasteFromMarkdownExperimental = Jq;
|
||
|
|
exports.PasteFromOffice = Mj;
|
||
|
|
exports.PasteFromOfficeGoogleDocsNormalizer = Aj;
|
||
|
|
exports.PasteFromOfficeGoogleSheetsNormalizer = Pj;
|
||
|
|
exports.PasteFromOfficeMSWordNormalizer = bj;
|
||
|
|
exports.PastePlainText = bx;
|
||
|
|
exports.PendingActions = bd;
|
||
|
|
exports.PictureEditing = IP;
|
||
|
|
exports.PlainTableOutput = zK;
|
||
|
|
exports.Plugin = $n;
|
||
|
|
exports.PointerObserver = Sc;
|
||
|
|
exports.PoweredBy = Dp;
|
||
|
|
exports.Rect = pi;
|
||
|
|
exports.RedoCommand = tT;
|
||
|
|
exports.RemoveColumnCommand = OG;
|
||
|
|
exports.RemoveFormat = zj;
|
||
|
|
exports.RemoveFormatCommand = Nj;
|
||
|
|
exports.RemoveFormatEditing = Dj;
|
||
|
|
exports.RemoveFormatUI = Fj;
|
||
|
|
exports.RemoveRowCommand = VG;
|
||
|
|
exports.RenameOperation = fl;
|
||
|
|
exports.ReplaceAllCommand = mT;
|
||
|
|
exports.ReplaceCommand = hT;
|
||
|
|
exports.ReplaceImageSourceCommand = mI;
|
||
|
|
exports.ResizeImageCommand = QI;
|
||
|
|
exports.ResizeObserver = ki;
|
||
|
|
exports.RestrictedEditingExceptionCommand = oW;
|
||
|
|
exports.RestrictedEditingMode = sW;
|
||
|
|
exports.RestrictedEditingModeEditing = eW;
|
||
|
|
exports.RestrictedEditingModeNavigationCommand = Hj;
|
||
|
|
exports.RestrictedEditingModeUI = nW;
|
||
|
|
exports.RootAttributeOperation = pl;
|
||
|
|
exports.RootOperation = bl;
|
||
|
|
exports.ScriptElementSupport = CS;
|
||
|
|
exports.SearchInfoView = qv;
|
||
|
|
exports.SearchResultsView = $v;
|
||
|
|
exports.SearchTextView = jv;
|
||
|
|
exports.SelectAll = QA;
|
||
|
|
exports.SelectAllCommand = jA;
|
||
|
|
exports.SelectAllEditing = KA;
|
||
|
|
exports.SelectAllUI = JA;
|
||
|
|
exports.SelectColumnCommand = hK;
|
||
|
|
exports.SelectRowCommand = dK;
|
||
|
|
exports.SelectionObserver = ir;
|
||
|
|
exports.SetHeaderColumnCommand = BG;
|
||
|
|
exports.SetHeaderRowCommand = RG;
|
||
|
|
exports.ShiftEnter = Qy;
|
||
|
|
exports.ShiftEnterCommand = Gy;
|
||
|
|
exports.ShowBlocks = hW;
|
||
|
|
exports.ShowBlocksCommand = cW;
|
||
|
|
exports.ShowBlocksEditing = uW;
|
||
|
|
exports.ShowBlocksUI = dW;
|
||
|
|
exports.SimpleUploadAdapter = Cd;
|
||
|
|
exports.SliderView = qw;
|
||
|
|
exports.SourceEditing = gW;
|
||
|
|
exports.SpecialCharacters = kW;
|
||
|
|
exports.SpecialCharactersArrows = CW;
|
||
|
|
exports.SpecialCharactersCurrency = EW;
|
||
|
|
exports.SpecialCharactersEssentials = SW;
|
||
|
|
exports.SpecialCharactersLatin = TW;
|
||
|
|
exports.SpecialCharactersMathematical = AW;
|
||
|
|
exports.SpecialCharactersText = xW;
|
||
|
|
exports.SpinnerView = Qv;
|
||
|
|
exports.SplitButtonView = Zb;
|
||
|
|
exports.SplitCellCommand = bG;
|
||
|
|
exports.SplitOperation = ul;
|
||
|
|
exports.StandardEditingMode = lW;
|
||
|
|
exports.StandardEditingModeEditing = rW;
|
||
|
|
exports.StandardEditingModeUI = aW;
|
||
|
|
exports.StickyPanelView = Hv;
|
||
|
|
exports.Strikethrough = Ay;
|
||
|
|
exports.StrikethroughEditing = ky;
|
||
|
|
exports.StrikethroughUI = xy;
|
||
|
|
exports.Style = $W;
|
||
|
|
exports.StyleCommand = FW;
|
||
|
|
exports.StyleEditing = qW;
|
||
|
|
exports.StyleElementSupport = ES;
|
||
|
|
exports.StyleUI = LW;
|
||
|
|
exports.StyleUtils = BW;
|
||
|
|
exports.StylesMap = ys;
|
||
|
|
exports.StylesProcessor = ks;
|
||
|
|
exports.Subscript = Py;
|
||
|
|
exports.SubscriptEditing = Ey;
|
||
|
|
exports.SubscriptUI = Iy;
|
||
|
|
exports.Superscript = My;
|
||
|
|
exports.SuperscriptEditing = Oy;
|
||
|
|
exports.SuperscriptUI = By;
|
||
|
|
exports.SwitchButtonView = Hp;
|
||
|
|
exports.TabObserver = lr;
|
||
|
|
exports.Table = DK;
|
||
|
|
exports.TableAlignmentCommand = oQ;
|
||
|
|
exports.TableBackgroundColorCommand = XJ;
|
||
|
|
exports.TableBorderColorCommand = eQ;
|
||
|
|
exports.TableBorderStyleCommand = tQ;
|
||
|
|
exports.TableBorderWidthCommand = iQ;
|
||
|
|
exports.TableCaption = CQ;
|
||
|
|
exports.TableCaptionEditing = yQ;
|
||
|
|
exports.TableCaptionUI = kQ;
|
||
|
|
exports.TableCellBackgroundColorCommand = TJ;
|
||
|
|
exports.TableCellBorderColorCommand = PJ;
|
||
|
|
exports.TableCellBorderStyleCommand = IJ;
|
||
|
|
exports.TableCellBorderWidthCommand = VJ;
|
||
|
|
exports.TableCellHeightCommand = AJ;
|
||
|
|
exports.TableCellHorizontalAlignmentCommand = SJ;
|
||
|
|
exports.TableCellPaddingCommand = xJ;
|
||
|
|
exports.TableCellProperties = MJ;
|
||
|
|
exports.TableCellPropertiesEditing = BJ;
|
||
|
|
exports.TableCellPropertiesUI = _J;
|
||
|
|
exports.TableCellPropertiesView = aJ;
|
||
|
|
exports.TableCellPropertyCommand = yJ;
|
||
|
|
exports.TableCellVerticalAlignmentCommand = EJ;
|
||
|
|
exports.TableCellWidthCommand = kJ;
|
||
|
|
exports.TableCellWidthEditing = CJ;
|
||
|
|
exports.TableClipboard = VK;
|
||
|
|
exports.TableColumnResize = jJ;
|
||
|
|
exports.TableColumnResizeEditing = $J;
|
||
|
|
exports.TableEditing = AK;
|
||
|
|
exports.TableElementSupport = AS;
|
||
|
|
exports.TableHeightCommand = sQ;
|
||
|
|
exports.TableKeyboard = MK;
|
||
|
|
exports.TableLayout = YJ;
|
||
|
|
exports.TableLayoutEditing = KJ;
|
||
|
|
exports.TableLayoutUI = LJ;
|
||
|
|
exports.TableMouse = FK;
|
||
|
|
exports.TableProperties = gQ;
|
||
|
|
exports.TablePropertiesEditing = lQ;
|
||
|
|
exports.TablePropertiesUI = mQ;
|
||
|
|
exports.TablePropertiesView = uQ;
|
||
|
|
exports.TablePropertyCommand = ZJ;
|
||
|
|
exports.TableSelection = PK;
|
||
|
|
exports.TableStyleSupport = zW;
|
||
|
|
exports.TableToolbar = WK;
|
||
|
|
exports.TableTypeCommand = WJ;
|
||
|
|
exports.TableUI = SK;
|
||
|
|
exports.TableUtils = iK;
|
||
|
|
exports.TableWalker = aG;
|
||
|
|
exports.TableWidthCommand = nQ;
|
||
|
|
exports.TableWidthsCommand = zJ;
|
||
|
|
exports.Template = zd;
|
||
|
|
exports.TextPartLanguage = qP;
|
||
|
|
exports.TextPartLanguageCommand = zP;
|
||
|
|
exports.TextPartLanguageEditing = HP;
|
||
|
|
exports.TextPartLanguageUI = UP;
|
||
|
|
exports.TextTransformation = $_;
|
||
|
|
exports.TextWatcher = R_;
|
||
|
|
exports.TextareaView = xb;
|
||
|
|
exports.Title = xE;
|
||
|
|
exports.TodoList = xR;
|
||
|
|
exports.TodoListEditing = wR;
|
||
|
|
exports.TodoListUI = CR;
|
||
|
|
exports.ToggleImageCaptionCommand = TI;
|
||
|
|
exports.ToggleTableCaptionCommand = _Q;
|
||
|
|
exports.Token = yx;
|
||
|
|
exports.ToolbarLineBreakView = $b;
|
||
|
|
exports.ToolbarSeparatorView = qb;
|
||
|
|
exports.ToolbarView = Kb;
|
||
|
|
exports.TooltipManager = ev;
|
||
|
|
exports.TouchObserver = Ec;
|
||
|
|
exports.TwoStepCaretMovement = B_;
|
||
|
|
exports.Typing = V_;
|
||
|
|
exports.TypingChangeBuffer = g_;
|
||
|
|
exports.UIModel = Mv;
|
||
|
|
exports.Underline = zy;
|
||
|
|
exports.UnderlineEditing = Fy;
|
||
|
|
exports.UnderlineUI = Dy;
|
||
|
|
exports.Undo = sT;
|
||
|
|
exports.UndoCommand = eT;
|
||
|
|
exports.UndoEditing = iT;
|
||
|
|
exports.UndoRedoBaseCommand = YA;
|
||
|
|
exports.UndoUI = nT;
|
||
|
|
exports.UnlinkCommand = cV;
|
||
|
|
exports.UpcastHelpers = va;
|
||
|
|
exports.UpcastWriter = Ic;
|
||
|
|
exports.UpdateBookmarkCommand = Yk;
|
||
|
|
exports.UploadImageCommand = HI;
|
||
|
|
exports.View = ch;
|
||
|
|
exports.ViewAttributeElement = Zs;
|
||
|
|
exports.ViewCollection = Dd;
|
||
|
|
exports.ViewContainerElement = Ps;
|
||
|
|
exports.ViewDataTransfer = sr;
|
||
|
|
exports.ViewDocument = Ys;
|
||
|
|
exports.ViewDocumentDomEventData = Jo;
|
||
|
|
exports.ViewDocumentFragment = lo;
|
||
|
|
exports.ViewDocumentSelection = zs;
|
||
|
|
exports.ViewDomConverter = zo;
|
||
|
|
exports.ViewDowncastWriter = co;
|
||
|
|
exports.ViewEditableElement = Os;
|
||
|
|
exports.ViewElement = Es;
|
||
|
|
exports.ViewEmptyElement = to;
|
||
|
|
exports.ViewModel = Mv;
|
||
|
|
exports.ViewNode = ds;
|
||
|
|
exports.ViewPosition = Ls;
|
||
|
|
exports.ViewRange = Fs;
|
||
|
|
exports.ViewRawElement = ro;
|
||
|
|
exports.ViewRenderer = Po;
|
||
|
|
exports.ViewRootEditableElement = Bs;
|
||
|
|
exports.ViewSelection = Ds;
|
||
|
|
exports.ViewText = hs;
|
||
|
|
exports.ViewTextProxy = ms;
|
||
|
|
exports.ViewTokenList = Ts;
|
||
|
|
exports.ViewTreeWalker = Ms;
|
||
|
|
exports.ViewTypeCheckable = us;
|
||
|
|
exports.ViewUIElement = no;
|
||
|
|
exports.ViewUpcastWriter = Ic;
|
||
|
|
exports.WIDGET_CLASS_NAME = lk;
|
||
|
|
exports.WIDGET_SELECTED_CLASS_NAME = ck;
|
||
|
|
exports.Watchdog = $u;
|
||
|
|
exports.Widget = Lk;
|
||
|
|
exports.WidgetHighlightStack = sk;
|
||
|
|
exports.WidgetResize = Wk;
|
||
|
|
exports.WidgetResizeState = Hk;
|
||
|
|
exports.WidgetResizer = $k;
|
||
|
|
exports.WidgetToolbarRepository = Nk;
|
||
|
|
exports.WidgetTypeAround = Ok;
|
||
|
|
exports.WordCount = AQ;
|
||
|
|
exports.XmlDataProcessor = Za;
|
||
|
|
exports._ALIGNMENT_SUPPORTED_OPTIONS = Od;
|
||
|
|
exports._CheckIconHolderView = Ip;
|
||
|
|
exports._ClipboardLineView = ox;
|
||
|
|
exports._CollapsibleView = Wp;
|
||
|
|
exports._ContextualBalloonRotatorView = Nv;
|
||
|
|
exports._DEFAULT_ACCESSIBILITY_GROUP_ID = sd;
|
||
|
|
exports._DataProcessorBasicHtmlWriter = Wa;
|
||
|
|
exports._DeleteObserver = I_;
|
||
|
|
exports._DetachOperation = Kl;
|
||
|
|
exports._DragDrop = mx;
|
||
|
|
exports._DragDropBlockToolbar = hx;
|
||
|
|
exports._DragDropTarget = rx;
|
||
|
|
exports._DropdownMenuBehaviors = Db;
|
||
|
|
exports._DropdownRootMenuBehaviors = Nb;
|
||
|
|
exports._HTML_SUPPORT_SCHEMA_DEFINITIONS = cS;
|
||
|
|
exports._IMAGE_DEFAULT_DROPDOWN_DEFINITIONS = pP;
|
||
|
|
exports._IMAGE_DEFAULT_ICONS = fP;
|
||
|
|
exports._IMAGE_DEFAULT_OPTIONS = gP;
|
||
|
|
exports._ImageCustomResizeFormView = cP;
|
||
|
|
exports._ImageInsertFormView = vI;
|
||
|
|
exports._ImageInsertUrlView = WI;
|
||
|
|
exports._ImageStyleUtils = wP;
|
||
|
|
exports._ImageTextAlternativeFormView = tI;
|
||
|
|
exports._IndentUsingClasses = MP;
|
||
|
|
exports._IndentUsingOffset = BP;
|
||
|
|
exports._InsertTableView = EK;
|
||
|
|
exports._LINK_KEYSTROKE = JP;
|
||
|
|
exports._LinkButtonView = wV;
|
||
|
|
exports._LinkPreviewButtonView = gV;
|
||
|
|
exports._ListBlocksIterable = RV;
|
||
|
|
exports._ListPropertiesView = lR;
|
||
|
|
exports._ListWalker = VV;
|
||
|
|
exports._MapperCache = kr;
|
||
|
|
exports._MediaFormView = c$;
|
||
|
|
exports._MenuBarBehaviors = av;
|
||
|
|
exports._MenuBarMenuBehaviors = lv;
|
||
|
|
exports._MenuBarMenuViewPanelPositioningFunctions = cv;
|
||
|
|
exports._MinimapIframeView = L$;
|
||
|
|
exports._MinimapPositionTrackerView = N$;
|
||
|
|
exports._MinimapView = D$;
|
||
|
|
exports._OperationReplayer = qu;
|
||
|
|
exports._SearchInfoView = qv;
|
||
|
|
exports._SearchTextQueryView = Uv;
|
||
|
|
exports._SiblingListBlocksIterator = OV;
|
||
|
|
exports._SpecialCharactersCategoriesView = _W;
|
||
|
|
exports._SpecialCharactersGridView = pW;
|
||
|
|
exports._SpecialCharactersInfoView = bW;
|
||
|
|
exports._SpecialCharactersView = vW;
|
||
|
|
exports._StyleGridButtonView = IW;
|
||
|
|
exports._StyleGridView = PW;
|
||
|
|
exports._StyleGroupView = VW;
|
||
|
|
exports._StylePanelView = OW;
|
||
|
|
exports._TABLE_COLUMN_MIN_WIDTH_AS_PERCENTAGE = MG;
|
||
|
|
exports._TABLE_COLUMN_MIN_WIDTH_IN_PIXELS = LG;
|
||
|
|
exports._TABLE_COLUMN_RESIZE_DISTANCE_THRESHOLD = NG;
|
||
|
|
exports._TABLE_COLUMN_WIDTH_PRECISION = FG;
|
||
|
|
exports._TABLE_DEFAULT_COLORS = sJ;
|
||
|
|
exports._TableColorInputView = GK;
|
||
|
|
exports._TableMouseEventsObserver = LK;
|
||
|
|
exports._TemplateBinding = Hd;
|
||
|
|
exports._TemplateIfBinding = qd;
|
||
|
|
exports._TemplateToBinding = Ud;
|
||
|
|
exports._TodoCheckboxChangeObserver = pR;
|
||
|
|
exports._VIEW_BR_FILLER = ko;
|
||
|
|
exports._VIEW_INLINE_FILLER = xo;
|
||
|
|
exports._VIEW_INLINE_FILLER_LENGTH = Co;
|
||
|
|
exports._VIEW_MARKED_NBSP_FILLER = yo;
|
||
|
|
exports._VIEW_NBSP_FILLER = _o;
|
||
|
|
exports._ViewElementConversionConsumables = fs;
|
||
|
|
exports._WIDGET_TYPE_AROUND_SELECTION_ATTRIBUTE = Ck;
|
||
|
|
exports._WidgetSizeView = qk;
|
||
|
|
exports._addDefaultUnitToNumericValue = fJ;
|
||
|
|
exports._addFontColorSelectorToDropdown = ST;
|
||
|
|
exports._addMentionAttributes = p$;
|
||
|
|
exports._adjustLastTableColumnIndex = SG;
|
||
|
|
exports._adjustLastTableRowIndex = EG;
|
||
|
|
exports._attributeToInlineHtmlSupportConverter = rS;
|
||
|
|
exports._autoParagraphEmptyModelRoots = pa;
|
||
|
|
exports._buildFontDefinition = AT;
|
||
|
|
exports._canBeCodeBlock = Rx;
|
||
|
|
exports._canBecomeSimpleListItem = XV;
|
||
|
|
exports._checkIfImageWidthAndHeightStylesAreBothSet = GS;
|
||
|
|
exports._ckBoxConvertMimeTypeToExtension = _C;
|
||
|
|
exports._ckboxBlurHashToDataUrl = bC;
|
||
|
|
exports._clamp = WG;
|
||
|
|
exports._clearTranslations = un;
|
||
|
|
exports._cloneMinimapEditingViewDomRoot = z$;
|
||
|
|
exports._colorTableFieldValidator = XK;
|
||
|
|
exports._convertColor = fb;
|
||
|
|
exports._convertColorToHex = pb;
|
||
|
|
exports._convertHexToBase64 = dj;
|
||
|
|
exports._convertMapToStringifiedObject = Nu;
|
||
|
|
exports._convertMapToTags = Fu;
|
||
|
|
exports._convertParagraphInTableCell = hG;
|
||
|
|
exports._convertPasteOfficeCssLengthToPx = Y$;
|
||
|
|
exports._createBlockImageViewElement = qS;
|
||
|
|
exports._createCKBoxEditabilityChecker = FC;
|
||
|
|
exports._createEmptyTableCell = ZW;
|
||
|
|
exports._createFilledArray = GG;
|
||
|
|
exports._createInlineImageViewElement = US;
|
||
|
|
exports._createLinkElement = YP;
|
||
|
|
exports._createListElement = yO;
|
||
|
|
exports._createListItemElement = kO;
|
||
|
|
exports._createListUIComponents = zO;
|
||
|
|
exports._createMediaFigureElement = e$;
|
||
|
|
exports._createMentionMarkerRegExp = P$;
|
||
|
|
exports._createModelToViewListPositionMapper = BO;
|
||
|
|
exports._createObjectHtmlSupportView = nS;
|
||
|
|
exports._cropTableToDimensions = wG;
|
||
|
|
exports._dataViewToModelCodeBlockInsertion = Ux;
|
||
|
|
exports._dataViewToModelCodeBlockOrphanNodeConsumer = $x;
|
||
|
|
exports._dataViewToModelCodeBlockTextNewlinesInsertion = qx;
|
||
|
|
exports._deleteModelContent = ac;
|
||
|
|
exports._determineImageTypeForInsertionAtSelection = jS;
|
||
|
|
exports._downcastCleanSelection = ea;
|
||
|
|
exports._downcastConvertCollapsedSelection = Xr;
|
||
|
|
exports._downcastConvertRangeSelection = Zr;
|
||
|
|
exports._downcastCreateViewElementFromDowncastHighlightDescriptor = Yr;
|
||
|
|
exports._downcastImageAttribute = uI;
|
||
|
|
exports._downcastImageSourcesAttribute = cI;
|
||
|
|
exports._downcastImageSrcsetAttribute = lI;
|
||
|
|
exports._downcastInsertAttributesAndChildren = Jr;
|
||
|
|
exports._downcastInsertElement = ia;
|
||
|
|
exports._downcastInsertStructure = na;
|
||
|
|
exports._downcastInsertText = Kr;
|
||
|
|
exports._downcastInsertUIElement = sa;
|
||
|
|
exports._downcastRemove = Qr;
|
||
|
|
exports._downcastTable = cG;
|
||
|
|
exports._downcastTableAttribute = KW;
|
||
|
|
exports._downcastTableAttributeToStyle = GW;
|
||
|
|
exports._downcastTableCell = dG;
|
||
|
|
exports._downcastTableResizedClass = UJ;
|
||
|
|
exports._downcastTableRow = uG;
|
||
|
|
exports._downcastWrap = ta;
|
||
|
|
exports._dumpTrees = zu;
|
||
|
|
exports._emptyInlineModelElementToViewHtmlSupportConverter = oS;
|
||
|
|
exports._enableTableCellProperty = eG;
|
||
|
|
exports._ensureParagraphInTableCell = oG;
|
||
|
|
exports._ensureSafeLinkUrl = ZP;
|
||
|
|
exports._expandListBlocksToCompleteItems = UV;
|
||
|
|
exports._expandListBlocksToCompleteList = qV;
|
||
|
|
exports._extendRestrictedEditingMarkerOnTypingPostFixer = Jj;
|
||
|
|
exports._extractTextFromLinkRange = rV;
|
||
|
|
exports._fetchLocalImage = VI;
|
||
|
|
exports._fillTableOrCellToolbar = nJ;
|
||
|
|
exports._findAndAddListHeadToMap = AO;
|
||
|
|
exports._findMappedListItemViewElement = RO;
|
||
|
|
exports._fixListIndents = TO;
|
||
|
|
exports._fixListItemIds = EO;
|
||
|
|
exports._getAllListItemBlocks = LV;
|
||
|
|
exports._getAllSupportedListStyleTypes = JO;
|
||
|
|
exports._getBalloonTableCellPositionData = hJ;
|
||
|
|
exports._getBalloonTablePositionData = dJ;
|
||
|
|
exports._getBasicStylesButtonCreator = ay;
|
||
|
|
exports._getBorderTableStyleLabels = QK;
|
||
|
|
exports._getCKBoxContentTypeOfUrl = yC;
|
||
|
|
exports._getCKBoxFileExtension = kC;
|
||
|
|
exports._getCKBoxImageUrls = fC;
|
||
|
|
exports._getCKBoxWorkspaceId = pC;
|
||
|
|
exports._getCKFinderCookie = Sd;
|
||
|
|
exports._getCKFinderCsrfToken = Ed;
|
||
|
|
exports._getChangedResizedTables = DG;
|
||
|
|
exports._getClosestWidgetTypeAroundDomButton = Ak;
|
||
|
|
exports._getClosestWidgetViewElement = Ek;
|
||
|
|
exports._getCodeBlockAriaAnnouncement = Bx;
|
||
|
|
exports._getCodeBlockIndentOutdentPositions = Vx;
|
||
|
|
exports._getCodeBlockLeadingWhiteSpaces = Ix;
|
||
|
|
exports._getCodeBlockPropertyAssociation = Sx;
|
||
|
|
exports._getCodeBlockTextNodeAtLineStart = Mx;
|
||
|
|
exports._getCopyOnEnterAttributes = Hy;
|
||
|
|
exports._getDataWithoutViewFiller = Eo;
|
||
|
|
exports._getDefaultTableValueAdjusted = JW;
|
||
|
|
exports._getDomTableCellOuterWidth = QG;
|
||
|
|
exports._getEditorUsageData = rd;
|
||
|
|
exports._getElementWidthInPixels = qG;
|
||
|
|
exports._getEmitterId = q;
|
||
|
|
exports._getEmitterListenedTo = H;
|
||
|
|
exports._getHorizontallyOverlappingTableCells = yG;
|
||
|
|
exports._getHtmlSupportAttributeName = eS;
|
||
|
|
exports._getHtmlSupportDescendantElement = _S;
|
||
|
|
exports._getImageBalloonPositionData = nI;
|
||
|
|
exports._getImageSizeValueIfInPx = WS;
|
||
|
|
exports._getImageViewElementMatcher = $S;
|
||
|
|
exports._getLabeledTableColorInputCreator = oJ;
|
||
|
|
exports._getListIndent = _O;
|
||
|
|
exports._getListItemBlocks = FV;
|
||
|
|
exports._getListItems = DV;
|
||
|
|
exports._getListStyleTypeFromTypeAttribute = YO;
|
||
|
|
exports._getListTypeFromListStyleType = QO;
|
||
|
|
exports._getLocalizedHeadingOptions = wE;
|
||
|
|
exports._getLocalizedLinkDecorators = XP;
|
||
|
|
exports._getLocalizedTableColorErrorText = YK;
|
||
|
|
exports._getLocalizedTableLengthErrorText = ZK;
|
||
|
|
exports._getMinimapClientHeight = q$;
|
||
|
|
exports._getMinimapDomElementRect = U$;
|
||
|
|
exports._getMinimapPageStyles = H$;
|
||
|
|
exports._getMinimapScrollable = $$;
|
||
|
|
exports._getModelData = Iu;
|
||
|
|
exports._getModelNodeAfterPosition = pr;
|
||
|
|
exports._getModelNodeBeforePosition = br;
|
||
|
|
exports._getModelTextNodeAtPosition = fr;
|
||
|
|
exports._getNestedListBlocks = NV;
|
||
|
|
exports._getNormalizedAndLocalizedCodeBlockLanguageDefinitions = Ex;
|
||
|
|
exports._getNormalizedDefaultTableBaseProperties = pJ;
|
||
|
|
exports._getNormalizedDefaultTableCellProperties = wJ;
|
||
|
|
exports._getNormalizedDefaultTableProperties = bJ;
|
||
|
|
exports._getNormalizedListConfig = sR;
|
||
|
|
exports._getRestrictedEditingMarkerAtPosition = qj;
|
||
|
|
exports._getSelectedBlockObject = ZV;
|
||
|
|
exports._getSelectedImageEditorNodes = aP;
|
||
|
|
exports._getSelectedImagePossibleResizeRange = uP;
|
||
|
|
exports._getSelectedImageWidthInUnits = lP;
|
||
|
|
exports._getSelectedMediaModelWidget = t$;
|
||
|
|
exports._getSelectedMediaViewWidget = Zq;
|
||
|
|
exports._getSelectedModelContent = mc;
|
||
|
|
exports._getSelectedTableWidget = qK;
|
||
|
|
exports._getSelectionAffectedTable = tG;
|
||
|
|
exports._getSelectionAffectedTableWidget = UK;
|
||
|
|
exports._getTableBorderBoxSingleValue = gJ;
|
||
|
|
exports._getTableCaptionFromModelElement = bQ;
|
||
|
|
exports._getTableCaptionFromModelSelection = wQ;
|
||
|
|
exports._getTableColumnEdgesIndexes = $G;
|
||
|
|
exports._getTableColumnElements = XG;
|
||
|
|
exports._getTableColumnGroupElement = ZG;
|
||
|
|
exports._getTableColumnMinWidthAsPercentage = zG;
|
||
|
|
exports._getTableColumnsWidths = eK;
|
||
|
|
exports._getTableOrCellBorderStyleDefinitions = iJ;
|
||
|
|
exports._getTableWidgetAncestor = $K;
|
||
|
|
exports._getTableWidthInPixels = HG;
|
||
|
|
exports._getTypeAttributeFromListStyleType = ZO;
|
||
|
|
exports._getUserAgent = t;
|
||
|
|
exports._getVerticallyOverlappingTableCells = vG;
|
||
|
|
exports._getViewData = ku;
|
||
|
|
exports._getViewElementIdForListType = xO;
|
||
|
|
exports._getViewElementNameForListType = CO;
|
||
|
|
exports._getWidgetTypeAroundButtonPosition = Tk;
|
||
|
|
exports._getWidgetTypeAroundFakeCaretPosition = Sk;
|
||
|
|
exports._hasLinkProtocol = sV;
|
||
|
|
exports._indentListBlocks = WV;
|
||
|
|
exports._initDocumentDumping = Hu;
|
||
|
|
exports._injectModelSelectionPostFixer = ic;
|
||
|
|
exports._injectTableCaptionPostFixer = fQ;
|
||
|
|
exports._injectTableCellParagraphPostFixer = bK;
|
||
|
|
exports._injectTableLayoutPostFixer = mK;
|
||
|
|
exports._injectViewQuirksHandling = So;
|
||
|
|
exports._injectViewUIElementHandling = so;
|
||
|
|
exports._insertIntoModelNodeList = el;
|
||
|
|
exports._insertMedia = i$;
|
||
|
|
exports._insertModelContent = fc;
|
||
|
|
exports._insertModelObject = bc;
|
||
|
|
exports._isAlignmentSupported = Rd;
|
||
|
|
exports._isAndroid = c;
|
||
|
|
exports._isBlink = u;
|
||
|
|
exports._isBookmarkIdValid = Kk;
|
||
|
|
exports._isDefaultAlignment = Bd;
|
||
|
|
exports._isEmailLink = iV;
|
||
|
|
exports._isEmojiSupported = TA;
|
||
|
|
exports._isFirstBlockOfListItem = zV;
|
||
|
|
exports._isGecko = r;
|
||
|
|
exports._isInlineViewFiller = To;
|
||
|
|
exports._isLastBlockOfListItem = HV;
|
||
|
|
exports._isListItemBlock = MV;
|
||
|
|
exports._isListItemView = vO;
|
||
|
|
exports._isListView = wO;
|
||
|
|
exports._isLocalImage = OI;
|
||
|
|
exports._isMac = s;
|
||
|
|
exports._isMediaForcedColors = h;
|
||
|
|
exports._isMediaWidget = Xq;
|
||
|
|
exports._isModelSelectionInCodeBlock = Ox;
|
||
|
|
exports._isMotionReduced = m;
|
||
|
|
exports._isNumberedListType = eO;
|
||
|
|
exports._isParagraphableModelNode = ba;
|
||
|
|
exports._isPasteOfficePxValue = Z$;
|
||
|
|
exports._isRegExpUnicodePropertySupported = d;
|
||
|
|
exports._isRestrictedEditingPositionInRangeBoundaries = $j;
|
||
|
|
exports._isRestrictedEditingSelectionInMarker = jj;
|
||
|
|
exports._isSafari = a;
|
||
|
|
exports._isSingleListItem = JV;
|
||
|
|
exports._isSingleTableParagraphWithoutAttributes = mG;
|
||
|
|
exports._isTableHeadingColumnCell = XW;
|
||
|
|
exports._isTableModelElement = pQ;
|
||
|
|
exports._isViewPatternMatched = vs;
|
||
|
|
exports._isWindows = o;
|
||
|
|
exports._isiOS = l;
|
||
|
|
exports._lengthTableFieldValidator = eJ;
|
||
|
|
exports._lineWidthTableFieldValidator = tJ;
|
||
|
|
exports._listItemBogusParagraphCreator = OO;
|
||
|
|
exports._listItemDowncastConverter = PO;
|
||
|
|
exports._listItemDowncastRemoveConverter = VO;
|
||
|
|
exports._listItemUpcastConverter = SO;
|
||
|
|
exports._listPropertiesUpcastConverter = iR;
|
||
|
|
exports._logDocument = Uu;
|
||
|
|
exports._matchTableCaptionViewElement = vQ;
|
||
|
|
exports._mergeHtmlSupportViewElementAttributes = QE;
|
||
|
|
exports._mergeIntersectingModelRanges = oc;
|
||
|
|
exports._mergeListItemBefore = jV;
|
||
|
|
exports._modelElementToPlainText = xQ;
|
||
|
|
exports._modelToDataViewCodeBlockSoftBreakInsertion = Hx;
|
||
|
|
exports._modelToViewBlockAttributeHtmlSupportConverter = lS;
|
||
|
|
exports._modelToViewCodeBlockInsertion = zx;
|
||
|
|
exports._modelToViewImageStyleAttribute = vP;
|
||
|
|
exports._modelToViewUrlAttributeMediaConverter = Qq;
|
||
|
|
exports._modifyHtmlSupportGhsAttribute = YE;
|
||
|
|
exports._modifyModelSelection = wc;
|
||
|
|
exports._moveInModelNodeList = il;
|
||
|
|
exports._normalizeAlignmentOptions = Md;
|
||
|
|
exports._normalizeClipboardData = QC;
|
||
|
|
exports._normalizeConversionConsumables = ps;
|
||
|
|
exports._normalizeFontFamilyOptions = PT;
|
||
|
|
exports._normalizeFontSizeOptions = NT;
|
||
|
|
exports._normalizeInModelNodeList = sl;
|
||
|
|
exports._normalizeLinkDecorators = eV;
|
||
|
|
exports._normalizeListStyle = XO;
|
||
|
|
exports._normalizePasteOfficeSpaceRunSpans = Oj;
|
||
|
|
exports._normalizePasteOfficeSpacing = Vj;
|
||
|
|
exports._normalizeTableColumnWidths = JG;
|
||
|
|
exports._openLink = oV;
|
||
|
|
exports._operationTransform = Cl;
|
||
|
|
exports._outdentFollowingListItems = QV;
|
||
|
|
exports._outdentListBlocksWithMerge = GV;
|
||
|
|
exports._parseLanguageAttribute = DP;
|
||
|
|
exports._parseModel = Ou;
|
||
|
|
exports._parseView = Au;
|
||
|
|
exports._prepareCKBoxImageAssetAttributes = xC;
|
||
|
|
exports._preventUiViewDefault = jb;
|
||
|
|
exports._processMenuBarConfig = hv;
|
||
|
|
exports._rawCodeBlockSnippetTextToViewDocumentFragment = Px;
|
||
|
|
exports._reconvertListItemsOnDataChange = IO;
|
||
|
|
exports._registerCustomElement = bb;
|
||
|
|
exports._removeEmptyTableColumns = xG;
|
||
|
|
exports._removeEmptyTableRows = AG;
|
||
|
|
exports._removeEmptyTableRowsColumns = TG;
|
||
|
|
exports._removeFromModelNodeList = tl;
|
||
|
|
exports._removeHtmlSupportViewAttributes = JE;
|
||
|
|
exports._removeListAttributes = KV;
|
||
|
|
exports._removePasteGoogleOfficeSheetsTag = Ej;
|
||
|
|
exports._removePasteMSOfficeAttributes = hj;
|
||
|
|
exports._removePasteOfficeBoldWrapper = wj;
|
||
|
|
exports._removePasteOfficeInvalidTableWidths = gj;
|
||
|
|
exports._removePasteOfficeStyleBlock = Sj;
|
||
|
|
exports._removePasteOfficeXmlnsAttributes = Tj;
|
||
|
|
exports._renderDowncastFontElement = ET;
|
||
|
|
exports._renderUpcastFontColorAttribute = TT;
|
||
|
|
exports._replacePasteOfficeImagesSourceWithBase64 = uj;
|
||
|
|
exports._repositionImageContextualBalloon = iI;
|
||
|
|
exports._repositionTableContextualBalloon = uJ;
|
||
|
|
exports._resurrectRestrictedEditingCollapsedMarkerPostFixer = Kj;
|
||
|
|
exports._sendCKBoxHttpRequest = wC;
|
||
|
|
exports._setAttributeInModelNodeList = nl;
|
||
|
|
exports._setCKFinderCookie = Id;
|
||
|
|
exports._setEmitterId = U;
|
||
|
|
exports._setHtmlSupportViewAttributes = KE;
|
||
|
|
exports._setModelData = Pu;
|
||
|
|
exports._setViewData = Cu;
|
||
|
|
exports._setupRestrictedEditingExceptionHighlighting = Gj;
|
||
|
|
exports._skipEmptyTableRow = sG;
|
||
|
|
exports._sortFindResultsByMarkerPositions = uT;
|
||
|
|
exports._sortListBlocks = YV;
|
||
|
|
exports._splitListItemBefore = $V;
|
||
|
|
exports._splitTableCellHorizontally = _G;
|
||
|
|
exports._splitTableCellVertically = kG;
|
||
|
|
exports._startsWithViewFiller = Ao;
|
||
|
|
exports._stringifyLanguageAttribute = NP;
|
||
|
|
exports._stringifyModel = Vu;
|
||
|
|
exports._stringifyView = xu;
|
||
|
|
exports._sumArray = KG;
|
||
|
|
exports._tableCellRefreshHandler = CK;
|
||
|
|
exports._tableHeadingsRefreshHandler = kK;
|
||
|
|
exports._toHtmlSupportPascalCase = XE;
|
||
|
|
exports._toMediaWidget = Yq;
|
||
|
|
exports._toMentionAttribute = b$;
|
||
|
|
exports._toObjectWidgetHtmlSupportConverter = iS;
|
||
|
|
exports._toPasteOfficePxValue = X$;
|
||
|
|
exports._toPrecision = jG;
|
||
|
|
exports._transformPasteOfficeBlockBrsToParagraphs = vj;
|
||
|
|
exports._transformPasteOfficeBookmarks = Q$;
|
||
|
|
exports._transformPasteOfficeListItemLikeElementsIntoLists = ej;
|
||
|
|
exports._transformPasteOfficeTables = mj;
|
||
|
|
exports._translate = cn;
|
||
|
|
exports._translateTableColspanAttribute = tK;
|
||
|
|
exports._trimTableCellIfNeeded = CG;
|
||
|
|
exports._tryCastImageDimensionsToUnit = rP;
|
||
|
|
exports._tryFixingModelRange = nc;
|
||
|
|
exports._tryNormalizeHexColor = Ww;
|
||
|
|
exports._tryParseImageDimensionWithUnit = oP;
|
||
|
|
exports._unifyTranslations = dn;
|
||
|
|
exports._unwrapPasteOfficeParagraphInListItem = tj;
|
||
|
|
exports._upcastConvertSelectionChange = ka;
|
||
|
|
exports._upcastConvertText = ya;
|
||
|
|
exports._upcastConvertToModelFragment = _a;
|
||
|
|
exports._upcastImageFigure = rI;
|
||
|
|
exports._upcastImagePicture = aI;
|
||
|
|
exports._upcastNormalizedTableStyleToAttribute = jW;
|
||
|
|
exports._upcastRestrictedEditingHighlightToMarker = Qj;
|
||
|
|
exports._upcastTable = nG;
|
||
|
|
exports._upcastTableBorderStyles = WW;
|
||
|
|
exports._upcastTableColgroupElement = HJ;
|
||
|
|
exports._upcastTableFigure = iG;
|
||
|
|
exports._updateHtmlSupportViewAttributes = GE;
|
||
|
|
exports._updateTableColumnElements = YG;
|
||
|
|
exports._updateTableNumericAttribute = YW;
|
||
|
|
exports._viewToAttributeInlineHtmlSupportConverter = sS;
|
||
|
|
exports._viewToModelBlockAttributeHtmlSupportConverter = aS;
|
||
|
|
exports._viewToModelImageStyleAttribute = _P;
|
||
|
|
exports._viewToModelObjectContentHtmlSupportConverter = tS;
|
||
|
|
exports._wrapInModelParagraph = wa;
|
||
|
|
exports.abortableDebounce = Wt;
|
||
|
|
exports.add = ln;
|
||
|
|
exports.addBackgroundStylesRules = nu;
|
||
|
|
exports.addBorderStylesRules = su;
|
||
|
|
exports.addKeyboardHandlingForGrid = wh;
|
||
|
|
exports.addLinkProtocolIfApplicable = nV;
|
||
|
|
exports.addListToDropdown = sw;
|
||
|
|
exports.addMarginStylesRules = gu;
|
||
|
|
exports.addMenuToDropdown = ew;
|
||
|
|
exports.addPaddingStylesRules = fu;
|
||
|
|
exports.addToolbarToDropdown = iw;
|
||
|
|
exports.areConnectedThroughProperties = v;
|
||
|
|
exports.attachToForm = gd;
|
||
|
|
exports.autoParagraphEmptyRoots = pa;
|
||
|
|
exports.blockAutoformatEditing = Z_;
|
||
|
|
exports.calculateResizeHostAncestorWidth = yk;
|
||
|
|
exports.calculateResizeHostPercentageWidth = kk;
|
||
|
|
exports.clickOutsideHandler = gh;
|
||
|
|
exports.collectStylesheets = Vn;
|
||
|
|
exports.compareArrays = Kt;
|
||
|
|
exports.count = Gt;
|
||
|
|
exports.crc32 = Pn;
|
||
|
|
exports.createDropdown = Xb;
|
||
|
|
exports.createElement = Qt;
|
||
|
|
exports.createImageTypeRegExp = PI;
|
||
|
|
exports.createLabeledDropdown = hw;
|
||
|
|
exports.createLabeledInputNumber = uw;
|
||
|
|
exports.createLabeledInputText = cw;
|
||
|
|
exports.createLabeledTextarea = dw;
|
||
|
|
exports.decodeLicenseKey = Un;
|
||
|
|
exports.delay = Sn;
|
||
|
|
exports.diff = b;
|
||
|
|
exports.diffToChanges = w;
|
||
|
|
exports.disableViewPlaceholder = ns;
|
||
|
|
exports.enableViewPlaceholder = is;
|
||
|
|
exports.ensureSafeUrl = ZP;
|
||
|
|
exports.env = n;
|
||
|
|
exports.exponentialDelay = Tn;
|
||
|
|
exports.fastDiff = g;
|
||
|
|
exports.filterGroupAndItemNames = Rv;
|
||
|
|
exports.findAttributeRange = J_;
|
||
|
|
exports.findAttributeRangeBound = Q_;
|
||
|
|
exports.findClosestScrollableAncestor = ri;
|
||
|
|
exports.findOptimalInsertionRange = wk;
|
||
|
|
exports.first = gn;
|
||
|
|
exports.focusChildOnDropdownOpen = rw;
|
||
|
|
exports.formatHtml = On;
|
||
|
|
exports.getAncestors = ai;
|
||
|
|
exports.getBorderWidths = ci;
|
||
|
|
exports.getBoxSidesStyleShorthandValue = eu;
|
||
|
|
exports.getBoxSidesStyleValueReducer = Xc;
|
||
|
|
exports.getBoxSidesStyleValues = Zc;
|
||
|
|
exports.getCode = Yi;
|
||
|
|
exports.getCommonAncestor = di;
|
||
|
|
exports.getDataFromElement = li;
|
||
|
|
exports.getEnvKeystrokeText = Xi;
|
||
|
|
exports.getLabel = pk;
|
||
|
|
exports.getLanguageDirection = rn;
|
||
|
|
exports.getLastTextLine = O_;
|
||
|
|
exports.getLocalizedArrowKeyCodeDirection = tn;
|
||
|
|
exports.getLocalizedColorOptions = Gp;
|
||
|
|
exports.getOptimalPosition = Pi;
|
||
|
|
exports.getPositionStyleShorthandNormalizer = tu;
|
||
|
|
exports.getPositionedAncestor = hi;
|
||
|
|
exports.getRangeFromMouseEvent = ui;
|
||
|
|
exports.getShorthandStylesValues = iu;
|
||
|
|
exports.getViewFillerOffset = Vs;
|
||
|
|
exports.getVisualViewportOffset = Bi;
|
||
|
|
exports.hideViewPlaceholder = os;
|
||
|
|
exports.indexOf = Ai;
|
||
|
|
exports.inlineAutoformatEditing = X_;
|
||
|
|
exports.inlineHighlight = Y_;
|
||
|
|
exports.insertAt = Ti;
|
||
|
|
exports.insertToPriorityArray = E;
|
||
|
|
exports.isArrowKeyCode = en;
|
||
|
|
exports.isAttachmentStyleValue = Jc;
|
||
|
|
exports.isColorStyleValue = Fc;
|
||
|
|
exports.isCombiningMark = Bn;
|
||
|
|
exports.isComment = Ei;
|
||
|
|
exports.isFeatureBlockedByLicenseKey = qn;
|
||
|
|
exports.isFocusable = _p;
|
||
|
|
exports.isForwardArrowKeyCode = nn;
|
||
|
|
exports.isHighSurrogateHalf = Mn;
|
||
|
|
exports.isHtmlInDataTransfer = qI;
|
||
|
|
exports.isInsideCombinedSymbol = Nn;
|
||
|
|
exports.isInsideEmojiSequence = zn;
|
||
|
|
exports.isInsideSurrogatePair = Fn;
|
||
|
|
exports.isIterable = Jt;
|
||
|
|
exports.isLengthStyleValue = Hc;
|
||
|
|
exports.isLineStyleValue = Dc;
|
||
|
|
exports.isLinkElement = QP;
|
||
|
|
exports.isLinkableElement = tV;
|
||
|
|
exports.isLowSurrogateHalf = Ln;
|
||
|
|
exports.isNode = ei;
|
||
|
|
exports.isParagraphable = ba;
|
||
|
|
exports.isPercentageStyleValue = qc;
|
||
|
|
exports.isPositionStyleValue = Gc;
|
||
|
|
exports.isRange = gi;
|
||
|
|
exports.isRepeatStyleValue = jc;
|
||
|
|
exports.isText = mi;
|
||
|
|
exports.isTypeAroundWidget = xk;
|
||
|
|
exports.isURLStyleValue = Yc;
|
||
|
|
exports.isValidAttributeName = Si;
|
||
|
|
exports.isViewWithFocusCycler = yp;
|
||
|
|
exports.isViewWithFocusTracker = bn;
|
||
|
|
exports.isVisible = Ii;
|
||
|
|
exports.isWidget = uk;
|
||
|
|
exports.isWindow = ti;
|
||
|
|
exports.keyCodes = Ji;
|
||
|
|
exports.logError = V;
|
||
|
|
exports.logWarning = P;
|
||
|
|
exports.mapsEqual = Cn;
|
||
|
|
exports.needsViewPlaceholder = rs;
|
||
|
|
exports.normalizeColorOptions = Kp;
|
||
|
|
exports.normalizeMenuBarConfig = dv;
|
||
|
|
exports.normalizeSingleColorDefinition = Jp;
|
||
|
|
exports.normalizeToolbarConfig = Wb;
|
||
|
|
exports.nth = fn;
|
||
|
|
exports.objectToMap = yn;
|
||
|
|
exports.parseBase64EncodedObject = In;
|
||
|
|
exports.parseKeystroke = Zi;
|
||
|
|
exports.parsePasteOfficeHtml = Bj;
|
||
|
|
exports.plainTextToHtml = JC;
|
||
|
|
exports.priorities = T;
|
||
|
|
exports.releaseDate = M;
|
||
|
|
exports.remove = Ri;
|
||
|
|
exports.retry = An;
|
||
|
|
exports.scrollAncestorsToShowTarget = Li;
|
||
|
|
exports.scrollViewportToShowTarget = Mi;
|
||
|
|
exports.secureSourceElement = pd;
|
||
|
|
exports.setDataInElement = Ci;
|
||
|
|
exports.setHighlightHandling = gk;
|
||
|
|
exports.setLabel = fk;
|
||
|
|
exports.showViewPlaceholder = ss;
|
||
|
|
exports.spliceArray = En;
|
||
|
|
exports.spy = k;
|
||
|
|
exports.submitHandler = bh;
|
||
|
|
exports.toArray = an;
|
||
|
|
exports.toMap = kn;
|
||
|
|
exports.toUnit = xi;
|
||
|
|
exports.toWidget = dk;
|
||
|
|
exports.toWidgetEditable = bk;
|
||
|
|
exports.transformOperationSets = xl;
|
||
|
|
exports.uid = A;
|
||
|
|
exports.version = B;
|
||
|
|
exports.verticalWidgetNavigationHandler = Rk;
|
||
|
|
exports.viewToModelPositionOutsideModelElement = vk;
|
||
|
|
exports.viewToPlainText = XC;
|
||
|
|
exports.wait = xn;
|
||
|
|
exports.wrapInParagraph = wa;
|
||
|
|
|
||
|
|
}));
|
||
|
|
//# sourceMappingURL=ckeditor5.umd.js.map
|