@smartbit4all/ng-client 3.3.229 → 3.3.231

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.
@@ -66,6 +66,7 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
66
66
  protected getAllSmartTreeComponents(): SmarttreeGenericService[];
67
67
  protected getAllSmartFilterEditorContentComponents(): SmartFilterEditorContentComponent[];
68
68
  protected getAllSmartUiActionToolbars(): UiActionToolbarComponent[];
69
+ protected getAllFilterUiActionToolbars(): UiActionToolbarComponent[];
69
70
  initData(): void;
70
71
  initActions(): void;
71
72
  setupAllToolbars(toolbars: UiActionToolbarComponent[], toolbarsWithoutId: UiActionToolbarComponent[], toolbarModels: Map<string, UiActionModel[]>): Promise<void>;
@@ -100,6 +100,7 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
100
100
  getRichTextEditorLengthLeeway(): number;
101
101
  addOnBlur: boolean;
102
102
  readonly separatorKeysCodes: readonly [13, 188];
103
+ readonly emptySeparatorKeysCodes: readonly [];
103
104
  add(event: MatChipInputEvent): void;
104
105
  remove(value: SmartFormWidget<any>): void;
105
106
  selected(event: MatAutocompleteSelectedEvent, widgetInstance: SmartFormWidget<any>): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.229",
3
+ "version": "3.3.231",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file