@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.4.22",
3
+ "version": "1.4.24",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -30,6 +30,7 @@
30
30
  "prepublishOnly": "npm run build"
31
31
  },
32
32
  "devDependencies": {
33
+ "@ecan-bi/tools": "^1.0.2",
33
34
  "@sucrase/jest-plugin": "^2.2.0",
34
35
  "@types/echarts": "^4.9.15",
35
36
  "@types/jest": "^26.0.23",
@@ -176,8 +176,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
176
176
  default?: number;
177
177
  };
178
178
  requestParamsMode: {
179
- type?: import("vue").PropType<"1" | "2">;
180
- default?: "1" | "2";
179
+ type?: import("vue").PropType<"2" | "1">;
180
+ default?: "2" | "1";
181
181
  };
182
182
  customRequestParams: {
183
183
  type?: import("vue").PropType<string>;
@@ -390,8 +390,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
390
390
  default?: number;
391
391
  };
392
392
  requestParamsMode: {
393
- type?: import("vue").PropType<"1" | "2">;
394
- default?: "1" | "2";
393
+ type?: import("vue").PropType<"2" | "1">;
394
+ default?: "2" | "1";
395
395
  };
396
396
  customRequestParams: {
397
397
  type?: import("vue").PropType<string>;
@@ -176,8 +176,8 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
176
176
  default?: number;
177
177
  };
178
178
  requestParamsMode: {
179
- type?: import("vue").PropType<"1" | "2">;
180
- default?: "1" | "2";
179
+ type?: import("vue").PropType<"2" | "1">;
180
+ default?: "2" | "1";
181
181
  };
182
182
  customRequestParams: {
183
183
  type?: import("vue").PropType<string>;
@@ -390,8 +390,8 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
390
390
  default?: number;
391
391
  };
392
392
  requestParamsMode: {
393
- type?: import("vue").PropType<"1" | "2">;
394
- default?: "1" | "2";
393
+ type?: import("vue").PropType<"2" | "1">;
394
+ default?: "2" | "1";
395
395
  };
