@ecan-bi/datav 1.4.22 → 1.4.24

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.
Files changed (99) hide show
  1. package/dist/index.es.js +6763 -5774
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +28 -25
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +2 -1
  7. package/types/container/border/Border.vue.d.ts +4 -4
  8. package/types/container/border/index.d.ts +4 -4
  9. package/types/container/border/props.d.ts +2 -2
  10. package/types/container/circulate/Circulate.vue.d.ts +4 -4
  11. package/types/container/circulate/index.d.ts +4 -4
  12. package/types/container/circulate/props.d.ts +2 -2
  13. package/types/container/tabs/Tabs.vue.d.ts +4 -4
  14. package/types/container/tabs/index.d.ts +4 -4
  15. package/types/container/tabs/props.d.ts +2 -2
  16. package/types/container/template/Template.vue.d.ts +4 -4
  17. package/types/container/template/index.d.ts +4 -4
  18. package/types/container/template/props.d.ts +2 -2
  19. package/types/control/button/Button.vue.d.ts +4 -4
  20. package/types/control/button/index.d.ts +4 -4
  21. package/types/control/button/props.d.ts +2 -2
  22. package/types/control/checkbox/Checkbox.vue.d.ts +4 -4
  23. package/types/control/checkbox/index.d.ts +4 -4
  24. package/types/control/checkbox/props.d.ts +2 -2
  25. package/types/control/date-picker/DatePicker.vue.d.ts +17 -17
  26. package/types/control/date-picker/index.d.ts +17 -17
  27. package/types/control/date-picker/props.d.ts +4 -4
  28. package/types/control/input/Input.vue.d.ts +4 -4
  29. package/types/control/input/index.d.ts +4 -4
  30. package/types/control/input/props.d.ts +2 -2
  31. package/types/control/radio/Radio.vue.d.ts +4 -4
  32. package/types/control/radio/index.d.ts +4 -4
  33. package/types/control/radio/props.d.ts +2 -2
  34. package/types/control/range-picker/RangePicker.vue.d.ts +26 -26
  35. package/types/control/range-picker/index.d.ts +26 -26
  36. package/types/control/range-picker/props.d.ts +4 -4
  37. package/types/control/select/Select.vue.d.ts +4 -4
  38. package/types/control/select/index.d.ts +4 -4
  39. package/types/control/select/props.d.ts +2 -2
  40. package/types/control/tree-select/TreeSelect.vue.d.ts +2 -2
  41. package/types/control/tree-select/index.d.ts +2 -2
  42. package/types/control/tree-select/props.d.ts +2 -2
  43. package/types/graph/bar/Bar.vue.d.ts +4 -4
  44. package/types/graph/bar/index.d.ts +4 -4
  45. package/types/graph/bar/props.d.ts +2 -2
  46. package/types/graph/combo-graph/ComboGraph.vue.d.ts +4 -4
  47. package/types/graph/combo-graph/index.d.ts +4 -4
  48. package/types/graph/combo-graph/props.d.ts +2 -2
  49. package/types/graph/custom-graph/CustomGraph.vue.d.ts +4 -4
  50. package/types/graph/custom-graph/index.d.ts +4 -4
  51. package/types/graph/custom-graph/props.d.ts +2 -2
  52. package/types/graph/line/Line.vue.d.ts +4 -4
  53. package/types/graph/line/index.d.ts +4 -4
  54. package/types/graph/line/props.d.ts +3 -3
  55. package/types/graph/pie/Pie.vue.d.ts +4 -4
  56. package/types/graph/pie/index.d.ts +4 -4
  57. package/types/graph/pie/props.d.ts +2 -2
  58. package/types/graph/radar/Radar.vue.d.ts +4 -4
  59. package/types/graph/radar/index.d.ts +4 -4
  60. package/types/graph/radar/props.d.ts +3 -3
  61. package/types/graph/scatter/Scatter.vue.d.ts +4 -4
  62. package/types/graph/scatter/index.d.ts +4 -4
  63. package/types/graph/scatter/props.d.ts +2 -2
  64. package/types/laboratory/data-select/DataSelect.vue.d.ts +4 -4
  65. package/types/laboratory/data-select/index.d.ts +4 -4
  66. package/types/laboratory/data-select/props.d.ts +2 -2
  67. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +14 -14
  68. package/types/laboratory/pivotTable/index.d.ts +14 -14
  69. package/types/laboratory/pivotTable/props.d.ts +2 -2
  70. package/types/laboratory/value-line/ValueLine.vue.d.ts +4 -4
  71. package/types/laboratory/value-line/index.d.ts +4 -4
  72. package/types/laboratory/value-line/props.d.ts +3 -3
  73. package/types/map/map/Map.vue.d.ts +4 -4
  74. package/types/map/map/index.d.ts +4 -4
  75. package/types/map/map/props.d.ts +2 -2
  76. package/types/media/iframe/Iframe.vue.d.ts +4 -4
  77. package/types/media/iframe/index.d.ts +4 -4
  78. package/types/media/iframe/props.d.ts +2 -2
  79. package/types/media/image/Image.vue.d.ts +4 -4
  80. package/types/media/image/index.d.ts +4 -4
  81. package/types/media/image/props.d.ts +2 -2
  82. package/types/table/table/Table.vue.d.ts +4 -4
  83. package/types/table/table/index.d.ts +4 -4
  84. package/types/table/table/props.d.ts +2 -2
  85. package/types/text/counter/Counter.vue.d.ts +4 -4
  86. package/types/text/counter/index.d.ts +4 -4
  87. package/types/text/counter/props.d.ts +2 -2
  88. package/types/text/list/List.vue.d.ts +4 -4
  89. package/types/text/list/index.d.ts +4 -4
  90. package/types/text/list/props.d.ts +2 -2
  91. package/types/text/proportion/Proportion.vue.d.ts +4 -4
  92. package/types/text/proportion/index.d.ts +4 -4
  93. package/types/text/proportion/props.d.ts +2 -2
  94. package/types/text/text/Text.vue.d.ts +4 -4
  95. package/types/text/text/index.d.ts +4 -4
  96. package/types/text/text/props.d.ts +2 -2
  97. package/types/text/time-display/TimeDisplay.vue.d.ts +4 -4
  98. package/types/text/time-display/index.d.ts +4 -4
  99. package/types/text/time-display/props.d.ts +2 -2
