@myrmidon/cadmus-refs-asserted-ids 5.1.0 → 5.1.2
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/esm2022/lib/asserted-composite-id/asserted-composite-id.component.mjs +12 -4
- package/esm2022/lib/asserted-composite-ids/asserted-composite-ids.component.mjs +3 -3
- package/esm2022/lib/asserted-ids/asserted-ids.component.mjs +13 -5
- package/esm2022/lib/pin-target-lookup/pin-target-lookup.component.mjs +10 -4
- package/fesm2022/myrmidon-cadmus-refs-asserted-ids.mjs +37 -17
- 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 +6 -4
- package/package.json +2 -2
|
@@ -104,6 +104,7 @@ export declare class AssertedCompositeIdComponent implements OnInit {
|
|
|
104
104
|
emitIdChange(): void;
|
|
105
105
|
onEditorClose(): void;
|
|
106
106
|
onExtMoreRequest(event: RefLookupSetEvent): void;
|
|
107
|
+
onExtLookupConfigChange(config: RefLookupConfig): void;
|
|
107
108
|
cancel(): void;
|
|
108
109
|
save(): void;
|
|
109
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<AssertedCompositeIdComponent, never>;
|
|
@@ -94,13 +94,14 @@ export declare class PinTargetLookupComponent implements OnInit, OnDestroy {
|
|
|
94
94
|
/**
|
|
95
95
|
* Emitted when user closes the editor.
|
|
96
96
|
*/
|
|
97
|
-
editorClose: EventEmitter<any>;
|
|
97
|
+
readonly editorClose: EventEmitter<any>;
|
|
98
98
|
/**
|
|
99
99
|
* Emitted whenever the target changes.
|
|
100
100
|
* The event's value is the new target.
|
|
101
101
|
*/
|
|
102
|
-
targetChange: EventEmitter<PinTarget>;
|
|
103
|
-
extMoreRequest: EventEmitter<RefLookupSetEvent>;
|
|
102
|
+
readonly targetChange: EventEmitter<PinTarget>;
|
|
103
|
+
readonly extMoreRequest: EventEmitter<RefLookupSetEvent>;
|
|
104
|
+
readonly extLookupConfigChange: EventEmitter<RefLookupConfig>;
|
|
104
105
|
modelEntries: ThesaurusEntry[];
|
|
105
106
|
partTypeKeys: string[];
|
|
106
107
|
itemParts: Part[];
|
|
@@ -146,9 +147,10 @@ export declare class PinTargetLookupComponent implements OnInit, OnDestroy {
|
|
|
146
147
|
onExtItemChange(event: RefLookupSetEvent): void;
|
|
147
148
|
onExtMoreRequest(event: RefLookupSetEvent): void;
|
|
148
149
|
onCopied(): void;
|
|
150
|
+
onExtConfigChange(config: RefLookupConfig): void;
|
|
149
151
|
close(): void;
|
|
150
152
|
save(): void;
|
|
151
153
|
static ɵfac: i0.ɵɵFactoryDeclaration<PinTargetLookupComponent, never>;
|
|
152
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PinTargetLookupComponent, "cadmus-pin-target-lookup", never, { "pinByTypeMode": { "alias": "pinByTypeMode"; "required": false; }; "canSwitchMode": { "alias": "canSwitchMode"; "required": false; }; "canEditTarget": { "alias": "canEditTarget"; "required": false; }; "lookupDefinitions": { "alias": "lookupDefinitions"; "required": false; }; "extLookupConfigs": { "alias": "extLookupConfigs"; "required": false; }; "internalDefault": { "alias": "internalDefault"; "required": false; }; "target": { "alias": "target"; "required": false; }; "defaultPartTypeKey": { "alias": "defaultPartTypeKey"; "required": false; }; }, { "editorClose": "editorClose"; "targetChange": "targetChange"; "extMoreRequest": "extMoreRequest"; }, never, never, true, never>;
|
|
154
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PinTargetLookupComponent, "cadmus-pin-target-lookup", never, { "pinByTypeMode": { "alias": "pinByTypeMode"; "required": false; }; "canSwitchMode": { "alias": "canSwitchMode"; "required": false; }; "canEditTarget": { "alias": "canEditTarget"; "required": false; }; "lookupDefinitions": { "alias": "lookupDefinitions"; "required": false; }; "extLookupConfigs": { "alias": "extLookupConfigs"; "required": false; }; "internalDefault": { "alias": "internalDefault"; "required": false; }; "target": { "alias": "target"; "required": false; }; "defaultPartTypeKey": { "alias": "defaultPartTypeKey"; "required": false; }; }, { "editorClose": "editorClose"; "targetChange": "targetChange"; "extMoreRequest": "extMoreRequest"; "extLookupConfigChange": "extLookupConfigChange"; }, never, never, true, never>;
|
|
153
155
|
}
|
|
154
156
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myrmidon/cadmus-refs-asserted-ids",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.2",
|
|
4
4
|
"description": "Cadmus - asserted IDs components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Cadmus",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"peerDependencies": {
|
|
18
18
|
"@angular/common": "^18.0.0",
|
|
19
19
|
"@angular/core": "^18.0.0",
|
|
20
|
-
"@myrmidon/ng-mat-tools": "^3.
|
|
20
|
+
"@myrmidon/ng-mat-tools": "^3.1.0",
|
|
21
21
|
"@myrmidon/cadmus-refs-assertion": "^5.1.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|