12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637 |
- import {
- __commonJS
- } from "./chunk-2LSFTFF7.js";
- // node_modules/.pnpm/tinymce@5.10.7/node_modules/tinymce/plugins/image/plugin.js
- var require_plugin = __commonJS({
- "node_modules/.pnpm/tinymce@5.10.7/node_modules/tinymce/plugins/image/plugin.js"() {
- (function() {
- "use strict";
- var global$6 = tinymce.util.Tools.resolve("tinymce.PluginManager");
- var __assign = function() {
- __assign = Object.assign || function __assign2(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s)
- if (Object.prototype.hasOwnProperty.call(s, p))
- t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
- };
- var typeOf = function(x) {
- var t = typeof x;
- if (x === null) {
- return "null";
- } else if (t === "object" && (Array.prototype.isPrototypeOf(x) || x.constructor && x.constructor.name === "Array")) {
- return "array";
- } else if (t === "object" && (String.prototype.isPrototypeOf(x) || x.constructor && x.constructor.name === "String")) {
- return "string";
- } else {
- return t;
- }
- };
- var isType = function(type) {
- return function(value) {
- return typeOf(value) === type;
- };
- };
- var isSimpleType = function(type) {
- return function(value) {
- return typeof value === type;
- };
- };
- var eq = function(t) {
- return function(a) {
- return t === a;
- };
- };
- var isString = isType("string");
- var isObject = isType("object");
- var isArray = isType("array");
- var isNull = eq(null);
- var isBoolean = isSimpleType("boolean");
- var isNullable = function(a) {
- return a === null || a === void 0;
- };
- var isNonNullable = function(a) {
- return !isNullable(a);
- };
- var isFunction = isSimpleType("function");
- var isNumber = isSimpleType("number");
- var noop = function() {
- };
- var constant = function(value) {
- return function() {
- return value;
- };
- };
- var identity = function(x) {
- return x;
- };
- var never = constant(false);
- var always = constant(true);
- var none = function() {
- return NONE;
- };
- var NONE = function() {
- var call = function(thunk) {
- return thunk();
- };
- var id = identity;
- var me = {
- fold: function(n, _s) {
- return n();
- },
- isSome: never,
- isNone: always,
- getOr: id,
- getOrThunk: call,
- getOrDie: function(msg) {
- throw new Error(msg || "error: getOrDie called on none.");
- },
- getOrNull: constant(null),
- getOrUndefined: constant(void 0),
- or: id,
- orThunk: call,
- map: none,
- each: noop,
- bind: none,
- exists: never,
- forall: always,
- filter: function() {
- return none();
- },
- toArray: function() {
- return [];
- },
- toString: constant("none()")
- };
- return me;
- }();
- var some = function(a) {
- var constant_a = constant(a);
- var self = function() {
- return me;
- };
- var bind = function(f) {
- return f(a);
- };
- var me = {
- fold: function(n, s) {
- return s(a);
- },
- isSome: always,
- isNone: never,
- getOr: constant_a,
- getOrThunk: constant_a,
- getOrDie: constant_a,
- getOrNull: constant_a,
- getOrUndefined: constant_a,
- or: self,
- orThunk: self,
- map: function(f) {
- return some(f(a));
- },
- each: function(f) {
- f(a);
- },
- bind,
- exists: bind,
- forall: bind,
- filter: function(f) {
- return f(a) ? me : NONE;
- },
- toArray: function() {
- return [a];
- },
- toString: function() {
- return "some(" + a + ")";
- }
- };
- return me;
- };
- var from = function(value) {
- return value === null || value === void 0 ? NONE : some(value);
- };
- var Optional = {
- some,
- none,
- from
- };
- var keys = Object.keys;
- var hasOwnProperty = Object.hasOwnProperty;
- var each = function(obj, f) {
- var props = keys(obj);
- for (var k = 0, len = props.length; k < len; k++) {
- var i = props[k];
- var x = obj[i];
- f(x, i);
- }
- };
- var objAcc = function(r) {
- return function(x, i) {
- r[i] = x;
- };
- };
- var internalFilter = function(obj, pred, onTrue, onFalse) {
- var r = {};
- each(obj, function(x, i) {
- (pred(x, i) ? onTrue : onFalse)(x, i);
- });
- return r;
- };
- var filter = function(obj, pred) {
- var t = {};
- internalFilter(obj, pred, objAcc(t), noop);
- return t;
- };
- var has = function(obj, key) {
- return hasOwnProperty.call(obj, key);
- };
- var hasNonNullableKey = function(obj, key) {
- return has(obj, key) && obj[key] !== void 0 && obj[key] !== null;
- };
- var nativePush = Array.prototype.push;
- var flatten = function(xs) {
- var r = [];
- for (var i = 0, len = xs.length; i < len; ++i) {
- if (!isArray(xs[i])) {
- throw new Error("Arr.flatten item " + i + " was not an array, input: " + xs);
- }
- nativePush.apply(r, xs[i]);
- }
- return r;
- };
- var get = function(xs, i) {
- return i >= 0 && i < xs.length ? Optional.some(xs[i]) : Optional.none();
- };
- var head = function(xs) {
- return get(xs, 0);
- };
- var findMap = function(arr, f) {
- for (var i = 0; i < arr.length; i++) {
- var r = f(arr[i], i);
- if (r.isSome()) {
- return r;
- }
- }
- return Optional.none();
- };
- typeof window !== "undefined" ? window : Function("return this;")();
- var rawSet = function(dom, key, value) {
- if (isString(value) || isBoolean(value) || isNumber(value)) {
- dom.setAttribute(key, value + "");
- } else {
- console.error("Invalid call to Attribute.set. Key ", key, ":: Value ", value, ":: Element ", dom);
- throw new Error("Attribute value was not simple");
- }
- };
- var set = function(element, key, value) {
- rawSet(element.dom, key, value);
- };
- var remove = function(element, key) {
- element.dom.removeAttribute(key);
- };
- var fromHtml = function(html, scope) {
- var doc = scope || document;
- var div = doc.createElement("div");
- div.innerHTML = html;
- if (!div.hasChildNodes() || div.childNodes.length > 1) {
- console.error("HTML does not have a single root node", html);
- throw new Error("HTML must have a single root node");
- }
- return fromDom(div.childNodes[0]);
- };
- var fromTag = function(tag, scope) {
- var doc = scope || document;
- var node = doc.createElement(tag);
- return fromDom(node);
- };
- var fromText = function(text, scope) {
- var doc = scope || document;
- var node = doc.createTextNode(text);
- return fromDom(node);
- };
- var fromDom = function(node) {
- if (node === null || node === void 0) {
- throw new Error("Node cannot be null or undefined");
- }
- return { dom: node };
- };
- var fromPoint = function(docElm, x, y) {
- return Optional.from(docElm.dom.elementFromPoint(x, y)).map(fromDom);
- };
- var SugarElement = {
- fromHtml,
- fromTag,
- fromText,
- fromDom,
- fromPoint
- };
- var global$5 = tinymce.util.Tools.resolve("tinymce.dom.DOMUtils");
- var global$4 = tinymce.util.Tools.resolve("tinymce.util.Promise");
- var global$3 = tinymce.util.Tools.resolve("tinymce.util.URI");
- var global$2 = tinymce.util.Tools.resolve("tinymce.util.XHR");
- var hasDimensions = function(editor) {
- return editor.getParam("image_dimensions", true, "boolean");
- };
- var hasAdvTab = function(editor) {
- return editor.getParam("image_advtab", false, "boolean");
- };
- var hasUploadTab = function(editor) {
- return editor.getParam("image_uploadtab", true, "boolean");
- };
- var getPrependUrl = function(editor) {
- return editor.getParam("image_prepend_url", "", "string");
- };
- var getClassList = function(editor) {
- return editor.getParam("image_class_list");
- };
- var hasDescription = function(editor) {
- return editor.getParam("image_description", true, "boolean");
- };
- var hasImageTitle = function(editor) {
- return editor.getParam("image_title", false, "boolean");
- };
- var hasImageCaption = function(editor) {
- return editor.getParam("image_caption", false, "boolean");
- };
- var getImageList = function(editor) {
- return editor.getParam("image_list", false);
- };
- var hasUploadUrl = function(editor) {
- return isNonNullable(editor.getParam("images_upload_url"));
- };
- var hasUploadHandler = function(editor) {
- return isNonNullable(editor.getParam("images_upload_handler"));
- };
- var showAccessibilityOptions = function(editor) {
- return editor.getParam("a11y_advanced_options", false, "boolean");
- };
- var isAutomaticUploadsEnabled = function(editor) {
- return editor.getParam("automatic_uploads", true, "boolean");
- };
- var parseIntAndGetMax = function(val1, val2) {
- return Math.max(parseInt(val1, 10), parseInt(val2, 10));
- };
- var getImageSize = function(url) {
- return new global$4(function(callback) {
- var img = document.createElement("img");
- var done = function(dimensions) {
- img.onload = img.onerror = null;
- if (img.parentNode) {
- img.parentNode.removeChild(img);
- }
- callback(dimensions);
- };
- img.onload = function() {
- var width = parseIntAndGetMax(img.width, img.clientWidth);
- var height = parseIntAndGetMax(img.height, img.clientHeight);
- var dimensions = {
- width,
- height
- };
- done(global$4.resolve(dimensions));
- };
- img.onerror = function() {
- done(global$4.reject("Failed to get image dimensions for: " + url));
- };
- var style = img.style;
- style.visibility = "hidden";
- style.position = "fixed";
- style.bottom = style.left = "0px";
- style.width = style.height = "auto";
- document.body.appendChild(img);
- img.src = url;
- });
- };
- var removePixelSuffix = function(value) {
- if (value) {
- value = value.replace(/px$/, "");
- }
- return value;
- };
- var addPixelSuffix = function(value) {
- if (value.length > 0 && /^[0-9]+$/.test(value)) {
- value += "px";
- }
- return value;
- };
- var mergeMargins = function(css) {
- if (css.margin) {
- var splitMargin = String(css.margin).split(" ");
- switch (splitMargin.length) {
- case 1:
- css["margin-top"] = css["margin-top"] || splitMargin[0];
- css["margin-right"] = css["margin-right"] || splitMargin[0];
- css["margin-bottom"] = css["margin-bottom"] || splitMargin[0];
- css["margin-left"] = css["margin-left"] || splitMargin[0];
- break;
- case 2:
- css["margin-top"] = css["margin-top"] || splitMargin[0];
- css["margin-right"] = css["margin-right"] || splitMargin[1];
- css["margin-bottom"] = css["margin-bottom"] || splitMargin[0];
- css["margin-left"] = css["margin-left"] || splitMargin[1];
- break;
- case 3:
- css["margin-top"] = css["margin-top"] || splitMargin[0];
- css["margin-right"] = css["margin-right"] || splitMargin[1];
- css["margin-bottom"] = css["margin-bottom"] || splitMargin[2];
- css["margin-left"] = css["margin-left"] || splitMargin[1];
- break;
- case 4:
- css["margin-top"] = css["margin-top"] || splitMargin[0];
- css["margin-right"] = css["margin-right"] || splitMargin[1];
- css["margin-bottom"] = css["margin-bottom"] || splitMargin[2];
- css["margin-left"] = css["margin-left"] || splitMargin[3];
- }
- delete css.margin;
- }
- return css;
- };
- var createImageList = function(editor, callback) {
- var imageList = getImageList(editor);
- if (isString(imageList)) {
- global$2.send({
- url: imageList,
- success: function(text) {
- callback(JSON.parse(text));
- }
- });
- } else if (isFunction(imageList)) {
- imageList(callback);
- } else {
- callback(imageList);
- }
- };
- var waitLoadImage = function(editor, data, imgElm) {
- var selectImage = function() {
- imgElm.onload = imgElm.onerror = null;
- if (editor.selection) {
- editor.selection.select(imgElm);
- editor.nodeChanged();
- }
- };
- imgElm.onload = function() {
- if (!data.width && !data.height && hasDimensions(editor)) {
- editor.dom.setAttribs(imgElm, {
- width: String(imgElm.clientWidth),
- height: String(imgElm.clientHeight)
- });
- }
- selectImage();
- };
- imgElm.onerror = selectImage;
- };
- var blobToDataUri = function(blob) {
- return new global$4(function(resolve, reject) {
- var reader = new FileReader();
- reader.onload = function() {
- resolve(reader.result);
- };
- reader.onerror = function() {
- reject(reader.error.message);
- };
- reader.readAsDataURL(blob);
- });
- };
- var isPlaceholderImage = function(imgElm) {
- return imgElm.nodeName === "IMG" && (imgElm.hasAttribute("data-mce-object") || imgElm.hasAttribute("data-mce-placeholder"));
- };
- var isSafeImageUrl = function(editor, src) {
- return global$3.isDomSafe(src, "img", editor.settings);
- };
- var DOM = global$5.DOM;
- var getHspace = function(image) {
- if (image.style.marginLeft && image.style.marginRight && image.style.marginLeft === image.style.marginRight) {
- return removePixelSuffix(image.style.marginLeft);
- } else {
- return "";
- }
- };
- var getVspace = function(image) {
- if (image.style.marginTop && image.style.marginBottom && image.style.marginTop === image.style.marginBottom) {
- return removePixelSuffix(image.style.marginTop);
- } else {
- return "";
- }
- };
- var getBorder = function(image) {
- if (image.style.borderWidth) {
- return removePixelSuffix(image.style.borderWidth);
- } else {
- return "";
- }
- };
- var getAttrib = function(image, name) {
- if (image.hasAttribute(name)) {
- return image.getAttribute(name);
- } else {
- return "";
- }
- };
- var getStyle = function(image, name) {
- return image.style[name] ? image.style[name] : "";
- };
- var hasCaption = function(image) {
- return image.parentNode !== null && image.parentNode.nodeName === "FIGURE";
- };
- var updateAttrib = function(image, name, value) {
- if (value === "") {
- image.removeAttribute(name);
- } else {
- image.setAttribute(name, value);
- }
- };
- var wrapInFigure = function(image) {
- var figureElm = DOM.create("figure", { class: "image" });
- DOM.insertAfter(figureElm, image);
- figureElm.appendChild(image);
- figureElm.appendChild(DOM.create("figcaption", { contentEditable: "true" }, "Caption"));
- figureElm.contentEditable = "false";
- };
- var removeFigure = function(image) {
- var figureElm = image.parentNode;
- DOM.insertAfter(image, figureElm);
- DOM.remove(figureElm);
- };
- var toggleCaption = function(image) {
- if (hasCaption(image)) {
- removeFigure(image);
- } else {
- wrapInFigure(image);
- }
- };
- var normalizeStyle = function(image, normalizeCss2) {
- var attrValue = image.getAttribute("style");
- var value = normalizeCss2(attrValue !== null ? attrValue : "");
- if (value.length > 0) {
- image.setAttribute("style", value);
- image.setAttribute("data-mce-style", value);
- } else {
- image.removeAttribute("style");
- }
- };
- var setSize = function(name, normalizeCss2) {
- return function(image, name2, value) {
- if (image.style[name2]) {
- image.style[name2] = addPixelSuffix(value);
- normalizeStyle(image, normalizeCss2);
- } else {
- updateAttrib(image, name2, value);
- }
- };
- };
- var getSize = function(image, name) {
- if (image.style[name]) {
- return removePixelSuffix(image.style[name]);
- } else {
- return getAttrib(image, name);
- }
- };
- var setHspace = function(image, value) {
- var pxValue = addPixelSuffix(value);
- image.style.marginLeft = pxValue;
- image.style.marginRight = pxValue;
- };
- var setVspace = function(image, value) {
- var pxValue = addPixelSuffix(value);
- image.style.marginTop = pxValue;
- image.style.marginBottom = pxValue;
- };
- var setBorder = function(image, value) {
- var pxValue = addPixelSuffix(value);
- image.style.borderWidth = pxValue;
- };
- var setBorderStyle = function(image, value) {
- image.style.borderStyle = value;
- };
- var getBorderStyle = function(image) {
- return getStyle(image, "borderStyle");
- };
- var isFigure = function(elm) {
- return elm.nodeName === "FIGURE";
- };
- var isImage = function(elm) {
- return elm.nodeName === "IMG";
- };
- var getIsDecorative = function(image) {
- return DOM.getAttrib(image, "alt").length === 0 && DOM.getAttrib(image, "role") === "presentation";
- };
- var getAlt = function(image) {
- if (getIsDecorative(image)) {
- return "";
- } else {
- return getAttrib(image, "alt");
- }
- };
- var defaultData = function() {
- return {
- src: "",
- alt: "",
- title: "",
- width: "",
- height: "",
- class: "",
- style: "",
- caption: false,
- hspace: "",
- vspace: "",
- border: "",
- borderStyle: "",
- isDecorative: false
- };
- };
- var getStyleValue = function(normalizeCss2, data) {
- var image = document.createElement("img");
- updateAttrib(image, "style", data.style);
- if (getHspace(image) || data.hspace !== "") {
- setHspace(image, data.hspace);
- }
- if (getVspace(image) || data.vspace !== "") {
- setVspace(image, data.vspace);
- }
- if (getBorder(image) || data.border !== "") {
- setBorder(image, data.border);
- }
- if (getBorderStyle(image) || data.borderStyle !== "") {
- setBorderStyle(image, data.borderStyle);
- }
- return normalizeCss2(image.getAttribute("style"));
- };
- var create = function(normalizeCss2, data) {
- var image = document.createElement("img");
- write(normalizeCss2, __assign(__assign({}, data), { caption: false }), image);
- setAlt(image, data.alt, data.isDecorative);
- if (data.caption) {
- var figure = DOM.create("figure", { class: "image" });
- figure.appendChild(image);
- figure.appendChild(DOM.create("figcaption", { contentEditable: "true" }, "Caption"));
- figure.contentEditable = "false";
- return figure;
- } else {
- return image;
- }
- };
- var read = function(normalizeCss2, image) {
- return {
- src: getAttrib(image, "src"),
- alt: getAlt(image),
- title: getAttrib(image, "title"),
- width: getSize(image, "width"),
- height: getSize(image, "height"),
- class: getAttrib(image, "class"),
- style: normalizeCss2(getAttrib(image, "style")),
- caption: hasCaption(image),
- hspace: getHspace(image),
- vspace: getVspace(image),
- border: getBorder(image),
- borderStyle: getStyle(image, "borderStyle"),
- isDecorative: getIsDecorative(image)
- };
- };
- var updateProp = function(image, oldData, newData, name, set2) {
- if (newData[name] !== oldData[name]) {
- set2(image, name, newData[name]);
- }
- };
- var setAlt = function(image, alt, isDecorative) {
- if (isDecorative) {
- DOM.setAttrib(image, "role", "presentation");
- var sugarImage = SugarElement.fromDom(image);
- set(sugarImage, "alt", "");
- } else {
- if (isNull(alt)) {
- var sugarImage = SugarElement.fromDom(image);
- remove(sugarImage, "alt");
- } else {
- var sugarImage = SugarElement.fromDom(image);
- set(sugarImage, "alt", alt);
- }
- if (DOM.getAttrib(image, "role") === "presentation") {
- DOM.setAttrib(image, "role", "");
- }
- }
- };
- var updateAlt = function(image, oldData, newData) {
- if (newData.alt !== oldData.alt || newData.isDecorative !== oldData.isDecorative) {
- setAlt(image, newData.alt, newData.isDecorative);
- }
- };
- var normalized = function(set2, normalizeCss2) {
- return function(image, name, value) {
- set2(image, value);
- normalizeStyle(image, normalizeCss2);
- };
- };
- var write = function(normalizeCss2, newData, image) {
- var oldData = read(normalizeCss2, image);
- updateProp(image, oldData, newData, "caption", function(image2, _name, _value) {
- return toggleCaption(image2);
- });
- updateProp(image, oldData, newData, "src", updateAttrib);
- updateProp(image, oldData, newData, "title", updateAttrib);
- updateProp(image, oldData, newData, "width", setSize("width", normalizeCss2));
- updateProp(image, oldData, newData, "height", setSize("height", normalizeCss2));
- updateProp(image, oldData, newData, "class", updateAttrib);
- updateProp(image, oldData, newData, "style", normalized(function(image2, value) {
- return updateAttrib(image2, "style", value);
- }, normalizeCss2));
- updateProp(image, oldData, newData, "hspace", normalized(setHspace, normalizeCss2));
- updateProp(image, oldData, newData, "vspace", normalized(setVspace, normalizeCss2));
- updateProp(image, oldData, newData, "border", normalized(setBorder, normalizeCss2));
- updateProp(image, oldData, newData, "borderStyle", normalized(setBorderStyle, normalizeCss2));
- updateAlt(image, oldData, newData);
- };
- var normalizeCss$1 = function(editor, cssText) {
- var css = editor.dom.styles.parse(cssText);
- var mergedCss = mergeMargins(css);
- var compressed = editor.dom.styles.parse(editor.dom.styles.serialize(mergedCss));
- return editor.dom.styles.serialize(compressed);
- };
- var getSelectedImage = function(editor) {
- var imgElm = editor.selection.getNode();
- var figureElm = editor.dom.getParent(imgElm, "figure.image");
- if (figureElm) {
- return editor.dom.select("img", figureElm)[0];
- }
- if (imgElm && (imgElm.nodeName !== "IMG" || isPlaceholderImage(imgElm))) {
- return null;
- }
- return imgElm;
- };
- var splitTextBlock = function(editor, figure) {
- var dom = editor.dom;
- var textBlockElements = filter(editor.schema.getTextBlockElements(), function(_, parentElm) {
- return !editor.schema.isValidChild(parentElm, "figure");
- });
- var textBlock = dom.getParent(figure.parentNode, function(node) {
- return hasNonNullableKey(textBlockElements, node.nodeName);
- }, editor.getBody());
- if (textBlock) {
- return dom.split(textBlock, figure);
- } else {
- return figure;
- }
- };
- var readImageDataFromSelection = function(editor) {
- var image = getSelectedImage(editor);
- return image ? read(function(css) {
- return normalizeCss$1(editor, css);
- }, image) : defaultData();
- };
- var insertImageAtCaret = function(editor, data) {
- var elm = create(function(css) {
- return normalizeCss$1(editor, css);
- }, data);
- editor.dom.setAttrib(elm, "data-mce-id", "__mcenew");
- editor.focus();
- editor.selection.setContent(elm.outerHTML);
- var insertedElm = editor.dom.select('*[data-mce-id="__mcenew"]')[0];
- editor.dom.setAttrib(insertedElm, "data-mce-id", null);
- if (isFigure(insertedElm)) {
- var figure = splitTextBlock(editor, insertedElm);
- editor.selection.select(figure);
- } else {
- editor.selection.select(insertedElm);
- }
- };
- var syncSrcAttr = function(editor, image) {
- editor.dom.setAttrib(image, "src", image.getAttribute("src"));
- };
- var deleteImage = function(editor, image) {
- if (image) {
- var elm = editor.dom.is(image.parentNode, "figure.image") ? image.parentNode : image;
- editor.dom.remove(elm);
- editor.focus();
- editor.nodeChanged();
- if (editor.dom.isEmpty(editor.getBody())) {
- editor.setContent("");
- editor.selection.setCursorLocation();
- }
- }
- };
- var writeImageDataToSelection = function(editor, data) {
- var image = getSelectedImage(editor);
- write(function(css) {
- return normalizeCss$1(editor, css);
- }, data, image);
- syncSrcAttr(editor, image);
- if (isFigure(image.parentNode)) {
- var figure = image.parentNode;
- splitTextBlock(editor, figure);
- editor.selection.select(image.parentNode);
- } else {
- editor.selection.select(image);
- waitLoadImage(editor, data, image);
- }
- };
- var sanitizeImageData = function(editor, data) {
- var src = data.src;
- return __assign(__assign({}, data), { src: isSafeImageUrl(editor, src) ? src : "" });
- };
- var insertOrUpdateImage = function(editor, partialData) {
- var image = getSelectedImage(editor);
- if (image) {
- var selectedImageData = read(function(css) {
- return normalizeCss$1(editor, css);
- }, image);
- var data = __assign(__assign({}, selectedImageData), partialData);
- var sanitizedData = sanitizeImageData(editor, data);
- if (data.src) {
- writeImageDataToSelection(editor, sanitizedData);
- } else {
- deleteImage(editor, image);
- }
- } else if (partialData.src) {
- insertImageAtCaret(editor, __assign(__assign({}, defaultData()), partialData));
- }
- };
- var deep = function(old, nu) {
- var bothObjects = isObject(old) && isObject(nu);
- return bothObjects ? deepMerge(old, nu) : nu;
- };
- var baseMerge = function(merger) {
- return function() {
- var objects = [];
- for (var _i = 0; _i < arguments.length; _i++) {
- objects[_i] = arguments[_i];
- }
- if (objects.length === 0) {
- throw new Error("Can't merge zero objects");
- }
- var ret = {};
- for (var j = 0; j < objects.length; j++) {
- var curObject = objects[j];
- for (var key in curObject) {
- if (has(curObject, key)) {
- ret[key] = merger(ret[key], curObject[key]);
- }
- }
- }
- return ret;
- };
- };
- var deepMerge = baseMerge(deep);
- var isNotEmpty = function(s) {
- return s.length > 0;
- };
- var global$1 = tinymce.util.Tools.resolve("tinymce.util.ImageUploader");
- var global = tinymce.util.Tools.resolve("tinymce.util.Tools");
- var getValue = function(item) {
- return isString(item.value) ? item.value : "";
- };
- var getText = function(item) {
- if (isString(item.text)) {
- return item.text;
- } else if (isString(item.title)) {
- return item.title;
- } else {
- return "";
- }
- };
- var sanitizeList = function(list, extractValue) {
- var out = [];
- global.each(list, function(item) {
- var text = getText(item);
- if (item.menu !== void 0) {
- var items = sanitizeList(item.menu, extractValue);
- out.push({
- text,
- items
- });
- } else {
- var value = extractValue(item);
- out.push({
- text,
- value
- });
- }
- });
- return out;
- };
- var sanitizer = function(extractor) {
- if (extractor === void 0) {
- extractor = getValue;
- }
- return function(list) {
- if (list) {
- return Optional.from(list).map(function(list2) {
- return sanitizeList(list2, extractor);
- });
- } else {
- return Optional.none();
- }
- };
- };
- var sanitize = function(list) {
- return sanitizer(getValue)(list);
- };
- var isGroup = function(item) {
- return has(item, "items");
- };
- var findEntryDelegate = function(list, value) {
- return findMap(list, function(item) {
- if (isGroup(item)) {
- return findEntryDelegate(item.items, value);
- } else if (item.value === value) {
- return Optional.some(item);
- } else {
- return Optional.none();
- }
- });
- };
- var findEntry = function(optList, value) {
- return optList.bind(function(list) {
- return findEntryDelegate(list, value);
- });
- };
- var ListUtils = {
- sanitizer,
- sanitize,
- findEntry
- };
- var makeTab$2 = function(_info) {
- return {
- title: "Advanced",
- name: "advanced",
- items: [
- {
- type: "input",
- label: "Style",
- name: "style"
- },
- {
- type: "grid",
- columns: 2,
- items: [
- {
- type: "input",
- label: "Vertical space",
- name: "vspace",
- inputMode: "numeric"
- },
- {
- type: "input",
- label: "Horizontal space",
- name: "hspace",
- inputMode: "numeric"
- },
- {
- type: "input",
- label: "Border width",
- name: "border",
- inputMode: "numeric"
- },
- {
- type: "listbox",
- name: "borderstyle",
- label: "Border style",
- items: [
- {
- text: "Select...",
- value: ""
- },
- {
- text: "Solid",
- value: "solid"
- },
- {
- text: "Dotted",
- value: "dotted"
- },
- {
- text: "Dashed",
- value: "dashed"
- },
- {
- text: "Double",
- value: "double"
- },
- {
- text: "Groove",
- value: "groove"
- },
- {
- text: "Ridge",
- value: "ridge"
- },
- {
- text: "Inset",
- value: "inset"
- },
- {
- text: "Outset",
- value: "outset"
- },
- {
- text: "None",
- value: "none"
- },
- {
- text: "Hidden",
- value: "hidden"
- }
- ]
- }
- ]
- }
- ]
- };
- };
- var AdvTab = { makeTab: makeTab$2 };
- var collect = function(editor) {
- var urlListSanitizer = ListUtils.sanitizer(function(item) {
- return editor.convertURL(item.value || item.url, "src");
- });
- var futureImageList = new global$4(function(completer) {
- createImageList(editor, function(imageList) {
- completer(urlListSanitizer(imageList).map(function(items) {
- return flatten([
- [{
- text: "None",
- value: ""
- }],
- items
- ]);
- }));
- });
- });
- var classList = ListUtils.sanitize(getClassList(editor));
- var hasAdvTab$1 = hasAdvTab(editor);
- var hasUploadTab$1 = hasUploadTab(editor);
- var hasUploadUrl$1 = hasUploadUrl(editor);
- var hasUploadHandler$1 = hasUploadHandler(editor);
- var image = readImageDataFromSelection(editor);
- var hasDescription$1 = hasDescription(editor);
- var hasImageTitle$1 = hasImageTitle(editor);
- var hasDimensions$1 = hasDimensions(editor);
- var hasImageCaption$1 = hasImageCaption(editor);
- var hasAccessibilityOptions = showAccessibilityOptions(editor);
- var automaticUploads = isAutomaticUploadsEnabled(editor);
- var prependURL = Optional.some(getPrependUrl(editor)).filter(function(preUrl) {
- return isString(preUrl) && preUrl.length > 0;
- });
- return futureImageList.then(function(imageList) {
- return {
- image,
- imageList,
- classList,
- hasAdvTab: hasAdvTab$1,
- hasUploadTab: hasUploadTab$1,
- hasUploadUrl: hasUploadUrl$1,
- hasUploadHandler: hasUploadHandler$1,
- hasDescription: hasDescription$1,
- hasImageTitle: hasImageTitle$1,
- hasDimensions: hasDimensions$1,
- hasImageCaption: hasImageCaption$1,
- prependURL,
- hasAccessibilityOptions,
- automaticUploads
- };
- });
- };
- var makeItems = function(info) {
- var imageUrl = {
- name: "src",
- type: "urlinput",
- filetype: "image",
- label: "Source"
- };
- var imageList = info.imageList.map(function(items) {
- return {
- name: "images",
- type: "listbox",
- label: "Image list",
- items
- };
- });
- var imageDescription = {
- name: "alt",
- type: "input",
- label: "Alternative description",
- disabled: info.hasAccessibilityOptions && info.image.isDecorative
- };
- var imageTitle = {
- name: "title",
- type: "input",
- label: "Image title"
- };
- var imageDimensions = {
- name: "dimensions",
- type: "sizeinput"
- };
- var isDecorative = {
- type: "label",
- label: "Accessibility",
- items: [{
- name: "isDecorative",
- type: "checkbox",
- label: "Image is decorative"
- }]
- };
- var classList = info.classList.map(function(items) {
- return {
- name: "classes",
- type: "listbox",
- label: "Class",
- items
- };
- });
- var caption = {
- type: "label",
- label: "Caption",
- items: [{
- type: "checkbox",
- name: "caption",
- label: "Show caption"
- }]
- };
- var getDialogContainerType = function(useColumns) {
- return useColumns ? {
- type: "grid",
- columns: 2
- } : { type: "panel" };
- };
- return flatten([
- [imageUrl],
- imageList.toArray(),
- info.hasAccessibilityOptions && info.hasDescription ? [isDecorative] : [],
- info.hasDescription ? [imageDescription] : [],
- info.hasImageTitle ? [imageTitle] : [],
- info.hasDimensions ? [imageDimensions] : [],
- [__assign(__assign({}, getDialogContainerType(info.classList.isSome() && info.hasImageCaption)), {
- items: flatten([
- classList.toArray(),
- info.hasImageCaption ? [caption] : []
- ])
- })]
- ]);
- };
- var makeTab$1 = function(info) {
- return {
- title: "General",
- name: "general",
- items: makeItems(info)
- };
- };
- var MainTab = {
- makeTab: makeTab$1,
- makeItems
- };
- var makeTab = function(_info) {
- var items = [{
- type: "dropzone",
- name: "fileinput"
- }];
- return {
- title: "Upload",
- name: "upload",
- items
- };
- };
- var UploadTab = { makeTab };
- var createState = function(info) {
- return {
- prevImage: ListUtils.findEntry(info.imageList, info.image.src),
- prevAlt: info.image.alt,
- open: true
- };
- };
- var fromImageData = function(image) {
- return {
- src: {
- value: image.src,
- meta: {}
- },
- images: image.src,
- alt: image.alt,
- title: image.title,
- dimensions: {
- width: image.width,
- height: image.height
- },
- classes: image.class,
- caption: image.caption,
- style: image.style,
- vspace: image.vspace,
- border: image.border,
- hspace: image.hspace,
- borderstyle: image.borderStyle,
- fileinput: [],
- isDecorative: image.isDecorative
- };
- };
- var toImageData = function(data, removeEmptyAlt) {
- return {
- src: data.src.value,
- alt: data.alt.length === 0 && removeEmptyAlt ? null : data.alt,
- title: data.title,
- width: data.dimensions.width,
- height: data.dimensions.height,
- class: data.classes,
- style: data.style,
- caption: data.caption,
- hspace: data.hspace,
- vspace: data.vspace,
- border: data.border,
- borderStyle: data.borderstyle,
- isDecorative: data.isDecorative
- };
- };
- var addPrependUrl2 = function(info, srcURL) {
- if (!/^(?:[a-zA-Z]+:)?\/\//.test(srcURL)) {
- return info.prependURL.bind(function(prependUrl) {
- if (srcURL.substring(0, prependUrl.length) !== prependUrl) {
- return Optional.some(prependUrl + srcURL);
- }
- return Optional.none();
- });
- }
- return Optional.none();
- };
- var addPrependUrl = function(info, api) {
- var data = api.getData();
- addPrependUrl2(info, data.src.value).each(function(srcURL) {
- api.setData({
- src: {
- value: srcURL,
- meta: data.src.meta
- }
- });
- });
- };
- var formFillFromMeta2 = function(info, data, meta) {
- if (info.hasDescription && isString(meta.alt)) {
- data.alt = meta.alt;
- }
- if (info.hasAccessibilityOptions) {
- data.isDecorative = meta.isDecorative || data.isDecorative || false;
- }
- if (info.hasImageTitle && isString(meta.title)) {
- data.title = meta.title;
- }
- if (info.hasDimensions) {
- if (isString(meta.width)) {
- data.dimensions.width = meta.width;
- }
- if (isString(meta.height)) {
- data.dimensions.height = meta.height;
- }
- }
- if (isString(meta.class)) {
- ListUtils.findEntry(info.classList, meta.class).each(function(entry) {
- data.classes = entry.value;
- });
- }
- if (info.hasImageCaption) {
- if (isBoolean(meta.caption)) {
- data.caption = meta.caption;
- }
- }
- if (info.hasAdvTab) {
- if (isString(meta.style)) {
- data.style = meta.style;
- }
- if (isString(meta.vspace)) {
- data.vspace = meta.vspace;
- }
- if (isString(meta.border)) {
- data.border = meta.border;
- }
- if (isString(meta.hspace)) {
- data.hspace = meta.hspace;
- }
- if (isString(meta.borderstyle)) {
- data.borderstyle = meta.borderstyle;
- }
- }
- };
- var formFillFromMeta = function(info, api) {
- var data = api.getData();
- var meta = data.src.meta;
- if (meta !== void 0) {
- var newData = deepMerge({}, data);
- formFillFromMeta2(info, newData, meta);
- api.setData(newData);
- }
- };
- var calculateImageSize = function(helpers, info, state, api) {
- var data = api.getData();
- var url = data.src.value;
- var meta = data.src.meta || {};
- if (!meta.width && !meta.height && info.hasDimensions) {
- if (isNotEmpty(url)) {
- helpers.imageSize(url).then(function(size) {
- if (state.open) {
- api.setData({ dimensions: size });
- }
- }).catch(function(e) {
- return console.error(e);
- });
- } else {
- api.setData({
- dimensions: {
- width: "",
- height: ""
- }
- });
- }
- }
- };
- var updateImagesDropdown = function(info, state, api) {
- var data = api.getData();
- var image = ListUtils.findEntry(info.imageList, data.src.value);
- state.prevImage = image;
- api.setData({
- images: image.map(function(entry) {
- return entry.value;
- }).getOr("")
- });
- };
- var changeSrc = function(helpers, info, state, api) {
- addPrependUrl(info, api);
- formFillFromMeta(info, api);
- calculateImageSize(helpers, info, state, api);
- updateImagesDropdown(info, state, api);
- };
- var changeImages = function(helpers, info, state, api) {
- var data = api.getData();
- var image = ListUtils.findEntry(info.imageList, data.images);
- image.each(function(img) {
- var updateAlt2 = data.alt === "" || state.prevImage.map(function(image2) {
- return image2.text === data.alt;
- }).getOr(false);
- if (updateAlt2) {
- if (img.value === "") {
- api.setData({
- src: img,
- alt: state.prevAlt
- });
- } else {
- api.setData({
- src: img,
- alt: img.text
- });
- }
- } else {
- api.setData({ src: img });
- }
- });
- state.prevImage = image;
- changeSrc(helpers, info, state, api);
- };
- var calcVSpace = function(css) {
- var matchingTopBottom = css["margin-top"] && css["margin-bottom"] && css["margin-top"] === css["margin-bottom"];
- return matchingTopBottom ? removePixelSuffix(String(css["margin-top"])) : "";
- };
- var calcHSpace = function(css) {
- var matchingLeftRight = css["margin-right"] && css["margin-left"] && css["margin-right"] === css["margin-left"];
- return matchingLeftRight ? removePixelSuffix(String(css["margin-right"])) : "";
- };
- var calcBorderWidth = function(css) {
- return css["border-width"] ? removePixelSuffix(String(css["border-width"])) : "";
- };
- var calcBorderStyle = function(css) {
- return css["border-style"] ? String(css["border-style"]) : "";
- };
- var calcStyle = function(parseStyle2, serializeStyle2, css) {
- return serializeStyle2(parseStyle2(serializeStyle2(css)));
- };
- var changeStyle2 = function(parseStyle2, serializeStyle2, data) {
- var css = mergeMargins(parseStyle2(data.style));
- var dataCopy = deepMerge({}, data);
- dataCopy.vspace = calcVSpace(css);
- dataCopy.hspace = calcHSpace(css);
- dataCopy.border = calcBorderWidth(css);
- dataCopy.borderstyle = calcBorderStyle(css);
- dataCopy.style = calcStyle(parseStyle2, serializeStyle2, css);
- return dataCopy;
- };
- var changeStyle = function(helpers, api) {
- var data = api.getData();
- var newData = changeStyle2(helpers.parseStyle, helpers.serializeStyle, data);
- api.setData(newData);
- };
- var changeAStyle = function(helpers, info, api) {
- var data = deepMerge(fromImageData(info.image), api.getData());
- var style = getStyleValue(helpers.normalizeCss, toImageData(data, false));
- api.setData({ style });
- };
- var changeFileInput = function(helpers, info, state, api) {
- var data = api.getData();
- api.block("Uploading image");
- head(data.fileinput).fold(function() {
- api.unblock();
- }, function(file) {
- var blobUri = URL.createObjectURL(file);
- var finalize = function() {
- api.unblock();
- URL.revokeObjectURL(blobUri);
- };
- var updateSrcAndSwitchTab = function(url) {
- api.setData({
- src: {
- value: url,
- meta: {}
- }
- });
- api.showTab("general");
- changeSrc(helpers, info, state, api);
- };
- blobToDataUri(file).then(function(dataUrl) {
- var blobInfo = helpers.createBlobCache(file, blobUri, dataUrl);
- if (info.automaticUploads) {
- helpers.uploadImage(blobInfo).then(function(result) {
- updateSrcAndSwitchTab(result.url);
- finalize();
- }).catch(function(err) {
- finalize();
- helpers.alertErr(err);
- });
- } else {
- helpers.addToBlobCache(blobInfo);
- updateSrcAndSwitchTab(blobInfo.blobUri());
- api.unblock();
- }
- });
- });
- };
- var changeHandler = function(helpers, info, state) {
- return function(api, evt) {
- if (evt.name === "src") {
- changeSrc(helpers, info, state, api);
- } else if (evt.name === "images") {
- changeImages(helpers, info, state, api);
- } else if (evt.name === "alt") {
- state.prevAlt = api.getData().alt;
- } else if (evt.name === "style") {
- changeStyle(helpers, api);
- } else if (evt.name === "vspace" || evt.name === "hspace" || evt.name === "border" || evt.name === "borderstyle") {
- changeAStyle(helpers, info, api);
- } else if (evt.name === "fileinput") {
- changeFileInput(helpers, info, state, api);
- } else if (evt.name === "isDecorative") {
- if (api.getData().isDecorative) {
- api.disable("alt");
- } else {
- api.enable("alt");
- }
- }
- };
- };
- var closeHandler = function(state) {
- return function() {
- state.open = false;
- };
- };
- var makeDialogBody = function(info) {
- if (info.hasAdvTab || info.hasUploadUrl || info.hasUploadHandler) {
- var tabPanel = {
- type: "tabpanel",
- tabs: flatten([
- [MainTab.makeTab(info)],
- info.hasAdvTab ? [AdvTab.makeTab(info)] : [],
- info.hasUploadTab && (info.hasUploadUrl || info.hasUploadHandler) ? [UploadTab.makeTab(info)] : []
- ])
- };
- return tabPanel;
- } else {
- var panel = {
- type: "panel",
- items: MainTab.makeItems(info)
- };
- return panel;
- }
- };
- var makeDialog = function(helpers) {
- return function(info) {
- var state = createState(info);
- return {
- title: "Insert/Edit Image",
- size: "normal",
- body: makeDialogBody(info),
- buttons: [
- {
- type: "cancel",
- name: "cancel",
- text: "Cancel"
- },
- {
- type: "submit",
- name: "save",
- text: "Save",
- primary: true
- }
- ],
- initialData: fromImageData(info.image),
- onSubmit: helpers.onSubmit(info),
- onChange: changeHandler(helpers, info, state),
- onClose: closeHandler(state)
- };
- };
- };
- var submitHandler = function(editor) {
- return function(info) {
- return function(api) {
- var data = deepMerge(fromImageData(info.image), api.getData());
- editor.execCommand("mceUpdateImage", false, toImageData(data, info.hasAccessibilityOptions));
- editor.editorUpload.uploadImagesAuto();
- api.close();
- };
- };
- };
- var imageSize = function(editor) {
- return function(url) {
- if (!isSafeImageUrl(editor, url)) {
- return global$4.resolve({
- width: "",
- height: ""
- });
- } else {
- return getImageSize(editor.documentBaseURI.toAbsolute(url)).then(function(dimensions) {
- return {
- width: String(dimensions.width),
- height: String(dimensions.height)
- };
- });
- }
- };
- };
- var createBlobCache = function(editor) {
- return function(file, blobUri, dataUrl) {
- return editor.editorUpload.blobCache.create({
- blob: file,
- blobUri,
- name: file.name ? file.name.replace(/\.[^\.]+$/, "") : null,
- filename: file.name,
- base64: dataUrl.split(",")[1]
- });
- };
- };
- var addToBlobCache = function(editor) {
- return function(blobInfo) {
- editor.editorUpload.blobCache.add(blobInfo);
- };
- };
- var alertErr = function(editor) {
- return function(message) {
- editor.windowManager.alert(message);
- };
- };
- var normalizeCss = function(editor) {
- return function(cssText) {
- return normalizeCss$1(editor, cssText);
- };
- };
- var parseStyle = function(editor) {
- return function(cssText) {
- return editor.dom.parseStyle(cssText);
- };
- };
- var serializeStyle = function(editor) {
- return function(stylesArg, name) {
- return editor.dom.serializeStyle(stylesArg, name);
- };
- };
- var uploadImage = function(editor) {
- return function(blobInfo) {
- return global$1(editor).upload([blobInfo], false).then(function(results) {
- if (results.length === 0) {
- return global$4.reject("Failed to upload image");
- } else if (results[0].status === false) {
- return global$4.reject(results[0].error.message);
- } else {
- return results[0];
- }
- });
- };
- };
- var Dialog = function(editor) {
- var helpers = {
- onSubmit: submitHandler(editor),
- imageSize: imageSize(editor),
- addToBlobCache: addToBlobCache(editor),
- createBlobCache: createBlobCache(editor),
- alertErr: alertErr(editor),
- normalizeCss: normalizeCss(editor),
- parseStyle: parseStyle(editor),
- serializeStyle: serializeStyle(editor),
- uploadImage: uploadImage(editor)
- };
- var open = function() {
- collect(editor).then(makeDialog(helpers)).then(editor.windowManager.open);
- };
- return { open };
- };
- var register$1 = function(editor) {
- editor.addCommand("mceImage", Dialog(editor).open);
- editor.addCommand("mceUpdateImage", function(_ui, data) {
- editor.undoManager.transact(function() {
- return insertOrUpdateImage(editor, data);
- });
- });
- };
- var hasImageClass = function(node) {
- var className = node.attr("class");
- return className && /\bimage\b/.test(className);
- };
- var toggleContentEditableState = function(state) {
- return function(nodes) {
- var i = nodes.length;
- var toggleContentEditable = function(node2) {
- node2.attr("contenteditable", state ? "true" : null);
- };
- while (i--) {
- var node = nodes[i];
- if (hasImageClass(node)) {
- node.attr("contenteditable", state ? "false" : null);
- global.each(node.getAll("figcaption"), toggleContentEditable);
- }
- }
- };
- };
- var setup = function(editor) {
- editor.on("PreInit", function() {
- editor.parser.addNodeFilter("figure", toggleContentEditableState(true));
- editor.serializer.addNodeFilter("figure", toggleContentEditableState(false));
- });
- };
- var register = function(editor) {
- editor.ui.registry.addToggleButton("image", {
- icon: "image",
- tooltip: "Insert/edit image",
- onAction: Dialog(editor).open,
- onSetup: function(buttonApi) {
- buttonApi.setActive(isNonNullable(getSelectedImage(editor)));
- return editor.selection.selectorChangedWithUnbind("img:not([data-mce-object],[data-mce-placeholder]),figure.image", buttonApi.setActive).unbind;
- }
- });
- editor.ui.registry.addMenuItem("image", {
- icon: "image",
- text: "Image...",
- onAction: Dialog(editor).open
- });
- editor.ui.registry.addContextMenu("image", {
- update: function(element) {
- return isFigure(element) || isImage(element) && !isPlaceholderImage(element) ? ["image"] : [];
- }
- });
- };
- function Plugin() {
- global$6.add("image", function(editor) {
- setup(editor);
- register(editor);
- register$1(editor);
- });
- }
- Plugin();
- })();
- }
- });
- // node_modules/.pnpm/tinymce@5.10.7/node_modules/tinymce/plugins/image/index.js
- require_plugin();
- //# sourceMappingURL=tinymce_plugins_image.js.map
|