@@ -165,8 +165,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
165
165
  default?: number;
166
166
  };
167
167
  requestParamsMode: {
168
- type?: import("vue").PropType<"1" | "2">;
169
- default?: "1" | "2";
168
+ type?: import("vue").PropType<"2" | "1">;
169
+ default?: "2" | "1";
170
170
  };
171
171
  customRequestParams: {
172
172
  type?: import("vue").PropType<string>;
@@ -374,8 +374,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
374
374
  default?: number;
375
375
  };
376
376
  requestParamsMode: {
377
- type?: import("vue").PropType<"1" | "2">;
378
- default?: "1" | "2";
377
+ type?: import("vue").PropType<"2" | "1">;
378
+ default?: "2" | "1";
379
379
  };
380
380
  customRequestParams: {
381
381
  type?: import("vue").PropType<string>;
@@ -164,8 +164,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
164
164
  default?: number;
165
165
  };
166
166
  requestParamsMode: {
167
- type?: import("vue").PropType<"1" | "2">;
168
- default?: "1" | "2";
167
+ type?: import("vue").PropType<"2" | "1">;
168
+ default?: "2" | "1";
169
169
  };
170
170
  customRequestParams: {
171
171
  type?: import("vue").PropType<string>;
@@ -373,8 +373,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
373
373
  default?: number;
374
374
  };
375
375
  requestParamsMode: {
376
- type?: import("vue").PropType<"1" | "2">;
377
- default?: "1" | "2";
376
+ type?: import("vue").PropType<"2" | "1">;
377
+ default?: "2" | "1";
378
378
  };