396
396
  customRequestParams: {
397
397
  type?: import("vue").PropType<string>;
@@ -201,8 +201,8 @@ export declare const borderComponentProps: {
201
201
  default?: number;
202
202
  };
203
203
  requestParamsMode: {
204
- type?: import("vue").PropType<"1" | "2">;
205
- default?: "1" | "2";
204
+ type?: import("vue").PropType<"2" | "1">;
205
+ default?: "2" | "1";
206
206
  };
207
207
  customRequestParams: {
208
208
  type?: import("vue").PropType<string>;
@@ -163,8 +163,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
163
163
  default?: number;
164
164
  };
165
165
  requestParamsMode: {
166
- type?: import("vue").PropType<"1" | "2">;
167
- default?: "1" | "2";
166
+ type?: import("vue").PropType<"2" | "1">;
167
+ default?: "2" | "1";
168
168
  };
169
169
  customRequestParams: {
170
170
  type?: import("vue").PropType<string>;
@@ -354,8 +354,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
354
354
  default?: number;
355
355
  };
356
356
  requestParamsMode: {
357
- type?: import("vue").PropType<"1" | "2">;
358
- default?: "1" | "2";
357
+ type?: import("vue").PropType<"2" | "1">;
358
+ default?: "2" | "1";
359
359
  };
360
360
  customRequestParams: {
361
361
  type?: import("vue").PropType<string>;
@@ -163,8 +163,8 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
163
163
  default?: number;
164
164
  };
165
165
  requestParamsMode: {
166
- type?: import("vue").PropType<"1" | "2">;
167
- default?: "1" | "2";
166
+ type?: import("vue").PropType<"2" | "1">;
167
+ default?: "2" | "1";
168
168
  };
169
169
  customRequestParams: {
170
170
  type?: import("vue").PropType<string>;
@@ -354,8 +354,8 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
354
354
  default?: number;
355
355
  };
356
356
  requestParamsMode: {
357
- type?: import("vue").PropType<"1" | "2">;
358
- default?: "1" | "2";
357
+ type?: import("vue").PropType<"2" | "1">;
358
+ default?: "2" | "1";
359
359
  };
360
360
  customRequestParams: {
361
361
  type?: import("vue").PropType<string>;
@@ -183,8 +183,8 @@ export declare const circulateComponentProps: {
183
183
  default?: number;
184
184
  };
185
185
  requestParamsMode: {
186
- type?: import("vue").PropType<"1" | "2">;
187
- default?: "1" | "2";
186
+ type?: import("vue").PropType<"2" | "1">;
187
+ default?: "2" | "1";
188
188
  };
189
189
  customRequestParams: {
190
190
  type?: import("vue").PropType<string>;
@@ -216,8 +216,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
216
216
  default?: number;
217
217
  };
218
218
  requestParamsMode: {
219
- type?: import("vue").PropType<"1" | "2">;
220
- default?: "1" | "2";
219
+ type?: import("vue").PropType<"2" | "1">;
220
+ default?: "2" | "1";
221
221
  };
222
222
  customRequestParams: {
223
223
  type?: import("vue").PropType<string>;
@@ -468,8 +468,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
468
468
  default?: number;
469
469
  };
470
470
  requestParamsMode: {
471
- type?: import("vue").PropType<"1" | "2">;
472
- default?: "1" | "2";
471
+ type?: import("vue").PropType<"2" | "1">;
472
+ default?: "2" | "1";
473
473
  };
474
474
  customRequestParams: {
475
475
  type?: import("vue").PropType<string>;
@@ -216,8 +216,8 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
216
216
  default?: number;
217
217
  };
218
218
  requestParamsMode: {
219
- type?: import("vue").PropType<"1" | "2">;
220
- default?: "1" | "2";
219
+ type?: import("vue").PropType<"2" | "1">;
220
+ default?: "2" | "1";
221
221
  };
222
222
  customRequestParams: {
223
223
  type?: import("vue").PropType<string>;
@@ -468,8 +468,8 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
468
468
  default?: number;
469
469
  };
470
470
  requestParamsMode: {
471
- type?: import("vue").PropType<"1" | "2">;
472
- default?: "1" | "2";
471
+ type?: import("vue").PropType<"2" | "1">;
472
+ default?: "2" | "1";
473
473
  };
474
474
  customRequestParams: {
475
475
  type?: import("vue").PropType<string>;
@@ -252,8 +252,8 @@ export declare const tabsComponentProps: {
252
252
  default?: number;
253
253
  };
254
254
  requestParamsMode: {
255
- type?: import("vue").PropType<"1" | "2">;
256
- default?: "1" | "2";
255
+ type?: import("vue").PropType<"2" | "1">;
256
+ default?: "2" | "1";
257
257
  };
258
258
  customRequestParams: {
259
259
  type?: import("vue").PropType<string>;
@@ -116,8 +116,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
116
116
  default?: number;
117
117
  };
118
118
  requestParamsMode: {
119
- type?: import("vue").PropType<"1" | "2">;
120
- default?: "1" | "2";
119
+ type?: import("vue").PropType<"2" | "1">;
120
+ default?: "2" | "1";
121
121
  };
122
122
  customRequestParams: {
123
123
  type?: import("vue").PropType<string>;
@@ -255,8 +255,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
255
255
  default?: number;
256
256
  };
257
257
  requestParamsMode: {
258
- type?: import("vue").PropType<"1" | "2">;
259
- default?: "1" | "2";
258
+ type?: import("vue").PropType<"2" | "1">;
259
+ default?: "2" | "1";
260
260
  };
261
261
  customRequestParams: {
262
262
  type?: import("vue").PropType<string>;
@@ -116,8 +116,8 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
116
116
  default?: number;
117
117
  };
118
118
  requestParamsMode: {
119
- type?: import("vue").PropType<"1" | "2">;
120
- default?: "1" | "2";
119
+ type?: import("vue").PropType<"2" | "1">;
120
+ default?: "2" | "1";
121
121
  };
122
122
  customRequestParams: {
123
123
  type?: import("vue").PropType<string>;
@@ -255,8 +255,8 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
255
255
  default?: number;
256
256
  };
257
257
  requestParamsMode: {
258
- type?: import("vue").PropType<"1" | "2">;
259
- default?: "1" | "2";
258
+ type?: import("vue").PropType<"2" | "1">;
259
+ default?: "2" | "1";
260
260
  };
261
261
  customRequestParams: {
262
262
  type?: import("vue").PropType<string>;
@@ -125,8 +125,8 @@ export declare const templateComponentProps: {
125
125
  default?: number;
126
126
  };
127
127
  requestParamsMode: {
128
- type?: import("vue").PropType<"1" | "2">;
129
- default?: "1" | "2";
128
+ type?: import("vue").PropType<"2" | "1">;
129
+ default?: "2" | "1";
130
130
  };
131
131
  customRequestParams: {
132
132
  type?: import("vue").PropType<string>;
@@ -140,8 +140,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
140
140
  default?: number;
141
141
  };
142
142
  requestParamsMode: {
143
- type?: import("vue").PropType<"1" | "2">;
144
- default?: "1" | "2";
143
+ type?: import("vue").PropType<"2" | "1">;
144
+ default?: "2" | "1";
145
145
  };
146
146
  customRequestParams: {
147
147
  type?: import("vue").PropType<string>;
@@ -308,8 +308,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
308
308
  default?: number;
309
309
  };
310
310
  requestParamsMode: {
311
- type?: import("vue").PropType<"1" | "2">;
312
- default?: "1" | "2";
311
+ type?: import("vue").PropType<"2" | "1">;
312
+ default?: "2" | "1";
313
313
  };
314
314
  customRequestParams: {
315
315
  type?: import("vue").PropType<string>;
@@ -140,8 +140,8 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
140
140
  default?: number;
141
141
  };
142
142
  requestParamsMode: {
143
- type?: import("vue").PropType<"1" | "2">;
144
- default?: "1" | "2";
143
+ type?: import("vue").PropType<"2" | "1">;
144
+ default?: "2" | "1";
145
145
  };
146
146
  customRequestParams: {
147
147
  type?: import("vue").PropType<string>;
@@ -308,8 +308,8 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
308
308
  default?: number;
309
309
  };
310
310
  requestParamsMode: {
311
- type?: import("vue").PropType<"1" | "2">;
312
- default?: "1" | "2";
311
+ type?: import("vue").PropType<"2" | "1">;
312
+ default?: "2" | "1";
313
313
  };
314
314
  customRequestParams: {
315
315
  type?: import("vue").PropType<string>;
@@ -155,8 +155,8 @@ export declare const buttonComponentProps: {
155
155
  default?: number;
156
156
  };
157
157
  requestParamsMode: {
158
- type?: import("vue").PropType<"1" | "2">;
159
- default?: "1" | "2";
158
+ type?: import("vue").PropType<"2" | "1">;
159
+ default?: "2" | "1";
160
160
  };
161
161
  customRequestParams: {
162
162
  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>;
@@ -257,8 +257,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
257
257
  default?: number;
258
258
  };
259
259
  requestParamsMode: {
260
- type?: import("vue").PropType<"1" | "2">;
261
- default?: "1" | "2";
260
+ type?: import("vue").PropType<"2" | "1">;
261
+ default?: "2" | "1";
262
262
  };
263
263
  customRequestParams: {
264
264
  type?: import("vue").PropType<string>;
@@ -112,8 +112,8 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
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>;
@@ -256,8 +256,8 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
256
256
  default?: number;
257
257
  };
258
258
  requestParamsMode: {
259
- type?: import("vue").PropType<"1" | "2">;
260
- default?: "1" | "2";
259
+ type?: import("vue").PropType<"2" | "1">;
260
+ default?: "2" | "1";
261
261
  };
262
262
  customRequestParams: {
263
263
  type?: import("vue").PropType<string>;
@@ -128,8 +128,8 @@ export declare const checkboxComponentProps: {
128
128
  default?: number;
129
129
  };
130
130
  requestParamsMode: {
131
- type?: import("vue").PropType<"1" | "2">;
132
- default?: "1" | "2";
131
+ type?: import("vue").PropType<"2" | "1">;
132
+ default?: "2" | "1";
133
133
  };
134
134
  customRequestParams: {
135
135
  type?: import("vue").PropType<string>;
@@ -6,8 +6,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
6
6
  default?: string;
7
7
  };
8
8
  picker: {
9
- type?: import("vue").PropType<"date" | "month" | "year" | "quarter" | "week">;
10
- default?: "date" | "month" | "year" | "quarter" | "week";
9
+ type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
10
+ default?: "date" | "month" | "year" | "week" | "quarter";
11
11
  };
12
12
  format: {
13
13
  type?: import("vue").PropType<string>;
@@ -134,8 +134,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
134
134
  default?: number;
135
135
  };
136
136
  requestParamsMode: {
137
- type?: import("vue").PropType<"1" | "2">;
138
- default?: "1" | "2";
137
+ type?: import("vue").PropType<"2" | "1">;
138
+ default?: "2" | "1";
139
139
  };
140
140
  customRequestParams: {
141
141
  type?: import("vue").PropType<string>;
@@ -203,14 +203,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
203
203
  };
204
204
  startOf: {
205
205
  (unit: dayjs.OpUnitType): dayjs.Dayjs;
206
- (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;
206
+ (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;
207
207
  };
208
208
  endOf: {
209
209
  (unit: dayjs.OpUnitType): dayjs.Dayjs;
210
- (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;
210
+ (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;
211
211
  };
212
212
  format: (template?: string) => string;
213
- 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;
213
+ 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;
214
214
  valueOf: () => number;
215
215
  unix: () => number;
216
216
  daysInMonth: () => number;
@@ -220,16 +220,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
220
220
  toString: () => string;
221
221
  utcOffset: () => number;
222
222
  isBefore: {
223
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.OpUnitType): boolean;
224
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.QUnitType): boolean;
223
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
224
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
225
225
  };
226
226
  isSame: {
227
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.OpUnitType): boolean;
228
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.QUnitType): boolean;
227
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
228
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
229
229
  };
230
230
  isAfter: {
231
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.OpUnitType): boolean;
232
- (date?: string | number | dayjs.Dayjs | Date, unit?: dayjs.QUnitType): boolean;
231
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
232
+ (date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
233
233
  };
234
234
  locale: {
235
235
  (): string;
@@ -265,8 +265,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
265
265
  default?: string;
266
266
  };
267
267
  picker: {
268
- type?: import("vue").PropType<"date" | "month" | "year" | "quarter" | "week">;
269
- default?: "date" | "month" | "year" | "quarter" | "week";
268
+ type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
269
+ default?: "date" | "month" | "year" | "week" | "quarter";
270
270
  };
271
271
  format: {
272
272
  type?: import("vue").PropType<string>;
@@ -393,8 +393,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
393
393
  default?: number;
394
394
  };
395
395
  requestParamsMode: {
396
- type?: import("vue").PropType<"1" | "2">;
397
- default?: "1" | "2";
396
+ type?: import("vue").PropType<"2" | "1">;
397
+ default?: "2" | "1";
398
398
  };
399
399
  customRequestParams: {
400
400
  type?: import("vue").PropType<string>;
@@ -4,8 +4,8 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
4
4
  default?: string;
5
5
  };
6
6
  picker: {
7
- type?: import("vue").PropType<"date" | "month" | "year" | "quarter" | "week">;
8
- default?: "date" | "month" | "year" | "quarter" | "week";
7
+ type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
8
+ default?: "date" | "month" | "year" | "week" | "quarter";
9
9
  };
10
10
  format: {
11
11
  type?: import("vue").PropType<string>;
@@ -132,8 +132,8 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
132
132
  default?: number;
133
133
  };
134
134
  requestParamsMode: {
135
- type?: import("vue").PropType<"1" | "2">;
136
- default?: "1" | "2";
135
+ type?: import("vue").PropType<"2" | "1">;
136
+ default?: "2" | "1";
137
137
  };
138
138
  customRequestParams: {
139
139
  type?: import("vue").PropType<string>;
@@ -201,14 +201,14 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
201
201
  };
202
202
  startOf: {
203
203
  (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
204
- (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;
204
+ (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;
205
205
  };
206
206
  endOf: {
207
207
  (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
208
- (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;
208
+ (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;
209
209
  };
210
210
  format: (template?: string) => string;
211
- 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;
211
+ 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;
212
212
  valueOf: () => number;
213
213
  unix: () => number;
214
214
  daysInMonth: () => number;
@@ -218,16 +218,16 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
218
218
  toString: () => string;
219
219
  utcOffset: () => number;
220
220
  isBefore: {
221
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").OpUnitType): boolean;
222
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").QUnitType): boolean;
221
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
222
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
223
223
  };
224
224
  isSame: {
225
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").OpUnitType): boolean;
226
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").QUnitType): boolean;
225
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
226
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
227
227
  };
228
228
  isAfter: {
229
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").OpUnitType): boolean;
230
- (date?: string | number | import("dayjs").Dayjs | Date, unit?: import("dayjs").QUnitType): boolean;
229
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
230
+ (date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
231
231
  };
232
232
  locale: {
233
233
  (): string;
@@ -263,8 +263,8 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
263
263
  default?: string;
264
264
  };
265
265
  picker: {
266
- type?: import("vue").PropType<"date" | "month" | "year" | "quarter" | "week">;
267
- default?: "date" | "month" | "year" | "quarter" | "week";
266
+ type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
267
+ default?: "date" | "month" | "year" | "week" | "quarter";
268
268
  };
269
269
  format: {
270
270
  type?: import("vue").PropType<string>;
@@ -391,8 +391,8 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
391
391
  default?: number;
392
392
  };
393
393
  requestParamsMode: {
394
- type?: import("vue").PropType<"1" | "2">;
395
- default?: "1" | "2";
394
+ type?: import("vue").PropType<"2" | "1">;
395
+ default?: "2" | "1";
396
396
  };
397
397
  customRequestParams: {
398
398
  type?: import("vue").PropType<string>;
@@ -17,8 +17,8 @@ export declare const datePickerComponentProps: {
17
17
  default?: string;
18
18
  };
19
19
  picker: {
20
- type?: import("vue").PropType<"date" | "month" | "year" | "quarter" | "week">;
21
- default?: "date" | "month" | "year" | "quarter" | "week";
20
+ type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
21
+ default?: "date" | "month" | "year" | "week" | "quarter";
22
22
  };
23
23
  format: {
24
24
  type?: import("vue").PropType<string>;
@@ -145,8 +145,8 @@ export declare const datePickerComponentProps: {
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>;
@@ -108,8 +108,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
108
108
  default?: number;
109
109
  };
110
110
  requestParamsMode: {
111
- type?: import("vue").PropType<"1" | "2">;
112
- default?: "1" | "2";
111
+ type?: import("vue").PropType<"2" | "1">;
112
+ default?: "2" | "1";
113
113
  };
114
114
  customRequestParams: {
115
115
  type?: import("vue").PropType<string>;
@@ -242,8 +242,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
242
242
  default?: number;
243
243
  };
244
244
  requestParamsMode: {
245
- type?: import("vue").PropType<"1" | "2">;
246
- default?: "1" | "2";
245
+ type?: import("vue").PropType<"2" | "1">;
246
+ default?: "2" | "1";
247
247
  };
248
248
  customRequestParams: {
249
249
  type?: import("vue").PropType<string>;
@@ -108,8 +108,8 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
108
108
  default?: number;
109
109
  };
110
110
  requestParamsMode: {
111
- type?: import("vue").PropType<"1" | "2">;
112
- default?: "1" | "2";
111
+ type?: import("vue").PropType<"2" | "1">;
112
+ default?: "2" | "1";
113
113
  };
114
114
  customRequestParams: {
115
115
  type?: import("vue").PropType<string>;
@@ -242,8 +242,8 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
242
242
  default?: number;
243
243
  };
244
244
  requestParamsMode: {
245
- type?: import("vue").PropType<"1" | "2">;
246
- default?: "1" | "2";
245
+ type?: import("vue").PropType<"2" | "1">;
246
+ default?: "2" | "1";
247
247
  };
248
248
  customRequestParams: {
249
249
  type?: import("vue").PropType<string>;
@@ -115,8 +115,8 @@ export declare const inputComponentProps: {
115
115
  default?: number;
116
116
  };
117
117
  requestParamsMode: {
118
- type?: import("vue").PropType<"1" | "2">;
119
- default?: "1" | "2";
118
+ type?: import("vue").PropType<"2" | "1">;
119
+ default?: "2" | "1";
120
120
  };
121
121
  customRequestParams: {
122
122
  type?: import("vue").PropType<string>;