@smartbit4all/ng-client 3.3.141 → 3.3.142

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,16 +1,16 @@
1
- import { AfterViewInit, ComponentRef, ElementRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ComponentRef, ElementRef, OnDestroy, OnInit, 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';
5
+ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
6
+ import { ContentChange, QuillEditorComponent, QuillModules } from 'ngx-quill';
5
7
  import { Observable, Subject } from 'rxjs';
6
8
  import { ComponentFactoryService } from '../../../component-factory-service/projects';
9
+ import { UiActionToolbarComponent } from '../../../view-context/smart-ui-action/ui-action-toolbar.component';
7
10
  import { SmartFormWidgetType, SmartWidgetHintPositionEnum } from '../../api/model/models';
8
11
  import { SmartFormService } from '../../services/smartform.service';
9
12
  import { SmartButton, SmartFormWidget, SmartItem } from '../../smartform.form-model';
10
13
  import { SmartFormTextFieldButtonIconPosition, SmartValidator, SophisticatedValueChange, Value } from '../../smartform.model';
11
- import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
12
- import { ContentChange, QuillEditorComponent, QuillModules } from 'ngx-quill';
13
- import { UiActionToolbarComponent } from '../../../view-context/smart-ui-action/ui-action-toolbar.component';
14
14
  import * as i0 from "@angular/core";
15
15
  export declare class SmartWidgetSettings {
16
16
  static useUtc: boolean;
@@ -19,6 +19,7 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
19
19
  private service;
20
20
  private cfService;
21
21
  private sanitizer;
22
+ private changeDetector;
22
23
  private _destroy$;
23
24
  hidePassword: boolean;
24
25
  form: FormGroup;
@@ -44,7 +45,7 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
44
45
  SmartWidgetHintPosition: typeof SmartWidgetHintPositionEnum;
45
46
  toolbar?: UiActionToolbarComponent;
46
47
  emptyQuillToolbar: QuillModules;
47
- constructor(service: SmartFormService, cfService: ComponentFactoryService, sanitizer: DomSanitizer);
48
+ constructor(service: SmartFormService, cfService: ComponentFactoryService, sanitizer: DomSanitizer, changeDetector: ChangeDetectorRef);
48
49
  ngOnInit(): void;
49
50
  parseYoutubeUrl(url: string): string | false;
50
51
  _hasJustChanged: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.141",
3
+ "version": "3.3.142",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file