tutor-pro-ui-vue 1.3.68 → 1.3.70
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/dist/index.css +1 -1
- package/dist/index.css.gz +0 -0
- package/dist/index.js +2390 -2369
- package/dist/index.js.gz +0 -0
- package/dist/index.umd.cjs +19 -19
- package/dist/src/components/CommonForm/src/hooks.d.ts +2 -2
- package/package.json +1 -1
|
@@ -39,11 +39,11 @@ export declare const useValue: (value?: Ref<string | number | (string | number)[
|
|
|
39
39
|
* @param showFooter
|
|
40
40
|
* @returns
|
|
41
41
|
*/
|
|
42
|
-
export declare const useTreeSelect: (options: Ref<any[]>, value: Ref<any[]>, showFooter: ComputedRef<boolean> | boolean, valueKey?: string, checkStrictly?: boolean,
|
|
42
|
+
export declare const useTreeSelect: (options: Ref<any[]>, value: Ref<any[]>, showFooter: ComputedRef<boolean> | boolean, valueKey?: string, checkStrictly?: boolean, paramsAllValues?: ComputedRef<any>) => {
|
|
43
43
|
checkAll: Ref<boolean, boolean>;
|
|
44
44
|
isIndeterminate: Ref<boolean, boolean>;
|
|
45
45
|
handleReverse: () => void;
|
|
46
|
-
allValues: ComputedRef<any
|
|
46
|
+
allValues: ComputedRef<any>;
|
|
47
47
|
};
|
|
48
48
|
/**
|
|
49
49
|
* 头部筛选的icon
|