@bizdoc/core 3.9.5 → 3.9.7

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/index.d.ts CHANGED
@@ -4572,7 +4572,7 @@ declare class OverlayFormComponent implements OnInit, OnDestroy {
4572
4572
  declare class LocalizedStringPipe implements PipeTransform {
4573
4573
  private _session;
4574
4574
  constructor(_session: SessionService);
4575
- transform(value: LocalizedString, ...args: any[]): string | null;
4575
+ transform(value?: LocalizedString, ...args: any[]): string | null;
4576
4576
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedStringPipe, never>;
4577
4577
  static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedStringPipe, "localizedString", false>;
4578
4578
  }
@@ -8446,6 +8446,7 @@ declare class ActionDialog implements OnInit, OnDestroy {
8446
8446
  readonly action: Action;
8447
8447
  arguments: {};
8448
8448
  valid: boolean;
8449
+ verb: string;
8449
8450
  portal: ComponentPortal<ArgumentsComponent>;
8450
8451
  private readonly _destroy;
8451
8452
  /** action-dialog ctor */
@@ -9692,6 +9693,11 @@ declare class HomeComponent extends HomeBase {
9692
9693
  collapse(evt: Event): void;
9693
9694
  focus(): void;
9694
9695
  displayWith: (_: string) => null;
9696
+ /**
9697
+ *
9698
+ * @param item
9699
+ * @param compRef
9700
+ */
9695
9701
  onAttached(item: ListingItem, compRef: ComponentRef<ListingComponent<any>>): void;
9696
9702
  goto(evt: MatAutocompleteSelectedEvent): void;
9697
9703
  static ɵfac: i0.ɵɵFactoryDeclaration<HomeComponent, never>;
@@ -9837,6 +9843,7 @@ declare class ActionPaneComponent extends ActionBase implements OnInit, OnDestro
9837
9843
  valid: boolean;
9838
9844
  readonly okChange: EventEmitter<ParamMap>;
9839
9845
  private readonly _destroy;
9846
+ verb: string;
9840
9847
  /** action-dialog ctor */
9841
9848
  constructor(_pane: PaneRef<ActionPaneComponent>, mailbox: MailboxService, _fr: BizDocComponentFactoryResolver, accounts: AccountService, sb: PromptService, translate: TranslateService, session: SessionService);
9842
9849
  close(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "3.9.5",
3
+ "version": "3.9.7",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",