@siemens/element-translate-ng 48.0.0-next.3 → 48.0.0-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Copyright (c) Siemens 2016 - 2025
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ type $localize = (strings: TemplateStringsArray, ...expressions: string[]) => string;
6
+
7
+ declare global {
8
+ let $localize: $localize;
9
+
10
+ interface Window {
11
+ $localize: $localize;
12
+ }
13
+ }
14
+
15
+ // This is needed to make TypeScript recognize this file as a module.
16
+ export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siemens/element-translate-ng",
3
3
  "description": "Element translation abstraction layer.",
4
- "version": "48.0.0-next.3",
4
+ "version": "48.0.0-next.4",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "repository": {