@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.
- package/dist/index.es.js +6763 -5774
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +28 -25
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +2 -1
- package/types/container/border/Border.vue.d.ts +4 -4
- package/types/container/border/index.d.ts +4 -4
- package/types/container/border/props.d.ts +2 -2
- package/types/container/circulate/Circulate.vue.d.ts +4 -4
- package/types/container/circulate/index.d.ts +4 -4
- package/types/container/circulate/props.d.ts +2 -2
- package/types/container/tabs/Tabs.vue.d.ts +4 -4
- package/types/container/tabs/index.d.ts +4 -4
- package/types/container/tabs/props.d.ts +2 -2
- package/types/container/template/Template.vue.d.ts +4 -4
- package/types/container/template/index.d.ts +4 -4
- package/types/container/template/props.d.ts +2 -2
- package/types/control/button/Button.vue.d.ts +4 -4
- package/types/control/button/index.d.ts +4 -4
- package/types/control/button/props.d.ts +2 -2
- package/types/control/checkbox/Checkbox.vue.d.ts +4 -4
- package/types/control/checkbox/index.d.ts +4 -4
- package/types/control/checkbox/props.d.ts +2 -2
- package/types/control/date-picker/DatePicker.vue.d.ts +17 -17
- package/types/control/date-picker/index.d.ts +17 -17
- package/types/control/date-picker/props.d.ts +4 -4
- package/types/control/input/Input.vue.d.ts +4 -4
- package/types/control/input/index.d.ts +4 -4
- package/types/control/input/props.d.ts +2 -2
- package/types/control/radio/Radio.vue.d.ts +4 -4
- package/types/control/radio/index.d.ts +4 -4
- package/types/control/radio/props.d.ts +2 -2
- package/types/control/range-picker/RangePicker.vue.d.ts +26 -26
- package/types/control/range-picker/index.d.ts +26 -26
- package/types/control/range-picker/props.d.ts +4 -4
- package/types/control/select/Select.vue.d.ts +4 -4
- package/types/control/select/index.d.ts +4 -4
- package/types/control/select/props.d.ts +2 -2
- package/types/control/tree-select/TreeSelect.vue.d.ts +2 -2
- package/types/control/tree-select/index.d.ts +2 -2
- package/types/control/tree-select/props.d.ts +2 -2
- package/types/graph/bar/Bar.vue.d.ts +4 -4
- package/types/graph/bar/index.d.ts +4 -4
- package/types/graph/bar/props.d.ts +2 -2
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +4 -4
- package/types/graph/combo-graph/index.d.ts +4 -4
- package/types/graph/combo-graph/props.d.ts +2 -2
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +4 -4
- package/types/graph/custom-graph/index.d.ts +4 -4
- package/types/graph/custom-graph/props.d.ts +2 -2
- package/types/graph/line/Line.vue.d.ts +4 -4
- package/types/graph/line/index.d.ts +4 -4
- package/types/graph/line/props.d.ts +3 -3
- package/types/graph/pie/Pie.vue.d.ts +4 -4
- package/types/graph/pie/index.d.ts +4 -4
- package/types/graph/pie/props.d.ts +2 -2
- package/types/graph/radar/Radar.vue.d.ts +4 -4
- package/types/graph/radar/index.d.ts +4 -4
- package/types/graph/radar/props.d.ts +3 -3
- package/types/graph/scatter/Scatter.vue.d.ts +4 -4
- package/types/graph/scatter/index.d.ts +4 -4
- package/types/graph/scatter/props.d.ts +2 -2
- package/types/laboratory/data-select/DataSelect.vue.d.ts +4 -4
- package/types/laboratory/data-select/index.d.ts +4 -4
- package/types/laboratory/data-select/props.d.ts +2 -2
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +14 -14
- package/types/laboratory/pivotTable/index.d.ts +14 -14
- package/types/laboratory/pivotTable/props.d.ts +2 -2
- package/types/laboratory/value-line/ValueLine.vue.d.ts +4 -4
- package/types/laboratory/value-line/index.d.ts +4 -4
- package/types/laboratory/value-line/props.d.ts +3 -3
- package/types/map/map/Map.vue.d.ts +4 -4
- package/types/map/map/index.d.ts +4 -4
- package/types/map/map/props.d.ts +2 -2
- package/types/media/iframe/Iframe.vue.d.ts +4 -4
- package/types/media/iframe/index.d.ts +4 -4
- package/types/media/iframe/props.d.ts +2 -2
- package/types/media/image/Image.vue.d.ts +4 -4
- package/types/media/image/index.d.ts +4 -4
- package/types/media/image/props.d.ts +2 -2
- package/types/table/table/Table.vue.d.ts +4 -4
- package/types/table/table/index.d.ts +4 -4
- package/types/table/table/props.d.ts +2 -2
- package/types/text/counter/Counter.vue.d.ts +4 -4
- package/types/text/counter/index.d.ts +4 -4
- package/types/text/counter/props.d.ts +2 -2
- package/types/text/list/List.vue.d.ts +4 -4
- package/types/text/list/index.d.ts +4 -4
- package/types/text/list/props.d.ts +2 -2
- package/types/text/proportion/Proportion.vue.d.ts +4 -4
- package/types/text/proportion/index.d.ts +4 -4
- package/types/text/proportion/props.d.ts +2 -2
- package/types/text/text/Text.vue.d.ts +4 -4
- package/types/text/text/index.d.ts +4 -4
- package/types/text/text/props.d.ts +2 -2
- package/types/text/time-display/TimeDisplay.vue.d.ts +4 -4
- package/types/text/time-display/index.d.ts +4 -4
- 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.
|
|
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<"
|
|
180
|
-
default?: "
|
|
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<"
|
|
394
|
-
default?: "
|
|
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<"
|
|
180
|
-
default?: "
|
|
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<"
|
|
394
|
-
default?: "
|
|
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<"
|
|
205
|
-
default?: "
|
|
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<"
|
|
167
|
-
default?: "
|
|
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<"
|
|
358
|
-
default?: "
|
|
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<"
|
|
167
|
-
default?: "
|
|
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<"
|
|
358
|
-
default?: "
|
|
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<"
|
|
187
|
-
default?: "
|
|
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<"
|
|
220
|
-
default?: "
|
|
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<"
|
|
472
|
-
default?: "
|
|
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<"
|
|
220
|
-
default?: "
|
|
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<"
|
|
472
|
-
default?: "
|
|
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<"
|
|
256
|
-
default?: "
|
|
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<"
|
|
120
|
-
default?: "
|
|
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<"
|
|
259
|
-
default?: "
|
|
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<"
|
|
120
|
-
default?: "
|
|
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<"
|
|
259
|
-
default?: "
|
|
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<"
|
|
129
|
-
default?: "
|
|
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<"
|
|
144
|
-
default?: "
|
|
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<"
|
|
312
|
-
default?: "
|
|
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<"
|
|
144
|
-
default?: "
|
|
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<"
|
|
312
|
-
default?: "
|
|
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<"
|
|
159
|
-
default?: "
|
|
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<"
|
|
117
|
-
default?: "
|
|
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<"
|
|
261
|
-
default?: "
|
|
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<"
|
|
116
|
-
default?: "
|
|
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<"
|
|
260
|
-
default?: "
|
|
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<"
|
|
132
|
-
default?: "
|
|
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" | "
|
|
10
|
-
default?: "date" | "month" | "year" | "
|
|
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<"
|
|
138
|
-
default?: "
|
|
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" | "
|
|
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" | "
|
|
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
|
|
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
|
|
224
|
-
(date?: string | number | dayjs.Dayjs
|
|
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
|
|
228
|
-
(date?: string | number | dayjs.Dayjs
|
|
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
|
|
232
|
-
(date?: string | number | dayjs.Dayjs
|
|
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" | "
|
|
269
|
-
default?: "date" | "month" | "year" | "
|
|
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<"
|
|
397
|
-
default?: "
|
|
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" | "
|
|
8
|
-
default?: "date" | "month" | "year" | "
|
|
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<"
|
|
136
|
-
default?: "
|
|
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" | "
|
|
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" | "
|
|
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
|
|
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
|
|
222
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
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
|
|
226
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
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
|
|
230
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
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" | "
|
|
267
|
-
default?: "date" | "month" | "year" | "
|
|
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<"
|
|
395
|
-
default?: "
|
|
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" | "
|
|
21
|
-
default?: "date" | "month" | "year" | "
|
|
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<"
|
|
149
|
-
default?: "
|
|
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<"
|
|
112
|
-
default?: "
|
|
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<"
|
|
246
|
-
default?: "
|
|
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<"
|
|
112
|
-
default?: "
|
|
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<"
|
|
246
|
-
default?: "
|
|
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<"
|
|
119
|
-
default?: "
|
|
118
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
119
|
+
default?: "2" | "1";
|
|
120
120
|
};
|
|
121
121
|
customRequestParams: {
|
|
122
122
|
type?: import("vue").PropType<string>;
|