Remove CKEditor components from the tiny bundle
authorAlexander Ebert <ebert@woltlab.com>
Wed, 12 Jul 2023 15:29:20 +0000 (17:29 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 12 Jul 2023 15:29:20 +0000 (17:29 +0200)
22 files changed:
ts/WoltLabSuite/Core/Component/Ckeditor.ts
ts/WoltLabSuite/Core/Component/Ckeditor/Attachment.ts
ts/WoltLabSuite/Core/Component/Ckeditor/Autosave.ts
ts/WoltLabSuite/Core/Component/Ckeditor/Configuration.ts
ts/WoltLabSuite/Core/Component/Ckeditor/Keyboard.ts
ts/WoltLabSuite/Core/Component/Ckeditor/Media.ts
ts/WoltLabSuite/Core/Component/Ckeditor/Mention.ts
ts/WoltLabSuite/Core/Component/Ckeditor/Normalizer.ts
ts/WoltLabSuite/Core/Component/Ckeditor/Quote.ts
ts/WoltLabSuite/Core/Component/Ckeditor/SubmitOnEnter.ts
ts/WoltLabSuite/Core/Component/Ckeditor/Types.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Attachment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Autosave.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Configuration.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Keyboard.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Media.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Mention.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Normalizer.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Quote.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/SubmitOnEnter.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Types.js

index cd2d8bd3eba0794f70058db5f6a104b03912c87b..3b78670556aab203d7a73e6cfb6d769aee50b1e2 100644 (file)
@@ -10,6 +10,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 import { setup as setupAttachment } from "./Ckeditor/Attachment";
index 3e4b3242ab7b818897687b820f8e4e9340ff1e90..d63ca1c5309ca0723e99b68af04be443ed38ff33 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 import { dispatchToCkeditor, listenToCkeditor } from "./Event";
index 86ff69cc0e54de34c42e411f3276242345e10853..aae5138d70c686900e8f7a9b80707b04a855d8fe 100644 (file)
@@ -6,6 +6,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 import { getStoragePrefix } from "../../Core";
index 2203a271140220e5dac91b943fde713184540d89..e93149f95c2555734eabc010e23fb7d134719682 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 import { getPhrase } from "../../Language";
index 51ea6f1b4a35e574c3fc3c9e741d2e2593ce4b71..43dfd5cc51666851b0f69c69f40799e5ae462561 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 import { listenToCkeditor } from "./Event";
index 7e03fb0db15d67dff3dd7aceedd490c64a4b5747..8688170d3e7acd05ef6a9ebf0b54169a2ba5fe8a 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 import { dispatchToCkeditor, listenToCkeditor } from "./Event";
index 657fb917799dedfa060ad680dc022981d0c1bff4..b5c5628818c9e37b35e737cf7d2f5e4b70521b57 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 import { prepareRequest } from "../../Ajax/Backend";
index 61919b45227fabf5f11dbb83fc2fd50dc881fddd..0ad32f1db0bfe61076d6973e1341663c0902f7ad 100644 (file)
@@ -9,6 +9,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 import DomUtil from "../../Dom/Util";
index 1ae5b552ac4ff2b8c8546500c26da4bc0cbaf622..036e79f5a87981c88c645af6cb15247501020936 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 import { escapeHTML } from "../../StringUtil";
index 7e08fd095cbd5a3d43015f53e78205bd3c16ab14..1d607aa540349246845dcc616b762eecb51f5879 100644 (file)
@@ -7,6 +7,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 import { dispatchToCkeditor } from "./Event";
index ce01e1861fc5296796c2538f64a83606ea8f4082..d3e5b5cc9380cf3e4ae682dbcc7dc979443436e9 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 
 export type { ClassicEditor } from "@ckeditor/ckeditor5-editor-classic";
index 71a863b20bbc82a2ac2b4a2215951e6131809e1e..feb28bb662c9c167e04f729afb3b8f0329f5ae2f 100644 (file)
@@ -10,6 +10,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 define(["require", "exports", "tslib", "./Ckeditor/Attachment", "./Ckeditor/Media", "./Ckeditor/Mention", "./Ckeditor/Quote", "./Ckeditor/Autosave", "./Ckeditor/Configuration", "./Ckeditor/Event", "./Ckeditor/SubmitOnEnter", "./Ckeditor/Normalizer", "../Ui/Scroll", "../Devtools", "./Ckeditor/Keyboard"], function (require, exports, tslib_1, Attachment_1, Media_1, Mention_1, Quote_1, Autosave_1, Configuration_1, Event_1, SubmitOnEnter_1, Normalizer_1, Scroll_1, Devtools_1, Keyboard_1) {
     "use strict";
index c7d33be8069c75df3c9958aaa1dde78b5d008816..65baf634ce56ea801636a4e8e61eac0292b51694 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 define(["require", "exports", "./Event"], function (require, exports, Event_1) {
     "use strict";
index 80dffdd5a9818a03542e3e129a68906b4eb7abd0..08145bd58783ad9f6d525389249ab1b3ad76d307 100644 (file)
@@ -6,6 +6,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 define(["require", "exports", "../../Core", "../../Language", "../../StringUtil", "./Event"], function (require, exports, Core_1, Language_1, StringUtil_1, Event_1) {
     "use strict";
index 0007a04621483596029d8d6b273b81b7eb877ef2..cbccd8c16b9b2a8a1086370c493afa69317fb4bc 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 define(["require", "exports", "../../Language"], function (require, exports, Language_1) {
     "use strict";
index 45292a9935d420b2b40d6c827735178054b8f84e..036752323809e93310fb9c21a011e78d2fe8aaf2 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 define(["require", "exports", "./Event"], function (require, exports, Event_1) {
     "use strict";
index 43e90320e500cbb1a2db6853d43f747df0a7c823..d0378752867870922b169754087e4ddc40440663 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
     if (k2 === undefined) k2 = k;
index 8f7216c36732d7c1481727358858fbeb0dbe3e0a..552883ff22911e2601358b71caa9f479b579c5c1 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 define(["require", "exports", "../../Ajax/Backend", "../../Dom/Util", "./Event"], function (require, exports, Backend_1, Util_1, Event_1) {
     "use strict";
index c6ba3600868253c53f04ac1ea360d89a685346d4..c3095a6cd5c670a319015a91120374be76da514c 100644 (file)
@@ -9,6 +9,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 define(["require", "exports", "tslib", "../../Dom/Util"], function (require, exports, tslib_1, Util_1) {
     "use strict";
index 9987b6b52b35af8e7522950f9446f41fbee74048..6916b6192c80d1ccffb4711cf9dfff306f17b1d7 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 define(["require", "exports", "../../StringUtil", "./Event"], function (require, exports, StringUtil_1, Event_1) {
     "use strict";
index 2c87427199220f93b0527da7eb43812fd5ca53d6..a43b5a6c1264c5a3c466fcf14f9e3b49bb72a34a 100644 (file)
@@ -7,6 +7,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 define(["require", "exports", "./Event"], function (require, exports, Event_1) {
     "use strict";
index dbca045dc830ad17666520bda2869a8108d61db8..59892e16e097add3cd5afaf321c8583f1b131750 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @since 6.0
+ * @woltlabExcludeBundle tiny
  */
 define(["require", "exports"], function (require, exports) {
     "use strict";