@genesislcap/foundation-i18n 14.303.0 → 14.303.1
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.
- package/package.json +9 -9
- package/docs/api-report.md +0 -76
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-i18n",
|
|
3
3
|
"description": "Foundation components and services for Internationalization (i18n) support",
|
|
4
|
-
"version": "14.303.
|
|
4
|
+
"version": "14.303.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@genesislcap/genx": "14.303.
|
|
35
|
-
"@genesislcap/rollup-builder": "14.303.
|
|
36
|
-
"@genesislcap/ts-builder": "14.303.
|
|
37
|
-
"@genesislcap/uvu-playwright-builder": "14.303.
|
|
38
|
-
"@genesislcap/vite-builder": "14.303.
|
|
39
|
-
"@genesislcap/webpack-builder": "14.303.
|
|
34
|
+
"@genesislcap/genx": "14.303.1",
|
|
35
|
+
"@genesislcap/rollup-builder": "14.303.1",
|
|
36
|
+
"@genesislcap/ts-builder": "14.303.1",
|
|
37
|
+
"@genesislcap/uvu-playwright-builder": "14.303.1",
|
|
38
|
+
"@genesislcap/vite-builder": "14.303.1",
|
|
39
|
+
"@genesislcap/webpack-builder": "14.303.1"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/foundation-logger": "14.303.
|
|
42
|
+
"@genesislcap/foundation-logger": "14.303.1",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
|
45
45
|
"i18next": "^20.3.0"
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "f1685d21651cfe332605360143595a9bb603b129"
|
|
56
56
|
}
|
package/docs/api-report.md
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
## API Report File for "@genesislcap/foundation-i18n"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import type { Callback } from 'i18next';
|
|
8
|
-
import i18next from 'i18next';
|
|
9
|
-
import type { InitOptions } from 'i18next';
|
|
10
|
-
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
11
|
-
import type { Resource } from 'i18next';
|
|
12
|
-
import type { StringMap } from 'i18next';
|
|
13
|
-
import type { TFunction } from 'i18next';
|
|
14
|
-
import type { TOptions } from 'i18next';
|
|
15
|
-
|
|
16
|
-
// Warning: (ae-incompatible-release-tags) The symbol "DefaultI18next" is marked as @public, but its signature references "I18next" which is marked as @alpha
|
|
17
|
-
//
|
|
18
|
-
// @public
|
|
19
|
-
export class DefaultI18next implements I18next {
|
|
20
|
-
constructor();
|
|
21
|
-
// (undocumented)
|
|
22
|
-
addResources(resources: Resource): void;
|
|
23
|
-
// (undocumented)
|
|
24
|
-
changeLanguageTo(language: string): void;
|
|
25
|
-
// (undocumented)
|
|
26
|
-
config: I18nextConfig;
|
|
27
|
-
// (undocumented)
|
|
28
|
-
init(options: InitOptions, callback?: Callback): Promise<TFunction>;
|
|
29
|
-
// (undocumented)
|
|
30
|
-
language: string;
|
|
31
|
-
// (undocumented)
|
|
32
|
-
options: InitOptions;
|
|
33
|
-
// (undocumented)
|
|
34
|
-
t(key: string | string[], options?: string | TOptions<StringMap>): string;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// @public
|
|
38
|
-
export const defaultI18nextConfig: I18nextConfig;
|
|
39
|
-
|
|
40
|
-
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "I18next" because one of its declarations is marked as @internal
|
|
41
|
-
//
|
|
42
|
-
// @alpha
|
|
43
|
-
export interface I18next {
|
|
44
|
-
// (undocumented)
|
|
45
|
-
addResources(resources: Resource): void;
|
|
46
|
-
// (undocumented)
|
|
47
|
-
changeLanguageTo(language: string): void;
|
|
48
|
-
// (undocumented)
|
|
49
|
-
readonly config: I18nextConfig;
|
|
50
|
-
// (undocumented)
|
|
51
|
-
init(options: InitOptions, callback?: Callback): Promise<TFunction>;
|
|
52
|
-
// (undocumented)
|
|
53
|
-
language: string;
|
|
54
|
-
// (undocumented)
|
|
55
|
-
options: InitOptions;
|
|
56
|
-
// (undocumented)
|
|
57
|
-
t(key: string | string[], options?: string | TOptions<StringMap>): string;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// @internal
|
|
61
|
-
export const I18next: InterfaceSymbol<I18next>;
|
|
62
|
-
|
|
63
|
-
export { i18next }
|
|
64
|
-
|
|
65
|
-
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "I18nextConfig" because one of its declarations is marked as @internal
|
|
66
|
-
//
|
|
67
|
-
// @public
|
|
68
|
-
export interface I18nextConfig extends InitOptions {
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
// @internal
|
|
72
|
-
export const I18nextConfig: InterfaceSymbol<I18nextConfig>;
|
|
73
|
-
|
|
74
|
-
// (No @packageDocumentation comment for this package)
|
|
75
|
-
|
|
76
|
-
```
|