@ecan-bi/datav 1.0.44 → 1.0.47
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 +31 -17
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +31 -17
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +15 -15
- package/package.json +1 -1
- package/types/control/tabs/Tabs.vue.d.ts +0 -14
- package/types/control/tabs/index.d.ts +0 -14
- package/types/control/tabs/props.d.ts +0 -8
package/dist/style.css
CHANGED
|
@@ -23,10 +23,10 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
23
23
|
overflow: hidden;
|
|
24
24
|
background-size: cover;
|
|
25
25
|
}
|
|
26
|
-
.skeleton-wrapper[data-v-
|
|
26
|
+
.skeleton-wrapper[data-v-9526cadc] {
|
|
27
27
|
overflow: hidden;
|
|
28
28
|
}
|
|
29
|
-
.ecan-text[data-v-
|
|
29
|
+
.ecan-text[data-v-9526cadc] {
|
|
30
30
|
overflow: hidden;
|
|
31
31
|
display: flex;
|
|
32
32
|
}
|
|
@@ -171,14 +171,14 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
171
171
|
[datav-theme='darkBlue'] .ecan-list .empty {
|
|
172
172
|
color: #ffffff;
|
|
173
173
|
}
|
|
174
|
-
.ecan-proportion[data-v-
|
|
174
|
+
.ecan-proportion[data-v-8be86ed2] {
|
|
175
175
|
overflow: hidden;
|
|
176
176
|
}
|
|
177
|
-
.progress[data-v-
|
|
177
|
+
.progress[data-v-8be86ed2] {
|
|
178
178
|
width: 100%;
|
|
179
179
|
height: 100%;
|
|
180
180
|
}
|
|
181
|
-
.format[data-v-
|
|
181
|
+
.format[data-v-8be86ed2] {
|
|
182
182
|
margin: 0 auto;
|
|
183
183
|
}
|
|
184
184
|
.input[data-v-506cf42a] {
|
|
@@ -393,28 +393,28 @@ 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-
|
|
396
|
+
.ecan-tabs[data-v-55d33fb6] {
|
|
397
397
|
display: flex;
|
|
398
398
|
flex-direction: column;
|
|
399
|
-
width: 100%;
|
|
400
399
|
}
|
|
401
|
-
.tabs-header[data-v-
|
|
400
|
+
.tabs-header[data-v-55d33fb6] {
|
|
402
401
|
color: #333333;
|
|
403
402
|
display: flex;
|
|
404
403
|
width: 100%;
|
|
405
404
|
}
|
|
406
|
-
.tab[data-v-
|
|
407
|
-
display: flex;
|
|
408
|
-
flex: 1;
|
|
409
|
-
justify-content: center;
|
|
410
|
-
align-items: center;
|
|
405
|
+
.tab[data-v-55d33fb6] {
|
|
411
406
|
background-size: 100% 100%;
|
|
412
407
|
background-repeat: no-repeat;
|
|
408
|
+
padding: 0 12px;
|
|
409
|
+
cursor: default;
|
|
410
|
+
}
|
|
411
|
+
.tab-inner[data-v-55d33fb6] {
|
|
412
|
+
padding: 12px 0;
|
|
413
413
|
}
|
|
414
|
-
.tab[data-v-
|
|
414
|
+
.tab[data-v-55d33fb6]:last-child {
|
|
415
415
|
margin-right: 0 !important;
|
|
416
416
|
}
|
|
417
|
-
.tabs-content[data-v-
|
|
417
|
+
.tabs-content[data-v-55d33fb6] {
|
|
418
418
|
flex: 1;
|
|
419
419
|
}
|
|
420
420
|
.full-modal .ant-modal {
|
package/package.json
CHANGED
|
@@ -62,13 +62,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
62
62
|
type: any;
|
|
63
63
|
default: any;
|
|
64
64
|
};
|
|
65
|
-
tabHeight: {
|
|
66
|
-
type?: undefined;
|
|
67
|
-
default?: undefined;
|
|
68
|
-
} | {
|
|
69
|
-
type: any;
|
|
70
|
-
default: any;
|
|
71
|
-
};
|
|
72
65
|
activeKey: {
|
|
73
66
|
type?: undefined;
|
|
74
67
|
default?: undefined;
|
|
@@ -310,13 +303,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
310
303
|
type: any;
|
|
311
304
|
default: any;
|
|
312
305
|
};
|
|
313
|
-
tabHeight: {
|
|
314
|
-
type?: undefined;
|
|
315
|
-
default?: undefined;
|
|
316
|
-
} | {
|
|
317
|
-
type: any;
|
|
318
|
-
default: any;
|
|
319
|
-
};
|
|
320
306
|
activeKey: {
|
|
321
307
|
type?: undefined;
|
|
322
308
|
default?: undefined;
|
|
@@ -62,13 +62,6 @@ export declare const EcanTabs: import("../../_utils/withInstall").SFCWithInstall
|
|
|
62
62
|
type: any;
|
|
63
63
|
default: any;
|
|
64
64
|
};
|
|
65
|
-
tabHeight: {
|
|
66
|
-
type?: undefined;
|
|
67
|
-
default?: undefined;
|
|
68
|
-
} | {
|
|
69
|
-
type: any;
|
|
70
|
-
default: any;
|
|
71
|
-
};
|
|
72
65
|
activeKey: {
|
|
73
66
|
type?: undefined;
|
|
74
67
|
default?: undefined;
|
|
@@ -310,13 +303,6 @@ export declare const EcanTabs: import("../../_utils/withInstall").SFCWithInstall
|
|
|
310
303
|
type: any;
|
|
311
304
|
default: any;
|
|
312
305
|
};
|
|
313
|
-
tabHeight: {
|
|
314
|
-
type?: undefined;
|
|
315
|
-
default?: undefined;
|
|
316
|
-
} | {
|
|
317
|
-
type: any;
|
|
318
|
-
default: any;
|
|
319
|
-
};
|
|
320
306
|
activeKey: {
|
|
321
307
|
type?: undefined;
|
|
322
308
|
default?: undefined;
|
|
@@ -11,7 +11,6 @@ export interface TabsProps extends Props {
|
|
|
11
11
|
tabBarGutter: string;
|
|
12
12
|
activeTabBackgroundImage: any;
|
|
13
13
|
value: string;
|
|
14
|
-
tabHeight: string;
|
|
15
14
|
activeKey: number;
|
|
16
15
|
contains: string[];
|
|
17
16
|
}
|
|
@@ -80,13 +79,6 @@ export declare const tabsComponentProps: {
|
|
|
80
79
|
type: any;
|
|
81
80
|
default: any;
|
|
82
81
|
};
|
|
83
|
-
tabHeight: {
|
|
84
|
-
type?: undefined;
|
|
85
|
-
default?: undefined;
|
|
86
|
-
} | {
|
|
87
|
-
type: any;
|
|
88
|
-
default: any;
|
|
89
|
-
};
|
|
90
82
|
activeKey: {
|
|
91
83
|
type?: undefined;
|
|
92
84
|
default?: undefined;
|