hfn-components 0.6.0 → 0.6.1
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/component.ts +15 -0
- package/defaults.ts +5 -0
- package/index.ts +6 -0
- package/make-installer.ts +17 -0
- package/package.json +1 -1
- package/plugin.ts +1 -0
- package/dist/index.css +0 -1
- package/es/_virtual/_plugin-vue_export-helper.mjs +0 -9
- package/es/component.d.ts +0 -3
- package/es/component.mjs +0 -14
- package/es/components/chart/index.d.ts +0 -201
- package/es/components/chart/index.mjs +0 -7
- package/es/components/chart/src/HtChart.d.ts +0 -77
- package/es/components/chart/src/HtChart.mjs +0 -93
- package/es/components/chart/src/HtChart.vue.d.ts +0 -207
- package/es/components/chart/src/HtChart.vue.mjs +0 -90
- package/es/components/chart/src/HtChart.vue2.mjs +0 -109
- package/es/components/chart/src/chartConfig.d.ts +0 -7
- package/es/components/chart/src/chartConfig.mjs +0 -88
- package/es/components/chart/style/index.d.ts +0 -1
- package/es/components/chart/style/index.mjs +0 -1
- package/es/components/elTable/index.d.ts +0 -810
- package/es/components/elTable/index.mjs +0 -7
- package/es/components/elTable/src/columnDeal.vue.d.ts +0 -65
- package/es/components/elTable/src/columnDeal.vue.mjs +0 -42
- package/es/components/elTable/src/columnDeal.vue2.mjs +0 -19
- package/es/components/elTable/src/elTable.d.ts +0 -52
- package/es/components/elTable/src/elTable.mjs +0 -44
- package/es/components/elTable/src/elTable.vue.d.ts +0 -809
- package/es/components/elTable/src/elTable.vue.mjs +0 -108
- package/es/components/elTable/src/elTable.vue2.mjs +0 -46
- package/es/components/htTarget/index.d.ts +0 -2028
- package/es/components/htTarget/index.mjs +0 -6
- package/es/components/htTarget/src/htTarget.d.ts +0 -25
- package/es/components/htTarget/src/htTarget.mjs +0 -20
- package/es/components/htTarget/src/htTarget.vue.d.ts +0 -2027
- package/es/components/htTarget/src/htTarget.vue.mjs +0 -240
- package/es/components/htTarget/src/htTarget.vue2.mjs +0 -158
- package/es/components/htTarget/style/index.d.ts +0 -1
- package/es/components/htTarget/style/index.mjs +0 -1
- package/es/components/index.d.ts +0 -4
- package/es/components/index.mjs +0 -7
- package/es/components/pieChart/index.d.ts +0 -104
- package/es/components/pieChart/index.mjs +0 -7
- package/es/components/pieChart/src/HtPieChart.d.ts +0 -36
- package/es/components/pieChart/src/HtPieChart.mjs +0 -42
- package/es/components/pieChart/src/HtPieChart.vue.d.ts +0 -109
- package/es/components/pieChart/src/HtPieChart.vue.mjs +0 -61
- package/es/components/pieChart/src/HtPieChart.vue2.mjs +0 -103
- package/es/components/pieChart/style/index.d.ts +0 -1
- package/es/components/pieChart/style/index.mjs +0 -1
- package/es/components/table/HtTable.d.ts +0 -142
- package/es/components/table/HtTable.mjs +0 -136
- package/es/components/table/HtTable.vue.d.ts +0 -1847
- package/es/components/table/HtTable.vue.mjs +0 -449
- package/es/components/table/HtTable.vue2.mjs +0 -124
- package/es/components/table/index.d.ts +0 -1845
- package/es/components/table/index.mjs +0 -7
- package/es/constants/chartConfig.d.ts +0 -8
- package/es/constants/chartConfig.mjs +0 -148
- package/es/constants/index.d.ts +0 -4
- package/es/constants/index.mjs +0 -4
- package/es/constants/key.d.ts +0 -1
- package/es/constants/key.mjs +0 -3
- package/es/constants/table.d.ts +0 -125
- package/es/constants/table.mjs +0 -156
- package/es/constants/target.d.ts +0 -15
- package/es/constants/target.mjs +0 -59
- package/es/css/index.css +0 -59
- package/es/defaults.d.ts +0 -4
- package/es/defaults.mjs +0 -7
- package/es/index.d.ts +0 -5
- package/es/index.mjs +0 -13
- package/es/make-installer.d.ts +0 -4
- package/es/make-installer.mjs +0 -15
- package/es/plugin.d.ts +0 -2
- package/es/plugin.mjs +0 -3
- package/es/utils/chart.d.ts +0 -8
- package/es/utils/chart.mjs +0 -197
- package/es/utils/common.d.ts +0 -3
- package/es/utils/common.mjs +0 -15
- package/es/utils/index.d.ts +0 -4
- package/es/utils/index.mjs +0 -4
- package/es/utils/table.d.ts +0 -2
- package/es/utils/table.mjs +0 -31
- package/es/utils/tool.d.ts +0 -2
- package/es/utils/tool.mjs +0 -42
- package/global.d.ts +0 -14
- package/theme-chalk/ht-chart.css +0 -1
- package/theme-chalk/ht-target.css +0 -1
- package/theme-chalk/index.css +0 -1
- package/theme-chalk/src/chart.scss +0 -58
- package/theme-chalk/src/index.scss +0 -2
- package/theme-chalk/src/target.scss +0 -39
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
export interface target {
|
|
3
|
-
name: string;
|
|
4
|
-
key: string;
|
|
5
|
-
dealType: string;
|
|
6
|
-
}
|
|
7
|
-
export declare const targetProps: {
|
|
8
|
-
readonly fundType: {
|
|
9
|
-
readonly type: StringConstructor;
|
|
10
|
-
readonly default: "fund";
|
|
11
|
-
};
|
|
12
|
-
readonly targetType: {
|
|
13
|
-
readonly type: StringConstructor;
|
|
14
|
-
readonly default: "";
|
|
15
|
-
};
|
|
16
|
-
readonly dialogShow: {
|
|
17
|
-
readonly type: BooleanConstructor;
|
|
18
|
-
readonly default: false;
|
|
19
|
-
};
|
|
20
|
-
readonly targetData: {
|
|
21
|
-
readonly type: PropType<target[]>;
|
|
22
|
-
readonly default: readonly [];
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
export type TargetProps = ExtractPropTypes<typeof targetProps>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
const targetProps = {
|
|
2
|
-
fundType: {
|
|
3
|
-
type: String,
|
|
4
|
-
default: "fund"
|
|
5
|
-
},
|
|
6
|
-
targetType: {
|
|
7
|
-
type: String,
|
|
8
|
-
default: ""
|
|
9
|
-
},
|
|
10
|
-
dialogShow: {
|
|
11
|
-
type: Boolean,
|
|
12
|
-
default: false
|
|
13
|
-
},
|
|
14
|
-
targetData: {
|
|
15
|
-
type: Array,
|
|
16
|
-
default: []
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export { targetProps };
|