@arsedizioni/ars-utils 18.2.254 → 18.2.256
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 +6 -0
- package/esm2022/clipper.common/common/definitions.mjs +21 -1
- package/esm2022/clipper.common/common/services/clipper.service.mjs +2 -1
- package/esm2022/clipper.ui/ui/search-result-manager/search-result-manager.mjs +3 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +21 -0
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -513,6 +513,12 @@ export declare class ClipperDashboard {
|
|
|
513
513
|
getUnreadItems(module: ClipperModule): number;
|
|
514
514
|
}
|
|
515
515
|
export declare class ClipperUtils {
|
|
516
|
+
/**
|
|
517
|
+
* Return the Clipper module from model
|
|
518
|
+
* @param model: the model
|
|
519
|
+
* @returns the module id
|
|
520
|
+
*/
|
|
521
|
+
static getClipperModuleFromModel(model: ClipperModel): ClipperModule | null;
|
|
516
522
|
/**
|
|
517
523
|
* Return the Clipper group name
|
|
518
524
|
* @param value: the group value
|