@aristid/leav-types 1.7.0-8b7a5a47 → 1.7.0-9aed233e
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.
|
@@ -34,9 +34,6 @@ export declare const mockAttrTree: {
|
|
|
34
34
|
multi_link_display_option?: MultiDisplayOption;
|
|
35
35
|
multi_tree_display_option?: MultiDisplayOption;
|
|
36
36
|
permissions_conf_dependent_values?: import("../../_types/permissions").ITreePermissionsDependentValuesConf;
|
|
37
|
-
smart_filter?: {
|
|
38
|
-
enable: boolean;
|
|
39
|
-
};
|
|
40
37
|
label?: import("../../_types/systemTranslation").ISystemTranslation | string;
|
|
41
38
|
};
|
|
42
39
|
export declare const mockAttrTreeVersionable: IAttribute;
|
|
@@ -32,12 +32,6 @@ export interface IAttribute extends ICoreEntity {
|
|
|
32
32
|
* only for tree attribute
|
|
33
33
|
*/
|
|
34
34
|
permissions_conf_dependent_values?: ITreePermissionsDependentValuesConf;
|
|
35
|
-
/**
|
|
36
|
-
* only for link attribute
|
|
37
|
-
*/
|
|
38
|
-
smart_filter?: {
|
|
39
|
-
enable: boolean;
|
|
40
|
-
};
|
|
41
35
|
}
|
|
42
36
|
export declare enum ValueVersionMode {
|
|
43
37
|
SIMPLE = "simple",
|