@ecan-bi/pivot-table 1.0.15 → 1.0.17
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 +14475 -12081
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +37 -34
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +13 -12
- package/types/hooks/useIndicatorData.d.ts +4 -0
- package/types/pivotTable/DragArea.vue.d.ts +28 -0
- package/types/pivotTable/PivotAggregate.vue.d.ts +1 -0
- package/types/pivotTable/PivotTable.vue.d.ts +406 -332
- 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/Radio.vue.d.ts +1 -1
- package/types/pivotTable/pivot-config/IndSourceList.vue.d.ts +3 -2
- package/types/pivotTable/pivot-config/PivotConfig.vue.d.ts +2 -417
- package/types/utils/util.d.ts +1 -1
- package/types/utils/constant.d.ts +0 -25
|
@@ -7282,8 +7282,8 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
7282
7282
|
default(): any[];
|
|
7283
7283
|
};
|
|
7284
7284
|
}>> & Readonly<{}>, {
|
|
7285
|
-
value: string;
|
|
7286
7285
|
options: unknown[];
|
|
7286
|
+
value: string;
|
|
7287
7287
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7288
7288
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7289
7289
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7160,7 +7160,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
7160
7160
|
default(): any[];
|
|
7161
7161
|
};
|
|
7162
7162
|
}>> & Readonly<{}>, {
|
|
7163
|
-
value: string;
|
|
7164
7163
|
options: unknown[];
|
|
7164
|
+
value: string;
|
|
7165
7165
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7166
7166
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -20,6 +20,6 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
20
20
|
default(): any[];
|
|
21
21
|
};
|
|
22
22
|
}>> & Readonly<{}>, {
|
|
23
|
-
value: string;
|
|
24
23
|
options: unknown[];
|
|
24
|
+
value: string;
|
|
25
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -33,12 +33,13 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
33
33
|
[key: string]: any;
|
|
34
34
|
}) => void;
|
|
35
35
|
setItemDisabled: (_value: any) => false;
|
|
36
|
+
setChildItemDisabled: (_value: any) => false;
|
|
36
37
|
onDragStart: (event: any, dataSource: {
|
|
37
38
|
[key: string]: any;
|
|
38
39
|
}) => void;
|
|
39
40
|
onDragEnd: () => void;
|
|
40
41
|
mapDataSetScope: (scope: "0" | "1" | "2") => string;
|
|
41
|
-
mapScope: (scope: "DIM" | "IDX" | "BUILT_IN_DIM") => string;
|
|
42
|
+
mapScope: (scope: "DIM" | "IDX" | "BUILT_IN_DIM" | "BUILT_IN_IDX" | "FIELD") => string;
|
|
42
43
|
getLoadType: (type: string) => "" | "手工录入" | "系统取数" | "运算加工";
|
|
43
44
|
getUseType: (type: string) => string;
|
|
44
45
|
getSourceType: (dataTo: string) => "数据集" | "指标库" | "视图" | "其他";
|
|
@@ -64,11 +65,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
64
65
|
default: string;
|
|
65
66
|
};
|
|
66
67
|
}>> & Readonly<{}>, {
|
|
68
|
+
pageId: string;
|
|
67
69
|
data: any[];
|
|
68
70
|
source: string;
|
|
69
71
|
isSub: boolean;
|
|
70
72
|
hasChildren: boolean;
|
|
71
|
-
pageId: string;
|
|
72
73
|
}, {}, {
|
|
73
74
|
CaretRightOutlined: import("@ant-design/icons-vue/lib/icons/CaretRightOutlined").CaretRightOutlinedIconType;
|
|
74
75
|
CaretDownOutlined: import("@ant-design/icons-vue/lib/icons/CaretDownOutlined").CaretDownOutlinedIconType;
|
|
@@ -32,20 +32,10 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
32
32
|
}>;
|
|
33
33
|
fields: any[];
|
|
34
34
|
}[]>;
|
|
35
|
-
dataSourceList: import("vue").Ref<{
|
|
36
|
-
[key: string]: any;
|
|
37
|
-
}[], {
|
|
38
|
-
[key: string]: any;
|
|
39
|
-
}[]>;
|
|
40
35
|
indSourceRef: import("vue").Ref<any, any>;
|
|
41
|
-
searchText: import("vue").Ref<string, string>;
|
|
42
36
|
maskList: import("vue").Ref<any[], any[]>;
|
|
43
37
|
currentEditItem: import("vue").Ref<any, any>;
|
|
44
38
|
handleOk: () => void;
|
|
45
|
-
onSearch: () => void;
|
|
46
|
-
onDragStart: (event: any, dataSource: {
|
|
47
|
-
[key: string]: any;
|
|
48
|
-
}) => void;
|
|
49
39
|
onDragAreaStart: (event: any, dataSource: {
|
|
50
40
|
[key: string]: any;
|
|
51
41
|
}) => void;
|
|
@@ -54,6 +44,7 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
54
44
|
handleEdit: (index: number, fIndex: number) => void;
|
|
55
45
|
onConfirmLabel: () => void;
|
|
56
46
|
onDragAdd: () => void;
|
|
47
|
+
onChangeLabel: (event: any) => void;
|
|
57
48
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
49
|
theme: {
|
|
59
50
|
type: StringConstructor;
|
|
@@ -68,8 +59,8 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
68
59
|
default: string;
|
|
69
60
|
};
|
|
70
61
|
}>> & Readonly<{}>, {
|
|
71
|
-
theme: string;
|
|
72
62
|
pageId: string;
|
|
63
|
+
theme: string;
|
|
73
64
|
fullMode: boolean;
|
|
74
65
|
}, {}, {
|
|
75
66
|
VNodeRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -156,412 +147,6 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
156
147
|
modelValue: unknown[];
|
|
157
148
|
componentData: Record<string, any>;
|
|
158
149
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
159
|
-
IndSourceList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
160
|
-
data: {
|
|
161
|
-
type: import("vue").PropType<any[]>;
|
|
162
|
-
default: () => any[];
|
|
163
|
-
};
|
|
164
|
-
source: {
|
|
165
|
-
type: StringConstructor;
|
|
166
|
-
default: string;
|
|
167
|
-
};
|
|
168
|
-
isSub: {
|
|
169
|
-
type: BooleanConstructor;
|
|
170
|
-
default: boolean;
|
|
171
|
-
};
|
|
172
|
-
hasChildren: {
|
|
173
|
-
type: BooleanConstructor;
|
|
174
|
-
default: boolean;
|
|
175
|
-
};
|
|
176
|
-
pageId: {
|
|
177
|
-
type: StringConstructor;
|
|
178
|
-
default: string;
|
|
179
|
-
};
|
|
180
|
-
}>, {
|
|
181
|
-
columnRef: import("vue").Ref<any, any>;
|
|
182
|
-
sourceList: import("vue").Ref<{
|
|
183
|
-
[key: string]: any;
|
|
184
|
-
}[], {
|
|
185
|
-
[key: string]: any;
|
|
186
|
-
}[]>;
|
|
187
|
-
searchLoading: import("vue").Ref<boolean, boolean>;
|
|
188
|
-
onToggleGroup: (index: number) => Promise<void>;
|
|
189
|
-
onToggleSource: (dataSource: {
|
|
190
|
-
[key: string]: any;
|
|
191
|
-
}) => void;
|
|
192
|
-
setItemDisabled: (_value: any) => false;
|
|
193
|
-
onDragStart: (event: any, dataSource: {
|
|
194
|
-
[key: string]: any;
|
|
195
|
-
}) => void;
|
|
196
|
-
onDragEnd: () => void;
|
|
197
|
-
mapDataSetScope: (scope: "0" | "1" | "2") => string;
|
|
198
|
-
mapScope: (scope: "DIM" | "IDX" | "BUILT_IN_DIM") => string;
|
|
199
|
-
getLoadType: (type: string) => "" | "手工录入" | "系统取数" | "运算加工";
|
|
200
|
-
getUseType: (type: string) => string;
|
|
201
|
-
getSourceType: (dataTo: string) => "数据集" | "指标库" | "视图" | "其他";
|
|
202
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
203
|
-
data: {
|
|
204
|
-
type: import("vue").PropType<any[]>;
|
|
205
|
-
default: () => any[];
|
|
206
|
-
};
|
|
207
|
-
source: {
|
|
208
|
-
type: StringConstructor;
|
|
209
|
-
default: string;
|
|
210
|
-
};
|
|
211
|
-
isSub: {
|
|
212
|
-
type: BooleanConstructor;
|
|
213
|
-
default: boolean;
|
|
214
|
-
};
|
|
215
|
-
hasChildren: {
|
|
216
|
-
type: BooleanConstructor;
|
|
217
|
-
default: boolean;
|
|
218
|
-
};
|
|
219
|
-
pageId: {
|
|
220
|
-
type: StringConstructor;
|
|
221
|
-
default: string;
|
|
222
|
-
};
|
|
223
|
-
}>> & Readonly<{}>, {
|
|
224
|
-
data: any[];
|
|
225
|
-
source: string;
|
|
226
|
-
isSub: boolean;
|
|
227
|
-
hasChildren: boolean;
|
|
228
|
-
pageId: string;
|
|
229
|
-
}, {}, {
|
|
230
|
-
CaretRightOutlined: import("@ant-design/icons-vue/lib/icons/CaretRightOutlined").CaretRightOutlinedIconType;
|
|
231
|
-
CaretDownOutlined: import("@ant-design/icons-vue/lib/icons/CaretDownOutlined").CaretDownOutlinedIconType;
|
|
232
|
-
LoadingOutlined: import("@ant-design/icons-vue/lib/icons/LoadingOutlined").LoadingOutlinedIconType;
|
|
233
|
-
Draggable: import("vue").DefineComponent<{
|
|
234
|
-
list: {
|
|
235
|
-
type: ArrayConstructor;
|
|
236
|
-
required: boolean;
|
|
237
|
-
default: any;
|
|
238
|
-
};
|
|
239
|
-
modelValue: {
|
|
240
|
-
type: ArrayConstructor;
|
|
241
|
-
required: boolean;
|
|
242
|
-
default: any;
|
|
243
|
-
};
|
|
244
|
-
itemKey: {
|
|
245
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
246
|
-
required: boolean;
|
|
247
|
-
};
|
|
248
|
-
clone: {
|
|
249
|
-
type: FunctionConstructor;
|
|
250
|
-
default: (original: any) => any;
|
|
251
|
-
};
|
|
252
|
-
tag: {
|
|
253
|
-
type: StringConstructor;
|
|
254
|
-
default: string;
|
|
255
|
-
};
|
|
256
|
-
move: {
|
|
257
|
-
type: FunctionConstructor;
|
|
258
|
-
default: any;
|
|
259
|
-
};
|
|
260
|
-
componentData: {
|
|
261
|
-
type: ObjectConstructor;
|
|
262
|
-
required: boolean;
|
|
263
|
-
default: any;
|
|
264
|
-
};
|
|
265
|
-
}, unknown, {
|
|
266
|
-
error: boolean;
|
|
267
|
-
}, {
|
|
268
|
-
realList(): any;
|
|
269
|
-
getKey(): any;
|
|
270
|
-
}, {
|
|
271
|
-
getUnderlyingVm(domElement: any): any;
|
|
272
|
-
getUnderlyingPotencialDraggableComponent(htmElement: any): any;
|
|
273
|
-
emitChanges(evt: any): void;
|
|
274
|
-
alterList(onList: any): void;
|
|
275
|
-
spliceList(): void;
|
|
276
|
-
updatePosition(oldIndex: any, newIndex: any): void;
|
|
277
|
-
getRelatedContextFromMoveEvent({ to, related }: {
|
|
278
|
-
to: any;
|
|
279
|
-
related: any;
|
|
280
|
-
}): any;
|
|
281
|
-
getVmIndexFromDomIndex(domIndex: any): any;
|
|
282
|
-
onDragStart(evt: any): void;
|
|
283
|
-
onDragAdd(evt: any): void;
|
|
284
|
-
onDragRemove(evt: any): void;
|
|
285
|
-
onDragUpdate(evt: any): void;
|
|
286
|
-
computeFutureIndex(relatedContext: any, evt: any): any;
|
|
287
|
-
onDragMove(evt: any, originalEvent: any): any;
|
|
288
|
-
onDragEnd(): void;
|
|
289
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
290
|
-
move: Function;
|
|
291
|
-
tag: string;
|
|
292
|
-
clone: Function;
|
|
293
|
-
list: unknown[];
|
|
294
|
-
modelValue: unknown[];
|
|
295
|
-
componentData: Record<string, any>;
|
|
296
|
-
} & {
|
|
297
|
-
itemKey?: string | Function;
|
|
298
|
-
}>, {
|
|
299
|
-
move: Function;
|
|
300
|
-
tag: string;
|
|
301
|
-
clone: Function;
|
|
302
|
-
list: unknown[];
|
|
303
|
-
modelValue: unknown[];
|
|
304
|
-
componentData: Record<string, any>;
|
|
305
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
306
|
-
ATooltip: {
|
|
307
|
-
new (...args: any[]): {
|
|
308
|
-
$: import("vue").ComponentInternalInstance;
|
|
309
|
-
$data: {};
|
|
310
|
-
$props: Partial<{
|
|
311
|
-
visible: boolean;
|
|
312
|
-
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
313
|
-
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
314
|
-
defaultVisible: boolean;
|
|
315
|
-
overlayStyle: import("vue").CSSProperties;
|
|
316
|
-
destroyTooltipOnHide: boolean;
|
|
317
|
-
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
318
|
-
arrowPointAtCenter: boolean;
|
|
319
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
320
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
321
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
322
|
-
visible: {
|
|
323
|
-
type: BooleanConstructor;
|
|
324
|
-
default: any;
|
|
325
|
-
};
|
|
326
|
-
defaultVisible: {
|
|
327
|
-
type: BooleanConstructor;
|
|
328
|
-
default: any;
|
|
329
|
-
};
|
|
330
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
331
|
-
color: StringConstructor;
|
|
332
|
-
transitionName: StringConstructor;
|
|
333
|
-
overlayStyle: {
|
|
334
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
335
|
-
default: import("vue").CSSProperties;
|
|
336
|
-
};
|
|
337
|
-
overlayClassName: StringConstructor;
|
|
338
|
-
openClassName: StringConstructor;
|
|
339
|
-
prefixCls: StringConstructor;
|
|
340
|
-
mouseEnterDelay: NumberConstructor;
|
|
341
|
-
mouseLeaveDelay: NumberConstructor;
|
|
342
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
343
|
-
arrowPointAtCenter: {
|
|
344
|
-
type: BooleanConstructor;
|
|
345
|
-
default: any;
|
|
346
|
-
};
|
|
347
|
-
autoAdjustOverflow: {
|
|
348
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
349
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
350
|
-
};
|
|
351
|
-
destroyTooltipOnHide: {
|
|
352
|
-
type: BooleanConstructor;
|
|
353
|
-
default: any;
|
|
354
|
-
};
|
|
355
|
-
align: {
|
|
356
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
357
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
358
|
-
};
|
|
359
|
-
builtinPlacements: {
|
|
360
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
361
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
362
|
-
};
|
|
363
|
-
children: ArrayConstructor;
|
|
364
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
365
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
366
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "visible" | "align" | "defaultVisible" | "overlayStyle" | "arrowPointAtCenter" | "autoAdjustOverflow" | "destroyTooltipOnHide" | "builtinPlacements">;
|
|
367
|
-
$attrs: {
|
|
368
|
-
[x: string]: unknown;
|
|
369
|
-
};
|
|
370
|
-
$refs: {
|
|
371
|
-
[x: string]: unknown;
|
|
372
|
-
};
|
|
373
|
-
$slots: Readonly<{
|
|
374
|
-
[name: string]: import("vue").Slot<any>;
|
|
375
|
-
}>;
|
|
376
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>;
|
|
377
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>;
|
|
378
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
379
|
-
$el: any;
|
|
380
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
381
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
382
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
383
|
-
visible: {
|
|
384
|
-
type: BooleanConstructor;
|
|
385
|
-
default: any;
|
|
386
|
-
};
|
|
387
|
-
defaultVisible: {
|
|
388
|
-
type: BooleanConstructor;
|
|
389
|
-
default: any;
|
|
390
|
-
};
|
|
391
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
392
|
-
color: StringConstructor;
|
|
393
|
-
transitionName: StringConstructor;
|
|
394
|
-
overlayStyle: {
|
|
395
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
396
|
-
default: import("vue").CSSProperties;
|
|
397
|
-
};
|
|
398
|
-
overlayClassName: StringConstructor;
|
|
399
|
-
openClassName: StringConstructor;
|
|
400
|
-
prefixCls: StringConstructor;
|
|
401
|
-
mouseEnterDelay: NumberConstructor;
|
|
402
|
-
mouseLeaveDelay: NumberConstructor;
|
|
403
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
404
|
-
arrowPointAtCenter: {
|
|
405
|
-
type: BooleanConstructor;
|
|
406
|
-
default: any;
|
|
407
|
-
};
|
|
408
|
-
autoAdjustOverflow: {
|
|
409
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
410
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
411
|
-
};
|
|
412
|
-
destroyTooltipOnHide: {
|
|
413
|
-
type: BooleanConstructor;
|
|
414
|
-
default: any;
|
|
415
|
-
};
|
|
416
|
-
align: {
|
|
417
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
418
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
419
|
-
};
|
|
420
|
-
builtinPlacements: {
|
|
421
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
422
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
423
|
-
};
|
|
424
|
-
children: ArrayConstructor;
|
|
425
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
426
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
427
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
428
|
-
visible: boolean;
|
|
429
|
-
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
430
|
-
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
431
|
-
defaultVisible: boolean;
|
|
432
|
-
overlayStyle: import("vue").CSSProperties;
|
|
433
|
-
destroyTooltipOnHide: boolean;
|
|
434
|
-
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
435
|
-
arrowPointAtCenter: boolean;
|
|
436
|
-
}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> & {
|
|
437
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
438
|
-
created?: (() => void) | (() => void)[];
|
|
439
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
440
|
-
mounted?: (() => void) | (() => void)[];
|
|
441
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
442
|
-
updated?: (() => void) | (() => void)[];
|
|
443
|
-
activated?: (() => void) | (() => void)[];
|
|
444
|
-
deactivated?: (() => void) | (() => void)[];
|
|
445
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
446
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
447
|
-
destroyed?: (() => void) | (() => void)[];
|
|
448
|
-
unmounted?: (() => void) | (() => void)[];
|
|
449
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
450
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
451
|
-
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)[];
|
|
452
|
-
};
|
|
453
|
-
$forceUpdate: () => void;
|
|
454
|
-
$nextTick: typeof import("vue").nextTick;
|
|
455
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
456
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
457
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
458
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
459
|
-
visible: {
|
|
460
|
-
type: BooleanConstructor;
|
|
461
|
-
default: any;
|
|
462
|
-
};
|
|
463
|
-
defaultVisible: {
|
|
464
|
-
type: BooleanConstructor;
|
|
465
|
-
default: any;
|
|
466
|
-
};
|
|
467
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
468
|
-
color: StringConstructor;
|
|
469
|
-
transitionName: StringConstructor;
|
|
470
|
-
overlayStyle: {
|
|
471
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
472
|
-
default: import("vue").CSSProperties;
|
|
473
|
-
};
|
|
474
|
-
overlayClassName: StringConstructor;
|
|
475
|
-
openClassName: StringConstructor;
|
|
476
|
-
prefixCls: StringConstructor;
|
|
477
|
-
mouseEnterDelay: NumberConstructor;
|
|
478
|
-
mouseLeaveDelay: NumberConstructor;
|
|
479
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
480
|
-
arrowPointAtCenter: {
|
|
481
|
-
type: BooleanConstructor;
|
|
482
|
-
default: any;
|
|
483
|
-
};
|
|
484
|
-
autoAdjustOverflow: {
|
|
485
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
486
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
487
|
-
};
|
|
488
|
-
destroyTooltipOnHide: {
|
|
489
|
-
type: BooleanConstructor;
|
|
490
|
-
default: any;
|
|
491
|
-
};
|
|
492
|
-
align: {
|
|
493
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
494
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
495
|
-
};
|
|
496
|
-
builtinPlacements: {
|
|
497
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
498
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
499
|
-
};
|
|
500
|
-
children: ArrayConstructor;
|
|
501
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
502
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
503
|
-
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & import("vue").ComponentCustomProperties;
|
|
504
|
-
__isFragment?: never;
|
|
505
|
-
__isTeleport?: never;
|
|
506
|
-
__isSuspense?: never;
|
|
507
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
508
|
-
title: import("vue-types").VueTypeValidableDef<any>;
|
|
509
|
-
trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
|
|
510
|
-
visible: {
|
|
511
|
-
type: BooleanConstructor;
|
|
512
|
-
default: any;
|
|
513
|
-
};
|
|
514
|
-
defaultVisible: {
|
|
515
|
-
type: BooleanConstructor;
|
|
516
|
-
default: any;
|
|
517
|
-
};
|
|
518
|
-
placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
|
|
519
|
-
color: StringConstructor;
|
|
520
|
-
transitionName: StringConstructor;
|
|
521
|
-
overlayStyle: {
|
|
522
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
523
|
-
default: import("vue").CSSProperties;
|
|
524
|
-
};
|
|
525
|
-
overlayClassName: StringConstructor;
|
|
526
|
-
openClassName: StringConstructor;
|
|
527
|
-
prefixCls: StringConstructor;
|
|
528
|
-
mouseEnterDelay: NumberConstructor;
|
|
529
|
-
mouseLeaveDelay: NumberConstructor;
|
|
530
|
-
getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
531
|
-
arrowPointAtCenter: {
|
|
532
|
-
type: BooleanConstructor;
|
|
533
|
-
default: any;
|
|
534
|
-
};
|
|
535
|
-
autoAdjustOverflow: {
|
|
536
|
-
type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
|
|
537
|
-
default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
538
|
-
};
|
|
539
|
-
destroyTooltipOnHide: {
|
|
540
|
-
type: BooleanConstructor;
|
|
541
|
-
default: any;
|
|
542
|
-
};
|
|
543
|
-
align: {
|
|
544
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
|
|
545
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
546
|
-
};
|
|
547
|
-
builtinPlacements: {
|
|
548
|
-
type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
|
|
549
|
-
default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
550
|
-
};
|
|
551
|
-
children: ArrayConstructor;
|
|
552
|
-
onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
|
|
553
|
-
'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
|
|
554
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
555
|
-
visible: boolean;
|
|
556
|
-
align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
|
|
557
|
-
builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
|
|
558
|
-
defaultVisible: boolean;
|
|
559
|
-
overlayStyle: import("vue").CSSProperties;
|
|
560
|
-
destroyTooltipOnHide: boolean;
|
|
561
|
-
autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
|
|
562
|
-
arrowPointAtCenter: boolean;
|
|
563
|
-
}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
564
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
565
150
|
DeleteOutlined: import("@ant-design/icons-vue/lib/icons/DeleteOutlined").DeleteOutlinedIconType;
|
|
566
151
|
}, {
|
|
567
152
|
focus: {
|
package/types/utils/util.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export declare const handleVariableList: (variableList: {
|
|
|
22
22
|
}[]) => any[];
|
|
23
23
|
export declare const getEventName: (type: string) => string;
|
|
24
24
|
export declare function getIcon(type: string, color: string): string;
|
|
25
|
-
export declare const mapScope: (scope: 'DIM' | 'IDX' | 'BUILT_IN_DIM') => string;
|
|
25
|
+
export declare const mapScope: (scope: 'DIM' | 'IDX' | 'BUILT_IN_DIM' | 'BUILT_IN_IDX' | 'FIELD') => string;
|
|
26
26
|
export declare const mapDataSetScope: (scope: '0' | '1' | '2') => string;
|
|
27
27
|
export declare const getLoadType: (type: string) => "" | "手工录入" | "系统取数" | "运算加工";
|
|
28
28
|
export declare const getUseType: (type: string) => string;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare const REQUEST = "$request";
|
|
2
|
-
export declare const INDICATOR_URL: any;
|
|
3
|
-
export declare const INDICATOR_TOKEN = "INDICATOR_TOKEN";
|
|
4
|
-
export declare const CONTAINER_TYPES: string[];
|
|
5
|
-
export declare const CACHE_STEP = "CACHE_STEP";
|
|
6
|
-
export declare const UPDATE_SNAPSHOT_LIST = "UPDATE_SNAPSHOT_LIST";
|
|
7
|
-
export declare const REQUEST_MODEL = "REQUEST_MODEL";
|
|
8
|
-
export declare const DATA_LIST = "DATA_LIST";
|
|
9
|
-
export declare const SELECTED_COMPONENT = "SELECTED_COMPONENT";
|
|
10
|
-
export declare const GRAPHIC_CONFIG = "GRAPHIC_CONFIG";
|
|
11
|
-
export declare const UPDATE_GRAPHIC_CONFIG = "UPDATE_GRAPHIC_CONFIG";
|
|
12
|
-
export declare const SHOW_STYLE_CONFIG = "SHOW_STYLE_CONFIG";
|
|
13
|
-
export declare const REFRESH_DATA = "REFRESH_DATA";
|
|
14
|
-
export declare const CHARTS_OPTIONS = "CHARTS_OPTIONS";
|
|
15
|
-
export declare const TABLE_OPTIONS = "TABLE_OPTIONS";
|
|
16
|
-
export declare const ZOOM_FONT_SIZE = 18;
|
|
17
|
-
export declare const UPDATE_CHARTS_OPTIONS = "UPDATE_CHARTS_OPTIONS";
|
|
18
|
-
export declare const UPDATE_TABLE_OPTIONS = "UPDATE_TABLE_OPTIONS";
|
|
19
|
-
export declare const SOURCE_TYPE = "SOURCE_TYPE";
|
|
20
|
-
export declare const CHANGE_CONDITION = "CHANGE_CONDITION";
|
|
21
|
-
export declare const DATA_VIEW_COLUMNS = "DATA_VIEW_COLUMNS";
|
|
22
|
-
export declare const RENDER_USED_COMPONENTS = "RENDER_USED_COMPONENTS";
|
|
23
|
-
export declare const UPDATE_USED_COMPONENT = "UPDATE_USED_COMPONENT";
|
|
24
|
-
export declare const MAP_ATTRIBUTE_PROPS = "MAP_ATTRIBUTE_PROPS";
|
|
25
|
-
export declare const PAGE_CONFIG = "PAGE_CONFIG";
|