@myrmidon/gve-core 7.0.2 → 7.0.3
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
|
@@ -1367,8 +1367,9 @@ declare class SnapshotEditorComponent {
|
|
|
1367
1367
|
readonly editFeatsRange: FormControl<string | null>;
|
|
1368
1368
|
readonly editFeatsForm: FormGroup;
|
|
1369
1369
|
readonly operationFeats: _angular_core.WritableSignal<Feature[] | undefined>;
|
|
1370
|
-
readonly
|
|
1371
|
-
readonly
|
|
1370
|
+
readonly batchOpNumbers: _angular_core.WritableSignal<number[] | undefined>;
|
|
1371
|
+
readonly batchRangeLabel: _angular_core.WritableSignal<string | undefined>;
|
|
1372
|
+
readonly batchForSource: _angular_core.WritableSignal<boolean>;
|
|
1372
1373
|
constructor(formBuilder: FormBuilder, _api: GveApiService, _dialog: MatDialog, _dialogService: DialogService, _snackbar: MatSnackBar);
|
|
1373
1374
|
/**
|
|
1374
1375
|
* Initialize rendition settings and event listeners when the element becomes available.
|
|
@@ -1427,7 +1428,10 @@ declare class SnapshotEditorComponent {
|
|
|
1427
1428
|
*/
|
|
1428
1429
|
editOperationsFeats(): void;
|
|
1429
1430
|
saveOperationsFeats(features: Feature[]): void;
|
|
1431
|
+
editOperationSources(): void;
|
|
1432
|
+
saveOperationSources(source: OperationSource | undefined): void;
|
|
1430
1433
|
closeOperationFeats(): void;
|
|
1434
|
+
closeOperationSources(): void;
|
|
1431
1435
|
/**
|
|
1432
1436
|
* Close the currently edited operation.
|
|
1433
1437
|
*/
|