@itera-web/react-ui-searchform 1.28.7 → 1.32.0

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.
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
2
- export type IconProps = {
3
- className?: string;
4
- };
5
- export declare const ChevronDown: React.FC<IconProps>;
1
+ import * as React from 'react';
2
+ export type IconProps = {
3
+ className?: string;
4
+ };
5
+ export declare const ChevronDown: React.FC<IconProps>;
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
2
- type IconProps = {
3
- className?: string;
4
- };
5
- export declare const ChevronUp: React.FC<IconProps>;
6
- export {};
1
+ import * as React from 'react';
2
+ type IconProps = {
3
+ className?: string;
4
+ };
5
+ export declare const ChevronUp: React.FC<IconProps>;
6
+ export {};
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
2
- type SearchProps = {
3
- className?: string;
4
- };
5
- export declare const Search: React.FC<SearchProps>;
6
- export {};
1
+ import * as React from 'react';
2
+ type SearchProps = {
3
+ className?: string;
4
+ };
5
+ export declare const Search: React.FC<SearchProps>;
6
+ export {};
@@ -1,10 +1,10 @@
1
- import React from 'react';
2
- export interface ISearchFormProps {
3
- loading?: boolean;
4
- defaultValues?: {};
5
- onSearch?: () => void;
6
- searchParamList?: any[];
7
- noSearch?: boolean;
8
- locales?: string;
9
- }
10
- export declare const SearchForm: React.MemoExoticComponent<React.ForwardRefExoticComponent<ISearchFormProps & React.RefAttributes<unknown>>>;
1
+ import React from 'react';
2
+ export interface ISearchFormProps {
3
+ loading?: boolean;
4
+ defaultValues?: {};
5
+ onSearch?: () => void;
6
+ searchParamList?: any[];
7
+ noSearch?: boolean;
8
+ locales?: string;
9
+ }
10
+ export declare const SearchForm: React.MemoExoticComponent<React.ForwardRefExoticComponent<ISearchFormProps & React.RefAttributes<unknown>>>;
package/es/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { SearchForm, type ISearchFormProps } from './SearchForm';
1
+ export { SearchForm, type ISearchFormProps } from './SearchForm';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itera-web/react-ui-searchform",
3
3
  "description": "查询表单",
4
- "version": "1.28.7",
4
+ "version": "1.32.0",
5
5
  "main": "es/index.js",
6
6
  "types": "es/index.d.ts",
7
7
  "publishConfig": {
@@ -13,12 +13,12 @@
13
13
  "up": "npm publish"
14
14
  },
15
15
  "dependencies": {
16
- "@itera-web/react-ui-button": "^1.28.0",
17
- "@itera-web/react-ui-conditionalrender": "^1.23.0",
18
- "@itera-web/react-ui-form": "^1.26.3",
19
- "@itera-web/react-ui-space": "^1.21.0",
20
- "@itera-web/utils-cn": "^1.22.0",
21
- "@itera-web/utils-locale-toggle": "^1.22.0",
16
+ "@itera-web/react-ui-button": "^1.32.0",
17
+ "@itera-web/react-ui-conditionalrender": "^1.27.0",
18
+ "@itera-web/react-ui-form": "^1.30.0",
19
+ "@itera-web/react-ui-space": "^1.25.0",
20
+ "@itera-web/utils-cn": "^1.26.0",
21
+ "@itera-web/utils-locale-toggle": "^1.26.0",
22
22
  "react-hook-form": "^7.55.0"
23
23
  },
24
24
  "peerDependencies": {
@@ -26,7 +26,7 @@
26
26
  "react-dom": ">=17.0.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@itera-web/cli": "^1.1.54"
29
+ "@itera-web/cli": "^1.1.70"
30
30
  },
31
- "gitHead": "f6881ff2bb7d1bfa4e8c25c2b9c175303037543e"
31
+ "gitHead": "ed385657bd5f002b9339de322c08659ae5ce6fc1"
32
32
  }