379
379
  customRequestParams: {
380
380
  type?: import("vue").PropType<string>;
@@ -193,8 +193,8 @@ export declare const radioComponentProps: {
193
193
  default?: number;
194
194
  };
195
195
  requestParamsMode: {
196
- type?: import("vue").PropType<"1" | "2">;
197
- default?: "1" | "2";
196
+ type?: import("vue").PropType<"2" | "1">;
197
+ default?: "2" | "1";
198
198
  };
199
199
  customRequestParams: {
200
200
  type?: import("vue").PropType<string>;
@@ -2,8 +2,8 @@ import dayjs, { Dayjs } from 'dayjs';
2
2
  import { DateOperate } from '../../utils/props';
3
3
  declare const _sfc_main: import("vue").DefineComponent<{
4
4
  picker: {
5
- type?: import("vue").PropType<"date" | "month" | "year" | "quarter" | "week">;
6
- default?: "date" | "month" | "year" | "quarter" | "week";
5
+ type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
6
+ default?: "date" | "month" | "year" | "week" | "quarter";
7
7
  };
8
8
  format: {
9
9
  type?: import("vue").PropType<string>;
@@ -154,8 +154,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
154
154
  default?: number;
155
155
  };
156
156
  requestParamsMode: {
157
- type?: import("vue").PropType<"1" | "2">;
158
- default?: "1" | "2";
157
+ type?: import("vue").PropType<"2" | "1">;
158
+ default?: "2" | "1";
159
159
  };
160
160
  customRequestParams: {
161
161
  type?: import("vue").PropType<string>;
@@ -225,14 +225,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
225
225
  };
226
226
  startOf: {
227
227
  (unit: dayjs.OpUnitType): dayjs.Dayjs;
228
- (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w"): dayjs.Dayjs;
228
+ (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): dayjs.Dayjs;
229
229
  };
230
230
  endOf: {
231
231
  (unit: dayjs.OpUnitType): dayjs.Dayjs;
232
- (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w"): dayjs.Dayjs;
232
+ (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): dayjs.Dayjs;
233
233
  };
234
234
  format: (template?: string) => string;
235
- diff: (date?: string | number | dayjs.Dayjs | Date, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w", float?: boolean) => number;
235
+ diff: (date?: string | number | Date | dayjs.Dayjs, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q", float?: boolean) => number;
236
236
  valueOf: () => number;
237
237
  unix: () => number;
238
238
  daysInMonth: () => number;
@@ -242,16 +242,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
242
242
  toString: () => string;
243
243
  utcOffset: () => number;
244
244
  isBefore: {
245
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.OpUnitType): boolean;
246
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.QUnitType): boolean;
245
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
246
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
247
247
  };
248
248
  isSame: {
249
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.OpUnitType): boolean;
250
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.QUnitType): boolean;
249
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
250
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
251
251
  };
252
252
  isAfter: {
253
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.OpUnitType): boolean;
254
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.QUnitType): boolean;
253
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
254
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
255
255
  };
256
256
  locale: {
257
257
  (): string;
@@ -308,14 +308,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
308
308
  };
309
309
  startOf: {
310
310
  (unit: dayjs.OpUnitType): dayjs.Dayjs;
311
- (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w"): dayjs.Dayjs;
311
+ (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): dayjs.Dayjs;
312
312
  };
313
313
  endOf: {
314
314
  (unit: dayjs.OpUnitType): dayjs.Dayjs;
315
- (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w"): dayjs.Dayjs;
315
+ (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): dayjs.Dayjs;
316
316
  };
317
317
  format: (template?: string) => string;
318
- diff: (date?: string | number | dayjs.Dayjs | Date, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w", float?: boolean) => number;
318
+ diff: (date?: string | number | Date | dayjs.Dayjs, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q", float?: boolean) => number;
319
319
  valueOf: () => number;
320
320
  unix: () => number;
321
321
  daysInMonth: () => number;
@@ -325,16 +325,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
325
325
  toString: () => string;
326
326
  utcOffset: () => number;
327
327
  isBefore: {
328
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.OpUnitType): boolean;
329
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.QUnitType): boolean;
328
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
329
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
330
330
  };
331
331
  isSame: {
332
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.OpUnitType): boolean;
333
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.QUnitType): boolean;
332
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
333
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
334
334
  };
335
335
  isAfter: {
336
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.OpUnitType): boolean;
337
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.QUnitType): boolean;
336
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
337
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
338
338
  };
