hfn-components 0.7.1 → 0.7.2
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/es/components/chart/index.d.ts +4 -4
- package/es/components/chart/src/HtChart.d.ts +1 -1
- package/es/components/chart/src/HtChart.vue.d.ts +3 -3
- package/es/components/htTable/index.d.ts +1 -1
- package/es/components/htTable/src/columnDeal.vue.d.ts +2 -2
- package/es/components/htTable/src/htTable.d.ts +1 -1
- package/es/components/htTarget/index.d.ts +1 -1
- package/es/components/pieChart/index.d.ts +1 -1
- package/es/utils/chart.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const HtChart: import("
|
|
1
|
+
export declare const HtChart: import("hfn-components/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
readonly chartData: {
|
|
3
3
|
readonly type: import("vue").PropType<any[]>;
|
|
4
4
|
readonly default: () => never[];
|
|
@@ -8,7 +8,7 @@ export declare const HtChart: import("./utils").SFCWithInstall<import("vue").Def
|
|
|
8
8
|
readonly default: "";
|
|
9
9
|
};
|
|
10
10
|
readonly chartType: {
|
|
11
|
-
readonly type: import("vue").PropType<import("
|
|
11
|
+
readonly type: import("vue").PropType<import("hfn-components/es/utils").chartType>;
|
|
12
12
|
readonly default: "";
|
|
13
13
|
};
|
|
14
14
|
readonly titleText: {
|
|
@@ -85,7 +85,7 @@ export declare const HtChart: import("./utils").SFCWithInstall<import("vue").Def
|
|
|
85
85
|
readonly default: "";
|
|
86
86
|
};
|
|
87
87
|
readonly chartType: {
|
|
88
|
-
readonly type: import("vue").PropType<import("
|
|
88
|
+
readonly type: import("vue").PropType<import("hfn-components/es/utils").chartType>;
|
|
89
89
|
readonly default: "";
|
|
90
90
|
};
|
|
91
91
|
readonly titleText: {
|
|
@@ -155,7 +155,7 @@ export declare const HtChart: import("./utils").SFCWithInstall<import("vue").Def
|
|
|
155
155
|
}>>, {
|
|
156
156
|
readonly chartData: any[];
|
|
157
157
|
readonly chartId: string;
|
|
158
|
-
readonly chartType: import("
|
|
158
|
+
readonly chartType: import("hfn-components/es/utils").chartType;
|
|
159
159
|
readonly titleText: string;
|
|
160
160
|
readonly titleText2: string;
|
|
161
161
|
readonly xAxisData: string[];
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
readonly default: "";
|
|
15
15
|
};
|
|
16
16
|
readonly chartType: {
|
|
17
|
-
readonly type: import("vue").PropType<import("
|
|
17
|
+
readonly type: import("vue").PropType<import("hfn-components/es/utils").chartType>;
|
|
18
18
|
readonly default: "";
|
|
19
19
|
};
|
|
20
20
|
readonly titleText: {
|
|
@@ -91,7 +91,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
91
|
readonly default: "";
|
|
92
92
|
};
|
|
93
93
|
readonly chartType: {
|
|
94
|
-
readonly type: import("vue").PropType<import("
|
|
94
|
+
readonly type: import("vue").PropType<import("hfn-components/es/utils").chartType>;
|
|
95
95
|
readonly default: "";
|
|
96
96
|
};
|
|
97
97
|
readonly titleText: {
|
|
@@ -161,7 +161,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
161
161
|
}>>, {
|
|
162
162
|
readonly chartData: any[];
|
|
163
163
|
readonly chartId: string;
|
|
164
|
-
readonly chartType: import("
|
|
164
|
+
readonly chartType: import("hfn-components/es/utils").chartType;
|
|
165
165
|
readonly titleText: string;
|
|
166
166
|
readonly titleText2: string;
|
|
167
167
|
readonly xAxisData: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const HtTable: import("
|
|
1
|
+
export declare const HtTable: import("hfn-components/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
3
3
|
readonly dataSource: {
|
|
4
4
|
readonly type: ArrayConstructor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly dealType: {
|
|
3
|
-
readonly type: import("vue").PropType<import("
|
|
3
|
+
readonly type: import("vue").PropType<import("hfn-components/es/constants").dealKeyType>;
|
|
4
4
|
readonly default: "";
|
|
5
5
|
};
|
|
6
6
|
readonly text: {
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
};
|
|
18
18
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
readonly dealType: {
|
|
20
|
-
readonly type: import("vue").PropType<import("
|
|
20
|
+
readonly type: import("vue").PropType<import("hfn-components/es/constants").dealKeyType>;
|
|
21
21
|
readonly default: "";
|
|
22
22
|
};
|
|
23
23
|
readonly text: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const HtTarget: import("
|
|
1
|
+
export declare const HtTarget: import("hfn-components/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
readonly fundType: {
|
|
3
3
|
readonly type: StringConstructor;
|
|
4
4
|
readonly default: "fund";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const HtPieChart: import("
|
|
1
|
+
export declare const HtPieChart: import("hfn-components/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
readonly chartData: {
|
|
3
3
|
readonly type: import("vue").PropType<any[]>;
|
|
4
4
|
readonly default: () => never[];
|
package/es/utils/chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { chartProp } from '
|
|
1
|
+
import type { chartProp } from 'hfn-components/es/components/chart';
|
|
2
2
|
export type chartType = 'category' | 'time';
|
|
3
3
|
export declare const legendEnterOperate: (options: any, name: string) => void;
|
|
4
4
|
export declare const legendLeaveOperate: (options: any) => void;
|