diff --git a/core/modules/ckeditor5/js/build/drupalEmphasis.js b/core/modules/ckeditor5/js/build/drupalEmphasis.js index 1141cd6a62..44a8fbc94a 100644 --- a/core/modules/ckeditor5/js/build/drupalEmphasis.js +++ b/core/modules/ckeditor5/js/build/drupalEmphasis.js @@ -8,7 +8,7 @@ exports["CKEditor5"] = factory(); else root["CKEditor5"] = root["CKEditor5"] || {}, root["CKEditor5"]["drupalEmphasis"] = factory(); -})(self, function() { +})(self, () => { return /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ diff --git a/core/modules/ckeditor5/js/build/drupalHtmlEngine.js b/core/modules/ckeditor5/js/build/drupalHtmlEngine.js index 9f7a6d5f12..d5bef90098 100644 --- a/core/modules/ckeditor5/js/build/drupalHtmlEngine.js +++ b/core/modules/ckeditor5/js/build/drupalHtmlEngine.js @@ -8,7 +8,7 @@ exports["CKEditor5"] = factory(); else root["CKEditor5"] = root["CKEditor5"] || {}, root["CKEditor5"]["drupalHtmlEngine"] = factory(); -})(self, function() { +})(self, () => { return /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ diff --git a/core/modules/ckeditor5/js/build/drupalImage.js b/core/modules/ckeditor5/js/build/drupalImage.js index 963d189c6f..3ff347df28 100644 --- a/core/modules/ckeditor5/js/build/drupalImage.js +++ b/core/modules/ckeditor5/js/build/drupalImage.js @@ -8,7 +8,7 @@ exports["CKEditor5"] = factory(); else root["CKEditor5"] = root["CKEditor5"] || {}, root["CKEditor5"]["drupalImage"] = factory(); -})(self, function() { +})(self, () => { return /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ @@ -2073,10 +2073,10 @@ class DrupalImageUploadEditing extends ckeditor5_src_core__WEBPACK_IMPORTED_MODU "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "updateViewAttributes": () => (/* binding */ updateViewAttributes), -/* harmony export */ "setViewAttributes": () => (/* binding */ setViewAttributes), +/* harmony export */ "mergeViewElementAttributes": () => (/* binding */ mergeViewElementAttributes), /* harmony export */ "removeViewAttributes": () => (/* binding */ removeViewAttributes), -/* harmony export */ "mergeViewElementAttributes": () => (/* binding */ mergeViewElementAttributes) +/* harmony export */ "setViewAttributes": () => (/* binding */ setViewAttributes), +/* harmony export */ "updateViewAttributes": () => (/* binding */ updateViewAttributes) /* harmony export */ }); /* harmony import */ var lodash_es__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! lodash-es */ "./node_modules/lodash-es/cloneDeep.js"); /** @@ -2193,8 +2193,8 @@ function mergeViewElementAttributes( target, source ) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "repositionContextualBalloon": () => (/* binding */ repositionContextualBalloon), -/* harmony export */ "getBalloonPositionData": () => (/* binding */ getBalloonPositionData) +/* harmony export */ "getBalloonPositionData": () => (/* binding */ getBalloonPositionData), +/* harmony export */ "repositionContextualBalloon": () => (/* binding */ repositionContextualBalloon) /* harmony export */ }); /* harmony import */ var ckeditor5_src_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ckeditor5/src/ui */ "ckeditor5/src/ui.js"); /** diff --git a/core/modules/ckeditor5/js/build/drupalMedia.js b/core/modules/ckeditor5/js/build/drupalMedia.js index 1ec737085d..744fde4cf4 100644 --- a/core/modules/ckeditor5/js/build/drupalMedia.js +++ b/core/modules/ckeditor5/js/build/drupalMedia.js @@ -8,7 +8,7 @@ exports["CKEditor5"] = factory(); else root["CKEditor5"] = root["CKEditor5"] || {}, root["CKEditor5"]["drupalMedia"] = factory(); -})(self, function() { +})(self, () => { return /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ @@ -4629,13 +4629,13 @@ function repositionContextualBalloon(editor) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "isDrupalMedia": () => (/* binding */ isDrupalMedia), -/* harmony export */ "isDrupalMediaWidget": () => (/* binding */ isDrupalMediaWidget), /* harmony export */ "getClosestSelectedDrupalMediaElement": () => (/* binding */ getClosestSelectedDrupalMediaElement), /* harmony export */ "getClosestSelectedDrupalMediaWidget": () => (/* binding */ getClosestSelectedDrupalMediaWidget), -/* harmony export */ "isObject": () => (/* binding */ isObject), /* harmony export */ "getPreviewContainer": () => (/* binding */ getPreviewContainer), -/* harmony export */ "groupNameToModelAttributeKey": () => (/* binding */ groupNameToModelAttributeKey) +/* harmony export */ "groupNameToModelAttributeKey": () => (/* binding */ groupNameToModelAttributeKey), +/* harmony export */ "isDrupalMedia": () => (/* binding */ isDrupalMedia), +/* harmony export */ "isDrupalMediaWidget": () => (/* binding */ isDrupalMediaWidget), +/* harmony export */ "isObject": () => (/* binding */ isObject) /* harmony export */ }); /* harmony import */ var ckeditor5_src_widget__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ckeditor5/src/widget */ "ckeditor5/src/widget.js"); /* eslint-disable import/no-extraneous-dependencies */ @@ -4796,10 +4796,10 @@ function groupNameToModelAttributeKey(group) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "updateViewAttributes": () => (/* binding */ updateViewAttributes), -/* harmony export */ "setViewAttributes": () => (/* binding */ setViewAttributes), +/* harmony export */ "mergeViewElementAttributes": () => (/* binding */ mergeViewElementAttributes), /* harmony export */ "removeViewAttributes": () => (/* binding */ removeViewAttributes), -/* harmony export */ "mergeViewElementAttributes": () => (/* binding */ mergeViewElementAttributes) +/* harmony export */ "setViewAttributes": () => (/* binding */ setViewAttributes), +/* harmony export */ "updateViewAttributes": () => (/* binding */ updateViewAttributes) /* harmony export */ }); /* harmony import */ var lodash_es__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! lodash-es */ "./node_modules/lodash-es/cloneDeep.js"); /** @@ -5316,14 +5316,14 @@ function warnInvalidStyle( info ) { __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "LINK_KEYSTROKE": () => (/* binding */ LINK_KEYSTROKE), -/* harmony export */ "isLinkElement": () => (/* binding */ isLinkElement), +/* harmony export */ "addLinkProtocolIfApplicable": () => (/* binding */ addLinkProtocolIfApplicable), /* harmony export */ "createLinkElement": () => (/* binding */ createLinkElement), /* harmony export */ "ensureSafeUrl": () => (/* binding */ ensureSafeUrl), /* harmony export */ "getLocalizedDecorators": () => (/* binding */ getLocalizedDecorators), -/* harmony export */ "normalizeDecorators": () => (/* binding */ normalizeDecorators), -/* harmony export */ "isLinkableElement": () => (/* binding */ isLinkableElement), /* harmony export */ "isEmail": () => (/* binding */ isEmail), -/* harmony export */ "addLinkProtocolIfApplicable": () => (/* binding */ addLinkProtocolIfApplicable), +/* harmony export */ "isLinkElement": () => (/* binding */ isLinkElement), +/* harmony export */ "isLinkableElement": () => (/* binding */ isLinkableElement), +/* harmony export */ "normalizeDecorators": () => (/* binding */ normalizeDecorators), /* harmony export */ "openLink": () => (/* binding */ openLink) /* harmony export */ }); /* harmony import */ var lodash_es__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! lodash-es */ "./node_modules/lodash-es/upperFirst.js");