Add aliases to JS module files for better IDE support
authorMatthias Schmidt <gravatronics@live.com>
Mon, 16 Sep 2019 16:39:32 +0000 (18:39 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 16 Sep 2019 16:39:32 +0000 (18:39 +0200)
32 files changed:
wcfsetup/install/files/js/WoltLabSuite/Core/Ajax.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Jsonp.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Request.js
wcfsetup/install/files/js/WoltLabSuite/Core/CallbackList.js
wcfsetup/install/files/js/WoltLabSuite/Core/ColorUtil.js
wcfsetup/install/files/js/WoltLabSuite/Core/Core.js
wcfsetup/install/files/js/WoltLabSuite/Core/Date/Util.js
wcfsetup/install/files/js/WoltLabSuite/Core/Devtools.js
wcfsetup/install/files/js/WoltLabSuite/Core/Dictionary.js
wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Change/Listener.js
wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Traverse.js
wcfsetup/install/files/js/WoltLabSuite/Core/Dom/Util.js
wcfsetup/install/files/js/WoltLabSuite/Core/Environment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Event/Handler.js
wcfsetup/install/files/js/WoltLabSuite/Core/Event/Key.js
wcfsetup/install/files/js/WoltLabSuite/Core/Language.js
wcfsetup/install/files/js/WoltLabSuite/Core/List.js
wcfsetup/install/files/js/WoltLabSuite/Core/ObjectMap.js
wcfsetup/install/files/js/WoltLabSuite/Core/Permission.js
wcfsetup/install/files/js/WoltLabSuite/Core/StringUtil.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Alignment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/CloseOverlay.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Confirmation.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Reusable.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Simple.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Notification.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Screen.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Scroll.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/TabMenu.js
wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js
wcfsetup/install/files/js/WoltLabSuite/Core/User.js

index 30620618e7d4e33fa9b4dea1c3b401a9dd5cfd48..b1a5e26020ddb2f6a09d59b2ac6bccc78d6a1007 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ajax (alias)
  * @module     WoltLabSuite/Core/Ajax
  */
 define(['AjaxRequest', 'Core', 'ObjectMap'], function(AjaxRequest, Core, ObjectMap) {
index 043407d348c998d2cece313a487f7625e9a753f4..1ad35d645f486574b916be6b50249860443182ab 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     AjaxJsonp (alias)
  * @module     WoltLabSuite/Core/Ajax/Jsonp
  */
 define(['Core'], function(Core) {
index 85f8cebfa2e744bc4e0feca872b270603114ed55..450c5a8b89d49367c95bc37730ac86067bd13dc0 100644 (file)
@@ -6,6 +6,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     AjaxRequest (alias)
  * @module     WoltLabSuite/Core/Ajax/Request
  */
 define(['Core', 'Language', 'Dom/ChangeListener', 'Dom/Util', 'Ui/Dialog', 'WoltLabSuite/Core/Ajax/Status'], function(Core, Language, DomChangeListener, DomUtil, UiDialog, AjaxStatus) {
index c02c9a47faf18baaeb1c03955cf1e11dce392a7d..3810242cbb5c9b490821a605296774caeb917578 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     CallbackList (alias)
  * @module     WoltLabSuite/Core/CallbackList
  */
 define(['Dictionary'], function(Dictionary) {
index 103b982153f20da545e82d382da69e1664dcbe89..83130d1dc7a473be6246653c9b10219421140624 100644 (file)
@@ -4,6 +4,7 @@
  * @author      Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     ColorUtil (alias)
  * @module      WoltLabSuite/Core/ColorUtil
  */
 define([], function () {
index e8cee03737a05a7dce758d4ed5ef56d75097f93d..8979a2757d32446a13efacd37a1a7a3259240d43 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Core (alias)
  * @module     WoltLabSuite/Core/Core
  */
 define([], function() {
index 0e5968eaa3c7ed590d5f4571bdee71225c96e1fb..1d3a3e54db37506e8dc9960d28e95d53f94fa365 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     DateUtil (alias)
  * @module     WoltLabSuite/Core/Date/Util
  */
 define(['Language'], function(Language) {
index fcfe8293d394acd03a4f60d0839b1d4639d8c6c6..16ff52aad09df15340ee8b14afc6af1755f9e154 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Devtools (alias)
  * @module     WoltLabSuite/Core/Devtools
  */
 define([], function() {
index 9f61dc39abb806f239bdf257c7ee5e4a85880724..f50a782900a9053aa66ce703c4e3f99903355194 100644 (file)
@@ -6,6 +6,7 @@
  * @author     Tim Duesterhus, Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Dictionary (alias)
  * @module     WoltLabSuite/Core/Dictionary
  */
 define(['Core'], function(Core) {
index 097951fa5effd7cd83c5485f4ba30bce53dda612..ef87db6ae629c54797de144eafdce1917fbdcfd6 100644 (file)
@@ -5,6 +5,7 @@
  * @author     Tim Duesterhus
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Dom/ChangeListener (alias)
  * @module     WoltLabSuite/Core/Dom/Change/Listener
  */
 define(['CallbackList'], function(CallbackList) {
index ead4d713f8cad177f0d764b77f102f7f8bcf2c88..0635b60ca0708b0758107b0559260125a1773853 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Dom/Traverse (alias)
  * @module     WoltLabSuite/Core/Dom/Traverse
  */
 define([], function() {
index f30952f987df16c779c16f91724bf07408862eed..676a0f58bd119fdcfecdfded49ca907eae26ec79 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Dom/Util (alias)
  * @module     WoltLabSuite/Core/Dom/Util
  */
 define(['Environment', 'StringUtil'], function(Environment, StringUtil) {
index 8407e0649682ca12e4786d417abb6a02cbd0bbd8..ed0cda55fd08383960cacd98a8526dce0a8d13b4 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Environment (alias)
  * @module     WoltLabSuite/Core/Environment
  */
 define([], function() {
index a90ecd220ae6df459bb6424ea6cd63ce223ff7c8..73e8b2b2f2d00e8daaabc320e7c90779ff0c4908 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     EventHandler (alias)
  * @module     WoltLabSuite/Core/Event/Handler
  */
 define(['Core', 'Devtools', 'Dictionary'], function(Core, Devtools, Dictionary) {
index 6768d413835262d9d3da05bda5383733e43a5a4b..ed222ce71143f02d818a42426e6e7c1bd1d26c5c 100644 (file)
@@ -5,6 +5,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     EventKey (alias)
  * @module     WoltLabSuite/Core/Event/Key
  */
 define([], function() {
index 5d3bafad06f3617960a21b705ae29e2dd90c8958..3cfd84460715a6e790b847cf62ea4463d309d1a5 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Tim Duesterhus
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Language (alias)
  * @module     WoltLabSuite/Core/Language
  */
 define(['Dictionary', './Template'], function(Dictionary, Template) {
index f6d162477b3b75fd6eea0a425ccca20b096ed985..3aac39f4a83859f43e5422677efeb15902fa6ec1 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     List (alias)
  * @module     WoltLabSuite/Core/List
  */
 define([], function() {
index 042714b5b0e442008f61cda554ded847b42fc44b..c499a5e31291ba69103a41faa843609d14c30ffa 100644 (file)
@@ -6,6 +6,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     ObjectMap (alias)
  * @module     WoltLabSuite/Core/ObjectMap
  */
 define([], function() {
index 2432cc4eac3eb85af4f1ef077e255dfbe8dec9be..a05fa777603c29b90993b53ffbc369565dadcb6b 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Matthias Schmidt
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Permission (alias)
  * @module     WoltLabSuite/Core/Permission
  */
 define(['Dictionary'], function(Dictionary) {
index 2e4dfcacc27b105343756d1eaea9458eedfa9f76..094aca18e72dad1f6a784f8eb0c9af61f4e39026 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Tim Duesterhus, Joshua Ruesweg
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     StringUtil (alias)
  * @module     WoltLabSuite/Core/StringUtil
  */
 define(['Language', './NumberUtil'], function(Language, NumberUtil) {
index c9534aa59e302e8b63d208aeefcbff187d709535..e3d2c6beedd1325e982da3d92402884dd394f60b 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ui/Alignment (alias)
  * @module     WoltLabSuite/Core/Ui/Alignment
  */
 define(['Core', 'Language', 'Dom/Traverse', 'Dom/Util'], function(Core, Language, DomTraverse, DomUtil) {
index a850461d801e6125d866d5f320f9b52a800f1fcd..bc22e44a147b540e05f2c4fc5484a02b2d0b11d7 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ui/CloseOverlay (alias)
  * @module     WoltLabSuite/Core/Ui/CloseOverlay
  */
 define(['CallbackList'], function(CallbackList) {
index f8be041bef5dfd0da72a6427f5f7d2ed0577c668..055bb9f84c2ba10c6ee534beefe884f68bf84af5 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ui/Confirmation (alias)
  * @module     WoltLabSuite/Core/Ui/Confirmation
  */
 define(['Core', 'Language', 'Ui/Dialog'], function(Core, Language, UiDialog) {
index 02f383a9cf1fe37da51e417e0edbfaf42baf00da..1e95132cf288b21e1368c4040d166882e324e553 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ui/Dialog (alias)
  * @module     WoltLabSuite/Core/Ui/Dialog
  */
 define(
index a2ba4685bb52b6c063c5624f2f6e6b5e92bf1c00..5a2cd98aa216b6545581c23aa7d5c3f46dac0b65 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ui/ReusableDropdown (alias)
  * @module     WoltLabSuite/Core/Ui/Dropdown/Reusable
  */
 define(['Dictionary', 'Ui/SimpleDropdown'], function(Dictionary, UiSimpleDropdown) {
index 1629737c1976c86c3539aed07e6a41e468bea8c3..27ba02821dc7f0e11f12bf498ee45fb787a304fc 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ui/SimpleDropdown (alias)
  * @module     WoltLabSuite/Core/Ui/Dropdown/Simple
  */
 define(
index 6f00d289e7e38eeb8a282a17b10437b63fe422ce..355ef895da12b6ba774852d42ab16292ed73f83f 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ui/Notification (alias)
  * @module     WoltLabSuite/Core/Ui/Notification
  */
 define(['Language'], function(Language) {
index 1d5b6dca4a1aa9c162f187690f47cb2bce232825..296af648bc8f9e3cff6162a21cb03bf85dc9e489 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ui/Screen (alias)
  * @module     WoltLabSuite/Core/Ui/Screen
  */
 define(['Core', 'Dictionary', 'Environment'], function(Core, Dictionary, Environment) {
index 746bb34ec6f1d7cbd10daec3e88b595b00b3db4f..51b5e665c0f7ffe5628a0c0a0b6deb914f680842 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ui/Scroll (alias)
  * @module     WoltLabSuite/Core/Ui/Scroll
  */
 define(['Dom/Util'], function(DomUtil) {
index 4c6930882e72e92ed738ec5b96ec518f5f428101..704b8b2c3c38f19c8e7080c81b39993737cd7b01 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Ui/TabMenu (alias)
  * @module     WoltLabSuite/Core/Ui/TabMenu
  */
 define(['Dictionary', 'EventHandler', 'Dom/ChangeListener', 'Dom/Util', 'Ui/CloseOverlay', 'Ui/Screen', './TabMenu/Simple'], function(Dictionary, EventHandler, DomChangeListener, DomUtil, UiCloseOverlay, UiScreen, SimpleTabMenu) {
index 320f78c2d56990c6241fbcc8f0cb4c38719bc0e8..4b0254c85ada97e558748c04164fa5bd241ab05a 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Matthias Schmidt
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     Upload (alias)
  * @module     WoltLabSuite/Core/Upload
  */
 define(['AjaxRequest', 'Core', 'Dom/ChangeListener', 'Language', 'Dom/Util', 'Dom/Traverse'], function(AjaxRequest, Core, DomChangeListener, Language, DomUtil, DomTraverse) {
index 9d100ac53ab6d18865b95679eb4b6a1e9a04f139..e81eb84808db03f351a95dea2c741159b38a7115 100644 (file)
@@ -4,6 +4,7 @@
  * @author     Matthias Schmidt
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @module     User (alias)
  * @module     WoltLabSuite/Core/User
  */
 define([], function() {