Rebuilt the compiled JavaScript
authorAlexander Ebert <ebert@woltlab.com>
Thu, 9 Sep 2021 12:19:57 +0000 (14:19 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 9 Sep 2021 12:19:57 +0000 (14:19 +0200)
12 files changed:
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Action/BanAction.js
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Action/DeleteAction.js
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Action/DisableAction.js
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Action/Handler/Ban.js
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Action/Handler/Ban/Dialog.js
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Action/Handler/Delete.js
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Action/Handler/SendNewPassword.js
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Action/SendNewPasswordAction.js
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Action/ToggleConfirmEmailAction.js
wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Editor.js
wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/ValueInterval.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Color/Picker.js

index 47163afb602106dccd96ee152dbcec0ba8d0079a..a10b6a699adeb2b44edeac49bf1c7ad88742736a 100644 (file)
@@ -11,11 +11,11 @@ define(["require", "exports", "tslib", "../../../../Core", "./Abstract", "./Hand
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
     exports.BanAction = void 0;
-    Core = tslib_1.__importStar(Core);
-    Abstract_1 = tslib_1.__importDefault(Abstract_1);
-    Ban_1 = tslib_1.__importDefault(Ban_1);
-    UiNotification = tslib_1.__importStar(UiNotification);
-    EventHandler = tslib_1.__importStar(EventHandler);
+    Core = (0, tslib_1.__importStar)(Core);
+    Abstract_1 = (0, tslib_1.__importDefault)(Abstract_1);
+    Ban_1 = (0, tslib_1.__importDefault)(Ban_1);
+    UiNotification = (0, tslib_1.__importStar)(UiNotification);
+    EventHandler = (0, tslib_1.__importStar)(EventHandler);
     class BanAction extends Abstract_1.default {
         constructor(button, userId, userDataElement) {
             super(button, userId, userDataElement);
index 82e8533ee022f8f9b47508a59e4a155eadc227f1..306b81a103a3f2013ac1585e2cbd0e03e1e0f717 100644 (file)
@@ -11,8 +11,8 @@ define(["require", "exports", "tslib", "./Abstract", "./Handler/Delete"], functi
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
     exports.DeleteAction = void 0;
-    Abstract_1 = tslib_1.__importDefault(Abstract_1);
-    Delete_1 = tslib_1.__importDefault(Delete_1);
+    Abstract_1 = (0, tslib_1.__importDefault)(Abstract_1);
+    Delete_1 = (0, tslib_1.__importDefault)(Delete_1);
     class DeleteAction extends Abstract_1.default {
         constructor(button, userId, userDataElement) {
             super(button, userId, userDataElement);
index 5636c96eebbea2d7baa53fbed5f037f1afe4018d..aaff302c13fa4625370c387769b325b7b1d2cff3 100644 (file)
@@ -11,11 +11,11 @@ define(["require", "exports", "tslib", "../../../../Ajax", "../../../../Core", "
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
     exports.DisableAction = void 0;
-    Ajax = tslib_1.__importStar(Ajax);
-    Core = tslib_1.__importStar(Core);
-    UiNotification = tslib_1.__importStar(UiNotification);
-    Abstract_1 = tslib_1.__importDefault(Abstract_1);
-    EventHandler = tslib_1.__importStar(EventHandler);
+    Ajax = (0, tslib_1.__importStar)(Ajax);
+    Core = (0, tslib_1.__importStar)(Core);
+    UiNotification = (0, tslib_1.__importStar)(UiNotification);
+    Abstract_1 = (0, tslib_1.__importDefault)(Abstract_1);
+    EventHandler = (0, tslib_1.__importStar)(EventHandler);
     class DisableAction extends Abstract_1.default {
         constructor(button, userId, userDataElement) {
             super(button, userId, userDataElement);
index 34144ce2c08730d489934b672eb5b6ff620c926f..c1e35c9bca6161d04cb85f65b6b0720a7806d7e9 100644 (file)
@@ -11,8 +11,8 @@ define(["require", "exports", "tslib", "../../../../../Ajax", "./Ban/Dialog"], f
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
     exports.BanHandler = void 0;
-    Ajax = tslib_1.__importStar(Ajax);
-    Dialog_1 = tslib_1.__importDefault(Dialog_1);
+    Ajax = (0, tslib_1.__importStar)(Ajax);
+    Dialog_1 = (0, tslib_1.__importDefault)(Dialog_1);
     class BanHandler {
         constructor(userIDs) {
             this.userIDs = userIDs;
index 43bd7f59329cae7c48a7cb2be22e8f53dfd7d283..ceddf10ddc05ae4d67b033e8f0bb5b1aeb237647 100644 (file)
@@ -11,10 +11,10 @@ define(["require", "exports", "tslib", "../../../../../../Ui/Dialog", "../../../
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
     exports.BanDialog = void 0;
-    Dialog_1 = tslib_1.__importDefault(Dialog_1);
-    Language = tslib_1.__importStar(Language);
-    Ajax = tslib_1.__importStar(Ajax);
-    Picker_1 = tslib_1.__importDefault(Picker_1);
+    Dialog_1 = (0, tslib_1.__importDefault)(Dialog_1);
+    Language = (0, tslib_1.__importStar)(Language);
+    Ajax = (0, tslib_1.__importStar)(Ajax);
+    Picker_1 = (0, tslib_1.__importDefault)(Picker_1);
     class BanDialog {
         static open(userIDs, callback) {
             if (!BanDialog.instance) {
index 61d6c30e8e9b60004bba414772d1f778c6860667..4969a4685a011d1761ac04a50736f3092f4663a2 100644 (file)
@@ -11,8 +11,8 @@ define(["require", "exports", "tslib", "../../../../../Ui/Confirmation", "../../
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
     exports.Delete = void 0;
-    UiConfirmation = tslib_1.__importStar(UiConfirmation);
-    Ajax = tslib_1.__importStar(Ajax);
+    UiConfirmation = (0, tslib_1.__importStar)(UiConfirmation);
+    Ajax = (0, tslib_1.__importStar)(Ajax);
     class Delete {
         constructor(userIDs, successCallback, deleteMessage) {
             this.userIDs = userIDs;
index 0bb45be553bcd3f61bbfcdb636841f1341a4a8b1..2e01329967cc69b884be18fa58e5afa4f511f4aa 100644 (file)
@@ -11,9 +11,9 @@ define(["require", "exports", "tslib", "../../../../../Language", "../../../../.
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
     exports.SendNewPassword = void 0;
-    Language = tslib_1.__importStar(Language);
-    UiConfirmation = tslib_1.__importStar(UiConfirmation);
-    Worker_1 = tslib_1.__importDefault(Worker_1);
+    Language = (0, tslib_1.__importStar)(Language);
+    UiConfirmation = (0, tslib_1.__importStar)(UiConfirmation);
+    Worker_1 = (0, tslib_1.__importDefault)(Worker_1);
     class SendNewPassword {
         constructor(userIDs, successCallback) {
             this.userIDs = userIDs;
index 9f61c127aa0ff801de25310ca4b0b5a71f9372cd..d7af0ce5f484b76c50362986b7d202daaad6af7c 100644 (file)
@@ -11,8 +11,8 @@ define(["require", "exports", "tslib", "./Abstract", "./Handler/SendNewPassword"
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
     exports.SendNewPasswordAction = void 0;
-    Abstract_1 = tslib_1.__importDefault(Abstract_1);
-    SendNewPassword_1 = tslib_1.__importDefault(SendNewPassword_1);
+    Abstract_1 = (0, tslib_1.__importDefault)(Abstract_1);
+    SendNewPassword_1 = (0, tslib_1.__importDefault)(SendNewPassword_1);
     class SendNewPasswordAction extends Abstract_1.default {
         constructor(button, userId, userDataElement) {
             super(button, userId, userDataElement);
index 242b9e285bd78c2e5480c4cd1cf4d5f17f1c50ab..1346d4e148145b3550e321ce94418cb5f62e0d67 100644 (file)
@@ -11,10 +11,10 @@ define(["require", "exports", "tslib", "./Abstract", "../../../../Ajax", "../../
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
     exports.ToggleConfirmEmailAction = void 0;
-    Abstract_1 = tslib_1.__importDefault(Abstract_1);
-    Ajax = tslib_1.__importStar(Ajax);
-    Core = tslib_1.__importStar(Core);
-    UiNotification = tslib_1.__importStar(UiNotification);
+    Abstract_1 = (0, tslib_1.__importDefault)(Abstract_1);
+    Ajax = (0, tslib_1.__importStar)(Ajax);
+    Core = (0, tslib_1.__importStar)(Core);
+    UiNotification = (0, tslib_1.__importStar)(UiNotification);
     class ToggleConfirmEmailAction extends Abstract_1.default {
         constructor(button, userId, userDataElement) {
             super(button, userId, userDataElement);
index c61294a3231eaa868364edd96c7c0904fbceae82..36bfa9721ead0bae88ab0e75fff5603cf450319b 100644 (file)
@@ -9,17 +9,17 @@
  */
 define(["require", "exports", "tslib", "./Content/Remove/Handler", "../../../Core", "../../../Event/Handler", "../../../Language", "../../../Ui/Dropdown/Simple", "../../../Dom/Util", "./Action/SendNewPasswordAction", "./Action/ToggleConfirmEmailAction", "./Action/DisableAction", "./Action/BanAction", "./Action/DeleteAction"], function (require, exports, tslib_1, Handler_1, Core, EventHandler, Language, Simple_1, Util_1, SendNewPasswordAction_1, ToggleConfirmEmailAction_1, DisableAction_1, BanAction_1, DeleteAction_1) {
     "use strict";
-    Handler_1 = tslib_1.__importDefault(Handler_1);
-    Core = tslib_1.__importStar(Core);
-    EventHandler = tslib_1.__importStar(EventHandler);
-    Language = tslib_1.__importStar(Language);
-    Simple_1 = tslib_1.__importDefault(Simple_1);
-    Util_1 = tslib_1.__importDefault(Util_1);
-    SendNewPasswordAction_1 = tslib_1.__importDefault(SendNewPasswordAction_1);
-    ToggleConfirmEmailAction_1 = tslib_1.__importDefault(ToggleConfirmEmailAction_1);
-    DisableAction_1 = tslib_1.__importDefault(DisableAction_1);
-    BanAction_1 = tslib_1.__importDefault(BanAction_1);
-    DeleteAction_1 = tslib_1.__importDefault(DeleteAction_1);
+    Handler_1 = (0, tslib_1.__importDefault)(Handler_1);
+    Core = (0, tslib_1.__importStar)(Core);
+    EventHandler = (0, tslib_1.__importStar)(EventHandler);
+    Language = (0, tslib_1.__importStar)(Language);
+    Simple_1 = (0, tslib_1.__importDefault)(Simple_1);
+    Util_1 = (0, tslib_1.__importDefault)(Util_1);
+    SendNewPasswordAction_1 = (0, tslib_1.__importDefault)(SendNewPasswordAction_1);
+    ToggleConfirmEmailAction_1 = (0, tslib_1.__importDefault)(ToggleConfirmEmailAction_1);
+    DisableAction_1 = (0, tslib_1.__importDefault)(DisableAction_1);
+    BanAction_1 = (0, tslib_1.__importDefault)(BanAction_1);
+    DeleteAction_1 = (0, tslib_1.__importDefault)(DeleteAction_1);
     class AcpUiUserEditor {
         /**
          * Initializes the edit dropdown for each user.
index c4f1cd5907997eb2393c5c6e84dbe125b7a419fd..2993d28dabeb19c89edc13b2473b8ddc56a726c0 100644 (file)
@@ -13,8 +13,8 @@ define(["require", "exports", "tslib", "./Abstract", "./Manager"], function (req
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
     exports.ValueInterval = void 0;
-    Abstract_1 = tslib_1.__importDefault(Abstract_1);
-    DependencyManager = tslib_1.__importStar(DependencyManager);
+    Abstract_1 = (0, tslib_1.__importDefault)(Abstract_1);
+    DependencyManager = (0, tslib_1.__importStar)(DependencyManager);
     class ValueInterval extends Abstract_1.default {
         constructor() {
             super(...arguments);
index e2642d3c186c0c1603a881c6bbf6b20a6360e6a7..0bc3f4a65b51fcd5ec7b16e3e65905d9d62054f3 100644 (file)
  */
 define(["require", "exports", "tslib", "../../Core", "../Dialog", "../../Dom/Util", "../../Language", "../../ColorUtil"], function (require, exports, tslib_1, Core, Dialog_1, Util_1, Language, ColorUtil) {
     "use strict";
-    Core = tslib_1.__importStar(Core);
-    Dialog_1 = tslib_1.__importDefault(Dialog_1);
-    Util_1 = tslib_1.__importDefault(Util_1);
-    Language = tslib_1.__importStar(Language);
-    ColorUtil = tslib_1.__importStar(ColorUtil);
+    Core = (0, tslib_1.__importStar)(Core);
+    Dialog_1 = (0, tslib_1.__importDefault)(Dialog_1);
+    Util_1 = (0, tslib_1.__importDefault)(Util_1);
+    Language = (0, tslib_1.__importStar)(Language);
+    ColorUtil = (0, tslib_1.__importStar)(ColorUtil);
     class UiColorPicker {
         /**
          * Initializes a new color picker instance.