@myrmidon/cadmus-part-general-ui 15.0.2 → 15.0.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myrmidon/cadmus-part-general-ui",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.4",
|
|
4
4
|
"description": "Cadmus - generic parts.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Cadmus"
|
|
@@ -14,32 +14,32 @@
|
|
|
14
14
|
"name": "Daniele Fusi"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@angular/common": "^20.0.0",
|
|
18
|
-
"@angular/core": "^20.0.0",
|
|
19
|
-
"@angular/material": "^20.0.0",
|
|
20
|
-
"@cisstech/nge": "^18.
|
|
21
|
-
"@myrmidon/ngx-tools": "^2.0.
|
|
22
|
-
"@myrmidon/ngx-mat-tools": "^1.0.
|
|
23
|
-
"@myrmidon/cadmus-refs-asserted-ids": "^10.0.
|
|
24
|
-
"@myrmidon/cadmus-refs-doc-references": "^10.0.
|
|
25
|
-
"@myrmidon/cadmus-refs-historical-date": "9.
|
|
26
|
-
"@myrmidon/cadmus-refs-asserted-chronotope": "10.0.
|
|
27
|
-
"@myrmidon/cadmus-refs-assertion": "10.0.
|
|
28
|
-
"@myrmidon/cadmus-refs-proper-name": "10.0.
|
|
29
|
-
"@myrmidon/cadmus-core": "^12.0.
|
|
30
|
-
"@myrmidon/cadmus-ui": "^15.1.
|
|
17
|
+
"@angular/common": "^20.0.0 || ^21.0.0",
|
|
18
|
+
"@angular/core": "^20.0.0 || ^21.0.0",
|
|
19
|
+
"@angular/material": "^20.0.0 || ^21.0.0",
|
|
20
|
+
"@cisstech/nge": "^18.3.0",
|
|
21
|
+
"@myrmidon/ngx-tools": "^2.0.2",
|
|
22
|
+
"@myrmidon/ngx-mat-tools": "^1.0.1",
|
|
23
|
+
"@myrmidon/cadmus-refs-asserted-ids": "^10.0.12",
|
|
24
|
+
"@myrmidon/cadmus-refs-doc-references": "^10.0.3",
|
|
25
|
+
"@myrmidon/cadmus-refs-historical-date": "9.1.1",
|
|
26
|
+
"@myrmidon/cadmus-refs-asserted-chronotope": "10.0.6",
|
|
27
|
+
"@myrmidon/cadmus-refs-assertion": "10.0.5",
|
|
28
|
+
"@myrmidon/cadmus-refs-proper-name": "10.0.4",
|
|
29
|
+
"@myrmidon/cadmus-core": "^12.0.3",
|
|
30
|
+
"@myrmidon/cadmus-ui": "^15.1.4"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"tslib": "^2.3.0"
|
|
34
34
|
},
|
|
35
35
|
"module": "fesm2022/myrmidon-cadmus-part-general-ui.mjs",
|
|
36
|
-
"typings": "
|
|
36
|
+
"typings": "types/myrmidon-cadmus-part-general-ui.d.ts",
|
|
37
37
|
"exports": {
|
|
38
38
|
"./package.json": {
|
|
39
39
|
"default": "./package.json"
|
|
40
40
|
},
|
|
41
41
|
".": {
|
|
42
|
-
"types": "./
|
|
42
|
+
"types": "./types/myrmidon-cadmus-part-general-ui.d.ts",
|
|
43
43
|
"default": "./fesm2022/myrmidon-cadmus-part-general-ui.mjs"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
@@ -325,7 +325,7 @@ interface BibEntry {
|
|
|
325
325
|
tag?: string;
|
|
326
326
|
authors?: BibAuthor[];
|
|
327
327
|
title: string;
|
|
328
|
-
language
|
|
328
|
+
language?: string;
|
|
329
329
|
container?: string;
|
|
330
330
|
contributors?: BibAuthor[];
|
|
331
331
|
edition?: number;
|
|
@@ -632,7 +632,6 @@ declare class BibliographyPartComponent extends ModelEditorComponentBase<Bibliog
|
|
|
632
632
|
private updateThesauri;
|
|
633
633
|
private updateForm;
|
|
634
634
|
protected onDataSet(data?: EditedObject<BibliographyPart>): void;
|
|
635
|
-
entryTypeToString(id?: string): string;
|
|
636
635
|
protected getValue(): BibliographyPart;
|
|
637
636
|
addEntry(): void;
|
|
638
637
|
editEntry(entry: BibEntry, index: number): void;
|