@smartbit4all/ng-client 3.3.179 → 3.3.181

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.
@@ -18,7 +18,7 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
18
18
  private detectChange;
19
19
  private _uuid?;
20
20
  private uuidOfPageHasBeenChangedSubscription?;
21
- private _ngAfterViewInitPerformed;
21
+ private componentModelLoaded;
22
22
  get uuid(): string | undefined;
23
23
  set uuid(uuid: string | undefined);
24
24
  private _model;
@@ -1,4 +1,4 @@
1
1
  export interface SmartFilterEditorConfig {
2
- uuid: string;
2
+ uuid?: string;
3
3
  identifier: string;
4
4
  }
@@ -25,6 +25,9 @@ export declare class SmartformComponent implements OnInit, OnDestroy, OnChanges
25
25
  refresh(): void;
26
26
  constructForm(): void;
27
27
  private translateWidgets;
28
+ markAllWidgetsForChangeDetection(): void;
29
+ private getAllSmartWidgets;
30
+ private getChildWidgets;
28
31
  ngOnDestroy(): void;
29
32
  getForm(): FormGroup;
30
33
  getInvalidFields(): SmartFormInvalidFields;
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, ChangeDetectorRef, ComponentRef, ElementRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ComponentRef, ElementRef, OnDestroy, OnInit, QueryList, ViewContainerRef } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
4
4
  import { MatChipInputEvent } from '@angular/material/chips';
@@ -44,6 +44,7 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
44
44
  isDatePickerRequired: boolean;
45
45
  SmartWidgetHintPosition: typeof SmartWidgetHintPositionEnum;
46
46
  toolbar?: UiActionToolbarComponent;
47
+ childrenWidgetsQL?: QueryList<SmartformwidgetComponent>;
47
48
  emptyQuillToolbar: QuillModules;
48
49
  constructor(service: SmartFormService, cfService: ComponentFactoryService, sanitizer: DomSanitizer, changeDetector: ChangeDetectorRef);
49
50
  ngOnInit(): void;
@@ -23,7 +23,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
23
23
  private readonly defaultPageSizeOptions;
24
24
  private _destroy$;
25
25
  smartGrid?: SmartGrid;
26
- uuid: string;
26
+ uuid?: string;
27
27
  dev: boolean;
28
28
  vcRefTable?: ViewContainerRef;
29
29
  componentRefTable?: ComponentRef<SmarttableComponent>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.179",
3
+ "version": "3.3.181",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file