@coreui/angular-pro 5.2.5 → 5.2.6

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.
@@ -187,7 +187,7 @@ export declare class MultiSelectComponent<TValue extends string | number> implem
187
187
  size?: 'sm' | 'lg';
188
188
  /**
189
189
  * Initial value of multi-select
190
- * @type TValue | TValue[]
190
+ * @type (TValue | TValue[])
191
191
  */
192
192
  set value(value: TValue | TValue[]);
193
193
  get value(): TValue | TValue[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.2.5",
3
+ "version": "5.2.6",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",