@alauda/ui 9.1.1-beta.5 → 9.1.1-beta.7

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,4 +1,4 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, Injector, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, Injector, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
2
2
  import { AsyncValidatorFn, FormBuilder, NgControl, ValidatorFn, UntypedFormControl } from '@angular/forms';
3
3
  import { CommonFormControl } from '../../form';
4
4
  import { ComponentSize } from '../../internal/types';
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
7
7
  export declare const INPUT_ERROR_KEY = "input_data_error";
8
8
  export declare class TagsInputComponent extends CommonFormControl<string[]> implements AfterViewInit, OnChanges {
9
9
  private readonly fb;
10
+ private readonly renderer;
10
11
  private readonly injector;
11
12
  bem: Bem;
12
13
  placeholder: string;
@@ -36,7 +37,7 @@ export declare class TagsInputComponent extends CommonFormControl<string[]> impl
36
37
  get rootClass(): string;
37
38
  get tagSize(): "medium" | "mini";
38
39
  get inputClass(): string;
39
- constructor(cdr: ChangeDetectorRef, fb: FormBuilder, injector: Injector);
40
+ constructor(cdr: ChangeDetectorRef, fb: FormBuilder, renderer: Renderer2, injector: Injector);
40
41
  ngOnChanges({ inputValidator, inputAsyncValidator, disabled, }: SimpleChanges): void;
41
42
  ngAfterViewInit(): void;
42
43
  onRemove(index: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "9.1.1-beta.5",
3
+ "version": "9.1.1-beta.7",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",