@myrmidon/gve-core 6.0.0 → 6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrmidon/gve-core",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Cadmus - GVE Angular frontend core components.",
5
5
  "keywords": [
6
6
  "GVE"
@@ -1224,7 +1224,6 @@ declare class SnapshotEditorComponent {
1224
1224
  baseText: FormControl<CharNode[]>;
1225
1225
  operations: FormControl<CharChainOperation[]>;
1226
1226
  form: FormGroup;
1227
- readonly showChain: FormControl<boolean>;
1228
1227
  readonly featDetails: FormControl<boolean>;
1229
1228
  readonly autoRun: FormControl<boolean>;
1230
1229
  readonly chain: _angular_core.WritableSignal<CharChain | undefined>;
@@ -1393,7 +1392,6 @@ declare class SnapshotEditorComponent {
1393
1392
  * all the operations, as users must be able to browse across its steps.
1394
1393
  */
1395
1394
  runToLast(): void;
1396
- getChainAt(index: number, lastOperation?: CharChainOperation): void;
1397
1395
  /**
1398
1396
  * Update the snapshot view by running the operations up to the
1399
1397
  * currently edited operation if any.