angular-intlayer 8.12.1 → 8.12.3
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 +3 -2
- package/dist/cjs/UI/IntlayerNode.component.cjs.map +1 -1
- package/dist/cjs/_virtual/{_@oxc-project_runtime@0.132.0 → _@oxc-project_runtime@0.127.0}/helpers/decorate.cjs +1 -1
- package/dist/cjs/_virtual/{_@oxc-project_runtime@0.132.0 → _@oxc-project_runtime@0.127.0}/helpers/decorateMetadata.cjs +1 -1
- package/dist/cjs/client/installIntlayer.cjs.map +1 -1
- package/dist/cjs/client/intlayerToken.cjs +1 -0
- package/dist/cjs/client/intlayerToken.cjs.map +1 -1
- package/dist/cjs/client/useDictionary.cjs +1 -0
- package/dist/cjs/client/useDictionary.cjs.map +1 -1
- package/dist/cjs/client/useDictionaryAsync.cjs +1 -0
- package/dist/cjs/client/useDictionaryAsync.cjs.map +1 -1
- package/dist/cjs/client/useDictionaryDynamic.cjs +1 -0
- package/dist/cjs/client/useDictionaryDynamic.cjs.map +1 -1
- package/dist/cjs/client/useIntlayer.cjs +1 -0
- package/dist/cjs/client/useIntlayer.cjs.map +1 -1
- package/dist/cjs/client/useLoadDynamic.cjs +1 -0
- package/dist/cjs/client/useLoadDynamic.cjs.map +1 -1
- package/dist/cjs/client/useLocale.cjs +1 -0
- package/dist/cjs/client/useLocale.cjs.map +1 -1
- package/dist/cjs/client/useLocaleStorage.cjs +1 -0
- package/dist/cjs/client/useLocaleStorage.cjs.map +1 -1
- package/dist/cjs/editor/ContentSelector.component.cjs +3 -2
- package/dist/cjs/editor/ContentSelector.component.cjs.map +1 -1
- package/dist/cjs/editor/EditorProvider.component.cjs +3 -2
- package/dist/cjs/editor/EditorProvider.component.cjs.map +1 -1
- package/dist/cjs/editor/useEditor.cjs +1 -0
- package/dist/cjs/editor/useEditor.cjs.map +1 -1
- package/dist/cjs/esbuild/plugin.cjs +3 -2
- package/dist/cjs/esbuild/plugin.cjs.map +1 -1
- package/dist/cjs/format/useCompact.cjs +1 -0
- package/dist/cjs/format/useCompact.cjs.map +1 -1
- package/dist/cjs/format/useCurrency.cjs +1 -0
- package/dist/cjs/format/useCurrency.cjs.map +1 -1
- package/dist/cjs/format/useDate.cjs +1 -0
- package/dist/cjs/format/useDate.cjs.map +1 -1
- package/dist/cjs/format/useIntl.cjs +1 -0
- package/dist/cjs/format/useIntl.cjs.map +1 -1
- package/dist/cjs/format/useList.cjs +1 -0
- package/dist/cjs/format/useList.cjs.map +1 -1
- package/dist/cjs/format/useNumber.cjs +1 -0
- package/dist/cjs/format/useNumber.cjs.map +1 -1
- package/dist/cjs/format/usePercentage.cjs +1 -0
- package/dist/cjs/format/usePercentage.cjs.map +1 -1
- package/dist/cjs/format/useRelativeTime.cjs +1 -0
- package/dist/cjs/format/useRelativeTime.cjs.map +1 -1
- package/dist/cjs/format/useUnit.cjs +1 -0
- package/dist/cjs/format/useUnit.cjs.map +1 -1
- package/dist/cjs/getDictionary.cjs +1 -0
- package/dist/cjs/getDictionary.cjs.map +1 -1
- package/dist/cjs/getIntlayer.cjs +1 -0
- package/dist/cjs/getIntlayer.cjs.map +1 -1
- package/dist/cjs/html/installIntlayerHTML.cjs +2 -1
- package/dist/cjs/html/installIntlayerHTML.cjs.map +1 -1
- package/dist/cjs/markdown/installIntlayerMarkdown.cjs +72 -3
- package/dist/cjs/markdown/installIntlayerMarkdown.cjs.map +1 -1
- package/dist/cjs/plugins.cjs.map +1 -1
- package/dist/cjs/renderIntlayerNode.cjs.map +1 -1
- package/dist/cjs/webpack/mergeConfig.cjs +1 -0
- 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.132.0 → _@oxc-project_runtime@0.127.0}/helpers/decorate.mjs +1 -1
- package/dist/esm/_virtual/{_@oxc-project_runtime@0.132.0 → _@oxc-project_runtime@0.127.0}/helpers/decorateMetadata.mjs +1 -1
- 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/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 +2 -2
- 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/markdown/installIntlayerMarkdown.mjs +71 -3
- package/dist/esm/markdown/installIntlayerMarkdown.mjs.map +1 -1
- 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.map +1 -1
- package/dist/types/client/installIntlayer.d.ts +3 -2
- package/dist/types/client/installIntlayer.d.ts.map +1 -1
- package/dist/types/client/intlayerToken.d.ts +2 -1
- package/dist/types/client/intlayerToken.d.ts.map +1 -1
- package/dist/types/client/useDictionaryAsync.d.ts +2 -1
- package/dist/types/client/useDictionaryAsync.d.ts.map +1 -1
- package/dist/types/client/useDictionaryDynamic.d.ts +5 -3
- package/dist/types/client/useDictionaryDynamic.d.ts.map +1 -1
- package/dist/types/client/useIntlayer.d.ts.map +1 -1
- package/dist/types/client/useLocale.d.ts.map +1 -1
- package/dist/types/client/useLocaleStorage.d.ts +5 -5
- package/dist/types/client/useLocaleStorage.d.ts.map +1 -1
- package/dist/types/editor/useEditor.d.ts +2 -1
- package/dist/types/editor/useEditor.d.ts.map +1 -1
- package/dist/types/esbuild/plugin.d.ts.map +1 -1
- package/dist/types/format/useCompact.d.ts +4 -3
- package/dist/types/format/useCompact.d.ts.map +1 -1
- package/dist/types/format/useCurrency.d.ts +4 -3
- package/dist/types/format/useCurrency.d.ts.map +1 -1
- package/dist/types/format/useDate.d.ts +6 -4
- package/dist/types/format/useDate.d.ts.map +1 -1
- package/dist/types/format/useIntl.d.ts +2 -1
- package/dist/types/format/useIntl.d.ts.map +1 -1
- package/dist/types/format/useList.d.ts +4 -3
- package/dist/types/format/useList.d.ts.map +1 -1
- package/dist/types/format/useNumber.d.ts +4 -3
- package/dist/types/format/useNumber.d.ts.map +1 -1
- package/dist/types/format/usePercentage.d.ts +4 -3
- package/dist/types/format/usePercentage.d.ts.map +1 -1
- package/dist/types/format/useRelativeTime.d.ts +4 -3
- package/dist/types/format/useRelativeTime.d.ts.map +1 -1
- package/dist/types/format/useUnit.d.ts +4 -3
- package/dist/types/format/useUnit.d.ts.map +1 -1
- package/dist/types/getDictionary.d.ts +2 -1
- package/dist/types/getDictionary.d.ts.map +1 -1
- package/dist/types/html/installIntlayerHTML.d.ts.map +1 -1
- package/dist/types/markdown/index.d.ts +2 -2
- package/dist/types/markdown/installIntlayerMarkdown.d.ts +93 -5
- package/dist/types/markdown/installIntlayerMarkdown.d.ts.map +1 -1
- package/dist/types/plugins.d.ts.map +1 -1
- package/dist/types/renderIntlayerNode.d.ts.map +1 -1
- package/dist/types/webpack/mergeConfig.d.ts.map +1 -1
- package/package.json +13 -13
- package/dist/types/intlayer/dist/types/index.d.ts +0 -4
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { IInterpreterPluginState } from "../plugins.js";
|
|
2
|
-
import
|
|
1
|
+
import { IInterpreterPluginState as IInterpreterPluginState$1 } from "../plugins.js";
|
|
2
|
+
import * as _$_angular_core0 from "@angular/core";
|
|
3
3
|
import { DictionaryKeys, LocalesValues, StrictModeLocaleMap } from "@intlayer/types/module_augmentation";
|
|
4
4
|
import { Dictionary } from "@intlayer/types/dictionary";
|
|
5
|
+
import * as _$_intlayer_core_interpreter0 from "@intlayer/core/interpreter";
|
|
6
|
+
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
5
7
|
|
|
6
8
|
//#region src/client/useDictionaryDynamic.d.ts
|
|
7
9
|
/**
|
|
@@ -9,7 +11,7 @@ import { Dictionary } from "@intlayer/types/dictionary";
|
|
|
9
11
|
*
|
|
10
12
|
* If the locale is not provided, it will use the locale from the client context
|
|
11
13
|
*/
|
|
12
|
-
declare const useDictionaryDynamic: <const T extends Dictionary, const K extends DictionaryKeys>(dictionaryPromise: StrictModeLocaleMap<() => Promise<T>>, key: K, locale?: LocalesValues) =>
|
|
14
|
+
declare const useDictionaryDynamic: <const T extends Dictionary, const K extends DictionaryKeys>(dictionaryPromise: StrictModeLocaleMap<() => Promise<T>>, key: K, locale?: LocalesValues) => _$_angular_core0.Signal<_$_intlayer_core_interpreter0.DeepTransformContent<T["content"], IInterpreterPluginState$1, _$_intlayer_types0.Locale>>;
|
|
13
15
|
//#endregion
|
|
14
16
|
export { useDictionaryDynamic };
|
|
15
17
|
//# sourceMappingURL=useDictionaryDynamic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryDynamic.d.ts","names":[],"sources":["../../../src/client/useDictionaryDynamic.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"useDictionaryDynamic.d.ts","names":[],"sources":["../../../src/client/useDictionaryDynamic.ts"],"mappings":";;;;;;;;;;;;;cAmBa,oBAAA,mBACK,UAAA,kBACA,cAAA,EAEhB,iBAAA,EAAmB,mBAAA,OAA0B,OAAA,CAAQ,CAAA,IACrD,GAAA,EAAK,CAAA,EACL,MAAA,GAAS,aAAA,KAAa,gBAAA,CAAA,MAAA,CAAA,6BAAA,CAAA,oBAAA,CAAA,CAAA,aAAA,yBAAA,EAAA,kBAAA,CAAA,MAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useIntlayer.d.ts","names":[],"sources":["../../../src/client/useIntlayer.ts"],"mappings":";;;;;;cAWa,eAAA,GACX,GAAA,cACC,GAAA;EAAS,QAAA,GAAW,CAAA;AAAA
|
|
1
|
+
{"version":3,"file":"useIntlayer.d.ts","names":[],"sources":["../../../src/client/useIntlayer.ts"],"mappings":";;;;;;cAWa,eAAA,GACX,GAAA,cACC,GAAA;EAAS,QAAA,GAAW,CAAA;AAAA;;;;;;;;;AA8BvB;;;;;;;;;;;;;;;;;cAAa,WAAA,mBACK,cAAA,kBACA,aAAA,EAEhB,GAAA,EAAK,CAAA,EACL,MAAA,GAAS,aAAA,KACR,MAAA,CAAO,oBAAA,CAAqB,yBAAA,CAA0B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLocale.d.ts","names":[],"sources":["../../../src/client/useLocale.ts"],"mappings":";;;;KASY,cAAA;EACV,eAAA;EACA,cAAA,IAAkB,MAAA,EAAQ,
|
|
1
|
+
{"version":3,"file":"useLocale.d.ts","names":[],"sources":["../../../src/client/useLocale.ts"],"mappings":";;;;KASY,cAAA;EACV,eAAA;EACA,cAAA,IAAkB,MAAA,EAAQ,eAAA;AAAA;AAAA,KAGhB,eAAA;EACV,MAAA,EAAQ,MAAA,CAAO,eAAA;EACf,aAAA,EAAe,eAAA;EACf,gBAAA,EAAkB,eAAA;EAClB,SAAA,GAAY,MAAA,EAAQ,aAAA;AAAA;;;AAJtB;;;;;;;;;;;;;;;;;;;;;;AAkCA;;;cAAa,SAAA;EAAa,eAAA;EAAA;AAAA,IAGvB,cAAA,KAAsB,eAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Locale } from "../intlayer/dist/types/index.js";
|
|
2
1
|
import { LocalesValues } from "@intlayer/types/module_augmentation";
|
|
2
|
+
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
3
3
|
|
|
4
4
|
//#region src/client/useLocaleStorage.d.ts
|
|
5
5
|
/**
|
|
@@ -8,13 +8,13 @@ import { LocalesValues } from "@intlayer/types/module_augmentation";
|
|
|
8
8
|
/**
|
|
9
9
|
* Get the locale cookie
|
|
10
10
|
*/
|
|
11
|
-
declare const localeInStorage: Locale;
|
|
11
|
+
declare const localeInStorage: _$_intlayer_types0.Locale;
|
|
12
12
|
/**
|
|
13
13
|
* @deprecated Use localeInStorage instead
|
|
14
14
|
*
|
|
15
15
|
* Get the locale cookie
|
|
16
16
|
*/
|
|
17
|
-
declare const localeCookie: Locale;
|
|
17
|
+
declare const localeCookie: _$_intlayer_types0.Locale;
|
|
18
18
|
/**
|
|
19
19
|
* Set the locale cookie
|
|
20
20
|
*/
|
|
@@ -29,7 +29,7 @@ declare const setLocaleCookie: (locale: LocalesValues, isCookieEnabled: boolean)
|
|
|
29
29
|
* Hook that provides the locale storage and a function to set it
|
|
30
30
|
*/
|
|
31
31
|
declare const useLocaleStorage: (isCookieEnabled?: boolean) => {
|
|
32
|
-
getLocale: () => Locale;
|
|
32
|
+
getLocale: () => _$_intlayer_types0.Locale;
|
|
33
33
|
setLocale: (locale: LocalesValues) => void;
|
|
34
34
|
};
|
|
35
35
|
/**
|
|
@@ -40,7 +40,7 @@ declare const useLocaleStorage: (isCookieEnabled?: boolean) => {
|
|
|
40
40
|
* Hook that provides the locale cookie and a function to set it
|
|
41
41
|
*/
|
|
42
42
|
declare const useLocaleCookie: (isCookieEnabled?: boolean) => {
|
|
43
|
-
localeCookie: Locale;
|
|
43
|
+
localeCookie: _$_intlayer_types0.Locale;
|
|
44
44
|
setLocaleCookie: (locale: LocalesValues) => void;
|
|
45
45
|
};
|
|
46
46
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLocaleStorage.d.ts","names":[],"sources":["../../../src/client/useLocaleStorage.ts"],"mappings":";;;;;;;AAcA;;;AAAA,cAAa,eAAA,EAAkE,MAAA
|
|
1
|
+
{"version":3,"file":"useLocaleStorage.d.ts","names":[],"sources":["../../../src/client/useLocaleStorage.ts"],"mappings":";;;;;;;AAcA;;;AAAA,cAAa,eAAA,EAAkE,kBAAA,CAAnD,MAAA;;AAM5B;;;;cAAa,YAAA,EAA8B,kBAAA,CAAlB,MAAA;AAKzB;;;AAAA,cAAa,kBAAA,GACX,MAAA,EAAQ,aAAA,EACR,eAAA;;;;;;cAYW,eAAA,GAAe,MAAA,EAblB,aAAA,EAAa,eAAA;;;;cAkBV,gBAAA,GAAoB,eAAA;mBAI7B,kBAAA,CAAA,MAAA;sBAAA,aAAA;AAAA;;AAJJ;;;;;;cAaa,eAAA,GAAmB,eAAA;gBAO/B,kBAAA,CAAA,MAAA;4BAAA,aAAA;AAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { IntlayerProvider } from "../client/intlayerToken.js";
|
|
2
|
+
import * as _$_angular_core0 from "@angular/core";
|
|
2
3
|
|
|
3
4
|
//#region src/editor/useEditor.d.ts
|
|
4
5
|
/**
|
|
@@ -31,7 +32,7 @@ declare const useEditor: (client?: IntlayerProvider | null) => void;
|
|
|
31
32
|
* };
|
|
32
33
|
* ```
|
|
33
34
|
*/
|
|
34
|
-
declare const provideIntlayerEditor: (client?: IntlayerProvider | null) =>
|
|
35
|
+
declare const provideIntlayerEditor: (client?: IntlayerProvider | null) => _$_angular_core0.EnvironmentProviders;
|
|
35
36
|
//#endregion
|
|
36
37
|
export { provideIntlayerEditor, useEditor };
|
|
37
38
|
//# 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":";;;;;;;AA4BA;;;;;AA6DA;;;;cA7Da,SAAA,GAAa,MAAA,GAAS,gBAAA;;;;;;;;;;;;;;;;;;cA6DtB,qBAAA,GAAyB,MAAA,GAAS,gBAAA,YAAgB,gBAAA,CAAO,oBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","names":[],"sources":["../../../src/esbuild/plugin.ts"],"mappings":";;;UAoBiB,kBAAA;EACf,cAAA;IACE,KAAA,GAAQ,MAAA;IACR,MAAA,GAAS,MAAA;IACT,MAAA;IACA,KAAA,YAFS;IAIT,aAAA;EAAA;EAEF,OAAA,CAAQ,QAAA,eAAuB,OAAA;EAGJ;EAD3B,SAAA,CACE,OAAA;IAAW,MAAA,EAAQ,MAAA;IAAQ,SAAA;EAAA,GAC3B,QAAA,GAAW,IAAA;IACT,IAAA;IACA,QAAA;IACA,SAAA;IACA,UAAA;EAAA;IACM,IAAA;IAAc,SAAA;EAAA;AAAA;AAAA,UAIT,aAAA;EACf,IAAA;EACA,KAAA,CAAM,KAAA,EAAO,kBAAA,UAA4B,
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","names":[],"sources":["../../../src/esbuild/plugin.ts"],"mappings":";;;UAoBiB,kBAAA;EACf,cAAA;IACE,KAAA,GAAQ,MAAA;IACR,MAAA,GAAS,MAAA;IACT,MAAA;IACA,KAAA,YAFS;IAIT,aAAA;EAAA;EAEF,OAAA,CAAQ,QAAA,eAAuB,OAAA;EAGJ;EAD3B,SAAA,CACE,OAAA;IAAW,MAAA,EAAQ,MAAA;IAAQ,SAAA;EAAA,GAC3B,QAAA,GAAW,IAAA;IACT,IAAA;IACA,QAAA;IACA,SAAA;IACA,UAAA;EAAA;IACM,IAAA;IAAc,SAAA;EAAA;AAAA;AAAA,UAIT,aAAA;EACf,IAAA;EACA,KAAA,CAAM,KAAA,EAAO,kBAAA,UAA4B,OAAA;AAAA;AAAA,KAG/B,4BAAA;EACV,aAAA,GAAgB,uBAAA;EAXZ;;;;;;;EAmBJ,KAAA;AAAA;;;;;;;;;;AATF;;;;;;;;;AAkCA;;;;cAAa,qBAAA,GACX,OAAA,GAAU,4BAAA,KACT,aAAA"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
+
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
2
3
|
|
|
3
4
|
//#region src/format/useCompact.d.ts
|
|
4
|
-
declare const useCompact: () =>
|
|
5
|
-
locale?: LocalesValues;
|
|
5
|
+
declare const useCompact: () => _$_angular_core0.Signal<(value: string | number, options?: Intl.NumberFormatOptions & {
|
|
6
|
+
locale?: _$_intlayer_types0.LocalesValues;
|
|
6
7
|
}) => string>;
|
|
7
8
|
//#endregion
|
|
8
9
|
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,UAAA,yBAAU,MAAA,EAAA,KAAA,mBAAA,OAAA,GAAA,IAAA,CAAA,mBAAA;WAAA,kBAAA,CAAA,aAAA;AAAA"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
+
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
2
3
|
|
|
3
4
|
//#region src/format/useCurrency.d.ts
|
|
4
|
-
declare const useCurrency: () =>
|
|
5
|
-
locale?: LocalesValues;
|
|
5
|
+
declare const useCurrency: () => _$_angular_core0.Signal<(value: string | number, options?: Intl.NumberFormatOptions & {
|
|
6
|
+
locale?: _$_intlayer_types0.LocalesValues;
|
|
6
7
|
}) => string>;
|
|
7
8
|
//#endregion
|
|
8
9
|
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,WAAA,yBAAW,MAAA,EAAA,KAAA,mBAAA,OAAA,GAAA,IAAA,CAAA,mBAAA;WAAA,kBAAA,CAAA,aAAA;AAAA"}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import
|
|
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";
|
|
2
4
|
|
|
3
5
|
//#region src/format/useDate.d.ts
|
|
4
6
|
/**
|
|
5
7
|
* Angular client hook that provides a localized date/time formatter.
|
|
6
8
|
*/
|
|
7
|
-
declare const useDate: () =>
|
|
8
|
-
locale?: LocalesValues;
|
|
9
|
-
}) |
|
|
9
|
+
declare const useDate: () => _$_angular_core0.Signal<(date: string | number | Date, options?: (Intl.DateTimeFormatOptions & {
|
|
10
|
+
locale?: _$_intlayer_types0.LocalesValues;
|
|
11
|
+
}) | _$_intlayer_core_formatters0.DateTimePreset) => string>;
|
|
10
12
|
//#endregion
|
|
11
13
|
export { useDate };
|
|
12
14
|
//# 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,OAAA,yBAAO,MAAA,EAAA,IAAA,oBAAA,IAAA,EAAA,OAAA,IAAA,IAAA,CAAA,qBAAA;WAAA,kBAAA,CAAA,aAAA;AAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _$_angular_core0 from "@angular/core";
|
|
1
2
|
import { LocalesValues } from "@intlayer/types/module_augmentation";
|
|
2
3
|
import { WrappedIntl } from "@intlayer/core/formatters";
|
|
3
4
|
|
|
@@ -5,7 +6,7 @@ import { WrappedIntl } from "@intlayer/core/formatters";
|
|
|
5
6
|
/**
|
|
6
7
|
* Angular composable that provides a locale-bound `Intl` object as a Signal.
|
|
7
8
|
*/
|
|
8
|
-
declare const useIntl: (locale?: LocalesValues) =>
|
|
9
|
+
declare const useIntl: (locale?: LocalesValues) => _$_angular_core0.Signal<WrappedIntl>;
|
|
9
10
|
//#endregion
|
|
10
11
|
export { useIntl };
|
|
11
12
|
//# 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,OAAA,GAAW,MAAA,GAAS,aAAA,KAAa,gBAAA,CAAA,MAAA,CAAA,WAAA"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
+
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
2
3
|
|
|
3
4
|
//#region src/format/useList.d.ts
|
|
4
|
-
declare const useList: () =>
|
|
5
|
+
declare const useList: () => _$_angular_core0.Signal<(values: (string | number)[], options?: {
|
|
5
6
|
localeMatcher?: "lookup" | "best fit";
|
|
6
7
|
type?: "conjunction" | "disjunction" | "unit";
|
|
7
8
|
style?: "long" | "short" | "narrow";
|
|
8
9
|
} & {
|
|
9
|
-
locale?: LocalesValues;
|
|
10
|
+
locale?: _$_intlayer_types0.LocalesValues;
|
|
10
11
|
}) => string>;
|
|
11
12
|
//#endregion
|
|
12
13
|
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,OAAA,QAWZ,gBAAA,CAXmB,MAAA,EAAA,MAAA,uBAAA,OAAA;;;;;WAWnB,kBAAA,CAAA,aAAA;AAAA"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
+
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
2
3
|
|
|
3
4
|
//#region src/format/useNumber.d.ts
|
|
4
5
|
/**
|
|
5
6
|
* Angular client hook that provides a localized number formatter.
|
|
6
7
|
*/
|
|
7
|
-
declare const useNumber: () =>
|
|
8
|
-
locale?: LocalesValues;
|
|
8
|
+
declare const useNumber: () => _$_angular_core0.Signal<(value: string | number, args_1?: Intl.NumberFormatOptions & {
|
|
9
|
+
locale?: _$_intlayer_types0.LocalesValues;
|
|
9
10
|
}) => string>;
|
|
10
11
|
//#endregion
|
|
11
12
|
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,SAAA,yBAAS,MAAA,EAAA,KAAA,mBAAA,MAAA,GAAA,IAAA,CAAA,mBAAA;WAAA,kBAAA,CAAA,aAAA;AAAA"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
+
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
2
3
|
|
|
3
4
|
//#region src/format/usePercentage.d.ts
|
|
4
|
-
declare const usePercentage: () =>
|
|
5
|
-
locale?: LocalesValues;
|
|
5
|
+
declare const usePercentage: () => _$_angular_core0.Signal<(value: string | number, args_1?: Intl.NumberFormatOptions & {
|
|
6
|
+
locale?: _$_intlayer_types0.LocalesValues;
|
|
6
7
|
}) => string>;
|
|
7
8
|
//#endregion
|
|
8
9
|
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,aAAA,yBAAa,MAAA,EAAA,KAAA,mBAAA,MAAA,GAAA,IAAA,CAAA,mBAAA;WAAA,kBAAA,CAAA,aAAA;AAAA"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
+
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
2
3
|
|
|
3
4
|
//#region src/format/useRelativeTime.d.ts
|
|
4
|
-
declare const useRelativeTime: () =>
|
|
5
|
-
locale?: LocalesValues;
|
|
5
|
+
declare const useRelativeTime: () => _$_angular_core0.Signal<(from: string | number | Date, to?: string | number | Date, options?: Intl.RelativeTimeFormatOptions & {
|
|
6
|
+
locale?: _$_intlayer_types0.LocalesValues;
|
|
6
7
|
unit?: Intl.RelativeTimeFormatUnit;
|
|
7
8
|
}) => string>;
|
|
8
9
|
//#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,eAAA,yBAAe,MAAA,EAAA,IAAA,oBAAA,IAAA,EAAA,EAAA,qBAAA,IAAA,EAAA,OAAA,GAAA,IAAA,CAAA,yBAAA;WAAA,kBAAA,CAAA,aAAA"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _$_angular_core0 from "@angular/core";
|
|
2
|
+
import * as _$_intlayer_types0 from "@intlayer/types";
|
|
2
3
|
|
|
3
4
|
//#region src/format/useUnit.d.ts
|
|
4
|
-
declare const useUnit: () =>
|
|
5
|
-
locale?: LocalesValues;
|
|
5
|
+
declare const useUnit: () => _$_angular_core0.Signal<(value: string | number, options?: Intl.NumberFormatOptions & {
|
|
6
|
+
locale?: _$_intlayer_types0.LocalesValues;
|
|
6
7
|
}) => string>;
|
|
7
8
|
//#endregion
|
|
8
9
|
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,OAAA,yBAAO,MAAA,EAAA,KAAA,mBAAA,OAAA,GAAA,IAAA,CAAA,mBAAA;WAAA,kBAAA,CAAA,aAAA;AAAA"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { DeclaredLocales, LocalesValues } from "@intlayer/types/module_augmentation";
|
|
2
2
|
import { Dictionary } from "@intlayer/types/dictionary";
|
|
3
|
+
import * as _$_intlayer_core_interpreter0 from "@intlayer/core/interpreter";
|
|
3
4
|
|
|
4
5
|
//#region src/getDictionary.d.ts
|
|
5
|
-
declare const getDictionary: <const T extends Dictionary, const L extends LocalesValues = DeclaredLocales>(dictionary: T, locale?: L) =>
|
|
6
|
+
declare const getDictionary: <const T extends Dictionary, const L extends LocalesValues = DeclaredLocales>(dictionary: T, locale?: L) => _$_intlayer_core_interpreter0.DeepTransformContent<T["content"], _$_intlayer_core_interpreter0.IInterpreterPluginState, L>;
|
|
6
7
|
//#endregion
|
|
7
8
|
export { getDictionary };
|
|
8
9
|
//# sourceMappingURL=getDictionary.d.ts.map
|
|
@@ -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":";;;;;cAQa,aAAA,mBACK,UAAA,kBACA,aAAA,GAAgB,eAAA,EAEhC,UAAA,EAAY,CAAA,EACZ,MAAA,GAAS,CAAA,KAAC,6BAAA,CAAA,oBAAA,CAAA,CAAA,aAAA,6BAAA,CAAA,uBAAA,EAAA,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"installIntlayerHTML.d.ts","names":[],"sources":["../../../src/html/installIntlayerHTML.ts"],"mappings":";;;cAOa,mBAAA,EAAmB,cAAA,CAAA,oBAAA;AAAA,KAI3B,iBAAA;EACH,UAAA;EACA,OAAA;EACA,OAAA;AAAA;AAAA,KAGG,kBAAA,IACH,IAAA,UACA,SAAA,SAAkB,iBAAA,cACN,WAAA,QAAmB,OAAA,UAAiB,WAAA;AAAA,KAEtC,oBAAA;EACV,UAAA,EAAY,
|
|
1
|
+
{"version":3,"file":"installIntlayerHTML.d.ts","names":[],"sources":["../../../src/html/installIntlayerHTML.ts"],"mappings":";;;cAOa,mBAAA,EAAmB,cAAA,CAAA,oBAAA;AAAA,KAI3B,iBAAA;EACH,UAAA;EACA,OAAA;EACA,OAAA;AAAA;AAAA,KAGG,kBAAA,IACH,IAAA,UACA,SAAA,SAAkB,iBAAA,cACN,WAAA,QAAmB,OAAA,UAAiB,WAAA;AAAA,KAEtC,oBAAA;EACV,UAAA,EAAY,kBAAA;AAAA;;;;cAYD,0BAAA,GACX,UAAA,GAAY,kBAAA;;YAKP,oBAAA;AAAA;;;;cASM,mBAAA;EAAA,QACH,YAAA;EAIR,UAAA,CACE,IAAA,UACA,SAAA,kBACU,WAAA,QAAmB,OAAA,UAAiB,WAAA;AAAA;;;;cAWrC,OAAA,QAAc,oBAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { INTLAYER_MARKDOWN_TOKEN, IntlayerMarkdownProvider, IntlayerMarkdownService, ParsedMarkdown, compileMarkdown, createIntlayerMarkdownProvider, parseMarkdown, useMarkdown } from "./installIntlayerMarkdown.js";
|
|
2
|
-
export { INTLAYER_MARKDOWN_TOKEN, type IntlayerMarkdownProvider as IntlayerMarkdownProviderType, IntlayerMarkdownService, type ParsedMarkdown, compileMarkdown, createIntlayerMarkdownProvider, parseMarkdown, useMarkdown };
|
|
1
|
+
import { INTLAYER_MARKDOWN_TOKEN, IntlayerMarkdownProvider, IntlayerMarkdownService, MarkdownRendererOptions, ParsedMarkdown, compileMarkdown, createIntlayerMarkdownProvider, parseMarkdown, useMarkdown } from "./installIntlayerMarkdown.js";
|
|
2
|
+
export { INTLAYER_MARKDOWN_TOKEN, type IntlayerMarkdownProvider as IntlayerMarkdownProviderType, IntlayerMarkdownService, type MarkdownRendererOptions, type ParsedMarkdown, compileMarkdown, createIntlayerMarkdownProvider, parseMarkdown, useMarkdown };
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
import { InjectionToken, TemplateRef } from "@angular/core";
|
|
2
|
-
import { MarkdownRuntime, ParsedMarkdown } from "@intlayer/core/markdown";
|
|
2
|
+
import { CompileOptions, MarkdownRuntime, ParsedMarkdown } from "@intlayer/core/markdown";
|
|
3
3
|
|
|
4
4
|
//#region src/markdown/installIntlayerMarkdown.d.ts
|
|
5
|
+
/**
|
|
6
|
+
* Options accepted by `compileMarkdown` and `parseMarkdown` to customise
|
|
7
|
+
* rendering behaviour (custom components, sanitizer, slugify, rule hooks, …).
|
|
8
|
+
*/
|
|
9
|
+
type MarkdownRendererOptions = CompileOptions;
|
|
10
|
+
/**
|
|
11
|
+
* Angular `InjectionToken` used to provide a custom markdown renderer via the
|
|
12
|
+
* DI system. Use `createIntlayerMarkdownProvider` to create the provider value
|
|
13
|
+
* and register it in a module or component's `providers` array.
|
|
14
|
+
*/
|
|
5
15
|
declare const INTLAYER_MARKDOWN_TOKEN: InjectionToken<IntlayerMarkdownProvider>;
|
|
6
16
|
type RenderMarkdownOptions = {
|
|
7
17
|
components?: any;
|
|
@@ -13,26 +23,104 @@ type IntlayerMarkdownProvider = {
|
|
|
13
23
|
renderMarkdown: RenderMarkdownFunction;
|
|
14
24
|
};
|
|
15
25
|
declare const htmlRuntime: MarkdownRuntime;
|
|
26
|
+
/**
|
|
27
|
+
* **Step 1 of 2 — parse only.**
|
|
28
|
+
* Converts a raw markdown string into a `ParsedMarkdown` AST without rendering
|
|
29
|
+
* any HTML. Use this when you need to:
|
|
30
|
+
* - Cache the parsed result and render it several times with different options.
|
|
31
|
+
* - Inspect or transform the AST before rendering.
|
|
32
|
+
* - Defer the render step to a later point.
|
|
33
|
+
*
|
|
34
|
+
* @param markdown - The markdown source string.
|
|
35
|
+
* @param options - Options that affect parsing.
|
|
36
|
+
* @returns A `ParsedMarkdown` AST ready to be passed to `compileMarkdown`.
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* ```ts
|
|
40
|
+
* const ast = parseMarkdown('# Hello **world**');
|
|
41
|
+
* const html = compileMarkdown(ast);
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
16
44
|
declare const parseMarkdown: (markdown?: string, options?: any) => ParsedMarkdown;
|
|
45
|
+
/**
|
|
46
|
+
* **Steps 1 + 2 — parse and render in one shot.**
|
|
47
|
+
* Accepts a raw markdown string or a pre-parsed `ParsedMarkdown` AST and
|
|
48
|
+
* returns an HTML string. Use with Angular's `[innerHTML]` binding or
|
|
49
|
+
* `IntlayerMarkdownService.renderMarkdown`.
|
|
50
|
+
*
|
|
51
|
+
* @param input - Markdown string or pre-parsed AST.
|
|
52
|
+
* @param options - Rendering options (components, sanitizer, slugify, …).
|
|
53
|
+
* @returns An HTML string representing the rendered markdown.
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* ```ts
|
|
57
|
+
* const html = compileMarkdown('# Hello **world**');
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
17
60
|
declare const compileMarkdown: (input?: string | ParsedMarkdown, options?: any) => string;
|
|
18
61
|
/**
|
|
19
|
-
*
|
|
62
|
+
* Returns an Angular `Provider` object that registers a custom markdown render
|
|
63
|
+
* function under `INTLAYER_MARKDOWN_TOKEN`. Pass the returned provider to a
|
|
64
|
+
* module or component's `providers` array.
|
|
65
|
+
*
|
|
66
|
+
* @param renderMarkdown - Custom render function. Defaults to the built-in
|
|
67
|
+
* HTML string renderer when omitted.
|
|
68
|
+
*
|
|
69
|
+
* @example
|
|
70
|
+
* ```ts
|
|
71
|
+
* // app.module.ts
|
|
72
|
+
* @NgModule({
|
|
73
|
+
* providers: [createIntlayerMarkdownProvider(myCustomRenderer)],
|
|
74
|
+
* })
|
|
75
|
+
* export class AppModule {}
|
|
76
|
+
* ```
|
|
20
77
|
*/
|
|
21
78
|
declare const createIntlayerMarkdownProvider: (renderMarkdown?: RenderMarkdownFunction) => {
|
|
22
79
|
provide: InjectionToken<IntlayerMarkdownProvider>;
|
|
23
80
|
useValue: IntlayerMarkdownProvider;
|
|
24
81
|
};
|
|
25
82
|
/**
|
|
26
|
-
*
|
|
83
|
+
* Angular injectable service that wraps the active markdown renderer. Inject
|
|
84
|
+
* this service anywhere in your app to call `renderMarkdown` without touching
|
|
85
|
+
* the DI token directly. Falls back to returning the raw markdown string when
|
|
86
|
+
* no provider is registered.
|
|
87
|
+
*
|
|
88
|
+
* @example
|
|
89
|
+
* ```ts
|
|
90
|
+
* @Component({ ... })
|
|
91
|
+
* export class MyComponent {
|
|
92
|
+
* private markdownService = inject(IntlayerMarkdownService);
|
|
93
|
+
*
|
|
94
|
+
* get html() {
|
|
95
|
+
* return this.markdownService.renderMarkdown('# Hello');
|
|
96
|
+
* }
|
|
97
|
+
* }
|
|
98
|
+
* ```
|
|
27
99
|
*/
|
|
28
100
|
declare class IntlayerMarkdownService {
|
|
29
101
|
private markdownProvider;
|
|
30
102
|
renderMarkdown(markdown: string | ParsedMarkdown, overrides?: any): string | TemplateRef<any> | Promise<string | TemplateRef<any>>;
|
|
31
103
|
}
|
|
32
104
|
/**
|
|
33
|
-
*
|
|
105
|
+
* Reads the active markdown provider from the current Angular injector context.
|
|
106
|
+
* Returns a fallback object that uses the built-in HTML string renderer when
|
|
107
|
+
* `createIntlayerMarkdownProvider` has not been registered.
|
|
108
|
+
*
|
|
109
|
+
* @returns An `IntlayerMarkdownProvider` with a `renderMarkdown` method.
|
|
110
|
+
*
|
|
111
|
+
* @example
|
|
112
|
+
* ```ts
|
|
113
|
+
* @Component({ ... })
|
|
114
|
+
* export class MyComponent {
|
|
115
|
+
* private markdown = useMarkdown();
|
|
116
|
+
*
|
|
117
|
+
* get html() {
|
|
118
|
+
* return this.markdown.renderMarkdown('# Hello');
|
|
119
|
+
* }
|
|
120
|
+
* }
|
|
121
|
+
* ```
|
|
34
122
|
*/
|
|
35
123
|
declare const useMarkdown: () => IntlayerMarkdownProvider;
|
|
36
124
|
//#endregion
|
|
37
|
-
export { INTLAYER_MARKDOWN_TOKEN, IntlayerMarkdownProvider, IntlayerMarkdownService, type ParsedMarkdown, compileMarkdown, createIntlayerMarkdownProvider, htmlRuntime, parseMarkdown, useMarkdown };
|
|
125
|
+
export { INTLAYER_MARKDOWN_TOKEN, IntlayerMarkdownProvider, IntlayerMarkdownService, MarkdownRendererOptions, type ParsedMarkdown, compileMarkdown, createIntlayerMarkdownProvider, htmlRuntime, parseMarkdown, useMarkdown };
|
|
38
126
|
//# sourceMappingURL=installIntlayerMarkdown.d.ts.map
|
|
@@ -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":";;;;;AAsBA;;;KAAY,uBAAA,GAA0B,cAAA;;AAOtC;;;;cAAa,uBAAA,EAAuB,cAAA,CAAA,wBAAA;AAAA,KAG/B,qBAAA;EACH,UAAA;EACA,OAAA;EACA,OAAA;AAAA;AAAA,KAGG,sBAAA,IACH,QAAA,WAAmB,cAAA,EACnB,SAAA,SAAkB,qBAAA,cACN,WAAA,QAAmB,OAAA,UAAiB,WAAA;AAAA,KAEtC,wBAAA;EACV,cAAA,EAAgB,sBAAA;AAAA;AAAA,cAIL,WAAA,EAAa,eAAA;;;;;;;;;;;;;AAL1B;;;;;AAKA;cA0Ea,aAAA,GACX,QAAA,WACA,OAAA,WACC,cAAA;;;;AAHH;;;;;;;;;AAsCA;;;cAAa,eAAA,GACX,KAAA,YAAgB,cAAA,EAChB,OAAA;;;;;;AAiDF;;;;;;;;;;;;cAAa,8BAAA,GACX,cAAA,GAAgB,sBAAA;;YAKX,wBAAA;AAAA;;;AAqBP;;;;;;;;;;;;;;;;cAGa,uBAAA;EAAA,QACH,gBAAA;EAIR,cAAA,CACE,QAAA,WAAmB,cAAA,EACnB,SAAA,kBACU,WAAA,QAAmB,OAAA,UAAiB,WAAA;AAAA;;;;;;;;;;;;;;;;;;;;cA2BrC,WAAA,QAAkB,wBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugins.d.ts","names":[],"sources":["../../src/plugins.ts"],"mappings":";;;;;;;;AAwEA;KAAY,gBAAA,MAAsB,CAAA,2BAC9B,YAAA,CAAa,CAAA;AAAA,UAGA,YAAA;EACf,KAAA,EAAO,CAAA;EACP,QAAA;EACA,eAAA,GAAkB,
|
|
1
|
+
{"version":3,"file":"plugins.d.ts","names":[],"sources":["../../src/plugins.ts"],"mappings":";;;;;;;;AAwEA;KAAY,gBAAA,MAAsB,CAAA,2BAC9B,YAAA,CAAa,CAAA;AAAA,UAGA,YAAA;EACf,KAAA,EAAO,CAAA;EACP,QAAA;EACA,eAAA,GAAkB,CAAA;AAAA;;cAIP,mBAAA,EAAqB,OAAA;;;;KA4BtB,kBAAA,MAAwB,CAAA,kBAChC,YAAA;EAAuB,QAAA,EAAU,oBAAA;AAAA;;cAIxB,oBAAA,EAAsB,OAAA;AAAA,KA2HvB,YAAA,mBAA+B,aAAA,IAAiB,CAAA;EAC1D,QAAA,EAAU,QAAA;EAAA,CACT,SAAA,CAAU,QAAA;EACX,IAAA;EACA,QAAA;AAAA,IAEE,YAAA,CACE,CAAA;EAEE,GAAA,GAAM,UAAA,GAAa,MAAA,OAAa,CAAA;EAChC,QAAA,EAAU,oBAAA,CAAqB,CAAA;AAAA;AAAA,cAK1B,cAAA,EAAgB,OAAA;AA3K7B;;;;;AA4BA;;;;KAmLY,cAAA,cAA4B,CAAA;EACtC,QAAA,EAAU,QAAA;EAAA,CACT,SAAA,CAAU,IAAA;EACX,IAAA;AAAA,IAEE,YAAA,CACE,CAAA;EAEE,GAAA,GAAM,UAAA,GAAa,MAAA,OAAa,CAAA;AAAA;;cAM3B,UAAA,EAAY,OAAA;;;AA5LzB;;;;KAsSY,mBAAA,MAAyB,CAAA;EACnC,QAAA,EAAU,QAAA;EAAA,CACT,SAAA,CAAU,SAAA;AAAA,KAER,IAAA,EAAM,MAAA;AAAA,cAGE,eAAA,EAAiB,OAAA;AAAA,UAgCb,yBAAA,iBAA0C,aAAA;EACzD,mBAAA,EAAqB,gBAAA,CAAiB,CAAA;EACtC,eAAA,EAAiB,YAAA,CAAa,CAAA,EAAG,CAAA,EAAG,CAAA;EACpC,WAAA,EAAa,cAAA,CAAe,CAAA,EAAG,CAAA,EAAG,CAAA;EAClC,gBAAA,EAAkB,mBAAA,CAAoB,CAAA;AAAA;;;;;;KAQ5B,uBAAA,GAA0B,IAAA,CACpC,yBAAA;EAGA,mBAAA;EACA,eAAA;EACA,WAAA;EACA,gBAAA;AAAA;AAAA,KAGU,oBAAA,cAEA,aAAA,GAAgB,eAAA,IACxB,sBAAA,CAAyB,CAAA,EAAG,uBAAA,EAAyB,CAAA;;;;;cAQ5C,UAAA,GACX,MAAA,GAAS,aAAA,EACT,QAAA,eACC,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderIntlayerNode.d.ts","names":[],"sources":["../../src/renderIntlayerNode.ts"],"mappings":";;;KAEY,YAAA,qCAAiD,cAAA,CAC3D,CAAA;EAGA,KAAA,EAAO,CAAA;AAAA,IACL,eAAA,GACF,CAAA;AAAA,KAEG,uBAAA;EACH,KAAA,EAAO,
|
|
1
|
+
{"version":3,"file":"renderIntlayerNode.d.ts","names":[],"sources":["../../src/renderIntlayerNode.ts"],"mappings":";;;KAEY,YAAA,qCAAiD,cAAA,CAC3D,CAAA;EAGA,KAAA,EAAO,CAAA;AAAA,IACL,eAAA,GACF,CAAA;AAAA,KAEG,uBAAA;EACH,KAAA,EAAO,CAAA;EACP,QAAA;EACA,eAAA;IAAA,CAAqB,GAAA;EAAA;AAAA;AAAA,cAGV,kBAAA;EAEX,QAAA;EAAA,KAAA;EAAA;AAAA,GAIC,uBAAA,CAAwB,CAAA,MAAK,YAAA,CAAa,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mergeConfig.d.ts","names":[],"sources":["../../../src/webpack/mergeConfig.ts"],"mappings":";cAMa,WAAA,GACX,UAAA,EAkDD,SAAA,KAlD4C,
|
|
1
|
+
{"version":3,"file":"mergeConfig.d.ts","names":[],"sources":["../../../src/webpack/mergeConfig.ts"],"mappings":";cAMa,WAAA,GACX,UAAA,EAkDD,SAAA,KAlD4C,SAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-intlayer",
|
|
3
|
-
"version": "8.12.
|
|
3
|
+
"version": "8.12.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Angular applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -116,27 +116,27 @@
|
|
|
116
116
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@babel/plugin-syntax-import-attributes": "
|
|
120
|
-
"@babel/preset-env": "
|
|
121
|
-
"@intlayer/chokidar": "8.12.
|
|
122
|
-
"@intlayer/config": "8.12.
|
|
123
|
-
"@intlayer/core": "8.12.
|
|
124
|
-
"@intlayer/dictionaries-entry": "8.12.
|
|
125
|
-
"@intlayer/editor": "8.12.
|
|
126
|
-
"@intlayer/types": "8.12.
|
|
127
|
-
"@intlayer/webpack": "8.12.
|
|
128
|
-
"babel-loader": "
|
|
119
|
+
"@babel/plugin-syntax-import-attributes": "7.28.6",
|
|
120
|
+
"@babel/preset-env": "7.29.2",
|
|
121
|
+
"@intlayer/chokidar": "8.12.3",
|
|
122
|
+
"@intlayer/config": "8.12.3",
|
|
123
|
+
"@intlayer/core": "8.12.3",
|
|
124
|
+
"@intlayer/dictionaries-entry": "8.12.3",
|
|
125
|
+
"@intlayer/editor": "8.12.3",
|
|
126
|
+
"@intlayer/types": "8.12.3",
|
|
127
|
+
"@intlayer/webpack": "8.12.3",
|
|
128
|
+
"babel-loader": "10.1.1",
|
|
129
129
|
"defu": "6.1.7"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
|
-
"@types/node": "25.9.
|
|
132
|
+
"@types/node": "25.9.2",
|
|
133
133
|
"@types/webpack": "5.28.5",
|
|
134
134
|
"@utils/ts-config": "1.0.4",
|
|
135
135
|
"@utils/ts-config-types": "1.0.4",
|
|
136
136
|
"@utils/tsdown-config": "1.0.4",
|
|
137
137
|
"esbuild": "0.28.0",
|
|
138
138
|
"rimraf": "6.1.3",
|
|
139
|
-
"tsdown": "0.
|
|
139
|
+
"tsdown": "0.21.10",
|
|
140
140
|
"typescript": "6.0.3",
|
|
141
141
|
"vitest": "4.1.8"
|
|
142
142
|
},
|