umwd-components 0.1.837 → 0.1.838
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.
|
@@ -257,7 +257,7 @@ export { MinioItemList as MinioItemList } from "./components/common/media/minio/
|
|
|
257
257
|
export { MinioDisplay as MinioDisplay } from "./components/common/media/minio/MinioDisplay";
|
|
258
258
|
export { contactFormAction as contactFormAction } from "./data/actions/e-commerce/lead/contactFormAction";
|
|
259
259
|
export { ShippingStatusIndicator as ShippingStatusIndicator } from "./components/e-commerce/opo/ShippingStatusIndicator";
|
|
260
|
-
export { getModuleConfig, isModuleEnabled, isModuleFeatureEnabled, getFullConfig, getEnabledModules, validateCurrentConfig, clearConfigCache, getConfigFilePath } from "./lib/module-config/config";
|
|
261
|
-
export { filterNavigationByModules } from "./lib/module-config/navigation-filter";
|
|
262
|
-
export { ModuleGuard, ConditionalModule } from "./components/common/module-config/ModuleGuard";
|
|
263
|
-
export type { UMWDConfig, UMWDModuleConfig, ModuleName, ConfigValidationError, ConfigValidationResult } from "./types/module-config/types";
|
|
260
|
+
export { getModuleConfig as getModuleConfig, isModuleEnabled as isModuleEnabled, isModuleFeatureEnabled as isModuleFeatureEnabled, getFullConfig as getFullConfig, getEnabledModules as getEnabledModules, validateCurrentConfig as validateCurrentConfig, clearConfigCache as clearConfigCache, getConfigFilePath as getConfigFilePath, } from "./lib/module-config/config";
|
|
261
|
+
export { filterNavigationByModules as filterNavigationByModules } from "./lib/module-config/navigation-filter";
|
|
262
|
+
export { ModuleGuard as ModuleGuard, ConditionalModule as ConditionalModule, } from "./components/common/module-config/ModuleGuard";
|
|
263
|
+
export type { UMWDConfig, UMWDModuleConfig, ModuleName, ConfigValidationError, ConfigValidationResult, } from "./types/module-config/types";
|