@myrmidon/cadmus-refs-asserted-ids 10.0.2 → 10.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/README.md CHANGED
@@ -16,6 +16,8 @@ This project was generated using [Angular CLI](https://github.com/angular/angula
16
16
  - [Asserted Composite ID](#asserted-composite-id)
17
17
  - [Asserted Composite IDs](#asserted-composite-ids)
18
18
  - [History](#history)
19
+ - [10.0.4](#1004)
20
+ - [10.0.3](#1003)
19
21
  - [10.0.2](#1002)
20
22
  - [10.0.0](#1000)
21
23
  - [9.0.0](#900)
@@ -324,13 +326,25 @@ There are different **options** to customize the lookup behavior:
324
326
  1. directly from the consumer code by setting `lookupDefinitions`;
325
327
  2. from injection, when (1) is not used;
326
328
  3. from thesaurus `model-types`, when (2) is empty.
327
- - set `pinByTypeMode` to true, to let the editor use in by-type mode instead of by-item;
329
+ - set `pinByTypeMode` to true, to let the editor use by-type mode instead of by-item;
328
330
  - set `canSwitchMode` to true, to allow users switch between by-type and by-item modes;
329
331
  - set `canEditTarget` to true, to allow users edit the link target GID and label also for internal pins, where they are automatically provided by pin lookup.
330
332
 
331
333
  These options can be variously combined to force users to use a specific behavior only; for instance, if you just want by-type lookup and automatic GID/label, set `pinByTypeMode` to true and `canSwitchMode` and `canEditTarget` to false.
332
334
 
333
- Also, you can use any number of lookup components for external IDs. To globally configure all the asserted composite IDs components for this purpose, you can define (e.g. in your app's component constructor) an array of configuration objects keyed under `ASSERTED_COMPOSITE_ID_CONFIGS_KEY`.
335
+ Also, you can use any number of lookup components for external IDs. To globally configure all the asserted composite IDs components for this purpose, you can define (e.g. in your app's component constructor) an array of configuration objects keyed under `ASSERTED_COMPOSITE_ID_CONFIGS_KEY`. Thus, this component provides many different ways for creating a link:
336
+
337
+ - external:
338
+ - from 1 or more lookups
339
+ - manual
340
+ - both
341
+ - internal:
342
+ - from pin lookup:
343
+ - filter by item
344
+ - filter by item's part
345
+ - lookup pin
346
+ - manual
347
+ - both
334
348
 
335
349
  Three components are used for this brick:
336
350
 
@@ -363,6 +377,17 @@ A collection of asserted composite IDs.
363
377
 
364
378
  ## History
365
379
 
380
+ ### 10.0.4
381
+
382
+ - 2025-06-21: fixes to asserted composite IDs.
383
+ - 2025-06-20:
384
+ - updated Angular and packages.
385
+ - minor refactoring in asserted composite ID reactivity (`@myrmidon/cadmus-refs-asserted-ids`).
386
+
387
+ ### 10.0.3
388
+
389
+ - 2025-06-13: added pin name in pin info.
390
+
366
391
  ### 10.0.2
367
392
 
368
393
  - 2025-06-03: