Exclude modules that only contain TypeScript types and interfaces
authorAlexander Ebert <ebert@woltlab.com>
Thu, 27 Jan 2022 18:21:01 +0000 (19:21 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 27 Jan 2022 18:21:01 +0000 (19:21 +0100)
22 files changed:
ts/WoltLabSuite/Core/Ajax/Data.ts
ts/WoltLabSuite/Core/Controller/Clipboard/Data.ts
ts/WoltLabSuite/Core/Form/Builder/Data.ts
ts/WoltLabSuite/Core/Media/Data.ts
ts/WoltLabSuite/Core/Ui/Dropdown/Data.ts
ts/WoltLabSuite/Core/Ui/File/Data.ts
ts/WoltLabSuite/Core/Ui/Message/InlineEditor/Data.ts
ts/WoltLabSuite/Core/Ui/Object/Data.ts
ts/WoltLabSuite/Core/Ui/Reaction/Data.ts
ts/WoltLabSuite/Core/Ui/Search/Data.ts
ts/WoltLabSuite/Core/Upload/Data.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Data.js
wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Clipboard/Data.js
wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Data.js
wcfsetup/install/files/js/WoltLabSuite/Core/Media/Data.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Data.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/File/Data.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/InlineEditor/Data.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Object/Data.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Data.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Search/Data.js
wcfsetup/install/files/js/WoltLabSuite/Core/Upload/Data.js

index c46fa2a4d3d2aab2bfc16a55255b1a6e62f9d96b..5e664a0c58dd349169aead3bb0722e00f3eb8408 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 export interface RequestPayload {
   [key: string]: any;
 }
index 3964b2cabe07f116caf1a6b9e33785509eda10cc..db7664c07b4e13673642a6c7572fe2a6d9d9d9a4 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 import { DatabaseObjectActionResponse } from "../../Ajax/Data";
 
 export interface ClipboardOptions {
index b87b1c5ba091b9f247a272bac6d112f6fdead65b..f7b6990e2b360e242e507dcd9100a5728079bb2d 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 import { DialogOptions } from "../../Ui/Dialog/Data";
 import { DatabaseObjectActionResponse } from "../../Ajax/Data";
 
index 52e346fdf2658778e82ce79686556972786b31f5..67e606609857fc29de099e749eaacc3457b0f7f4 100644 (file)
@@ -3,6 +3,7 @@
  * @copyright 2001-2021 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/Data
+ * @woltlabExcludeBundle all
  */
 
 import MediaUpload from "./Upload";
index bd494c28f550e32adaacc07dfc0a589cec4b0bd8..14e9f6e1ac794c357d37cceef2ad2780cc01bfa4 100644 (file)
@@ -1,2 +1,6 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 export type NotificationAction = "close" | "open";
 export type NotificationCallback = (containerId: string, action: NotificationAction) => void;
index c13af337359dccbe6ea890b2f4ca5c7c2fb2f370..5ad0f81bde13c3d44dcfc8e119fc5634bcc7d4fc 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 // This helper interface exists to prevent a circular dependency
 // between `./Delete` and `./Upload`
 
index ac5ff3315e5905c9a757931bef8f4c3a49a08b45..e64eab0809f8adad650d376c30257ea4c09a7f59 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 import { ResponseData } from "../../../Ajax/Data";
 
 export interface MessageInlineEditorOptions {
index 5070670731710c1447233023d1d17431c33474ef..78d6e6683505065e5547539459289c9ffc7f36db 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 import { DatabaseObjectActionResponse } from "../../Ajax/Data";
 import { ClipboardActionData } from "../../Controller/Clipboard/Data";
 
index f27516c7e2c004c8b336c9b29f2996754b5c2a9a..ec1fa5cdc6d335f07ec994c787cd3dd5a5ccd193 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 export interface Reaction {
   title: string;
   renderedIcon: string;
index dc0d30933326045c76e7bd5895b8bead67dc1c59..11f0890e50a0471941691916345d9bb920326819 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 import { DatabaseObjectActionPayload } from "../../Ajax/Data";
 
 export type CallbackDropdownInit = (list: HTMLUListElement) => void;
index 7a641a64fb34eb8385ab796bebc9d7137dc78c3a..a9da20c5b472219f809ea9c8ffb289cd1cbba6fa 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * @woltlabExcludeBundle all
+ */
+
 export interface UploadOptions {
   // name of the PHP action
   action: string;
index 2ae92b6a8b5db3c75f02775e473eca4300b025f8..2304a3c891f641538a9b5f7477457e0c334f8815 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports"], function (require, exports) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
index 2ae92b6a8b5db3c75f02775e473eca4300b025f8..2304a3c891f641538a9b5f7477457e0c334f8815 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports"], function (require, exports) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
index 2ae92b6a8b5db3c75f02775e473eca4300b025f8..2304a3c891f641538a9b5f7477457e0c334f8815 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports"], function (require, exports) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
index b868c617d10c1e8be666e7fd2f27b9b8377e30b3..15af922c24d17922975a3e3fcb12ae69b8236d4e 100644 (file)
@@ -3,6 +3,7 @@
  * @copyright 2001-2021 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module  WoltLabSuite/Core/Media/Data
+ * @woltlabExcludeBundle all
  */
 define(["require", "exports"], function (require, exports) {
     "use strict";
index 2ae92b6a8b5db3c75f02775e473eca4300b025f8..2304a3c891f641538a9b5f7477457e0c334f8815 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports"], function (require, exports) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
index e00a67fe65a4c4874e1224211e2a18a99bfef831..2304a3c891f641538a9b5f7477457e0c334f8815 100644 (file)
@@ -1,5 +1,6 @@
-// This helper interface exists to prevent a circular dependency
-// between `./Delete` and `./Upload`
+/**
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports"], function (require, exports) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
index 2ae92b6a8b5db3c75f02775e473eca4300b025f8..2304a3c891f641538a9b5f7477457e0c334f8815 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports"], function (require, exports) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
index 2ae92b6a8b5db3c75f02775e473eca4300b025f8..2304a3c891f641538a9b5f7477457e0c334f8815 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports"], function (require, exports) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
index 2ae92b6a8b5db3c75f02775e473eca4300b025f8..2304a3c891f641538a9b5f7477457e0c334f8815 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports"], function (require, exports) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
index 2ae92b6a8b5db3c75f02775e473eca4300b025f8..2304a3c891f641538a9b5f7477457e0c334f8815 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports"], function (require, exports) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
index 2ae92b6a8b5db3c75f02775e473eca4300b025f8..2304a3c891f641538a9b5f7477457e0c334f8815 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports"], function (require, exports) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });