@itera-web/react-ui-functioncontrol 1.27.0 → 1.31.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,5 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export type IconProps = {
|
|
3
|
-
className?: string;
|
|
4
|
-
};
|
|
5
|
-
export declare const SpaceIcon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export type IconProps = {
|
|
3
|
+
className?: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const SpaceIcon: React.FC<IconProps>;
|
package/es/FunctionControl.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export interface IFunctionControlProps {
|
|
3
|
-
dataSource?: object[];
|
|
4
|
-
columns?: any[];
|
|
5
|
-
optionButtonGroup?: any[];
|
|
6
|
-
loading?: boolean;
|
|
7
|
-
onSearch?: () => void;
|
|
8
|
-
onResetForm?: () => void;
|
|
9
|
-
onChangeListSize?: (e: any) => void;
|
|
10
|
-
onChangeIsHideFormItem?: () => void;
|
|
11
|
-
isHideFormItem?: boolean;
|
|
12
|
-
isHideText?: boolean;
|
|
13
|
-
functionControlTableTitle?: string;
|
|
14
|
-
tableDensity?: string;
|
|
15
|
-
functionControlHide?: boolean;
|
|
16
|
-
locales?: string;
|
|
17
|
-
}
|
|
18
|
-
export declare const FunctionControl: React.NamedExoticComponent<IFunctionControlProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface IFunctionControlProps {
|
|
3
|
+
dataSource?: object[];
|
|
4
|
+
columns?: any[];
|
|
5
|
+
optionButtonGroup?: any[];
|
|
6
|
+
loading?: boolean;
|
|
7
|
+
onSearch?: () => void;
|
|
8
|
+
onResetForm?: () => void;
|
|
9
|
+
onChangeListSize?: (e: any) => void;
|
|
10
|
+
onChangeIsHideFormItem?: () => void;
|
|
11
|
+
isHideFormItem?: boolean;
|
|
12
|
+
isHideText?: boolean;
|
|
13
|
+
functionControlTableTitle?: string;
|
|
14
|
+
tableDensity?: string;
|
|
15
|
+
functionControlHide?: boolean;
|
|
16
|
+
locales?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const FunctionControl: React.NamedExoticComponent<IFunctionControlProps>;
|
package/es/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { FunctionControl, type IFunctionControlProps } from './FunctionControl';
|
|
1
|
+
export { FunctionControl, type IFunctionControlProps } from './FunctionControl';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itera-web/react-ui-functioncontrol",
|
|
3
3
|
"description": "中控",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.31.0",
|
|
5
5
|
"main": "es/index.js",
|
|
6
6
|
"types": "es/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -13,19 +13,19 @@
|
|
|
13
13
|
"up": "npm publish"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@itera-web/react-ui-button": "^1.
|
|
17
|
-
"@itera-web/react-ui-conditionalrender": "^1.
|
|
18
|
-
"@itera-web/react-ui-dropdownmenu": "^1.
|
|
19
|
-
"@itera-web/react-ui-space": "^1.
|
|
20
|
-
"@itera-web/react-ui-svg": "^1.
|
|
21
|
-
"@itera-web/utils-locale-toggle": "^1.
|
|
16
|
+
"@itera-web/react-ui-button": "^1.32.0",
|
|
17
|
+
"@itera-web/react-ui-conditionalrender": "^1.27.0",
|
|
18
|
+
"@itera-web/react-ui-dropdownmenu": "^1.25.0",
|
|
19
|
+
"@itera-web/react-ui-space": "^1.25.0",
|
|
20
|
+
"@itera-web/react-ui-svg": "^1.25.0",
|
|
21
|
+
"@itera-web/utils-locale-toggle": "^1.26.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"react": ">=17.0.0",
|
|
25
25
|
"react-dom": ">=17.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@itera-web/cli": "^1.1.
|
|
28
|
+
"@itera-web/cli": "^1.1.70"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "ed385657bd5f002b9339de322c08659ae5ce6fc1"
|
|
31
31
|
}
|