@creatorsn/vfluent3 0.3.23 → 0.3.25
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/style.css +1 -1
- package/dist/types/packages/progress-bar/index.d.ts +3 -0
- package/dist/types/packages/progress-bar/source/index.vue.d.ts +3 -0
- package/dist/types/packages/table-view/index.d.ts +3 -3
- package/dist/types/packages/table-view/source/index.vue.d.ts +3 -3
- package/dist/types/packages/table-view/source/sub/defaultExtensions/date/dateCell.vue.d.ts +141 -1
- package/dist/types/packages/table-view/source/sub/defaultExtensions/date/dateHead.vue.d.ts +111 -1
- package/dist/types/packages/table-view/source/sub/defaultExtensions/date/index.d.ts +254 -4
- package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailCell.vue.d.ts +69 -1
- package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailHead.vue.d.ts +72 -1
- package/dist/types/packages/table-view/source/sub/defaultExtensions/email/index.d.ts +141 -2
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/index.d.ts +245 -4
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberCell.vue.d.ts +111 -1
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberHead.vue.d.ts +132 -1
- package/dist/types/packages/table-view/source/sub/defaultExtensions/number/utils/optionList.d.ts +8 -0
- package/dist/types/packages/table-view-cell-base/index.d.ts +68 -52
- package/dist/types/packages/table-view-cell-base/source/index.d.ts +59 -0
- package/dist/types/packages/table-view-cell-base/source/index.vue.d.ts +10 -52
- package/dist/types/packages/table-view-head-base/index.d.ts +60 -44
- package/dist/types/packages/table-view-head-base/source/index.d.ts +50 -0
- package/dist/types/packages/table-view-head-base/source/index.vue.d.ts +10 -43
- package/dist/vfluent3.js +8979 -9189
- package/dist/vfluent3.umd.cjs +11 -11
- package/package.json +1 -1
package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailCell.vue.d.ts
CHANGED
|
@@ -1,2 +1,70 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
|
+
$props: {
|
|
4
|
+
readonly theme?: string | undefined;
|
|
5
|
+
readonly head?: Record<string, any> | undefined;
|
|
6
|
+
readonly disabled?: boolean | undefined;
|
|
7
|
+
readonly lang?: string | undefined;
|
|
8
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
9
|
+
readonly foreground?: string | undefined;
|
|
10
|
+
readonly row_index?: number | undefined;
|
|
11
|
+
readonly i18n?: Function | undefined;
|
|
12
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
13
|
+
readonly fixedRightWidth?: number | undefined;
|
|
14
|
+
readonly wrapperWidth?: string | undefined;
|
|
15
|
+
readonly isUnder?: boolean | undefined;
|
|
16
|
+
readonly formatFunction?: Function | undefined;
|
|
17
|
+
readonly col_index?: number | undefined;
|
|
18
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
19
|
+
};
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
21
|
+
P: {};
|
|
22
|
+
B: {};
|
|
23
|
+
D: {};
|
|
24
|
+
C: {};
|
|
25
|
+
M: {};
|
|
26
|
+
Defaults: {};
|
|
27
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
28
|
+
$props: {
|
|
29
|
+
readonly theme?: string | undefined;
|
|
30
|
+
readonly head?: Record<string, any> | undefined;
|
|
31
|
+
readonly disabled?: boolean | undefined;
|
|
32
|
+
readonly lang?: string | undefined;
|
|
33
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
34
|
+
readonly foreground?: string | undefined;
|
|
35
|
+
readonly row_index?: number | undefined;
|
|
36
|
+
readonly i18n?: Function | undefined;
|
|
37
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
38
|
+
readonly fixedRightWidth?: number | undefined;
|
|
39
|
+
readonly wrapperWidth?: string | undefined;
|
|
40
|
+
readonly isUnder?: boolean | undefined;
|
|
41
|
+
readonly formatFunction?: Function | undefined;
|
|
42
|
+
readonly col_index?: number | undefined;
|
|
43
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
44
|
+
};
|
|
45
|
+
}, {}, {}, {}, {}>;
|
|
46
|
+
__isFragment?: undefined;
|
|
47
|
+
__isTeleport?: undefined;
|
|
48
|
+
__isSuspense?: undefined;
|
|
49
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
50
|
+
$props: {
|
|
51
|
+
readonly theme?: string | undefined;
|
|
52
|
+
readonly head?: Record<string, any> | undefined;
|
|
53
|
+
readonly disabled?: boolean | undefined;
|
|
54
|
+
readonly lang?: string | undefined;
|
|
55
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
56
|
+
readonly foreground?: string | undefined;
|
|
57
|
+
readonly row_index?: number | undefined;
|
|
58
|
+
readonly i18n?: Function | undefined;
|
|
59
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
60
|
+
readonly fixedRightWidth?: number | undefined;
|
|
61
|
+
readonly wrapperWidth?: string | undefined;
|
|
62
|
+
readonly isUnder?: boolean | undefined;
|
|
63
|
+
readonly formatFunction?: Function | undefined;
|
|
64
|
+
readonly col_index?: number | undefined;
|
|
65
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
66
|
+
};
|
|
67
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
68
|
+
$slots: {};
|
|
69
|
+
});
|
|
2
70
|
export default _default;
|
package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailHead.vue.d.ts
CHANGED
|
@@ -1,2 +1,73 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
|
+
$props: {
|
|
4
|
+
readonly theme?: string | undefined;
|
|
5
|
+
readonly disabled?: boolean | undefined;
|
|
6
|
+
readonly lang?: string | undefined;
|
|
7
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
8
|
+
readonly index?: number | undefined;
|
|
9
|
+
readonly foreground?: string | undefined;
|
|
10
|
+
readonly dragItem?: Record<string, any> | undefined;
|
|
11
|
+
readonly i18n?: Function | undefined;
|
|
12
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
13
|
+
readonly fixedRightWidth?: number | undefined;
|
|
14
|
+
readonly wrapperWidth?: string | undefined;
|
|
15
|
+
readonly isUnder?: boolean | undefined;
|
|
16
|
+
readonly formatFunction?: null | undefined;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {}, {
|
|
19
|
+
formatEmailHead(modelValue: any): void;
|
|
20
|
+
GuidWithoutDash(): string;
|
|
21
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
22
|
+
P: {};
|
|
23
|
+
B: {};
|
|
24
|
+
D: {};
|
|
25
|
+
C: {};
|
|
26
|
+
M: {};
|
|
27
|
+
Defaults: {};
|
|
28
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
29
|
+
$props: {
|
|
30
|
+
readonly theme?: string | undefined;
|
|
31
|
+
readonly disabled?: boolean | undefined;
|
|
32
|
+
readonly lang?: string | undefined;
|
|
33
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
34
|
+
readonly index?: number | undefined;
|
|
35
|
+
readonly foreground?: string | undefined;
|
|
36
|
+
readonly dragItem?: Record<string, any> | undefined;
|
|
37
|
+
readonly i18n?: Function | undefined;
|
|
38
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
39
|
+
readonly fixedRightWidth?: number | undefined;
|
|
40
|
+
readonly wrapperWidth?: string | undefined;
|
|
41
|
+
readonly isUnder?: boolean | undefined;
|
|
42
|
+
readonly formatFunction?: null | undefined;
|
|
43
|
+
};
|
|
44
|
+
}, {}, {}, {
|
|
45
|
+
formatEmailHead(modelValue: any): void;
|
|
46
|
+
GuidWithoutDash(): string;
|
|
47
|
+
}, {}>;
|
|
48
|
+
__isFragment?: undefined;
|
|
49
|
+
__isTeleport?: undefined;
|
|
50
|
+
__isSuspense?: undefined;
|
|
51
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
52
|
+
$props: {
|
|
53
|
+
readonly theme?: string | undefined;
|
|
54
|
+
readonly disabled?: boolean | undefined;
|
|
55
|
+
readonly lang?: string | undefined;
|
|
56
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
57
|
+
readonly index?: number | undefined;
|
|
58
|
+
readonly foreground?: string | undefined;
|
|
59
|
+
readonly dragItem?: Record<string, any> | undefined;
|
|
60
|
+
readonly i18n?: Function | undefined;
|
|
61
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
62
|
+
readonly fixedRightWidth?: number | undefined;
|
|
63
|
+
readonly wrapperWidth?: string | undefined;
|
|
64
|
+
readonly isUnder?: boolean | undefined;
|
|
65
|
+
readonly formatFunction?: null | undefined;
|
|
66
|
+
};
|
|
67
|
+
}, {}, {}, {
|
|
68
|
+
formatEmailHead(modelValue: any): void;
|
|
69
|
+
GuidWithoutDash(): string;
|
|
70
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
71
|
+
$slots: {};
|
|
72
|
+
});
|
|
2
73
|
export default _default;
|
|
@@ -3,8 +3,147 @@ declare namespace _default {
|
|
|
3
3
|
const type: string;
|
|
4
4
|
const icon: string;
|
|
5
5
|
const emoji: string;
|
|
6
|
-
const headComponent:
|
|
7
|
-
|
|
6
|
+
const headComponent: import("vue").Raw<{
|
|
7
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
8
|
+
$props: {
|
|
9
|
+
readonly theme?: string | undefined;
|
|
10
|
+
readonly disabled?: boolean | undefined;
|
|
11
|
+
readonly lang?: string | undefined;
|
|
12
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
13
|
+
readonly index?: number | undefined;
|
|
14
|
+
readonly foreground?: string | undefined;
|
|
15
|
+
readonly dragItem?: Record<string, any> | undefined;
|
|
16
|
+
readonly i18n?: Function | undefined;
|
|
17
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
18
|
+
readonly fixedRightWidth?: number | undefined;
|
|
19
|
+
readonly wrapperWidth?: string | undefined;
|
|
20
|
+
readonly isUnder?: boolean | undefined;
|
|
21
|
+
readonly formatFunction?: null | undefined;
|
|
22
|
+
};
|
|
23
|
+
}, {}, {}, {
|
|
24
|
+
formatEmailHead(modelValue: any): void;
|
|
25
|
+
GuidWithoutDash(): string;
|
|
26
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
27
|
+
P: {};
|
|
28
|
+
B: {};
|
|
29
|
+
D: {};
|
|
30
|
+
C: {};
|
|
31
|
+
M: {};
|
|
32
|
+
Defaults: {};
|
|
33
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
34
|
+
$props: {
|
|
35
|
+
readonly theme?: string | undefined;
|
|
36
|
+
readonly disabled?: boolean | undefined;
|
|
37
|
+
readonly lang?: string | undefined;
|
|
38
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
39
|
+
readonly index?: number | undefined;
|
|
40
|
+
readonly foreground?: string | undefined;
|
|
41
|
+
readonly dragItem?: Record<string, any> | undefined;
|
|
42
|
+
readonly i18n?: Function | undefined;
|
|
43
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
44
|
+
readonly fixedRightWidth?: number | undefined;
|
|
45
|
+
readonly wrapperWidth?: string | undefined;
|
|
46
|
+
readonly isUnder?: boolean | undefined;
|
|
47
|
+
readonly formatFunction?: null | undefined;
|
|
48
|
+
};
|
|
49
|
+
}, {}, {}, {
|
|
50
|
+
formatEmailHead(modelValue: any): void;
|
|
51
|
+
GuidWithoutDash(): string;
|
|
52
|
+
}, {}>;
|
|
53
|
+
__isFragment?: undefined;
|
|
54
|
+
__isTeleport?: undefined;
|
|
55
|
+
__isSuspense?: undefined;
|
|
56
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
57
|
+
$props: {
|
|
58
|
+
readonly theme?: string | undefined;
|
|
59
|
+
readonly disabled?: boolean | undefined;
|
|
60
|
+
readonly lang?: string | undefined;
|
|
61
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
62
|
+
readonly index?: number | undefined;
|
|
63
|
+
readonly foreground?: string | undefined;
|
|
64
|
+
readonly dragItem?: Record<string, any> | undefined;
|
|
65
|
+
readonly i18n?: Function | undefined;
|
|
66
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
67
|
+
readonly fixedRightWidth?: number | undefined;
|
|
68
|
+
readonly wrapperWidth?: string | undefined;
|
|
69
|
+
readonly isUnder?: boolean | undefined;
|
|
70
|
+
readonly formatFunction?: null | undefined;
|
|
71
|
+
};
|
|
72
|
+
}, {}, {}, {
|
|
73
|
+
formatEmailHead(modelValue: any): void;
|
|
74
|
+
GuidWithoutDash(): string;
|
|
75
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
76
|
+
$slots: {};
|
|
77
|
+
})>;
|
|
78
|
+
const cellComponent: import("vue").Raw<{
|
|
79
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
80
|
+
$props: {
|
|
81
|
+
readonly theme?: string | undefined;
|
|
82
|
+
readonly head?: Record<string, any> | undefined;
|
|
83
|
+
readonly disabled?: boolean | undefined;
|
|
84
|
+
readonly lang?: string | undefined;
|
|
85
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
86
|
+
readonly foreground?: string | undefined;
|
|
87
|
+
readonly row_index?: number | undefined;
|
|
88
|
+
readonly i18n?: Function | undefined;
|
|
89
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
90
|
+
readonly fixedRightWidth?: number | undefined;
|
|
91
|
+
readonly wrapperWidth?: string | undefined;
|
|
92
|
+
readonly isUnder?: boolean | undefined;
|
|
93
|
+
readonly formatFunction?: Function | undefined;
|
|
94
|
+
readonly col_index?: number | undefined;
|
|
95
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
96
|
+
};
|
|
97
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
98
|
+
P: {};
|
|
99
|
+
B: {};
|
|
100
|
+
D: {};
|
|
101
|
+
C: {};
|
|
102
|
+
M: {};
|
|
103
|
+
Defaults: {};
|
|
104
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
105
|
+
$props: {
|
|
106
|
+
readonly theme?: string | undefined;
|
|
107
|
+
readonly head?: Record<string, any> | undefined;
|
|
108
|
+
readonly disabled?: boolean | undefined;
|
|
109
|
+
readonly lang?: string | undefined;
|
|
110
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
111
|
+
readonly foreground?: string | undefined;
|
|
112
|
+
readonly row_index?: number | undefined;
|
|
113
|
+
readonly i18n?: Function | undefined;
|
|
114
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
115
|
+
readonly fixedRightWidth?: number | undefined;
|
|
116
|
+
readonly wrapperWidth?: string | undefined;
|
|
117
|
+
readonly isUnder?: boolean | undefined;
|
|
118
|
+
readonly formatFunction?: Function | undefined;
|
|
119
|
+
readonly col_index?: number | undefined;
|
|
120
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
121
|
+
};
|
|
122
|
+
}, {}, {}, {}, {}>;
|
|
123
|
+
__isFragment?: undefined;
|
|
124
|
+
__isTeleport?: undefined;
|
|
125
|
+
__isSuspense?: undefined;
|
|
126
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
127
|
+
$props: {
|
|
128
|
+
readonly theme?: string | undefined;
|
|
129
|
+
readonly head?: Record<string, any> | undefined;
|
|
130
|
+
readonly disabled?: boolean | undefined;
|
|
131
|
+
readonly lang?: string | undefined;
|
|
132
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
133
|
+
readonly foreground?: string | undefined;
|
|
134
|
+
readonly row_index?: number | undefined;
|
|
135
|
+
readonly i18n?: Function | undefined;
|
|
136
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
137
|
+
readonly fixedRightWidth?: number | undefined;
|
|
138
|
+
readonly wrapperWidth?: string | undefined;
|
|
139
|
+
readonly isUnder?: boolean | undefined;
|
|
140
|
+
readonly formatFunction?: Function | undefined;
|
|
141
|
+
readonly col_index?: number | undefined;
|
|
142
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
143
|
+
};
|
|
144
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
145
|
+
$slots: {};
|
|
146
|
+
})>;
|
|
8
147
|
function filter({ input, value }: {
|
|
9
148
|
input: any;
|
|
10
149
|
value: any;
|
|
@@ -3,13 +3,254 @@ declare namespace _default {
|
|
|
3
3
|
const type: string;
|
|
4
4
|
const icon: string;
|
|
5
5
|
const emoji: string;
|
|
6
|
-
const headComponent:
|
|
7
|
-
|
|
6
|
+
const headComponent: import("vue").Raw<{
|
|
7
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
8
|
+
$props: {
|
|
9
|
+
readonly theme?: string | undefined;
|
|
10
|
+
readonly disabled?: boolean | undefined;
|
|
11
|
+
readonly lang?: string | undefined;
|
|
12
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
13
|
+
readonly index?: number | undefined;
|
|
14
|
+
readonly foreground?: string | undefined;
|
|
15
|
+
readonly dragItem?: Record<string, any> | undefined;
|
|
16
|
+
readonly i18n?: Function | undefined;
|
|
17
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
18
|
+
readonly fixedRightWidth?: number | undefined;
|
|
19
|
+
readonly wrapperWidth?: string | undefined;
|
|
20
|
+
readonly isUnder?: boolean | undefined;
|
|
21
|
+
readonly formatFunction?: null | undefined;
|
|
22
|
+
};
|
|
23
|
+
}, {
|
|
24
|
+
showAsList: {
|
|
25
|
+
key: string;
|
|
26
|
+
text: string;
|
|
27
|
+
icon: string;
|
|
28
|
+
}[];
|
|
29
|
+
currentColors: never[];
|
|
30
|
+
currentFormats: never[];
|
|
31
|
+
colorList: {
|
|
32
|
+
name: string;
|
|
33
|
+
color: string;
|
|
34
|
+
}[];
|
|
35
|
+
numberFormatList: {
|
|
36
|
+
key: string;
|
|
37
|
+
text: string;
|
|
38
|
+
}[];
|
|
39
|
+
}, {
|
|
40
|
+
getColorName(): (item: any) => any;
|
|
41
|
+
}, {
|
|
42
|
+
colorInit(): void;
|
|
43
|
+
formatInit(): void;
|
|
44
|
+
formatNumberHead(modelValue: any): void;
|
|
45
|
+
GuidWithoutDash(): string;
|
|
46
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
47
|
+
P: {};
|
|
48
|
+
B: {};
|
|
49
|
+
D: {};
|
|
50
|
+
C: {};
|
|
51
|
+
M: {};
|
|
52
|
+
Defaults: {};
|
|
53
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
54
|
+
$props: {
|
|
55
|
+
readonly theme?: string | undefined;
|
|
56
|
+
readonly disabled?: boolean | undefined;
|
|
57
|
+
readonly lang?: string | undefined;
|
|
58
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
59
|
+
readonly index?: number | undefined;
|
|
60
|
+
readonly foreground?: string | undefined;
|
|
61
|
+
readonly dragItem?: Record<string, any> | undefined;
|
|
62
|
+
readonly i18n?: Function | undefined;
|
|
63
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
64
|
+
readonly fixedRightWidth?: number | undefined;
|
|
65
|
+
readonly wrapperWidth?: string | undefined;
|
|
66
|
+
readonly isUnder?: boolean | undefined;
|
|
67
|
+
readonly formatFunction?: null | undefined;
|
|
68
|
+
};
|
|
69
|
+
}, {
|
|
70
|
+
showAsList: {
|
|
71
|
+
key: string;
|
|
72
|
+
text: string;
|
|
73
|
+
icon: string;
|
|
74
|
+
}[];
|
|
75
|
+
currentColors: never[];
|
|
76
|
+
currentFormats: never[];
|
|
77
|
+
colorList: {
|
|
78
|
+
name: string;
|
|
79
|
+
color: string;
|
|
80
|
+
}[];
|
|
81
|
+
numberFormatList: {
|
|
82
|
+
key: string;
|
|
83
|
+
text: string;
|
|
84
|
+
}[];
|
|
85
|
+
}, {
|
|
86
|
+
getColorName(): (item: any) => any;
|
|
87
|
+
}, {
|
|
88
|
+
colorInit(): void;
|
|
89
|
+
formatInit(): void;
|
|
90
|
+
formatNumberHead(modelValue: any): void;
|
|
91
|
+
GuidWithoutDash(): string;
|
|
92
|
+
}, {}>;
|
|
93
|
+
__isFragment?: undefined;
|
|
94
|
+
__isTeleport?: undefined;
|
|
95
|
+
__isSuspense?: undefined;
|
|
96
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
97
|
+
$props: {
|
|
98
|
+
readonly theme?: string | undefined;
|
|
99
|
+
readonly disabled?: boolean | undefined;
|
|
100
|
+
readonly lang?: string | undefined;
|
|
101
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
102
|
+
readonly index?: number | undefined;
|
|
103
|
+
readonly foreground?: string | undefined;
|
|
104
|
+
readonly dragItem?: Record<string, any> | undefined;
|
|
105
|
+
readonly i18n?: Function | undefined;
|
|
106
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
107
|
+
readonly fixedRightWidth?: number | undefined;
|
|
108
|
+
readonly wrapperWidth?: string | undefined;
|
|
109
|
+
readonly isUnder?: boolean | undefined;
|
|
110
|
+
readonly formatFunction?: null | undefined;
|
|
111
|
+
};
|
|
112
|
+
}, {
|
|
113
|
+
showAsList: {
|
|
114
|
+
key: string;
|
|
115
|
+
text: string;
|
|
116
|
+
icon: string;
|
|
117
|
+
}[];
|
|
118
|
+
currentColors: never[];
|
|
119
|
+
currentFormats: never[];
|
|
120
|
+
colorList: {
|
|
121
|
+
name: string;
|
|
122
|
+
color: string;
|
|
123
|
+
}[];
|
|
124
|
+
numberFormatList: {
|
|
125
|
+
key: string;
|
|
126
|
+
text: string;
|
|
127
|
+
}[];
|
|
128
|
+
}, {
|
|
129
|
+
getColorName(): (item: any) => any;
|
|
130
|
+
}, {
|
|
131
|
+
colorInit(): void;
|
|
132
|
+
formatInit(): void;
|
|
133
|
+
formatNumberHead(modelValue: any): void;
|
|
134
|
+
GuidWithoutDash(): string;
|
|
135
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
136
|
+
$slots: {};
|
|
137
|
+
})>;
|
|
138
|
+
const cellComponent: import("vue").Raw<{
|
|
139
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
140
|
+
$props: {
|
|
141
|
+
readonly theme?: string | undefined;
|
|
142
|
+
readonly head?: Record<string, any> | undefined;
|
|
143
|
+
readonly disabled?: boolean | undefined;
|
|
144
|
+
readonly lang?: string | undefined;
|
|
145
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
146
|
+
readonly foreground?: string | undefined;
|
|
147
|
+
readonly row_index?: number | undefined;
|
|
148
|
+
readonly i18n?: Function | undefined;
|
|
149
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
150
|
+
readonly fixedRightWidth?: number | undefined;
|
|
151
|
+
readonly wrapperWidth?: string | undefined;
|
|
152
|
+
readonly isUnder?: boolean | undefined;
|
|
153
|
+
readonly formatFunction?: Function | undefined;
|
|
154
|
+
readonly col_index?: number | undefined;
|
|
155
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
156
|
+
};
|
|
157
|
+
}, {
|
|
158
|
+
numberFormatList: {
|
|
159
|
+
key: string;
|
|
160
|
+
text: string;
|
|
161
|
+
func: (value: any) => string;
|
|
162
|
+
}[];
|
|
163
|
+
}, {
|
|
164
|
+
computedPercent(): number | undefined;
|
|
165
|
+
computedFormatItem(): {
|
|
166
|
+
key: string;
|
|
167
|
+
text: string;
|
|
168
|
+
func: (value: any) => string;
|
|
169
|
+
} | undefined;
|
|
170
|
+
computedContent(): any;
|
|
171
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
172
|
+
P: {};
|
|
173
|
+
B: {};
|
|
174
|
+
D: {};
|
|
175
|
+
C: {};
|
|
176
|
+
M: {};
|
|
177
|
+
Defaults: {};
|
|
178
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
179
|
+
$props: {
|
|
180
|
+
readonly theme?: string | undefined;
|
|
181
|
+
readonly head?: Record<string, any> | undefined;
|
|
182
|
+
readonly disabled?: boolean | undefined;
|
|
183
|
+
readonly lang?: string | undefined;
|
|
184
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
185
|
+
readonly foreground?: string | undefined;
|
|
186
|
+
readonly row_index?: number | undefined;
|
|
187
|
+
readonly i18n?: Function | undefined;
|
|
188
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
189
|
+
readonly fixedRightWidth?: number | undefined;
|
|
190
|
+
readonly wrapperWidth?: string | undefined;
|
|
191
|
+
readonly isUnder?: boolean | undefined;
|
|
192
|
+
readonly formatFunction?: Function | undefined;
|
|
193
|
+
readonly col_index?: number | undefined;
|
|
194
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
195
|
+
};
|
|
196
|
+
}, {
|
|
197
|
+
numberFormatList: {
|
|
198
|
+
key: string;
|
|
199
|
+
text: string;
|
|
200
|
+
func: (value: any) => string;
|
|
201
|
+
}[];
|
|
202
|
+
}, {
|
|
203
|
+
computedPercent(): number | undefined;
|
|
204
|
+
computedFormatItem(): {
|
|
205
|
+
key: string;
|
|
206
|
+
text: string;
|
|
207
|
+
func: (value: any) => string;
|
|
208
|
+
} | undefined;
|
|
209
|
+
computedContent(): any;
|
|
210
|
+
}, {}, {}>;
|
|
211
|
+
__isFragment?: undefined;
|
|
212
|
+
__isTeleport?: undefined;
|
|
213
|
+
__isSuspense?: undefined;
|
|
214
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
215
|
+
$props: {
|
|
216
|
+
readonly theme?: string | undefined;
|
|
217
|
+
readonly head?: Record<string, any> | undefined;
|
|
218
|
+
readonly disabled?: boolean | undefined;
|
|
219
|
+
readonly lang?: string | undefined;
|
|
220
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
221
|
+
readonly foreground?: string | undefined;
|
|
222
|
+
readonly row_index?: number | undefined;
|
|
223
|
+
readonly i18n?: Function | undefined;
|
|
224
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
225
|
+
readonly fixedRightWidth?: number | undefined;
|
|
226
|
+
readonly wrapperWidth?: string | undefined;
|
|
227
|
+
readonly isUnder?: boolean | undefined;
|
|
228
|
+
readonly formatFunction?: Function | undefined;
|
|
229
|
+
readonly col_index?: number | undefined;
|
|
230
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
231
|
+
};
|
|
232
|
+
}, {
|
|
233
|
+
numberFormatList: {
|
|
234
|
+
key: string;
|
|
235
|
+
text: string;
|
|
236
|
+
func: (value: any) => string;
|
|
237
|
+
}[];
|
|
238
|
+
}, {
|
|
239
|
+
computedPercent(): number | undefined;
|
|
240
|
+
computedFormatItem(): {
|
|
241
|
+
key: string;
|
|
242
|
+
text: string;
|
|
243
|
+
func: (value: any) => string;
|
|
244
|
+
} | undefined;
|
|
245
|
+
computedContent(): any;
|
|
246
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
247
|
+
$slots: {};
|
|
248
|
+
})>;
|
|
8
249
|
function filter({ input, value }: {
|
|
9
250
|
input: any;
|
|
10
251
|
value: any;
|
|
11
252
|
}): boolean;
|
|
12
|
-
function sortAsc(a: any, b: any):
|
|
13
|
-
function sortDesc(a: any, b: any):
|
|
253
|
+
function sortAsc(a: any, b: any): number;
|
|
254
|
+
function sortDesc(a: any, b: any): number;
|
|
14
255
|
}
|
|
15
256
|
export default _default;
|
package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberCell.vue.d.ts
CHANGED
|
@@ -1,2 +1,112 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
3
|
+
$props: {
|
|
4
|
+
readonly theme?: string | undefined;
|
|
5
|
+
readonly head?: Record<string, any> | undefined;
|
|
6
|
+
readonly disabled?: boolean | undefined;
|
|
7
|
+
readonly lang?: string | undefined;
|
|
8
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
9
|
+
readonly foreground?: string | undefined;
|
|
10
|
+
readonly row_index?: number | undefined;
|
|
11
|
+
readonly i18n?: Function | undefined;
|
|
12
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
13
|
+
readonly fixedRightWidth?: number | undefined;
|
|
14
|
+
readonly wrapperWidth?: string | undefined;
|
|
15
|
+
readonly isUnder?: boolean | undefined;
|
|
16
|
+
readonly formatFunction?: Function | undefined;
|
|
17
|
+
readonly col_index?: number | undefined;
|
|
18
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
19
|
+
};
|
|
20
|
+
}, {
|
|
21
|
+
numberFormatList: {
|
|
22
|
+
key: string;
|
|
23
|
+
text: string;
|
|
24
|
+
func: (value: any) => string;
|
|
25
|
+
}[];
|
|
26
|
+
}, {
|
|
27
|
+
computedPercent(): number | undefined;
|
|
28
|
+
computedFormatItem(): {
|
|
29
|
+
key: string;
|
|
30
|
+
text: string;
|
|
31
|
+
func: (value: any) => string;
|
|
32
|
+
} | undefined;
|
|
33
|
+
computedContent(): any;
|
|
34
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
35
|
+
P: {};
|
|
36
|
+
B: {};
|
|
37
|
+
D: {};
|
|
38
|
+
C: {};
|
|
39
|
+
M: {};
|
|
40
|
+
Defaults: {};
|
|
41
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
42
|
+
$props: {
|
|
43
|
+
readonly theme?: string | undefined;
|
|
44
|
+
readonly head?: Record<string, any> | undefined;
|
|
45
|
+
readonly disabled?: boolean | undefined;
|
|
46
|
+
readonly lang?: string | undefined;
|
|
47
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
48
|
+
readonly foreground?: string | undefined;
|
|
49
|
+
readonly row_index?: number | undefined;
|
|
50
|
+
readonly i18n?: Function | undefined;
|
|
51
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
52
|
+
readonly fixedRightWidth?: number | undefined;
|
|
53
|
+
readonly wrapperWidth?: string | undefined;
|
|
54
|
+
readonly isUnder?: boolean | undefined;
|
|
55
|
+
readonly formatFunction?: Function | undefined;
|
|
56
|
+
readonly col_index?: number | undefined;
|
|
57
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
58
|
+
};
|
|
59
|
+
}, {
|
|
60
|
+
numberFormatList: {
|
|
61
|
+
key: string;
|
|
62
|
+
text: string;
|
|
63
|
+
func: (value: any) => string;
|
|
64
|
+
}[];
|
|
65
|
+
}, {
|
|
66
|
+
computedPercent(): number | undefined;
|
|
67
|
+
computedFormatItem(): {
|
|
68
|
+
key: string;
|
|
69
|
+
text: string;
|
|
70
|
+
func: (value: any) => string;
|
|
71
|
+
} | undefined;
|
|
72
|
+
computedContent(): any;
|
|
73
|
+
}, {}, {}>;
|
|
74
|
+
__isFragment?: undefined;
|
|
75
|
+
__isTeleport?: undefined;
|
|
76
|
+
__isSuspense?: undefined;
|
|
77
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
|
|
78
|
+
$props: {
|
|
79
|
+
readonly theme?: string | undefined;
|
|
80
|
+
readonly head?: Record<string, any> | undefined;
|
|
81
|
+
readonly disabled?: boolean | undefined;
|
|
82
|
+
readonly lang?: string | undefined;
|
|
83
|
+
readonly modelValue?: Record<string, any> | undefined;
|
|
84
|
+
readonly foreground?: string | undefined;
|
|
85
|
+
readonly row_index?: number | undefined;
|
|
86
|
+
readonly i18n?: Function | undefined;
|
|
87
|
+
readonly fixedLeftWidth?: number | undefined;
|
|
88
|
+
readonly fixedRightWidth?: number | undefined;
|
|
89
|
+
readonly wrapperWidth?: string | undefined;
|
|
90
|
+
readonly isUnder?: boolean | undefined;
|
|
91
|
+
readonly formatFunction?: Function | undefined;
|
|
92
|
+
readonly col_index?: number | undefined;
|
|
93
|
+
readonly selectPos?: Record<string, any> | undefined;
|
|
94
|
+
};
|
|
95
|
+
}, {
|
|
96
|
+
numberFormatList: {
|
|
97
|
+
key: string;
|
|
98
|
+
text: string;
|
|
99
|
+
func: (value: any) => string;
|
|
100
|
+
}[];
|
|
101
|
+
}, {
|
|
102
|
+
computedPercent(): number | undefined;
|
|
103
|
+
computedFormatItem(): {
|
|
104
|
+
key: string;
|
|
105
|
+
text: string;
|
|
106
|
+
func: (value: any) => string;
|
|
107
|
+
} | undefined;
|
|
108
|
+
computedContent(): any;
|
|
109
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
110
|
+
$slots: {};
|
|
111
|
+
});
|
|
2
112
|
export default _default;
|