@ecan-bi/pivot-table 1.0.11 → 1.0.12
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 +4173 -4034
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +27 -27
- 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 +35 -2
- package/types/pivotTable/PivotAggregate.vue.d.ts +15 -2
- package/types/pivotTable/PivotFilter.vue.d.ts +11 -0
- package/types/pivotTable/PivotProperty.vue.d.ts +13 -451
- package/types/pivotTable/PivotTable.vue.d.ts +150 -463
- package/types/pivotTable/PivotTop.vue.d.ts +14 -2
- package/types/pivotTable/conditional-property/ConditionalProperty.vue.d.ts +46 -3
- package/types/pivotTable/conditional-property/components/ConditionalConfig.vue.d.ts +11 -0
- package/types/pivotTable/conditional-property/components/ConditionalItemConfig.vue.d.ts +10 -0
- package/types/pivotTable/conditional-property/components/PropertyConfig.vue.d.ts +11 -1
- package/types/pivotTable/conditional-property/components/prop-to-form/ColorPick.vue.d.ts +1 -1
- package/types/pivotTable/pivot-chart/PivotChart.vue.d.ts +21 -0
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
export default _sfc_main;
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
theme: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
}>, {
|
|
3
8
|
visible: import("vue").Ref<boolean, boolean>;
|
|
4
9
|
topNum: import("vue").Ref<string, string>;
|
|
5
10
|
handleOk: () => void;
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
theme: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
|
+
theme: string;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
export default _sfc_main;
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
theme: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
}>, {
|
|
3
8
|
visible: import("vue").Ref<boolean, boolean>;
|
|
4
9
|
config: import("vue").Ref<any[], any[]>;
|
|
5
10
|
changeSelectedItem: (index: any) => void;
|
|
@@ -7,12 +12,23 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
7
12
|
selectedIndex: import("vue").Ref<number, number>;
|
|
8
13
|
handleOk: () => void;
|
|
9
14
|
handleClear: () => void;
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
theme: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
|
+
theme: string;
|
|
22
|
+
}, {}, {
|
|
11
23
|
ConditionalItemConfig: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
24
|
config: {
|
|
13
25
|
type: ArrayConstructor;
|
|
14
26
|
default(): any[];
|
|
15
27
|
};
|
|
28
|
+
theme: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
16
32
|
}>, {
|
|
17
33
|
modalType: import("vue").Ref<string, string>;
|
|
18
34
|
visible: import("vue").Ref<boolean, boolean>;
|
|
@@ -22,12 +38,18 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
22
38
|
handleOk: () => void;
|
|
23
39
|
editItem: () => void;
|
|
24
40
|
deleteItem: () => void;
|
|
41
|
+
fontColor: import("vue").ComputedRef<"" | "#b2c3dd">;
|
|
25
42
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
43
|
config: {
|
|
27
44
|
type: ArrayConstructor;
|
|
28
45
|
default(): any[];
|
|
29
46
|
};
|
|
47
|
+
theme: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
30
51
|
}>> & Readonly<{}>, {
|
|
52
|
+
theme: string;
|
|
31
53
|
config: unknown[];
|
|
32
54
|
}, {}, {
|
|
33
55
|
PlusCircleOutlined: import("@ant-design/icons-vue/lib/icons/PlusCircleOutlined").PlusCircleOutlinedIconType;
|
|
@@ -42,6 +64,10 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
42
64
|
isSelected: {
|
|
43
65
|
type: BooleanConstructor;
|
|
44
66
|
};
|
|
67
|
+
theme: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
45
71
|
}>, {
|
|
46
72
|
modalType: import("vue").Ref<string, string>;
|
|
47
73
|
visible: import("vue").Ref<boolean, boolean>;
|
|
@@ -72,6 +98,8 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
72
98
|
};
|
|
73
99
|
formRef: import("vue").Ref<any, any>;
|
|
74
100
|
conditionTitle: import("vue").ComputedRef<(item: any) => string>;
|
|
101
|
+
fontColor: import("vue").ComputedRef<"" | "#b2c3dd">;
|
|
102
|
+
getPopupContainer: () => Element;
|
|
75
103
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
104
|
config: {
|
|
77
105
|
type: ArrayConstructor;
|
|
@@ -80,7 +108,12 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
80
108
|
isSelected: {
|
|
81
109
|
type: BooleanConstructor;
|
|
82
110
|
};
|
|
111
|
+
theme: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
83
115
|
}>> & Readonly<{}>, {
|
|
116
|
+
theme: string;
|
|
84
117
|
config: unknown[];
|
|
85
118
|
isSelected: boolean;
|
|
86
119
|
}, {}, {
|
|
@@ -96,6 +129,10 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
96
129
|
selectedIndex: {
|
|
97
130
|
type: BooleanConstructor;
|
|
98
131
|
};
|
|
132
|
+
theme: {
|
|
133
|
+
type: StringConstructor;
|
|
134
|
+
default: string;
|
|
135
|
+
};
|
|
99
136
|
}>, {
|
|
100
137
|
formConfig: ({
|
|
101
138
|
label: string;
|
|
@@ -116,6 +153,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
116
153
|
handleSelect: (e: any, key: any) => void;
|
|
117
154
|
selectedProperty: import("vue").Ref<any[], any[]>;
|
|
118
155
|
onChange: (key: any, value: any) => void;
|
|
156
|
+
fontColor: import("vue").ComputedRef<"" | "#b2c3dd">;
|
|
119
157
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
120
158
|
config: {
|
|
121
159
|
type: ObjectConstructor;
|
|
@@ -124,7 +162,12 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
124
162
|
selectedIndex: {
|
|
125
163
|
type: BooleanConstructor;
|
|
126
164
|
};
|
|
165
|
+
theme: {
|
|
166
|
+
type: StringConstructor;
|
|
167
|
+
default: string;
|
|
168
|
+
};
|
|
127
169
|
}>> & Readonly<{}>, {
|
|
170
|
+
theme: string;
|
|
128
171
|
config: Record<string, any>;
|
|
129
172
|
selectedIndex: boolean;
|
|
130
173
|
}, {}, {
|
|
@@ -3414,7 +3457,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3414
3457
|
toPopupContainer: import("vue").ComputedRef<string | HTMLElement>;
|
|
3415
3458
|
formatValue: import("vue").Ref<import("vue-pick-colors").Format, import("vue-pick-colors").Format>;
|
|
3416
3459
|
onFormatChange: (format: import("vue-pick-colors").Format) => void;
|
|
3417
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3460
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "formatChange" | "update:value" | "update:showPicker" | "overflowMax" | "closePicker")[], "change" | "formatChange" | "update:value" | "update:showPicker" | "overflowMax" | "closePicker", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3418
3461
|
value: {
|
|
3419
3462
|
type: import("vue").PropType<string | string[]>;
|
|
3420
3463
|
};
|
|
@@ -7,6 +7,10 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
7
7
|
isSelected: {
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
};
|
|
10
|
+
theme: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
10
14
|
}>, {
|
|
11
15
|
modalType: import("vue").Ref<string, string>;
|
|
12
16
|
visible: import("vue").Ref<boolean, boolean>;
|
|
@@ -37,6 +41,8 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
37
41
|
};
|
|
38
42
|
formRef: import("vue").Ref<any, any>;
|
|
39
43
|
conditionTitle: import("vue").ComputedRef<(item: any) => string>;
|
|
44
|
+
fontColor: import("vue").ComputedRef<"" | "#b2c3dd">;
|
|
45
|
+
getPopupContainer: () => Element;
|
|
40
46
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
47
|
config: {
|
|
42
48
|
type: ArrayConstructor;
|
|
@@ -45,7 +51,12 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
45
51
|
isSelected: {
|
|
46
52
|
type: BooleanConstructor;
|
|
47
53
|
};
|
|
54
|
+
theme: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
48
58
|
}>> & Readonly<{}>, {
|
|
59
|
+
theme: string;
|
|
49
60
|
config: unknown[];
|
|
50
61
|
isSelected: boolean;
|
|
51
62
|
}, {}, {
|
|
@@ -4,6 +4,10 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
4
4
|
type: ArrayConstructor;
|
|
5
5
|
default(): any[];
|
|
6
6
|
};
|
|
7
|
+
theme: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
7
11
|
}>, {
|
|
8
12
|
modalType: import("vue").Ref<string, string>;
|
|
9
13
|
visible: import("vue").Ref<boolean, boolean>;
|
|
@@ -13,12 +17,18 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
13
17
|
handleOk: () => void;
|
|
14
18
|
editItem: () => void;
|
|
15
19
|
deleteItem: () => void;
|
|
20
|
+
fontColor: import("vue").ComputedRef<"" | "#b2c3dd">;
|
|
16
21
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
22
|
config: {
|
|
18
23
|
type: ArrayConstructor;
|
|
19
24
|
default(): any[];
|
|
20
25
|
};
|
|
26
|
+
theme: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
21
30
|
}>> & Readonly<{}>, {
|
|
31
|
+
theme: string;
|
|
22
32
|
config: unknown[];
|
|
23
33
|
}, {}, {
|
|
24
34
|
PlusCircleOutlined: import("@ant-design/icons-vue/lib/icons/PlusCircleOutlined").PlusCircleOutlinedIconType;
|
|
@@ -7,6 +7,10 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
7
7
|
selectedIndex: {
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
};
|
|
10
|
+
theme: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
10
14
|
}>, {
|
|
11
15
|
formConfig: ({
|
|
12
16
|
label: string;
|
|
@@ -27,6 +31,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
27
31
|
handleSelect: (e: any, key: any) => void;
|
|
28
32
|
selectedProperty: import("vue").Ref<any[], any[]>;
|
|
29
33
|
onChange: (key: any, value: any) => void;
|
|
34
|
+
fontColor: import("vue").ComputedRef<"" | "#b2c3dd">;
|
|
30
35
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
36
|
config: {
|
|
32
37
|
type: ObjectConstructor;
|
|
@@ -35,7 +40,12 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
35
40
|
selectedIndex: {
|
|
36
41
|
type: BooleanConstructor;
|
|
37
42
|
};
|
|
43
|
+
theme: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
38
47
|
}>> & Readonly<{}>, {
|
|
48
|
+
theme: string;
|
|
39
49
|
config: Record<string, any>;
|
|
40
50
|
selectedIndex: boolean;
|
|
41
51
|
}, {}, {
|
|
@@ -3325,7 +3335,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
3325
3335
|
toPopupContainer: import("vue").ComputedRef<string | HTMLElement>;
|
|
3326
3336
|
formatValue: import("vue").Ref<import("vue-pick-colors").Format, import("vue-pick-colors").Format>;
|
|
3327
3337
|
onFormatChange: (format: import("vue-pick-colors").Format) => void;
|
|
3328
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3338
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "formatChange" | "update:value" | "update:showPicker" | "overflowMax" | "closePicker")[], "change" | "formatChange" | "update:value" | "update:showPicker" | "overflowMax" | "closePicker", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3329
3339
|
value: {
|
|
3330
3340
|
type: import("vue").PropType<string | string[]>;
|
|
3331
3341
|
};
|
|
@@ -3285,7 +3285,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
3285
3285
|
toPopupContainer: import("vue").ComputedRef<string | HTMLElement>;
|
|
3286
3286
|
formatValue: import("vue").Ref<import("vue-pick-colors").Format, import("vue-pick-colors").Format>;
|
|
3287
3287
|
onFormatChange: (format: import("vue-pick-colors").Format) => void;
|
|
3288
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3288
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "formatChange" | "update:value" | "update:showPicker" | "overflowMax" | "closePicker")[], "change" | "formatChange" | "update:value" | "update:showPicker" | "overflowMax" | "closePicker", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3289
3289
|
value: {
|
|
3290
3290
|
type: import("vue").PropType<string | string[]>;
|
|
3291
3291
|
};
|
|
@@ -8,6 +8,10 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
8
8
|
yLabel: string;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
+
theme: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
11
15
|
}>, {
|
|
12
16
|
echartRef: import("vue").Ref<any, any>;
|
|
13
17
|
dropdownList: import("vue").Ref<any[], any[]>;
|
|
@@ -30,6 +34,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
30
34
|
checkKeys: any;
|
|
31
35
|
type: any;
|
|
32
36
|
}) => void;
|
|
37
|
+
fontColor: import("vue").ComputedRef<"" | "#b2c3dd">;
|
|
33
38
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
39
|
data: {
|
|
35
40
|
type: ObjectConstructor;
|
|
@@ -39,8 +44,13 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
39
44
|
yLabel: string;
|
|
40
45
|
};
|
|
41
46
|
};
|
|
47
|
+
theme: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
42
51
|
}>> & Readonly<{}>, {
|
|
43
52
|
data: Record<string, any>;
|
|
53
|
+
theme: string;
|
|
44
54
|
}, {}, {
|
|
45
55
|
FilterOutlined: import("@ant-design/icons-vue/lib/icons/FilterOutlined").FilterOutlinedIconType;
|
|
46
56
|
MinusSquareOutlined: import("@ant-design/icons-vue/lib/icons/MinusSquareOutlined").MinusSquareOutlinedIconType;
|
|
@@ -49,6 +59,10 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
49
59
|
type: ObjectConstructor;
|
|
50
60
|
default: () => void;
|
|
51
61
|
};
|
|
62
|
+
theme: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
52
66
|
}>, {
|
|
53
67
|
visible: import("vue").Ref<boolean, boolean>;
|
|
54
68
|
checkAllDimensions: import("vue").Ref<boolean, boolean>;
|
|
@@ -61,15 +75,22 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
61
75
|
}[];
|
|
62
76
|
filterValue: import("vue").Ref<string, string>;
|
|
63
77
|
searchDimName: import("vue").Ref<string, string>;
|
|
78
|
+
fontColor: import("vue").ComputedRef<"" | "#b2c3dd">;
|
|
64
79
|
handleOk: () => void;
|
|
65
80
|
onCheckAllDimChange: (e: any) => void;
|
|
66
81
|
handleClear: () => void;
|
|
82
|
+
getPopupContainer: () => Element;
|
|
67
83
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
84
|
data: {
|
|
69
85
|
type: ObjectConstructor;
|
|
70
86
|
default: () => void;
|
|
71
87
|
};
|
|
88
|
+
theme: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
72
92
|
}>> & Readonly<{}>, {
|
|
73
93
|
data: Record<string, any>;
|
|
94
|
+
theme: string;
|
|
74
95
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
75
96
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|