@ecan-bi/datav 1.4.34 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.4.34",
3
+ "version": "1.4.36",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -37,6 +37,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
37
37
  type?: import("vue").PropType<string>;
38
38
  default?: string;
39
39
  };
40
+ data: {
41
+ type?: import("vue").PropType<string>;
42
+ default?: string;
43
+ };
40
44
  id: {
41
45
  type?: import("vue").PropType<string>;
42
46
  default?: string;
@@ -296,6 +300,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
296
300
  type?: import("vue").PropType<string>;
297
301
  default?: string;
298
302
  };
303
+ data: {
304
+ type?: import("vue").PropType<string>;
305
+ default?: string;
306
+ };
299
307
  id: {
300
308
  type?: import("vue").PropType<string>;
301
309
  default?: string;
@@ -35,6 +35,10 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
35
35
  type?: import("vue").PropType<string>;
36
36
  default?: string;
37
37
  };
38
+ data: {
39
+ type?: import("vue").PropType<string>;
40
+ default?: string;
41
+ };
38
42
  id: {
39
43
  type?: import("vue").PropType<string>;
40
44
  default?: string;
@@ -294,6 +298,10 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
294
298
  type?: import("vue").PropType<string>;
295
299
  default?: string;
296
300
  };
301
+ data: {
302
+ type?: import("vue").PropType<string>;
303
+ default?: string;
304
+ };
297
305
  id: {
298
306
  type?: import("vue").PropType<string>;
299
307
  default?: string;
@@ -9,6 +9,7 @@ export interface DatePickerProps extends Props, EventsProp {
9
9
  optionFontSize: string;
10
10
  limitStartTime: string;
11
11
  limitEndTime: string;
12
+ data: string;
12
13
  }
13
14
  export declare const datePickerProps: DatePickerProps;
14
15
  export declare const datePickerComponentProps: {
@@ -48,6 +49,10 @@ export declare const datePickerComponentProps: {
48
49
  type?: import("vue").PropType<string>;
49
50
  default?: string;
50
51
  };
52
+ data: {
53
+ type?: import("vue").PropType<string>;
54
+ default?: string;
55
+ };
51
56
  id: {
52
57
  type?: import("vue").PropType<string>;
53
58
  default?: string;
@@ -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;