@hi-ui/check-tree-select 4.0.0-beta.35 → 4.0.0-beta.38

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,3 +1,4 @@
1
1
  import './styles/index.scss';
2
2
  export * from './CheckTreeSelect';
3
3
  export { CheckTreeSelect as default } from './CheckTreeSelect';
4
+ export * from './types';
@@ -75,8 +75,6 @@ export interface CheckTreeSelectDataSource<T = any> {
75
75
  */
76
76
  transformResponse?: (response: object) => T;
77
77
  }
78
- export declare type FilterOptionFunc = (keyword: string, item: CheckTreeSelectDataItem) => boolean;
79
- export declare type DataSourceFunc = (keyword: string) => CheckTreeSelectDataSource;
80
78
  export interface CheckTreeSelectItemEventData extends TreeNodeEventData {
81
79
  }
82
80
  export declare type CheckTreeSelectAppearanceEnum = HiBaseAppearanceEnum | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/check-tree-select",
3
- "version": "4.0.0-beta.35",
3
+ "version": "4.0.0-beta.38",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HIUI <mi-hiui@xiaomi.com>",
@@ -49,18 +49,18 @@
49
49
  "@hi-ui/core-css": "^4.0.0-beta.5",
50
50
  "@hi-ui/env": "^4.0.0-beta.1",
51
51
  "@hi-ui/func-utils": "^4.0.0-beta.13",
52
- "@hi-ui/highlighter": "^4.0.0-beta.10",
52
+ "@hi-ui/highlighter": "^4.0.0-beta.11",
53
53
  "@hi-ui/icons": "^4.0.0-beta.11",
54
54
  "@hi-ui/locale-context": "^4.0.0-beta.19",
55
- "@hi-ui/picker": "^4.0.0-beta.26",
56
- "@hi-ui/popper": "^4.0.0-beta.15",
55
+ "@hi-ui/picker": "^4.0.0-beta.28",
56
+ "@hi-ui/popper": "^4.0.0-beta.16",
57
57
  "@hi-ui/tag-input": "^4.0.0-beta.19",
58
- "@hi-ui/tree": "^4.0.0-beta.32",
58
+ "@hi-ui/tree": "^4.0.0-beta.33",
59
59
  "@hi-ui/tree-utils": "^4.0.0-beta.5",
60
60
  "@hi-ui/type-assertion": "^4.0.0-beta.5",
61
61
  "@hi-ui/use-check": "^4.0.0-beta.5",
62
62
  "@hi-ui/use-data-source": "^4.0.0-beta.6",
63
- "@hi-ui/use-search-mode": "^4.0.0-beta.20",
63
+ "@hi-ui/use-search-mode": "^4.0.0-beta.23",
64
64
  "@hi-ui/use-toggle": "^4.0.0-beta.5",
65
65
  "@hi-ui/use-uncontrolled-state": "^4.0.0-beta.5"
66
66
  },
@@ -73,5 +73,5 @@
73
73
  "react": "^17.0.1",
74
74
  "react-dom": "^17.0.1"
75
75
  },
76
- "gitHead": "8bb668d29361fae483ac3fde460bfc7e010417a6"
76
+ "gitHead": "a2d7267f383300bb5b96f8c156f54da4924b79dc"
77
77
  }