@ecan-bi/pivot-table 1.0.14 → 1.0.15
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 +11034 -10185
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +34 -34
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/directives/focus.d.ts +4 -0
- package/types/pivotTable/PivotTable.vue.d.ts +607 -7
- package/types/pivotTable/conditional-property/ConditionalProperty.vue.d.ts +1 -1
- package/types/pivotTable/conditional-property/components/PropertyConfig.vue.d.ts +1 -1
- package/types/pivotTable/conditional-property/components/prop-to-form/ColorPick.vue.d.ts +1 -1
- package/types/pivotTable/pivot-config/IndSourceList.vue.d.ts +408 -0
- package/types/pivotTable/pivot-config/PivotConfig.vue.d.ts +571 -0
- package/types/pivotTable/pivot-config/index.d.ts +2 -0
- package/types/pivotTable/pivot-config/v-node-render/VNodeRender.d.ts +12 -0
- package/types/pivotTable/pivot-config/v-node-render/index.d.ts +2 -0
- package/types/utils/constant.d.ts +25 -0
- package/types/utils/request.d.ts +2 -0
- package/types/utils/util.d.ts +5 -0
|
@@ -3976,7 +3976,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
3976
3976
|
onBlur: () => void;
|
|
3977
3977
|
onEnter: () => void;
|
|
3978
3978
|
onFormatChange: (format: any) => void;
|
|
3979
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "formatChange" | "
|
|
3979
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "formatChange" | "focus" | "blur" | "enter")[], "change" | "formatChange" | "focus" | "blur" | "enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3980
3980
|
format: {
|
|
3981
3981
|
type: StringConstructor;
|
|
3982
3982
|
default: string;
|
|
@@ -3854,7 +3854,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
3854
3854
|
onBlur: () => void;
|
|
3855
3855
|
onEnter: () => void;
|
|
3856
3856
|
onFormatChange: (format: any) => void;
|
|
3857
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "formatChange" | "
|
|
3857
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "formatChange" | "focus" | "blur" | "enter")[], "change" | "formatChange" | "focus" | "blur" | "enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3858
3858
|
format: {
|
|
3859
3859
|
type: StringConstructor;
|
|
3860
3860
|
default: string;
|
|
@@ -3804,7 +3804,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
3804
3804
|
onBlur: () => void;
|
|
3805
3805
|
onEnter: () => void;
|
|
3806
3806
|
onFormatChange: (format: any) => void;
|
|
3807
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "formatChange" | "
|
|
3807
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "formatChange" | "focus" | "blur" | "enter")[], "change" | "formatChange" | "focus" | "blur" | "enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3808
3808
|
format: {
|
|
3809
3809
|
type: StringConstructor;
|
|
3810
3810
|
default: string;
|
|
@@ -0,0 +1,408 @@
|
|
|
1
|
+
import { PropType, nextTick } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
data: {
|
|
4
|
+
type: PropType<any[]>;
|
|
5
|
+
default: () => any[];
|
|
6
|
+
};
|
|
7
|
+
source: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
isSub: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
hasChildren: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
pageId: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
}>, {
|
|
24
|
+
columnRef: import("vue").Ref<any, any>;
|
|
25
|
+
sourceList: import("vue").Ref<{
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}[], {
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
}[]>;
|
|
30
|
+
searchLoading: import("vue").Ref<boolean, boolean>;
|
|
31
|
+
onToggleGroup: (index: number) => Promise<void>;
|
|
32
|
+
onToggleSource: (dataSource: {
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
}) => void;
|
|
35
|
+
setItemDisabled: (_value: any) => false;
|
|
36
|
+
onDragStart: (event: any, dataSource: {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
}) => void;
|
|
39
|
+
onDragEnd: () => void;
|
|
40
|
+
mapDataSetScope: (scope: "0" | "1" | "2") => string;
|
|
41
|
+
mapScope: (scope: "DIM" | "IDX" | "BUILT_IN_DIM") => string;
|
|
42
|
+
getLoadType: (type: string) => "" | "手工录入" | "系统取数" | "运算加工";
|
|
43
|
+
getUseType: (type: string) => string;
|
|
44
|
+
getSourceType: (dataTo: string) => "数据集" | "指标库" | "视图" | "其他";
|
|
45
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
data: {
|
|
47
|
+
type: PropType<any[]>;
|
|
48
|
+
default: () => any[];
|
|
49
|
+
};
|
|
50
|
+
source: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
isSub: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
hasChildren: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
pageId: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
}>> & Readonly<{}>, {
|
|
67
|
+
data: any[];
|
|
68
|
+
source: string;
|
|
69
|
+
isSub: boolean;
|
|
70
|
+
hasChildren: boolean;
|
|
71
|
+
pageId: string;
|
|
72
|
+
}, {}, {
|
|
73
|
+
CaretRightOutlined: import("@ant-design/icons-vue/lib/icons/CaretRightOutlined").CaretRightOutlinedIconType;
|
|
74
|
+
CaretDownOutlined: import("@ant-design/icons-vue/lib/icons/CaretDownOutlined").CaretDownOutlinedIconType;
|
|
75
|
+
LoadingOutlined: import("@ant-design/icons-vue/lib/icons/LoadingOutlined").LoadingOutlinedIconType;
|
|
76
|
+
Draggable: import("vue").DefineComponent<{
|
|
77
|
+
list: {
|
|
78
|
+
type: ArrayConstructor;
|
|
79
|
+
required: boolean;
|
|
80
|
+
default: any;
|
|
81
|
+
};
|
|
82
|
+
modelValue: {
|
|
83
|
+
type: ArrayConstructor;
|
|
84
|
+
required: boolean;
|
|
85
|
+
default: any;
|
|
86
|
+
};
|
|
87
|
+
itemKey: {
|
|
88
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
89
|
+
required: boolean;
|
|
90
|
+
};
|
|
91
|
+
clone: {
|
|
92
|
+
type: FunctionConstructor;
|
|
93
|
+
default: (original: any) => any;
|
|
94
|
+
};
|
|
95
|
+
tag: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
move: {
|
|
100
|
+
type: FunctionConstructor;
|
|
101
|
+
default: any;
|
|
102
|
+
};
|
|
103
|
+
componentData: {
|
|
104
|
+
type: ObjectConstructor;
|
|
105
|
+
required: boolean;
|
|
106
|
+
default: any;
|
|
107
|
+
};
|
|
108
|
+
}, unknown, {
|
|
109
|
+
error: boolean;
|
|
110
|
+
}, {
|
|
111
|
+
realList(): any;
|
|
112
|
+
getKey(): any;
|
|
113
|
+
}, {
|
|
114
|
+
getUnderlyingVm(domElement: any): any;
|
|
115
|
+
getUnderlyingPotencialDraggableComponent(htmElement: any): any;
|
|
116
|
+
emitChanges(evt: any): void;
|
|
117
|
+
alterList(onList: any): void;
|
|
118
|
+
spliceList(): void;
|
|
119
|
+
updatePosition(oldIndex: any, newIndex: any): void;
|
|
120
|
+
getRelatedContextFromMoveEvent({ to, related }: {
|
|
121
|
+
to: any;
|
|
122
|
+
related: any;
|
|
123
|
+
}): any;
|
|
124
|
+
getVmIndexFromDomIndex(domIndex: any): any;
|
|
125
|
+
onDragStart(evt: any): void;
|
|
126
|
+
onDragAdd(evt: any): void;
|
|
127
|
+
onDragRemove(evt: any): void;
|
|
128
|
+
onDragUpdate(evt: any): void;
|
|
129
|
+
computeFutureIndex(relatedContext: any, evt: any): any;
|
|
130
|
+
onDragMove(evt: any, originalEvent: any): any;
|
|
131
|
+
onDragEnd(): void;
|
|
132
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
133
|
+
move: Function;
|
|
134
|
+
tag: string;
|
|
135
|
+
clone: Function;
|
|
136
|
+
list: unknown[];
|
|
137
|
+
modelValue: unknown[];
|
|
138
|
+
componentData: Record<string, any>;
|
|
139
|
+
} & {
|
|
140
|
+
itemKey?: string | Function;
|
|
141
|
+
}>, {
|
|
142
|
+
move: Function;
|
|
143
|
+
tag: string;
|
|
144
|
+
clone: Function;
|
|
145
|
+
list: unknown[];
|
|
146
|
+
modelValue: unknown[];
|
|
147
|
+
componentData: Record<string, any>;
|
|
148
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
149
|
+
ATooltip: {
|
|
150
|
+
new (...args: any[]): {
|
|
151
|
+
$: import("vue").ComponentInternalInstance;
|
|
152
|
+
$data: {};
|
|
153
|
+
$props: Partial<{
|
|
154
|
+
visible: boolean;
|
|
155
|
+
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
156
|
+
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
157
|
+
defaultVisible: boolean;
|
|
158
|
+
overlayStyle: import("vue").CSSProperties;
|
|
159
|
+
destroyTooltipOnHide: boolean;
|
|
160
|
+
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
161
|
+
arrowPointAtCenter: boolean;
|
|
162
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
163
|
+
title: import("vue-types").VueTypeValidableDef<any>;
|
|
164
|
+
trigger: PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
165
|
+
visible: {
|
|
166
|
+
type: BooleanConstructor;
|
|
167
|
+
default: any;
|
|
168
|
+
};
|
|
169
|
+
defaultVisible: {
|
|
170
|
+
type: BooleanConstructor;
|
|
171
|
+
default: any;
|
|
172
|
+
};
|
|
173
|
+
placement: PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
174
|
+
color: StringConstructor;
|
|
175
|
+
transitionName: StringConstructor;
|
|
176
|
+
overlayStyle: {
|
|
177
|
+
type: PropType<import("vue").CSSProperties>;
|
|
178
|
+
default: import("vue").CSSProperties;
|
|
179
|
+
};
|
|
180
|
+
overlayClassName: StringConstructor;
|
|
181
|
+
openClassName: StringConstructor;
|
|
182
|
+
prefixCls: StringConstructor;
|
|
183
|
+
mouseEnterDelay: NumberConstructor;
|
|
184
|
+
mouseLeaveDelay: NumberConstructor;
|
|
185
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
186
|
+
arrowPointAtCenter: {
|
|
187
|
+
type: BooleanConstructor;
|
|
188
|
+
default: any;
|
|
189
|
+
};
|
|
190
|
+
autoAdjustOverflow: {
|
|
191
|
+
type: PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
192
|
+
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
193
|
+
};
|
|
194
|
+
destroyTooltipOnHide: {
|
|
195
|
+
type: BooleanConstructor;
|
|
196
|
+
default: any;
|
|
197
|
+
};
|
|
198
|
+
align: {
|
|
199
|
+
type: PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
200
|
+
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
201
|
+
};
|
|
202
|
+
builtinPlacements: {
|
|
203
|
+
type: PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
204
|
+
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
205
|
+
};
|
|
206
|
+
children: ArrayConstructor;
|
|
207
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
208
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
209
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "visible" | "align" | "defaultVisible" | "overlayStyle" | "arrowPointAtCenter" | "autoAdjustOverflow" | "destroyTooltipOnHide" | "builtinPlacements">;
|
|
210
|
+
$attrs: {
|
|
211
|
+
[x: string]: unknown;
|
|
212
|
+
};
|
|
213
|
+
$refs: {
|
|
214
|
+
[x: string]: unknown;
|
|
215
|
+
};
|
|
216
|
+
$slots: Readonly<{
|
|
217
|
+
[name: string]: import("vue").Slot<any>;
|
|
218
|
+
}>;
|
|
219
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>;
|
|
220
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>;
|
|
221
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
222
|
+
$el: any;
|
|
223
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
224
|
+
title: import("vue-types").VueTypeValidableDef<any>;
|
|
225
|
+
trigger: PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
226
|
+
visible: {
|
|
227
|
+
type: BooleanConstructor;
|
|
228
|
+
default: any;
|
|
229
|
+
};
|
|
230
|
+
defaultVisible: {
|
|
231
|
+
type: BooleanConstructor;
|
|
232
|
+
default: any;
|
|
233
|
+
};
|
|
234
|
+
placement: PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
235
|
+
color: StringConstructor;
|
|
236
|
+
transitionName: StringConstructor;
|
|
237
|
+
overlayStyle: {
|
|
238
|
+
type: PropType<import("vue").CSSProperties>;
|
|
239
|
+
default: import("vue").CSSProperties;
|
|
240
|
+
};
|
|
241
|
+
overlayClassName: StringConstructor;
|
|
242
|
+
openClassName: StringConstructor;
|
|
243
|
+
prefixCls: StringConstructor;
|
|
244
|
+
mouseEnterDelay: NumberConstructor;
|
|
245
|
+
mouseLeaveDelay: NumberConstructor;
|
|
246
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
247
|
+
arrowPointAtCenter: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: any;
|
|
250
|
+
};
|
|
251
|
+
autoAdjustOverflow: {
|
|
252
|
+
type: PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
253
|
+
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
254
|
+
};
|
|
255
|
+
destroyTooltipOnHide: {
|
|
256
|
+
type: BooleanConstructor;
|
|
257
|
+
default: any;
|
|
258
|
+
};
|
|
259
|
+
align: {
|
|
260
|
+
type: PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
261
|
+
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
262
|
+
};
|
|
263
|
+
builtinPlacements: {
|
|
264
|
+
type: PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
265
|
+
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
266
|
+
};
|
|
267
|
+
children: ArrayConstructor;
|
|
268
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
269
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
270
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
271
|
+
visible: boolean;
|
|
272
|
+
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
273
|
+
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
274
|
+
defaultVisible: boolean;
|
|
275
|
+
overlayStyle: import("vue").CSSProperties;
|
|
276
|
+
destroyTooltipOnHide: boolean;
|
|
277
|
+
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
278
|
+
arrowPointAtCenter: boolean;
|
|
279
|
+
}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> & {
|
|
280
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
281
|
+
created?: (() => void) | (() => void)[];
|
|
282
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
283
|
+
mounted?: (() => void) | (() => void)[];
|
|
284
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
285
|
+
updated?: (() => void) | (() => void)[];
|
|
286
|
+
activated?: (() => void) | (() => void)[];
|
|
287
|
+
deactivated?: (() => void) | (() => void)[];
|
|
288
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
289
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
290
|
+
destroyed?: (() => void) | (() => void)[];
|
|
291
|
+
unmounted?: (() => void) | (() => void)[];
|
|
292
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
293
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
294
|
+
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)[];
|
|
295
|
+
};
|
|
296
|
+
$forceUpdate: () => void;
|
|
297
|
+
$nextTick: typeof nextTick;
|
|
298
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
299
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
300
|
+
title: import("vue-types").VueTypeValidableDef<any>;
|
|
301
|
+
trigger: PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
302
|
+
visible: {
|
|
303
|
+
type: BooleanConstructor;
|
|
304
|
+
default: any;
|
|
305
|
+
};
|
|
306
|
+
defaultVisible: {
|
|
307
|
+
type: BooleanConstructor;
|
|
308
|
+
default: any;
|
|
309
|
+
};
|
|
310
|
+
placement: PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
311
|
+
color: StringConstructor;
|
|
312
|
+
transitionName: StringConstructor;
|
|
313
|
+
overlayStyle: {
|
|
314
|
+
type: PropType<import("vue").CSSProperties>;
|
|
315
|
+
default: import("vue").CSSProperties;
|
|
316
|
+
};
|
|
317
|
+
overlayClassName: StringConstructor;
|
|
318
|
+
openClassName: StringConstructor;
|
|
319
|
+
prefixCls: StringConstructor;
|
|
320
|
+
mouseEnterDelay: NumberConstructor;
|
|
321
|
+
mouseLeaveDelay: NumberConstructor;
|
|
322
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
323
|
+
arrowPointAtCenter: {
|
|
324
|
+
type: BooleanConstructor;
|
|
325
|
+
default: any;
|
|
326
|
+
};
|
|
327
|
+
autoAdjustOverflow: {
|
|
328
|
+
type: PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
329
|
+
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
330
|
+
};
|
|
331
|
+
destroyTooltipOnHide: {
|
|
332
|
+
type: BooleanConstructor;
|
|
333
|
+
default: any;
|
|
334
|
+
};
|
|
335
|
+
align: {
|
|
336
|
+
type: PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
337
|
+
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
338
|
+
};
|
|
339
|
+
builtinPlacements: {
|
|
340
|
+
type: PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
341
|
+
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
342
|
+
};
|
|
343
|
+
children: ArrayConstructor;
|
|
344
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
345
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
346
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & import("vue").ComponentCustomProperties;
|
|
347
|
+
__isFragment?: never;
|
|
348
|
+
__isTeleport?: never;
|
|
349
|
+
__isSuspense?: never;
|
|
350
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
351
|
+
title: import("vue-types").VueTypeValidableDef<any>;
|
|
352
|
+
trigger: PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
353
|
+
visible: {
|
|
354
|
+
type: BooleanConstructor;
|
|
355
|
+
default: any;
|
|
356
|
+
};
|
|
357
|
+
defaultVisible: {
|
|
358
|
+
type: BooleanConstructor;
|
|
359
|
+
default: any;
|
|
360
|
+
};
|
|
361
|
+
placement: PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
362
|
+
color: StringConstructor;
|
|
363
|
+
transitionName: StringConstructor;
|
|
364
|
+
overlayStyle: {
|
|
365
|
+
type: PropType<import("vue").CSSProperties>;
|
|
366
|
+
default: import("vue").CSSProperties;
|
|
367
|
+
};
|
|
368
|
+
overlayClassName: StringConstructor;
|
|
369
|
+
openClassName: StringConstructor;
|
|
370
|
+
prefixCls: StringConstructor;
|
|
371
|
+
mouseEnterDelay: NumberConstructor;
|
|
372
|
+
mouseLeaveDelay: NumberConstructor;
|
|
373
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
374
|
+
arrowPointAtCenter: {
|
|
375
|
+
type: BooleanConstructor;
|
|
376
|
+
default: any;
|
|
377
|
+
};
|
|
378
|
+
autoAdjustOverflow: {
|
|
379
|
+
type: PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
380
|
+
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
381
|
+
};
|
|
382
|
+
destroyTooltipOnHide: {
|
|
383
|
+
type: BooleanConstructor;
|
|
384
|
+
default: any;
|
|
385
|
+
};
|
|
386
|
+
align: {
|
|
387
|
+
type: PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
388
|
+
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
389
|
+
};
|
|
390
|
+
builtinPlacements: {
|
|
391
|
+
type: PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
392
|
+
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
393
|
+
};
|
|
394
|
+
children: ArrayConstructor;
|
|
395
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
396
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
397
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
398
|
+
visible: boolean;
|
|
399
|
+
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
400
|
+
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
401
|
+
defaultVisible: boolean;
|
|
402
|
+
overlayStyle: import("vue").CSSProperties;
|
|
403
|
+
destroyTooltipOnHide: boolean;
|
|
404
|
+
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
405
|
+
arrowPointAtCenter: boolean;
|
|
406
|
+
}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
407
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
408
|
+
export default _sfc_main;
|