@arsedizioni/ars-utils 18.4.38 → 18.4.39
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 +3 -3
- package/esm2022/clipper.common/common/definitions.mjs +12 -6
- package/esm2022/clipper.ui/ui/search-result-manager/search-result-manager.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +11 -5
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -805,11 +805,11 @@ export declare class ClipperUtils {
|
|
|
805
805
|
*/
|
|
806
806
|
static isClipperModelReadable(model: ClipperModel): boolean;
|
|
807
807
|
/**
|
|
808
|
-
* Return the Clipper module from
|
|
809
|
-
* @param
|
|
808
|
+
* Return the Clipper module from a document
|
|
809
|
+
* @param item: the documenti item
|
|
810
810
|
* @returns the module id
|
|
811
811
|
*/
|
|
812
|
-
static getClipperModuleFromModel(
|
|
812
|
+
static getClipperModuleFromModel(item: ClipperDocumentInfo): ClipperModule | null;
|
|
813
813
|
/**
|
|
814
814
|
* Return the Clipper group name
|
|
815
815
|
* @param value: the group value
|