@arsedizioni/ars-utils 18.4.36 → 18.4.38
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/clipper.common/common/definitions.d.ts +7 -0
- package/esm2022/clipper.common/common/definitions.mjs +42 -7
- package/esm2022/clipper.common/common/services/clipper.service.mjs +2 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +42 -6
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/package.json +11 -11
|
@@ -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
|