@medusajs/admin-shared
Advanced tools
Comparing version 2.1.3-snapshot-20241218105855 to 2.1.3
@@ -55,2 +55,6 @@ declare const PRODUCT_CUSTOM_FIELD_MODEL: "product"; | ||
declare const NESTED_ROUTE_POSITIONS: readonly ["/orders", "/products", "/inventory", "/customers", "/promotions", "/price-lists"]; | ||
type NestedRoutePosition = (typeof NESTED_ROUTE_POSITIONS)[number]; | ||
/** | ||
@@ -77,2 +81,2 @@ * All valid injection zones in the admin panel. An injection zone is a specific place | ||
export { type CustomFieldContainerZone, type CustomFieldFormKeys, type CustomFieldFormTab, type CustomFieldFormZone, type CustomFieldImportType, type CustomFieldModel, type CustomFieldModelContainerMap, type CustomFieldModelFormMap, type CustomFieldModelFormTabsMap, type CustomFieldZone, DISPLAY_VIRTUAL_MODULE, FORM_VIRTUAL_MODULE, INJECTION_ZONES, type InjectionZone, LINK_VIRTUAL_MODULE, MENU_ITEM_VIRTUAL_MODULE, PRODUCT_CUSTOM_FIELD_CREATE_FORM_TABS, PRODUCT_CUSTOM_FIELD_DISPLAY_PATHS, PRODUCT_CUSTOM_FIELD_DISPLAY_ZONES, PRODUCT_CUSTOM_FIELD_FORM_CONFIG_PATHS, PRODUCT_CUSTOM_FIELD_FORM_FIELD_PATHS, PRODUCT_CUSTOM_FIELD_FORM_TABS, PRODUCT_CUSTOM_FIELD_FORM_ZONES, PRODUCT_CUSTOM_FIELD_LINK_PATHS, PRODUCT_CUSTOM_FIELD_MODEL, type ProductDisplayZone, type ProductFormTab, type ProductFormZone, ROUTE_VIRTUAL_MODULE, VIRTUAL_MODULES, WIDGET_VIRTUAL_MODULE, isValidCustomFieldDisplayPath, isValidCustomFieldDisplayZone, isValidCustomFieldFormConfigPath, isValidCustomFieldFormFieldPath, isValidCustomFieldFormTab, isValidCustomFieldFormZone, isValidCustomFieldLinkPath, isValidCustomFieldModel, isValidInjectionZone }; | ||
export { type CustomFieldContainerZone, type CustomFieldFormKeys, type CustomFieldFormTab, type CustomFieldFormZone, type CustomFieldImportType, type CustomFieldModel, type CustomFieldModelContainerMap, type CustomFieldModelFormMap, type CustomFieldModelFormTabsMap, type CustomFieldZone, DISPLAY_VIRTUAL_MODULE, FORM_VIRTUAL_MODULE, INJECTION_ZONES, type InjectionZone, LINK_VIRTUAL_MODULE, MENU_ITEM_VIRTUAL_MODULE, NESTED_ROUTE_POSITIONS, type NestedRoutePosition, PRODUCT_CUSTOM_FIELD_CREATE_FORM_TABS, PRODUCT_CUSTOM_FIELD_DISPLAY_PATHS, PRODUCT_CUSTOM_FIELD_DISPLAY_ZONES, PRODUCT_CUSTOM_FIELD_FORM_CONFIG_PATHS, PRODUCT_CUSTOM_FIELD_FORM_FIELD_PATHS, PRODUCT_CUSTOM_FIELD_FORM_TABS, PRODUCT_CUSTOM_FIELD_FORM_ZONES, PRODUCT_CUSTOM_FIELD_LINK_PATHS, PRODUCT_CUSTOM_FIELD_MODEL, type ProductDisplayZone, type ProductFormTab, type ProductFormZone, ROUTE_VIRTUAL_MODULE, VIRTUAL_MODULES, WIDGET_VIRTUAL_MODULE, isValidCustomFieldDisplayPath, isValidCustomFieldDisplayZone, isValidCustomFieldFormConfigPath, isValidCustomFieldFormFieldPath, isValidCustomFieldFormTab, isValidCustomFieldFormZone, isValidCustomFieldLinkPath, isValidCustomFieldModel, isValidInjectionZone }; |
@@ -28,2 +28,3 @@ "use strict"; | ||
MENU_ITEM_VIRTUAL_MODULE: () => MENU_ITEM_VIRTUAL_MODULE, | ||
NESTED_ROUTE_POSITIONS: () => NESTED_ROUTE_POSITIONS, | ||
PRODUCT_CUSTOM_FIELD_CREATE_FORM_TABS: () => PRODUCT_CUSTOM_FIELD_CREATE_FORM_TABS, | ||
@@ -144,2 +145,12 @@ PRODUCT_CUSTOM_FIELD_DISPLAY_PATHS: () => PRODUCT_CUSTOM_FIELD_DISPLAY_PATHS, | ||
// src/extensions/routes/constants.ts | ||
var NESTED_ROUTE_POSITIONS = [ | ||
"/orders", | ||
"/products", | ||
"/inventory", | ||
"/customers", | ||
"/promotions", | ||
"/price-lists" | ||
]; | ||
// src/extensions/widgets/constants.ts | ||
@@ -365,2 +376,3 @@ var ORDER_INJECTION_ZONES = [ | ||
MENU_ITEM_VIRTUAL_MODULE, | ||
NESTED_ROUTE_POSITIONS, | ||
PRODUCT_CUSTOM_FIELD_CREATE_FORM_TABS, | ||
@@ -367,0 +379,0 @@ PRODUCT_CUSTOM_FIELD_DISPLAY_PATHS, |
{ | ||
"name": "@medusajs/admin-shared", | ||
"description": "Shared code for Medusa admin packages.", | ||
"version": "2.1.3-snapshot-20241218105855", | ||
"version": "2.1.3", | ||
"author": "Kasper Kristensen <kasper@medusajs.com>", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
39057
810
1