@myrmidon/cadmus-refs-asserted-ids 10.0.6 → 10.0.8
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/index.d.ts
CHANGED
|
@@ -205,6 +205,7 @@ declare class AssertedCompositeIdComponent {
|
|
|
205
205
|
lookupService: PinRefLookupService;
|
|
206
206
|
lookupDefs: IndexLookupDefinitions;
|
|
207
207
|
private _updatingForm;
|
|
208
|
+
private _lookupConfigDirty;
|
|
208
209
|
extLookupConfigs: RefLookupConfig[];
|
|
209
210
|
targetExpanded: boolean;
|
|
210
211
|
target: FormControl<PinTarget | null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myrmidon/cadmus-refs-asserted-ids",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.8",
|
|
4
4
|
"description": "Cadmus - asserted IDs components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Cadmus",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"@angular/common": "^20.0.0",
|
|
19
19
|
"@angular/core": "^20.0.0",
|
|
20
20
|
"@myrmidon/ngx-mat-tools": "^1.0.0",
|
|
21
|
-
"@myrmidon/cadmus-api": "^14.0.
|
|
22
|
-
"@myrmidon/cadmus-refs-assertion": "^10.0.
|
|
21
|
+
"@myrmidon/cadmus-api": "^14.0.3",
|
|
22
|
+
"@myrmidon/cadmus-refs-assertion": "^10.0.3"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tslib": "^2.3.0"
|