angular-intlayer 9.0.0-canary.9 → 9.0.0
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/dist/cjs/UI/IntlayerNode.component.cjs +4 -5
- package/dist/cjs/UI/IntlayerNode.component.cjs.map +1 -1
- package/dist/cjs/_virtual/{_@oxc-project_runtime@0.127.0/helpers → _@oxc-project_runtime@0.140.0/helpers/esm}/decorate.cjs +2 -2
- package/dist/{esm/_virtual/_@oxc-project_runtime@0.127.0/helpers/decorateMetadata.mjs → cjs/_virtual/_@oxc-project_runtime@0.140.0/helpers/esm/decorateMetadata.cjs} +3 -2
- package/dist/cjs/analytics/exposureSink.cjs +27 -0
- package/dist/cjs/analytics/exposureSink.cjs.map +1 -0
- package/dist/cjs/analytics/index.cjs +9 -0
- package/dist/cjs/analytics/useAnalytics.cjs +84 -0
- package/dist/cjs/analytics/useAnalytics.cjs.map +1 -0
- package/dist/cjs/analytics/useConversion.cjs +36 -0
- package/dist/cjs/analytics/useConversion.cjs.map +1 -0
- package/dist/cjs/analytics/useExperiment.cjs +69 -0
- package/dist/cjs/analytics/useExperiment.cjs.map +1 -0
- package/dist/cjs/client/installIntlayer.cjs +9 -4
- package/dist/cjs/client/installIntlayer.cjs.map +1 -1
- package/dist/cjs/client/intlayerToken.cjs +0 -1
- package/dist/cjs/client/intlayerToken.cjs.map +1 -1
- package/dist/cjs/client/useDictionary.cjs +0 -1
- package/dist/cjs/client/useDictionary.cjs.map +1 -1
- package/dist/cjs/client/useDictionaryAsync.cjs +0 -1
- package/dist/cjs/client/useDictionaryAsync.cjs.map +1 -1
- package/dist/cjs/client/useDictionaryDynamic.cjs +0 -1
- package/dist/cjs/client/useDictionaryDynamic.cjs.map +1 -1
- package/dist/cjs/client/useIntlayer.cjs +0 -1
- package/dist/cjs/client/useIntlayer.cjs.map +1 -1
- package/dist/cjs/client/useLoadDynamic.cjs +0 -1
- package/dist/cjs/client/useLoadDynamic.cjs.map +1 -1
- package/dist/cjs/client/useLocale.cjs +0 -1
- package/dist/cjs/client/useLocale.cjs.map +1 -1
- package/dist/cjs/client/useLocaleStorage.cjs +0 -1
- package/dist/cjs/client/useLocaleStorage.cjs.map +1 -1
- package/dist/cjs/client/usePathname.cjs +0 -1
- package/dist/cjs/client/usePathname.cjs.map +1 -1
- package/dist/cjs/editor/ContentSelector.component.cjs +5 -6
- package/dist/cjs/editor/ContentSelector.component.cjs.map +1 -1
- package/dist/cjs/editor/EditorProvider.component.cjs +4 -5
- package/dist/cjs/editor/EditorProvider.component.cjs.map +1 -1
- package/dist/cjs/editor/useEditor.cjs +0 -1
- package/dist/cjs/editor/useEditor.cjs.map +1 -1
- package/dist/cjs/esbuild/plugin.cjs +19 -12
- package/dist/cjs/esbuild/plugin.cjs.map +1 -1
- package/dist/cjs/format/useCompact.cjs +0 -1
- package/dist/cjs/format/useCompact.cjs.map +1 -1
- package/dist/cjs/format/useCurrency.cjs +0 -1
- package/dist/cjs/format/useCurrency.cjs.map +1 -1
- package/dist/cjs/format/useDate.cjs +0 -1
- package/dist/cjs/format/useDate.cjs.map +1 -1
- package/dist/cjs/format/useIntl.cjs +0 -1
- package/dist/cjs/format/useIntl.cjs.map +1 -1
- package/dist/cjs/format/useList.cjs +0 -1
- package/dist/cjs/format/useList.cjs.map +1 -1
- package/dist/cjs/format/useNumber.cjs +0 -1
- package/dist/cjs/format/useNumber.cjs.map +1 -1
- package/dist/cjs/format/usePercentage.cjs +0 -1
- package/dist/cjs/format/usePercentage.cjs.map +1 -1
- package/dist/cjs/format/useRelativeTime.cjs +0 -1
- package/dist/cjs/format/useRelativeTime.cjs.map +1 -1
- package/dist/cjs/format/useUnit.cjs +0 -1
- package/dist/cjs/format/useUnit.cjs.map +1 -1
- package/dist/cjs/getDictionary.cjs +0 -1
- package/dist/cjs/getDictionary.cjs.map +1 -1
- package/dist/cjs/getIntlayer.cjs +0 -1
- package/dist/cjs/getIntlayer.cjs.map +1 -1
- package/dist/cjs/html/installIntlayerHTML.cjs +2 -3
- package/dist/cjs/html/installIntlayerHTML.cjs.map +1 -1
- package/dist/cjs/index.cjs +7 -0
- package/dist/cjs/markdown/installIntlayerMarkdown.cjs +2 -3
- package/dist/cjs/markdown/installIntlayerMarkdown.cjs.map +1 -1
- package/dist/cjs/plugins.cjs +29 -16
- package/dist/cjs/plugins.cjs.map +1 -1
- package/dist/cjs/renderIntlayerNode.cjs.map +1 -1
- package/dist/cjs/webpack/mergeConfig.cjs +1 -2
- package/dist/cjs/webpack/mergeConfig.cjs.map +1 -1
- package/dist/esm/UI/IntlayerNode.component.mjs +2 -2
- package/dist/esm/UI/IntlayerNode.component.mjs.map +1 -1
- package/dist/esm/_virtual/{_@oxc-project_runtime@0.127.0/helpers → _@oxc-project_runtime@0.140.0/helpers/esm}/decorate.mjs +2 -2
- package/dist/{cjs/_virtual/_@oxc-project_runtime@0.127.0/helpers/decorateMetadata.cjs → esm/_virtual/_@oxc-project_runtime@0.140.0/helpers/esm/decorateMetadata.mjs} +2 -3
- package/dist/esm/analytics/exposureSink.mjs +24 -0
- package/dist/esm/analytics/exposureSink.mjs.map +1 -0
- package/dist/esm/analytics/index.mjs +5 -0
- package/dist/esm/analytics/useAnalytics.mjs +82 -0
- package/dist/esm/analytics/useAnalytics.mjs.map +1 -0
- package/dist/esm/analytics/useConversion.mjs +35 -0
- package/dist/esm/analytics/useConversion.mjs.map +1 -0
- package/dist/esm/analytics/useExperiment.mjs +68 -0
- package/dist/esm/analytics/useExperiment.mjs.map +1 -0
- package/dist/esm/client/installIntlayer.mjs +9 -4
- package/dist/esm/client/installIntlayer.mjs.map +1 -1
- package/dist/esm/client/intlayerToken.mjs.map +1 -1
- package/dist/esm/client/useDictionary.mjs.map +1 -1
- package/dist/esm/client/useDictionaryAsync.mjs.map +1 -1
- package/dist/esm/client/useDictionaryDynamic.mjs.map +1 -1
- package/dist/esm/client/useIntlayer.mjs.map +1 -1
- package/dist/esm/client/useLoadDynamic.mjs.map +1 -1
- package/dist/esm/client/useLocale.mjs.map +1 -1
- package/dist/esm/client/useLocaleStorage.mjs.map +1 -1
- package/dist/esm/client/usePathname.mjs.map +1 -1
- package/dist/esm/editor/ContentSelector.component.mjs +2 -2
- package/dist/esm/editor/ContentSelector.component.mjs.map +1 -1
- package/dist/esm/editor/EditorProvider.component.mjs +2 -2
- package/dist/esm/editor/EditorProvider.component.mjs.map +1 -1
- package/dist/esm/editor/useEditor.mjs.map +1 -1
- package/dist/esm/esbuild/plugin.mjs +16 -8
- package/dist/esm/esbuild/plugin.mjs.map +1 -1
- package/dist/esm/format/useCompact.mjs.map +1 -1
- package/dist/esm/format/useCurrency.mjs.map +1 -1
- package/dist/esm/format/useDate.mjs.map +1 -1
- package/dist/esm/format/useIntl.mjs.map +1 -1
- package/dist/esm/format/useList.mjs.map +1 -1
- package/dist/esm/format/useNumber.mjs.map +1 -1
- package/dist/esm/format/usePercentage.mjs.map +1 -1
- package/dist/esm/format/useRelativeTime.mjs.map +1 -1
- package/dist/esm/format/useUnit.mjs.map +1 -1
- package/dist/esm/getDictionary.mjs.map +1 -1
- package/dist/esm/getIntlayer.mjs.map +1 -1
- package/dist/esm/html/installIntlayerHTML.mjs +1 -1
- package/dist/esm/html/installIntlayerHTML.mjs.map +1 -1
- package/dist/esm/index.mjs +4 -1
- package/dist/esm/markdown/installIntlayerMarkdown.mjs +1 -1
- package/dist/esm/markdown/installIntlayerMarkdown.mjs.map +1 -1
- package/dist/esm/plugins.mjs +30 -17
- package/dist/esm/plugins.mjs.map +1 -1
- package/dist/esm/renderIntlayerNode.mjs.map +1 -1
- package/dist/esm/webpack/mergeConfig.mjs.map +1 -1
- package/dist/types/UI/IntlayerNode.component.d.ts +0 -1
- package/dist/types/UI/IntlayerNode.component.d.ts.map +1 -1
- package/dist/types/analytics/exposureSink.d.ts +32 -0
- package/dist/types/analytics/exposureSink.d.ts.map +1 -0
- package/dist/types/analytics/index.d.ts +4 -0
- package/dist/types/analytics/useAnalytics.d.ts +36 -0
- package/dist/types/analytics/useAnalytics.d.ts.map +1 -0
- package/dist/types/analytics/useConversion.d.ts +38 -0
- package/dist/types/analytics/useConversion.d.ts.map +1 -0
- package/dist/types/analytics/useExperiment.d.ts +47 -0
- package/dist/types/analytics/useExperiment.d.ts.map +1 -0
- package/dist/types/client/installIntlayer.d.ts +2 -4
- package/dist/types/client/installIntlayer.d.ts.map +1 -1
- package/dist/types/client/intlayerToken.d.ts +1 -3
- package/dist/types/client/intlayerToken.d.ts.map +1 -1
- package/dist/types/client/useDictionary.d.ts +0 -1
- package/dist/types/client/useDictionary.d.ts.map +1 -1
- package/dist/types/client/useDictionaryAsync.d.ts +1 -3
- package/dist/types/client/useDictionaryAsync.d.ts.map +1 -1
- package/dist/types/client/useDictionaryDynamic.d.ts +1 -3
- package/dist/types/client/useDictionaryDynamic.d.ts.map +1 -1
- package/dist/types/client/useIntlayer.d.ts +0 -1
- package/dist/types/client/useIntlayer.d.ts.map +1 -1
- package/dist/types/client/useLoadDynamic.d.ts.map +1 -1
- package/dist/types/client/useLocale.d.ts +1 -5
- package/dist/types/client/useLocale.d.ts.map +1 -1
- package/dist/types/client/useLocaleStorage.d.ts +5 -7
- package/dist/types/client/useLocaleStorage.d.ts.map +1 -1
- package/dist/types/client/usePathname.d.ts +0 -1
- package/dist/types/client/usePathname.d.ts.map +1 -1
- package/dist/types/editor/ContentSelector.component.d.ts.map +1 -1
- package/dist/types/editor/EditorProvider.component.d.ts.map +1 -1
- package/dist/types/editor/useEditor.d.ts +1 -3
- package/dist/types/editor/useEditor.d.ts.map +1 -1
- package/dist/types/esbuild/plugin.d.ts +2 -2
- package/dist/types/esbuild/plugin.d.ts.map +1 -1
- package/dist/types/format/useCompact.d.ts +2 -5
- package/dist/types/format/useCompact.d.ts.map +1 -1
- package/dist/types/format/useCurrency.d.ts +2 -5
- package/dist/types/format/useCurrency.d.ts.map +1 -1
- package/dist/types/format/useDate.d.ts +3 -7
- package/dist/types/format/useDate.d.ts.map +1 -1
- package/dist/types/format/useIntl.d.ts +1 -3
- package/dist/types/format/useIntl.d.ts.map +1 -1
- package/dist/types/format/useList.d.ts +5 -8
- package/dist/types/format/useList.d.ts.map +1 -1
- package/dist/types/format/useNumber.d.ts +2 -5
- package/dist/types/format/useNumber.d.ts.map +1 -1
- package/dist/types/format/usePercentage.d.ts +2 -5
- package/dist/types/format/usePercentage.d.ts.map +1 -1
- package/dist/types/format/useRelativeTime.d.ts +2 -5
- package/dist/types/format/useRelativeTime.d.ts.map +1 -1
- package/dist/types/format/useUnit.d.ts +2 -5
- package/dist/types/format/useUnit.d.ts.map +1 -1
- package/dist/types/getDictionary.d.ts +0 -1
- package/dist/types/getDictionary.d.ts.map +1 -1
- package/dist/types/getIntlayer.d.ts +0 -1
- package/dist/types/getIntlayer.d.ts.map +1 -1
- package/dist/types/html/installIntlayerHTML.d.ts +0 -1
- package/dist/types/html/installIntlayerHTML.d.ts.map +1 -1
- package/dist/types/index.d.ts +7 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/markdown/installIntlayerMarkdown.d.ts +0 -1
- package/dist/types/markdown/installIntlayerMarkdown.d.ts.map +1 -1
- package/dist/types/plugins.d.ts +0 -1
- package/dist/types/plugins.d.ts.map +1 -1
- package/dist/types/renderIntlayerNode.d.ts +1 -6
- package/dist/types/renderIntlayerNode.d.ts.map +1 -1
- package/dist/types/webpack/mergeConfig.d.ts +1 -1
- package/dist/types/webpack/mergeConfig.d.ts.map +1 -1
- package/package.json +15 -12
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { LocalesValues } from "@intlayer/types/module_augmentation";
|
|
2
|
-
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
3
|
-
|
|
4
2
|
//#region src/client/useLocaleStorage.d.ts
|
|
5
3
|
/**
|
|
6
4
|
* Get the locale cookie
|
|
@@ -8,13 +6,13 @@ import * as _$_intlayer_types0 from "@intlayer/types";
|
|
|
8
6
|
/**
|
|
9
7
|
* Get the locale cookie
|
|
10
8
|
*/
|
|
11
|
-
declare const localeInStorage:
|
|
9
|
+
declare const localeInStorage: import("@intlayer/types").Locale;
|
|
12
10
|
/**
|
|
13
11
|
* @deprecated Use localeInStorage instead
|
|
14
12
|
*
|
|
15
13
|
* Get the locale cookie
|
|
16
14
|
*/
|
|
17
|
-
declare const localeCookie:
|
|
15
|
+
declare const localeCookie: import("@intlayer/types").Locale;
|
|
18
16
|
/**
|
|
19
17
|
* Set the locale cookie
|
|
20
18
|
*/
|
|
@@ -24,12 +22,12 @@ declare const setLocaleInStorage: (locale: LocalesValues, isCookieEnabled: boole
|
|
|
24
22
|
*
|
|
25
23
|
* Set the locale cookie
|
|
26
24
|
*/
|
|
27
|
-
declare const setLocaleCookie:
|
|
25
|
+
declare const setLocaleCookie: typeof setLocaleInStorage;
|
|
28
26
|
/**
|
|
29
27
|
* Hook that provides the locale storage and a function to set it
|
|
30
28
|
*/
|
|
31
29
|
declare const useLocaleStorage: (isCookieEnabled?: boolean) => {
|
|
32
|
-
getLocale: () =>
|
|
30
|
+
getLocale: () => import("@intlayer/types").Locale;
|
|
33
31
|
setLocale: (locale: LocalesValues) => void;
|
|
34
32
|
};
|
|
35
33
|
/**
|
|
@@ -40,7 +38,7 @@ declare const useLocaleStorage: (isCookieEnabled?: boolean) => {
|
|
|
40
38
|
* Hook that provides the locale cookie and a function to set it
|
|
41
39
|
*/
|
|
42
40
|
declare const useLocaleCookie: (isCookieEnabled?: boolean) => {
|
|
43
|
-
localeCookie:
|
|
41
|
+
localeCookie: import("@intlayer/types").Locale;
|
|
44
42
|
setLocaleCookie: (locale: LocalesValues) => void;
|
|
45
43
|
};
|
|
46
44
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLocaleStorage.d.ts","names":[],"sources":["../../../src/client/useLocaleStorage.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useLocaleStorage.d.ts","names":[],"sources":["../../../src/client/useLocaleStorage.ts"],"mappings":";;;;;;;;cAca,2CAAe;;;;;;cAMf,wCAAY;;;;cAKZ,qBAAkB,QACrB,eAAa;;;;;;cAaV,wBAAe;;;;cAKf,mBAAgB;;sBAAhB;;;;;;;;;cAaA,kBAAe;EAIxB,wCAAY;EACZ,kBAAe,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePathname.d.ts","names":[],"sources":["../../../src/client/usePathname.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"usePathname.d.ts","names":[],"sources":["../../../src/client/usePathname.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsCa,mBAAkB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentSelector.component.d.ts","names":[],"sources":["../../../src/editor/ContentSelector.component.ts"],"mappings":";cAea
|
|
1
|
+
{"version":3,"file":"ContentSelector.component.d.ts","names":[],"sources":["../../../src/editor/ContentSelector.component.ts"],"mappings":";cAea;EACF;EACA;MAEL"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorProvider.component.d.ts","names":[],"sources":["../../../src/editor/EditorProvider.component.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"EditorProvider.component.d.ts","names":[],"sources":["../../../src/editor/EditorProvider.component.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;cAkCa;EACX"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { IntlayerProvider } from "../client/intlayerToken.js";
|
|
2
|
-
import * as _$_angular_core0 from "@angular/core";
|
|
3
|
-
|
|
4
2
|
//#region src/editor/useEditor.d.ts
|
|
5
3
|
/**
|
|
6
4
|
* Initialises the Intlayer editor client singleton when the editor is enabled.
|
|
@@ -32,7 +30,7 @@ declare const useEditor: (client?: IntlayerProvider | null) => void;
|
|
|
32
30
|
* };
|
|
33
31
|
* ```
|
|
34
32
|
*/
|
|
35
|
-
declare const provideIntlayerEditor: (client?: IntlayerProvider | null) =>
|
|
33
|
+
declare const provideIntlayerEditor: (client?: IntlayerProvider | null) => import("@angular/core").EnvironmentProviders;
|
|
36
34
|
//#endregion
|
|
37
35
|
export { provideIntlayerEditor, useEditor };
|
|
38
36
|
//# sourceMappingURL=useEditor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEditor.d.ts","names":[],"sources":["../../../src/editor/useEditor.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useEditor.d.ts","names":[],"sources":["../../../src/editor/useEditor.ts"],"mappings":";;;;;;;;;;;;;;cA4Ba,YAAS,SAAa;;;;;;;;;;;;;;;;;;cA6DtB,wBAAqB,SAAa,oDAAuB"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { GetConfigurationOptions } from "@intlayer/config/node";
|
|
2
|
-
|
|
3
2
|
//#region src/esbuild/plugin.d.ts
|
|
4
3
|
interface EsbuildPluginBuild {
|
|
5
4
|
initialOptions: {
|
|
6
5
|
alias?: Record<string, string>;
|
|
7
6
|
define?: Record<string, string>;
|
|
8
7
|
minify?: boolean;
|
|
9
|
-
watch?: unknown;
|
|
8
|
+
watch?: unknown;
|
|
9
|
+
/** Absolute working directory of the esbuild context (set by Angular's builder). */
|
|
10
10
|
absWorkingDir?: string;
|
|
11
11
|
};
|
|
12
12
|
onStart(callback: () => void | Promise<void>): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","names":[],"sources":["../../../src/esbuild/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","names":[],"sources":["../../../src/esbuild/plugin.ts"],"mappings":";;UAwBiB;EACf;IACE,QAAQ;IACR,SAAS;IACT;IACA;;IAEA;;EAEF,QAAQ,uBAAuB;;EAE/B,UACE;IAAW,QAAQ;IAAQ;KAC3B,WAAW;IACT;IACA;IACA;IACA;;IACM;IAAc;;;UAIT;EACf;EACA,MAAM,OAAO,4BAA4B;;KAG/B;EACV,gBAAgB;;;;;;;;EAQhB;;;;;;;;;;;;;;;;;;;;;;;;cAyBW,wBAAqB,UACtB,iCACT"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
-
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
3
|
-
|
|
4
1
|
//#region src/format/useCompact.d.ts
|
|
5
|
-
declare const useCompact: () =>
|
|
6
|
-
locale?:
|
|
2
|
+
declare const useCompact: () => import("@angular/core").Signal<(value: string | number, options?: Intl.NumberFormatOptions & {
|
|
3
|
+
locale?: import("@intlayer/types").LocalesValues;
|
|
7
4
|
}) => string>;
|
|
8
5
|
//#endregion
|
|
9
6
|
export { useCompact };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCompact.d.ts","names":[],"sources":["../../../src/format/useCompact.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useCompact.d.ts","names":[],"sources":["../../../src/format/useCompact.ts"],"mappings":";cAIa,0CAAU,QAAA,wBAAA,UAAA,KAAA"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
-
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
3
|
-
|
|
4
1
|
//#region src/format/useCurrency.d.ts
|
|
5
|
-
declare const useCurrency: () =>
|
|
6
|
-
locale?:
|
|
2
|
+
declare const useCurrency: () => import("@angular/core").Signal<(value: string | number, options?: Intl.NumberFormatOptions & {
|
|
3
|
+
locale?: import("@intlayer/types").LocalesValues;
|
|
7
4
|
}) => string>;
|
|
8
5
|
//#endregion
|
|
9
6
|
export { useCurrency };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCurrency.d.ts","names":[],"sources":["../../../src/format/useCurrency.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useCurrency.d.ts","names":[],"sources":["../../../src/format/useCurrency.ts"],"mappings":";cAIa,2CAAW,QAAA,wBAAA,UAAA,KAAA"}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
-
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
3
|
-
import * as _$_intlayer_core_formatters0 from "@intlayer/core/formatters";
|
|
4
|
-
|
|
5
1
|
//#region src/format/useDate.d.ts
|
|
6
2
|
/**
|
|
7
3
|
* Angular client hook that provides a localized date/time formatter.
|
|
8
4
|
*/
|
|
9
|
-
declare const useDate: () =>
|
|
10
|
-
locale?:
|
|
11
|
-
})
|
|
5
|
+
declare const useDate: () => import("@angular/core").Signal<(date: string | number | Date, options?: import("@intlayer/core/formatters").DateTimePreset | (Intl.DateTimeFormatOptions & {
|
|
6
|
+
locale?: import("@intlayer/types").LocalesValues;
|
|
7
|
+
})) => string>;
|
|
12
8
|
//#endregion
|
|
13
9
|
export { useDate };
|
|
14
10
|
//# sourceMappingURL=useDate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDate.d.ts","names":[],"sources":["../../../src/format/useDate.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useDate.d.ts","names":[],"sources":["../../../src/format/useDate.ts"],"mappings":";;;;cAOa,uCAAO,QAAA,wBAAA,MAAA,8CAAA,kBAAA,KAAA"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import * as _$_angular_core0 from "@angular/core";
|
|
2
1
|
import { LocalesValues } from "@intlayer/types/module_augmentation";
|
|
3
2
|
import { WrappedIntl } from "@intlayer/core/formatters";
|
|
4
|
-
|
|
5
3
|
//#region src/format/useIntl.d.ts
|
|
6
4
|
/**
|
|
7
5
|
* Angular composable that provides a locale-bound `Intl` object as a Signal.
|
|
8
6
|
*/
|
|
9
|
-
declare const useIntl: (locale?: LocalesValues) =>
|
|
7
|
+
declare const useIntl: (locale?: LocalesValues) => import("@angular/core").Signal<WrappedIntl>;
|
|
10
8
|
//#endregion
|
|
11
9
|
export { useIntl };
|
|
12
10
|
//# sourceMappingURL=useIntl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useIntl.d.ts","names":[],"sources":["../../../src/format/useIntl.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useIntl.d.ts","names":[],"sources":["../../../src/format/useIntl.ts"],"mappings":";;;;;;cAQa,UAAO,SAAa,0CAAa,OAAA"}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
-
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
3
|
-
|
|
4
1
|
//#region src/format/useList.d.ts
|
|
5
|
-
declare const useList: () =>
|
|
6
|
-
localeMatcher?:
|
|
7
|
-
type?:
|
|
8
|
-
style?:
|
|
2
|
+
declare const useList: () => import("@angular/core").Signal<(values: (string | number)[], options?: {
|
|
3
|
+
localeMatcher?: 'lookup' | 'best fit';
|
|
4
|
+
type?: 'conjunction' | 'disjunction' | 'unit';
|
|
5
|
+
style?: 'long' | 'short' | 'narrow';
|
|
9
6
|
} & {
|
|
10
|
-
locale?:
|
|
7
|
+
locale?: import("@intlayer/types").LocalesValues;
|
|
11
8
|
}) => string>;
|
|
12
9
|
//#endregion
|
|
13
10
|
export { useList };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useList.d.ts","names":[],"sources":["../../../src/format/useList.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useList.d.ts","names":[],"sources":["../../../src/format/useList.ts"],"mappings":";cAIa,uCAAO,QAAA,6BAAA"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
-
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
3
|
-
|
|
4
1
|
//#region src/format/useNumber.d.ts
|
|
5
2
|
/**
|
|
6
3
|
* Angular client hook that provides a localized number formatter.
|
|
7
4
|
*/
|
|
8
|
-
declare const useNumber: () =>
|
|
9
|
-
locale?:
|
|
5
|
+
declare const useNumber: () => import("@angular/core").Signal<(value: string | number, args_1?: Intl.NumberFormatOptions & {
|
|
6
|
+
locale?: import("@intlayer/types").LocalesValues;
|
|
10
7
|
}) => string>;
|
|
11
8
|
//#endregion
|
|
12
9
|
export { useNumber };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useNumber.d.ts","names":[],"sources":["../../../src/format/useNumber.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useNumber.d.ts","names":[],"sources":["../../../src/format/useNumber.ts"],"mappings":";;;;cAOa,yCAAS,QAAA,wBAAA,SAAA,KAAA"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
-
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
3
|
-
|
|
4
1
|
//#region src/format/usePercentage.d.ts
|
|
5
|
-
declare const usePercentage: () =>
|
|
6
|
-
locale?:
|
|
2
|
+
declare const usePercentage: () => import("@angular/core").Signal<(value: string | number, args_1?: Intl.NumberFormatOptions & {
|
|
3
|
+
locale?: import("@intlayer/types").LocalesValues;
|
|
7
4
|
}) => string>;
|
|
8
5
|
//#endregion
|
|
9
6
|
export { usePercentage };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePercentage.d.ts","names":[],"sources":["../../../src/format/usePercentage.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"usePercentage.d.ts","names":[],"sources":["../../../src/format/usePercentage.ts"],"mappings":";cAIa,6CAAa,QAAA,wBAAA,SAAA,KAAA"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
-
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
3
|
-
|
|
4
1
|
//#region src/format/useRelativeTime.d.ts
|
|
5
|
-
declare const useRelativeTime: () =>
|
|
6
|
-
locale?:
|
|
2
|
+
declare const useRelativeTime: () => import("@angular/core").Signal<(from: string | number | Date, to?: string | number | Date, options?: Intl.RelativeTimeFormatOptions & {
|
|
3
|
+
locale?: import("@intlayer/types").LocalesValues;
|
|
7
4
|
unit?: Intl.RelativeTimeFormatUnit;
|
|
8
5
|
}) => string>;
|
|
9
6
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRelativeTime.d.ts","names":[],"sources":["../../../src/format/useRelativeTime.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useRelativeTime.d.ts","names":[],"sources":["../../../src/format/useRelativeTime.ts"],"mappings":";cAIa,+CAAe,QAAA,wBAAA,MAAA,uBAAA,MAAA,UAAA,KAAA"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
-
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
3
|
-
|
|
4
1
|
//#region src/format/useUnit.d.ts
|
|
5
|
-
declare const useUnit: () =>
|
|
6
|
-
locale?:
|
|
2
|
+
declare const useUnit: () => import("@angular/core").Signal<(value: string | number, options?: Intl.NumberFormatOptions & {
|
|
3
|
+
locale?: import("@intlayer/types").LocalesValues;
|
|
7
4
|
}) => string>;
|
|
8
5
|
//#endregion
|
|
9
6
|
export { useUnit };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useUnit.d.ts","names":[],"sources":["../../../src/format/useUnit.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useUnit.d.ts","names":[],"sources":["../../../src/format/useUnit.ts"],"mappings":";cAIa,uCAAO,QAAA,wBAAA,UAAA,KAAA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { DeepTransformContent } from "./plugins.js";
|
|
2
2
|
import { DeclaredLocales, ExtractSelectorLocale, LocalesValues } from "@intlayer/types/module_augmentation";
|
|
3
3
|
import { Dictionary, DictionarySelectorForGroup, QualifiedDictionaryGroup, ResolveQualifiedDictionaryContent } from "@intlayer/types/dictionary";
|
|
4
|
-
|
|
5
4
|
//#region src/getDictionary.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* Transforms a dictionary (or qualified dictionary group) and returns its
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDictionary.d.ts","names":[],"sources":["../../src/getDictionary.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"getDictionary.d.ts","names":[],"sources":["../../src/getDictionary.ts"],"mappings":";;;;;;;;;cAmBa,sBACL,UAAU,aAAa,gCACvB,UACF,gBACA,2BAA2B,KAAK,iBAAe,YAEvC,GAAC,mBACM,MAClB,qBACD,kCAAkC,GAAG,IACrC,sBAAsB"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { DeepTransformContent } from "./plugins.js";
|
|
2
2
|
import { DeclaredLocales, DictionaryKeys, DictionaryRegistryResult, DictionarySelectorForKey, ExtractSelectorLocale, LocalesValues } from "@intlayer/types/module_augmentation";
|
|
3
|
-
|
|
4
3
|
//#region src/getIntlayer.d.ts
|
|
5
4
|
/**
|
|
6
5
|
* Picks one dictionary by its key and returns its content for the given
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIntlayer.d.ts","names":[],"sources":["../../src/getIntlayer.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"getIntlayer.d.ts","names":[],"sources":["../../src/getIntlayer.ts"],"mappings":";;;;;;;;cAgBa,oBACL,UAAU,sBACV,UAAU,gBAAgB,yBAAyB,KAAK,iBAAe,KAExE,GAAC,mBACa,MAClB,qBACD,yBAAyB,GAAG,IAC5B,sBAAsB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"installIntlayerHTML.d.ts","names":[],"sources":["../../../src/html/installIntlayerHTML.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"installIntlayerHTML.d.ts","names":[],"sources":["../../../src/html/installIntlayerHTML.ts"],"mappings":";;cAOa,qBAAmB,eAAA;KAI3B;EACH;EACA;EACA;;KAGG,sBACH,cACA,kBAAkB,+BACN,mBAAmB,iBAAiB;KAEtC;EACV,YAAY;;;;;cAYD,6BAA0B,aACzB;EAEZ,SAAO,eAAA;EACP,UAEK;;;;;cASM;UACH;EAIR,WACE,cACA,2BACU,mBAAmB,iBAAiB;;;;;cAWrC,eAAc"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { IntlayerNodeComponent } from "./UI/IntlayerNode.component.js";
|
|
2
|
+
import "./UI/index.js";
|
|
2
3
|
import { INTLAYER_TOKEN, IntlayerProvider, createIntlayerClient } from "./client/intlayerToken.js";
|
|
4
|
+
import { provideIntlayerAnalytics, useAnalytics } from "./analytics/useAnalytics.js";
|
|
5
|
+
import { ConversionParams, useConversion } from "./analytics/useConversion.js";
|
|
6
|
+
import { ExperimentState, useExperiment } from "./analytics/useExperiment.js";
|
|
7
|
+
import "./analytics/index.js";
|
|
3
8
|
import { installIntlayer, provideIntlayer } from "./client/installIntlayer.js";
|
|
4
9
|
import { DeepTransformContent, HTMLPluginCond, IInterpreterPluginAngular, IInterpreterPluginState, InsertionPluginCond, IntlayerNode, IntlayerNodeCond, MarkdownCond, MarkdownStringCond, getPlugins, htmlPlugin, insertionPlugin, intlayerNodePlugins, markdownPlugin, markdownStringPlugin } from "./plugins.js";
|
|
5
10
|
import { useDictionary } from "./client/useDictionary.js";
|
|
@@ -9,14 +14,14 @@ import { isUpdatableNode, useIntlayer } from "./client/useIntlayer.js";
|
|
|
9
14
|
import { useLoadDynamic } from "./client/useLoadDynamic.js";
|
|
10
15
|
import { UseLocaleProps, UseLocaleResult, useLocale } from "./client/useLocale.js";
|
|
11
16
|
import { usePathname } from "./client/usePathname.js";
|
|
17
|
+
import "./client/index.js";
|
|
12
18
|
import { getDictionary } from "./getDictionary.js";
|
|
13
19
|
import { getIntlayer } from "./getIntlayer.js";
|
|
14
20
|
import { LocalesValues } from "@intlayer/types/module_augmentation";
|
|
15
|
-
|
|
16
21
|
//#region src/index.d.ts
|
|
17
22
|
declare module '@intlayer/core/interpreter' {
|
|
18
23
|
interface IInterpreterPlugin<T, S, L extends LocalesValues> extends IInterpreterPluginAngular<T, S, L> {}
|
|
19
24
|
}
|
|
20
25
|
//#endregion
|
|
21
|
-
export { DeepTransformContent, HTMLPluginCond, IInterpreterPluginAngular, IInterpreterPluginState, INTLAYER_TOKEN, InsertionPluginCond, IntlayerNode, IntlayerNodeComponent, IntlayerNodeCond, IntlayerProvider, MarkdownCond, MarkdownStringCond, UseLocaleProps, UseLocaleResult, createIntlayerClient, getDictionary, getIntlayer, getPlugins, htmlPlugin, insertionPlugin, installIntlayer, intlayerNodePlugins, isUpdatableNode, markdownPlugin, markdownStringPlugin, provideIntlayer, useDictionary, useDictionaryAsync, useDictionaryDynamic, useIntlayer, useLoadDynamic, useLocale, usePathname };
|
|
26
|
+
export { ConversionParams, DeepTransformContent, ExperimentState, HTMLPluginCond, IInterpreterPluginAngular, IInterpreterPluginState, INTLAYER_TOKEN, InsertionPluginCond, IntlayerNode, IntlayerNodeComponent, IntlayerNodeCond, IntlayerProvider, MarkdownCond, MarkdownStringCond, UseLocaleProps, UseLocaleResult, createIntlayerClient, getDictionary, getIntlayer, getPlugins, htmlPlugin, insertionPlugin, installIntlayer, intlayerNodePlugins, isUpdatableNode, markdownPlugin, markdownStringPlugin, provideIntlayer, provideIntlayerAnalytics, useAnalytics, useConversion, useDictionary, useDictionaryAsync, useDictionaryDynamic, useExperiment, useIntlayer, useLoadDynamic, useLocale, usePathname };
|
|
22
27
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;YAIY,mBAAmB,GAAG,GAAG,UAAU,uBACnC,0BAA0B,GAAG,GAAG"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { InjectionToken, TemplateRef } from "@angular/core";
|
|
2
2
|
import { CompileOptions, MarkdownRuntime, ParsedMarkdown } from "@intlayer/core/markdown";
|
|
3
|
-
|
|
4
3
|
//#region src/markdown/installIntlayerMarkdown.d.ts
|
|
5
4
|
/**
|
|
6
5
|
* Options accepted by `compileMarkdown` and `parseMarkdown` to customise
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"installIntlayerMarkdown.d.ts","names":[],"sources":["../../../src/markdown/installIntlayerMarkdown.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"installIntlayerMarkdown.d.ts","names":[],"sources":["../../../src/markdown/installIntlayerMarkdown.ts"],"mappings":";;;;;;;KAsBY,0BAA0B;;;;;;cAOzB,yBAAuB,eAAA;KAG/B;EACH;EACA;EACA;;KAGG,0BACH,mBAAmB,gBACnB,kBAAkB,mCACN,mBAAmB,iBAAiB;KAEtC;EACV,gBAAgB;;cAIL,aAAa;;;;;;;;;;;;;;;;;;;cA0Eb,gBAAa,mBACR,kBAEf;;;;;;;;;;;;;;;;cAmCU,kBAAe,iBACV,gBAAc;;;;;;;;;;;;;;;;;;cAkDnB,iCAA8B,iBACzB;EAEhB,SAAO,eAAA;EACP,UAEK;;;;;;;;;;;;;;;;;;;;cAwBM;UACH;EAIR,eACE,mBAAmB,gBACnB,2BACU,mBAAmB,iBAAiB;;;;;;;;;;;;;;;;;;;;;cA2BrC,mBAAkB"}
|
package/dist/types/plugins.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { DeclaredLocales, LocalesValues } from "@intlayer/types/module_augmentat
|
|
|
2
2
|
import { DeepTransformContent as DeepTransformContent$1, IInterpreterPluginState as IInterpreterPluginState$1, Plugins } from "@intlayer/core/interpreter";
|
|
3
3
|
import * as NodeTypes from "@intlayer/types/nodeType";
|
|
4
4
|
import { NodeType } from "@intlayer/types/nodeType";
|
|
5
|
-
|
|
6
5
|
//#region src/plugins.d.ts
|
|
7
6
|
/** ---------------------------------------------
|
|
8
7
|
* INTLAYER NODE PLUGIN
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugins.d.ts","names":[],"sources":["../../src/plugins.ts"],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"plugins.d.ts","names":[],"sources":["../../src/plugins.ts"],"mappings":";;;;;;;;KA2EY,iBAAiB,KAAK,4BAC9B,aAAa;UAGA,aAAa,GAAG;EAC/B,OAAO;EACP;EACA,kBAAkB;;;cAIP,qBAAqB;;;;KAwCtB,mBAAmB,KAAK,mBAChC;EAAuB,UAAU;;;cAIxB,sBAAsB;KA2HvB,aAAa,GAAG,IAAI,WAAW,iBAAiB;EAC1D,UAAU;GACT,UAAU,iBAAiB;EAC5B,aAAa;EACb,iBAAiB;IAEf,aACE;EAEE,MAAM,aAAa,aAAa;EAChC,UAAU,qBAAqB;;cAK1B,gBAAgB;;;;;;;;;;KAoCjB,eAAe,GAAG,IAAI,MAAM;EACtC,UAAU;GACT,UAAU,aAAa;EACxB,aAAa;IAEX,aACE;EAEE,MAAM,aAAa,aAAa;;;cAM3B,YAAY;;;;;;;KA0Gb,oBAAoB,KAAK;EACnC,UAAU;GACT,UAAU,kBAAkB;KAE1B,MAAM;cAGE,iBAAiB;UA+Cb,0BAA0B,GAAG,GAAG,UAAU;EACzD,qBAAqB,iBAAiB;EACtC,iBAAiB,aAAa,GAAG,GAAG;EACpC,aAAa,eAAe,GAAG,GAAG;EAClC,kBAAkB,oBAAoB;;;;;;;KAQ5B,0BAA0B,KACpC;EAGA;EACA;EACA;EACA;;KAGU,qBACV,GACA,UAAU,gBAAgB,mBACxB,uBAAyB,GAAG,yBAAyB;;;;;cAQ5C,aAAU,SACZ,eAAa,uBAErB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ResolvedEditor } from "@intlayer/types/module_augmentation";
|
|
2
|
-
|
|
3
2
|
//#region src/renderIntlayerNode.d.ts
|
|
4
3
|
type IntlayerNode<T = string, AdditionalProps = {}> = ResolvedEditor<T, any> & {
|
|
5
4
|
value: T;
|
|
@@ -11,11 +10,7 @@ type RenderIntlayerNodeProps<T> = {
|
|
|
11
10
|
[key: string]: any;
|
|
12
11
|
};
|
|
13
12
|
};
|
|
14
|
-
declare const renderIntlayerNode: <T>({
|
|
15
|
-
children,
|
|
16
|
-
value,
|
|
17
|
-
additionalProps
|
|
18
|
-
}: RenderIntlayerNodeProps<T>) => IntlayerNode<T>;
|
|
13
|
+
declare const renderIntlayerNode: <T>({ children, value, additionalProps }: RenderIntlayerNodeProps<T>) => IntlayerNode<T>;
|
|
19
14
|
//#endregion
|
|
20
15
|
export { IntlayerNode, renderIntlayerNode };
|
|
21
16
|
//# sourceMappingURL=renderIntlayerNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderIntlayerNode.d.ts","names":[],"sources":["../../src/renderIntlayerNode.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"renderIntlayerNode.d.ts","names":[],"sources":["../../src/renderIntlayerNode.ts"],"mappings":";;KAEY,aAAa,YAAY,wBAAwB,eAC3D;EAGA,OAAO;IACL,kBACF;KAEG,wBAAwB;EAC3B,OAAO;EACP;EACA;KAAqB;;;cAGV,qBACX,KAAC,UAAA,OAAA,mBAKA,wBAAwB,OAAK,aAAa"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//#region src/webpack/mergeConfig.d.ts
|
|
2
|
-
declare const mergeConfig: (baseConfig:
|
|
2
|
+
declare const mergeConfig: (baseConfig: import('webpack').Configuration) => import('webpack').Configuration;
|
|
3
3
|
//#endregion
|
|
4
4
|
export { mergeConfig };
|
|
5
5
|
//# sourceMappingURL=mergeConfig.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mergeConfig.d.ts","names":[],"sources":["../../../src/webpack/mergeConfig.ts"],"mappings":";cASa,
|
|
1
|
+
{"version":3,"file":"mergeConfig.d.ts","names":[],"sources":["../../../src/webpack/mergeConfig.ts"],"mappings":";cASa,cAAW,8BACQ,oCACX"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-intlayer",
|
|
3
|
-
"version": "9.0.0
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Angular applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -119,29 +119,29 @@
|
|
|
119
119
|
"@babel/core": "^7.26.9",
|
|
120
120
|
"@babel/plugin-syntax-import-attributes": "7.28.6",
|
|
121
121
|
"@babel/preset-env": "7.29.2",
|
|
122
|
-
"@intlayer/
|
|
123
|
-
"@intlayer/
|
|
124
|
-
"@intlayer/
|
|
125
|
-
"@intlayer/
|
|
126
|
-
"@intlayer/
|
|
127
|
-
"@intlayer/types": "9.0.0
|
|
128
|
-
"@intlayer/webpack": "9.0.0
|
|
122
|
+
"@intlayer/config": "9.0.0",
|
|
123
|
+
"@intlayer/core": "9.0.0",
|
|
124
|
+
"@intlayer/dictionaries-entry": "9.0.0",
|
|
125
|
+
"@intlayer/editor": "9.0.0",
|
|
126
|
+
"@intlayer/engine": "9.0.0",
|
|
127
|
+
"@intlayer/types": "9.0.0",
|
|
128
|
+
"@intlayer/webpack": "9.0.0",
|
|
129
129
|
"babel-loader": "10.1.1",
|
|
130
130
|
"defu": "6.1.7"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
133
|
"@angular/common": "19.2.25",
|
|
134
134
|
"@angular/core": "19.2.25",
|
|
135
|
-
"@types/node": "
|
|
135
|
+
"@types/node": "26.1.1",
|
|
136
136
|
"@types/webpack": "5.28.5",
|
|
137
137
|
"@utils/ts-config": "1.0.4",
|
|
138
138
|
"@utils/ts-config-types": "1.0.4",
|
|
139
139
|
"@utils/tsdown-config": "1.0.4",
|
|
140
140
|
"esbuild": "0.28.1",
|
|
141
141
|
"rimraf": "6.1.3",
|
|
142
|
-
"tsdown": "0.
|
|
143
|
-
"typescript": "
|
|
144
|
-
"vitest": "4.1.
|
|
142
|
+
"tsdown": "0.22.13",
|
|
143
|
+
"typescript": "7.0.2",
|
|
144
|
+
"vitest": "4.1.10"
|
|
145
145
|
},
|
|
146
146
|
"peerDependencies": {
|
|
147
147
|
"@angular/common": ">=15",
|
|
@@ -154,6 +154,9 @@
|
|
|
154
154
|
"optional": true
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
|
+
"optionalDependencies": {
|
|
158
|
+
"@intlayer/analytics": "9.0.0"
|
|
159
|
+
},
|
|
157
160
|
"engines": {
|
|
158
161
|
"node": ">=14.18"
|
|
159
162
|
},
|