asksuite-citrus 3.16.0 → 3.16.1

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.
@@ -4,19 +4,21 @@ export declare class ChipsComponent {
4
4
  private change;
5
5
  protected textColor: string;
6
6
  private colors;
7
- set appearance(value: 'light' | 'regular' | 'primary' | 'tag' | 'disable' | 'available');
7
+ set appearance(value: 'light' | 'regular' | 'primary' | 'tag' | 'disable' | 'available' | 'tagList');
8
8
  showAction: boolean;
9
9
  set size(value: 'small' | 'regular');
10
10
  color?: string;
11
+ autoComplete: boolean;
11
12
  protected _isSmall: boolean;
12
13
  protected _isAppearanceLight: boolean;
13
14
  protected _isAppearancePrimary: boolean;
14
15
  protected _isAppearanceTag: boolean;
15
16
  protected _isAppearanceTagDisabled: boolean;
16
17
  protected _isAppearanceTagAvailable: boolean;
18
+ protected _isAppearanceTagList: boolean;
17
19
  constructor(change: ChangeDetectorRef);
18
20
  protected action: EventEmitter<void>;
19
21
  ngOnChanges(): void;
20
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipsComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<ChipsComponent, "ask-chips", never, { "appearance": { "alias": "appearance"; "required": false; }; "showAction": { "alias": "showAction"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, { "action": "action"; }, never, ["*"], false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipsComponent, "ask-chips", never, { "appearance": { "alias": "appearance"; "required": false; }; "showAction": { "alias": "showAction"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; }, { "action": "action"; }, never, ["*"], false, never>;
22
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asksuite-citrus",
3
- "version": "3.16.0",
3
+ "version": "3.16.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.7",
6
6
  "@angular/core": "^17.3.7",