@myrmidon/cadmus-refs-asserted-ids 5.0.0 → 5.0.1

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.
@@ -24,6 +24,10 @@ export interface AssertedCompositeId {
24
24
  * AssertedCompositeIdComponent plus ".configs".
25
25
  */
26
26
  export declare const ASSERTED_COMPOSITE_ID_CONFIGS_KEY = "cadmus-refs-asserted-composite-id.configs";
27
+ /**
28
+ * An asserted composite ID editor. This allows the user to edit an asserted
29
+ * composite ID, which can be an external ID or a lookup ID.
30
+ */
27
31
  export declare class AssertedCompositeIdComponent implements OnInit {
28
32
  lookupService: PinRefLookupService;
29
33
  lookupDefs: IndexLookupDefinitions;
@@ -41,6 +45,9 @@ export declare class AssertedCompositeIdComponent implements OnInit {
41
45
  assTagEntries?: ThesaurusEntry[];
42
46
  refTypeEntries: ThesaurusEntry[] | undefined;
43
47
  refTagEntries: ThesaurusEntry[] | undefined;
48
+ /**
49
+ * The ID being edited.
50
+ */
44
51
  get id(): AssertedCompositeId | undefined | null;
45
52
  set id(value: AssertedCompositeId | undefined | null);
46
53
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrmidon/cadmus-refs-asserted-ids",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Cadmus - asserted IDs components.",
5
5
  "keywords": [
6
6
  "Cadmus",