gemi 0.33.3 → 0.34.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/dist/app/index.js +1 -1
- package/dist/auth/AuthenticationServiceProvider.d.ts.map +1 -1
- package/dist/auth/oauth/GoogleOAuthProvider.d.ts.map +1 -1
- package/dist/{chunk-y43hhb3h.js → chunk-3nxfa642.js} +23 -23
- package/dist/{chunk-y43hhb3h.js.map → chunk-3nxfa642.js.map} +3 -3
- package/dist/chunk-qpyzybek.js +5 -0
- package/dist/{chunk-cfmsah74.js.map → chunk-qpyzybek.js.map} +3 -3
- package/dist/{chunk-24w2932r.js → chunk-rasyrk0x.js} +17 -17
- package/dist/{chunk-24w2932r.js.map → chunk-rasyrk0x.js.map} +5 -5
- package/dist/facades/index.js +1 -1
- package/dist/i18n/I18nRouter.d.ts +3 -1
- package/dist/i18n/I18nRouter.d.ts.map +1 -1
- package/dist/i18n/I18nServiceProvider.d.ts +1 -0
- package/dist/i18n/I18nServiceProvider.d.ts.map +1 -1
- package/dist/i18n/index.js +1 -1
- package/dist/kernel/index.js +1 -1
- package/dist/services/index.js +1 -1
- package/dist/services/router/ViewRouterServiceContainer.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-cfmsah74.js +0 -5
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{vb as t}from"./chunk-h9jhxz2x.js";class o extends t{boot(){}supportedLocales=[];defaultLocale="en-US";prefetch={};components={};detectLocale(e){return null}onLocaleChange(e){console.log(`Locale changed to ${e}`)}}
|
|
3
|
+
export{o as f};
|
|
4
|
+
|
|
5
|
+
//# debugId=0E4A6D618207E20B64756E2164756E21
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../i18n/I18nServiceProvider.ts"],
|
|
4
4
|
"sourcesContent": [
|
|
5
|
-
"import type { Dictionary } from \"./Dictionary\";\nimport { ServiceProvider } from \"../services/ServiceProvider\";\nimport type { HttpRequest } from \"../http/HttpRequest\";\n\nexport class I18nServiceProvider extends ServiceProvider {\n boot() {}\n supportedLocales: string[] = [];\n defaultLocale = \"en-US\";\n prefetch: Record<string, Array<Dictionary<any>>> = {};\n components: Record<string, Dictionary<any>> = {};\n detectLocale(_req: HttpRequest): string | null {\n return null;\n }\n}\n"
|
|
5
|
+
"import type { Dictionary } from \"./Dictionary\";\nimport { ServiceProvider } from \"../services/ServiceProvider\";\nimport type { HttpRequest } from \"../http/HttpRequest\";\n\nexport class I18nServiceProvider extends ServiceProvider {\n boot() {}\n supportedLocales: string[] = [];\n defaultLocale = \"en-US\";\n prefetch: Record<string, Array<Dictionary<any>>> = {};\n components: Record<string, Dictionary<any>> = {};\n detectLocale(_req: HttpRequest): string | null {\n return null;\n }\n onLocaleChange(locale: string): Promise<void> | void {\n console.log(`Locale changed to ${locale}`);\n }\n}\n"
|
|
6
6
|
],
|
|
7
|
-
"mappings": ";yCAIO,MAAM,UAA4B,CAAgB,CACvD,IAAI,EAAG,EACP,iBAA6B,CAAC,EAC9B,cAAgB,QAChB,SAAmD,CAAC,EACpD,WAA8C,CAAC,EAC/C,YAAY,CAAC,EAAkC,CAC7C,OAAO,
|
|
8
|
-
"debugId": "
|
|
7
|
+
"mappings": ";yCAIO,MAAM,UAA4B,CAAgB,CACvD,IAAI,EAAG,EACP,iBAA6B,CAAC,EAC9B,cAAgB,QAChB,SAAmD,CAAC,EACpD,WAA8C,CAAC,EAC/C,YAAY,CAAC,EAAkC,CAC7C,OAAO,KAET,cAAc,CAAC,EAAsC,CACnD,QAAQ,IAAI,qBAAqB,GAAQ,EAE7C",
|
|
8
|
+
"debugId": "0E4A6D618207E20B64756E2164756E21",
|
|
9
9
|
"names": []
|
|
10
10
|
}
|