@talrace/ngx-noder 0.0.23 → 0.0.25

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.
@@ -12,7 +12,7 @@ import { ICustomComponents } from '../../components/shared/custom-components.int
12
12
  import { LineInfoModel } from './line-info.model';
13
13
  import { MarginModel } from '../margin.model';
14
14
  import { NoderTableComponent } from '../../components/table/components/table.component';
15
- import { NumberingDataModel } from './../../gadgets/numbering/numbering-data.model';
15
+ import { NumberingDataModel } from '../../gadgets/numbering/numbering-data.model';
16
16
  import { PageType } from '../../components/edges/page-type.enum';
17
17
  import { PageVerticalDataModel } from '../page-vertical-data.model';
18
18
  import { Paragraph } from './paragraph';
@@ -2,9 +2,11 @@ import { Observable } from 'rxjs';
2
2
  import { CommandModel } from '../../models/generated/command.model';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CommandsService {
5
- createCommand(command: CommandModel): void;
5
+ private pendingOperations;
6
6
  get createCommand$(): Observable<CommandModel>;
7
- private _createCommand$;
7
+ private readonly _createCommand$;
8
+ createCommand(command: CommandModel): void;
9
+ getPendingOperations(): CommandModel[];
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CommandsService, never>;
9
11
  static ɵprov: i0.ɵɵInjectableDeclaration<CommandsService>;
10
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talrace/ngx-noder",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.0.5",