From 7aa24f588931116fcacb666f64cbcb40f4a2d379 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= <duesterhus@woltlab.com> Date: Thu, 9 Feb 2023 15:48:40 +0100 Subject: [PATCH] Drop `@module` tag in *.ts see WoltLab/WCF@92208efe3b4bb37edbff11ef53172c3e604b8f52 --- files/js/WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead.js | 1 - files/js/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.js | 1 - files/js/WoltLabSuite/Core/Conversation/Ui/Message/Quote.js | 1 - .../Core/Conversation/Ui/Object/Action/RemoveParticipant.js | 1 - files/js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js | 1 - .../Core/Conversation/Ui/User/Menu/Data/Conversation.js | 1 - ts/WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead.ts | 1 - ts/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.ts | 1 - ts/WoltLabSuite/Core/Conversation/Ui/Message/Quote.ts | 1 - .../Core/Conversation/Ui/Object/Action/RemoveParticipant.ts | 1 - ts/WoltLabSuite/Core/Conversation/Ui/Participant/Add.ts | 1 - ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.ts | 1 - .../Core/Conversation/Ui/User/Menu/Data/Conversation.ts | 1 - 13 files changed, 13 deletions(-) diff --git a/files/js/WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead.js b/files/js/WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead.js index 4cec716..774fd63 100644 --- a/files/js/WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead.js +++ b/files/js/WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead.js @@ -4,7 +4,6 @@ * @author Marcel Werk * @copyright 2001-2022 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Conversation/Ui/MarkAllAsRead * @since 6.0 */ define(["require", "exports", "tslib", "WoltLabSuite/Core/Ajax", "WoltLabSuite/Core/Ui/Notification"], function (require, exports, tslib_1, Ajax_1, UiNotification) { diff --git a/files/js/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.js b/files/js/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.js index 95ccbd1..788357d 100644 --- a/files/js/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.js +++ b/files/js/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.js @@ -4,7 +4,6 @@ * @author Marcel Werk * @copyright 2001-2022 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Conversation/Ui/MarkAsRead * @since 6.0 */ define(["require", "exports", "WoltLabSuite/Core/Ajax"], function (require, exports, Ajax_1) { diff --git a/files/js/WoltLabSuite/Core/Conversation/Ui/Message/Quote.js b/files/js/WoltLabSuite/Core/Conversation/Ui/Message/Quote.js index 3139f42..1a5253d 100644 --- a/files/js/WoltLabSuite/Core/Conversation/Ui/Message/Quote.js +++ b/files/js/WoltLabSuite/Core/Conversation/Ui/Message/Quote.js @@ -4,7 +4,6 @@ * @author Matthias Schmidt * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Core/Conversation/Ui/Message/Quote * @woltlabExcludeBundle tiny */ define(["require", "exports", "WoltLabSuite/Core/Ui/Message/Quote"], function (require, exports, Quote_1) { diff --git a/files/js/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.js b/files/js/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.js index 327266d..5c8b18f 100644 --- a/files/js/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.js +++ b/files/js/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.js @@ -4,7 +4,6 @@ * @author Matthias Schmidt * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant */ define(["require", "exports", "tslib", "WoltLabSuite/Core/Ui/Object/Action/Handler"], function (require, exports, tslib_1, Handler_1) { "use strict"; diff --git a/files/js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js b/files/js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js index 390ba9f..7563041 100644 --- a/files/js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js +++ b/files/js/WoltLabSuite/Core/Conversation/Ui/Participant/Add.js @@ -4,7 +4,6 @@ * @author Alexander Ebert * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Core/Conversation/Ui/Participant/Add */ define(["require", "exports", "tslib", "WoltLabSuite/Core/Ajax", "WoltLabSuite/Core/Dom/Util", "WoltLabSuite/Core/Ui/Dialog", "WoltLabSuite/Core/Ui/Notification", "WoltLabSuite/Core/Ui/ItemList/User", "WoltLabSuite/Core/Language"], function (require, exports, tslib_1, Ajax, Util_1, Dialog_1, UiNotification, UiItemListUser, Language) { "use strict"; diff --git a/files/js/WoltLabSuite/Core/Conversation/Ui/User/Menu/Data/Conversation.js b/files/js/WoltLabSuite/Core/Conversation/Ui/User/Menu/Data/Conversation.js index e0e5f3c..08a604b 100644 --- a/files/js/WoltLabSuite/Core/Conversation/Ui/User/Menu/Data/Conversation.js +++ b/files/js/WoltLabSuite/Core/Conversation/Ui/User/Menu/Data/Conversation.js @@ -4,7 +4,6 @@ * @author Alexander Ebert * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Core/Ui/User/Menu/Data/Notification * @woltlabExcludeBundle tiny */ define(["require", "exports", "tslib", "WoltLabSuite/Core/Ajax", "WoltLabSuite/Core/Ui/User/Menu/View", "WoltLabSuite/Core/Ui/User/Menu/Manager"], function (require, exports, tslib_1, Ajax_1, View_1, Manager_1) { diff --git a/ts/WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead.ts b/ts/WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead.ts index 0a85d1e..52d3fac 100644 --- a/ts/WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead.ts +++ b/ts/WoltLabSuite/Core/Conversation/Ui/MarkAllAsRead.ts @@ -4,7 +4,6 @@ * @author Marcel Werk * @copyright 2001-2022 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Conversation/Ui/MarkAllAsRead * @since 6.0 */ diff --git a/ts/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.ts b/ts/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.ts index 3488f43..8bc6e3d 100644 --- a/ts/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.ts +++ b/ts/WoltLabSuite/Core/Conversation/Ui/MarkAsRead.ts @@ -4,7 +4,6 @@ * @author Marcel Werk * @copyright 2001-2022 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Conversation/Ui/MarkAsRead * @since 6.0 */ diff --git a/ts/WoltLabSuite/Core/Conversation/Ui/Message/Quote.ts b/ts/WoltLabSuite/Core/Conversation/Ui/Message/Quote.ts index 740f026..8f00c72 100644 --- a/ts/WoltLabSuite/Core/Conversation/Ui/Message/Quote.ts +++ b/ts/WoltLabSuite/Core/Conversation/Ui/Message/Quote.ts @@ -4,7 +4,6 @@ * @author Matthias Schmidt * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Core/Conversation/Ui/Message/Quote * @woltlabExcludeBundle tiny */ diff --git a/ts/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.ts b/ts/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.ts index 58368f6..6330cb8 100644 --- a/ts/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.ts +++ b/ts/WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant.ts @@ -4,7 +4,6 @@ * @author Matthias Schmidt * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Core/Conversation/Ui/Object/Action/RemoveParticipant */ import UiObjectActionHandler from "WoltLabSuite/Core/Ui/Object/Action/Handler"; diff --git a/ts/WoltLabSuite/Core/Conversation/Ui/Participant/Add.ts b/ts/WoltLabSuite/Core/Conversation/Ui/Participant/Add.ts index 4798148..8db7e13 100644 --- a/ts/WoltLabSuite/Core/Conversation/Ui/Participant/Add.ts +++ b/ts/WoltLabSuite/Core/Conversation/Ui/Participant/Add.ts @@ -4,7 +4,6 @@ * @author Alexander Ebert * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Core/Conversation/Ui/Participant/Add */ import * as Ajax from "WoltLabSuite/Core/Ajax"; diff --git a/ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.ts b/ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.ts index c1c69fe..97c5558 100644 --- a/ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.ts +++ b/ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.ts @@ -4,7 +4,6 @@ * @author Alexander Ebert * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Core/Conversation/Ui/Subject/Editor */ import { DialogCallbackObject } from "WoltLabSuite/Core/Ui/Dialog/Data"; import UiDialog from "WoltLabSuite/Core/Ui/Dialog"; diff --git a/ts/WoltLabSuite/Core/Conversation/Ui/User/Menu/Data/Conversation.ts b/ts/WoltLabSuite/Core/Conversation/Ui/User/Menu/Data/Conversation.ts index 46081c8..6c2b7de 100644 --- a/ts/WoltLabSuite/Core/Conversation/Ui/User/Menu/Data/Conversation.ts +++ b/ts/WoltLabSuite/Core/Conversation/Ui/User/Menu/Data/Conversation.ts @@ -4,7 +4,6 @@ * @author Alexander Ebert * @copyright 2001-2021 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> - * @module WoltLabSuite/Core/Ui/User/Menu/Data/Notification * @woltlabExcludeBundle tiny */ -- 2.20.1