@haloduck/ui 2.0.17 → 2.0.18

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.
package/index.d.ts CHANGED
@@ -647,10 +647,11 @@ declare class TagInputComponent implements ControlValueAccessor, AfterViewInit {
647
647
  declare class TagViewerComponent implements AfterViewInit {
648
648
  label: ElementRef;
649
649
  tags: string[];
650
+ shouldWrap: boolean;
650
651
  set value(tags: string[] | null);
651
652
  ngAfterViewInit(): void;
652
653
  static ɵfac: i0.ɵɵFactoryDeclaration<TagViewerComponent, never>;
653
- static ɵcmp: i0.ɵɵComponentDeclaration<TagViewerComponent, "haloduck-tag-viewer", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
654
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagViewerComponent, "haloduck-tag-viewer", never, { "shouldWrap": { "alias": "shouldWrap"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
654
655
  }
655
656
 
656
657
  interface GroupedConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haloduck/ui",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "description": "HaloDuck UI Library - Angular",
5
5
  "keywords": [
6
6
  "angular",