@ecan-bi/datav 1.1.9 → 1.1.10
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 +7 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +7 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +12 -1
- package/package.json +1 -1
- package/types/graph/bar/Bar.vue.d.ts +56 -0
- package/types/graph/bar/index.d.ts +56 -0
- package/types/graph/bar/props.d.ts +30 -0
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.1.
|
|
1
|
+
/*! @ecan-bi/datav@1.1.10 */
|
|
2
2
|
x-vue-echarts{display:block;width:100%;height:100%}
|
|
3
3
|
.spin-wrapper {
|
|
4
4
|
position: relative;
|
|
@@ -186,6 +186,17 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
186
186
|
width: 100%;
|
|
187
187
|
height: 100%;
|
|
188
188
|
}
|
|
189
|
+
[datav-theme='light'] .ecan-input .ant-input {
|
|
190
|
+
color: rgba(0, 0, 0, 0.65);
|
|
191
|
+
background-color: #ffffff;
|
|
192
|
+
border: 1px solid #d9d9d9;
|
|
193
|
+
}
|
|
194
|
+
[datav-theme='darkBlue'] .ecan-input .ant-input {
|
|
195
|
+
border: 1px solid #1f63a3;
|
|
196
|
+
background-color: #05164c;
|
|
197
|
+
box-shadow: inset 0 0 10px #005efe;
|
|
198
|
+
color: #ffffff;
|
|
199
|
+
}
|
|
189
200
|
.ecan-date-picker .date-picker {
|
|
190
201
|
width: 100%;
|
|
191
202
|
height: 100%;
|
package/package.json
CHANGED
|
@@ -770,6 +770,34 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
770
770
|
layer: "2";
|
|
771
771
|
};
|
|
772
772
|
};
|
|
773
|
+
labelPosition: {
|
|
774
|
+
type?: undefined;
|
|
775
|
+
default?: undefined;
|
|
776
|
+
} | {
|
|
777
|
+
type: any;
|
|
778
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
779
|
+
[key: string]: any;
|
|
780
|
+
} | import('../../utils/props').RequestParams | {
|
|
781
|
+
[key: string]: any;
|
|
782
|
+
chartType: "bar";
|
|
783
|
+
plugin: "1";
|
|
784
|
+
layer: "2";
|
|
785
|
+
};
|
|
786
|
+
};
|
|
787
|
+
labelColor: {
|
|
788
|
+
type?: undefined;
|
|
789
|
+
default?: undefined;
|
|
790
|
+
} | {
|
|
791
|
+
type: any;
|
|
792
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
793
|
+
[key: string]: any;
|
|
794
|
+
} | import('../../utils/props').RequestParams | {
|
|
795
|
+
[key: string]: any;
|
|
796
|
+
chartType: "bar";
|
|
797
|
+
plugin: "1";
|
|
798
|
+
layer: "2";
|
|
799
|
+
};
|
|
800
|
+
};
|
|
773
801
|
id: {
|
|
774
802
|
type?: undefined;
|
|
775
803
|
default?: undefined;
|
|
@@ -2044,6 +2072,34 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2044
2072
|
layer: "2";
|
|
2045
2073
|
};
|
|
2046
2074
|
};
|
|
2075
|
+
labelPosition: {
|
|
2076
|
+
type?: undefined;
|
|
2077
|
+
default?: undefined;
|
|
2078
|
+
} | {
|
|
2079
|
+
type: any;
|
|
2080
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
2081
|
+
[key: string]: any;
|
|
2082
|
+
} | import('../../utils/props').RequestParams | {
|
|
2083
|
+
[key: string]: any;
|
|
2084
|
+
chartType: "bar";
|
|
2085
|
+
plugin: "1";
|
|
2086
|
+
layer: "2";
|
|
2087
|
+
};
|
|
2088
|
+
};
|
|
2089
|
+
labelColor: {
|
|
2090
|
+
type?: undefined;
|
|
2091
|
+
default?: undefined;
|
|
2092
|
+
} | {
|
|
2093
|
+
type: any;
|
|
2094
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
2095
|
+
[key: string]: any;
|
|
2096
|
+
} | import('../../utils/props').RequestParams | {
|
|
2097
|
+
[key: string]: any;
|
|
2098
|
+
chartType: "bar";
|
|
2099
|
+
plugin: "1";
|
|
2100
|
+
layer: "2";
|
|
2101
|
+
};
|
|
2102
|
+
};
|
|
2047
2103
|
id: {
|
|
2048
2104
|
type?: undefined;
|
|
2049
2105
|
default?: undefined;
|
|
@@ -769,6 +769,34 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
769
769
|
layer: "2";
|
|
770
770
|
};
|
|
771
771
|
};
|
|
772
|
+
labelPosition: {
|
|
773
|
+
type?: undefined;
|
|
774
|
+
default?: undefined;
|
|
775
|
+
} | {
|
|
776
|
+
type: any;
|
|
777
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
778
|
+
[key: string]: any;
|
|
779
|
+
} | import("../../utils/props").RequestParams | {
|
|
780
|
+
[key: string]: any;
|
|
781
|
+
chartType: "bar";
|
|
782
|
+
plugin: "1";
|
|
783
|
+
layer: "2";
|
|
784
|
+
};
|
|
785
|
+
};
|
|
786
|
+
labelColor: {
|
|
787
|
+
type?: undefined;
|
|
788
|
+
default?: undefined;
|
|
789
|
+
} | {
|
|
790
|
+
type: any;
|
|
791
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
792
|
+
[key: string]: any;
|
|
793
|
+
} | import("../../utils/props").RequestParams | {
|
|
794
|
+
[key: string]: any;
|
|
795
|
+
chartType: "bar";
|
|
796
|
+
plugin: "1";
|
|
797
|
+
layer: "2";
|
|
798
|
+
};
|
|
799
|
+
};
|
|
772
800
|
id: {
|
|
773
801
|
type?: undefined;
|
|
774
802
|
default?: undefined;
|
|
@@ -2043,6 +2071,34 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
2043
2071
|
layer: "2";
|
|
2044
2072
|
};
|
|
2045
2073
|
};
|
|
2074
|
+
labelPosition: {
|
|
2075
|
+
type?: undefined;
|
|
2076
|
+
default?: undefined;
|
|
2077
|
+
} | {
|
|
2078
|
+
type: any;
|
|
2079
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2080
|
+
[key: string]: any;
|
|
2081
|
+
} | import("../../utils/props").RequestParams | {
|
|
2082
|
+
[key: string]: any;
|
|
2083
|
+
chartType: "bar";
|
|
2084
|
+
plugin: "1";
|
|
2085
|
+
layer: "2";
|
|
2086
|
+
};
|
|
2087
|
+
};
|
|
2088
|
+
labelColor: {
|
|
2089
|
+
type?: undefined;
|
|
2090
|
+
default?: undefined;
|
|
2091
|
+
} | {
|
|
2092
|
+
type: any;
|
|
2093
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2094
|
+
[key: string]: any;
|
|
2095
|
+
} | import("../../utils/props").RequestParams | {
|
|
2096
|
+
[key: string]: any;
|
|
2097
|
+
chartType: "bar";
|
|
2098
|
+
plugin: "1";
|
|
2099
|
+
layer: "2";
|
|
2100
|
+
};
|
|
2101
|
+
};
|
|
2046
2102
|
id: {
|
|
2047
2103
|
type?: undefined;
|
|
2048
2104
|
default?: undefined;
|
|
@@ -60,6 +60,8 @@ export interface BarProps extends Props {
|
|
|
60
60
|
isStack: boolean;
|
|
61
61
|
labelShow: boolean;
|
|
62
62
|
labelFontSize: string;
|
|
63
|
+
labelPosition: 'inside' | 'top' | 'bottom' | 'right' | 'left';
|
|
64
|
+
labelColor: string;
|
|
63
65
|
}
|
|
64
66
|
export declare const barProps: BarProps;
|
|
65
67
|
export declare const barComponentProps: {
|
|
@@ -833,6 +835,34 @@ export declare const barComponentProps: {
|
|
|
833
835
|
layer: '2';
|
|
834
836
|
};
|
|
835
837
|
};
|
|
838
|
+
labelPosition: {
|
|
839
|
+
type?: undefined;
|
|
840
|
+
default?: undefined;
|
|
841
|
+
} | {
|
|
842
|
+
type: any;
|
|
843
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
844
|
+
[key: string]: any;
|
|
845
|
+
} | import('../../utils/props').RequestParams | {
|
|
846
|
+
[key: string]: any;
|
|
847
|
+
chartType: 'bar';
|
|
848
|
+
plugin: '1';
|
|
849
|
+
layer: '2';
|
|
850
|
+
};
|
|
851
|
+
};
|
|
852
|
+
labelColor: {
|
|
853
|
+
type?: undefined;
|
|
854
|
+
default?: undefined;
|
|
855
|
+
} | {
|
|
856
|
+
type: any;
|
|
857
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
858
|
+
[key: string]: any;
|
|
859
|
+
} | import('../../utils/props').RequestParams | {
|
|
860
|
+
[key: string]: any;
|
|
861
|
+
chartType: 'bar';
|
|
862
|
+
plugin: '1';
|
|
863
|
+
layer: '2';
|
|
864
|
+
};
|
|
865
|
+
};
|
|
836
866
|
id: {
|
|
837
867
|
type?: undefined;
|
|
838
868
|
default?: undefined;
|