@arsedizioni/ars-utils 18.4.36 → 18.4.37

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.
@@ -822,6 +822,13 @@ export declare class ClipperUtils {
822
822
  * @returns the list of modules
823
823
  */
824
824
  static getClipperModuleGroupItems(value: ClipperModuleGroup): NameValueItem<ClipperModule>[];
825
+ /**
826
+ * Check modules against current selected in filter
827
+ * @param modules : the modules to check for
828
+ * @param mode : thc check mode: 1) exactly all elements 2) all elements 3) any of the elements specified
829
+ * @returns true if the check is successfull
830
+ */
831
+ private static checkModules;
825
832
  /**
826
833
  * Return the list of available sort options for a list of modules
827
834
  * @param modules : the modules list