@smartbit4all/ng-client 3.3.150 → 3.3.152

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.
@@ -1,7 +1,7 @@
1
1
  import { ElementRef, Injector, QueryList, Renderer2 } from '@angular/core';
2
2
  import { Subject, Subscription } from 'rxjs';
3
3
  import { SmarttreeGenericService } from '../smart-tree/projects';
4
- import { ComponentModel, ExecuteUiActionOptions, SmartTranslateService, SmartViewContextService, UiAction, UiActionAdditionalParams, UiActionDescriptorService, UiActionModel, UiActionRequest, UiActionService, UiActionSpecificDemandResponse, UiActionToolbarComponent, UseUiAction2 } from '../view-context/projects';
4
+ import { ComponentModel, ComponentModelChange, ExecuteUiActionOptions, SmartTranslateService, SmartViewContextService, UiAction, UiActionAdditionalParams, UiActionDescriptorService, UiActionModel, UiActionRequest, UiActionService, UiActionSpecificDemandResponse, UiActionToolbarComponent, UseUiAction2 } from '../view-context/projects';
5
5
  import { SmartAuthenticationServiceInterface } from './smart-authentication.service';
6
6
  import { GridOptions, SmartGrid, SmartGridComponent } from '../smart-grid/projects';
7
7
  import { SmartForm, SmartFormInvalidFields, SmartformComponent, SophisticatedValueChange } from '../smart-form/projects';
@@ -90,7 +90,7 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
90
90
  createTreeService(treeId: string): SmarttreeGenericService;
91
91
  addFileUploader(uiActionCode: string, fileFormats?: string[], maxSizeMb?: number, isMultiple?: boolean): SmartComponentFileUploader;
92
92
  private handleValueChanges;
93
- private handleChanges;
93
+ protected handleChanges(change: ComponentModelChange): void;
94
94
  private handleChangeWidgets;
95
95
  private setValueDeeply;
96
96
  private handleDataChange;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.150",
3
+ "version": "3.3.152",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file