339
339
  locale: {
340
340
  (): string;
@@ -368,8 +368,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
368
368
  onEndDateChange: () => void;
369
369
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
370
370
  picker: {
371
- type?: import("vue").PropType<"date" | "month" | "year" | "quarter" | "week">;
372
- default?: "date" | "month" | "year" | "quarter" | "week";
371
+ type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
372
+ default?: "date" | "month" | "year" | "week" | "quarter";
373
373
  };
374
374
  format: {
375
375
  type?: import("vue").PropType<string>;
@@ -520,8 +520,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
520
520
  default?: number;
521
521
  };
522
522
  requestParamsMode: {
523
- type?: import("vue").PropType<"1" | "2">;
524
- default?: "1" | "2";
523
+ type?: import("vue").PropType<"2" | "1">;
524
+ default?: "2" | "1";
525
525
  };
526
526
  customRequestParams: {
527
527
  type?: import("vue").PropType<string>;
@@ -1,7 +1,7 @@
1
1
  export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
2
  picker: {
3
- type?: import("vue").PropType<"date" | "month" | "year" | "quarter" | "week">;
4
- default?: "date" | "month" | "year" | "quarter" | "week";
3
+ type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
4
+ default?: "date" | "month" | "year" | "week" | "quarter";
5
5
  };
6
6
  format: {
7
7
  type?: import("vue").PropType<string>;
@@ -152,8 +152,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
152
152
  default?: number;
153
153
  };
154
154
  requestParamsMode: {
155
- type?: import("vue").PropType<"1" | "2">;
156
- default?: "1" | "2";
155
+ type?: import("vue").PropType<"2" | "1">;
156
+ default?: "2" | "1";
157
157
  };
158
158
  customRequestParams: {
159
159
  type?: import("vue").PropType<string>;
@@ -223,14 +223,14 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
223
223
  };
224
224
  startOf: {
225
225
  (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
226
- (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w"): import("dayjs").Dayjs;
226
+ (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
227
227
  };
228
228
  endOf: {
229
229
  (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
230
- (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w"): import("dayjs").Dayjs;
230
+ (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
231
231
  };
232
232
  format: (template?: string) => string;
233
- diff: (date?: string | number | import("dayjs").Dayjs | Date, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w", float?: boolean) => number;
233
+ diff: (date?: string | number | Date | import("dayjs").Dayjs, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q", float?: boolean) => number;
234
234
  valueOf: () => number;
235
235
  unix: () => number;
236
236
  daysInMonth: () => number;
@@ -240,16 +240,16 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
240
240
  toString: () => string;
241
241
  utcOffset: () => number;
242
242
  isBefore: {
243
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").OpUnitType): boolean;
244
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").QUnitType): boolean;
243
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
244
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
245
245
  };
246
246
  isSame: {
247
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").OpUnitType): boolean;
248
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").QUnitType): boolean;
247
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
248
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
249
249
  };
250
250
  isAfter: {
251
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").OpUnitType): boolean;
252
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").QUnitType): boolean;
251
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
252
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
253
253
  };
254
254
  locale: {
255
255
  (): string;
@@ -306,14 +306,14 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
306
306
  };
307
307
  startOf: {
308
308
  (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
309
- (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w"): import("dayjs").Dayjs;
309
+ (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
310
310
  };
311
311
  endOf: {
312
312
  (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
313
- (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w"): import("dayjs").Dayjs;
313
+ (unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
314
314
  };
315
315
  format: (template?: string) => string;
316
- diff: (date?: string | number | import("dayjs").Dayjs | Date, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "quarter" | "quarters" | "Q" | "week" | "weeks" | "w", float?: boolean) => number;
316
+ diff: (date?: string | number | Date | import("dayjs").Dayjs, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q", float?: boolean) => number;
317
317
  valueOf: () => number;
318
318
  unix: () => number;
319
319
  daysInMonth: () => number;
@@ -323,16 +323,16 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
323
323
  toString: () => string;
324
324
  utcOffset: () => number;
325
325
  isBefore: {
326
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").OpUnitType): boolean;
327
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").QUnitType): boolean;
326
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
327
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
328
328
  };
329
329
  isSame: {
330
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").OpUnitType): boolean;
331
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").QUnitType): boolean;
330
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
331
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
332
332
  };
333
333
  isAfter: {
334
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").OpUnitType): boolean;
335
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").QUnitType): boolean;
334
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
335
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
336
336
  };
337
337
  locale: {
338
338
  (): string;
@@ -366,8 +366,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
366
366
  onEndDateChange: () => void;
367
367
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
368
368
  picker: {
369
- type?: import("vue").PropType<"date" | "month" | "year" | "quarter" | "week">;
370
- default?: "date" | "month" | "year" | "quarter" | "week";
369
+ type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
370
+ default?: "date" | "month" | "year" | "week" | "quarter";
371
371
  };
372
372
  format: {
373
373
  type?: import("vue").PropType<string>;
@@ -518,8 +518,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
518
518
  default?: number;
519
519
  };
520
520
  requestParamsMode: {
521
- type?: import("vue").PropType<"1" | "2">;
522
- default?: "1" | "2";
521
+ type?: import("vue").PropType<"2" | "1">;
522
+ default?: "2" | "1";
523
523
  };
524
524
  customRequestParams: {
525
525
  type?: import("vue").PropType<string>;
@@ -19,8 +19,8 @@ export interface RangePickerProps extends Props {
19
19
  export declare const rangePickerProps: RangePickerProps;
20
20
  export declare const rangePickerComponentProps: {
21
21
  picker: {
22
- type?: import("vue").PropType<"date" | "month" | "year" | "quarter" | "week">;
23
- default?: "date" | "month" | "year" | "quarter" | "week";
22
+ type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
23
+ default?: "date" | "month" | "year" | "week" | "quarter";
24
24
  };
25
25
  format: {
26
26
  type?: import("vue").PropType<string>;
@@ -171,8 +171,8 @@ export declare const rangePickerComponentProps: {
171
171
  default?: number;
172
172
  };
173
173
  requestParamsMode: {
174
- type?: import("vue").PropType<"1" | "2">;
175
- default?: "1" | "2";
174
+ type?: import("vue").PropType<"2" | "1">;
175
+ default?: "2" | "1";
176
176
  };
177
177
  customRequestParams: {
178
178
  type?: import("vue").PropType<string>;
@@ -156,8 +156,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
156
156
  default?: number;
157
157
  };
158
158
  requestParamsMode: {
159
- type?: import("vue").PropType<"1" | "2">;
160
- default?: "1" | "2";
159
+ type?: import("vue").PropType<"2" | "1">;
160
+ default?: "2" | "1";
161
161
  };
162
162
  customRequestParams: {
163
163
  type?: import("vue").PropType<string>;
@@ -358,8 +358,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
358
358
  default?: number;
359
359
  };
360
360
  requestParamsMode: {
361
- type?: import("vue").PropType<"1" | "2">;
362
- default?: "1" | "2";
361
+ type?: import("vue").PropType<"2" | "1">;
362
+ default?: "2" | "1";
363
363
  };
364
364
  customRequestParams: {
365
365
  type?: import("vue").PropType<string>;
@@ -156,8 +156,8 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
156
156
  default?: number;
157
157
  };
158
158
  requestParamsMode: {
159
- type?: import("vue").PropType<"1" | "2">;
160
- default?: "1" | "2";
159
+ type?: import("vue").PropType<"2" | "1">;
160
+ default?: "2" | "1";
161
161
  };
162
162
  customRequestParams: {
163
163
  type?: import("vue").PropType<string>;
@@ -358,8 +358,8 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
358
358
  default?: number;
359
359
  };
360
360
  requestParamsMode: {
361
- type?: import("vue").PropType<"1" | "2">;
362
- default?: "1" | "2";
361
+ type?: import("vue").PropType<"2" | "1">;
362
+ default?: "2" | "1";
363
363
  };
364
364
  customRequestParams: {
365
365
  type?: import("vue").PropType<string>;
@@ -186,8 +186,8 @@ export declare const selectComponentProps: {
186
186
  default?: number;
187
187
  };
188
188
  requestParamsMode: {
189
- type?: import("vue").PropType<"1" | "2">;
190
- default?: "1" | "2";
189
+ type?: import("vue").PropType<"2" | "1">;
190
+ default?: "2" | "1";
191
191
  };
192
192
  customRequestParams: {
193
193
  type?: import("vue").PropType<string>;
@@ -145,8 +145,8 @@ declare const _sfc_main: {
145
145
  default?: number;
146
146
  };
147
147
  requestParamsMode: {
148
- type?: import("vue").PropType<"1" | "2">;
149
- default?: "1" | "2";
148
+ type?: import("vue").PropType<"2" | "1">;
149
+ default?: "2" | "1";
150
150
  };
151
151
  customRequestParams: {
152
152
  type?: import("vue").PropType<string>;
@@ -145,8 +145,8 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
145
145
  default?: number;
146
146
  };
147
147
  requestParamsMode: {
148
- type?: import("vue").PropType<"1" | "2">;
149
- default?: "1" | "2";
148
+ type?: import("vue").PropType<"2" | "1">;
149
+ default?: "2" | "1";
150
150
  };
151
151
  customRequestParams: {
152
152
  type?: import("vue").PropType<string>;
@@ -166,8 +166,8 @@ export declare const treeSelectComponentProps: {
166
166
  default?: number;
167
167
  };
168
168
  requestParamsMode: {
169
- type?: import("vue").PropType<"1" | "2">;
170
- default?: "1" | "2";
169
+ type?: import("vue").PropType<"2" | "1">;
170
+ default?: "2" | "1";
171
171
  };
172
172
  customRequestParams: {
173
173
  type?: import("vue").PropType<string>;
@@ -533,8 +533,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
533
533
  default?: number;
534
534
  };
535
535
  requestParamsMode: {
536
- type?: import("vue").PropType<"1" | "2">;
537
- default?: "1" | "2";
536
+ type?: import("vue").PropType<"2" | "1">;
537
+ default?: "2" | "1";
538
538
  };
539
539
  customRequestParams: {
540
540
  type?: import("vue").PropType<string>;
@@ -1282,8 +1282,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
1282
1282
  default?: number;
1283
1283
  };
1284
1284
  requestParamsMode: {
1285
- type?: import("vue").PropType<"1" | "2">;
1286
- default?: "1" | "2";
1285
+ type?: import("vue").PropType<"2" | "1">;
1286
+ default?: "2" | "1";
1287
1287
  };
1288
1288
  customRequestParams: {
1289
1289
  type?: import("vue").PropType<string>;
@@ -532,8 +532,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
532
532
  default?: number;
533
533
  };
534
534
  requestParamsMode: {
535
- type?: import("vue").PropType<"1" | "2">;
536
- default?: "1" | "2";
535
+ type?: import("vue").PropType<"2" | "1">;
536
+ default?: "2" | "1";
537
537
  };
538
538
  customRequestParams: {
539
539
  type?: import("vue").PropType<string>;
@@ -1281,8 +1281,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
1281
1281
  default?: number;
1282
1282
  };
1283
1283
  requestParamsMode: {
1284
- type?: import("vue").PropType<"1" | "2">;
1285
- default?: "1" | "2";
1284
+ type?: import("vue").PropType<"2" | "1">;
1285
+ default?: "2" | "1";
1286
1286
  };
1287
1287
  customRequestParams: {
1288
1288
  type?: import("vue").PropType<string>;
@@ -646,8 +646,8 @@ export declare const barComponentProps: {
646
646
  default?: number;
647
647
  };
648
648
  requestParamsMode: {
649
- type?: import("vue").PropType<"1" | "2">;
650
- default?: "1" | "2";
649
+ type?: import("vue").PropType<"2" | "1">;
650
+ default?: "2" | "1";
651
651
  };
652
652
  customRequestParams: {
653
653
  type?: import("vue").PropType<string>;
@@ -537,8 +537,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
537
537
  default?: number;
538
538
  };
539
539
  requestParamsMode: {
540
- type?: import("vue").PropType<"1" | "2">;
541
- default?: "1" | "2";
540
+ type?: import("vue").PropType<"2" | "1">;
541
+ default?: "2" | "1";
542
542
  };
543
543
  customRequestParams: {
544
544
  type?: import("vue").PropType<string>;
@@ -1250,8 +1250,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
1250
1250
  default?: number;
1251
1251
  };
1252
1252
  requestParamsMode: {
1253
- type?: import("vue").PropType<"1" | "2">;
1254
- default?: "1" | "2";
1253
+ type?: import("vue").PropType<"2" | "1">;
1254
+ default?: "2" | "1";
1255
1255
  };
1256
1256
  customRequestParams: {
1257
1257
  type?: import("vue").PropType<string>;
@@ -536,8 +536,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
536
536
  default?: number;
537
537
  };
538
538
  requestParamsMode: {
539
- type?: import("vue").PropType<"1" | "2">;
540
- default?: "1" | "2";
539
+ type?: import("vue").PropType<"2" | "1">;
540
+ default?: "2" | "1";
541
541
  };
542
542
  customRequestParams: {
543
543
  type?: import("vue").PropType<string>;
@@ -1249,8 +1249,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
1249
1249
  default?: number;
1250
1250
  };
1251
1251
  requestParamsMode: {
1252
- type?: import("vue").PropType<"1" | "2">;
1253
- default?: "1" | "2";
1252
+ type?: import("vue").PropType<"2" | "1">;
1253
+ default?: "2" | "1";
1254
1254
  };
1255
1255
  customRequestParams: {
1256
1256
  type?: import("vue").PropType<string>;
@@ -653,8 +653,8 @@ export declare const comboGraphComponentProps: {
653
653
  default?: number;
654
654
  };
655
655
  requestParamsMode: {
656
- type?: import("vue").PropType<"1" | "2">;
657
- default?: "1" | "2";
656
+ type?: import("vue").PropType<"2" | "1">;
657
+ default?: "2" | "1";
658
658
  };
659
659
  customRequestParams: {
660
660
  type?: import("vue").PropType<string>;
@@ -113,8 +113,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
113
113
  default?: number;
114
114
  };
115
115
  requestParamsMode: {
116
- type?: import("vue").PropType<"1" | "2">;
117
- default?: "1" | "2";
116
+ type?: import("vue").PropType<"2" | "1">;
117
+ default?: "2" | "1";
118
118
  };
119
119
  customRequestParams: {
120
120
  type?: import("vue").PropType<string>;
@@ -250,8 +250,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
250
250
  default?: number;
251
251
  };
252
252
  requestParamsMode: {
253
- type?: import("vue").PropType<"1" | "2">;
254
- default?: "1" | "2";
253
+ type?: import("vue").PropType<"2" | "1">;
254
+ default?: "2" | "1";
255
255
  };
256
256
  customRequestParams: {
257
257
  type?: import("vue").PropType<string>;
@@ -112,8 +112,8 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
112
112
  default?: number;
113
113
  };
114
114
  requestParamsMode: {
115
- type?: import("vue").PropType<"1" | "2">;
116
- default?: "1" | "2";
115
+ type?: import("vue").PropType<"2" | "1">;
116
+ default?: "2" | "1";
117
117
  };
118
118
  customRequestParams: {
119
119
  type?: import("vue").PropType<string>;
@@ -249,8 +249,8 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
249
249
  default?: number;
250
250
  };
251
251
  requestParamsMode: {
252
- type?: import("vue").PropType<"1" | "2">;
253
- default?: "1" | "2";
252
+ type?: import("vue").PropType<"2" | "1">;
253
+ default?: "2" | "1";
254
254
  };
255
255
  customRequestParams: {
256
256
  type?: import("vue").PropType<string>;