@creatorsn/vfluent3 0.3.68 → 0.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.
@@ -5,12 +5,14 @@ export declare const FvCollapse: import("../../types/plugins/component-plugin").
5
5
  readonly content?: string | undefined;
6
6
  readonly maxHeight?: number | undefined;
7
7
  readonly background?: string | undefined;
8
+ readonly borderColor?: string | undefined;
8
9
  readonly theme?: string | undefined;
9
10
  readonly title?: string | undefined;
10
11
  readonly disabled?: boolean | undefined;
11
12
  readonly lang?: string | undefined;
12
13
  readonly modelValue?: boolean | undefined;
13
14
  readonly icon?: string | undefined;
15
+ readonly hoverBackground?: string | undefined;
14
16
  readonly defaultHeight?: number | undefined;
15
17
  readonly disabledCollapse?: boolean | undefined;
16
18
  readonly visibleOverflow?: boolean | undefined;
@@ -20,7 +22,6 @@ export declare const FvCollapse: import("../../types/plugins/component-plugin").
20
22
  thisValue: Function;
21
23
  hover: boolean;
22
24
  }, {
23
- hoverBackground(): any;
24
25
  computedMaxHeight(): any;
25
26
  $theme(): string;
26
27
  }, {
@@ -37,12 +38,14 @@ export declare const FvCollapse: import("../../types/plugins/component-plugin").
37
38
  readonly content?: string | undefined;
38
39
  readonly maxHeight?: number | undefined;
39
40
  readonly background?: string | undefined;
41
+ readonly borderColor?: string | undefined;
40
42
  readonly theme?: string | undefined;
41
43
  readonly title?: string | undefined;
42
44
  readonly disabled?: boolean | undefined;
43
45
  readonly lang?: string | undefined;
44
46
  readonly modelValue?: boolean | undefined;
45
47
  readonly icon?: string | undefined;
48
+ readonly hoverBackground?: string | undefined;
46
49
  readonly defaultHeight?: number | undefined;
47
50
  readonly disabledCollapse?: boolean | undefined;
48
51
  readonly visibleOverflow?: boolean | undefined;
@@ -52,7 +55,6 @@ export declare const FvCollapse: import("../../types/plugins/component-plugin").
52
55
  thisValue: Function;
53
56
  hover: boolean;
54
57
  }, {
55
- hoverBackground(): any;
56
58
  computedMaxHeight(): any;
57
59
  $theme(): string;
58
60
  }, {
@@ -66,12 +68,14 @@ export declare const FvCollapse: import("../../types/plugins/component-plugin").
66
68
  readonly content?: string | undefined;
67
69
  readonly maxHeight?: number | undefined;
68
70
  readonly background?: string | undefined;
71
+ readonly borderColor?: string | undefined;
69
72
  readonly theme?: string | undefined;
70
73
  readonly title?: string | undefined;
71
74
  readonly disabled?: boolean | undefined;
72
75
  readonly lang?: string | undefined;
73
76
  readonly modelValue?: boolean | undefined;
74
77
  readonly icon?: string | undefined;
78
+ readonly hoverBackground?: string | undefined;
75
79
  readonly defaultHeight?: number | undefined;
76
80
  readonly disabledCollapse?: boolean | undefined;
77
81
  readonly visibleOverflow?: boolean | undefined;
@@ -81,7 +85,6 @@ export declare const FvCollapse: import("../../types/plugins/component-plugin").
81
85
  thisValue: Function;
82
86
  hover: boolean;
83
87
  }, {
84
- hoverBackground(): any;
85
88
  computedMaxHeight(): any;
86
89
  $theme(): string;
87
90
  }, {
@@ -4,12 +4,14 @@ declare const _default: {
4
4
  readonly content?: string | undefined;
5
5
  readonly maxHeight?: number | undefined;
6
6
  readonly background?: string | undefined;
7
+ readonly borderColor?: string | undefined;
7
8
  readonly theme?: string | undefined;
8
9
  readonly title?: string | undefined;
9
10
  readonly disabled?: boolean | undefined;
10
11
  readonly lang?: string | undefined;
11
12
  readonly modelValue?: boolean | undefined;
12
13
  readonly icon?: string | undefined;
14
+ readonly hoverBackground?: string | undefined;
13
15
  readonly defaultHeight?: number | undefined;
14
16
  readonly disabledCollapse?: boolean | undefined;
15
17
  readonly visibleOverflow?: boolean | undefined;
@@ -19,7 +21,6 @@ declare const _default: {
19
21
  thisValue: Function;
20
22
  hover: boolean;
21
23
  }, {
22
- hoverBackground(): any;
23
24
  computedMaxHeight(): any;
24
25
  $theme(): string;
25
26
  }, {
@@ -36,12 +37,14 @@ declare const _default: {
36
37
  readonly content?: string | undefined;
37
38
  readonly maxHeight?: number | undefined;
38
39
  readonly background?: string | undefined;
40
+ readonly borderColor?: string | undefined;
39
41
  readonly theme?: string | undefined;
40
42
  readonly title?: string | undefined;
41
43
  readonly disabled?: boolean | undefined;
42
44
  readonly lang?: string | undefined;
43
45
  readonly modelValue?: boolean | undefined;
44
46
  readonly icon?: string | undefined;
47
+ readonly hoverBackground?: string | undefined;
45
48
  readonly defaultHeight?: number | undefined;
46
49
  readonly disabledCollapse?: boolean | undefined;
47
50
  readonly visibleOverflow?: boolean | undefined;
@@ -51,7 +54,6 @@ declare const _default: {
51
54
  thisValue: Function;
52
55
  hover: boolean;
53
56
  }, {
54
- hoverBackground(): any;
55
57
  computedMaxHeight(): any;
56
58
  $theme(): string;
57
59
  }, {
@@ -65,12 +67,14 @@ declare const _default: {
65
67
  readonly content?: string | undefined;
66
68
  readonly maxHeight?: number | undefined;
67
69
  readonly background?: string | undefined;
70
+ readonly borderColor?: string | undefined;
68
71
  readonly theme?: string | undefined;
69
72
  readonly title?: string | undefined;
70
73
  readonly disabled?: boolean | undefined;
71
74
  readonly lang?: string | undefined;
72
75
  readonly modelValue?: boolean | undefined;
73
76
  readonly icon?: string | undefined;
77
+ readonly hoverBackground?: string | undefined;
74
78
  readonly defaultHeight?: number | undefined;
75
79
  readonly disabledCollapse?: boolean | undefined;
76
80
  readonly visibleOverflow?: boolean | undefined;
@@ -80,7 +84,6 @@ declare const _default: {
80
84
  thisValue: Function;
81
85
  hover: boolean;
82
86
  }, {
83
- hoverBackground(): any;
84
87
  computedMaxHeight(): any;
85
88
  $theme(): string;
86
89
  }, {
@@ -16,6 +16,7 @@ export declare const FvTreeView: import("../../types/plugins/component-plugin").
16
16
  readonly checkable?: boolean | undefined;
17
17
  readonly expandedIcon?: string | undefined;
18
18
  readonly unexpandedIcon?: string | undefined;
19
+ readonly expanderIconColor?: string | undefined;
19
20
  readonly expandedIconPosition?: string | undefined;
20
21
  readonly showLoading?: boolean | undefined;
21
22
  };
@@ -58,6 +59,7 @@ export declare const FvTreeView: import("../../types/plugins/component-plugin").
58
59
  readonly checkable?: boolean | undefined;
59
60
  readonly expandedIcon?: string | undefined;
60
61
  readonly unexpandedIcon?: string | undefined;
62
+ readonly expanderIconColor?: string | undefined;
61
63
  readonly expandedIconPosition?: string | undefined;
62
64
  readonly showLoading?: boolean | undefined;
63
65
  };
@@ -97,6 +99,7 @@ export declare const FvTreeView: import("../../types/plugins/component-plugin").
97
99
  readonly checkable?: boolean | undefined;
98
100
  readonly expandedIcon?: string | undefined;
99
101
  readonly unexpandedIcon?: string | undefined;
102
+ readonly expanderIconColor?: string | undefined;
100
103
  readonly expandedIconPosition?: string | undefined;
101
104
  readonly showLoading?: boolean | undefined;
102
105
  };
@@ -15,6 +15,7 @@ declare const _default: {
15
15
  readonly checkable?: boolean | undefined;
16
16
  readonly expandedIcon?: string | undefined;
17
17
  readonly unexpandedIcon?: string | undefined;
18
+ readonly expanderIconColor?: string | undefined;
18
19
  readonly expandedIconPosition?: string | undefined;
19
20
  readonly showLoading?: boolean | undefined;
20
21
  };
@@ -57,6 +58,7 @@ declare const _default: {
57
58
  readonly checkable?: boolean | undefined;
58
59
  readonly expandedIcon?: string | undefined;
59
60
  readonly unexpandedIcon?: string | undefined;
61
+ readonly expanderIconColor?: string | undefined;
60
62
  readonly expandedIconPosition?: string | undefined;
61
63
  readonly showLoading?: boolean | undefined;
62
64
  };
@@ -96,6 +98,7 @@ declare const _default: {
96
98
  readonly checkable?: boolean | undefined;
97
99
  readonly expandedIcon?: string | undefined;
98
100
  readonly unexpandedIcon?: string | undefined;
101
+ readonly expanderIconColor?: string | undefined;
99
102
  readonly expandedIconPosition?: string | undefined;
100
103
  readonly showLoading?: boolean | undefined;
101
104
  };