From: Alexander Ebert Date: Wed, 19 May 2021 14:00:43 +0000 (+0200) Subject: Exclude modules from (some) builds X-Git-Tag: 5.4.0_Alpha_3~6^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=93c0845aee4f9121a2545ad2234cc398c43ce8c0;p=GitHub%2FWoltLab%2FWCF.git Exclude modules from (some) builds --- diff --git a/ts/WoltLabSuite/Core/Ajax/Jsonp.ts b/ts/WoltLabSuite/Core/Ajax/Jsonp.ts index 9bbf7ce4f9..4d875f5f88 100644 --- a/ts/WoltLabSuite/Core/Ajax/Jsonp.ts +++ b/ts/WoltLabSuite/Core/Ajax/Jsonp.ts @@ -6,6 +6,7 @@ * @license GNU Lesser General Public License * @module AjaxJsonp (alias) * @module WoltLabSuite/Core/Ajax/Jsonp + * @woltlabExcludeBundle all */ import * as Core from "../Core"; diff --git a/ts/WoltLabSuite/Core/Controller/Clipboard.ts b/ts/WoltLabSuite/Core/Controller/Clipboard.ts index 41c73fd20d..a25e2a8155 100644 --- a/ts/WoltLabSuite/Core/Controller/Clipboard.ts +++ b/ts/WoltLabSuite/Core/Controller/Clipboard.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Controller/Clipboard + * @woltlabExcludeBundle tiny */ import * as Ajax from "../Ajax"; diff --git a/ts/WoltLabSuite/Core/Controller/Condition/Page/Dependence.ts b/ts/WoltLabSuite/Core/Controller/Condition/Page/Dependence.ts index 24fdde38ee..95fba0ae71 100644 --- a/ts/WoltLabSuite/Core/Controller/Condition/Page/Dependence.ts +++ b/ts/WoltLabSuite/Core/Controller/Condition/Page/Dependence.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Controller/Condition/Page/Dependence + * @woltlabExcludeBundle all */ import DomUtil from "../../../Dom/Util"; diff --git a/ts/WoltLabSuite/Core/Controller/Map/Route/Planner.ts b/ts/WoltLabSuite/Core/Controller/Map/Route/Planner.ts index 6630979bdd..73efd4e40c 100644 --- a/ts/WoltLabSuite/Core/Controller/Map/Route/Planner.ts +++ b/ts/WoltLabSuite/Core/Controller/Map/Route/Planner.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Controller/Map/Route/Planner + * @woltlabExcludeBundle all */ import * as AjaxStatus from "../../../Ajax/Status"; diff --git a/ts/WoltLabSuite/Core/Controller/Media/List.ts b/ts/WoltLabSuite/Core/Controller/Media/List.ts index b64cd58462..bf207a03d4 100644 --- a/ts/WoltLabSuite/Core/Controller/Media/List.ts +++ b/ts/WoltLabSuite/Core/Controller/Media/List.ts @@ -5,6 +5,7 @@ * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Controller/Media/List + * @woltlabExcludeBundle all */ import MediaListUpload from "../../Media/List/Upload"; diff --git a/ts/WoltLabSuite/Core/Controller/Notice/Dismiss.ts b/ts/WoltLabSuite/Core/Controller/Notice/Dismiss.ts index 3e9244eeef..c9e429a8fb 100644 --- a/ts/WoltLabSuite/Core/Controller/Notice/Dismiss.ts +++ b/ts/WoltLabSuite/Core/Controller/Notice/Dismiss.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Controller/Notice/Dismiss + * @woltlabExcludeBundle tiny */ import * as Ajax from "../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Controller/User/Notification/Settings.ts b/ts/WoltLabSuite/Core/Controller/User/Notification/Settings.ts index 8dd6a3fc84..0867f88643 100644 --- a/ts/WoltLabSuite/Core/Controller/User/Notification/Settings.ts +++ b/ts/WoltLabSuite/Core/Controller/User/Notification/Settings.ts @@ -5,6 +5,7 @@ * @copyright 2001-2020 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Controller/User/Notification/Settings + * @woltlabExcludeBundle tiny */ import * as Language from "../../../Language"; diff --git a/ts/WoltLabSuite/Core/Date/Picker.ts b/ts/WoltLabSuite/Core/Date/Picker.ts index 0d7384b448..3b0d500dbd 100644 --- a/ts/WoltLabSuite/Core/Date/Picker.ts +++ b/ts/WoltLabSuite/Core/Date/Picker.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Date/Picker + * @woltlabExcludeBundle all */ import * as Core from "../Core"; diff --git a/ts/WoltLabSuite/Core/Devtools.ts b/ts/WoltLabSuite/Core/Devtools.ts index 5054807d60..3566eabd0e 100644 --- a/ts/WoltLabSuite/Core/Devtools.ts +++ b/ts/WoltLabSuite/Core/Devtools.ts @@ -6,6 +6,7 @@ * @license GNU Lesser General Public License * @module Devtools (alias) * @module WoltLabSuite/Core/Devtools + * @woltlabExcludeBundle all */ let _settings = { diff --git a/ts/WoltLabSuite/Core/Image/ExifUtil.ts b/ts/WoltLabSuite/Core/Image/ExifUtil.ts index 867ff172e2..e8d024a74a 100644 --- a/ts/WoltLabSuite/Core/Image/ExifUtil.ts +++ b/ts/WoltLabSuite/Core/Image/ExifUtil.ts @@ -5,6 +5,7 @@ * @copyright 2001-2020 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Image/ExifUtil + * @woltlabExcludeBundle tiny */ enum Tag { diff --git a/ts/WoltLabSuite/Core/Image/ImageUtil.ts b/ts/WoltLabSuite/Core/Image/ImageUtil.ts index 5d0909000d..0399eee365 100644 --- a/ts/WoltLabSuite/Core/Image/ImageUtil.ts +++ b/ts/WoltLabSuite/Core/Image/ImageUtil.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Image/ImageUtil + * @woltlabExcludeBundle tiny */ /** diff --git a/ts/WoltLabSuite/Core/Image/Resizer.ts b/ts/WoltLabSuite/Core/Image/Resizer.ts index 2ce812b5d2..206134d4bf 100644 --- a/ts/WoltLabSuite/Core/Image/Resizer.ts +++ b/ts/WoltLabSuite/Core/Image/Resizer.ts @@ -5,6 +5,7 @@ * @copyright 2001-2020 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Image/Resizer + * @woltlabExcludeBundle tiny */ import * as Core from "../Core"; diff --git a/ts/WoltLabSuite/Core/Media/Clipboard.ts b/ts/WoltLabSuite/Core/Media/Clipboard.ts index 7286e28066..bef7eb617b 100644 --- a/ts/WoltLabSuite/Core/Media/Clipboard.ts +++ b/ts/WoltLabSuite/Core/Media/Clipboard.ts @@ -5,6 +5,7 @@ * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Media/Clipboard + * @woltlabExcludeBundle tiny */ import MediaManager from "./Manager/Base"; diff --git a/ts/WoltLabSuite/Core/Media/Editor.ts b/ts/WoltLabSuite/Core/Media/Editor.ts index ba5c2d8f0b..bb685549ef 100644 --- a/ts/WoltLabSuite/Core/Media/Editor.ts +++ b/ts/WoltLabSuite/Core/Media/Editor.ts @@ -5,6 +5,7 @@ * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Media/Editor + * @woltlabExcludeBundle tiny */ import * as Core from "../Core"; diff --git a/ts/WoltLabSuite/Core/Media/List/Upload.ts b/ts/WoltLabSuite/Core/Media/List/Upload.ts index 7ac7a9878b..46a45c28e0 100644 --- a/ts/WoltLabSuite/Core/Media/List/Upload.ts +++ b/ts/WoltLabSuite/Core/Media/List/Upload.ts @@ -5,6 +5,7 @@ * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Media/List/Upload + * @woltlabExcludeBundle tiny */ import MediaUpload from "../Upload"; diff --git a/ts/WoltLabSuite/Core/Media/Manager/Base.ts b/ts/WoltLabSuite/Core/Media/Manager/Base.ts index 929d2b2044..6bef72420e 100644 --- a/ts/WoltLabSuite/Core/Media/Manager/Base.ts +++ b/ts/WoltLabSuite/Core/Media/Manager/Base.ts @@ -5,6 +5,7 @@ * @copyright 2001-2020 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Media/Manager/Base + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Media/Manager/Editor.ts b/ts/WoltLabSuite/Core/Media/Manager/Editor.ts index 7fcbfc7004..e38c4c3975 100644 --- a/ts/WoltLabSuite/Core/Media/Manager/Editor.ts +++ b/ts/WoltLabSuite/Core/Media/Manager/Editor.ts @@ -5,6 +5,7 @@ * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Media/Manager/Editor + * @woltlabExcludeBundle tiny */ import MediaManager from "./Base"; diff --git a/ts/WoltLabSuite/Core/Media/Manager/Search.ts b/ts/WoltLabSuite/Core/Media/Manager/Search.ts index 00fce33f46..251745058a 100644 --- a/ts/WoltLabSuite/Core/Media/Manager/Search.ts +++ b/ts/WoltLabSuite/Core/Media/Manager/Search.ts @@ -5,6 +5,7 @@ * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Media/Manager/Search + * @woltlabExcludeBundle tiny */ import MediaManager from "./Base"; diff --git a/ts/WoltLabSuite/Core/Media/Manager/Select.ts b/ts/WoltLabSuite/Core/Media/Manager/Select.ts index 31a833284e..dd3b5c8c18 100644 --- a/ts/WoltLabSuite/Core/Media/Manager/Select.ts +++ b/ts/WoltLabSuite/Core/Media/Manager/Select.ts @@ -5,6 +5,7 @@ * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Media/Manager/Select + * @woltlabExcludeBundle tiny */ import MediaManager from "./Base"; diff --git a/ts/WoltLabSuite/Core/Media/Replace.ts b/ts/WoltLabSuite/Core/Media/Replace.ts index 17ad8fcf4c..92b01bc0b8 100644 --- a/ts/WoltLabSuite/Core/Media/Replace.ts +++ b/ts/WoltLabSuite/Core/Media/Replace.ts @@ -6,6 +6,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Media/Replace * @since 5.3 + * @woltlabExcludeBundle tiny */ import * as Core from "../Core"; diff --git a/ts/WoltLabSuite/Core/Media/Upload.ts b/ts/WoltLabSuite/Core/Media/Upload.ts index bc90b9ef78..5653530e1f 100644 --- a/ts/WoltLabSuite/Core/Media/Upload.ts +++ b/ts/WoltLabSuite/Core/Media/Upload.ts @@ -5,6 +5,7 @@ * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Media/Upload + * @woltlabExcludeBundle tiny */ import Upload from "../Upload"; diff --git a/ts/WoltLabSuite/Core/Notification/Handler.ts b/ts/WoltLabSuite/Core/Notification/Handler.ts index 7f738b0acf..64d2fda2c1 100644 --- a/ts/WoltLabSuite/Core/Notification/Handler.ts +++ b/ts/WoltLabSuite/Core/Notification/Handler.ts @@ -6,6 +6,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Notification/Handler + * @woltlabExcludeBundle tiny */ import * as Ajax from "../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/Acl/Simple.ts b/ts/WoltLabSuite/Core/Ui/Acl/Simple.ts index 76db762ff5..257b6e3d51 100644 --- a/ts/WoltLabSuite/Core/Ui/Acl/Simple.ts +++ b/ts/WoltLabSuite/Core/Ui/Acl/Simple.ts @@ -1,3 +1,7 @@ +/** + * @woltlabExcludeBundle all + */ + import * as Core from "../../Core"; import * as Language from "../../Language"; import * as StringUtil from "../../StringUtil"; diff --git a/ts/WoltLabSuite/Core/Ui/Article/MarkAllAsRead.ts b/ts/WoltLabSuite/Core/Ui/Article/MarkAllAsRead.ts index 4a7c8add70..029145daaa 100644 --- a/ts/WoltLabSuite/Core/Ui/Article/MarkAllAsRead.ts +++ b/ts/WoltLabSuite/Core/Ui/Article/MarkAllAsRead.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Article/MarkAllAsRead + * @woltlabExcludeBundle tiny */ import * as Ajax from "../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/Article/Search.ts b/ts/WoltLabSuite/Core/Ui/Article/Search.ts index 6fca7bb094..f31a135152 100644 --- a/ts/WoltLabSuite/Core/Ui/Article/Search.ts +++ b/ts/WoltLabSuite/Core/Ui/Article/Search.ts @@ -1,3 +1,7 @@ +/** + * @woltlabExcludeBundle all + */ + import * as Ajax from "../../Ajax"; import { AjaxCallbackObject, AjaxCallbackSetup, DatabaseObjectActionResponse } from "../../Ajax/Data"; import { DialogCallbackObject, DialogCallbackSetup } from "../Dialog/Data"; diff --git a/ts/WoltLabSuite/Core/Ui/Color/Picker.ts b/ts/WoltLabSuite/Core/Ui/Color/Picker.ts index 53ebccc063..6797ad5f80 100644 --- a/ts/WoltLabSuite/Core/Ui/Color/Picker.ts +++ b/ts/WoltLabSuite/Core/Ui/Color/Picker.ts @@ -6,6 +6,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Color/Picker + * @woltlabExcludeBundle all */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Comment/Add.ts b/ts/WoltLabSuite/Core/Ui/Comment/Add.ts index aee0293b0d..67c1049566 100644 --- a/ts/WoltLabSuite/Core/Ui/Comment/Add.ts +++ b/ts/WoltLabSuite/Core/Ui/Comment/Add.ts @@ -9,6 +9,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Comment/Add + * @woltlabExcludeBundle tiny */ import * as Ajax from "../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/Comment/Edit.ts b/ts/WoltLabSuite/Core/Ui/Comment/Edit.ts index 4646f8aad7..c4ec8d0638 100644 --- a/ts/WoltLabSuite/Core/Ui/Comment/Edit.ts +++ b/ts/WoltLabSuite/Core/Ui/Comment/Edit.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Comment/Edit + * @woltlabExcludeBundle tiny */ import * as Ajax from "../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/Comment/Response/Add.ts b/ts/WoltLabSuite/Core/Ui/Comment/Response/Add.ts index 31791cabb1..ebb7361c3c 100644 --- a/ts/WoltLabSuite/Core/Ui/Comment/Response/Add.ts +++ b/ts/WoltLabSuite/Core/Ui/Comment/Response/Add.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Comment/Add + * @woltlabExcludeBundle tiny */ import { AjaxCallbackSetup } from "../../../Ajax/Data"; diff --git a/ts/WoltLabSuite/Core/Ui/Comment/Response/Edit.ts b/ts/WoltLabSuite/Core/Ui/Comment/Response/Edit.ts index 95d5b3768f..cc18eefeee 100644 --- a/ts/WoltLabSuite/Core/Ui/Comment/Response/Edit.ts +++ b/ts/WoltLabSuite/Core/Ui/Comment/Response/Edit.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Comment/Response/Edit + * @woltlabExcludeBundle tiny */ import * as Ajax from "../../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/DragAndDrop.ts b/ts/WoltLabSuite/Core/Ui/DragAndDrop.ts index e3f2e586ee..79480fa5b6 100644 --- a/ts/WoltLabSuite/Core/Ui/DragAndDrop.ts +++ b/ts/WoltLabSuite/Core/Ui/DragAndDrop.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/DragAndDrop + * @woltlabExcludeBundle tiny */ import * as Core from "../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/File/Delete.ts b/ts/WoltLabSuite/Core/Ui/File/Delete.ts index e973743f91..73789e400d 100644 --- a/ts/WoltLabSuite/Core/Ui/File/Delete.ts +++ b/ts/WoltLabSuite/Core/Ui/File/Delete.ts @@ -6,6 +6,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/File/Delete * @since 5.2 + * @woltlabExcludeBundle tiny */ import * as Ajax from "../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/File/Upload.ts b/ts/WoltLabSuite/Core/Ui/File/Upload.ts index 24cb0b17ea..95e1a679a1 100644 --- a/ts/WoltLabSuite/Core/Ui/File/Upload.ts +++ b/ts/WoltLabSuite/Core/Ui/File/Upload.ts @@ -6,6 +6,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/File/Upload * @since 5.2 + * @woltlabExcludeBundle tiny */ import { ResponseData } from "../../Ajax/Data"; diff --git a/ts/WoltLabSuite/Core/Ui/ItemList/Filter.ts b/ts/WoltLabSuite/Core/Ui/ItemList/Filter.ts index 539e5e89f0..e6d9f55369 100644 --- a/ts/WoltLabSuite/Core/Ui/ItemList/Filter.ts +++ b/ts/WoltLabSuite/Core/Ui/ItemList/Filter.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/ItemList/Filter + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/ItemList/LineBreakSeparatedText.ts b/ts/WoltLabSuite/Core/Ui/ItemList/LineBreakSeparatedText.ts index 0c829c1ec8..8a3d90e5bc 100644 --- a/ts/WoltLabSuite/Core/Ui/ItemList/LineBreakSeparatedText.ts +++ b/ts/WoltLabSuite/Core/Ui/ItemList/LineBreakSeparatedText.ts @@ -7,6 +7,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/ItemList/LineBreakSeparatedText * @since 5.4 + * @woltlabExcludeBundle tiny */ import * as UiConfirmation from "../Confirmation"; diff --git a/ts/WoltLabSuite/Core/Ui/Message/InlineEditor.ts b/ts/WoltLabSuite/Core/Ui/Message/InlineEditor.ts index 18b5b50273..79629977fc 100644 --- a/ts/WoltLabSuite/Core/Ui/Message/InlineEditor.ts +++ b/ts/WoltLabSuite/Core/Ui/Message/InlineEditor.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Message/InlineEditor + * @woltlabExcludeBundle tiny */ import * as Ajax from "../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/Message/Manager.ts b/ts/WoltLabSuite/Core/Ui/Message/Manager.ts index 81acdc10d3..415b546062 100644 --- a/ts/WoltLabSuite/Core/Ui/Message/Manager.ts +++ b/ts/WoltLabSuite/Core/Ui/Message/Manager.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Message/Manager + * @woltlabExcludeBundle tiny */ import * as Ajax from "../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/Message/Quote.ts b/ts/WoltLabSuite/Core/Ui/Message/Quote.ts index 9c051e9e3f..3f2dbb23ea 100644 --- a/ts/WoltLabSuite/Core/Ui/Message/Quote.ts +++ b/ts/WoltLabSuite/Core/Ui/Message/Quote.ts @@ -1,3 +1,7 @@ +/** + * @woltlabExcludeBundle tiny + */ + import * as Ajax from "../../Ajax"; import * as Core from "../../Core"; import * as EventHandler from "../../Event/Handler"; diff --git a/ts/WoltLabSuite/Core/Ui/Message/Reply.ts b/ts/WoltLabSuite/Core/Ui/Message/Reply.ts index 79870f6352..4f8ed94003 100644 --- a/ts/WoltLabSuite/Core/Ui/Message/Reply.ts +++ b/ts/WoltLabSuite/Core/Ui/Message/Reply.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Message/Reply + * @woltlabExcludeBundle tiny */ import * as Ajax from "../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/Moderation/Clipboard/AssignUser.ts b/ts/WoltLabSuite/Core/Ui/Moderation/Clipboard/AssignUser.ts index f028510286..8b00d7eb49 100644 --- a/ts/WoltLabSuite/Core/Ui/Moderation/Clipboard/AssignUser.ts +++ b/ts/WoltLabSuite/Core/Ui/Moderation/Clipboard/AssignUser.ts @@ -6,6 +6,7 @@ * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Moderation/Clipboard/AssignUser + * @woltlabExcludeBundle all */ import * as EventHandler from "../../../Event/Handler"; diff --git a/ts/WoltLabSuite/Core/Ui/Page/Search.ts b/ts/WoltLabSuite/Core/Ui/Page/Search.ts index cfc95d69f3..e326d381c2 100644 --- a/ts/WoltLabSuite/Core/Ui/Page/Search.ts +++ b/ts/WoltLabSuite/Core/Ui/Page/Search.ts @@ -1,3 +1,7 @@ +/** + * @woltlabExcludeBundle all + */ + import * as Ajax from "../../Ajax"; import { AjaxCallbackObject, AjaxCallbackSetup, DatabaseObjectActionResponse } from "../../Ajax/Data"; import { DialogCallbackObject, DialogCallbackSetup } from "../Dialog/Data"; diff --git a/ts/WoltLabSuite/Core/Ui/Page/Search/Handler.ts b/ts/WoltLabSuite/Core/Ui/Page/Search/Handler.ts index 063b4a7aed..03d2d33f13 100644 --- a/ts/WoltLabSuite/Core/Ui/Page/Search/Handler.ts +++ b/ts/WoltLabSuite/Core/Ui/Page/Search/Handler.ts @@ -6,6 +6,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Page/Search/Handler + * @woltlabExcludeBundle all */ import * as Language from "../../../Language"; diff --git a/ts/WoltLabSuite/Core/Ui/Page/Search/Input.ts b/ts/WoltLabSuite/Core/Ui/Page/Search/Input.ts index 4d00dcfb6c..86334a5567 100644 --- a/ts/WoltLabSuite/Core/Ui/Page/Search/Input.ts +++ b/ts/WoltLabSuite/Core/Ui/Page/Search/Input.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Page/Search/Input + * @woltlabExcludeBundle all */ import * as Core from "../../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Poll/Editor.ts b/ts/WoltLabSuite/Core/Ui/Poll/Editor.ts index c41251b663..192ea85264 100644 --- a/ts/WoltLabSuite/Core/Ui/Poll/Editor.ts +++ b/ts/WoltLabSuite/Core/Ui/Poll/Editor.ts @@ -5,6 +5,7 @@ * @copyright 2001-2020 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Poll/Editor + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Article.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Article.ts index f245141915..db64d764c9 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Article.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Article.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/Article + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Autosave.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Autosave.ts index 1bb6e3cbcd..1373020b72 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Autosave.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Autosave.ts @@ -6,6 +6,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/Autosave + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Code.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Code.ts index 324531f5d1..867a74d8b4 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Code.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Code.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/Code + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/DragAndDrop.ts b/ts/WoltLabSuite/Core/Ui/Redactor/DragAndDrop.ts index 343b3d7188..cfeef16a82 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/DragAndDrop.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/DragAndDrop.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/DragAndDrop + * @woltlabExcludeBundle tiny */ import * as EventHandler from "../../Event/Handler"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Format.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Format.ts index 7fc54ee450..779126693d 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Format.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Format.ts @@ -7,6 +7,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/Format + * @woltlabExcludeBundle tiny */ import DomUtil from "../../Dom/Util"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Html.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Html.ts index a31d89b2cb..225b7a60ac 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Html.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Html.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/Html + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Link.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Link.ts index 3ca2631b12..79ea1979d2 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Link.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Link.ts @@ -1,3 +1,7 @@ +/** + * @woltlabExcludeBundle tiny + */ + import DomUtil from "../../Dom/Util"; import * as Language from "../../Language"; import UiDialog from "../Dialog"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Mention.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Mention.ts index 371f8b7103..d56fe6b858 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Mention.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Mention.ts @@ -1,3 +1,7 @@ +/** + * @woltlabExcludeBundle tiny + */ + import * as Ajax from "../../Ajax"; import { AjaxCallbackSetup, ResponseData } from "../../Ajax/Data"; import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Metacode.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Metacode.ts index 94d30bb0b9..f4f5aafbe0 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Metacode.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Metacode.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/Metacode + * @woltlabExcludeBundle tiny */ import * as EventHandler from "../../Event/Handler"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Page.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Page.ts index 8a8c5be374..54152f856b 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Page.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Page.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/Page + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/PseudoHeader.ts b/ts/WoltLabSuite/Core/Ui/Redactor/PseudoHeader.ts index b6d7023d7a..e263f9416c 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/PseudoHeader.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/PseudoHeader.ts @@ -6,6 +6,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/PseudoHeader + * @woltlabExcludeBundle tiny */ /** diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Quote.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Quote.ts index 78090e7af4..7e73f68d05 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Quote.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Quote.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/Quote + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Spoiler.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Spoiler.ts index f6e760cbcd..f452a862be 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Spoiler.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Spoiler.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Redactor/Spoiler + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Redactor/Table.ts b/ts/WoltLabSuite/Core/Ui/Redactor/Table.ts index 5089a83ab2..1a3db5df9d 100644 --- a/ts/WoltLabSuite/Core/Ui/Redactor/Table.ts +++ b/ts/WoltLabSuite/Core/Ui/Redactor/Table.ts @@ -1,3 +1,7 @@ +/** + * @woltlabExcludeBundle tiny + */ + import * as Language from "../../Language"; import UiDialog from "../Dialog"; import { DialogCallbackObject, DialogCallbackSetup } from "../Dialog/Data"; diff --git a/ts/WoltLabSuite/Core/Ui/Smiley/Insert.ts b/ts/WoltLabSuite/Core/Ui/Smiley/Insert.ts index d088bd23d0..32ff6cead4 100644 --- a/ts/WoltLabSuite/Core/Ui/Smiley/Insert.ts +++ b/ts/WoltLabSuite/Core/Ui/Smiley/Insert.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Smiley/Insert + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Sortable/List.ts b/ts/WoltLabSuite/Core/Ui/Sortable/List.ts index 974240960f..5916a72486 100644 --- a/ts/WoltLabSuite/Core/Ui/Sortable/List.ts +++ b/ts/WoltLabSuite/Core/Ui/Sortable/List.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Sortable/List + * @woltlabExcludeBundle tiny */ import * as Core from "../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/Style/FontAwesome.ts b/ts/WoltLabSuite/Core/Ui/Style/FontAwesome.ts index 39b0aec32e..ee61c2415b 100644 --- a/ts/WoltLabSuite/Core/Ui/Style/FontAwesome.ts +++ b/ts/WoltLabSuite/Core/Ui/Style/FontAwesome.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Style/FontAwesome + * @woltlabExcludeBundle tiny */ import { DialogCallbackObject, DialogCallbackSetup } from "../Dialog/Data"; diff --git a/ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Delete.ts b/ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Delete.ts index d3bd4b5260..e3a44ba0ef 100644 --- a/ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Delete.ts +++ b/ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Delete.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/User/CoverPhoto/Delete + * @woltlabExcludeBundle all */ import * as Ajax from "../../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Upload.ts b/ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Upload.ts index af4319efb5..d30cf0ac99 100644 --- a/ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Upload.ts +++ b/ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Upload.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/User/CoverPhoto/Upload + * @woltlabExcludeBundle all */ import * as Core from "../../../Core"; diff --git a/ts/WoltLabSuite/Core/Ui/User/Editor.ts b/ts/WoltLabSuite/Core/Ui/User/Editor.ts index d84508368a..11ad2db8d6 100644 --- a/ts/WoltLabSuite/Core/Ui/User/Editor.ts +++ b/ts/WoltLabSuite/Core/Ui/User/Editor.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/User/Editor + * @woltlabExcludeBundle all */ import * as Ajax from "../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Ui/User/Ignore.ts b/ts/WoltLabSuite/Core/Ui/User/Ignore.ts index 4903116f80..e73aa07d66 100644 --- a/ts/WoltLabSuite/Core/Ui/User/Ignore.ts +++ b/ts/WoltLabSuite/Core/Ui/User/Ignore.ts @@ -5,6 +5,7 @@ * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/User/Ignore + * @woltlabExcludeBundle tiny */ import DomChangeListener from "../../Dom/Change/Listener"; diff --git a/ts/WoltLabSuite/Core/Ui/User/Ignore/List.ts b/ts/WoltLabSuite/Core/Ui/User/Ignore/List.ts index 23a35c3d01..37eab363cf 100644 --- a/ts/WoltLabSuite/Core/Ui/User/Ignore/List.ts +++ b/ts/WoltLabSuite/Core/Ui/User/Ignore/List.ts @@ -5,6 +5,7 @@ * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/User/Ignore/List + * @woltlabExcludeBundle all */ import FormBuilderDialog from "../../../Form/Builder/Dialog"; diff --git a/ts/WoltLabSuite/Core/Ui/User/PasswordStrength.ts b/ts/WoltLabSuite/Core/Ui/User/PasswordStrength.ts index 44ed557771..3d0331f4cc 100644 --- a/ts/WoltLabSuite/Core/Ui/User/PasswordStrength.ts +++ b/ts/WoltLabSuite/Core/Ui/User/PasswordStrength.ts @@ -6,6 +6,7 @@ * @copyright 2001-2020 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/User/PasswordStrength + * @woltlabExcludeBundle tiny */ import * as Language from "../../Language"; diff --git a/ts/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Follow.ts b/ts/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Follow.ts index e41aeb2e8d..d57ff157cf 100644 --- a/ts/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Follow.ts +++ b/ts/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Follow.ts @@ -1,3 +1,7 @@ +/** + * @woltlabExcludeBundle tiny + */ + import * as Core from "../../../../../Core"; import * as Language from "../../../../../Language"; import { AjaxCallbackSetup, ResponseData } from "../../../../../Ajax/Data"; diff --git a/ts/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Ignore.ts b/ts/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Ignore.ts index 5e89335cf2..8d14479e6d 100644 --- a/ts/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Ignore.ts +++ b/ts/WoltLabSuite/Core/Ui/User/Profile/Menu/Item/Ignore.ts @@ -1,3 +1,7 @@ +/** + * @woltlabExcludeBundle tiny + */ + import * as Core from "../../../../../Core"; import * as Language from "../../../../../Language"; import * as UiNotification from "../../../../Notification"; diff --git a/ts/WoltLabSuite/Core/Ui/User/Session/Delete.ts b/ts/WoltLabSuite/Core/Ui/User/Session/Delete.ts index dc05dfd2fe..29283c3261 100644 --- a/ts/WoltLabSuite/Core/Ui/User/Session/Delete.ts +++ b/ts/WoltLabSuite/Core/Ui/User/Session/Delete.ts @@ -5,6 +5,7 @@ * @copyright 2001-2020 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/User/Session/Delete + * @woltlabExcludeBundle all */ import * as Ajax from "../../../Ajax"; diff --git a/ts/WoltLabSuite/Core/Upload.ts b/ts/WoltLabSuite/Core/Upload.ts index b7b6cd3214..f9b23ae3d8 100644 --- a/ts/WoltLabSuite/Core/Upload.ts +++ b/ts/WoltLabSuite/Core/Upload.ts @@ -6,6 +6,7 @@ * @license GNU Lesser General Public License * @module Upload (alias) * @module WoltLabSuite/Core/Upload + * @woltlabExcludeBundle tiny */ import { RequestOptions, ResponseData } from "./Ajax/Data";