@strapi/review-workflows 0.0.0-experimental.62ce06180fe9a772eaeb3d43d238b26644f39f7c → 0.0.0-experimental.745741d19e90275ca6f7c928ca19f9bb0fd9d933
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/LICENSE +12 -17
- package/dist/_chunks/{Layout-NUpsnCHz.mjs → Layout-5ljKgKPQ.mjs} +2 -2
- package/dist/_chunks/{Layout-NUpsnCHz.mjs.map → Layout-5ljKgKPQ.mjs.map} +1 -1
- package/dist/_chunks/{Layout-6hqLy_gm.js → Layout-BiM6w0JE.js} +2 -2
- package/dist/_chunks/{Layout-6hqLy_gm.js.map → Layout-BiM6w0JE.js.map} +1 -1
- package/dist/_chunks/{_id-DL2d0C9F.js → _id-B11TjsDY.js} +11 -9
- package/dist/_chunks/_id-B11TjsDY.js.map +1 -0
- package/dist/_chunks/{_id-Djqrb0X5.mjs → _id-D9zpHIKW.mjs} +11 -9
- package/dist/_chunks/_id-D9zpHIKW.mjs.map +1 -0
- package/dist/_chunks/{index-5QzZEiHJ.js → index-BAXO_30S.js} +3 -3
- package/dist/_chunks/{index-5QzZEiHJ.js.map → index-BAXO_30S.js.map} +1 -1
- package/dist/_chunks/{index-57h4EcJI.mjs → index-BvEfJ4ta.mjs} +3 -3
- package/dist/_chunks/{index-57h4EcJI.mjs.map → index-BvEfJ4ta.mjs.map} +1 -1
- package/dist/_chunks/{index-CjePaw2c.mjs → index-CWIQ-LER.mjs} +4 -4
- package/dist/_chunks/{index-CjePaw2c.mjs.map → index-CWIQ-LER.mjs.map} +1 -1
- package/dist/_chunks/{index-6_TT4Ryf.js → index-DIXWkgzz.js} +4 -4
- package/dist/_chunks/{index-6_TT4Ryf.js.map → index-DIXWkgzz.js.map} +1 -1
- package/dist/_chunks/{router-Dl-GkAdO.mjs → router-BMH37QoK.mjs} +3 -3
- package/dist/_chunks/{router-Dl-GkAdO.mjs.map → router-BMH37QoK.mjs.map} +1 -1
- package/dist/_chunks/{router-DMJO0wig.js → router-DRZjVs98.js} +3 -3
- package/dist/_chunks/{router-DMJO0wig.js.map → router-DRZjVs98.js.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +6 -6
- package/dist/_chunks/_id-DL2d0C9F.js.map +0 -1
- package/dist/_chunks/_id-Djqrb0X5.mjs.map +0 -1
|
@@ -762,7 +762,7 @@ const admin = {
|
|
|
762
762
|
},
|
|
763
763
|
permissions: [],
|
|
764
764
|
async Component() {
|
|
765
|
-
const { Router } = await Promise.resolve().then(() => require("./router-
|
|
765
|
+
const { Router } = await Promise.resolve().then(() => require("./router-DRZjVs98.js"));
|
|
766
766
|
return { default: Router };
|
|
767
767
|
}
|
|
768
768
|
});
|
|
@@ -774,12 +774,12 @@ const admin = {
|
|
|
774
774
|
id: `${PLUGIN_ID}.plugin.name`,
|
|
775
775
|
defaultMessage: "Review Workflows"
|
|
776
776
|
},
|
|
777
|
+
licenseOnly: true,
|
|
777
778
|
permissions: [],
|
|
778
779
|
async Component() {
|
|
779
780
|
const { PurchaseReviewWorkflows } = await Promise.resolve().then(() => require("./purchase-review-workflows-DlCDg0fD.js"));
|
|
780
781
|
return { default: PurchaseReviewWorkflows };
|
|
781
|
-
}
|
|
782
|
-
lockIcon: true
|
|
782
|
+
}
|
|
783
783
|
});
|
|
784
784
|
}
|
|
785
785
|
},
|
|
@@ -816,4 +816,4 @@ exports.useGetContentTypesQuery = useGetContentTypesQuery;
|
|
|
816
816
|
exports.useGetWorkflowsQuery = useGetWorkflowsQuery;
|
|
817
817
|
exports.useTypedSelector = useTypedSelector;
|
|
818
818
|
exports.useUpdateWorkflowMutation = useUpdateWorkflowMutation;
|
|
819
|
-
//# sourceMappingURL=index-
|
|
819
|
+
//# sourceMappingURL=index-DIXWkgzz.js.map
|