@pimcore/studio-ui-bundle 1.0.0-canary.20251218-110126-ef6eb07 → 1.0.0-canary.20251222-100500-ca9930c

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.
@@ -9,6 +9,7 @@
9
9
  */
10
10
  import React, { type CSSProperties } from 'react';
11
11
  import { type SearchProps as AntSearchProps } from 'antd/es/input/Search';
12
+ import { type InputRef } from 'antd';
12
13
  export interface ISearchInputProps extends AntSearchProps {
13
14
  className?: string;
14
15
  withoutAddon?: boolean;
@@ -17,4 +18,4 @@ export interface ISearchInputProps extends AntSearchProps {
17
18
  maxWidth?: CSSProperties['maxWidth'];
18
19
  searchButtonIcon?: string;
19
20
  }
20
- export declare const SearchInput: ({ className, withoutAddon, withPrefix, withClear, maxWidth, searchButtonIcon, ...props }: ISearchInputProps) => React.JSX.Element;
21
+ export declare const SearchInput: React.ForwardRefExoticComponent<ISearchInputProps & React.RefAttributes<InputRef>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "1.0.0-canary.20251218-110126-ef6eb07",
3
+ "version": "1.0.0-canary.20251222-100500-ca9930c",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"