Remove `EmojiPickerLocales` from the global variable
authorCyperghost <olaf_schmitz_1@t-online.de>
Tue, 15 Oct 2024 06:47:02 +0000 (08:47 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Tue, 15 Oct 2024 06:47:02 +0000 (08:47 +0200)
ts/WoltLabSuite/WebComponent/global.d.ts
ts/global.d.ts

index 91c2d1c7cb507e0f5f4fcea47b33c5e39b65b5fc..0c3474fb3748dd2a40e370b1eaec3d0853d48267 100644 (file)
@@ -7,7 +7,6 @@ type Codepoint = string;
 type HasRegularVariant = boolean;
 type IconMetadata = [Codepoint, HasRegularVariant];
 
-import { I18n } from "emoji-picker-element/shared";
 import type * as Language from "./Language";
 import { Template } from "./Template";
 
@@ -36,9 +35,6 @@ declare global {
     HTMLParsedElement: HTMLParsedElement;
     WoltLabLanguage: typeof Language;
     WoltLabTemplate: typeof Template;
-    EmojiPickerLocales: {
-      [key: string]: I18n;
-    };
   }
 
   class HTMLParsedElement extends HTMLElement {
index fbbbc797077bd291ee1a9ca4bbfc5bd81bdf3a8b..971544012e7e8ce1a16b2aeb491cc9e092da0c52 100644 (file)
@@ -11,7 +11,6 @@ import type WoltlabCoreDialogElement from "WoltLabSuite/Core/Element/woltlab-cor
 import type WoltlabCoreDialogControlElement from "WoltLabSuite/Core/Element/woltlab-core-dialog-control";
 import type WoltlabCoreGoogleMapsElement from "WoltLabSuite/Core/Component/GoogleMaps/woltlab-core-google-maps";
 import type WoltlabCoreFileElement from "WoltLabSuite/Core/Component/File/woltlab-core-file";
-import { I18n } from "emoji-picker-element/shared";
 import { Picker as EmojiPickerElement } from "emoji-picker-element";
 
 type Codepoint = string;
@@ -59,9 +58,6 @@ declare global {
     };
 
     WoltLabTemplate: new (template: string) => WoltLabTemplate;
-    EmojiPickerLocales: {
-      [key: string]: I18n;
-    };
   }
 
   interface String {