@arsedizioni/ars-utils 21.2.145 → 21.2.147
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1 -0
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +2 -2
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
package/package.json
CHANGED
|
@@ -697,13 +697,13 @@ declare class ClipperTeamInfo {
|
|
|
697
697
|
lastModified?: string;
|
|
698
698
|
}
|
|
699
699
|
interface ClipperContactsSearchParams extends QueryModel {
|
|
700
|
-
|
|
700
|
+
teamId?: string;
|
|
701
701
|
name?: string;
|
|
702
702
|
includeDisabled?: boolean;
|
|
703
703
|
}
|
|
704
704
|
interface ClipperContactInfo {
|
|
705
705
|
id?: number;
|
|
706
|
-
|
|
706
|
+
teamId?: string;
|
|
707
707
|
userId?: number;
|
|
708
708
|
name?: string;
|
|
709
709
|
emails?: string;
|
|
@@ -1049,7 +1049,7 @@ declare class ClipperDocumentMenuComponent implements OnInit {
|
|
|
1049
1049
|
private readonly changeDetector;
|
|
1050
1050
|
private readonly clipperService;
|
|
1051
1051
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1052
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1052
|
+
readonly selectionSource: _angular_core.InputSignal<"bag" | "selection" | "none">;
|
|
1053
1053
|
protected selection: () => ClipperDocumentInfo[];
|
|
1054
1054
|
readonly parent: _angular_core.InputSignal<any>;
|
|
1055
1055
|
readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
|