@shopify/ui-extensions 2026.7.3 → 2026.7.4
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/build/ts/surfaces/admin/extension-targets.d.ts +0 -8
- package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/surfaces/admin/extension-targets.ts +1 -17
- package/build/ts/surfaces/admin/targets/admin.order-index.selection-print-action.should-render.d.ts +0 -6
- package/build/ts/surfaces/admin/targets/admin.product-index.selection-print-action.should-render.d.ts +0 -6
package/package.json
CHANGED
|
@@ -643,7 +643,7 @@ export interface ExtensionTargets {
|
|
|
643
643
|
ShouldRenderOutput
|
|
644
644
|
>;
|
|
645
645
|
|
|
646
|
-
// Admin print action
|
|
646
|
+
// Admin print action shouldRender targets
|
|
647
647
|
|
|
648
648
|
/**
|
|
649
649
|
* A non-rendering target that controls whether the order details print action appears in the **Print** menu. Use this to conditionally show or hide your print action based on order properties, user permissions, or external data.
|
|
@@ -661,22 +661,6 @@ export interface ExtensionTargets {
|
|
|
661
661
|
ShouldRenderOutput
|
|
662
662
|
>;
|
|
663
663
|
|
|
664
|
-
/**
|
|
665
|
-
* A non-rendering target that controls whether the order index selection print action appears in the **Print** menu. Use this to conditionally show or hide your bulk print action based on selection criteria, user permissions, or external data.
|
|
666
|
-
*/
|
|
667
|
-
'admin.order-index.selection-print-action.should-render': RunnableExtension<
|
|
668
|
-
ShouldRenderApi<'admin.order-index.selection-print-action.should-render'>,
|
|
669
|
-
ShouldRenderOutput
|
|
670
|
-
>;
|
|
671
|
-
|
|
672
|
-
/**
|
|
673
|
-
* A non-rendering target that controls whether the product index selection print action appears in the **Print** menu. Use this to conditionally show or hide your bulk print action based on selection criteria, user permissions, or external data.
|
|
674
|
-
*/
|
|
675
|
-
'admin.product-index.selection-print-action.should-render': RunnableExtension<
|
|
676
|
-
ShouldRenderApi<'admin.product-index.selection-print-action.should-render'>,
|
|
677
|
-
ShouldRenderOutput
|
|
678
|
-
>;
|
|
679
|
-
|
|
680
664
|
/**
|
|
681
665
|
* A runnable target that enables your app to expose data to [Sidekick](/docs/apps/build/sidekick/build-app-data). Use this target to register tools that Sidekick can invoke to search your app's data and answer merchant questions.
|
|
682
666
|
*/
|