@myrmidon/cadmus-refs-asserted-ids 2.1.1 → 2.1.3
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/README.md +173 -3
- package/esm2022/lib/asserted-composite-id/asserted-composite-id.component.mjs +6 -3
- package/esm2022/lib/pin-target-lookup/pin-target-lookup.component.mjs +43 -34
- package/fesm2022/myrmidon-cadmus-refs-asserted-ids.mjs +47 -35
- package/fesm2022/myrmidon-cadmus-refs-asserted-ids.mjs.map +1 -1
- package/lib/asserted-composite-id/asserted-composite-id.component.d.ts +1 -0
- package/lib/pin-target-lookup/pin-target-lookup.component.d.ts +1 -3
- package/package.json +1 -1
|
@@ -76,6 +76,7 @@ export declare class AssertedCompositeIdComponent implements OnInit {
|
|
|
76
76
|
private updateForm;
|
|
77
77
|
private getId;
|
|
78
78
|
emitIdChange(): void;
|
|
79
|
+
onEditorClose(): void;
|
|
79
80
|
cancel(): void;
|
|
80
81
|
save(): void;
|
|
81
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<AssertedCompositeIdComponent, never>;
|
|
@@ -46,7 +46,7 @@ export declare class PinTargetLookupComponent implements OnInit, OnDestroy {
|
|
|
46
46
|
private _snackbar;
|
|
47
47
|
private _subs;
|
|
48
48
|
private _target;
|
|
49
|
-
private
|
|
49
|
+
private _noTargetUpdate?;
|
|
50
50
|
private _startWithByTypeMode?;
|
|
51
51
|
/**
|
|
52
52
|
* True when the by-type pin lookup mode is active.
|
|
@@ -103,8 +103,6 @@ export declare class PinTargetLookupComponent implements OnInit, OnDestroy {
|
|
|
103
103
|
constructor(_presetLookupDefs: IndexLookupDefinitions, itemLookupService: ItemRefLookupService, pinLookupService: PinRefLookupService, _itemService: ItemService, _thesService: ThesaurusService, _snackbar: MatSnackBar, formBuilder: FormBuilder);
|
|
104
104
|
private forceByItem;
|
|
105
105
|
private setupKeys;
|
|
106
|
-
private canBuildGid;
|
|
107
|
-
private canBuildLabel;
|
|
108
106
|
ngOnInit(): void;
|
|
109
107
|
ngOnDestroy(): void;
|
|
110
108
|
private buildGid;
|