@ecan-bi/datav 1.1.89 → 1.1.90
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 +2643 -2531
- package/dist/index.umd.js +6 -6
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/common/echarts/Echarts.d.ts +8 -4
- package/types/control/date-picker/DatePicker.vue.d.ts +3 -3
- package/types/control/date-picker/index.d.ts +3 -3
- package/types/control/range-picker/RangePicker.vue.d.ts +6 -6
- package/types/control/range-picker/index.d.ts +6 -6
- package/types/control/tree-select/TreeSelect.vue.d.ts +1 -976
- package/types/control/tree-select/index.d.ts +1 -976
- package/types/graph/bar/Bar.vue.d.ts +6 -5
- package/types/graph/bar/index.d.ts +6 -5
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +6 -5
- package/types/graph/combo-graph/index.d.ts +6 -5
- package/types/graph/line/Line.vue.d.ts +10 -5
- package/types/graph/line/index.d.ts +10 -5
- package/types/graph/pie/Pie.vue.d.ts +3 -2
- package/types/graph/pie/index.d.ts +3 -2
- package/types/graph/scatter/Scatter.vue.d.ts +10 -2
- package/types/graph/scatter/index.d.ts +10 -2
- package/types/table/table/Table.vue.d.ts +5 -5
- package/types/table/table/index.d.ts +5 -5
- package/types/table/table/props.d.ts +2 -2
- package/types/utils/constant.d.ts +1 -0
|
@@ -396,6 +396,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
396
396
|
formatter: (params: any) => string;
|
|
397
397
|
textStyle: {
|
|
398
398
|
color: string;
|
|
399
|
+
fontSize: number;
|
|
399
400
|
};
|
|
400
401
|
};
|
|
401
402
|
legend: {
|
|
@@ -405,13 +406,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
405
406
|
left: "left" | "center" | "right";
|
|
406
407
|
textStyle: {
|
|
407
408
|
color: string;
|
|
409
|
+
fontSize: number;
|
|
408
410
|
};
|
|
409
411
|
};
|
|
410
412
|
xAxis: {
|
|
411
413
|
type: string;
|
|
412
|
-
data: {
|
|
413
|
-
[x: string]: any;
|
|
414
|
-
}[];
|
|
414
|
+
data: {}[];
|
|
415
415
|
inverse: boolean;
|
|
416
416
|
minInterval: number;
|
|
417
417
|
splitLine: {
|
|
@@ -451,6 +451,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
451
451
|
};
|
|
452
452
|
};
|
|
453
453
|
axisLabel: {
|
|
454
|
+
fontSize: number;
|
|
454
455
|
color: string;
|
|
455
456
|
rotate: number;
|
|
456
457
|
width: number;
|
|
@@ -469,8 +470,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
469
470
|
refreshData: () => void;
|
|
470
471
|
click: () => void;
|
|
471
472
|
loading: import("vue").Ref<boolean>;
|
|
472
|
-
|
|
473
|
-
|
|
473
|
+
onClose: () => void;
|
|
474
|
+
ecanModal: import("vue").Ref<any>;
|
|
474
475
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
475
476
|
data: {
|
|
476
477
|
type?: import("vue").PropType<Data>;
|
|
@@ -395,6 +395,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
395
395
|
formatter: (params: any) => string;
|
|
396
396
|
textStyle: {
|
|
397
397
|
color: string;
|
|
398
|
+
fontSize: number;
|
|
398
399
|
};
|
|
399
400
|
};
|
|
400
401
|
legend: {
|
|
@@ -404,13 +405,12 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
404
405
|
left: "left" | "center" | "right";
|
|
405
406
|
textStyle: {
|
|
406
407
|
color: string;
|
|
408
|
+
fontSize: number;
|
|
407
409
|
};
|
|
408
410
|
};
|
|
409
411
|
xAxis: {
|
|
410
412
|
type: string;
|
|
411
|
-
data: {
|
|
412
|
-
[x: string]: any;
|
|
413
|
-
}[];
|
|
413
|
+
data: {}[];
|
|
414
414
|
inverse: boolean;
|
|
415
415
|
minInterval: number;
|
|
416
416
|
splitLine: {
|
|
@@ -450,6 +450,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
450
450
|
};
|
|
451
451
|
};
|
|
452
452
|
axisLabel: {
|
|
453
|
+
fontSize: number;
|
|
453
454
|
color: string;
|
|
454
455
|
rotate: number;
|
|
455
456
|
width: number;
|
|
@@ -468,8 +469,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
468
469
|
refreshData: () => void;
|
|
469
470
|
click: () => void;
|
|
470
471
|
loading: import("vue").Ref<boolean>;
|
|
471
|
-
|
|
472
|
-
|
|
472
|
+
onClose: () => void;
|
|
473
|
+
ecanModal: import("vue").Ref<any>;
|
|
473
474
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
474
475
|
data: {
|
|
475
476
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -378,6 +378,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
378
378
|
left: "left" | "center" | "right";
|
|
379
379
|
textStyle: {
|
|
380
380
|
color: string;
|
|
381
|
+
fontSize: number;
|
|
381
382
|
};
|
|
382
383
|
};
|
|
383
384
|
tooltip: {
|
|
@@ -386,14 +387,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
386
387
|
formatter: (params: any) => string;
|
|
387
388
|
textStyle: {
|
|
388
389
|
color: string;
|
|
390
|
+
fontSize: number;
|
|
389
391
|
};
|
|
390
392
|
};
|
|
391
393
|
xAxis: {
|
|
392
394
|
minInterval: number;
|
|
393
395
|
type: string;
|
|
394
|
-
data: {
|
|
395
|
-
[x: string]: any;
|
|
396
|
-
}[];
|
|
396
|
+
data: {}[];
|
|
397
397
|
splitLine: {
|
|
398
398
|
show: boolean;
|
|
399
399
|
lineStyle: {
|
|
@@ -426,6 +426,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
426
426
|
};
|
|
427
427
|
};
|
|
428
428
|
axisLabel: {
|
|
429
|
+
fontSize: number;
|
|
429
430
|
color: string;
|
|
430
431
|
formatter(value: string): string;
|
|
431
432
|
};
|
|
@@ -441,8 +442,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
441
442
|
}>;
|
|
442
443
|
click: () => void;
|
|
443
444
|
loading: import("vue").Ref<boolean>;
|
|
444
|
-
|
|
445
|
-
|
|
445
|
+
onClose: () => void;
|
|
446
|
+
ecanModal: import("vue").Ref<any>;
|
|
446
447
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
447
448
|
data: {
|
|
448
449
|
type?: import("vue").PropType<import('../../utils/props').Data>;
|
|
@@ -377,6 +377,7 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
377
377
|
left: "left" | "center" | "right";
|
|
378
378
|
textStyle: {
|
|
379
379
|
color: string;
|
|
380
|
+
fontSize: number;
|
|
380
381
|
};
|
|
381
382
|
};
|
|
382
383
|
tooltip: {
|
|
@@ -385,14 +386,13 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
385
386
|
formatter: (params: any) => string;
|
|
386
387
|
textStyle: {
|
|
387
388
|
color: string;
|
|
389
|
+
fontSize: number;
|
|
388
390
|
};
|
|
389
391
|
};
|
|
390
392
|
xAxis: {
|
|
391
393
|
minInterval: number;
|
|
392
394
|
type: string;
|
|
393
|
-
data: {
|
|
394
|
-
[x: string]: any;
|
|
395
|
-
}[];
|
|
395
|
+
data: {}[];
|
|
396
396
|
splitLine: {
|
|
397
397
|
show: boolean;
|
|
398
398
|
lineStyle: {
|
|
@@ -425,6 +425,7 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
425
425
|
};
|
|
426
426
|
};
|
|
427
427
|
axisLabel: {
|
|
428
|
+
fontSize: number;
|
|
428
429
|
color: string;
|
|
429
430
|
formatter(value: string): string;
|
|
430
431
|
};
|
|
@@ -440,8 +441,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
440
441
|
}>;
|
|
441
442
|
click: () => void;
|
|
442
443
|
loading: import("vue").Ref<boolean>;
|
|
443
|
-
|
|
444
|
-
|
|
444
|
+
onClose: () => void;
|
|
445
|
+
ecanModal: import("vue").Ref<any>;
|
|
445
446
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
446
447
|
data: {
|
|
447
448
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -369,14 +369,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
369
369
|
color: string[];
|
|
370
370
|
tooltip: {
|
|
371
371
|
trigger: string;
|
|
372
|
+
textStyle: {
|
|
373
|
+
fontSize: number;
|
|
374
|
+
};
|
|
372
375
|
show: boolean;
|
|
373
376
|
formatter: (params: any) => string;
|
|
374
377
|
};
|
|
375
378
|
xAxis: {
|
|
376
379
|
type: string;
|
|
377
|
-
data: {
|
|
378
|
-
[x: string]: any;
|
|
379
|
-
}[];
|
|
380
|
+
data: {}[];
|
|
380
381
|
minInterval: number;
|
|
381
382
|
splitLine: {
|
|
382
383
|
show: boolean;
|
|
@@ -411,6 +412,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
411
412
|
};
|
|
412
413
|
};
|
|
413
414
|
axisLabel: {
|
|
415
|
+
fontSize: number;
|
|
414
416
|
color: string;
|
|
415
417
|
formatter(value: string): string;
|
|
416
418
|
};
|
|
@@ -425,6 +427,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
425
427
|
orient: string;
|
|
426
428
|
top: string;
|
|
427
429
|
left: string;
|
|
430
|
+
textStyle: {
|
|
431
|
+
fontSize: number;
|
|
432
|
+
};
|
|
428
433
|
};
|
|
429
434
|
series: {
|
|
430
435
|
[x: string]: any;
|
|
@@ -433,8 +438,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
433
438
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
434
439
|
click: () => void;
|
|
435
440
|
loading: import("vue").Ref<boolean>;
|
|
436
|
-
|
|
437
|
-
|
|
441
|
+
onClose: () => void;
|
|
442
|
+
ecanModal: import("vue").Ref<any>;
|
|
438
443
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
439
444
|
id: {
|
|
440
445
|
type?: import("vue").PropType<string>;
|
|
@@ -369,14 +369,15 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
369
369
|
color: string[];
|
|
370
370
|
tooltip: {
|
|
371
371
|
trigger: string;
|
|
372
|
+
textStyle: {
|
|
373
|
+
fontSize: number;
|
|
374
|
+
};
|
|
372
375
|
show: boolean;
|
|
373
376
|
formatter: (params: any) => string;
|
|
374
377
|
};
|
|
375
378
|
xAxis: {
|
|
376
379
|
type: string;
|
|
377
|
-
data: {
|
|
378
|
-
[x: string]: any;
|
|
379
|
-
}[];
|
|
380
|
+
data: {}[];
|
|
380
381
|
minInterval: number;
|
|
381
382
|
splitLine: {
|
|
382
383
|
show: boolean;
|
|
@@ -411,6 +412,7 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
411
412
|
};
|
|
412
413
|
};
|
|
413
414
|
axisLabel: {
|
|
415
|
+
fontSize: number;
|
|
414
416
|
color: string;
|
|
415
417
|
formatter(value: string): string;
|
|
416
418
|
};
|
|
@@ -425,6 +427,9 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
425
427
|
orient: string;
|
|
426
428
|
top: string;
|
|
427
429
|
left: string;
|
|
430
|
+
textStyle: {
|
|
431
|
+
fontSize: number;
|
|
432
|
+
};
|
|
428
433
|
};
|
|
429
434
|
series: {
|
|
430
435
|
[x: string]: any;
|
|
@@ -433,8 +438,8 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
433
438
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
434
439
|
click: () => void;
|
|
435
440
|
loading: import("vue").Ref<boolean>;
|
|
436
|
-
|
|
437
|
-
|
|
441
|
+
onClose: () => void;
|
|
442
|
+
ecanModal: import("vue").Ref<any>;
|
|
438
443
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
439
444
|
id: {
|
|
440
445
|
type?: import("vue").PropType<string>;
|
|
@@ -352,6 +352,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
352
352
|
left: "left" | "center" | "right";
|
|
353
353
|
textStyle: {
|
|
354
354
|
color: string;
|
|
355
|
+
fontSize: number;
|
|
355
356
|
};
|
|
356
357
|
};
|
|
357
358
|
color: string[];
|
|
@@ -387,9 +388,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
387
388
|
}>;
|
|
388
389
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
389
390
|
click: () => void;
|
|
391
|
+
onClose: () => void;
|
|
390
392
|
loading: import("vue").Ref<boolean>;
|
|
391
|
-
|
|
392
|
-
hideModal: () => void;
|
|
393
|
+
ecanModal: import("vue").Ref<any>;
|
|
393
394
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
394
395
|
data: {
|
|
395
396
|
type?: import("vue").PropType<import('../../utils/props').Data>;
|
|
@@ -351,6 +351,7 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
351
351
|
left: "left" | "center" | "right";
|
|
352
352
|
textStyle: {
|
|
353
353
|
color: string;
|
|
354
|
+
fontSize: number;
|
|
354
355
|
};
|
|
355
356
|
};
|
|
356
357
|
color: string[];
|
|
@@ -386,9 +387,9 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
386
387
|
}>;
|
|
387
388
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
388
389
|
click: () => void;
|
|
390
|
+
onClose: () => void;
|
|
389
391
|
loading: import("vue").Ref<boolean>;
|
|
390
|
-
|
|
391
|
-
hideModal: () => void;
|
|
392
|
+
ecanModal: import("vue").Ref<any>;
|
|
392
393
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
393
394
|
data: {
|
|
394
395
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -335,6 +335,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
335
335
|
};
|
|
336
336
|
};
|
|
337
337
|
axisLabel: {
|
|
338
|
+
fontSize: number;
|
|
338
339
|
color: string;
|
|
339
340
|
interval: number;
|
|
340
341
|
rotate: number;
|
|
@@ -359,6 +360,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
359
360
|
};
|
|
360
361
|
};
|
|
361
362
|
axisLabel: {
|
|
363
|
+
fontSize: number;
|
|
362
364
|
color: string;
|
|
363
365
|
formatter(value: string): string;
|
|
364
366
|
};
|
|
@@ -375,12 +377,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
375
377
|
axisPointer: {
|
|
376
378
|
type: string;
|
|
377
379
|
};
|
|
380
|
+
textStyle: {
|
|
381
|
+
fontSize: number;
|
|
382
|
+
};
|
|
378
383
|
};
|
|
379
384
|
legend: {
|
|
380
385
|
show: boolean;
|
|
381
386
|
orient: "horizontal" | "vertical";
|
|
382
387
|
top: "top" | "bottom" | "middle";
|
|
383
388
|
left: "left" | "center" | "right";
|
|
389
|
+
textStyle: {
|
|
390
|
+
fontSize: number;
|
|
391
|
+
};
|
|
384
392
|
};
|
|
385
393
|
series: {
|
|
386
394
|
data: {
|
|
@@ -393,8 +401,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
393
401
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
394
402
|
click: () => void;
|
|
395
403
|
loading: import("vue").Ref<boolean>;
|
|
396
|
-
|
|
397
|
-
|
|
404
|
+
onClose: () => void;
|
|
405
|
+
ecanModal: import("vue").Ref<any>;
|
|
398
406
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
399
407
|
data: {
|
|
400
408
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -335,6 +335,7 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
335
335
|
};
|
|
336
336
|
};
|
|
337
337
|
axisLabel: {
|
|
338
|
+
fontSize: number;
|
|
338
339
|
color: string;
|
|
339
340
|
interval: number;
|
|
340
341
|
rotate: number;
|
|
@@ -359,6 +360,7 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
359
360
|
};
|
|
360
361
|
};
|
|
361
362
|
axisLabel: {
|
|
363
|
+
fontSize: number;
|
|
362
364
|
color: string;
|
|
363
365
|
formatter(value: string): string;
|
|
364
366
|
};
|
|
@@ -375,12 +377,18 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
375
377
|
axisPointer: {
|
|
376
378
|
type: string;
|
|
377
379
|
};
|
|
380
|
+
textStyle: {
|
|
381
|
+
fontSize: number;
|
|
382
|
+
};
|
|
378
383
|
};
|
|
379
384
|
legend: {
|
|
380
385
|
show: boolean;
|
|
381
386
|
orient: "horizontal" | "vertical";
|
|
382
387
|
top: "top" | "bottom" | "middle";
|
|
383
388
|
left: "left" | "center" | "right";
|
|
389
|
+
textStyle: {
|
|
390
|
+
fontSize: number;
|
|
391
|
+
};
|
|
384
392
|
};
|
|
385
393
|
series: {
|
|
386
394
|
data: {
|
|
@@ -393,8 +401,8 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
393
401
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
394
402
|
click: () => void;
|
|
395
403
|
loading: import("vue").Ref<boolean>;
|
|
396
|
-
|
|
397
|
-
|
|
404
|
+
onClose: () => void;
|
|
405
|
+
ecanModal: import("vue").Ref<any>;
|
|
398
406
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
399
407
|
data: {
|
|
400
408
|
type?: import("vue").PropType<import("../../utils/props").Data>;
|
|
@@ -40,8 +40,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
40
40
|
default?: boolean;
|
|
41
41
|
};
|
|
42
42
|
paginationPosition: {
|
|
43
|
-
type?: import("vue").PropType<"
|
|
44
|
-
default?: "
|
|
43
|
+
type?: import("vue").PropType<"topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight">;
|
|
44
|
+
default?: "topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight";
|
|
45
45
|
};
|
|
46
46
|
simple: {
|
|
47
47
|
type?: import("vue").PropType<boolean>;
|
|
@@ -216,7 +216,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
216
216
|
};
|
|
217
217
|
pagination: import("vue").ComputedRef<{
|
|
218
218
|
simple: boolean;
|
|
219
|
-
position: ("
|
|
219
|
+
position: ("topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight")[];
|
|
220
220
|
total: number;
|
|
221
221
|
current: number;
|
|
222
222
|
pageSize: number;
|
|
@@ -291,8 +291,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
291
291
|
default?: boolean;
|
|
292
292
|
};
|
|
293
293
|
paginationPosition: {
|
|
294
|
-
type?: import("vue").PropType<"
|
|
295
|
-
default?: "
|
|
294
|
+
type?: import("vue").PropType<"topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight">;
|
|
295
|
+
default?: "topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight";
|
|
296
296
|
};
|
|
297
297
|
simple: {
|
|
298
298
|
type?: import("vue").PropType<boolean>;
|
|
@@ -40,8 +40,8 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
40
40
|
default?: boolean;
|
|
41
41
|
};
|
|
42
42
|
paginationPosition: {
|
|
43
|
-
type?: import("vue").PropType<"
|
|
44
|
-
default?: "
|
|
43
|
+
type?: import("vue").PropType<"topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight">;
|
|
44
|
+
default?: "topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight";
|
|
45
45
|
};
|
|
46
46
|
simple: {
|
|
47
47
|
type?: import("vue").PropType<boolean>;
|
|
@@ -216,7 +216,7 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
216
216
|
};
|
|
217
217
|
pagination: import("vue").ComputedRef<{
|
|
218
218
|
simple: boolean;
|
|
219
|
-
position: ("
|
|
219
|
+
position: ("topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight")[];
|
|
220
220
|
total: number;
|
|
221
221
|
current: number;
|
|
222
222
|
pageSize: number;
|
|
@@ -291,8 +291,8 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
291
291
|
default?: boolean;
|
|
292
292
|
};
|
|
293
293
|
paginationPosition: {
|
|
294
|
-
type?: import("vue").PropType<"
|
|
295
|
-
default?: "
|
|
294
|
+
type?: import("vue").PropType<"topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight">;
|
|
295
|
+
default?: "topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight";
|
|
296
296
|
};
|
|
297
297
|
simple: {
|
|
298
298
|
type?: import("vue").PropType<boolean>;
|
|
@@ -77,8 +77,8 @@ export declare const tableComponentProps: {
|
|
|
77
77
|
default?: boolean;
|
|
78
78
|
};
|
|
79
79
|
paginationPosition: {
|
|
80
|
-
type?: import("vue").PropType<"
|
|
81
|
-
default?: "
|
|
80
|
+
type?: import("vue").PropType<"topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight">;
|
|
81
|
+
default?: "topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight";
|
|
82
82
|
};
|
|
83
83
|
simple: {
|
|
84
84
|
type?: import("vue").PropType<boolean>;
|
|
@@ -5,6 +5,7 @@ export declare const REQUEST_MODEL = "REQUEST_MODEL";
|
|
|
5
5
|
export declare const GLOBAL_TOKEN = "GLOBAL_TOKEN";
|
|
6
6
|
export declare const REFRESH_PAGE = "REFRESH_PAGE";
|
|
7
7
|
export declare const MODAL_MODEL = "MODAL_MODEL";
|
|
8
|
+
export declare const ZOOM_FONT_SIZE = 18;
|
|
8
9
|
export declare const INDICATOR_URL: any;
|
|
9
10
|
export declare const UPLOAD_PATH: any;
|
|
10
11
|
export declare const BASE_URL: any;
|