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.
@@ -1,4 +1,4 @@
1
- export declare const HtChart: import("./utils").SFCWithInstall<import("vue").DefineComponent<{
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("./utils").chartType>;
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("./utils").chartType>;
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("./utils").chartType;
158
+ readonly chartType: import("hfn-components/es/utils").chartType;
159
159
  readonly titleText: string;
160
160
  readonly titleText2: string;
161
161
  readonly xAxisData: string[];
@@ -1,5 +1,5 @@
1
1
  import { PropType, ExtractPropTypes } from 'vue';
2
- import type { chartType } from './utils';
2
+ import type { chartType } from 'hfn-components/es/utils';
3
3
  export declare const chartProps: {
4
4
  readonly chartData: {
5
5
  readonly type: PropType<any[]>;
@@ -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("./utils").chartType>;
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("./utils").chartType>;
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("./utils").chartType;
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("./utils").SFCWithInstall<{
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("./constants").dealKeyType>;
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("./constants").dealKeyType>;
20
+ readonly type: import("vue").PropType<import("hfn-components/es/constants").dealKeyType>;
21
21
  readonly default: "";
22
22
  };
23
23
  readonly text: {
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import type { clounmKyeType, dealKeyType } from './constants';
2
+ import type { clounmKyeType, dealKeyType } from 'hfn-components/es/constants';
3
3
  interface FilterOption {
4
4
  text: string;
5
5
  value: string;
@@ -1,4 +1,4 @@
1
- export declare const HtTarget: import("./utils").SFCWithInstall<import("vue").DefineComponent<{
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("./utils").SFCWithInstall<import("vue").DefineComponent<{
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[];
@@ -1,4 +1,4 @@
1
- import type { chartProp } from './components/chart';
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hfn-components",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "",
5
5
  "main": "es/index.mjs",
6
6
  "module": "es/index.mjs",