fui-material 2.2.6 → 2.2.8

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.
@@ -19,7 +19,7 @@ export interface IFSelectSearchDb<T> {
19
19
  * Callback, вызываемый при вводе данных в поле ввода.
20
20
  * @param {File[] | null} file - Массив выбранных файлов или `null`, если файлы удалены.
21
21
  */
22
- onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
22
+ onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
23
23
  /**
24
24
  * Текст метки поля ввода.
25
25
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "2.2.6",
3
+ "version": "2.2.8",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",