@baseplate-dev/plugin-auth 0.6.11 → 0.6.13
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/CHANGELOG.md +40 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -0
- package/dist/better-auth/constants/packages.d.ts +1 -1
- package/dist/better-auth/constants/packages.js +1 -1
- package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts +2 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.d.ts +4 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.d.ts +3 -0
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +43 -6
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +21 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +46 -10
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +18 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js +6 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts +24 -6
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js +8 -5
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +20 -4
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js +10 -5
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/plugins/better-auth.plugin.ts +7 -4
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +76 -59
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/user-session.service.ts +58 -46
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +7 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +42 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +70 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +14 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +7 -0
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +7 -23
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +29 -66
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +7 -23
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +2 -8
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +37 -66
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +5 -6
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +8 -4
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts +3 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +4 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +9 -6
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +2 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +5 -3
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +62 -8
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +21 -11
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +152 -10
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +52 -2
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +14 -4
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +9 -3
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +6 -3
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +102 -8
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +19 -5
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts +0 -4
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js +2 -15
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.ts +2 -16
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.d.ts +6 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.js +18 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.ts +22 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +1 -2
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +4 -2
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts +0 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +0 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +0 -2
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +52 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +77 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +2 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +2 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +14 -0
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +14 -0
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +7 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +2 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts +10 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js +8 -5
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts +3 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js +2 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/{auth-module.generator.d.ts → placeholder-auth-module.generator.d.ts} +20 -3
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/{auth-module.generator.js → placeholder-auth-module.generator.js} +16 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts +5 -21
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js +17 -26
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.ts +21 -31
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-DEljr3MS.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-DxRuC5lD.js} +89 -73
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-B6a7L2-k.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Dbjihoi-.js} +50 -13
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-JKpdJ1L0.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-CpEOtTmq.js} +50 -14
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DsLoA9K7.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-BTSgZGcl.js} +6932 -6106
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CGsbw2Lx.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CJ027_El.js} +72 -151
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-DE4UUe5K.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js} +30 -247
- package/dist/web/assets/auth-gRzmaSZc.js +1 -0
- package/dist/web/assets/{common-CTWnBc6I.js → common-B4cD6OfF.js} +6 -6
- package/dist/web/assets/{common-g_Gn0v5J.js → common-B9LNVIXT.js} +4 -4
- package/dist/web/assets/{common-kfSP8YQO.js → common-B9sZoKR5.js} +6 -6
- package/dist/web/assets/{common-CzNLnT_1.js → common-DF9FD3lJ.js} +4 -4
- package/dist/web/assets/{common-zfktVQvk.js → common-S36tY-P3.js} +3 -3
- package/dist/web/assets/{common-B3OG-gju.js → common-sMUs9FmV.js} +3 -3
- package/dist/web/assets/{dist-C6kDPCTC.js → dist-CtqdAorB.js} +376 -256
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-Bt9-dftr.js → dist-SBfmsOB2.js} +43 -359
- package/dist/web/assets/{get-auth-plugin-definition-2vFJROjB.js → get-auth-plugin-definition-Bs9C6JrS.js} +2 -2
- package/dist/web/assets/hostInit-BtfjN9sB.js +99 -0
- package/dist/web/assets/{index-Cr47LBtj.js → index-DVCa_MuH.js} +2 -2
- package/dist/web/assets/{mf-entry-bootstrap-0-13480d2a.js → mf-entry-bootstrap-0-31a63adb.js} +5 -2
- package/dist/web/assets/{model-utils-ZF_FVZ_o.js → model-utils-BDM6ILfO.js} +43 -15
- package/dist/web/assets/{models-DPPMgQz_.js → models-1c2urnle.js} +3 -3
- package/dist/web/assets/{models-CORL4i-6.js → models-DGhhwO8Q.js} +3 -3
- package/dist/web/assets/{plugin-definition-UAfMRa7u.js → plugin-definition-B-HRncfN.js} +3 -3
- package/dist/web/assets/{plugin-definition-mNNM2hOB.js → plugin-definition-Dluw2inU.js} +3 -3
- package/dist/web/assets/{styles-DNVWarsT.js → styles-BTmSBHAy.js} +15 -12
- package/dist/web/assets/{virtualExposes-CZsMFYa2.js → virtualExposes-C1o-SyCQ.js} +1 -1
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-Bs76by83.js +259 -0
- package/dist/web/assets/{virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-DC8YPV1Z.js → virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-B5SkIaaz.js} +13 -13
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-CmilMd0E.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DotA2McS.js} +50 -15
- package/dist/web/assets/{web-CNMEeTj-.js → web-B2REeIGU.js} +3 -3
- package/dist/web/assets/{web-BldKZtQd.js → web-BEOhczx1.js} +16 -16
- package/dist/web/assets/{web-y8E7eNgy.js → web-Bh_3N1sv.js} +17 -17
- package/dist/web/assets/{web-DiGj_0d0.js → web-CiuxQhgn.js} +20 -20
- package/dist/web/assets/{web-OntIhIfe.js → web-DGv5-Arz.js} +35 -35
- package/dist/web/assets/{web-BbqWFVPH.js → web-jcCkQISW.js} +31 -18
- package/dist/web/assets/{web-CnsQCdFE.js → web-wBaHshVG.js} +3 -3
- package/dist/web/index.html +2 -2
- package/dist/web/remoteEntry.js +1 -1
- package/dist/web/remoteEntry.ssr.js +1 -1
- package/package.json +26 -26
- package/dist/web/assets/auth-YjeUffyx.js +0 -1
- package/dist/web/assets/hostInit-35H-qR11.js +0 -119
|
@@ -30,6 +30,24 @@ for (const __mfShareKey of Object.keys(__mfModuleCache.share)) if (__mfShareKey.
|
|
|
30
30
|
const __mfDefaultShareKey = "default:" + __mfShareKey;
|
|
31
31
|
if (__mfModuleCache.share[__mfDefaultShareKey] === void 0) __mfModuleCache.share[__mfDefaultShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
32
32
|
}
|
|
33
|
+
var __mfReadSharedCache = (cache, descriptor) => {
|
|
34
|
+
const value = cache[descriptor.canonical];
|
|
35
|
+
if (value !== void 0) return value;
|
|
36
|
+
const aliases = descriptor.aliases || [];
|
|
37
|
+
for (const alias of aliases) {
|
|
38
|
+
const aliasValue = cache[alias];
|
|
39
|
+
if (aliasValue !== void 0) {
|
|
40
|
+
cache[descriptor.canonical] = aliasValue;
|
|
41
|
+
return aliasValue;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
var __mfWriteSharedCache = (cache, descriptor, value) => {
|
|
46
|
+
cache[descriptor.canonical] = value;
|
|
47
|
+
const aliases = descriptor.aliases || [];
|
|
48
|
+
for (const alias of aliases) if (cache[alias] === void 0) cache[alias] = value;
|
|
49
|
+
return value;
|
|
50
|
+
};
|
|
33
51
|
var __mfNormalizeShareModule = (mod) => {
|
|
34
52
|
let current = mod;
|
|
35
53
|
for (let i = 0; i < 5; i++) {
|
|
@@ -61,9 +79,9 @@ var __mf_163;
|
|
|
61
79
|
var __mf_167;
|
|
62
80
|
var __mf_172;
|
|
63
81
|
var __mf_189;
|
|
64
|
-
var
|
|
65
|
-
var
|
|
66
|
-
var
|
|
82
|
+
var __mf_232;
|
|
83
|
+
var __mf_233;
|
|
84
|
+
var __mf_262;
|
|
67
85
|
var __mfApplyLazyShareExports = (mod) => {
|
|
68
86
|
mod["AVAILABLE_FLAGS"];
|
|
69
87
|
mod["AppUtils"];
|
|
@@ -262,6 +280,7 @@ var __mfApplyLazyShareExports = (mod) => {
|
|
|
262
280
|
mod["getPluginMetadataByKey"];
|
|
263
281
|
mod["getPluginMetadataByKeyOrThrow"];
|
|
264
282
|
mod["getUnmetPluginDependencies"];
|
|
283
|
+
mod["getWebAppPluginData"];
|
|
265
284
|
mod["infrastructureSettingsSchema"];
|
|
266
285
|
mod["initializePlugins"];
|
|
267
286
|
mod["isMigrateableProjectDefinition"];
|
|
@@ -294,9 +313,10 @@ var __mfApplyLazyShareExports = (mod) => {
|
|
|
294
313
|
mod["parseProjectDefinitionWithContext"];
|
|
295
314
|
mod["parseProjectDefinitionWithReferences"];
|
|
296
315
|
mod["partitionIssuesBySeverity"];
|
|
316
|
+
mod["patchEntity"];
|
|
297
317
|
mod["pluginAppCompiler"];
|
|
298
|
-
|
|
299
|
-
|
|
318
|
+
__mf_232 = mod["pluginConfigSpec"];
|
|
319
|
+
__mf_233 = mod["pluginDefaultsSpec"];
|
|
300
320
|
mod["pluginDependencySchema"];
|
|
301
321
|
mod["pluginEntityType"];
|
|
302
322
|
mod["pluginMetadataSchema"];
|
|
@@ -324,7 +344,8 @@ var __mfApplyLazyShareExports = (mod) => {
|
|
|
324
344
|
mod["walkDataWithSchema"];
|
|
325
345
|
mod["walkSchemaStructure"];
|
|
326
346
|
mod["webAppEntryType"];
|
|
327
|
-
|
|
347
|
+
mod["webAppSchemaExtensionSpec"];
|
|
348
|
+
__mf_262 = mod["webConfigSpec"];
|
|
328
349
|
mod["withByKeyMergeRule"];
|
|
329
350
|
mod["withDefault"];
|
|
330
351
|
mod["withEnt"];
|
|
@@ -335,12 +356,28 @@ var __mfApplyLazyShareExports = (mod) => {
|
|
|
335
356
|
mod["withRef"];
|
|
336
357
|
mod.default;
|
|
337
358
|
};
|
|
338
|
-
var exportModule = __mfModuleCache.share
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
359
|
+
var exportModule = __mfReadSharedCache(__mfModuleCache.share, {
|
|
360
|
+
"canonical": "default:@baseplate-dev/project-builder-lib",
|
|
361
|
+
"aliases": ["@baseplate-dev/project-builder-lib"]
|
|
362
|
+
});
|
|
363
|
+
if (exportModule === void 0) (__mfModuleCache.pendingShareLoads ||= []).push(initPromise.then(() => {
|
|
364
|
+
exportModule = __mfReadSharedCache(__mfModuleCache.share, {
|
|
365
|
+
"canonical": "default:@baseplate-dev/project-builder-lib",
|
|
366
|
+
"aliases": ["@baseplate-dev/project-builder-lib"]
|
|
367
|
+
});
|
|
368
|
+
if (exportModule !== void 0) {
|
|
369
|
+
__mfApplyLazyShareExports(exportModule);
|
|
370
|
+
return;
|
|
371
|
+
}
|
|
372
|
+
return __vitePreload(() => import("./dist-CtqdAorB.js").then((mod) => {
|
|
373
|
+
exportModule = __mfNormalizeShareModule(mod);
|
|
374
|
+
__mfWriteSharedCache(__mfModuleCache.share, {
|
|
375
|
+
"canonical": "default:@baseplate-dev/project-builder-lib",
|
|
376
|
+
"aliases": ["@baseplate-dev/project-builder-lib"]
|
|
377
|
+
}, exportModule);
|
|
378
|
+
__mfApplyLazyShareExports(exportModule);
|
|
379
|
+
}), [], import.meta.url);
|
|
380
|
+
}));
|
|
344
381
|
else __mfApplyLazyShareExports(exportModule);
|
|
345
382
|
//#endregion
|
|
346
|
-
export { __mf_91 as C, __mf_88 as S, __mf_57 as _, __mf_167 as a, __mf_61 as b, __mf_189 as c,
|
|
383
|
+
export { __mf_91 as C, __mf_88 as S, __mf_57 as _, __mf_167 as a, __mf_61 as b, __mf_189 as c, __mf_233 as d, __mf_26 as f, __mf_55 as g, __mf_41 as h, __mf_163 as i, __mf_22 as l, __mf_38 as m, __mf_142 as n, __mf_17 as o, __mf_262 as p, __mf_161 as r, __mf_172 as s, __mf_141 as t, __mf_232 as u, __mf_58 as v, __mf_62 as x, __mf_59 as y };
|
|
@@ -30,6 +30,24 @@ for (const __mfShareKey of Object.keys(__mfModuleCache.share)) if (__mfShareKey.
|
|
|
30
30
|
const __mfDefaultShareKey = "default:" + __mfShareKey;
|
|
31
31
|
if (__mfModuleCache.share[__mfDefaultShareKey] === void 0) __mfModuleCache.share[__mfDefaultShareKey] = __mfModuleCache.share[__mfShareKey];
|
|
32
32
|
}
|
|
33
|
+
var __mfReadSharedCache = (cache, descriptor) => {
|
|
34
|
+
const value = cache[descriptor.canonical];
|
|
35
|
+
if (value !== void 0) return value;
|
|
36
|
+
const aliases = descriptor.aliases || [];
|
|
37
|
+
for (const alias of aliases) {
|
|
38
|
+
const aliasValue = cache[alias];
|
|
39
|
+
if (aliasValue !== void 0) {
|
|
40
|
+
cache[descriptor.canonical] = aliasValue;
|
|
41
|
+
return aliasValue;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
var __mfWriteSharedCache = (cache, descriptor, value) => {
|
|
46
|
+
cache[descriptor.canonical] = value;
|
|
47
|
+
const aliases = descriptor.aliases || [];
|
|
48
|
+
for (const alias of aliases) if (cache[alias] === void 0) cache[alias] = value;
|
|
49
|
+
return value;
|
|
50
|
+
};
|
|
33
51
|
var __mfNormalizeShareModule = (mod) => {
|
|
34
52
|
let current = mod;
|
|
35
53
|
for (let i = 0; i < 5; i++) {
|
|
@@ -45,10 +63,10 @@ var __mf_0;
|
|
|
45
63
|
var __mf_3;
|
|
46
64
|
var __mf_7;
|
|
47
65
|
var __mf_8;
|
|
48
|
-
var
|
|
49
|
-
var
|
|
50
|
-
var __mf_24;
|
|
66
|
+
var __mf_20;
|
|
67
|
+
var __mf_23;
|
|
51
68
|
var __mf_25;
|
|
69
|
+
var __mf_26;
|
|
52
70
|
var __mfApplyLazyShareExports = (mod) => {
|
|
53
71
|
__mf_0 = mod["DefinitionDiffAlert"];
|
|
54
72
|
mod["ErrorHandlerContext"];
|
|
@@ -64,26 +82,44 @@ var __mfApplyLazyShareExports = (mod) => {
|
|
|
64
82
|
mod["createAdminCrudColumnWebConfig"];
|
|
65
83
|
mod["createAdminCrudInputWebConfig"];
|
|
66
84
|
mod["createModelTransformerWebConfig"];
|
|
85
|
+
mod["createWebAppSettingsWebConfig"];
|
|
67
86
|
mod["entityTypeUrlWebSpec"];
|
|
68
87
|
mod["modelTransformerWebSpec"];
|
|
69
88
|
mod["setUndefinedIfEmpty"];
|
|
70
89
|
mod["useBlockBeforeContinue"];
|
|
71
90
|
mod["useBlockDirtyFormNavigate"];
|
|
72
|
-
|
|
91
|
+
__mf_20 = mod["useBlockUnsavedChangesNavigate"];
|
|
73
92
|
mod["useBlockerDialog"];
|
|
74
93
|
mod["useBlockerDialogState"];
|
|
75
|
-
|
|
94
|
+
__mf_23 = mod["useDefinitionSchema"];
|
|
76
95
|
mod["useErrorHandler"];
|
|
77
|
-
|
|
78
|
-
|
|
96
|
+
__mf_25 = mod["useProjectDefinition"];
|
|
97
|
+
__mf_26 = mod["useResettableForm"];
|
|
98
|
+
mod["webAppSchemaExtensionWebSpec"];
|
|
79
99
|
mod.default;
|
|
80
100
|
};
|
|
81
|
-
var exportModule = __mfModuleCache.share
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
101
|
+
var exportModule = __mfReadSharedCache(__mfModuleCache.share, {
|
|
102
|
+
"canonical": "default:@baseplate-dev/project-builder-lib/web",
|
|
103
|
+
"aliases": ["@baseplate-dev/project-builder-lib/web"]
|
|
104
|
+
});
|
|
105
|
+
if (exportModule === void 0) (__mfModuleCache.pendingShareLoads ||= []).push(initPromise.then(() => {
|
|
106
|
+
exportModule = __mfReadSharedCache(__mfModuleCache.share, {
|
|
107
|
+
"canonical": "default:@baseplate-dev/project-builder-lib/web",
|
|
108
|
+
"aliases": ["@baseplate-dev/project-builder-lib/web"]
|
|
109
|
+
});
|
|
110
|
+
if (exportModule !== void 0) {
|
|
111
|
+
__mfApplyLazyShareExports(exportModule);
|
|
112
|
+
return;
|
|
113
|
+
}
|
|
114
|
+
return __vitePreload(() => import("./web-jcCkQISW.js").then((mod) => {
|
|
115
|
+
exportModule = __mfNormalizeShareModule(mod);
|
|
116
|
+
__mfWriteSharedCache(__mfModuleCache.share, {
|
|
117
|
+
"canonical": "default:@baseplate-dev/project-builder-lib/web",
|
|
118
|
+
"aliases": ["@baseplate-dev/project-builder-lib/web"]
|
|
119
|
+
}, exportModule);
|
|
120
|
+
__mfApplyLazyShareExports(exportModule);
|
|
121
|
+
}), [], import.meta.url);
|
|
122
|
+
}));
|
|
87
123
|
else __mfApplyLazyShareExports(exportModule);
|
|
88
124
|
//#endregion
|
|
89
|
-
export {
|
|
125
|
+
export { __mf_26 as a, __mf_8 as c, __mf_25 as i, __mf_20 as n, __mf_3 as o, __mf_23 as r, __mf_7 as s, __mf_0 as t };
|