@ecan-bi/datav 1.0.49 → 1.0.52
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 +305 -234
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +304 -233
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +63 -54
- package/package.json +1 -1
- package/types/_utils/hooks/useValueFormatter.d.ts +1 -1
- package/types/_utils/hooks/useVariablesInText.d.ts +1 -1
- package/types/container/border/Border.vue.d.ts +0 -1
- package/types/container/border/index.d.ts +0 -1
- package/types/container/border/props.d.ts +1 -1
- package/types/container/index.d.ts +1 -0
- package/types/{control → container}/tabs/Tabs.vue.d.ts +0 -0
- package/types/{control → container}/tabs/index.d.ts +0 -0
- package/types/{control → container}/tabs/props.d.ts +0 -0
- package/types/control/button/Button.vue.d.ts +36 -0
- package/types/control/button/index.d.ts +36 -0
- package/types/control/button/props.d.ts +20 -0
- package/types/control/index.d.ts +0 -1
- package/types/graph/bar/Bar.vue.d.ts +194 -129
- package/types/graph/bar/index.d.ts +65 -0
- package/types/graph/bar/props.d.ts +30 -0
- package/types/table/table/Table.vue.d.ts +351 -0
- package/types/table/table/index.d.ts +351 -0
- package/types/table/table/props.d.ts +181 -0
package/dist/style.css
CHANGED
|
@@ -393,30 +393,6 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
393
393
|
justify-content: center;
|
|
394
394
|
align-items: center;
|
|
395
395
|
}
|
|
396
|
-
.ecan-tabs[data-v-42d546a2] {
|
|
397
|
-
display: flex;
|
|
398
|
-
flex-direction: column;
|
|
399
|
-
}
|
|
400
|
-
.tabs-header[data-v-42d546a2] {
|
|
401
|
-
color: #333333;
|
|
402
|
-
display: flex;
|
|
403
|
-
width: 100%;
|
|
404
|
-
padding: 0 12px;
|
|
405
|
-
}
|
|
406
|
-
.tab[data-v-42d546a2] {
|
|
407
|
-
background-size: 100% 100%;
|
|
408
|
-
background-repeat: no-repeat;
|
|
409
|
-
cursor: default;
|
|
410
|
-
}
|
|
411
|
-
.tab-inner[data-v-42d546a2] {
|
|
412
|
-
padding: 12px 0;
|
|
413
|
-
}
|
|
414
|
-
.tab[data-v-42d546a2]:last-child {
|
|
415
|
-
margin-right: 0 !important;
|
|
416
|
-
}
|
|
417
|
-
.tabs-content[data-v-42d546a2] {
|
|
418
|
-
flex: 1;
|
|
419
|
-
}
|
|
420
396
|
.full-modal .ant-modal {
|
|
421
397
|
max-width: 100%;
|
|
422
398
|
top: 0;
|
|
@@ -502,15 +478,15 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
502
478
|
.full-modal .ant-modal-body {
|
|
503
479
|
padding: 45px 30px 0;
|
|
504
480
|
}
|
|
505
|
-
.top-title[data-v-
|
|
506
|
-
.no-title[data-v-
|
|
481
|
+
.top-title[data-v-6e332bd5],
|
|
482
|
+
.no-title[data-v-6e332bd5] {
|
|
507
483
|
position: relative;
|
|
508
484
|
box-sizing: border-box;
|
|
509
485
|
width: 100%;
|
|
510
486
|
height: 100%;
|
|
511
487
|
}
|
|
512
|
-
.top-title .border-item[data-v-
|
|
513
|
-
.no-title .border-item[data-v-
|
|
488
|
+
.top-title .border-item[data-v-6e332bd5],
|
|
489
|
+
.no-title .border-item[data-v-6e332bd5] {
|
|
514
490
|
position: absolute;
|
|
515
491
|
z-index: 2;
|
|
516
492
|
border-color: #50FCFC;
|
|
@@ -518,8 +494,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
518
494
|
width: 13px;
|
|
519
495
|
height: 11px;
|
|
520
496
|
}
|
|
521
|
-
.top-title .top-left[data-v-
|
|
522
|
-
.no-title .top-left[data-v-
|
|
497
|
+
.top-title .top-left[data-v-6e332bd5],
|
|
498
|
+
.no-title .top-left[data-v-6e332bd5] {
|
|
523
499
|
top: 0;
|
|
524
500
|
left: 0;
|
|
525
501
|
border-top-width: 1px;
|
|
@@ -527,8 +503,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
527
503
|
border-bottom-width: 0;
|
|
528
504
|
border-left-width: 1px;
|
|
529
505
|
}
|
|
530
|
-
.top-title .top-right[data-v-
|
|
531
|
-
.no-title .top-right[data-v-
|
|
506
|
+
.top-title .top-right[data-v-6e332bd5],
|
|
507
|
+
.no-title .top-right[data-v-6e332bd5] {
|
|
532
508
|
top: 0;
|
|
533
509
|
right: -2px;
|
|
534
510
|
border-top-width: 1px;
|
|
@@ -536,8 +512,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
536
512
|
border-bottom-width: 0;
|
|
537
513
|
border-left-width: 0;
|
|
538
514
|
}
|
|
539
|
-
.top-title .bottom-left[data-v-
|
|
540
|
-
.no-title .bottom-left[data-v-
|
|
515
|
+
.top-title .bottom-left[data-v-6e332bd5],
|
|
516
|
+
.no-title .bottom-left[data-v-6e332bd5] {
|
|
541
517
|
bottom: -2px;
|
|
542
518
|
left: 0;
|
|
543
519
|
border-top-width: 0;
|
|
@@ -545,8 +521,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
545
521
|
border-bottom-width: 1px;
|
|
546
522
|
border-left-width: 1px;
|
|
547
523
|
}
|
|
548
|
-
.top-title .bottom-right[data-v-
|
|
549
|
-
.no-title .bottom-right[data-v-
|
|
524
|
+
.top-title .bottom-right[data-v-6e332bd5],
|
|
525
|
+
.no-title .bottom-right[data-v-6e332bd5] {
|
|
550
526
|
bottom: -2px;
|
|
551
527
|
right: -2px;
|
|
552
528
|
border-top-width: 0;
|
|
@@ -554,8 +530,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
554
530
|
border-bottom-width: 1px;
|
|
555
531
|
border-left-width: 0;
|
|
556
532
|
}
|
|
557
|
-
.top-title .title-item-wrapper[data-v-
|
|
558
|
-
.no-title .title-item-wrapper[data-v-
|
|
533
|
+
.top-title .title-item-wrapper[data-v-6e332bd5],
|
|
534
|
+
.no-title .title-item-wrapper[data-v-6e332bd5] {
|
|
559
535
|
width: 100%;
|
|
560
536
|
padding: 5px 0;
|
|
561
537
|
background-image: url("data:image/png;base64,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");
|
|
@@ -563,37 +539,37 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
563
539
|
display: grid;
|
|
564
540
|
place-content: center;
|
|
565
541
|
}
|
|
566
|
-
.top-title .title-item[data-v-
|
|
567
|
-
.no-title .title-item[data-v-
|
|
542
|
+
.top-title .title-item[data-v-6e332bd5],
|
|
543
|
+
.no-title .title-item[data-v-6e332bd5] {
|
|
568
544
|
display: flex;
|
|
569
545
|
align-items: center;
|
|
570
546
|
}
|
|
571
|
-
.top-title .title[data-v-
|
|
572
|
-
.no-title .title[data-v-
|
|
547
|
+
.top-title .title[data-v-6e332bd5],
|
|
548
|
+
.no-title .title[data-v-6e332bd5] {
|
|
573
549
|
padding: 0 17px;
|
|
574
550
|
color: #d5fdfd;
|
|
575
551
|
background: linear-gradient(0deg, #01aaff, #00eaff);
|
|
576
552
|
-webkit-background-clip: text;
|
|
577
553
|
-webkit-text-fill-color: transparent;
|
|
578
554
|
}
|
|
579
|
-
.top-title .title-decoration-left[data-v-
|
|
580
|
-
.no-title .title-decoration-left[data-v-
|
|
555
|
+
.top-title .title-decoration-left[data-v-6e332bd5],
|
|
556
|
+
.no-title .title-decoration-left[data-v-6e332bd5] {
|
|
581
557
|
width: 58px;
|
|
582
558
|
height: 14px;
|
|
583
559
|
}
|
|
584
|
-
.top-title .title-decoration-right[data-v-
|
|
585
|
-
.no-title .title-decoration-right[data-v-
|
|
560
|
+
.top-title .title-decoration-right[data-v-6e332bd5],
|
|
561
|
+
.no-title .title-decoration-right[data-v-6e332bd5] {
|
|
586
562
|
width: 58px;
|
|
587
563
|
height: 14px;
|
|
588
564
|
}
|
|
589
|
-
.left-title[data-v-
|
|
565
|
+
.left-title[data-v-6e332bd5] {
|
|
590
566
|
position: relative;
|
|
591
567
|
width: 100%;
|
|
592
568
|
height: 100%;
|
|
593
569
|
border: 2px solid #375A8899;
|
|
594
570
|
border-radius: 0;
|
|
595
571
|
}
|
|
596
|
-
.left-title .title[data-v-
|
|
572
|
+
.left-title .title[data-v-6e332bd5] {
|
|
597
573
|
position: absolute;
|
|
598
574
|
left: -33px;
|
|
599
575
|
top: -14px;
|
|
@@ -608,7 +584,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
608
584
|
font-weight: 500;
|
|
609
585
|
text-align: center;
|
|
610
586
|
}
|
|
611
|
-
.left-title .title span[data-v-
|
|
587
|
+
.left-title .title span[data-v-6e332bd5] {
|
|
612
588
|
writing-mode: vertical-lr;
|
|
613
589
|
}
|
|
614
590
|
.contain[data-v-378919f0] {
|
|
@@ -657,6 +633,30 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
657
633
|
[datav-theme='darkBlue'] .ecan-modal .anticon-close > svg > path {
|
|
658
634
|
fill: #fff;
|
|
659
635
|
}
|
|
636
|
+
.ecan-tabs[data-v-ee8e9884] {
|
|
637
|
+
display: flex;
|
|
638
|
+
flex-direction: column;
|
|
639
|
+
}
|
|
640
|
+
.tabs-header[data-v-ee8e9884] {
|
|
641
|
+
color: #333333;
|
|
642
|
+
display: flex;
|
|
643
|
+
width: 100%;
|
|
644
|
+
padding: 0 12px;
|
|
645
|
+
}
|
|
646
|
+
.tab[data-v-ee8e9884] {
|
|
647
|
+
background-size: 100% 100%;
|
|
648
|
+
background-repeat: no-repeat;
|
|
649
|
+
cursor: default;
|
|
650
|
+
}
|
|
651
|
+
.tab-inner[data-v-ee8e9884] {
|
|
652
|
+
padding: 12px 0;
|
|
653
|
+
}
|
|
654
|
+
.tab[data-v-ee8e9884]:last-child {
|
|
655
|
+
margin-right: 0 !important;
|
|
656
|
+
}
|
|
657
|
+
.tabs-content[data-v-ee8e9884] {
|
|
658
|
+
flex: 1;
|
|
659
|
+
}
|
|
660
660
|
.image-placeholder[data-v-03ae963a] {
|
|
661
661
|
display: grid;
|
|
662
662
|
place-content: center;
|
|
@@ -664,15 +664,16 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
664
664
|
font-size: 16px;
|
|
665
665
|
color: #333;
|
|
666
666
|
}
|
|
667
|
-
.table[data-v-
|
|
667
|
+
.table[data-v-a84f3122] {
|
|
668
668
|
width: 100%;
|
|
669
669
|
}
|
|
670
|
-
.goUp[data-v-
|
|
670
|
+
.goUp[data-v-a84f3122] {
|
|
671
671
|
color: #FF512E;
|
|
672
672
|
display: flex;
|
|
673
673
|
align-items: center;
|
|
674
|
+
justify-content: center;
|
|
674
675
|
}
|
|
675
|
-
.goUp[data-v-
|
|
676
|
+
.goUp[data-v-a84f3122]:before {
|
|
676
677
|
content: '';
|
|
677
678
|
display: block;
|
|
678
679
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD/WzT/WjP/WDD/WzT/WzP/WzT/WzT/WzT/WjT/WzT/WDT/YED/WzT/WzT/WjT/YED/WzT/WzT/WzT/XDT/WzT/WjX/WjP/XDT/XDT/WTL/Tif/WzReH8z5AAAAHHRSTlMA8RgS9W9YHbePZyME5sVjCP7bzcCxgndOQC4GFJJgKwAAAIJJREFUKM+Nkd0OgyAMRjvqcLA53fzXvv9zaokmxq8mnsue5ACFDjiy+XyjLZ7yyK35OxN5mSFZKa2QojEIKRhrZKM0QnsMQxirmJ0kBubTIZvAtUyiFAT4JFoUIYmIotZ5xjDPfyoCAV16nMPdFir8xZ16nM//tePtXw2ODOJY0V0WqQwM2rgKrU0AAAAASUVORK5CYII=");
|
|
@@ -682,12 +683,13 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
682
683
|
background-size: cover;
|
|
683
684
|
margin-right: 2px;
|
|
684
685
|
}
|
|
685
|
-
.goDown[data-v-
|
|
686
|
+
.goDown[data-v-a84f3122] {
|
|
686
687
|
color: #00F7B4;
|
|
687
688
|
display: flex;
|
|
688
689
|
align-items: center;
|
|
690
|
+
justify-content: center;
|
|
689
691
|
}
|
|
690
|
-
.goDown[data-v-
|
|
692
|
+
.goDown[data-v-a84f3122]:before {
|
|
691
693
|
content: '';
|
|
692
694
|
display: block;
|
|
693
695
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAAA+b0A+LwA+L0A/6AA+LwA+L0A+L0A+b0A+LwA/78A+LwA+L0A+LwA+LwA+b0A+LsA970A+LwA+r0A9boA/7YA+LwA+LwA+LwA+L0A97wA+bwA970A970A+bwA+bwA+LsA9rkA+LzcCa+5AAAAInRSTlMAd/uVAvjYxCsiDvPp37F7aWBMNBgK7s/NvKidh4NXUEcdp9A1SAAAAI5JREFUKM+l0UcOwzAMRFGqWZbcW3rl/Q8ZhUGKMN7lLedD4EKUi/3BEIrGsQu432pmPuF+1WnfRNjLipMz7HbHT3cIF9n3BLYSerzAooSgZNcWQiuhIdBI8JQblNISCqXU/BNG/mqzJ+az13MWluIdRspNmgV+Rvc6vkCwPu1uIhQq5o7WDOwtrToG+ssDeh4QPgfT2X0AAAAASUVORK5CYII=");
|
|
@@ -697,6 +699,13 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
697
699
|
background-size: cover;
|
|
698
700
|
margin-right: 2px;
|
|
699
701
|
}
|
|
702
|
+
.action-list[data-v-a84f3122] {
|
|
703
|
+
display: flex;
|
|
704
|
+
width: 100%;
|
|
705
|
+
}
|
|
706
|
+
.action[data-v-a84f3122] {
|
|
707
|
+
flex: 1;
|
|
708
|
+
}
|
|
700
709
|
.ecan-table *::-webkit-scrollbar {
|
|
701
710
|
width: 6px;
|
|
702
711
|
height: 6px;
|
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const useValueFormatter: (formatter
|
|
1
|
+
export declare const useValueFormatter: (formatter?: string, value?: string) => string;
|
|
2
2
|
export default useValueFormatter;
|
|
@@ -320,7 +320,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
320
320
|
height: string;
|
|
321
321
|
}>;
|
|
322
322
|
theme: string;
|
|
323
|
-
onDrag: (e: DragEvent) => void;
|
|
324
323
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
325
324
|
fontSize: {
|
|
326
325
|
type?: undefined;
|
|
@@ -319,7 +319,6 @@ export declare const EcanBorder: import('../../_utils/withInstall').SFCWithInsta
|
|
|
319
319
|
height: string;
|
|
320
320
|
}>;
|
|
321
321
|
theme: string;
|
|
322
|
-
onDrag: (e: DragEvent) => void;
|
|
323
322
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
324
323
|
fontSize: {
|
|
325
324
|
type?: undefined;
|
|
@@ -4,7 +4,7 @@ export interface BorderProps extends Props {
|
|
|
4
4
|
fontFamily: string;
|
|
5
5
|
fontWeight: number;
|
|
6
6
|
title: string;
|
|
7
|
-
mode: '
|
|
7
|
+
mode: 'top-title' | 'no-title' | 'left-top';
|
|
8
8
|
borderColor: string;
|
|
9
9
|
borderRadius: string;
|
|
10
10
|
borderStyle: string;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -54,6 +54,24 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
54
54
|
[key: string]: any;
|
|
55
55
|
} | import('../../_utils/props').RequestParams;
|
|
56
56
|
};
|
|
57
|
+
fontSize: {
|
|
58
|
+
type?: undefined;
|
|
59
|
+
default?: undefined;
|
|
60
|
+
} | {
|
|
61
|
+
type: any;
|
|
62
|
+
default: string | number | boolean | Events | {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
} | import('../../_utils/props').RequestParams;
|
|
65
|
+
};
|
|
66
|
+
fontWeight: {
|
|
67
|
+
type?: undefined;
|
|
68
|
+
default?: undefined;
|
|
69
|
+
} | {
|
|
70
|
+
type: any;
|
|
71
|
+
default: string | number | boolean | Events | {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
} | import('../../_utils/props').RequestParams;
|
|
74
|
+
};
|
|
57
75
|
id: {
|
|
58
76
|
type?: undefined;
|
|
59
77
|
default?: undefined;
|
|
@@ -312,6 +330,24 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
312
330
|
[key: string]: any;
|
|
313
331
|
} | import('../../_utils/props').RequestParams;
|
|
314
332
|
};
|
|
333
|
+
fontSize: {
|
|
334
|
+
type?: undefined;
|
|
335
|
+
default?: undefined;
|
|
336
|
+
} | {
|
|
337
|
+
type: any;
|
|
338
|
+
default: string | number | boolean | Events | {
|
|
339
|
+
[key: string]: any;
|
|
340
|
+
} | import('../../_utils/props').RequestParams;
|
|
341
|
+
};
|
|
342
|
+
fontWeight: {
|
|
343
|
+
type?: undefined;
|
|
344
|
+
default?: undefined;
|
|
345
|
+
} | {
|
|
346
|
+
type: any;
|
|
347
|
+
default: string | number | boolean | Events | {
|
|
348
|
+
[key: string]: any;
|
|
349
|
+
} | import('../../_utils/props').RequestParams;
|
|
350
|
+
};
|
|
315
351
|
id: {
|
|
316
352
|
type?: undefined;
|
|
317
353
|
default?: undefined;
|
|
@@ -53,6 +53,24 @@ export declare const EcanButton: import('../../_utils/withInstall').SFCWithInsta
|
|
|
53
53
|
[key: string]: any;
|
|
54
54
|
} | import("../../_utils/props").RequestParams;
|
|
55
55
|
};
|
|
56
|
+
fontSize: {
|
|
57
|
+
type?: undefined;
|
|
58
|
+
default?: undefined;
|
|
59
|
+
} | {
|
|
60
|
+
type: any;
|
|
61
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
} | import("../../_utils/props").RequestParams;
|
|
64
|
+
};
|
|
65
|
+
fontWeight: {
|
|
66
|
+
type?: undefined;
|
|
67
|
+
default?: undefined;
|
|
68
|
+
} | {
|
|
69
|
+
type: any;
|
|
70
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
} | import("../../_utils/props").RequestParams;
|
|
73
|
+
};
|
|
56
74
|
id: {
|
|
57
75
|
type?: undefined;
|
|
58
76
|
default?: undefined;
|
|
@@ -311,6 +329,24 @@ export declare const EcanButton: import('../../_utils/withInstall').SFCWithInsta
|
|
|
311
329
|
[key: string]: any;
|
|
312
330
|
} | import("../../_utils/props").RequestParams;
|
|
313
331
|
};
|
|
332
|
+
fontSize: {
|
|
333
|
+
type?: undefined;
|
|
334
|
+
default?: undefined;
|
|
335
|
+
} | {
|
|
336
|
+
type: any;
|
|
337
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
338
|
+
[key: string]: any;
|
|
339
|
+
} | import("../../_utils/props").RequestParams;
|
|
340
|
+
};
|
|
341
|
+
fontWeight: {
|
|
342
|
+
type?: undefined;
|
|
343
|
+
default?: undefined;
|
|
344
|
+
} | {
|
|
345
|
+
type: any;
|
|
346
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
347
|
+
[key: string]: any;
|
|
348
|
+
} | import("../../_utils/props").RequestParams;
|
|
349
|
+
};
|
|
314
350
|
id: {
|
|
315
351
|
type?: undefined;
|
|
316
352
|
default?: undefined;
|
|
@@ -6,6 +6,8 @@ export interface ButtonProps extends Props {
|
|
|
6
6
|
shape: 'default' | 'circle' | 'round';
|
|
7
7
|
href: string;
|
|
8
8
|
target: '_self' | '_blank';
|
|
9
|
+
fontSize: string;
|
|
10
|
+
fontWeight: number;
|
|
9
11
|
}
|
|
10
12
|
export declare const buttonProps: ButtonProps;
|
|
11
13
|
export declare const buttonComponentProps: {
|
|
@@ -63,6 +65,24 @@ export declare const buttonComponentProps: {
|
|
|
63
65
|
[key: string]: any;
|
|
64
66
|
} | import('../../_utils/props').RequestParams;
|
|
65
67
|
};
|
|
68
|
+
fontSize: {
|
|
69
|
+
type?: undefined;
|
|
70
|
+
default?: undefined;
|
|
71
|
+
} | {
|
|
72
|
+
type: any;
|
|
73
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
} | import('../../_utils/props').RequestParams;
|
|
76
|
+
};
|
|
77
|
+
fontWeight: {
|
|
78
|
+
type?: undefined;
|
|
79
|
+
default?: undefined;
|
|
80
|
+
} | {
|
|
81
|
+
type: any;
|
|
82
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
} | import('../../_utils/props').RequestParams;
|
|
85
|
+
};
|
|
66
86
|
id: {
|
|
67
87
|
type?: undefined;
|
|
68
88
|
default?: undefined;
|
package/types/control/index.d.ts
CHANGED