@ecan-bi/pivot-table 1.0.6 → 1.0.8
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.es.js +21414 -16737
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +92 -28
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/pivotTable/ChartModal.vue.d.ts +81 -0
- package/types/pivotTable/PivotAggregate.vue.d.ts +10 -0
- package/types/pivotTable/PivotFilter.vue.d.ts +29 -0
- package/types/pivotTable/PivotProperty.vue.d.ts +473 -0
- package/types/pivotTable/PivotTable.vue.d.ts +7874 -7
- package/types/pivotTable/PivotTop.vue.d.ts +6 -0
- package/types/pivotTable/conditional-property/ConditionalProperty.vue.d.ts +7246 -0
- package/types/pivotTable/conditional-property/components/ConditionalConfig.vue.d.ts +55 -0
- package/types/pivotTable/conditional-property/components/ConditionalItemConfig.vue.d.ts +27 -0
- package/types/pivotTable/conditional-property/components/PropertyConfig.vue.d.ts +7156 -0
- package/types/pivotTable/conditional-property/components/prop-to-form/ColorPick.vue.d.ts +7091 -0
- package/types/pivotTable/conditional-property/components/prop-to-form/Radio.vue.d.ts +25 -0
- package/types/pivotTable/conditional-property/index.d.ts +2 -0
- package/types/pivotTable/index.d.ts +1 -169
- package/types/pivotTable/pivot-chart/PivotChart.vue.d.ts +75 -0
- package/types/pivotTable/pivot-chart/index.d.ts +2 -0
- package/types/utils/util.d.ts +1 -0
- package/types/utils/withInstall.d.ts +1 -5
package/dist/style.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! @ecan-bi/pivot-table@1.0.
|
|
2
|
-
.design-template[data-v-
|
|
1
|
+
/*! @ecan-bi/pivot-table@1.0.8 */
|
|
2
|
+
.dimension-wrap[data-v-091513ff]{height:100%;border:1px solid #d5d5d5}.dimension-wrap .wrap-header[data-v-091513ff]{height:40px;display:flex;align-items:center;padding:0 10px;background-color:#f7f7f7;border-bottom:1px solid #d5d5d5}.dimension-wrap .wrap-body[data-v-091513ff]{height:calc(100% - 40px);overflow:hidden auto}.dimension-wrap .wrap-body .body-item[data-v-091513ff]{padding:10px;border-bottom:1px solid #d5d5d5}.filter-label[data-v-091513ff]{width:80px;display:inline-block;text-align:right}.content[data-v-f74bd593]{margin-right:20px}.content .condition-button[data-v-f74bd593]{margin-left:5px}.content .add-icon[data-v-f74bd593]{color:#228b22}.content .edit-icon[data-v-f74bd593]{color:#1e90ff}.content .delete-icon[data-v-f74bd593]{color:#dc143c}.content .list[data-v-f74bd593]{margin-top:10px;height:450px;width:230px;overflow:auto;border:1px solid #c0c0c0}.content .list .list-item[data-v-f74bd593]{cursor:pointer;white-space:nowrap;overflow:hidden;border-bottom:1px solid #d9d9d9;padding:0 8px;height:30px;line-height:30px}.content .list .active[data-v-f74bd593]{background:#1890ff;color:#fff}.content[data-v-cbe7ddad]{margin-right:20px}.content .condition-button[data-v-cbe7ddad]{margin-left:5px}.content .add-icon[data-v-cbe7ddad]{color:#228b22}.content .edit-icon[data-v-cbe7ddad]{color:#1e90ff}.content .delete-icon[data-v-cbe7ddad]{color:#dc143c}.content .list[data-v-cbe7ddad]{margin-top:10px;height:450px;width:230px;overflow:auto;border:1px solid #c0c0c0}.content .list .list-item[data-v-cbe7ddad]{cursor:pointer;white-space:nowrap;overflow:hidden;border-bottom:1px solid #d9d9d9;padding:0 8px;height:30px;line-height:30px}.content .list .active[data-v-cbe7ddad]{background:#1890ff;color:#fff}.color-pick[data-v-99378939]{display:flex}.input[data-v-99378939]{margin-right:10px}.content[data-v-fdb74890]{margin-right:20px}.content .list[data-v-fdb74890]{margin-top:10px;height:450px;width:400px;overflow:auto;border:1px solid #c0c0c0}.content .list .list-item[data-v-fdb74890]{padding:0 8px;margin-top:10px}.dropdown-menu[data-v-f57b6c84]{background:#fff;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.dropdown-menu .item[data-v-f57b6c84]{margin:3px 0;cursor:pointer;padding:5px 10px}.dropdown-menu .item[data-v-f57b6c84]:hover{background:#eee}.filter-icon[data-v-f57b6c84]{margin-left:10px;cursor:pointer}.dimension-item[data-v-f57b6c84]{padding:3px 5px;border:1px solid #eee;background:#ffffcc;border-radius:3px;margin-right:10px}.dimension-item .dimension-icon[data-v-f57b6c84]{margin-right:5px;cursor:pointer}.design-template[data-v-092f5094]{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#f1f1f1;font-size:30px;display:flex;align-items:center;justify-content:center;letter-spacing:10px;color:#6f6f6f}.table-instance[data-v-092f5094]{width:100%;height:100%}.pivot-loading[data-v-092f5094]{position:absolute;display:flex;align-items:center;justify-content:center;background-color:#00000034}
|
package/package.json
CHANGED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
4
|
+
chartOptions: import("vue").Ref<{}, {}>;
|
|
5
|
+
chartRef: import("vue").Ref<any, any>;
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
7
|
+
PivotChart: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
data: {
|
|
9
|
+
type: ObjectConstructor;
|
|
10
|
+
default(): {
|
|
11
|
+
dimensionData: {};
|
|
12
|
+
xLabel: string;
|
|
13
|
+
yLabel: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
}>, {
|
|
17
|
+
echartRef: import("vue").Ref<any, any>;
|
|
18
|
+
dropdownList: import("vue").Ref<any[], any[]>;
|
|
19
|
+
isShowMenu: import("vue").Ref<boolean, boolean>;
|
|
20
|
+
curXLabel: import("vue").ComputedRef<any>;
|
|
21
|
+
menuStyle: {
|
|
22
|
+
position: string;
|
|
23
|
+
top: string;
|
|
24
|
+
left: string;
|
|
25
|
+
};
|
|
26
|
+
drillDimension: (xLabel: any) => void;
|
|
27
|
+
dimensionMap: import("vue").Ref<any[], any[]>;
|
|
28
|
+
deleteDimension: (index: any, xLabel: any) => void;
|
|
29
|
+
handleSort: (key: any, type: any) => void;
|
|
30
|
+
handleClear: (type: any) => void;
|
|
31
|
+
handleFilter: (type: any) => void;
|
|
32
|
+
pivotFilterRef: import("vue").Ref<any, any>;
|
|
33
|
+
filterData: import("vue").Ref<{}, {}>;
|
|
34
|
+
onFilterChange: ({ checkKeys, type }: {
|
|
35
|
+
checkKeys: any;
|
|
36
|
+
type: any;
|
|
37
|
+
}) => void;
|
|
38
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
+
data: {
|
|
40
|
+
type: ObjectConstructor;
|
|
41
|
+
default(): {
|
|
42
|
+
dimensionData: {};
|
|
43
|
+
xLabel: string;
|
|
44
|
+
yLabel: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{}>, {
|
|
48
|
+
data: Record<string, any>;
|
|
49
|
+
}, {}, {
|
|
50
|
+
FilterOutlined: import("@ant-design/icons-vue/lib/icons/FilterOutlined").FilterOutlinedIconType;
|
|
51
|
+
MinusSquareOutlined: import("@ant-design/icons-vue/lib/icons/MinusSquareOutlined").MinusSquareOutlinedIconType;
|
|
52
|
+
PivotFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
53
|
+
data: {
|
|
54
|
+
type: ObjectConstructor;
|
|
55
|
+
default: () => void;
|
|
56
|
+
};
|
|
57
|
+
}>, {
|
|
58
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
59
|
+
checkAllDimensions: import("vue").Ref<boolean, boolean>;
|
|
60
|
+
dimIndeterminate: import("vue").Ref<boolean, boolean>;
|
|
61
|
+
dimensionCheckKeys: import("vue").Ref<any[], any[]>;
|
|
62
|
+
ruleValue: import("vue").Ref<string, string>;
|
|
63
|
+
ruleOptions: {
|
|
64
|
+
label: string;
|
|
65
|
+
value: string;
|
|
66
|
+
}[];
|
|
67
|
+
filterValue: import("vue").Ref<string, string>;
|
|
68
|
+
searchDimName: import("vue").Ref<string, string>;
|
|
69
|
+
handleOk: () => void;
|
|
70
|
+
onCheckAllDimChange: (e: any) => void;
|
|
71
|
+
handleClear: () => void;
|
|
72
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
73
|
+
data: {
|
|
74
|
+
type: ObjectConstructor;
|
|
75
|
+
default: () => void;
|
|
76
|
+
};
|
|
77
|
+
}>> & Readonly<{}>, {
|
|
78
|
+
data: Record<string, any>;
|
|
79
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
80
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
4
|
+
aggregationType: import("vue").Ref<string, string>;
|
|
5
|
+
options: {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
}[];
|
|
9
|
+
handleOk: () => void;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
data: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: () => void;
|
|
6
|
+
};
|
|
7
|
+
}>, {
|
|
8
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
9
|
+
checkAllDimensions: import("vue").Ref<boolean, boolean>;
|
|
10
|
+
dimIndeterminate: import("vue").Ref<boolean, boolean>;
|
|
11
|
+
dimensionCheckKeys: import("vue").Ref<any[], any[]>;
|
|
12
|
+
ruleValue: import("vue").Ref<string, string>;
|
|
13
|
+
ruleOptions: {
|
|
14
|
+
label: string;
|
|
15
|
+
value: string;
|
|
16
|
+
}[];
|
|
17
|
+
filterValue: import("vue").Ref<string, string>;
|
|
18
|
+
searchDimName: import("vue").Ref<string, string>;
|
|
19
|
+
handleOk: () => void;
|
|
20
|
+
onCheckAllDimChange: (e: any) => void;
|
|
21
|
+
handleClear: () => void;
|
|
22
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
data: {
|
|
24
|
+
type: ObjectConstructor;
|
|
25
|
+
default: () => void;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
data: Record<string, any>;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,473 @@
|
|
|
1
|
+
export default _sfc_main;
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
4
|
+
formData: import("vue").Ref<{
|
|
5
|
+
unit: string;
|
|
6
|
+
format: string;
|
|
7
|
+
floatLength: string;
|
|
8
|
+
}, {
|
|
9
|
+
unit: string;
|
|
10
|
+
format: string;
|
|
11
|
+
floatLength: string;
|
|
12
|
+
} | {
|
|
13
|
+
unit: string;
|
|
14
|
+
format: string;
|
|
15
|
+
floatLength: string;
|
|
16
|
+
}>;
|
|
17
|
+
handleOk: () => void;
|
|
18
|
+
formatOptions: {
|
|
19
|
+
label: string;
|
|
20
|
+
value: string;
|
|
21
|
+
}[];
|
|
22
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
23
|
+
AInputNumber: {
|
|
24
|
+
new (...args: any[]): {
|
|
25
|
+
$: import("vue").ComponentInternalInstance;
|
|
26
|
+
$data: {};
|
|
27
|
+
$props: Partial<{
|
|
28
|
+
step: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType;
|
|
29
|
+
bordered: boolean;
|
|
30
|
+
keyboard: boolean;
|
|
31
|
+
controls: boolean;
|
|
32
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
+
size: {
|
|
34
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
35
|
+
};
|
|
36
|
+
bordered: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
placeholder: StringConstructor;
|
|
41
|
+
name: StringConstructor;
|
|
42
|
+
id: StringConstructor;
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
addonBefore: import("vue-types").VueTypeValidableDef<any>;
|
|
45
|
+
addonAfter: import("vue-types").VueTypeValidableDef<any>;
|
|
46
|
+
prefix: import("vue-types").VueTypeValidableDef<any>;
|
|
47
|
+
'update:value': {
|
|
48
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType) => void>;
|
|
49
|
+
};
|
|
50
|
+
stringMode: {
|
|
51
|
+
type: import("vue").PropType<boolean>;
|
|
52
|
+
};
|
|
53
|
+
defaultValue: {
|
|
54
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
55
|
+
};
|
|
56
|
+
value: {
|
|
57
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
58
|
+
};
|
|
59
|
+
prefixCls: {
|
|
60
|
+
type: import("vue").PropType<string>;
|
|
61
|
+
};
|
|
62
|
+
min: {
|
|
63
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
64
|
+
};
|
|
65
|
+
max: {
|
|
66
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
67
|
+
};
|
|
68
|
+
step: {
|
|
69
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
70
|
+
default: number;
|
|
71
|
+
};
|
|
72
|
+
tabindex: {
|
|
73
|
+
type: import("vue").PropType<number>;
|
|
74
|
+
};
|
|
75
|
+
controls: {
|
|
76
|
+
type: import("vue").PropType<boolean>;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
readonly: {
|
|
80
|
+
type: import("vue").PropType<boolean>;
|
|
81
|
+
};
|
|
82
|
+
disabled: {
|
|
83
|
+
type: import("vue").PropType<boolean>;
|
|
84
|
+
};
|
|
85
|
+
autofocus: {
|
|
86
|
+
type: import("vue").PropType<boolean>;
|
|
87
|
+
};
|
|
88
|
+
keyboard: {
|
|
89
|
+
type: import("vue").PropType<boolean>;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
parser: {
|
|
93
|
+
type: import("vue").PropType<(displayValue: string) => import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
94
|
+
};
|
|
95
|
+
formatter: {
|
|
96
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType, info: {
|
|
97
|
+
userTyping: boolean;
|
|
98
|
+
input: string;
|
|
99
|
+
}) => string>;
|
|
100
|
+
};
|
|
101
|
+
precision: {
|
|
102
|
+
type: import("vue").PropType<number>;
|
|
103
|
+
};
|
|
104
|
+
decimalSeparator: {
|
|
105
|
+
type: import("vue").PropType<string>;
|
|
106
|
+
};
|
|
107
|
+
onInput: {
|
|
108
|
+
type: import("vue").PropType<(text: string) => void>;
|
|
109
|
+
};
|
|
110
|
+
onChange: {
|
|
111
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType) => void>;
|
|
112
|
+
};
|
|
113
|
+
onPressEnter: {
|
|
114
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").KeyboardEventHandler>;
|
|
115
|
+
};
|
|
116
|
+
onStep: {
|
|
117
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType, info: {
|
|
118
|
+
offset: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType;
|
|
119
|
+
type: "down" | "up";
|
|
120
|
+
}) => void>;
|
|
121
|
+
};
|
|
122
|
+
onBlur: {
|
|
123
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
124
|
+
};
|
|
125
|
+
onFocus: {
|
|
126
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
127
|
+
};
|
|
128
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "bordered" | "step" | "controls" | "keyboard">;
|
|
129
|
+
$attrs: {
|
|
130
|
+
[x: string]: unknown;
|
|
131
|
+
};
|
|
132
|
+
$refs: {
|
|
133
|
+
[x: string]: unknown;
|
|
134
|
+
};
|
|
135
|
+
$slots: Readonly<{
|
|
136
|
+
[name: string]: import("vue").Slot<any>;
|
|
137
|
+
}>;
|
|
138
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>;
|
|
139
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>;
|
|
140
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
141
|
+
$el: any;
|
|
142
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
143
|
+
size: {
|
|
144
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
145
|
+
};
|
|
146
|
+
bordered: {
|
|
147
|
+
type: BooleanConstructor;
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
placeholder: StringConstructor;
|
|
151
|
+
name: StringConstructor;
|
|
152
|
+
id: StringConstructor;
|
|
153
|
+
type: StringConstructor;
|
|
154
|
+
addonBefore: import("vue-types").VueTypeValidableDef<any>;
|
|
155
|
+
addonAfter: import("vue-types").VueTypeValidableDef<any>;
|
|
156
|
+
prefix: import("vue-types").VueTypeValidableDef<any>;
|
|
157
|
+
'update:value': {
|
|
158
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType) => void>;
|
|
159
|
+
};
|
|
160
|
+
stringMode: {
|
|
161
|
+
type: import("vue").PropType<boolean>;
|
|
162
|
+
};
|
|
163
|
+
defaultValue: {
|
|
164
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
165
|
+
};
|
|
166
|
+
value: {
|
|
167
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
168
|
+
};
|
|
169
|
+
prefixCls: {
|
|
170
|
+
type: import("vue").PropType<string>;
|
|
171
|
+
};
|
|
172
|
+
min: {
|
|
173
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
174
|
+
};
|
|
175
|
+
max: {
|
|
176
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
177
|
+
};
|
|
178
|
+
step: {
|
|
179
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
180
|
+
default: number;
|
|
181
|
+
};
|
|
182
|
+
tabindex: {
|
|
183
|
+
type: import("vue").PropType<number>;
|
|
184
|
+
};
|
|
185
|
+
controls: {
|
|
186
|
+
type: import("vue").PropType<boolean>;
|
|
187
|
+
default: boolean;
|
|
188
|
+
};
|
|
189
|
+
readonly: {
|
|
190
|
+
type: import("vue").PropType<boolean>;
|
|
191
|
+
};
|
|
192
|
+
disabled: {
|
|
193
|
+
type: import("vue").PropType<boolean>;
|
|
194
|
+
};
|
|
195
|
+
autofocus: {
|
|
196
|
+
type: import("vue").PropType<boolean>;
|
|
197
|
+
};
|
|
198
|
+
keyboard: {
|
|
199
|
+
type: import("vue").PropType<boolean>;
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
202
|
+
parser: {
|
|
203
|
+
type: import("vue").PropType<(displayValue: string) => import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
204
|
+
};
|
|
205
|
+
formatter: {
|
|
206
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType, info: {
|
|
207
|
+
userTyping: boolean;
|
|
208
|
+
input: string;
|
|
209
|
+
}) => string>;
|
|
210
|
+
};
|
|
211
|
+
precision: {
|
|
212
|
+
type: import("vue").PropType<number>;
|
|
213
|
+
};
|
|
214
|
+
decimalSeparator: {
|
|
215
|
+
type: import("vue").PropType<string>;
|
|
216
|
+
};
|
|
217
|
+
onInput: {
|
|
218
|
+
type: import("vue").PropType<(text: string) => void>;
|
|
219
|
+
};
|
|
220
|
+
onChange: {
|
|
221
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType) => void>;
|
|
222
|
+
};
|
|
223
|
+
onPressEnter: {
|
|
224
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").KeyboardEventHandler>;
|
|
225
|
+
};
|
|
226
|
+
onStep: {
|
|
227
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType, info: {
|
|
228
|
+
offset: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType;
|
|
229
|
+
type: "down" | "up";
|
|
230
|
+
}) => void>;
|
|
231
|
+
};
|
|
232
|
+
onBlur: {
|
|
233
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
234
|
+
};
|
|
235
|
+
onFocus: {
|
|
236
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
237
|
+
};
|
|
238
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
239
|
+
[key: string]: any;
|
|
240
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
241
|
+
step: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType;
|
|
242
|
+
bordered: boolean;
|
|
243
|
+
keyboard: boolean;
|
|
244
|
+
controls: boolean;
|
|
245
|
+
}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> & {
|
|
246
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
247
|
+
created?: (() => void) | (() => void)[];
|
|
248
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
249
|
+
mounted?: (() => void) | (() => void)[];
|
|
250
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
251
|
+
updated?: (() => void) | (() => void)[];
|
|
252
|
+
activated?: (() => void) | (() => void)[];
|
|
253
|
+
deactivated?: (() => void) | (() => void)[];
|
|
254
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
255
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
256
|
+
destroyed?: (() => void) | (() => void)[];
|
|
257
|
+
unmounted?: (() => void) | (() => void)[];
|
|
258
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
259
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
260
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>, info: string) => boolean | void)[];
|
|
261
|
+
};
|
|
262
|
+
$forceUpdate: () => void;
|
|
263
|
+
$nextTick: typeof import("vue").nextTick;
|
|
264
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
265
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
266
|
+
size: {
|
|
267
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
268
|
+
};
|
|
269
|
+
bordered: {
|
|
270
|
+
type: BooleanConstructor;
|
|
271
|
+
default: boolean;
|
|
272
|
+
};
|
|
273
|
+
placeholder: StringConstructor;
|
|
274
|
+
name: StringConstructor;
|
|
275
|
+
id: StringConstructor;
|
|
276
|
+
type: StringConstructor;
|
|
277
|
+
addonBefore: import("vue-types").VueTypeValidableDef<any>;
|
|
278
|
+
addonAfter: import("vue-types").VueTypeValidableDef<any>;
|
|
279
|
+
prefix: import("vue-types").VueTypeValidableDef<any>;
|
|
280
|
+
'update:value': {
|
|
281
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType) => void>;
|
|
282
|
+
};
|
|
283
|
+
stringMode: {
|
|
284
|
+
type: import("vue").PropType<boolean>;
|
|
285
|
+
};
|
|
286
|
+
defaultValue: {
|
|
287
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
288
|
+
};
|
|
289
|
+
value: {
|
|
290
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
291
|
+
};
|
|
292
|
+
prefixCls: {
|
|
293
|
+
type: import("vue").PropType<string>;
|
|
294
|
+
};
|
|
295
|
+
min: {
|
|
296
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
297
|
+
};
|
|
298
|
+
max: {
|
|
299
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
300
|
+
};
|
|
301
|
+
step: {
|
|
302
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
303
|
+
default: number;
|
|
304
|
+
};
|
|
305
|
+
tabindex: {
|
|
306
|
+
type: import("vue").PropType<number>;
|
|
307
|
+
};
|
|
308
|
+
controls: {
|
|
309
|
+
type: import("vue").PropType<boolean>;
|
|
310
|
+
default: boolean;
|
|
311
|
+
};
|
|
312
|
+
readonly: {
|
|
313
|
+
type: import("vue").PropType<boolean>;
|
|
314
|
+
};
|
|
315
|
+
disabled: {
|
|
316
|
+
type: import("vue").PropType<boolean>;
|
|
317
|
+
};
|
|
318
|
+
autofocus: {
|
|
319
|
+
type: import("vue").PropType<boolean>;
|
|
320
|
+
};
|
|
321
|
+
keyboard: {
|
|
322
|
+
type: import("vue").PropType<boolean>;
|
|
323
|
+
default: boolean;
|
|
324
|
+
};
|
|
325
|
+
parser: {
|
|
326
|
+
type: import("vue").PropType<(displayValue: string) => import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
327
|
+
};
|
|
328
|
+
formatter: {
|
|
329
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType, info: {
|
|
330
|
+
userTyping: boolean;
|
|
331
|
+
input: string;
|
|
332
|
+
}) => string>;
|
|
333
|
+
};
|
|
334
|
+
precision: {
|
|
335
|
+
type: import("vue").PropType<number>;
|
|
336
|
+
};
|
|
337
|
+
decimalSeparator: {
|
|
338
|
+
type: import("vue").PropType<string>;
|
|
339
|
+
};
|
|
340
|
+
onInput: {
|
|
341
|
+
type: import("vue").PropType<(text: string) => void>;
|
|
342
|
+
};
|
|
343
|
+
onChange: {
|
|
344
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType) => void>;
|
|
345
|
+
};
|
|
346
|
+
onPressEnter: {
|
|
347
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").KeyboardEventHandler>;
|
|
348
|
+
};
|
|
349
|
+
onStep: {
|
|
350
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType, info: {
|
|
351
|
+
offset: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType;
|
|
352
|
+
type: "down" | "up";
|
|
353
|
+
}) => void>;
|
|
354
|
+
};
|
|
355
|
+
onBlur: {
|
|
356
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
357
|
+
};
|
|
358
|
+
onFocus: {
|
|
359
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
360
|
+
};
|
|
361
|
+
}>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
362
|
+
[key: string]: any;
|
|
363
|
+
}>> & import("vue").ComponentCustomProperties;
|
|
364
|
+
__isFragment?: never;
|
|
365
|
+
__isTeleport?: never;
|
|
366
|
+
__isSuspense?: never;
|
|
367
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
368
|
+
size: {
|
|
369
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
370
|
+
};
|
|
371
|
+
bordered: {
|
|
372
|
+
type: BooleanConstructor;
|
|
373
|
+
default: boolean;
|
|
374
|
+
};
|
|
375
|
+
placeholder: StringConstructor;
|
|
376
|
+
name: StringConstructor;
|
|
377
|
+
id: StringConstructor;
|
|
378
|
+
type: StringConstructor;
|
|
379
|
+
addonBefore: import("vue-types").VueTypeValidableDef<any>;
|
|
380
|
+
addonAfter: import("vue-types").VueTypeValidableDef<any>;
|
|
381
|
+
prefix: import("vue-types").VueTypeValidableDef<any>;
|
|
382
|
+
'update:value': {
|
|
383
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType) => void>;
|
|
384
|
+
};
|
|
385
|
+
stringMode: {
|
|
386
|
+
type: import("vue").PropType<boolean>;
|
|
387
|
+
};
|
|
388
|
+
defaultValue: {
|
|
389
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
390
|
+
};
|
|
391
|
+
value: {
|
|
392
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
393
|
+
};
|
|
394
|
+
prefixCls: {
|
|
395
|
+
type: import("vue").PropType<string>;
|
|
396
|
+
};
|
|
397
|
+
min: {
|
|
398
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
399
|
+
};
|
|
400
|
+
max: {
|
|
401
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
402
|
+
};
|
|
403
|
+
step: {
|
|
404
|
+
type: import("vue").PropType<import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
405
|
+
default: number;
|
|
406
|
+
};
|
|
407
|
+
tabindex: {
|
|
408
|
+
type: import("vue").PropType<number>;
|
|
409
|
+
};
|
|
410
|
+
controls: {
|
|
411
|
+
type: import("vue").PropType<boolean>;
|
|
412
|
+
default: boolean;
|
|
413
|
+
};
|
|
414
|
+
readonly: {
|
|
415
|
+
type: import("vue").PropType<boolean>;
|
|
416
|
+
};
|
|
417
|
+
disabled: {
|
|
418
|
+
type: import("vue").PropType<boolean>;
|
|
419
|
+
};
|
|
420
|
+
autofocus: {
|
|
421
|
+
type: import("vue").PropType<boolean>;
|
|
422
|
+
};
|
|
423
|
+
keyboard: {
|
|
424
|
+
type: import("vue").PropType<boolean>;
|
|
425
|
+
default: boolean;
|
|
426
|
+
};
|
|
427
|
+
parser: {
|
|
428
|
+
type: import("vue").PropType<(displayValue: string) => import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType>;
|
|
429
|
+
};
|
|
430
|
+
formatter: {
|
|
431
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType, info: {
|
|
432
|
+
userTyping: boolean;
|
|
433
|
+
input: string;
|
|
434
|
+
}) => string>;
|
|
435
|
+
};
|
|
436
|
+
precision: {
|
|
437
|
+
type: import("vue").PropType<number>;
|
|
438
|
+
};
|
|
439
|
+
decimalSeparator: {
|
|
440
|
+
type: import("vue").PropType<string>;
|
|
441
|
+
};
|
|
442
|
+
onInput: {
|
|
443
|
+
type: import("vue").PropType<(text: string) => void>;
|
|
444
|
+
};
|
|
445
|
+
onChange: {
|
|
446
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType) => void>;
|
|
447
|
+
};
|
|
448
|
+
onPressEnter: {
|
|
449
|
+
type: import("vue").PropType<import("ant-design-vue/lib/_util/EventInterface").KeyboardEventHandler>;
|
|
450
|
+
};
|
|
451
|
+
onStep: {
|
|
452
|
+
type: import("vue").PropType<(value: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType, info: {
|
|
453
|
+
offset: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType;
|
|
454
|
+
type: "down" | "up";
|
|
455
|
+
}) => void>;
|
|
456
|
+
};
|
|
457
|
+
onBlur: {
|
|
458
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
459
|
+
};
|
|
460
|
+
onFocus: {
|
|
461
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
462
|
+
};
|
|
463
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
464
|
+
[key: string]: any;
|
|
465
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
466
|
+
step: import("ant-design-vue/lib/input-number/src/utils/MiniDecimal").ValueType;
|
|
467
|
+
bordered: boolean;
|
|
468
|
+
keyboard: boolean;
|
|
469
|
+
controls: boolean;
|
|
470
|
+
}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
471
|
+
install: (app: import("vue").App<any>) => import("vue").App<any>;
|
|
472
|
+
};
|
|
473
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|