@module-federation/enhanced 2.1.0 → 2.2.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/CHANGELOG.md +2357 -0
- package/dist/README.md +213 -0
- package/dist/rstestmigrate.md +140 -0
- package/dist/src/_virtual/_rolldown/runtime.js +47 -0
- package/dist/src/index.d.ts +22 -19
- package/dist/src/index.js +47 -43
- package/dist/src/index.js.map +1 -1
- package/dist/src/lib/Constants.d.ts +25 -29
- package/dist/src/lib/Constants.js +136 -116
- package/dist/src/lib/Constants.js.map +1 -1
- package/dist/src/lib/container/AsyncBoundaryPlugin.d.ts +20 -16
- package/dist/src/lib/container/AsyncBoundaryPlugin.js +137 -200
- package/dist/src/lib/container/AsyncBoundaryPlugin.js.map +1 -1
- package/dist/src/lib/container/ContainerEntryDependency.d.ts +28 -23
- package/dist/src/lib/container/ContainerEntryDependency.js +39 -39
- package/dist/src/lib/container/ContainerEntryDependency.js.map +1 -1
- package/dist/src/lib/container/ContainerEntryModule.d.ts +93 -84
- package/dist/src/lib/container/ContainerEntryModule.js +219 -234
- package/dist/src/lib/container/ContainerEntryModule.js.map +1 -1
- package/dist/src/lib/container/ContainerEntryModuleFactory.d.ts +15 -10
- package/dist/src/lib/container/ContainerEntryModuleFactory.js +21 -25
- package/dist/src/lib/container/ContainerEntryModuleFactory.js.map +1 -1
- package/dist/src/lib/container/ContainerExposedDependency.d.ts +29 -24
- package/dist/src/lib/container/ContainerExposedDependency.js +47 -47
- package/dist/src/lib/container/ContainerExposedDependency.js.map +1 -1
- package/dist/src/lib/container/ContainerPlugin.d.ts +12 -8
- package/dist/src/lib/container/ContainerPlugin.js +147 -211
- package/dist/src/lib/container/ContainerPlugin.js.map +1 -1
- package/dist/src/lib/container/ContainerReferencePlugin.d.ts +16 -12
- package/dist/src/lib/container/ContainerReferencePlugin.js +74 -102
- package/dist/src/lib/container/ContainerReferencePlugin.js.map +1 -1
- package/dist/src/lib/container/FallbackDependency.d.ts +24 -19
- package/dist/src/lib/container/FallbackDependency.js +46 -44
- package/dist/src/lib/container/FallbackDependency.js.map +1 -1
- package/dist/src/lib/container/FallbackItemDependency.d.ts +13 -8
- package/dist/src/lib/container/FallbackItemDependency.js +24 -24
- package/dist/src/lib/container/FallbackItemDependency.js.map +1 -1
- package/dist/src/lib/container/FallbackModule.d.ts +82 -71
- package/dist/src/lib/container/FallbackModule.js +133 -145
- package/dist/src/lib/container/FallbackModule.js.map +1 -1
- package/dist/src/lib/container/FallbackModuleFactory.d.ts +15 -10
- package/dist/src/lib/container/FallbackModuleFactory.js +20 -24
- package/dist/src/lib/container/FallbackModuleFactory.js.map +1 -1
- package/dist/src/lib/container/HoistContainerReferencesPlugin.d.ts +11 -7
- package/dist/src/lib/container/HoistContainerReferencesPlugin.js +125 -188
- package/dist/src/lib/container/HoistContainerReferencesPlugin.js.map +1 -1
- package/dist/src/lib/container/ModuleFederationPlugin.d.ts +20 -16
- package/dist/src/lib/container/ModuleFederationPlugin.js +143 -181
- package/dist/src/lib/container/ModuleFederationPlugin.js.map +1 -1
- package/dist/src/lib/container/RemoteModule.d.ts +79 -74
- package/dist/src/lib/container/RemoteModule.js +143 -153
- package/dist/src/lib/container/RemoteModule.js.map +1 -1
- package/dist/src/lib/container/RemoteRuntimeModule.d.ts +12 -7
- package/dist/src/lib/container/RemoteRuntimeModule.js +86 -132
- package/dist/src/lib/container/RemoteRuntimeModule.js.map +1 -1
- package/dist/src/lib/container/RemoteToExternalDependency.d.ts +13 -8
- package/dist/src/lib/container/RemoteToExternalDependency.js +25 -23
- package/dist/src/lib/container/RemoteToExternalDependency.js.map +1 -1
- package/dist/src/lib/container/constant.d.ts +3 -0
- package/dist/src/lib/container/constant.js +11 -14
- package/dist/src/lib/container/constant.js.map +1 -1
- package/dist/src/lib/container/options.d.ts +7 -3
- package/dist/src/lib/container/options.js +51 -69
- package/dist/src/lib/container/options.js.map +1 -1
- package/dist/src/lib/container/runtime/EmbedFederationRuntimeModule.d.ts +14 -9
- package/dist/src/lib/container/runtime/EmbedFederationRuntimeModule.js +56 -64
- package/dist/src/lib/container/runtime/EmbedFederationRuntimeModule.js.map +1 -1
- package/dist/src/lib/container/runtime/EmbedFederationRuntimePlugin.d.ts +23 -19
- package/dist/src/lib/container/runtime/EmbedFederationRuntimePlugin.js +71 -101
- package/dist/src/lib/container/runtime/EmbedFederationRuntimePlugin.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationModulesPlugin.d.ts +20 -16
- package/dist/src/lib/container/runtime/FederationModulesPlugin.js +55 -47
- package/dist/src/lib/container/runtime/FederationModulesPlugin.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationRuntimeDependency.d.ts +9 -4
- package/dist/src/lib/container/runtime/FederationRuntimeDependency.js +16 -12
- package/dist/src/lib/container/runtime/FederationRuntimeDependency.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationRuntimeModule.d.ts +16 -11
- package/dist/src/lib/container/runtime/FederationRuntimeModule.js +39 -46
- package/dist/src/lib/container/runtime/FederationRuntimeModule.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationRuntimePlugin.d.ts +31 -20
- package/dist/src/lib/container/runtime/FederationRuntimePlugin.js +265 -358
- package/dist/src/lib/container/runtime/FederationRuntimePlugin.js.map +1 -1
- package/dist/src/lib/container/runtime/getFederationGlobal.d.ts +9 -4
- package/dist/src/lib/container/runtime/getFederationGlobal.js +43 -41
- package/dist/src/lib/container/runtime/getFederationGlobal.js.map +1 -1
- package/dist/src/lib/container/runtime/utils.d.ts +24 -13
- package/dist/src/lib/container/runtime/utils.js +83 -101
- package/dist/src/lib/container/runtime/utils.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedFallbackDependency.d.ts +15 -10
- package/dist/src/lib/sharing/ConsumeSharedFallbackDependency.js +27 -25
- package/dist/src/lib/sharing/ConsumeSharedFallbackDependency.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedModule.d.ts +77 -68
- package/dist/src/lib/sharing/ConsumeSharedModule.js +186 -214
- package/dist/src/lib/sharing/ConsumeSharedModule.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedPlugin.d.ts +13 -9
- package/dist/src/lib/sharing/ConsumeSharedPlugin.js +308 -475
- package/dist/src/lib/sharing/ConsumeSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedRuntimeModule.d.ts +16 -11
- package/dist/src/lib/sharing/ConsumeSharedRuntimeModule.js +107 -137
- package/dist/src/lib/sharing/ConsumeSharedRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/ProvideForSharedDependency.d.ts +14 -9
- package/dist/src/lib/sharing/ProvideForSharedDependency.js +25 -25
- package/dist/src/lib/sharing/ProvideForSharedDependency.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedDependency.d.ts +44 -39
- package/dist/src/lib/sharing/ProvideSharedDependency.js +72 -76
- package/dist/src/lib/sharing/ProvideSharedDependency.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedModule.d.ts +91 -82
- package/dist/src/lib/sharing/ProvideSharedModule.js +177 -184
- package/dist/src/lib/sharing/ProvideSharedModule.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedModuleFactory.d.ts +14 -9
- package/dist/src/lib/sharing/ProvideSharedModuleFactory.js +19 -25
- package/dist/src/lib/sharing/ProvideSharedModuleFactory.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedPlugin.d.ts +27 -21
- package/dist/src/lib/sharing/ProvideSharedPlugin.js +341 -550
- package/dist/src/lib/sharing/ProvideSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/SharePlugin.d.ts +53 -49
- package/dist/src/lib/sharing/SharePlugin.js +86 -100
- package/dist/src/lib/sharing/SharePlugin.js.map +1 -1
- package/dist/src/lib/sharing/ShareRuntimeModule.d.ts +12 -7
- package/dist/src/lib/sharing/ShareRuntimeModule.js +81 -103
- package/dist/src/lib/sharing/ShareRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/resolveMatchedConfigs.d.ts +11 -7
- package/dist/src/lib/sharing/resolveMatchedConfigs.js +58 -71
- package/dist/src/lib/sharing/resolveMatchedConfigs.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/CollectSharedEntryPlugin.d.ts +18 -14
- package/dist/src/lib/sharing/tree-shaking/CollectSharedEntryPlugin.js +74 -128
- package/dist/src/lib/sharing/tree-shaking/CollectSharedEntryPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedPlugin.d.ts +39 -34
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedPlugin.js +234 -328
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedRuntimeModule.d.ts +16 -11
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedRuntimeModule.js +30 -28
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedContainerPlugin.d.ts +28 -24
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedContainerPlugin.js +91 -95
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedContainerPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedDependency.d.ts +29 -24
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedDependency.js +47 -43
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedDependency.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryDependency.d.ts +20 -15
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryDependency.js +33 -29
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryDependency.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModule.d.ts +85 -77
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModule.js +141 -153
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModule.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModuleFactory.d.ts +15 -10
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModuleFactory.js +20 -24
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModuleFactory.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerPlugin.d.ts +21 -16
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerPlugin.js +157 -231
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerRuntimeModule.d.ts +14 -9
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerRuntimeModule.js +26 -27
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/TreeShakingSharedPlugin.d.ts +18 -13
- package/dist/src/lib/sharing/tree-shaking/TreeShakingSharedPlugin.js +41 -49
- package/dist/src/lib/sharing/tree-shaking/TreeShakingSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/utils.d.ts +27 -24
- package/dist/src/lib/sharing/utils.js +224 -367
- package/dist/src/lib/sharing/utils.js.map +1 -1
- package/dist/src/lib/startup/MfStartupChunkDependenciesPlugin.d.ts +11 -7
- package/dist/src/lib/startup/MfStartupChunkDependenciesPlugin.js +56 -75
- package/dist/src/lib/startup/MfStartupChunkDependenciesPlugin.js.map +1 -1
- package/dist/src/lib/startup/StartupHelpers.d.ts +11 -6
- package/dist/src/lib/startup/StartupHelpers.js +128 -178
- package/dist/src/lib/startup/StartupHelpers.js.map +1 -1
- package/dist/src/prefetch.d.ts +3 -2
- package/dist/src/prefetch.js +17 -8
- package/dist/src/rspack.d.ts +3 -2
- package/dist/src/rspack.js +35 -11
- package/dist/src/runtime/AddRuntimeRequirementToPromiseExternalPlugin.d.ts +8 -4
- package/dist/src/runtime/AddRuntimeRequirementToPromiseExternalPlugin.js +19 -16
- package/dist/src/runtime/AddRuntimeRequirementToPromiseExternalPlugin.js.map +1 -1
- package/dist/src/runtime.d.ts +1 -1
- package/dist/src/runtime.js +11 -18
- package/dist/src/schemas/container/ContainerPlugin.check.d.ts +13 -5
- package/dist/src/schemas/container/ContainerPlugin.check.js +958 -1218
- package/dist/src/schemas/container/ContainerPlugin.check.js.map +1 -1
- package/dist/src/schemas/container/ContainerPlugin.d.ts +271 -268
- package/dist/src/schemas/container/ContainerPlugin.js +273 -361
- package/dist/src/schemas/container/ContainerPlugin.js.map +1 -1
- package/dist/src/schemas/container/ContainerReferencePlugin.check.d.ts +13 -5
- package/dist/src/schemas/container/ContainerReferencePlugin.check.js +335 -443
- package/dist/src/schemas/container/ContainerReferencePlugin.check.js.map +1 -1
- package/dist/src/schemas/container/ContainerReferencePlugin.d.ts +102 -99
- package/dist/src/schemas/container/ContainerReferencePlugin.js +122 -162
- package/dist/src/schemas/container/ContainerReferencePlugin.js.map +1 -1
- package/dist/src/schemas/container/ExternalsType.check.d.ts +13 -5
- package/dist/src/schemas/container/ExternalsType.check.js +36 -62
- package/dist/src/schemas/container/ExternalsType.check.js.map +1 -1
- package/dist/src/schemas/container/ExternalsType.d.ts +5 -2
- package/dist/src/schemas/container/ExternalsType.js +8 -11
- package/dist/src/schemas/container/ExternalsType.js.map +1 -1
- package/dist/src/schemas/container/ModuleFederationPlugin.check.js +3001 -4812
- package/dist/src/schemas/container/ModuleFederationPlugin.check.js.map +1 -1
- package/dist/src/schemas/container/ModuleFederationPlugin.d.ts +819 -814
- package/dist/src/schemas/container/ModuleFederationPlugin.js +780 -1053
- package/dist/src/schemas/container/ModuleFederationPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.check.d.ts +13 -5
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.check.js +568 -768
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.d.ts +197 -194
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.js +212 -238
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/ProvideSharedPlugin.check.d.ts +13 -5
- package/dist/src/schemas/sharing/ProvideSharedPlugin.check.js +598 -804
- package/dist/src/schemas/sharing/ProvideSharedPlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/ProvideSharedPlugin.d.ts +184 -181
- package/dist/src/schemas/sharing/ProvideSharedPlugin.js +196 -229
- package/dist/src/schemas/sharing/ProvideSharedPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/ProviderSharedPlugin.check.d.ts +12 -4
- package/dist/src/schemas/sharing/ProviderSharedPlugin.check.js +285 -482
- package/dist/src/schemas/sharing/ProviderSharedPlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/ProviderSharedPlugin.d.ts +103 -100
- package/dist/src/schemas/sharing/ProviderSharedPlugin.js +104 -126
- package/dist/src/schemas/sharing/ProviderSharedPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/SharePlugin.check.d.ts +13 -5
- package/dist/src/schemas/sharing/SharePlugin.check.js +749 -965
- package/dist/src/schemas/sharing/SharePlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/SharePlugin.d.ts +245 -242
- package/dist/src/schemas/sharing/SharePlugin.js +256 -293
- package/dist/src/schemas/sharing/SharePlugin.js.map +1 -1
- package/dist/src/utils.d.ts +3 -0
- package/dist/src/utils.js +35 -26
- package/dist/src/utils.js.map +1 -1
- package/dist/src/webpack.d.ts +2 -2
- package/dist/src/webpack.js +6 -40
- package/dist/src/wrapper/AsyncBoundaryPlugin.d.ts +9 -4
- package/dist/src/wrapper/AsyncBoundaryPlugin.js +12 -11
- package/dist/src/wrapper/AsyncBoundaryPlugin.js.map +1 -1
- package/dist/src/wrapper/BaseWrapperPlugin.d.ts +18 -13
- package/dist/src/wrapper/BaseWrapperPlugin.js +39 -39
- package/dist/src/wrapper/BaseWrapperPlugin.js.map +1 -1
- package/dist/src/wrapper/ConsumeSharedPlugin.d.ts +10 -4
- package/dist/src/wrapper/ConsumeSharedPlugin.js +12 -11
- package/dist/src/wrapper/ConsumeSharedPlugin.js.map +1 -1
- package/dist/src/wrapper/ContainerPlugin.d.ts +9 -4
- package/dist/src/wrapper/ContainerPlugin.js +12 -11
- package/dist/src/wrapper/ContainerPlugin.js.map +1 -1
- package/dist/src/wrapper/ContainerReferencePlugin.d.ts +9 -4
- package/dist/src/wrapper/ContainerReferencePlugin.js +12 -11
- package/dist/src/wrapper/ContainerReferencePlugin.js.map +1 -1
- package/dist/src/wrapper/FederationModulesPlugin.d.ts +18 -10
- package/dist/src/wrapper/FederationModulesPlugin.js +19 -19
- package/dist/src/wrapper/FederationModulesPlugin.js.map +1 -1
- package/dist/src/wrapper/FederationRuntimePlugin.d.ts +11 -6
- package/dist/src/wrapper/FederationRuntimePlugin.js +18 -17
- package/dist/src/wrapper/FederationRuntimePlugin.js.map +1 -1
- package/dist/src/wrapper/HoistContainerReferencesPlugin.d.ts +8 -3
- package/dist/src/wrapper/HoistContainerReferencesPlugin.js +12 -11
- package/dist/src/wrapper/HoistContainerReferencesPlugin.js.map +1 -1
- package/dist/src/wrapper/ModuleFederationPlugin.d.ts +12 -7
- package/dist/src/wrapper/ModuleFederationPlugin.js +73 -99
- package/dist/src/wrapper/ModuleFederationPlugin.js.map +1 -1
- package/dist/src/wrapper/ProvideSharedPlugin.d.ts +10 -4
- package/dist/src/wrapper/ProvideSharedPlugin.js +12 -11
- package/dist/src/wrapper/ProvideSharedPlugin.js.map +1 -1
- package/dist/src/wrapper/SharePlugin.d.ts +10 -4
- package/dist/src/wrapper/SharePlugin.js +12 -11
- package/dist/src/wrapper/SharePlugin.js.map +1 -1
- package/dist/src/wrapper/TreeShakingSharedPlugin.d.ts +9 -4
- package/dist/src/wrapper/TreeShakingSharedPlugin.js +12 -11
- package/dist/src/wrapper/TreeShakingSharedPlugin.js.map +1 -1
- package/package.json +20 -13
- package/dist/package.json +0 -110
- package/dist/src/declarations/plugins/container/AsyncDependenciesBlock.d.ts +0 -57
- package/dist/src/declarations/plugins/container/ModuleFactory.d.ts +0 -33
- package/dist/src/declarations/plugins/container/ObjectDeserializerContext.d.ts +0 -4
- package/dist/src/declarations/plugins/container/StaticExportsDependency.d.ts +0 -28
- package/dist/src/declarations/plugins/container/Template.d.ts +0 -198
- package/dist/src/declarations/plugins/container/WebpackError.d.ts +0 -33
- package/dist/src/declarations/plugins/sharing/ConsumeSharedModule.d.ts +0 -86
- package/dist/src/declarations/plugins/sharing/ConsumeSharedPlugin.d.ts +0 -100
- package/dist/src/declarations/plugins/sharing/ProvideSharedPlugin.d.ts +0 -102
- package/dist/src/declarations/plugins/sharing/SharePlugin.d.ts +0 -116
- package/dist/src/lib/container/runtime/ChildCompilationRuntimePlugin.d.ts +0 -20
- package/dist/src/lib/container/runtime/ChildCompilationRuntimePlugin.js +0 -222
- package/dist/src/lib/container/runtime/ChildCompilationRuntimePlugin.js.map +0 -1
- package/dist/src/prefetch.js.map +0 -1
- package/dist/src/rspack.js.map +0 -1
- package/dist/src/runtime.js.map +0 -1
- package/dist/src/types/runtime.d.ts +0 -10
- package/dist/src/types/runtime.js +0 -3
- package/dist/src/types/runtime.js.map +0 -1
- package/dist/src/webpack.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProviderSharedPlugin.check.js","sourceRoot":"","sources":["../../../../src/schemas/sharing/ProviderSharedPlugin.check.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ProviderSharedPlugin.check.js","names":[],"sources":["../../../../src/schemas/sharing/ProviderSharedPlugin.check.ts"],"sourcesContent":["/* eslint-disable */\n//@ts-nocheck\n/*\n * This file was automatically generated.\n * DO NOT MODIFY BY HAND.\n * Run `yarn special-lint-fix` to update\n */\n\n'use strict';\n\nfunction r(\n e,\n {\n instancePath: t = '',\n parentData: s,\n parentDataProperty: n,\n rootData: o = e,\n } = {},\n) {\n let a = null,\n l = 0;\n if (0 === l) {\n if (!e || 'object' != typeof e || Array.isArray(e))\n return (\n (r.errors = [\n {\n params: {\n type: 'object',\n },\n },\n ]),\n !1\n );\n for (const t in e) {\n let s = e[t];\n const n = l,\n o = l;\n let c = !1;\n const h = l;\n if (l == l)\n if (s && 'object' == typeof s && !Array.isArray(s)) {\n const r = l;\n for (const r in s)\n if (\n 'eager' !== r &&\n 'requiredVersion' !== r &&\n 'shareKey' !== r &&\n 'shareScope' !== r &&\n 'singleton' !== r &&\n 'strictVersion' !== r &&\n 'version' !== r &&\n 'layer' !== r &&\n 'request' !== r\n ) {\n const e = {\n params: {\n additionalProperty: r,\n },\n };\n (null === a ? (a = [e]) : a.push(e), l++);\n break;\n }\n if (r === l) {\n if (void 0 !== s.request) {\n let r = s.request;\n const e = l;\n if (l === e)\n if ('string' == typeof r) {\n if (r.length < 1) {\n const r = {\n params: {},\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n } else {\n const r = {\n params: {\n type: 'string',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n i = e === l;\n } else i = !0;\n if (i) {\n if (void 0 !== s.eager) {\n const r = l;\n if ('boolean' != typeof s.eager) {\n const r = {\n params: {\n type: 'boolean',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n var i = r === l;\n } else i = !0;\n if (i) {\n if (void 0 !== s.requiredVersion) {\n let r = s.requiredVersion;\n const e = l,\n t = l;\n let n = !1;\n const o = l;\n if (!1 !== r) {\n const r = {\n params: {},\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n var p = o === l;\n if (((n = n || p), !n)) {\n const e = l;\n if ('string' != typeof r) {\n const r = {\n params: {\n type: 'string',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n ((p = e === l), (n = n || p));\n }\n if (n)\n ((l = t), null !== a && (t ? (a.length = t) : (a = null)));\n else {\n const r = {\n params: {},\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n i = e === l;\n } else i = !0;\n if (i) {\n if (void 0 !== s.shareKey) {\n let r = s.shareKey;\n const e = l;\n if (l === e)\n if ('string' == typeof r) {\n if (r.length < 1) {\n const r = {\n params: {},\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n } else {\n const r = {\n params: {\n type: 'string',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n i = e === l;\n } else i = !0;\n if (i) {\n if (void 0 !== s.shareScope) {\n let r = s.shareScope;\n const e = l;\n if (l === e)\n if ('string' == typeof r) {\n if (r.length < 1) {\n const r = {\n params: {},\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n } else {\n const r = {\n params: {\n type: 'string',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n i = e === l;\n } else i = !0;\n if (i) {\n if (void 0 !== s.singleton) {\n const r = l;\n if ('boolean' != typeof s.singleton) {\n const r = {\n params: {\n type: 'boolean',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n i = r === l;\n } else i = !0;\n if (i) {\n if (void 0 !== s.strictVersion) {\n const r = l;\n if ('boolean' != typeof s.strictVersion) {\n const r = {\n params: {\n type: 'boolean',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n i = r === l;\n } else i = !0;\n if (i)\n if (void 0 !== s.version) {\n let r = s.version;\n const e = l,\n t = l;\n let n = !1;\n const o = l;\n if (!1 !== r) {\n const r = {\n params: {},\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n var f = o === l;\n if (((n = n || f), !n)) {\n const e = l;\n if ('string' != typeof r) {\n const r = {\n params: {\n type: 'string',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n ((f = e === l), (n = n || f));\n }\n if (n)\n ((l = t),\n null !== a &&\n (t ? (a.length = t) : (a = null)));\n else {\n const r = {\n params: {},\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n i = e === l;\n } else i = !0;\n if (i) {\n if (void 0 !== s.layer) {\n let r = s.layer;\n const e = l;\n if (l === e)\n if ('string' == typeof r) {\n if (r.length < 1) {\n const r = {\n params: {},\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n } else {\n const r = {\n params: {\n type: 'string',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n i = e === l;\n } else i = !0;\n }\n }\n }\n }\n }\n }\n }\n }\n } else {\n const r = {\n params: {\n type: 'object',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n var u = h === l;\n if (((c = c || u), !c)) {\n const r = l;\n if (l == l)\n if ('string' == typeof s) {\n if (s.length < 1) {\n const r = {\n params: {},\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n } else {\n const r = {\n params: {\n type: 'string',\n },\n };\n (null === a ? (a = [r]) : a.push(r), l++);\n }\n ((u = r === l), (c = c || u));\n }\n if (!c) {\n const e = {\n params: {},\n };\n return (null === a ? (a = [e]) : a.push(e), l++, (r.errors = a), !1);\n }\n if (((l = o), null !== a && (o ? (a.length = o) : (a = null)), n !== l))\n break;\n }\n }\n return ((r.errors = a), 0 === l);\n}\n\nfunction e(\n t,\n {\n instancePath: s = '',\n parentData: n,\n parentDataProperty: o,\n rootData: a = t,\n } = {},\n) {\n let l = null,\n i = 0;\n const p = i;\n let f = !1;\n const u = i;\n if (i === u)\n if (Array.isArray(t)) {\n const e = t.length;\n for (let n = 0; n < e; n++) {\n let e = t[n];\n const o = i,\n p = i;\n let f = !1;\n const u = i;\n if (i == i)\n if ('string' == typeof e) {\n if (e.length < 1) {\n const r = {\n params: {},\n };\n (null === l ? (l = [r]) : l.push(r), i++);\n }\n } else {\n const r = {\n params: {\n type: 'string',\n },\n };\n (null === l ? (l = [r]) : l.push(r), i++);\n }\n var c = u === i;\n if (((f = f || c), !f)) {\n const o = i;\n (r(e, {\n instancePath: s + '/' + n,\n parentData: t,\n parentDataProperty: n,\n rootData: a,\n }) ||\n ((l = null === l ? r.errors : l.concat(r.errors)), (i = l.length)),\n (c = o === i),\n (f = f || c));\n }\n if (f) ((i = p), null !== l && (p ? (l.length = p) : (l = null)));\n else {\n const r = {\n params: {},\n };\n (null === l ? (l = [r]) : l.push(r), i++);\n }\n if (o !== i) break;\n }\n } else {\n const r = {\n params: {\n type: 'array',\n },\n };\n (null === l ? (l = [r]) : l.push(r), i++);\n }\n var h = u === i;\n if (((f = f || h), !f)) {\n const e = i;\n (r(t, {\n instancePath: s,\n parentData: n,\n parentDataProperty: o,\n rootData: a,\n }) || ((l = null === l ? r.errors : l.concat(r.errors)), (i = l.length)),\n (h = e === i),\n (f = f || h));\n }\n if (!f) {\n const r = {\n params: {},\n };\n return (null === l ? (l = [r]) : l.push(r), i++, (e.errors = l), !1);\n }\n return (\n (i = p),\n null !== l && (p ? (l.length = p) : (l = null)),\n (e.errors = l),\n 0 === i\n );\n}\n\nfunction t(\n r,\n {\n instancePath: s = '',\n parentData: n,\n parentDataProperty: o,\n rootData: a = r,\n } = {},\n) {\n let l = null,\n i = 0;\n if (0 === i) {\n if (!r || 'object' != typeof r || Array.isArray(r))\n return (\n (t.errors = [\n {\n params: {\n type: 'object',\n },\n },\n ]),\n !1\n );\n {\n let n;\n if (void 0 === r.provides && (n = 'provides'))\n return (\n (t.errors = [\n {\n params: {\n missingProperty: n,\n },\n },\n ]),\n !1\n );\n {\n const n = i;\n for (const e in r)\n if ('provides' !== e && 'shareScope' !== e)\n return (\n (t.errors = [\n {\n params: {\n additionalProperty: e,\n },\n },\n ]),\n !1\n );\n if (n === i) {\n if (void 0 !== r.provides) {\n const t = i;\n e(r.provides, {\n instancePath: s + '/provides',\n parentData: r,\n parentDataProperty: 'provides',\n rootData: a,\n }) ||\n ((l = null === l ? e.errors : l.concat(e.errors)),\n (i = l.length));\n var p = t === i;\n } else p = !0;\n if (p)\n if (void 0 !== r.shareScope) {\n let e = r.shareScope;\n const s = i;\n if (i === s) {\n if ('string' != typeof e)\n return (\n (t.errors = [\n {\n params: {\n type: 'string',\n },\n },\n ]),\n !1\n );\n if (e.length < 1)\n return (\n (t.errors = [\n {\n params: {},\n },\n ]),\n !1\n );\n }\n p = s === i;\n } else p = !0;\n }\n }\n }\n }\n return ((t.errors = l), 0 === i);\n}\n\nexport default t;\n"],"mappings":"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"}
|
|
@@ -1,114 +1,117 @@
|
|
|
1
|
+
//#region src/schemas/sharing/ProviderSharedPlugin.d.ts
|
|
1
2
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
};
|
|
13
|
-
$ref?: undefined;
|
|
14
|
-
} | {
|
|
15
|
-
$ref: string;
|
|
16
|
-
type?: undefined;
|
|
17
|
-
items?: undefined;
|
|
18
|
-
})[];
|
|
3
|
+
definitions: {
|
|
4
|
+
Provides: {
|
|
5
|
+
description: string;
|
|
6
|
+
anyOf: ({
|
|
7
|
+
type: string;
|
|
8
|
+
items: {
|
|
9
|
+
description: string;
|
|
10
|
+
anyOf: {
|
|
11
|
+
$ref: string;
|
|
12
|
+
}[];
|
|
19
13
|
};
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
} | {
|
|
36
|
-
description: string;
|
|
37
|
-
type: string;
|
|
38
|
-
enum?: undefined;
|
|
39
|
-
})[];
|
|
40
|
-
};
|
|
41
|
-
shareKey: {
|
|
42
|
-
description: string;
|
|
43
|
-
type: string;
|
|
44
|
-
minLength: number;
|
|
45
|
-
};
|
|
46
|
-
shareScope: {
|
|
47
|
-
description: string;
|
|
48
|
-
type: string;
|
|
49
|
-
minLength: number;
|
|
50
|
-
};
|
|
51
|
-
singleton: {
|
|
52
|
-
description: string;
|
|
53
|
-
type: string;
|
|
54
|
-
};
|
|
55
|
-
strictVersion: {
|
|
56
|
-
description: string;
|
|
57
|
-
type: string;
|
|
58
|
-
};
|
|
59
|
-
version: {
|
|
60
|
-
description: string;
|
|
61
|
-
anyOf: ({
|
|
62
|
-
description: string;
|
|
63
|
-
enum: boolean[];
|
|
64
|
-
type?: undefined;
|
|
65
|
-
} | {
|
|
66
|
-
description: string;
|
|
67
|
-
type: string;
|
|
68
|
-
enum?: undefined;
|
|
69
|
-
})[];
|
|
70
|
-
};
|
|
71
|
-
layer: {
|
|
72
|
-
description: string;
|
|
73
|
-
type: string;
|
|
74
|
-
minLength: number;
|
|
75
|
-
};
|
|
76
|
-
request: {
|
|
77
|
-
description: string;
|
|
78
|
-
type: string;
|
|
79
|
-
minLength: number;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
14
|
+
$ref?: undefined;
|
|
15
|
+
} | {
|
|
16
|
+
$ref: string;
|
|
17
|
+
type?: undefined;
|
|
18
|
+
items?: undefined;
|
|
19
|
+
})[];
|
|
20
|
+
};
|
|
21
|
+
ProvidesConfig: {
|
|
22
|
+
description: string;
|
|
23
|
+
type: string;
|
|
24
|
+
additionalProperties: boolean;
|
|
25
|
+
properties: {
|
|
26
|
+
eager: {
|
|
27
|
+
description: string;
|
|
28
|
+
type: string;
|
|
82
29
|
};
|
|
83
|
-
|
|
30
|
+
requiredVersion: {
|
|
31
|
+
description: string;
|
|
32
|
+
anyOf: ({
|
|
84
33
|
description: string;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
ProvidesObject: {
|
|
34
|
+
enum: boolean[];
|
|
35
|
+
type?: undefined;
|
|
36
|
+
} | {
|
|
89
37
|
description: string;
|
|
90
38
|
type: string;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
anyOf: {
|
|
94
|
-
$ref: string;
|
|
95
|
-
}[];
|
|
96
|
-
};
|
|
39
|
+
enum?: undefined;
|
|
40
|
+
})[];
|
|
97
41
|
};
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
properties: {
|
|
103
|
-
provides: {
|
|
104
|
-
$ref: string;
|
|
42
|
+
shareKey: {
|
|
43
|
+
description: string;
|
|
44
|
+
type: string;
|
|
45
|
+
minLength: number;
|
|
105
46
|
};
|
|
106
47
|
shareScope: {
|
|
48
|
+
description: string;
|
|
49
|
+
type: string;
|
|
50
|
+
minLength: number;
|
|
51
|
+
};
|
|
52
|
+
singleton: {
|
|
53
|
+
description: string;
|
|
54
|
+
type: string;
|
|
55
|
+
};
|
|
56
|
+
strictVersion: {
|
|
57
|
+
description: string;
|
|
58
|
+
type: string;
|
|
59
|
+
};
|
|
60
|
+
version: {
|
|
61
|
+
description: string;
|
|
62
|
+
anyOf: ({
|
|
63
|
+
description: string;
|
|
64
|
+
enum: boolean[];
|
|
65
|
+
type?: undefined;
|
|
66
|
+
} | {
|
|
107
67
|
description: string;
|
|
108
68
|
type: string;
|
|
109
|
-
|
|
69
|
+
enum?: undefined;
|
|
70
|
+
})[];
|
|
71
|
+
};
|
|
72
|
+
layer: {
|
|
73
|
+
description: string;
|
|
74
|
+
type: string;
|
|
75
|
+
minLength: number;
|
|
76
|
+
};
|
|
77
|
+
request: {
|
|
78
|
+
description: string;
|
|
79
|
+
type: string;
|
|
80
|
+
minLength: number;
|
|
110
81
|
};
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
ProvidesItem: {
|
|
85
|
+
description: string;
|
|
86
|
+
type: string;
|
|
87
|
+
minLength: number;
|
|
88
|
+
};
|
|
89
|
+
ProvidesObject: {
|
|
90
|
+
description: string;
|
|
91
|
+
type: string;
|
|
92
|
+
additionalProperties: {
|
|
93
|
+
description: string;
|
|
94
|
+
anyOf: {
|
|
95
|
+
$ref: string;
|
|
96
|
+
}[];
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
title: string;
|
|
101
|
+
type: string;
|
|
102
|
+
additionalProperties: boolean;
|
|
103
|
+
properties: {
|
|
104
|
+
provides: {
|
|
105
|
+
$ref: string;
|
|
106
|
+
};
|
|
107
|
+
shareScope: {
|
|
108
|
+
description: string;
|
|
109
|
+
type: string;
|
|
110
|
+
minLength: number;
|
|
111
111
|
};
|
|
112
|
-
|
|
112
|
+
};
|
|
113
|
+
required: string[];
|
|
113
114
|
};
|
|
114
|
-
|
|
115
|
+
//#endregion
|
|
116
|
+
export { _default as default };
|
|
117
|
+
//# sourceMappingURL=ProviderSharedPlugin.d.ts.map
|
|
@@ -1,128 +1,106 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
anyOf: [
|
|
103
|
-
{
|
|
104
|
-
$ref: '#/definitions/ProvidesConfig',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
$ref: '#/definitions/ProvidesItem',
|
|
108
|
-
},
|
|
109
|
-
],
|
|
110
|
-
},
|
|
111
|
-
},
|
|
112
|
-
},
|
|
113
|
-
title: 'ProvideSharedPluginOptions',
|
|
114
|
-
type: 'object',
|
|
115
|
-
additionalProperties: false,
|
|
116
|
-
properties: {
|
|
117
|
-
provides: {
|
|
118
|
-
$ref: '#/definitions/Provides',
|
|
119
|
-
},
|
|
120
|
-
shareScope: {
|
|
121
|
-
description: "Share scope name used for all provided modules (defaults to 'default').",
|
|
122
|
-
type: 'string',
|
|
123
|
-
minLength: 1,
|
|
124
|
-
},
|
|
125
|
-
},
|
|
126
|
-
required: ['provides'],
|
|
1
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
|
+
const require_runtime = require('../../_virtual/_rolldown/runtime.js');
|
|
3
|
+
|
|
4
|
+
//#region src/schemas/sharing/ProviderSharedPlugin.ts
|
|
5
|
+
var ProviderSharedPlugin_default = {
|
|
6
|
+
definitions: {
|
|
7
|
+
Provides: {
|
|
8
|
+
description: "Modules that should be provided as shared modules to the share scope. When provided, property name is used to match modules, otherwise this is automatically inferred from share key.",
|
|
9
|
+
anyOf: [{
|
|
10
|
+
type: "array",
|
|
11
|
+
items: {
|
|
12
|
+
description: "Modules that should be provided as shared modules to the share scope.",
|
|
13
|
+
anyOf: [{ $ref: "#/definitions/ProvidesItem" }, { $ref: "#/definitions/ProvidesObject" }]
|
|
14
|
+
}
|
|
15
|
+
}, { $ref: "#/definitions/ProvidesObject" }]
|
|
16
|
+
},
|
|
17
|
+
ProvidesConfig: {
|
|
18
|
+
description: "Advanced configuration for modules that should be provided as shared modules to the share scope.",
|
|
19
|
+
type: "object",
|
|
20
|
+
additionalProperties: false,
|
|
21
|
+
properties: {
|
|
22
|
+
eager: {
|
|
23
|
+
description: "Include the provided module directly instead behind an async request. This allows to use this shared module in initial load too. All possible shared modules need to be eager too.",
|
|
24
|
+
type: "boolean"
|
|
25
|
+
},
|
|
26
|
+
requiredVersion: {
|
|
27
|
+
description: "Version requirement from module in share scope.",
|
|
28
|
+
anyOf: [{
|
|
29
|
+
description: "No version requirement check.",
|
|
30
|
+
enum: [false]
|
|
31
|
+
}, {
|
|
32
|
+
description: "Version as string. Can be prefixed with '^' or '~' for minimum matches. Each part of the version should be separated by a dot '.'.",
|
|
33
|
+
type: "string"
|
|
34
|
+
}]
|
|
35
|
+
},
|
|
36
|
+
shareKey: {
|
|
37
|
+
description: "Key in the share scope under which the shared modules should be stored.",
|
|
38
|
+
type: "string",
|
|
39
|
+
minLength: 1
|
|
40
|
+
},
|
|
41
|
+
shareScope: {
|
|
42
|
+
description: "Share scope name.",
|
|
43
|
+
type: "string",
|
|
44
|
+
minLength: 1
|
|
45
|
+
},
|
|
46
|
+
singleton: {
|
|
47
|
+
description: "Allow only a single version of the shared module in share scope (disabled by default).",
|
|
48
|
+
type: "boolean"
|
|
49
|
+
},
|
|
50
|
+
strictVersion: {
|
|
51
|
+
description: "Do not accept shared module if version is not valid (defaults to yes, if local fallback module is available and shared module is not a singleton, otherwise no, has no effect if there is no required version specified).",
|
|
52
|
+
type: "boolean"
|
|
53
|
+
},
|
|
54
|
+
version: {
|
|
55
|
+
description: "Version of the provided module. Will replace lower matching versions, but not higher.",
|
|
56
|
+
anyOf: [{
|
|
57
|
+
description: "Don't provide a version.",
|
|
58
|
+
enum: [false]
|
|
59
|
+
}, {
|
|
60
|
+
description: "Version as string. Each part of the version should be separated by a dot '.'.",
|
|
61
|
+
type: "string"
|
|
62
|
+
}]
|
|
63
|
+
},
|
|
64
|
+
layer: {
|
|
65
|
+
description: "Layer for the shared module.",
|
|
66
|
+
type: "string",
|
|
67
|
+
minLength: 1
|
|
68
|
+
},
|
|
69
|
+
request: {
|
|
70
|
+
description: "The actual request to use for importing the module. If not specified, the property name/key will be used.",
|
|
71
|
+
type: "string",
|
|
72
|
+
minLength: 1
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
ProvidesItem: {
|
|
77
|
+
description: "Request to a module that should be provided as shared module to the share scope (will be resolved when relative).",
|
|
78
|
+
type: "string",
|
|
79
|
+
minLength: 1
|
|
80
|
+
},
|
|
81
|
+
ProvidesObject: {
|
|
82
|
+
description: "Modules that should be provided as shared modules to the share scope. Property names are used as share keys.",
|
|
83
|
+
type: "object",
|
|
84
|
+
additionalProperties: {
|
|
85
|
+
description: "Modules that should be provided as shared modules to the share scope.",
|
|
86
|
+
anyOf: [{ $ref: "#/definitions/ProvidesConfig" }, { $ref: "#/definitions/ProvidesItem" }]
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
title: "ProvideSharedPluginOptions",
|
|
91
|
+
type: "object",
|
|
92
|
+
additionalProperties: false,
|
|
93
|
+
properties: {
|
|
94
|
+
provides: { $ref: "#/definitions/Provides" },
|
|
95
|
+
shareScope: {
|
|
96
|
+
description: "Share scope name used for all provided modules (defaults to 'default').",
|
|
97
|
+
type: "string",
|
|
98
|
+
minLength: 1
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
required: ["provides"]
|
|
127
102
|
};
|
|
103
|
+
|
|
104
|
+
//#endregion
|
|
105
|
+
exports.default = ProviderSharedPlugin_default;
|
|
128
106
|
//# sourceMappingURL=ProviderSharedPlugin.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProviderSharedPlugin.js","
|
|
1
|
+
{"version":3,"file":"ProviderSharedPlugin.js","names":[],"sources":["../../../../src/schemas/sharing/ProviderSharedPlugin.ts"],"sourcesContent":["export default {\n definitions: {\n Provides: {\n description:\n 'Modules that should be provided as shared modules to the share scope. When provided, property name is used to match modules, otherwise this is automatically inferred from share key.',\n anyOf: [\n {\n type: 'array',\n items: {\n description:\n 'Modules that should be provided as shared modules to the share scope.',\n anyOf: [\n {\n $ref: '#/definitions/ProvidesItem',\n },\n {\n $ref: '#/definitions/ProvidesObject',\n },\n ],\n },\n },\n {\n $ref: '#/definitions/ProvidesObject',\n },\n ],\n },\n ProvidesConfig: {\n description:\n 'Advanced configuration for modules that should be provided as shared modules to the share scope.',\n type: 'object',\n additionalProperties: false,\n properties: {\n eager: {\n description:\n 'Include the provided module directly instead behind an async request. This allows to use this shared module in initial load too. All possible shared modules need to be eager too.',\n type: 'boolean',\n },\n requiredVersion: {\n description: 'Version requirement from module in share scope.',\n anyOf: [\n {\n description: 'No version requirement check.',\n enum: [false],\n },\n {\n description:\n \"Version as string. Can be prefixed with '^' or '~' for minimum matches. Each part of the version should be separated by a dot '.'.\",\n type: 'string',\n },\n ],\n },\n shareKey: {\n description:\n 'Key in the share scope under which the shared modules should be stored.',\n type: 'string',\n minLength: 1,\n },\n shareScope: {\n description: 'Share scope name.',\n type: 'string',\n minLength: 1,\n },\n singleton: {\n description:\n 'Allow only a single version of the shared module in share scope (disabled by default).',\n type: 'boolean',\n },\n strictVersion: {\n description:\n 'Do not accept shared module if version is not valid (defaults to yes, if local fallback module is available and shared module is not a singleton, otherwise no, has no effect if there is no required version specified).',\n type: 'boolean',\n },\n version: {\n description:\n 'Version of the provided module. Will replace lower matching versions, but not higher.',\n anyOf: [\n {\n description: \"Don't provide a version.\",\n enum: [false],\n },\n {\n description:\n \"Version as string. Each part of the version should be separated by a dot '.'.\",\n type: 'string',\n },\n ],\n },\n layer: {\n description: 'Layer for the shared module.',\n type: 'string',\n minLength: 1,\n },\n request: {\n description:\n 'The actual request to use for importing the module. If not specified, the property name/key will be used.',\n type: 'string',\n minLength: 1,\n },\n },\n },\n ProvidesItem: {\n description:\n 'Request to a module that should be provided as shared module to the share scope (will be resolved when relative).',\n type: 'string',\n minLength: 1,\n },\n ProvidesObject: {\n description:\n 'Modules that should be provided as shared modules to the share scope. Property names are used as share keys.',\n type: 'object',\n additionalProperties: {\n description:\n 'Modules that should be provided as shared modules to the share scope.',\n anyOf: [\n {\n $ref: '#/definitions/ProvidesConfig',\n },\n {\n $ref: '#/definitions/ProvidesItem',\n },\n ],\n },\n },\n },\n title: 'ProvideSharedPluginOptions',\n type: 'object',\n additionalProperties: false,\n properties: {\n provides: {\n $ref: '#/definitions/Provides',\n },\n shareScope: {\n description:\n \"Share scope name used for all provided modules (defaults to 'default').\",\n type: 'string',\n minLength: 1,\n },\n },\n required: ['provides'],\n};\n"],"mappings":";;;;AAAA,mCAAe;CACb,aAAa;EACX,UAAU;GACR,aACE;GACF,OAAO,CACL;IACE,MAAM;IACN,OAAO;KACL,aACE;KACF,OAAO,CACL,EACE,MAAM,8BACP,EACD,EACE,MAAM,gCACP,CACF;KACF;IACF,EACD,EACE,MAAM,gCACP,CACF;GACF;EACD,gBAAgB;GACd,aACE;GACF,MAAM;GACN,sBAAsB;GACtB,YAAY;IACV,OAAO;KACL,aACE;KACF,MAAM;KACP;IACD,iBAAiB;KACf,aAAa;KACb,OAAO,CACL;MACE,aAAa;MACb,MAAM,CAAC,MAAM;MACd,EACD;MACE,aACE;MACF,MAAM;MACP,CACF;KACF;IACD,UAAU;KACR,aACE;KACF,MAAM;KACN,WAAW;KACZ;IACD,YAAY;KACV,aAAa;KACb,MAAM;KACN,WAAW;KACZ;IACD,WAAW;KACT,aACE;KACF,MAAM;KACP;IACD,eAAe;KACb,aACE;KACF,MAAM;KACP;IACD,SAAS;KACP,aACE;KACF,OAAO,CACL;MACE,aAAa;MACb,MAAM,CAAC,MAAM;MACd,EACD;MACE,aACE;MACF,MAAM;MACP,CACF;KACF;IACD,OAAO;KACL,aAAa;KACb,MAAM;KACN,WAAW;KACZ;IACD,SAAS;KACP,aACE;KACF,MAAM;KACN,WAAW;KACZ;IACF;GACF;EACD,cAAc;GACZ,aACE;GACF,MAAM;GACN,WAAW;GACZ;EACD,gBAAgB;GACd,aACE;GACF,MAAM;GACN,sBAAsB;IACpB,aACE;IACF,OAAO,CACL,EACE,MAAM,gCACP,EACD,EACE,MAAM,8BACP,CACF;IACF;GACF;EACF;CACD,OAAO;CACP,MAAM;CACN,sBAAsB;CACtB,YAAY;EACV,UAAU,EACR,MAAM,0BACP;EACD,YAAY;GACV,aACE;GACF,MAAM;GACN,WAAW;GACZ;EACF;CACD,UAAU,CAAC,WAAW;CACvB"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
declare function a(e: any, {
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
//#region src/schemas/sharing/SharePlugin.check.d.ts
|
|
2
|
+
declare const validate: typeof a;
|
|
3
|
+
declare function a(e: any, {
|
|
4
|
+
instancePath: r,
|
|
5
|
+
parentData: t,
|
|
6
|
+
parentDataProperty: s,
|
|
7
|
+
rootData: n
|
|
8
|
+
}?: {
|
|
9
|
+
instancePath?: string | undefined;
|
|
10
|
+
rootData?: any;
|
|
6
11
|
}): any;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { a as default, validate };
|
|
14
|
+
//# sourceMappingURL=SharePlugin.check.d.ts.map
|