Add module comment doc
authorCyperghost <olaf_schmitz_1@t-online.de>
Mon, 28 Oct 2024 13:06:04 +0000 (14:06 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Mon, 28 Oct 2024 13:06:04 +0000 (14:06 +0100)
ts/WoltLabSuite/Core/Component/EmojiPicker/woltlab-core-emoji-picker.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Component/EmojiPicker/woltlab-core-emoji-picker.js

index f3cadfebc8c69349e193552e71c49479aeb86ab9..1da8695fd6ccf67c09e37370dd7048128b4e138c 100644 (file)
@@ -1,3 +1,12 @@
+/**
+ * The `<woltlab-core-emoji-picker>` element creates an emoji picker.
+ *
+ * @author Olaf Braun
+ * @copyright 2001-2024 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.2
+ */
+
 import "emoji-picker-element";
 import { PickerConstructorOptions } from "emoji-picker-element/shared";
 import { Picker, Database } from "emoji-picker-element";
index 194d79455b9d9c3f394d420acd335eabf631e723..0cb14b2f2facaac4cb9af7e1eef9b7890b6c6cce 100644 (file)
@@ -1,3 +1,11 @@
+/**
+ * The `<woltlab-core-emoji-picker>` element creates an emoji picker.
+ *
+ * @author Olaf Braun
+ * @copyright 2001-2024 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.2
+ */
 define(["require", "exports", "emoji-picker-element", "WoltLabSuite/Core/Component/EmojiPicker/Localization", "emoji-picker-element"], function (require, exports, emoji_picker_element_1, Localization_1) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });