@smartbit4all/ng-client 4.0.46 → 4.0.47

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.
@@ -15,6 +15,7 @@ export declare class UiActionConfirmDialogService extends SmartdialogService {
15
15
  dialogType: 'dialog' | 'confirmDialog' | 'inputDialog';
16
16
  onAction: Subject<void>;
17
17
  shouldDoAction: boolean;
18
+ onSetup: Subject<void>;
18
19
  constructor(dialog: MatDialog, router: Router, dialogService: DialogService, inject: Injector, compLib: ComponentLibrary, manager: UiActionDescriptorService);
19
20
  setUp(): Promise<void>;
20
21
  openDialog(): void;
@@ -16,6 +16,7 @@ export declare class UiActionFileUploadDialogService extends SmartdialogService
16
16
  action: UiAction;
17
17
  nodeName?: string;
18
18
  onAction: Subject<void>;
19
+ onSetup: Subject<void>;
19
20
  files?: any;
20
21
  isMultiple: boolean;
21
22
  constructor(dialog: MatDialog, router: Router, dialogService: DialogService, inject: Injector, compLib: ComponentLibrary, manager: UiActionDescriptorService);
@@ -15,6 +15,7 @@ export declare class UiActionInputDialogService extends SmartdialogService {
15
15
  descriptor?: UiActionDescriptor;
16
16
  action: UiAction;
17
17
  nodeName?: string;
18
+ onSetup: Subject<void>;
18
19
  onAction: Subject<EditFolderAction>;
19
20
  params?: any;
20
21
  constructor(dialog: MatDialog, router: Router, dialogService: DialogService, inject: Injector, compLib: ComponentLibrary, manager: UiActionDescriptorService);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.0.46",
3
+ "version": "4.0.47",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file