@gravitee/ui-particles-angular 7.28.3 → 7.28.4

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.
@@ -41,6 +41,10 @@ export declare class GioFormTagsInputComponent implements MatFormFieldControl<Ta
41
41
  * Function called each time a tag needs to be displayed id defined.
42
42
  */
43
43
  set displayValueWith(displayValueWith: DisplayValueWithFn);
44
+ /**
45
+ * Set to true to force the chip to be part of the autocomplete options.
46
+ */
47
+ useAutocompleteOptionValueOnly: boolean;
44
48
  set tagInput(v: ElementRef<HTMLInputElement> | null);
45
49
  private _tagInput;
46
50
  get value(): Tags | null;
@@ -84,5 +88,5 @@ export declare class GioFormTagsInputComponent implements MatFormFieldControl<Ta
84
88
  onMatChipTokenEnd(): void;
85
89
  private initAutocomplete;
86
90
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormTagsInputComponent, [{ optional: true; self: true; }, null, null, null]>;
87
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormTagsInputComponent, "gio-form-tags-input", never, { "ariaLabel": "aria-label"; "addOnBlur": "addOnBlur"; "tagValidationHook": "tagValidationHook"; "autocompleteOptions": "autocompleteOptions"; "displayValueWith": "displayValueWith"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; }, {}, never, never>;
91
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormTagsInputComponent, "gio-form-tags-input", never, { "ariaLabel": "aria-label"; "addOnBlur": "addOnBlur"; "tagValidationHook": "tagValidationHook"; "autocompleteOptions": "autocompleteOptions"; "displayValueWith": "displayValueWith"; "useAutocompleteOptionValueOnly": "useAutocompleteOptionValueOnly"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; }, {}, never, never>;
88
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "7.28.3",
3
+ "version": "7.28.4",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",