12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550 |
- this["wp"] = this["wp"] || {}; this["wp"]["formatLibrary"] =
- /******/ (function(modules) { // webpackBootstrap
- /******/ // The module cache
- /******/ var installedModules = {};
- /******/
- /******/ // The require function
- /******/ function __webpack_require__(moduleId) {
- /******/
- /******/ // Check if module is in cache
- /******/ if(installedModules[moduleId]) {
- /******/ return installedModules[moduleId].exports;
- /******/ }
- /******/ // Create a new module (and put it into the cache)
- /******/ var module = installedModules[moduleId] = {
- /******/ i: moduleId,
- /******/ l: false,
- /******/ exports: {}
- /******/ };
- /******/
- /******/ // Execute the module function
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
- /******/
- /******/ // Flag the module as loaded
- /******/ module.l = true;
- /******/
- /******/ // Return the exports of the module
- /******/ return module.exports;
- /******/ }
- /******/
- /******/
- /******/ // expose the modules object (__webpack_modules__)
- /******/ __webpack_require__.m = modules;
- /******/
- /******/ // expose the module cache
- /******/ __webpack_require__.c = installedModules;
- /******/
- /******/ // define getter function for harmony exports
- /******/ __webpack_require__.d = function(exports, name, getter) {
- /******/ if(!__webpack_require__.o(exports, name)) {
- /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
- /******/ }
- /******/ };
- /******/
- /******/ // define __esModule on exports
- /******/ __webpack_require__.r = function(exports) {
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
- /******/ }
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
- /******/ };
- /******/
- /******/ // create a fake namespace object
- /******/ // mode & 1: value is a module id, require it
- /******/ // mode & 2: merge all properties of value into the ns
- /******/ // mode & 4: return value when already ns object
- /******/ // mode & 8|1: behave like require
- /******/ __webpack_require__.t = function(value, mode) {
- /******/ if(mode & 1) value = __webpack_require__(value);
- /******/ if(mode & 8) return value;
- /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
- /******/ var ns = Object.create(null);
- /******/ __webpack_require__.r(ns);
- /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
- /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
- /******/ return ns;
- /******/ };
- /******/
- /******/ // getDefaultExport function for compatibility with non-harmony modules
- /******/ __webpack_require__.n = function(module) {
- /******/ var getter = module && module.__esModule ?
- /******/ function getDefault() { return module['default']; } :
- /******/ function getModuleExports() { return module; };
- /******/ __webpack_require__.d(getter, 'a', getter);
- /******/ return getter;
- /******/ };
- /******/
- /******/ // Object.prototype.hasOwnProperty.call
- /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
- /******/
- /******/ // __webpack_public_path__
- /******/ __webpack_require__.p = "";
- /******/
- /******/
- /******/ // Load entry module and return exports
- /******/ return __webpack_require__(__webpack_require__.s = 350);
- /******/ })
- /************************************************************************/
- /******/ ({
- /***/ 0:
- /***/ (function(module, exports) {
- (function() { module.exports = this["wp"]["element"]; }());
- /***/ }),
- /***/ 1:
- /***/ (function(module, exports) {
- (function() { module.exports = this["wp"]["i18n"]; }());
- /***/ }),
- /***/ 10:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _defineProperty; });
- function _defineProperty(obj, key, value) {
- if (key in obj) {
- Object.defineProperty(obj, key, {
- value: value,
- enumerable: true,
- configurable: true,
- writable: true
- });
- } else {
- obj[key] = value;
- }
- return obj;
- }
- /***/ }),
- /***/ 11:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _createClass; });
- function _defineProperties(target, props) {
- for (var i = 0; i < props.length; i++) {
- var descriptor = props[i];
- descriptor.enumerable = descriptor.enumerable || false;
- descriptor.configurable = true;
- if ("value" in descriptor) descriptor.writable = true;
- Object.defineProperty(target, descriptor.key, descriptor);
- }
- }
- function _createClass(Constructor, protoProps, staticProps) {
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
- if (staticProps) _defineProperties(Constructor, staticProps);
- return Constructor;
- }
- /***/ }),
- /***/ 12:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _classCallCheck; });
- function _classCallCheck(instance, Constructor) {
- if (!(instance instanceof Constructor)) {
- throw new TypeError("Cannot call a class as a function");
- }
- }
- /***/ }),
- /***/ 13:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
- /* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
- /* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
- function _possibleConstructorReturn(self, call) {
- if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
- return call;
- }
- return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
- }
- /***/ }),
- /***/ 14:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _getPrototypeOf; });
- function _getPrototypeOf(o) {
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
- return o.__proto__ || Object.getPrototypeOf(o);
- };
- return _getPrototypeOf(o);
- }
- /***/ }),
- /***/ 15:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
- function _setPrototypeOf(o, p) {
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
- o.__proto__ = p;
- return o;
- };
- return _setPrototypeOf(o, p);
- }
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/inherits.js
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _inherits; });
- function _inherits(subClass, superClass) {
- if (typeof superClass !== "function" && superClass !== null) {
- throw new TypeError("Super expression must either be null or a function");
- }
- subClass.prototype = Object.create(superClass && superClass.prototype, {
- constructor: {
- value: subClass,
- writable: true,
- configurable: true
- }
- });
- if (superClass) _setPrototypeOf(subClass, superClass);
- }
- /***/ }),
- /***/ 18:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _extends; });
- function _extends() {
- _extends = Object.assign || function (target) {
- for (var i = 1; i < arguments.length; i++) {
- var source = arguments[i];
- for (var key in source) {
- if (Object.prototype.hasOwnProperty.call(source, key)) {
- target[key] = source[key];
- }
- }
- }
- return target;
- };
- return _extends.apply(this, arguments);
- }
- /***/ }),
- /***/ 19:
- /***/ (function(module, exports) {
- (function() { module.exports = this["wp"]["keycodes"]; }());
- /***/ }),
- /***/ 2:
- /***/ (function(module, exports) {
- (function() { module.exports = this["lodash"]; }());
- /***/ }),
- /***/ 21:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
- function _objectWithoutPropertiesLoose(source, excluded) {
- if (source == null) return {};
- var target = {};
- var sourceKeys = Object.keys(source);
- var key, i;
- for (i = 0; i < sourceKeys.length; i++) {
- key = sourceKeys[i];
- if (excluded.indexOf(key) >= 0) continue;
- target[key] = source[key];
- }
- return target;
- }
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
- function _objectWithoutProperties(source, excluded) {
- if (source == null) return {};
- var target = _objectWithoutPropertiesLoose(source, excluded);
- var key, i;
- if (Object.getOwnPropertySymbols) {
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
- for (i = 0; i < sourceSymbolKeys.length; i++) {
- key = sourceSymbolKeys[i];
- if (excluded.indexOf(key) >= 0) continue;
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
- target[key] = source[key];
- }
- }
- return target;
- }
- /***/ }),
- /***/ 22:
- /***/ (function(module, exports) {
- (function() { module.exports = this["wp"]["richText"]; }());
- /***/ }),
- /***/ 25:
- /***/ (function(module, exports) {
- (function() { module.exports = this["wp"]["dom"]; }());
- /***/ }),
- /***/ 26:
- /***/ (function(module, exports) {
- (function() { module.exports = this["wp"]["url"]; }());
- /***/ }),
- /***/ 3:
- /***/ (function(module, exports) {
- (function() { module.exports = this["wp"]["components"]; }());
- /***/ }),
- /***/ 31:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _typeof; });
- function _typeof2(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof2 = function _typeof2(obj) { return typeof obj; }; } else { _typeof2 = function _typeof2(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof2(obj); }
- function _typeof(obj) {
- if (typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol") {
- _typeof = function _typeof(obj) {
- return _typeof2(obj);
- };
- } else {
- _typeof = function _typeof(obj) {
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : _typeof2(obj);
- };
- }
- return _typeof(obj);
- }
- /***/ }),
- /***/ 350:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js + 1 modules
- var objectWithoutProperties = __webpack_require__(21);
- // EXTERNAL MODULE: external {"this":["wp","richText"]}
- var external_this_wp_richText_ = __webpack_require__(22);
- // EXTERNAL MODULE: external {"this":["wp","element"]}
- var external_this_wp_element_ = __webpack_require__(0);
- // EXTERNAL MODULE: external {"this":["wp","i18n"]}
- var external_this_wp_i18n_ = __webpack_require__(1);
- // EXTERNAL MODULE: external {"this":["wp","blockEditor"]}
- var external_this_wp_blockEditor_ = __webpack_require__(6);
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/bold/index.js
- /**
- * WordPress dependencies
- */
- var bold_name = 'core/bold';
- var title = Object(external_this_wp_i18n_["__"])('Bold');
- var bold = {
- name: bold_name,
- title: title,
- tagName: 'strong',
- className: null,
- edit: function edit(_ref) {
- var isActive = _ref.isActive,
- value = _ref.value,
- onChange = _ref.onChange;
- var onToggle = function onToggle() {
- return onChange(Object(external_this_wp_richText_["toggleFormat"])(value, {
- type: bold_name
- }));
- };
- return Object(external_this_wp_element_["createElement"])(external_this_wp_element_["Fragment"], null, Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextShortcut"], {
- type: "primary",
- character: "b",
- onUse: onToggle
- }), Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextToolbarButton"], {
- name: "bold",
- icon: "editor-bold",
- title: title,
- onClick: onToggle,
- isActive: isActive,
- shortcutType: "primary",
- shortcutCharacter: "b"
- }), Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["__unstableRichTextInputEvent"], {
- inputType: "formatBold",
- onInput: onToggle
- }));
- }
- };
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/code/index.js
- /**
- * WordPress dependencies
- */
- var code_name = 'core/code';
- var code_title = Object(external_this_wp_i18n_["__"])('Inline Code');
- var code = {
- name: code_name,
- title: code_title,
- tagName: 'code',
- className: null,
- __unstableInputRule: function __unstableInputRule(value) {
- var BACKTICK = '`';
- var _value = value,
- start = _value.start,
- text = _value.text;
- var characterBefore = text.slice(start - 1, start); // Quick check the text for the necessary character.
- if (characterBefore !== BACKTICK) {
- return value;
- }
- var textBefore = text.slice(0, start - 1);
- var indexBefore = textBefore.lastIndexOf(BACKTICK);
- if (indexBefore === -1) {
- return value;
- }
- var startIndex = indexBefore;
- var endIndex = start - 2;
- if (startIndex === endIndex) {
- return value;
- }
- value = Object(external_this_wp_richText_["remove"])(value, startIndex, startIndex + 1);
- value = Object(external_this_wp_richText_["remove"])(value, endIndex, endIndex + 1);
- value = Object(external_this_wp_richText_["applyFormat"])(value, {
- type: code_name
- }, startIndex, endIndex);
- return value;
- },
- edit: function edit(_ref) {
- var value = _ref.value,
- onChange = _ref.onChange,
- isActive = _ref.isActive;
- var onToggle = function onToggle() {
- return onChange(Object(external_this_wp_richText_["toggleFormat"])(value, {
- type: code_name
- }));
- };
- return Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextToolbarButton"], {
- icon: "editor-code",
- title: code_title,
- onClick: onToggle,
- isActive: isActive
- });
- }
- };
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread.js
- var objectSpread = __webpack_require__(7);
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js
- var classCallCheck = __webpack_require__(12);
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/createClass.js
- var createClass = __webpack_require__(11);
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
- var possibleConstructorReturn = __webpack_require__(13);
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
- var getPrototypeOf = __webpack_require__(14);
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
- var assertThisInitialized = __webpack_require__(5);
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/inherits.js + 1 modules
- var inherits = __webpack_require__(15);
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
- var esm_extends = __webpack_require__(18);
- // EXTERNAL MODULE: external {"this":["wp","components"]}
- var external_this_wp_components_ = __webpack_require__(3);
- // EXTERNAL MODULE: external {"this":["wp","keycodes"]}
- var external_this_wp_keycodes_ = __webpack_require__(19);
- // EXTERNAL MODULE: external {"this":["wp","dom"]}
- var external_this_wp_dom_ = __webpack_require__(25);
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/image/index.js
- /**
- * WordPress dependencies
- */
- var ALLOWED_MEDIA_TYPES = ['image'];
- var image_name = 'core/image';
- var image_title = Object(external_this_wp_i18n_["__"])('Inline image');
- var stopKeyPropagation = function stopKeyPropagation(event) {
- return event.stopPropagation();
- };
- var image_PopoverAtImage = function PopoverAtImage(_ref) {
- var dependencies = _ref.dependencies,
- props = Object(objectWithoutProperties["a" /* default */])(_ref, ["dependencies"]);
- return Object(external_this_wp_element_["createElement"])(external_this_wp_components_["Popover"], Object(esm_extends["a" /* default */])({
- position: "bottom center",
- focusOnMount: false,
- anchorRect: Object(external_this_wp_element_["useMemo"])(function () {
- return Object(external_this_wp_dom_["computeCaretRect"])();
- }, dependencies)
- }, props));
- };
- var image_image = {
- name: image_name,
- title: image_title,
- keywords: [Object(external_this_wp_i18n_["__"])('photo'), Object(external_this_wp_i18n_["__"])('media')],
- object: true,
- tagName: 'img',
- className: null,
- attributes: {
- className: 'class',
- style: 'style',
- url: 'src',
- alt: 'alt'
- },
- edit:
- /*#__PURE__*/
- function (_Component) {
- Object(inherits["a" /* default */])(ImageEdit, _Component);
- function ImageEdit() {
- var _this;
- Object(classCallCheck["a" /* default */])(this, ImageEdit);
- _this = Object(possibleConstructorReturn["a" /* default */])(this, Object(getPrototypeOf["a" /* default */])(ImageEdit).apply(this, arguments));
- _this.onChange = _this.onChange.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.onKeyDown = _this.onKeyDown.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.openModal = _this.openModal.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.closeModal = _this.closeModal.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.state = {
- modal: false
- };
- return _this;
- }
- Object(createClass["a" /* default */])(ImageEdit, [{
- key: "onChange",
- value: function onChange(width) {
- this.setState({
- width: width
- });
- }
- }, {
- key: "onKeyDown",
- value: function onKeyDown(event) {
- if ([external_this_wp_keycodes_["LEFT"], external_this_wp_keycodes_["DOWN"], external_this_wp_keycodes_["RIGHT"], external_this_wp_keycodes_["UP"], external_this_wp_keycodes_["BACKSPACE"], external_this_wp_keycodes_["ENTER"]].indexOf(event.keyCode) > -1) {
- // Stop the key event from propagating up to ObserveTyping.startTypingInTextField.
- event.stopPropagation();
- }
- }
- }, {
- key: "openModal",
- value: function openModal() {
- this.setState({
- modal: true
- });
- }
- }, {
- key: "closeModal",
- value: function closeModal() {
- this.setState({
- modal: false
- });
- }
- }, {
- key: "render",
- value: function render() {
- var _this2 = this;
- var _this$props = this.props,
- value = _this$props.value,
- onChange = _this$props.onChange,
- isObjectActive = _this$props.isObjectActive,
- activeObjectAttributes = _this$props.activeObjectAttributes;
- var style = activeObjectAttributes.style;
- return Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["MediaUploadCheck"], null, Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextToolbarButton"], {
- icon: Object(external_this_wp_element_["createElement"])(external_this_wp_components_["SVG"], {
- xmlns: "http://www.w3.org/2000/svg",
- viewBox: "0 0 24 24"
- }, Object(external_this_wp_element_["createElement"])(external_this_wp_components_["Path"], {
- d: "M4 16h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2zM4 5h10v9H4V5zm14 9v2h4v-2h-4zM2 20h20v-2H2v2zm6.4-8.8L7 9.4 5 12h8l-2.6-3.4-2 2.6z"
- })),
- title: image_title,
- onClick: this.openModal,
- isActive: isObjectActive
- }), this.state.modal && Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["MediaUpload"], {
- allowedTypes: ALLOWED_MEDIA_TYPES,
- onSelect: function onSelect(_ref2) {
- var id = _ref2.id,
- url = _ref2.url,
- alt = _ref2.alt,
- width = _ref2.width;
- _this2.closeModal();
- onChange(Object(external_this_wp_richText_["insertObject"])(value, {
- type: image_name,
- attributes: {
- className: "wp-image-".concat(id),
- style: "width: ".concat(Math.min(width, 150), "px;"),
- url: url,
- alt: alt
- }
- }));
- },
- onClose: this.closeModal,
- render: function render(_ref3) {
- var open = _ref3.open;
- open();
- return null;
- }
- }), isObjectActive && Object(external_this_wp_element_["createElement"])(image_PopoverAtImage // Reposition Popover when the selection changes or
- // when the width changes.
- , {
- dependencies: [style, value.start]
- }, Object(external_this_wp_element_["createElement"])("form", {
- className: "editor-format-toolbar__image-container-content block-editor-format-toolbar__image-container-content",
- onKeyPress: stopKeyPropagation,
- onKeyDown: this.onKeyDown,
- onSubmit: function onSubmit(event) {
- var newReplacements = value.replacements.slice();
- newReplacements[value.start] = {
- type: image_name,
- attributes: Object(objectSpread["a" /* default */])({}, activeObjectAttributes, {
- style: "width: ".concat(_this2.state.width, "px;")
- })
- };
- onChange(Object(objectSpread["a" /* default */])({}, value, {
- replacements: newReplacements
- }));
- event.preventDefault();
- }
- }, Object(external_this_wp_element_["createElement"])(external_this_wp_components_["TextControl"], {
- className: "editor-format-toolbar__image-container-value block-editor-format-toolbar__image-container-value",
- type: "number",
- label: Object(external_this_wp_i18n_["__"])('Width'),
- value: this.state.width,
- min: 1,
- onChange: this.onChange
- }), Object(external_this_wp_element_["createElement"])(external_this_wp_components_["IconButton"], {
- icon: "editor-break",
- label: Object(external_this_wp_i18n_["__"])('Apply'),
- type: "submit"
- }))));
- }
- }], [{
- key: "getDerivedStateFromProps",
- value: function getDerivedStateFromProps(props, state) {
- var style = props.activeObjectAttributes.style;
- if (style === state.previousStyle) {
- return null;
- }
- if (!style) {
- return {
- width: undefined,
- previousStyle: style
- };
- }
- return {
- width: style.replace(/\D/g, ''),
- previousStyle: style
- };
- }
- }]);
- return ImageEdit;
- }(external_this_wp_element_["Component"])
- };
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/italic/index.js
- /**
- * WordPress dependencies
- */
- var italic_name = 'core/italic';
- var italic_title = Object(external_this_wp_i18n_["__"])('Italic');
- var italic = {
- name: italic_name,
- title: italic_title,
- tagName: 'em',
- className: null,
- edit: function edit(_ref) {
- var isActive = _ref.isActive,
- value = _ref.value,
- onChange = _ref.onChange;
- var onToggle = function onToggle() {
- return onChange(Object(external_this_wp_richText_["toggleFormat"])(value, {
- type: italic_name
- }));
- };
- return Object(external_this_wp_element_["createElement"])(external_this_wp_element_["Fragment"], null, Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextShortcut"], {
- type: "primary",
- character: "i",
- onUse: onToggle
- }), Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextToolbarButton"], {
- name: "italic",
- icon: "editor-italic",
- title: italic_title,
- onClick: onToggle,
- isActive: isActive,
- shortcutType: "primary",
- shortcutCharacter: "i"
- }), Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["__unstableRichTextInputEvent"], {
- inputType: "formatItalic",
- onInput: onToggle
- }));
- }
- };
- // EXTERNAL MODULE: external {"this":["wp","url"]}
- var external_this_wp_url_ = __webpack_require__(26);
- // EXTERNAL MODULE: external {"this":["wp","htmlEntities"]}
- var external_this_wp_htmlEntities_ = __webpack_require__(52);
- // EXTERNAL MODULE: external "lodash"
- var external_lodash_ = __webpack_require__(2);
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/link/utils.js
- /**
- * External dependencies
- */
- /**
- * WordPress dependencies
- */
- /**
- * Check for issues with the provided href.
- *
- * @param {string} href The href.
- *
- * @return {boolean} Is the href invalid?
- */
- function isValidHref(href) {
- if (!href) {
- return false;
- }
- var trimmedHref = href.trim();
- if (!trimmedHref) {
- return false;
- } // Does the href start with something that looks like a URL protocol?
- if (/^\S+:/.test(trimmedHref)) {
- var protocol = Object(external_this_wp_url_["getProtocol"])(trimmedHref);
- if (!Object(external_this_wp_url_["isValidProtocol"])(protocol)) {
- return false;
- } // Add some extra checks for http(s) URIs, since these are the most common use-case.
- // This ensures URIs with an http protocol have exactly two forward slashes following the protocol.
- if (Object(external_lodash_["startsWith"])(protocol, 'http') && !/^https?:\/\/[^\/\s]/i.test(trimmedHref)) {
- return false;
- }
- var authority = Object(external_this_wp_url_["getAuthority"])(trimmedHref);
- if (!Object(external_this_wp_url_["isValidAuthority"])(authority)) {
- return false;
- }
- var path = Object(external_this_wp_url_["getPath"])(trimmedHref);
- if (path && !Object(external_this_wp_url_["isValidPath"])(path)) {
- return false;
- }
- var queryString = Object(external_this_wp_url_["getQueryString"])(trimmedHref);
- if (queryString && !Object(external_this_wp_url_["isValidQueryString"])(queryString)) {
- return false;
- }
- var fragment = Object(external_this_wp_url_["getFragment"])(trimmedHref);
- if (fragment && !Object(external_this_wp_url_["isValidFragment"])(fragment)) {
- return false;
- }
- } // Validate anchor links.
- if (Object(external_lodash_["startsWith"])(trimmedHref, '#') && !Object(external_this_wp_url_["isValidFragment"])(trimmedHref)) {
- return false;
- }
- return true;
- }
- /**
- * Generates the format object that will be applied to the link text.
- *
- * @param {Object} options
- * @param {string} options.url The href of the link.
- * @param {boolean} options.opensInNewWindow Whether this link will open in a new window.
- * @param {Object} options.text The text that is being hyperlinked.
- *
- * @return {Object} The final format object.
- */
- function createLinkFormat(_ref) {
- var url = _ref.url,
- opensInNewWindow = _ref.opensInNewWindow,
- text = _ref.text;
- var format = {
- type: 'core/link',
- attributes: {
- url: url
- }
- };
- if (opensInNewWindow) {
- // translators: accessibility label for external links, where the argument is the link text
- var label = Object(external_this_wp_i18n_["sprintf"])(Object(external_this_wp_i18n_["__"])('%s (opens in a new tab)'), text);
- format.attributes.target = '_blank';
- format.attributes.rel = 'noreferrer noopener';
- format.attributes['aria-label'] = label;
- }
- return format;
- }
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/link/inline.js
- /**
- * WordPress dependencies
- */
- /**
- * Internal dependencies
- */
- var inline_stopKeyPropagation = function stopKeyPropagation(event) {
- return event.stopPropagation();
- };
- function isShowingInput(props, state) {
- return props.addingLink || state.editLink;
- }
- var inline_URLPopoverAtLink = function URLPopoverAtLink(_ref) {
- var isActive = _ref.isActive,
- addingLink = _ref.addingLink,
- value = _ref.value,
- props = Object(objectWithoutProperties["a" /* default */])(_ref, ["isActive", "addingLink", "value"]);
- var anchorRect = Object(external_this_wp_element_["useMemo"])(function () {
- var selection = window.getSelection();
- var range = selection.rangeCount > 0 ? selection.getRangeAt(0) : null;
- if (!range) {
- return;
- }
- if (addingLink) {
- return Object(external_this_wp_dom_["getRectangleFromRange"])(range);
- }
- var element = range.startContainer; // If the caret is right before the element, select the next element.
- element = element.nextElementSibling || element;
- while (element.nodeType !== window.Node.ELEMENT_NODE) {
- element = element.parentNode;
- }
- var closest = element.closest('a');
- if (closest) {
- return closest.getBoundingClientRect();
- }
- }, [isActive, addingLink, value.start, value.end]);
- if (!anchorRect) {
- return null;
- }
- return Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["URLPopover"], Object(esm_extends["a" /* default */])({
- anchorRect: anchorRect
- }, props));
- };
- var inline_InlineLinkUI =
- /*#__PURE__*/
- function (_Component) {
- Object(inherits["a" /* default */])(InlineLinkUI, _Component);
- function InlineLinkUI() {
- var _this;
- Object(classCallCheck["a" /* default */])(this, InlineLinkUI);
- _this = Object(possibleConstructorReturn["a" /* default */])(this, Object(getPrototypeOf["a" /* default */])(InlineLinkUI).apply(this, arguments));
- _this.editLink = _this.editLink.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.submitLink = _this.submitLink.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.onKeyDown = _this.onKeyDown.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.onChangeInputValue = _this.onChangeInputValue.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.setLinkTarget = _this.setLinkTarget.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.onFocusOutside = _this.onFocusOutside.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.resetState = _this.resetState.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.autocompleteRef = Object(external_this_wp_element_["createRef"])();
- _this.state = {
- opensInNewWindow: false,
- inputValue: ''
- };
- return _this;
- }
- Object(createClass["a" /* default */])(InlineLinkUI, [{
- key: "onKeyDown",
- value: function onKeyDown(event) {
- if ([external_this_wp_keycodes_["LEFT"], external_this_wp_keycodes_["DOWN"], external_this_wp_keycodes_["RIGHT"], external_this_wp_keycodes_["UP"], external_this_wp_keycodes_["BACKSPACE"], external_this_wp_keycodes_["ENTER"]].indexOf(event.keyCode) > -1) {
- // Stop the key event from propagating up to ObserveTyping.startTypingInTextField.
- event.stopPropagation();
- }
- }
- }, {
- key: "onChangeInputValue",
- value: function onChangeInputValue(inputValue) {
- this.setState({
- inputValue: inputValue
- });
- }
- }, {
- key: "setLinkTarget",
- value: function setLinkTarget(opensInNewWindow) {
- var _this$props = this.props,
- _this$props$activeAtt = _this$props.activeAttributes.url,
- url = _this$props$activeAtt === void 0 ? '' : _this$props$activeAtt,
- value = _this$props.value,
- onChange = _this$props.onChange;
- this.setState({
- opensInNewWindow: opensInNewWindow
- }); // Apply now if URL is not being edited.
- if (!isShowingInput(this.props, this.state)) {
- var selectedText = Object(external_this_wp_richText_["getTextContent"])(Object(external_this_wp_richText_["slice"])(value));
- onChange(Object(external_this_wp_richText_["applyFormat"])(value, createLinkFormat({
- url: url,
- opensInNewWindow: opensInNewWindow,
- text: selectedText
- })));
- }
- }
- }, {
- key: "editLink",
- value: function editLink(event) {
- this.setState({
- editLink: true
- });
- event.preventDefault();
- }
- }, {
- key: "submitLink",
- value: function submitLink(event) {
- var _this$props2 = this.props,
- isActive = _this$props2.isActive,
- value = _this$props2.value,
- onChange = _this$props2.onChange,
- speak = _this$props2.speak;
- var _this$state = this.state,
- inputValue = _this$state.inputValue,
- opensInNewWindow = _this$state.opensInNewWindow;
- var url = Object(external_this_wp_url_["prependHTTP"])(inputValue);
- var selectedText = Object(external_this_wp_richText_["getTextContent"])(Object(external_this_wp_richText_["slice"])(value));
- var format = createLinkFormat({
- url: url,
- opensInNewWindow: opensInNewWindow,
- text: selectedText
- });
- event.preventDefault();
- if (Object(external_this_wp_richText_["isCollapsed"])(value) && !isActive) {
- var toInsert = Object(external_this_wp_richText_["applyFormat"])(Object(external_this_wp_richText_["create"])({
- text: url
- }), format, 0, url.length);
- onChange(Object(external_this_wp_richText_["insert"])(value, toInsert));
- } else {
- onChange(Object(external_this_wp_richText_["applyFormat"])(value, format));
- }
- this.resetState();
- if (!isValidHref(url)) {
- speak(Object(external_this_wp_i18n_["__"])('Warning: the link has been inserted but may have errors. Please test it.'), 'assertive');
- } else if (isActive) {
- speak(Object(external_this_wp_i18n_["__"])('Link edited.'), 'assertive');
- } else {
- speak(Object(external_this_wp_i18n_["__"])('Link inserted.'), 'assertive');
- }
- }
- }, {
- key: "onFocusOutside",
- value: function onFocusOutside() {
- // The autocomplete suggestions list renders in a separate popover (in a portal),
- // so onFocusOutside fails to detect that a click on a suggestion occurred in the
- // LinkContainer. Detect clicks on autocomplete suggestions using a ref here, and
- // return to avoid the popover being closed.
- var autocompleteElement = this.autocompleteRef.current;
- if (autocompleteElement && autocompleteElement.contains(document.activeElement)) {
- return;
- }
- this.resetState();
- }
- }, {
- key: "resetState",
- value: function resetState() {
- this.props.stopAddingLink();
- this.setState({
- editLink: false
- });
- }
- }, {
- key: "render",
- value: function render() {
- var _this2 = this;
- var _this$props3 = this.props,
- isActive = _this$props3.isActive,
- url = _this$props3.activeAttributes.url,
- addingLink = _this$props3.addingLink,
- value = _this$props3.value;
- if (!isActive && !addingLink) {
- return null;
- }
- var _this$state2 = this.state,
- inputValue = _this$state2.inputValue,
- opensInNewWindow = _this$state2.opensInNewWindow;
- var showInput = isShowingInput(this.props, this.state);
- return Object(external_this_wp_element_["createElement"])(inline_URLPopoverAtLink, {
- value: value,
- isActive: isActive,
- addingLink: addingLink,
- onFocusOutside: this.onFocusOutside,
- onClose: this.resetState,
- focusOnMount: showInput ? 'firstElement' : false,
- renderSettings: function renderSettings() {
- return Object(external_this_wp_element_["createElement"])(external_this_wp_components_["ToggleControl"], {
- label: Object(external_this_wp_i18n_["__"])('Open in New Tab'),
- checked: opensInNewWindow,
- onChange: _this2.setLinkTarget
- });
- }
- }, showInput ? Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["URLPopover"].LinkEditor, {
- className: "editor-format-toolbar__link-container-content block-editor-format-toolbar__link-container-content",
- value: inputValue,
- onChangeInputValue: this.onChangeInputValue,
- onKeyDown: this.onKeyDown,
- onKeyPress: inline_stopKeyPropagation,
- onSubmit: this.submitLink,
- autocompleteRef: this.autocompleteRef
- }) : Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["URLPopover"].LinkViewer, {
- className: "editor-format-toolbar__link-container-content block-editor-format-toolbar__link-container-content",
- onKeyPress: inline_stopKeyPropagation,
- url: url,
- onEditLinkClick: this.editLink,
- linkClassName: isValidHref(Object(external_this_wp_url_["prependHTTP"])(url)) ? undefined : 'has-invalid-link'
- }));
- }
- }], [{
- key: "getDerivedStateFromProps",
- value: function getDerivedStateFromProps(props, state) {
- var _props$activeAttribut = props.activeAttributes,
- url = _props$activeAttribut.url,
- target = _props$activeAttribut.target;
- var opensInNewWindow = target === '_blank';
- if (!isShowingInput(props, state)) {
- var update = {};
- if (url !== state.inputValue) {
- update.inputValue = url;
- }
- if (opensInNewWindow !== state.opensInNewWindow) {
- update.opensInNewWindow = opensInNewWindow;
- }
- return Object.keys(update).length ? update : null;
- }
- return null;
- }
- }]);
- return InlineLinkUI;
- }(external_this_wp_element_["Component"]);
- /* harmony default export */ var inline = (Object(external_this_wp_components_["withSpokenMessages"])(inline_InlineLinkUI));
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/link/index.js
- /**
- * WordPress dependencies
- */
- /**
- * Internal dependencies
- */
- var link_name = 'core/link';
- var link_title = Object(external_this_wp_i18n_["__"])('Link');
- var link_link = {
- name: link_name,
- title: link_title,
- tagName: 'a',
- className: null,
- attributes: {
- url: 'href',
- target: 'target'
- },
- __unstablePasteRule: function __unstablePasteRule(value, _ref) {
- var html = _ref.html,
- plainText = _ref.plainText;
- if (Object(external_this_wp_richText_["isCollapsed"])(value)) {
- return value;
- }
- var pastedText = (html || plainText).replace(/<[^>]+>/g, '').trim(); // A URL was pasted, turn the selection into a link
- if (!Object(external_this_wp_url_["isURL"])(pastedText)) {
- return value;
- } // Allows us to ask for this information when we get a report.
- window.console.log('Created link:\n\n', pastedText);
- return Object(external_this_wp_richText_["applyFormat"])(value, {
- type: link_name,
- attributes: {
- url: Object(external_this_wp_htmlEntities_["decodeEntities"])(pastedText)
- }
- });
- },
- edit: Object(external_this_wp_components_["withSpokenMessages"])(
- /*#__PURE__*/
- function (_Component) {
- Object(inherits["a" /* default */])(LinkEdit, _Component);
- function LinkEdit() {
- var _this;
- Object(classCallCheck["a" /* default */])(this, LinkEdit);
- _this = Object(possibleConstructorReturn["a" /* default */])(this, Object(getPrototypeOf["a" /* default */])(LinkEdit).apply(this, arguments));
- _this.addLink = _this.addLink.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.stopAddingLink = _this.stopAddingLink.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.onRemoveFormat = _this.onRemoveFormat.bind(Object(assertThisInitialized["a" /* default */])(_this));
- _this.state = {
- addingLink: false
- };
- return _this;
- }
- Object(createClass["a" /* default */])(LinkEdit, [{
- key: "addLink",
- value: function addLink() {
- var _this$props = this.props,
- value = _this$props.value,
- onChange = _this$props.onChange;
- var text = Object(external_this_wp_richText_["getTextContent"])(Object(external_this_wp_richText_["slice"])(value));
- if (text && Object(external_this_wp_url_["isURL"])(text)) {
- onChange(Object(external_this_wp_richText_["applyFormat"])(value, {
- type: link_name,
- attributes: {
- url: text
- }
- }));
- } else if (text && Object(external_this_wp_url_["isEmail"])(text)) {
- onChange(Object(external_this_wp_richText_["applyFormat"])(value, {
- type: link_name,
- attributes: {
- url: "mailto:".concat(text)
- }
- }));
- } else {
- this.setState({
- addingLink: true
- });
- }
- }
- }, {
- key: "stopAddingLink",
- value: function stopAddingLink() {
- this.setState({
- addingLink: false
- });
- }
- }, {
- key: "onRemoveFormat",
- value: function onRemoveFormat() {
- var _this$props2 = this.props,
- value = _this$props2.value,
- onChange = _this$props2.onChange,
- speak = _this$props2.speak;
- onChange(Object(external_this_wp_richText_["removeFormat"])(value, link_name));
- speak(Object(external_this_wp_i18n_["__"])('Link removed.'), 'assertive');
- }
- }, {
- key: "render",
- value: function render() {
- var _this$props3 = this.props,
- isActive = _this$props3.isActive,
- activeAttributes = _this$props3.activeAttributes,
- value = _this$props3.value,
- onChange = _this$props3.onChange;
- return Object(external_this_wp_element_["createElement"])(external_this_wp_element_["Fragment"], null, Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextShortcut"], {
- type: "primary",
- character: "k",
- onUse: this.addLink
- }), Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextShortcut"], {
- type: "primaryShift",
- character: "k",
- onUse: this.onRemoveFormat
- }), isActive && Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextToolbarButton"], {
- name: "link",
- icon: "editor-unlink",
- title: Object(external_this_wp_i18n_["__"])('Unlink'),
- onClick: this.onRemoveFormat,
- isActive: isActive,
- shortcutType: "primaryShift",
- shortcutCharacter: "k"
- }), !isActive && Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextToolbarButton"], {
- name: "link",
- icon: "admin-links",
- title: link_title,
- onClick: this.addLink,
- isActive: isActive,
- shortcutType: "primary",
- shortcutCharacter: "k"
- }), Object(external_this_wp_element_["createElement"])(inline, {
- addingLink: this.state.addingLink,
- stopAddingLink: this.stopAddingLink,
- isActive: isActive,
- activeAttributes: activeAttributes,
- value: value,
- onChange: onChange
- }));
- }
- }]);
- return LinkEdit;
- }(external_this_wp_element_["Component"]))
- };
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/strikethrough/index.js
- /**
- * WordPress dependencies
- */
- var strikethrough_name = 'core/strikethrough';
- var strikethrough_title = Object(external_this_wp_i18n_["__"])('Strikethrough');
- var strikethrough = {
- name: strikethrough_name,
- title: strikethrough_title,
- tagName: 's',
- className: null,
- edit: function edit(_ref) {
- var isActive = _ref.isActive,
- value = _ref.value,
- onChange = _ref.onChange;
- var onToggle = function onToggle() {
- return onChange(Object(external_this_wp_richText_["toggleFormat"])(value, {
- type: strikethrough_name
- }));
- };
- return Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextToolbarButton"], {
- icon: "editor-strikethrough",
- title: strikethrough_title,
- onClick: onToggle,
- isActive: isActive
- });
- }
- };
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/underline/index.js
- /**
- * WordPress dependencies
- */
- var underline_name = 'core/underline';
- var underline = {
- name: underline_name,
- title: Object(external_this_wp_i18n_["__"])('Underline'),
- tagName: 'span',
- className: null,
- attributes: {
- style: 'style'
- },
- edit: function edit(_ref) {
- var value = _ref.value,
- onChange = _ref.onChange;
- var onToggle = function onToggle() {
- onChange(Object(external_this_wp_richText_["toggleFormat"])(value, {
- type: underline_name,
- attributes: {
- style: 'text-decoration: underline;'
- }
- }));
- };
- return Object(external_this_wp_element_["createElement"])(external_this_wp_element_["Fragment"], null, Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["RichTextShortcut"], {
- type: "primary",
- character: "u",
- onUse: onToggle
- }), Object(external_this_wp_element_["createElement"])(external_this_wp_blockEditor_["__unstableRichTextInputEvent"], {
- inputType: "formatUnderline",
- onInput: onToggle
- }));
- }
- };
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/default-formats.js
- /**
- * Internal dependencies
- */
- /* harmony default export */ var default_formats = ([bold, code, image_image, italic, link_link, strikethrough, underline]);
- // CONCATENATED MODULE: ./node_modules/@wordpress/format-library/build-module/index.js
- /**
- * WordPress dependencies
- */
- /**
- * Internal dependencies
- */
- default_formats.forEach(function (_ref) {
- var name = _ref.name,
- settings = Object(objectWithoutProperties["a" /* default */])(_ref, ["name"]);
- return Object(external_this_wp_richText_["registerFormatType"])(name, settings);
- });
- /***/ }),
- /***/ 5:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _assertThisInitialized; });
- function _assertThisInitialized(self) {
- if (self === void 0) {
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
- }
- return self;
- }
- /***/ }),
- /***/ 52:
- /***/ (function(module, exports) {
- (function() { module.exports = this["wp"]["htmlEntities"]; }());
- /***/ }),
- /***/ 6:
- /***/ (function(module, exports) {
- (function() { module.exports = this["wp"]["blockEditor"]; }());
- /***/ }),
- /***/ 7:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectSpread; });
- /* harmony import */ var _defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
- function _objectSpread(target) {
- for (var i = 1; i < arguments.length; i++) {
- var source = arguments[i] != null ? arguments[i] : {};
- var ownKeys = Object.keys(source);
- if (typeof Object.getOwnPropertySymbols === 'function') {
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
- }));
- }
- ownKeys.forEach(function (key) {
- Object(_defineProperty__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(target, key, source[key]);
- });
- }
- return target;
- }
- /***/ })
- /******/ });
|