@rc-component/cascader 1.13.0 → 1.15.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.
package/es/OptionList/List.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
export type RawOptionListProps = Pick<ReturnType<typeof useBaseProps>, 'prefixCls' | 'multiple' | 'searchValue' | 'toggleOpen' | 'notFoundContent' | 'direction' | 'open' | 'disabled'> & {
|
|
5
5
|
lockOptions?: boolean;
|
|
6
6
|
};
|
|
7
|
-
declare const RawOptionList: React.ForwardRefExoticComponent<Pick<import("@rc-component/select/lib/hooks/useBaseProps").BaseSelectContextProps, "
|
|
7
|
+
declare const RawOptionList: React.ForwardRefExoticComponent<Pick<import("@rc-component/select/lib/hooks/useBaseProps").BaseSelectContextProps, "prefixCls" | "searchValue" | "direction" | "notFoundContent" | "disabled" | "open" | "multiple" | "toggleOpen"> & {
|
|
8
8
|
lockOptions?: boolean | undefined;
|
|
9
9
|
} & React.RefAttributes<RefOptionListProps>>;
|
|
10
10
|
export default RawOptionList;
|
package/lib/OptionList/List.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
export type RawOptionListProps = Pick<ReturnType<typeof useBaseProps>, 'prefixCls' | 'multiple' | 'searchValue' | 'toggleOpen' | 'notFoundContent' | 'direction' | 'open' | 'disabled'> & {
|
|
5
5
|
lockOptions?: boolean;
|
|
6
6
|
};
|
|
7
|
-
declare const RawOptionList: React.ForwardRefExoticComponent<Pick<import("@rc-component/select/lib/hooks/useBaseProps").BaseSelectContextProps, "
|
|
7
|
+
declare const RawOptionList: React.ForwardRefExoticComponent<Pick<import("@rc-component/select/lib/hooks/useBaseProps").BaseSelectContextProps, "prefixCls" | "searchValue" | "direction" | "notFoundContent" | "disabled" | "open" | "multiple" | "toggleOpen"> & {
|
|
8
8
|
lockOptions?: boolean | undefined;
|
|
9
9
|
} & React.RefAttributes<RefOptionListProps>>;
|
|
10
10
|
export default RawOptionList;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rc-component/cascader",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "cascade select ui component for react",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"test": "rc-test"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@rc-component/select": "~1.
|
|
47
|
-
"@rc-component/tree": "~1.
|
|
46
|
+
"@rc-component/select": "~1.6.0",
|
|
47
|
+
"@rc-component/tree": "~1.3.0",
|
|
48
48
|
"@rc-component/util": "^1.4.0",
|
|
49
49
|
"clsx": "^2.1.1"
|
|
50
50
|
},
|