@medusajs/admin-shared 2.19.0-snapshot-20260812155528 → 2.19.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/index.d.mts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +1 -5
- package/dist/index.mjs +1 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -155,9 +155,8 @@ declare const WIDGET_VIRTUAL_MODULE = "virtual:medusa/widgets";
|
|
|
155
155
|
declare const I18N_VIRTUAL_MODULE = "virtual:medusa/i18n";
|
|
156
156
|
declare const CELL_RENDERER_VIRTUAL_MODULE = "virtual:medusa/cell-renderers";
|
|
157
157
|
declare const LAYOUT_VIRTUAL_MODULE = "virtual:medusa/layouts";
|
|
158
|
-
declare const
|
|
159
|
-
declare const VIRTUAL_MODULES: readonly ["virtual:medusa/links", "virtual:medusa/forms", "virtual:medusa/displays", "virtual:medusa/routes", "virtual:medusa/menu-items", "virtual:medusa/widgets", "virtual:medusa/i18n", "virtual:medusa/cell-renderers", "virtual:medusa/layouts", "virtual:medusa/search-entities"];
|
|
158
|
+
declare const VIRTUAL_MODULES: readonly ["virtual:medusa/links", "virtual:medusa/forms", "virtual:medusa/displays", "virtual:medusa/routes", "virtual:medusa/menu-items", "virtual:medusa/widgets", "virtual:medusa/i18n", "virtual:medusa/cell-renderers", "virtual:medusa/layouts"];
|
|
160
159
|
|
|
161
160
|
declare function deepMerge(target: any, source: any): any;
|
|
162
161
|
|
|
163
|
-
export { CELL_RENDERER_VIRTUAL_MODULE, CORE_LAYOUT_IDS, 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, I18N_VIRTUAL_MODULE, INJECTION_ZONES, type InjectionZone, type InjectionZoneRegistry, LAYOUT_VIRTUAL_MODULE, LINK_VIRTUAL_MODULE, type LayoutSection, type LayoutSectionRegistry, type Layouts, 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,
|
|
162
|
+
export { CELL_RENDERER_VIRTUAL_MODULE, CORE_LAYOUT_IDS, 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, I18N_VIRTUAL_MODULE, INJECTION_ZONES, type InjectionZone, type InjectionZoneRegistry, LAYOUT_VIRTUAL_MODULE, LINK_VIRTUAL_MODULE, type LayoutSection, type LayoutSectionRegistry, type Layouts, 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, type SectionNameFor, VIRTUAL_MODULES, WIDGET_VIRTUAL_MODULE, deepMerge, isValidCustomFieldDisplayPath, isValidCustomFieldDisplayZone, isValidCustomFieldFormConfigPath, isValidCustomFieldFormFieldPath, isValidCustomFieldFormTab, isValidCustomFieldFormZone, isValidCustomFieldLinkPath, isValidCustomFieldModel, isValidInjectionZone };
|
package/dist/index.d.ts
CHANGED
|
@@ -155,9 +155,8 @@ declare const WIDGET_VIRTUAL_MODULE = "virtual:medusa/widgets";
|
|
|
155
155
|
declare const I18N_VIRTUAL_MODULE = "virtual:medusa/i18n";
|
|
156
156
|
declare const CELL_RENDERER_VIRTUAL_MODULE = "virtual:medusa/cell-renderers";
|
|
157
157
|
declare const LAYOUT_VIRTUAL_MODULE = "virtual:medusa/layouts";
|
|
158
|
-
declare const
|
|
159
|
-
declare const VIRTUAL_MODULES: readonly ["virtual:medusa/links", "virtual:medusa/forms", "virtual:medusa/displays", "virtual:medusa/routes", "virtual:medusa/menu-items", "virtual:medusa/widgets", "virtual:medusa/i18n", "virtual:medusa/cell-renderers", "virtual:medusa/layouts", "virtual:medusa/search-entities"];
|
|
158
|
+
declare const VIRTUAL_MODULES: readonly ["virtual:medusa/links", "virtual:medusa/forms", "virtual:medusa/displays", "virtual:medusa/routes", "virtual:medusa/menu-items", "virtual:medusa/widgets", "virtual:medusa/i18n", "virtual:medusa/cell-renderers", "virtual:medusa/layouts"];
|
|
160
159
|
|
|
161
160
|
declare function deepMerge(target: any, source: any): any;
|
|
162
161
|
|
|
163
|
-
export { CELL_RENDERER_VIRTUAL_MODULE, CORE_LAYOUT_IDS, 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, I18N_VIRTUAL_MODULE, INJECTION_ZONES, type InjectionZone, type InjectionZoneRegistry, LAYOUT_VIRTUAL_MODULE, LINK_VIRTUAL_MODULE, type LayoutSection, type LayoutSectionRegistry, type Layouts, 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,
|
|
162
|
+
export { CELL_RENDERER_VIRTUAL_MODULE, CORE_LAYOUT_IDS, 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, I18N_VIRTUAL_MODULE, INJECTION_ZONES, type InjectionZone, type InjectionZoneRegistry, LAYOUT_VIRTUAL_MODULE, LINK_VIRTUAL_MODULE, type LayoutSection, type LayoutSectionRegistry, type Layouts, 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, type SectionNameFor, VIRTUAL_MODULES, WIDGET_VIRTUAL_MODULE, deepMerge, isValidCustomFieldDisplayPath, isValidCustomFieldDisplayZone, isValidCustomFieldFormConfigPath, isValidCustomFieldFormFieldPath, isValidCustomFieldFormTab, isValidCustomFieldFormZone, isValidCustomFieldLinkPath, isValidCustomFieldModel, isValidInjectionZone };
|
package/dist/index.js
CHANGED
|
@@ -40,7 +40,6 @@ __export(index_exports, {
|
|
|
40
40
|
PRODUCT_CUSTOM_FIELD_LINK_PATHS: () => PRODUCT_CUSTOM_FIELD_LINK_PATHS,
|
|
41
41
|
PRODUCT_CUSTOM_FIELD_MODEL: () => PRODUCT_CUSTOM_FIELD_MODEL,
|
|
42
42
|
ROUTE_VIRTUAL_MODULE: () => ROUTE_VIRTUAL_MODULE,
|
|
43
|
-
SEARCH_ENTITY_VIRTUAL_MODULE: () => SEARCH_ENTITY_VIRTUAL_MODULE,
|
|
44
43
|
VIRTUAL_MODULES: () => VIRTUAL_MODULES,
|
|
45
44
|
WIDGET_VIRTUAL_MODULE: () => WIDGET_VIRTUAL_MODULE,
|
|
46
45
|
deepMerge: () => deepMerge,
|
|
@@ -621,7 +620,6 @@ var WIDGET_VIRTUAL_MODULE = `virtual:medusa/widgets`;
|
|
|
621
620
|
var I18N_VIRTUAL_MODULE = `virtual:medusa/i18n`;
|
|
622
621
|
var CELL_RENDERER_VIRTUAL_MODULE = `virtual:medusa/cell-renderers`;
|
|
623
622
|
var LAYOUT_VIRTUAL_MODULE = `virtual:medusa/layouts`;
|
|
624
|
-
var SEARCH_ENTITY_VIRTUAL_MODULE = `virtual:medusa/search-entities`;
|
|
625
623
|
var VIRTUAL_MODULES = [
|
|
626
624
|
LINK_VIRTUAL_MODULE,
|
|
627
625
|
FORM_VIRTUAL_MODULE,
|
|
@@ -631,8 +629,7 @@ var VIRTUAL_MODULES = [
|
|
|
631
629
|
WIDGET_VIRTUAL_MODULE,
|
|
632
630
|
I18N_VIRTUAL_MODULE,
|
|
633
631
|
CELL_RENDERER_VIRTUAL_MODULE,
|
|
634
|
-
LAYOUT_VIRTUAL_MODULE
|
|
635
|
-
SEARCH_ENTITY_VIRTUAL_MODULE
|
|
632
|
+
LAYOUT_VIRTUAL_MODULE
|
|
636
633
|
];
|
|
637
634
|
|
|
638
635
|
// src/utils/is-object.ts
|
|
@@ -684,7 +681,6 @@ function deepMerge(target, source) {
|
|
|
684
681
|
PRODUCT_CUSTOM_FIELD_LINK_PATHS,
|
|
685
682
|
PRODUCT_CUSTOM_FIELD_MODEL,
|
|
686
683
|
ROUTE_VIRTUAL_MODULE,
|
|
687
|
-
SEARCH_ENTITY_VIRTUAL_MODULE,
|
|
688
684
|
VIRTUAL_MODULES,
|
|
689
685
|
WIDGET_VIRTUAL_MODULE,
|
|
690
686
|
deepMerge,
|
package/dist/index.mjs
CHANGED
|
@@ -563,7 +563,6 @@ var WIDGET_VIRTUAL_MODULE = `virtual:medusa/widgets`;
|
|
|
563
563
|
var I18N_VIRTUAL_MODULE = `virtual:medusa/i18n`;
|
|
564
564
|
var CELL_RENDERER_VIRTUAL_MODULE = `virtual:medusa/cell-renderers`;
|
|
565
565
|
var LAYOUT_VIRTUAL_MODULE = `virtual:medusa/layouts`;
|
|
566
|
-
var SEARCH_ENTITY_VIRTUAL_MODULE = `virtual:medusa/search-entities`;
|
|
567
566
|
var VIRTUAL_MODULES = [
|
|
568
567
|
LINK_VIRTUAL_MODULE,
|
|
569
568
|
FORM_VIRTUAL_MODULE,
|
|
@@ -573,8 +572,7 @@ var VIRTUAL_MODULES = [
|
|
|
573
572
|
WIDGET_VIRTUAL_MODULE,
|
|
574
573
|
I18N_VIRTUAL_MODULE,
|
|
575
574
|
CELL_RENDERER_VIRTUAL_MODULE,
|
|
576
|
-
LAYOUT_VIRTUAL_MODULE
|
|
577
|
-
SEARCH_ENTITY_VIRTUAL_MODULE
|
|
575
|
+
LAYOUT_VIRTUAL_MODULE
|
|
578
576
|
];
|
|
579
577
|
|
|
580
578
|
// src/utils/is-object.ts
|
|
@@ -625,7 +623,6 @@ export {
|
|
|
625
623
|
PRODUCT_CUSTOM_FIELD_LINK_PATHS,
|
|
626
624
|
PRODUCT_CUSTOM_FIELD_MODEL,
|
|
627
625
|
ROUTE_VIRTUAL_MODULE,
|
|
628
|
-
SEARCH_ENTITY_VIRTUAL_MODULE,
|
|
629
626
|
VIRTUAL_MODULES,
|
|
630
627
|
WIDGET_VIRTUAL_MODULE,
|
|
631
628
|
deepMerge,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medusajs/admin-shared",
|
|
3
3
|
"description": "Shared code for Medusa admin packages.",
|
|
4
|
-
"version": "2.19.0
|
|
4
|
+
"version": "2.19.0",
|
|
5
5
|
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"main": "dist/index.js",
|