Exclude modules from (some) builds
authorAlexander Ebert <ebert@woltlab.com>
Wed, 19 May 2021 14:00:43 +0000 (16:00 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 19 May 2021 14:00:43 +0000 (16:00 +0200)
71 files changed:
ts/WoltLabSuite/Core/Ajax/Jsonp.ts
ts/WoltLabSuite/Core/Controller/Clipboard.ts
ts/WoltLabSuite/Core/Controller/Condition/Page/Dependence.ts
ts/WoltLabSuite/Core/Controller/Map/Route/Planner.ts
ts/WoltLabSuite/Core/Controller/Media/List.ts
ts/WoltLabSuite/Core/Controller/Notice/Dismiss.ts
ts/WoltLabSuite/Core/Controller/User/Notification/Settings.ts
ts/WoltLabSuite/Core/Date/Picker.ts
ts/WoltLabSuite/Core/Devtools.ts
ts/WoltLabSuite/Core/Image/ExifUtil.ts
ts/WoltLabSuite/Core/Image/ImageUtil.ts
ts/WoltLabSuite/Core/Image/Resizer.ts
ts/WoltLabSuite/Core/Media/Clipboard.ts
ts/WoltLabSuite/Core/Media/Editor.ts
ts/WoltLabSuite/Core/Media/List/Upload.ts
ts/WoltLabSuite/Core/Media/Manager/Base.ts
ts/WoltLabSuite/Core/Media/Manager/Editor.ts
ts/WoltLabSuite/Core/Media/Manager/Search.ts
ts/WoltLabSuite/Core/Media/Manager/Select.ts
ts/WoltLabSuite/Core/Media/Replace.ts
ts/WoltLabSuite/Core/Media/Upload.ts
ts/WoltLabSuite/Core/Notification/Handler.ts
ts/WoltLabSuite/Core/Ui/Acl/Simple.ts
ts/WoltLabSuite/Core/Ui/Article/MarkAllAsRead.ts
ts/WoltLabSuite/Core/Ui/Article/Search.ts
ts/WoltLabSuite/Core/Ui/Color/Picker.ts
ts/WoltLabSuite/Core/Ui/Comment/Add.ts
ts/WoltLabSuite/Core/Ui/Comment/Edit.ts
ts/WoltLabSuite/Core/Ui/Comment/Response/Add.ts
ts/WoltLabSuite/Core/Ui/Comment/Response/Edit.ts
ts/WoltLabSuite/Core/Ui/DragAndDrop.ts
ts/WoltLabSuite/Core/Ui/File/Delete.ts
ts/WoltLabSuite/Core/Ui/File/Upload.ts
ts/WoltLabSuite/Core/Ui/ItemList/Filter.ts
ts/WoltLabSuite/Core/Ui/ItemList/LineBreakSeparatedText.ts
ts/WoltLabSuite/Core/Ui/Message/InlineEditor.ts
ts/WoltLabSuite/Core/Ui/Message/Manager.ts
ts/WoltLabSuite/Core/Ui/Message/Quote.ts
ts/WoltLabSuite/Core/Ui/Message/Reply.ts
ts/WoltLabSuite/Core/Ui/Moderation/Clipboard/AssignUser.ts
ts/WoltLabSuite/Core/Ui/Page/Search.ts
ts/WoltLabSuite/Core/Ui/Page/Search/Handler.ts
ts/WoltLabSuite/Core/Ui/Page/Search/Input.ts
ts/WoltLabSuite/Core/Ui/Poll/Editor.ts
ts/WoltLabSuite/Core/Ui/Redactor/Article.ts
ts/WoltLabSuite/Core/Ui/Redactor/Autosave.ts
ts/WoltLabSuite/Core/Ui/Redactor/Code.ts
ts/WoltLabSuite/Core/Ui/Redactor/DragAndDrop.ts
ts/WoltLabSuite/Core/Ui/Redactor/Format.ts
ts/WoltLabSuite/Core/Ui/Redactor/Html.ts
ts/WoltLabSuite/Core/Ui/Redactor/Link.ts
ts/WoltLabSuite/Core/Ui/Redactor/Mention.ts
ts/WoltLabSuite/Core/Ui/Redactor/Metacode.ts
ts/WoltLabSuite/Core/Ui/Redactor/Page.ts
ts/WoltLabSuite/Core/Ui/Redactor/PseudoHeader.ts
ts/WoltLabSuite/Core/Ui/Redactor/Quote.ts
ts/WoltLabSuite/Core/Ui/Redactor/Spoiler.ts
ts/WoltLabSuite/Core/Ui/Redactor/Table.ts
ts/WoltLabSuite/Core/Ui/Smiley/Insert.ts
ts/WoltLabSuite/Core/Ui/Sortable/List.ts
ts/WoltLabSuite/Core/Ui/Style/FontAwesome.ts
ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Delete.ts
ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Upload.ts
ts/WoltLabSuite/Core/Ui/User/Editor.ts
ts/WoltLabSuite/Core/Ui/User/Ignore.ts
ts/WoltLabSuite/Core/Ui/User/Ignore/List.ts
ts/WoltLabSuite/Core/Ui/User/PasswordStrength.ts
ts/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Follow.ts
ts/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Ignore.ts
ts/WoltLabSuite/Core/Ui/User/Session/Delete.ts
ts/WoltLabSuite/Core/Upload.ts

index 9bbf7ce4f9ae79f96a0db4dfb4d129a2423f259b..4d875f5f880d2014b588969c2d0ca83c1ad14d93 100644 (file)
@@ -6,6 +6,7 @@
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  AjaxJsonp (alias)
  * @module  WoltLabSuite/Core/Ajax/Jsonp
+ * @woltlabExcludeBundle all
  */
 
 import * as Core from "../Core";
index 41c73fd20d2f4d8ee0ea39d01fa0089d98b964c9..a25e2a815591733a31e7d1160f1ccbac22973790 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Controller/Clipboard
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../Ajax";
index 24fdde38ee688dc80a92f7838a4ee5ecc035a761..95fba0ae7146023a71a30b33439cb0189a4fe4aa 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Controller/Condition/Page/Dependence
+ * @woltlabExcludeBundle all
  */
 
 import DomUtil from "../../../Dom/Util";
index 6630979bddb735db53cecb9bf0a4f530069d66a9..73efd4e40cb87b8cb192a809c13158601fa16dfb 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Controller/Map/Route/Planner
+ * @woltlabExcludeBundle all
  */
 
 import * as AjaxStatus from "../../../Ajax/Status";
index b64cd5846235ba7b899c3665930c9a2ab1f8dd42..bf207a03d403042c4bfbebe0120fc8c658b93d5a 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2021 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Controller/Media/List
+ * @woltlabExcludeBundle all
  */
 
 import MediaListUpload from "../../Media/List/Upload";
index 3e9244eeefe8ce366c9f3e9087f7b61053f2c9ad..c9e429a8fbfdb02afa6f9ab6f8f9fa11dbac2ef7 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Controller/Notice/Dismiss
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../../Ajax";
index 8dd6a3fc840952c2c599d84d0538b3dcbd14c8bb..0867f886439980c511fe2c57719a5b2b3915dcd0 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright   2001-2020 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Controller/User/Notification/Settings
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Language from "../../../Language";
index 0d7384b448883dba904c27eb0293dd4c44ea7370..3b0d500dbd18d17b5c5ca333c0480c8be02d431a 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Date/Picker
+ * @woltlabExcludeBundle all
  */
 
 import * as Core from "../Core";
index 5054807d608cb2b5bd5af4397501f180d09b6e0e..3566eabd0e6e42580b2d9de436194afc48a52119 100644 (file)
@@ -6,6 +6,7 @@
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  Devtools (alias)
  * @module  WoltLabSuite/Core/Devtools
+ * @woltlabExcludeBundle all
  */
 
 let _settings = {
index 867ff172e23698912783c4486d8f265a56fba579..e8d024a74a6261b771e017573dcbf2de93cd8b8b 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module     WoltLabSuite/Core/Image/ExifUtil
+ * @woltlabExcludeBundle tiny
  */
 
 enum Tag {
index 5d0909000d8f40bfb415e8e29929f9577ca4b0a0..0399eee365097fec681e22c6b98d4ed3a5f8e2bd 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module     WoltLabSuite/Core/Image/ImageUtil
+ * @woltlabExcludeBundle tiny
  */
 
 /**
index 2ce812b5d2664957cae1847fe15ae37f157aca7b..206134d4bf2c8f8a94f0c5658e63bcc55b9a8c0b 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2020 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Image/Resizer
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../Core";
index 7286e28066479233f69d8a1a258757266f8c645e..bef7eb617b5fa8d01cdcfdbf1f8a10f04f7cdb7b 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2021 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/Clipboard
+ * @woltlabExcludeBundle tiny
  */
 
 import MediaManager from "./Manager/Base";
index ba5c2d8f0b95f9944b1f3851132b81ba96c6b5fe..bb685549ef819d91636c7c9d0547c88cd2290a1d 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2021 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/Editor
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../Core";
index 7ac7a9878b3b3f726b5d650cba6eaa461c0b90be..46a45c28e075999e7ab440cca18e1d39709bf2c7 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2021 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/List/Upload
+ * @woltlabExcludeBundle tiny
  */
 
 import MediaUpload from "../Upload";
index 929d2b20446f9686306566e64d81dbaa65761e9f..6bef72420e8d73204c4645eab6a689a652b8fe61 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2020 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/Manager/Base
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index 7fcbfc700423b36dd5cff6d356758119e9d28662..e38c4c39751e8467a1eac411774036db96bc5899 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2021 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/Manager/Editor
+ * @woltlabExcludeBundle tiny
  */
 
 import MediaManager from "./Base";
index 00fce33f46919606b94d2855f13b4895d6e2d76d..251745058ab9e544218daa1e63252be9bcf03fa5 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2021 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/Manager/Search
+ * @woltlabExcludeBundle tiny
  */
 
 import MediaManager from "./Base";
index 31a833284e095f5ab5185f98addb4e80a9368db5..dd3b5c8c1848899410cda1f97814287a575ad478 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2021 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/Manager/Select
+ * @woltlabExcludeBundle tiny
  */
 
 import MediaManager from "./Base";
index 17ad8fcf4c28689af55a5afc1dc6a22362c9d322..92b01bc0b8af2a6f2cac4beb42bf8d09fbe1feb5 100644 (file)
@@ -6,6 +6,7 @@
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/Replace
  * @since 5.3
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../Core";
index bc90b9ef78d7243acd373136c561726e7ab8e916..5653530e1fbd00e7e96c0bfcb65aeb3843dde264 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright 2001-2021 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/Upload
+ * @woltlabExcludeBundle tiny
  */
 
 import Upload from "../Upload";
index 7f738b0acf1a297b51c463da0c8dde35649f6b8d..64d2fda2c13e29394c389bdee94f7d62abaaac3f 100644 (file)
@@ -6,6 +6,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Notification/Handler
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../Ajax";
index 76db762ff5e036477c8aa906f48e518807a239c7..257b6e3d51206e9cad3c6670f388db2116c95c56 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 import * as Core from "../../Core";
 import * as Language from "../../Language";
 import * as StringUtil from "../../StringUtil";
index 4a7c8add704e7b9dae5352bb412d301f50b0b382..029145daaa86015786e9dbdbc2a394b3f5ff51cc 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Article/MarkAllAsRead
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../../Ajax";
index 6fca7bb094bef36bd03d4ccac8a350f8764eee89..f31a135152e5556aabfc61e1ea2e9ef2f83548d9 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 import * as Ajax from "../../Ajax";
 import { AjaxCallbackObject, AjaxCallbackSetup, DatabaseObjectActionResponse } from "../../Ajax/Data";
 import { DialogCallbackObject, DialogCallbackSetup } from "../Dialog/Data";
index 53ebccc063b24f94a2832f39674ba012aa6c43e5..6797ad5f808137a297ac6f4f422ca63f92e5c1d7 100644 (file)
@@ -6,6 +6,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Ui/Color/Picker
+ * @woltlabExcludeBundle all
  */
 
 import * as Core from "../../Core";
index aee0293b0dbd9767cfffacf57a766b2fa5b3999e..67c1049566a34bb39b11564f8dce9e6b8bf95b82 100644 (file)
@@ -9,6 +9,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Comment/Add
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../../Ajax";
index 4646f8aad7e0f15ddbea571a4b8b40f2df1bfb08..c4ec8d063822c2739abe96c9b721c95da4220260 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Comment/Edit
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../../Ajax";
index 31791cabb1f66767bf0979cc3dc623e50eb7b6bb..ebb7361c3cfae7631450f1de45103ef1a4783ba7 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Comment/Add
+ * @woltlabExcludeBundle tiny
  */
 
 import { AjaxCallbackSetup } from "../../../Ajax/Data";
index 95d5b3768f404254e8753154ac7415d79388fb92..cc18eefeeecfa182f96694b49397b95442af35af 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Comment/Response/Edit
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../../../Ajax";
index e3f2e586ee34a253c62617953b772192c1026a9f..79480fa5b65434ce5eaf563867b42c07e0e4c375 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Ui/DragAndDrop
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../Core";
index e973743f917b6369f522abbaf9ae2554650c3f3e..73789e400d7b4fc514ab8bb45169cffb7e9a77b3 100644 (file)
@@ -6,6 +6,7 @@
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/File/Delete
  * @since  5.2
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../../Ajax";
index 24cb0b17eaf0bf02563108b2c9ad594b11e7ca33..95e1a679a1e1bcd44732a2325ef95a77dff2014e 100644 (file)
@@ -6,6 +6,7 @@
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/File/Upload
  * @since  5.2
+ * @woltlabExcludeBundle tiny
  */
 
 import { ResponseData } from "../../Ajax/Data";
index 539e5e89f02ab1968002d4af42d89d6ff14f46a1..e6d9f55369577acf26bb0a15c3877551a1e85ec8 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/ItemList/Filter
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index 0c829c1ec86fd16c0c02fdefa2f39408d8b5e8ed..8a3d90e5bc0c02e8cbe3bf9f10738a024ada72b2 100644 (file)
@@ -7,6 +7,7 @@
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/ItemList/LineBreakSeparatedText
  * @since 5.4
+ * @woltlabExcludeBundle tiny
  */
 
 import * as UiConfirmation from "../Confirmation";
index 18b5b50273975b2ea65d103519966ccae66f48e4..79629977fcf2fc8296a880695c788d4416143563 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Message/InlineEditor
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../../Ajax";
index 81acdc10d3eedd476e89d04ecc7c3e92470ec4c4..415b5460626cfc71a5cae7aec00d8580f9e02581 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Message/Manager
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../../Ajax";
index 9c051e9e3f1b084acae6a0681056da2a4384a351..3f2dbb23ea009d748ec19f8a2e56a5c2fa59d136 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle tiny
+ */
+
 import * as Ajax from "../../Ajax";
 import * as Core from "../../Core";
 import * as EventHandler from "../../Event/Handler";
index 79870f635261e6feac4a5676fd7188b5862a4131..4f8ed94003bce0c39eb766a3d7cfbef0ac66dcb2 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Message/Reply
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Ajax from "../../Ajax";
index f028510286efbf8c35fc6e74ed39fd43bb4122f1..8b00d7eb493acd9f43ca00bbbb5cea2bc8101cba 100644 (file)
@@ -6,6 +6,7 @@
  * @copyright  2001-2021 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Moderation/Clipboard/AssignUser
+ * @woltlabExcludeBundle all
  */
 
 import * as EventHandler from "../../../Event/Handler";
index cfc95d69f3517ffbcfd7cadaf74771a65ce2522c..e326d381c2e79b72ad3d22a27d3029488e13bc69 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 import * as Ajax from "../../Ajax";
 import { AjaxCallbackObject, AjaxCallbackSetup, DatabaseObjectActionResponse } from "../../Ajax/Data";
 import { DialogCallbackObject, DialogCallbackSetup } from "../Dialog/Data";
index 063b4a7aed04d47a83211e0eeda5655d32d704ed..03d2d33f1374ea5236a6b2c44b979fdf9429d3ff 100644 (file)
@@ -6,6 +6,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Page/Search/Handler
+ * @woltlabExcludeBundle all
  */
 
 import * as Language from "../../../Language";
index 4d00dcfb6c4ff923f59531cc751776db3cfa1b7e..86334a5567b73046d2e210638605cd66fbeb666a 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Page/Search/Input
+ * @woltlabExcludeBundle all
  */
 
 import * as Core from "../../../Core";
index c41251b6630e97550c30c83cc896dd63373606de..192ea8526415459cf5c3c43371df013f8c0b7e39 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2020 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Poll/Editor
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index f245141915cecda6532164211738e9a0cc2cb8b3..db64d764c96f44681861f2e384eaa4baa07f9ec2 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Ui/Redactor/Article
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index 1bb6e3cbcd5bb14aec41629264140b85310f3bf4..1373020b727e1ec79784c706b690f10ae5ec0312 100644 (file)
@@ -6,6 +6,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Redactor/Autosave
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index 324531f5d1f8efbec54b9de21b1f3f5b06c3ef21..867a74d8b4a2c6b3e6570a57795b8f9540fb8972 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Ui/Redactor/Code
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index 343b3d7188aea69edbda3437a430632bddacf00b..cfeef16a822b4edda8502b732241a3d285d4e3db 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Ui/Redactor/DragAndDrop
+ * @woltlabExcludeBundle tiny
  */
 
 import * as EventHandler from "../../Event/Handler";
index 7fc54ee4500eed1b319bda440cdecb117f0829aa..779126693d586ab1e49151dcaf68843847eca995 100644 (file)
@@ -7,6 +7,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Redactor/Format
+ * @woltlabExcludeBundle tiny
  */
 
 import DomUtil from "../../Dom/Util";
index a31d89b2cb4b906b1d287d177a5eff020e992ef6..225b7a60ac06d369e95b5c3b1dff81055ec66f4c 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Ui/Redactor/Html
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index 3ca2631b12ab33f96fc3aed53f93903603bd3ba3..79ea1979d2a064771115838793af6483f6f6c2b4 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle tiny
+ */
+
 import DomUtil from "../../Dom/Util";
 import * as Language from "../../Language";
 import UiDialog from "../Dialog";
index 371f8b7103b5ac5cddeb70a0c290104bdd6bed4b..d56fe6b858a2e83c1bca3c520ddbdab3acde9197 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle tiny
+ */
+
 import * as Ajax from "../../Ajax";
 import { AjaxCallbackSetup, ResponseData } from "../../Ajax/Data";
 import * as Core from "../../Core";
index 94d30bb0b94eb17aa1c7c74963b60784f9722c81..f4f5aafbe03453012a88bae629f19d753ffc72bb 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Redactor/Metacode
+ * @woltlabExcludeBundle tiny
  */
 
 import * as EventHandler from "../../Event/Handler";
index 8a8c5be3747aa7145db2d6a5b0ba1c21a92bf110..54152f856b2ece69f9043cf12038c172a9c74435 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Redactor/Page
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index b6d7023d7ab24fd1ef4c30a1cbb5a6c3787263cb..e263f9416c5ba3d404ecac87fd3b269f4a200a48 100644 (file)
@@ -6,6 +6,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Ui/Redactor/PseudoHeader
+ * @woltlabExcludeBundle tiny
  */
 
 /**
index 78090e7af4fdd92d50e921153ebca03ab3ae4eb2..7e73f68d052af36f54956c71599bae282fe4690c 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Ui/Redactor/Quote
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index f6e760cbcd4889badaa173098d63aab72f4200ce..f452a862bead4852174c85f8666fc0c001ea1c18 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Ui/Redactor/Spoiler
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index 5089a83ab2448f165e9ad36c05020bf89c62c3da..1a3db5df9d1749ca915789a6626da5a451acd9fb 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle tiny
+ */
+
 import * as Language from "../../Language";
 import UiDialog from "../Dialog";
 import { DialogCallbackObject, DialogCallbackSetup } from "../Dialog/Data";
index d088bd23d01c89dd4fe9cf8cf4784fdecbbd7deb..32ff6cead46769b67aa3a81bedd3452e59c9e573 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright   2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module      WoltLabSuite/Core/Ui/Smiley/Insert
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index 974240960fa6c55f4a23a088b54b0d94576bdd47..5916a72486b9f9d4a779e6d78a6e9fb4743bc2a5 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Sortable/List
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Core from "../../Core";
index 39b0aec32e1af7653a8564fba90e5e3b82a51cb5..ee61c2415b0e5c8a946d747b1f12b91b8f330b0f 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/Style/FontAwesome
+ * @woltlabExcludeBundle tiny
  */
 
 import { DialogCallbackObject, DialogCallbackSetup } from "../Dialog/Data";
index d3bd4b526012909a610ba4f2317b33b9961cef3c..e3a44ba0ef14add1ef6d143d2b136f0b21413fe2 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/User/CoverPhoto/Delete
+ * @woltlabExcludeBundle all
  */
 
 import * as Ajax from "../../../Ajax";
index af4319efb54d588b72767d26c280e23e80b09e4a..d30cf0ac998de59257841ea7bd08f6ab5e4b24b0 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/User/CoverPhoto/Upload
+ * @woltlabExcludeBundle all
  */
 
 import * as Core from "../../../Core";
index d84508368a4605bccc9974fb9e55496c2a8e1898..11ad2db8d67ca8c4cb4ac772b404ff01666f986f 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/User/Editor
+ * @woltlabExcludeBundle all
  */
 
 import * as Ajax from "../../Ajax";
index 4903116f80e6d6ae1830c77c0f4af6e0522f1f75..e73aa07d66bd8d09dc86fc763460f9dd633f7e36 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2019 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/User/Ignore
+ * @woltlabExcludeBundle tiny
  */
 
 import DomChangeListener from "../../Dom/Change/Listener";
index 23a35c3d0199101460f85027419ddd61927b872b..37eab363cfd840fa0419bb9df650b3c4cde6547a 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2021 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/User/Ignore/List
+ * @woltlabExcludeBundle all
  */
 
 import FormBuilderDialog from "../../../Form/Builder/Dialog";
index 44ed557771361fab6d5a5d60fdf5f9b512d7dd12..3d0331f4ccda7d7467d4c533bb22afca0f805dcb 100644 (file)
@@ -6,6 +6,7 @@
  * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module     WoltLabSuite/Core/Ui/User/PasswordStrength
+ * @woltlabExcludeBundle tiny
  */
 
 import * as Language from "../../Language";
index e41aeb2e8d4a022c8bf32d78cc1b54eff712f6e6..d57ff157cfdbfb951caf6e76a2316e9b9367a431 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle tiny
+ */
+
 import * as Core from "../../../../../Core";
 import * as Language from "../../../../../Language";
 import { AjaxCallbackSetup, ResponseData } from "../../../../../Ajax/Data";
index 5e89335cf2e2138624daeb7b2d1b9279cb3bca8b..8d14479e6d10e2a1e41f71dbcea7309416069405 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle tiny
+ */
+
 import * as Core from "../../../../../Core";
 import * as Language from "../../../../../Language";
 import * as UiNotification from "../../../../Notification";
index dc05dfd2fedba812bc6ea80e6c5746bef78a8b69..29283c326100102b20987862ec846323ba7c37d8 100644 (file)
@@ -5,6 +5,7 @@
  * @copyright  2001-2020 WoltLab GmbH
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Ui/User/Session/Delete
+ * @woltlabExcludeBundle all
  */
 
 import * as Ajax from "../../../Ajax";
index b7b6cd321479c115c05612ae92a3ac5d441bf737..f9b23ae3d83c6a6b349fde21369b1d4d19df1da5 100644 (file)
@@ -6,6 +6,7 @@
  * @license  GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  Upload (alias)
  * @module  WoltLabSuite/Core/Upload
+ * @woltlabExcludeBundle tiny
  */
 
 import { RequestOptions, ResponseData } from "./Ajax/Data";