@creatorsn/vfluent3 0.3.67 → 0.3.69

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.
@@ -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
  };