hfn-components 0.7.3 → 0.7.4

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.
@@ -37,21 +37,21 @@ export declare const HtTable: import("hfn-components/es/utils").SFCWithInstall<{
37
37
  readonly default: undefined;
38
38
  };
39
39
  }>> & {
40
+ "onSelection-change"?: ((rows: any[]) => any) | undefined;
40
41
  "onSort-change"?: ((args_0: {
41
42
  field: string;
42
43
  order: "ascending" | "descending" | null;
43
44
  }) => any) | undefined;
44
45
  "onFilter-change"?: ((args_0: Record<string, string[]>) => any) | undefined;
45
- "onSelection-change"?: ((rows: any[]) => any) | undefined;
46
46
  "onPage-change"?: ((current: number) => any) | undefined;
47
47
  "onSize-change"?: ((pageSize: number) => any) | undefined;
48
48
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
49
+ "selection-change": (rows: any[]) => void;
49
50
  "sort-change": (args_0: {
50
51
  field: string;
51
52
  order: "ascending" | "descending" | null;
52
53
  }) => void;
53
54
  "filter-change": (args_0: Record<string, string[]>) => void;
54
- "selection-change": (rows: any[]) => void;
55
55
  "page-change": (current: number) => void;
56
56
  "size-change": (pageSize: number) => void;
57
57
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
@@ -92,12 +92,12 @@ export declare const HtTable: import("hfn-components/es/utils").SFCWithInstall<{
92
92
  readonly default: undefined;
93
93
  };
94
94
  }>> & {
95
+ "onSelection-change"?: ((rows: any[]) => any) | undefined;
95
96
  "onSort-change"?: ((args_0: {
96
97
  field: string;
97
98
  order: "ascending" | "descending" | null;
98
99
  }) => any) | undefined;
99
100
  "onFilter-change"?: ((args_0: Record<string, string[]>) => any) | undefined;
100
- "onSelection-change"?: ((rows: any[]) => any) | undefined;
101
101
  "onPage-change"?: ((current: number) => any) | undefined;
102
102
  "onSize-change"?: ((pageSize: number) => any) | undefined;
103
103
  }, {
@@ -155,12 +155,12 @@ export declare const HtTable: import("hfn-components/es/utils").SFCWithInstall<{
155
155
  readonly default: undefined;
156
156
  };
157
157
  }>> & {
158
+ "onSelection-change"?: ((rows: any[]) => any) | undefined;
158
159
  "onSort-change"?: ((args_0: {
159
160
  field: string;
160
161
  order: "ascending" | "descending" | null;
161
162
  }) => any) | undefined;
162
163
  "onFilter-change"?: ((args_0: Record<string, string[]>) => any) | undefined;
163
- "onSelection-change"?: ((rows: any[]) => any) | undefined;
164
164
  "onPage-change"?: ((current: number) => any) | undefined;
165
165
  "onSize-change"?: ((pageSize: number) => any) | undefined;
166
166
  }, {}, {}, {}, {}, {
@@ -215,21 +215,21 @@ export declare const HtTable: import("hfn-components/es/utils").SFCWithInstall<{
215
215
  readonly default: undefined;
216
216
  };
217
217
  }>> & {
218
+ "onSelection-change"?: ((rows: any[]) => any) | undefined;
218
219
  "onSort-change"?: ((args_0: {
219
220
  field: string;
220
221
  order: "ascending" | "descending" | null;
221
222
  }) => any) | undefined;
222
223
  "onFilter-change"?: ((args_0: Record<string, string[]>) => any) | undefined;
223
- "onSelection-change"?: ((rows: any[]) => any) | undefined;
224
224
  "onPage-change"?: ((current: number) => any) | undefined;
225
225
  "onSize-change"?: ((pageSize: number) => any) | undefined;
226
226
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
227
+ "selection-change": (rows: any[]) => void;
227
228
  "sort-change": (args_0: {
228
229
  field: string;
229
230
  order: "ascending" | "descending" | null;
230
231
  }) => void;
231
232
  "filter-change": (args_0: Record<string, string[]>) => void;
232
- "selection-change": (rows: any[]) => void;
233
233
  "page-change": (current: number) => void;
234
234
  "size-change": (pageSize: number) => void;
235
235
  }, string, {
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
34
34
  };
35
35
  }>>, {
36
36
  readonly text: string | number | undefined;
37
- readonly dealType: "colorPercentage" | "percentage" | "basicText4" | "notProcessed" | "colorText" | "percentage4" | "absPercentage" | "thousandText2" | "thousandText4" | "other" | "customDeal" | "customSlot";
37
+ readonly dealType: "colorPercentage" | "percentage" | "basicText4" | "notProcessed" | "colorText" | "percentage4" | "absPercentage" | "thousandText2" | "thousandText4" | "thoundsandText2" | "other" | "customDeal" | "customSlot";
38
38
  readonly dealFunction: Function;
39
39
  readonly row: Record<string, any>;
40
40
  }, {}>;
@@ -40,12 +40,12 @@ declare const __VLS_component: import("vue").DefineComponent<{
40
40
  readonly default: undefined;
41
41
  };
42
42
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
43
+ "selection-change": (rows: any[]) => void;
43
44
  "sort-change": (args_0: {
44
45
  field: string;
45
46
  order: "ascending" | "descending" | null;
46
47
  }) => void;
47
48
  "filter-change": (args_0: Record<string, string[]>) => void;
48
- "selection-change": (rows: any[]) => void;
49
49
  "page-change": (current: number) => void;
50
50
  "size-change": (pageSize: number) => void;
51
51
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -86,12 +86,12 @@ declare const __VLS_component: import("vue").DefineComponent<{
86
86
  readonly default: undefined;
87
87
  };
88
88
  }>> & {
89
+ "onSelection-change"?: ((rows: any[]) => any) | undefined;
89
90
  "onSort-change"?: ((args_0: {
90
91
  field: string;
91
92
  order: "ascending" | "descending" | null;
92
93
  }) => any) | undefined;
93
94
  "onFilter-change"?: ((args_0: Record<string, string[]>) => any) | undefined;
94
- "onSelection-change"?: ((rows: any[]) => any) | undefined;
95
95
  "onPage-change"?: ((current: number) => any) | undefined;
96
96
  "onSize-change"?: ((pageSize: number) => any) | undefined;
97
97
  }, {
@@ -140,6 +140,7 @@ export declare const CLOUMN_DEAL: {
140
140
  absPercentage: (val: number | string | undefined) => string;
141
141
  thousandText2: (val: number | string | undefined) => string;
142
142
  thousandText4: (val: number | string | undefined) => string;
143
+ thoundsandText2: (val: number | string | undefined) => string;
143
144
  notProcessed: null;
144
145
  other: null;
145
146
  customDeal: null;
@@ -1,4 +1,4 @@
1
- import { thousandText4, thousandText2, absPercentage, percentage4, percentage, basicText4 } from '../utils/table.mjs';
1
+ import { thousandText2, thousandText4, absPercentage, percentage4, percentage, basicText4 } from '../utils/table.mjs';
2
2
 
3
3
  const TABLE_KEY_BASE = {
4
4
  index: "\u5E8F\u53F7",
@@ -183,6 +183,7 @@ const CLOUMN_DEAL = {
183
183
  absPercentage,
184
184
  thousandText2,
185
185
  thousandText4,
186
+ thoundsandText2: thousandText2,
186
187
  notProcessed: null,
187
188
  other: null,
188
189
  customDeal: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hfn-components",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "",
5
5
  "main": "es/index.mjs",
6
6
  "module": "es/index.mjs",