hfn-components 0.6.5 → 0.6.7
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/dist/index.css +1 -1
- package/es/component.mjs +3 -3
- package/es/components/chart/index.d.ts +1 -35
- package/es/components/chart/index.mjs +1 -0
- package/es/components/chart/src/HtChart.vue.d.ts +1 -36
- package/es/components/chart/src/HtChart.vue.mjs +1 -1
- package/es/components/chart/src/HtChart.vue2.mjs +3 -0
- package/es/components/htTable/index.d.ts +252 -0
- package/es/components/htTable/index.mjs +8 -0
- package/es/components/htTable/src/columnDeal.vue.d.ts +41 -0
- package/es/components/{elTable → htTable}/src/columnDeal.vue.mjs +18 -14
- package/es/components/{elTable → htTable}/src/columnDeal.vue2.mjs +1 -1
- package/es/components/htTable/src/composables/index.d.ts +3 -0
- package/es/components/htTable/src/composables/index.mjs +3 -0
- package/es/components/htTable/src/composables/use-copy.d.ts +3 -0
- package/es/components/htTable/src/composables/use-copy.mjs +24 -0
- package/es/components/htTable/src/composables/use-pagination.d.ts +13 -0
- package/es/components/htTable/src/composables/use-pagination.mjs +33 -0
- package/es/components/htTable/src/composables/use-selection.d.ts +12 -0
- package/es/components/htTable/src/composables/use-selection.mjs +58 -0
- package/es/components/{elTable/src/elTable.d.ts → htTable/src/htTable.d.ts} +38 -7
- package/es/components/{elTable/src/elTable.mjs → htTable/src/htTable.mjs} +22 -4
- package/es/components/htTable/src/htTable.vue.d.ts +115 -0
- package/es/components/htTable/src/htTable.vue.mjs +216 -0
- package/es/components/htTable/src/htTable.vue2.mjs +84 -0
- package/es/components/htTarget/index.d.ts +7 -1987
- package/es/components/htTarget/index.mjs +1 -0
- package/es/components/htTarget/src/htTarget.vue.d.ts +5 -1985
- package/es/components/htTarget/src/htTarget.vue.mjs +54 -59
- package/es/components/htTarget/src/htTarget.vue2.mjs +26 -24
- package/es/components/index.d.ts +1 -1
- package/es/components/index.mjs +2 -2
- package/es/components/pieChart/index.d.ts +1 -27
- package/es/components/pieChart/index.mjs +1 -0
- package/es/components/pieChart/src/HtPieChart.vue.d.ts +1 -27
- package/es/components/pieChart/src/HtPieChart.vue.mjs +1 -1
- package/es/components/pieChart/src/HtPieChart.vue2.mjs +3 -0
- package/es/constants/icons.d.ts +1 -0
- package/es/constants/icons.mjs +3 -0
- package/es/constants/index.mjs +1 -1
- package/es/constants/table.d.ts +102 -83
- package/es/constants/table.mjs +73 -45
- package/es/constants/target.d.ts +166 -15
- package/es/hfn-components/component.d.ts +3 -0
- package/es/hfn-components/defaults.d.ts +4 -0
- package/es/hfn-components/index.d.ts +5 -0
- package/es/hfn-components/make-installer.d.ts +4 -0
- package/es/hfn-components/plugin.d.ts +2 -0
- package/es/icons/index.d.ts +1 -0
- package/es/icons/index.mjs +1 -0
- package/es/icons/svg/empty-simple.svg.mjs +3 -0
- package/es/index.mjs +2 -2
- package/es/utils/index.mjs +1 -1
- package/es/utils/table.d.ts +11 -2
- package/es/utils/table.mjs +36 -26
- package/es/utils/tool.d.ts +1 -1
- package/es/utils/tool.mjs +8 -36
- package/package.json +6 -8
- package/theme-chalk/ht-table.css +1 -1
- package/theme-chalk/ht-target.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/table.scss +61 -4
- package/theme-chalk/src/target.scss +23 -3
- package/es/components/chart/src/chartConfig.d.ts +0 -7
- package/es/components/chart/src/chartConfig.mjs +0 -88
- package/es/components/elTable/index.d.ts +0 -828
- package/es/components/elTable/index.mjs +0 -7
- package/es/components/elTable/src/columnDeal.vue.d.ts +0 -65
- package/es/components/elTable/src/elTable.vue.d.ts +0 -827
- package/es/components/elTable/src/elTable.vue.mjs +0 -111
- package/es/components/elTable/src/elTable.vue2.mjs +0 -51
- 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/css/index.css +0 -59
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly dealType: {
|
|
3
|
-
readonly type: import("vue").PropType<"colorPercentage" | "percentage" | "basicText4" | "notProcessed" | "colorText" | "percentage4" | "absPercentage" | "thoundsandText2" | "thoundsandText4" | "other" | "customDeal" | "customSlot">;
|
|
4
|
-
readonly default: "";
|
|
5
|
-
};
|
|
6
|
-
readonly text: {
|
|
7
|
-
readonly type: import("vue").PropType<string | number | undefined>;
|
|
8
|
-
readonly default: undefined;
|
|
9
|
-
};
|
|
10
|
-
readonly dealFunction: {
|
|
11
|
-
readonly type: FunctionConstructor;
|
|
12
|
-
readonly default: () => void;
|
|
13
|
-
};
|
|
14
|
-
readonly row: {
|
|
15
|
-
readonly type: ObjectConstructor;
|
|
16
|
-
readonly default: () => void;
|
|
17
|
-
};
|
|
18
|
-
readonly slot: {
|
|
19
|
-
readonly type: StringConstructor;
|
|
20
|
-
readonly default: "";
|
|
21
|
-
};
|
|
22
|
-
}, {
|
|
23
|
-
readonly CLOUMN_DEAL: {
|
|
24
|
-
basicText4: (val: string | number | undefined) => string;
|
|
25
|
-
colorText: (val: string | number | undefined) => string;
|
|
26
|
-
colorPercentage: (val: string | number | undefined) => string;
|
|
27
|
-
percentage: (val: string | number | undefined) => string;
|
|
28
|
-
percentage4: (val: string | number | undefined) => string;
|
|
29
|
-
absPercentage: (val: string | number | undefined) => string;
|
|
30
|
-
thoundsandText2: (val: string | number | undefined) => string;
|
|
31
|
-
thoundsandText4: (val: string | number | undefined) => string;
|
|
32
|
-
notProcessed: null;
|
|
33
|
-
other: null;
|
|
34
|
-
customDeal: null;
|
|
35
|
-
customSlot: null;
|
|
36
|
-
};
|
|
37
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
-
readonly dealType: {
|
|
39
|
-
readonly type: import("vue").PropType<"colorPercentage" | "percentage" | "basicText4" | "notProcessed" | "colorText" | "percentage4" | "absPercentage" | "thoundsandText2" | "thoundsandText4" | "other" | "customDeal" | "customSlot">;
|
|
40
|
-
readonly default: "";
|
|
41
|
-
};
|
|
42
|
-
readonly text: {
|
|
43
|
-
readonly type: import("vue").PropType<string | number | undefined>;
|
|
44
|
-
readonly default: undefined;
|
|
45
|
-
};
|
|
46
|
-
readonly dealFunction: {
|
|
47
|
-
readonly type: FunctionConstructor;
|
|
48
|
-
readonly default: () => void;
|
|
49
|
-
};
|
|
50
|
-
readonly row: {
|
|
51
|
-
readonly type: ObjectConstructor;
|
|
52
|
-
readonly default: () => void;
|
|
53
|
-
};
|
|
54
|
-
readonly slot: {
|
|
55
|
-
readonly type: StringConstructor;
|
|
56
|
-
readonly default: "";
|
|
57
|
-
};
|
|
58
|
-
}>>, {
|
|
59
|
-
readonly text: string | number | undefined;
|
|
60
|
-
readonly dealType: "colorPercentage" | "percentage" | "basicText4" | "notProcessed" | "colorText" | "percentage4" | "absPercentage" | "thoundsandText2" | "thoundsandText4" | "other" | "customDeal" | "customSlot";
|
|
61
|
-
readonly dealFunction: Function;
|
|
62
|
-
readonly row: Record<string, any>;
|
|
63
|
-
readonly slot: string;
|
|
64
|
-
}, {}>;
|
|
65
|
-
export default _default;
|