@ecan-bi/datav 1.4.35 → 1.4.36
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 +3028 -3015
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +19 -19
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/table/table/Table.vue.d.ts +8 -0
- package/types/table/table/index.d.ts +8 -0
- package/types/table/table/props.d.ts +5 -0
- package/types/text/text/Text.vue.d.ts +8 -0
- package/types/text/text/index.d.ts +8 -0
- package/types/text/text/props.d.ts +5 -0
package/package.json
CHANGED
|
@@ -243,6 +243,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
243
243
|
type?: import("vue").PropType<string>;
|
|
244
244
|
default?: string;
|
|
245
245
|
};
|
|
246
|
+
isTableFill: {
|
|
247
|
+
type?: import("vue").PropType<boolean>;
|
|
248
|
+
default?: boolean;
|
|
249
|
+
};
|
|
246
250
|
id: {
|
|
247
251
|
type?: import("vue").PropType<string>;
|
|
248
252
|
default?: string;
|
|
@@ -669,6 +673,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
669
673
|
type?: import("vue").PropType<string>;
|
|
670
674
|
default?: string;
|
|
671
675
|
};
|
|
676
|
+
isTableFill: {
|
|
677
|
+
type?: import("vue").PropType<boolean>;
|
|
678
|
+
default?: boolean;
|
|
679
|
+
};
|
|
672
680
|
id: {
|
|
673
681
|
type?: import("vue").PropType<string>;
|
|
674
682
|
default?: string;
|
|
@@ -243,6 +243,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
243
243
|
type?: import("vue").PropType<string>;
|
|
244
244
|
default?: string;
|
|
245
245
|
};
|
|
246
|
+
isTableFill: {
|
|
247
|
+
type?: import("vue").PropType<boolean>;
|
|
248
|
+
default?: boolean;
|
|
249
|
+
};
|
|
246
250
|
id: {
|
|
247
251
|
type?: import("vue").PropType<string>;
|
|
248
252
|
default?: string;
|
|
@@ -669,6 +673,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
669
673
|
type?: import("vue").PropType<string>;
|
|
670
674
|
default?: string;
|
|
671
675
|
};
|
|
676
|
+
isTableFill: {
|
|
677
|
+
type?: import("vue").PropType<boolean>;
|
|
678
|
+
default?: boolean;
|
|
679
|
+
};
|
|
672
680
|
id: {
|
|
673
681
|
type?: import("vue").PropType<string>;
|
|
674
682
|
default?: string;
|
|
@@ -66,6 +66,7 @@ export interface TableProps extends Props {
|
|
|
66
66
|
clickTarget: 'row' | 'cell';
|
|
67
67
|
clickTargetColumns: string[];
|
|
68
68
|
linkTextColor: string;
|
|
69
|
+
isTableFill: boolean;
|
|
69
70
|
}
|
|
70
71
|
export declare const tableProps: TableProps;
|
|
71
72
|
export declare const tableComponentProps: {
|
|
@@ -313,6 +314,10 @@ export declare const tableComponentProps: {
|
|
|
313
314
|
type?: import("vue").PropType<string>;
|
|
314
315
|
default?: string;
|
|
315
316
|
};
|
|
317
|
+
isTableFill: {
|
|
318
|
+
type?: import("vue").PropType<boolean>;
|
|
319
|
+
default?: boolean;
|
|
320
|
+
};
|
|
316
321
|
id: {
|
|
317
322
|
type?: import("vue").PropType<string>;
|
|
318
323
|
default?: string;
|
|
@@ -191,6 +191,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
191
191
|
type?: import("vue").PropType<string>;
|
|
192
192
|
default?: string;
|
|
193
193
|
};
|
|
194
|
+
dataSetchecked: {
|
|
195
|
+
type?: import("vue").PropType<boolean>;
|
|
196
|
+
default?: boolean;
|
|
197
|
+
};
|
|
194
198
|
id: {
|
|
195
199
|
type?: import("vue").PropType<string>;
|
|
196
200
|
default?: string;
|
|
@@ -509,6 +513,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
509
513
|
type?: import("vue").PropType<string>;
|
|
510
514
|
default?: string;
|
|
511
515
|
};
|
|
516
|
+
dataSetchecked: {
|
|
517
|
+
type?: import("vue").PropType<boolean>;
|
|
518
|
+
default?: boolean;
|
|
519
|
+
};
|
|
512
520
|
id: {
|
|
513
521
|
type?: import("vue").PropType<string>;
|
|
514
522
|
default?: string;
|
|
@@ -191,6 +191,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
191
191
|
type?: import("vue").PropType<string>;
|
|
192
192
|
default?: string;
|
|
193
193
|
};
|
|
194
|
+
dataSetchecked: {
|
|
195
|
+
type?: import("vue").PropType<boolean>;
|
|
196
|
+
default?: boolean;
|
|
197
|
+
};
|
|
194
198
|
id: {
|
|
195
199
|
type?: import("vue").PropType<string>;
|
|
196
200
|
default?: string;
|
|
@@ -509,6 +513,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
509
513
|
type?: import("vue").PropType<string>;
|
|
510
514
|
default?: string;
|
|
511
515
|
};
|
|
516
|
+
dataSetchecked: {
|
|
517
|
+
type?: import("vue").PropType<boolean>;
|
|
518
|
+
default?: boolean;
|
|
519
|
+
};
|
|
512
520
|
id: {
|
|
513
521
|
type?: import("vue").PropType<string>;
|
|
514
522
|
default?: string;
|
|
@@ -51,6 +51,7 @@ export interface TextProps extends Props {
|
|
|
51
51
|
}[];
|
|
52
52
|
exceedConfig: string;
|
|
53
53
|
targetTemplate: string;
|
|
54
|
+
dataSetchecked: boolean;
|
|
54
55
|
}
|
|
55
56
|
export declare const textProps: TextProps;
|
|
56
57
|
export declare const textComponentProps: {
|
|
@@ -246,6 +247,10 @@ export declare const textComponentProps: {
|
|
|
246
247
|
type?: import("vue").PropType<string>;
|
|
247
248
|
default?: string;
|
|
248
249
|
};
|
|
250
|
+
dataSetchecked: {
|
|
251
|
+
type?: import("vue").PropType<boolean>;
|
|
252
|
+
default?: boolean;
|
|
253
|
+
};
|
|
249
254
|
id: {
|
|
250
255
|
type?: import("vue").PropType<string>;
|
|
251
256
|
default?: string;
|