@ecan-bi/datav 1.3.68 → 1.3.70
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 +1728 -1708
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +18 -18
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +20 -12
- package/types/container/border/index.d.ts +20 -12
- package/types/container/border/props.d.ts +10 -6
- package/types/container/circulate/Circulate.vue.d.ts +20 -12
- package/types/container/circulate/index.d.ts +20 -12
- package/types/container/circulate/props.d.ts +10 -6
- package/types/container/tabs/Tabs.vue.d.ts +20 -12
- package/types/container/tabs/index.d.ts +20 -12
- package/types/container/tabs/props.d.ts +10 -6
- package/types/control/button/Button.vue.d.ts +20 -12
- package/types/control/button/index.d.ts +20 -12
- package/types/control/button/props.d.ts +10 -6
- package/types/control/checkbox/Checkbox.vue.d.ts +20 -12
- package/types/control/checkbox/index.d.ts +20 -12
- package/types/control/checkbox/props.d.ts +10 -6
- package/types/control/date-picker/DatePicker.vue.d.ts +20 -12
- package/types/control/date-picker/index.d.ts +20 -12
- package/types/control/date-picker/props.d.ts +10 -6
- package/types/control/input/Input.vue.d.ts +20 -12
- package/types/control/input/index.d.ts +20 -12
- package/types/control/input/props.d.ts +10 -6
- package/types/control/radio/Radio.vue.d.ts +20 -12
- package/types/control/radio/index.d.ts +20 -12
- package/types/control/radio/props.d.ts +10 -6
- package/types/control/range-picker/RangePicker.vue.d.ts +20 -12
- package/types/control/range-picker/index.d.ts +20 -12
- package/types/control/range-picker/props.d.ts +10 -6
- package/types/control/select/Select.vue.d.ts +20 -12
- package/types/control/select/index.d.ts +20 -12
- package/types/control/select/props.d.ts +10 -6
- package/types/control/tree-select/TreeSelect.vue.d.ts +10 -6
- package/types/control/tree-select/index.d.ts +10 -6
- package/types/control/tree-select/props.d.ts +10 -6
- package/types/graph/bar/Bar.vue.d.ts +20 -12
- package/types/graph/bar/index.d.ts +20 -12
- package/types/graph/bar/props.d.ts +10 -6
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +20 -12
- package/types/graph/combo-graph/index.d.ts +20 -12
- package/types/graph/combo-graph/props.d.ts +10 -6
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +20 -12
- package/types/graph/custom-graph/index.d.ts +20 -12
- package/types/graph/custom-graph/props.d.ts +10 -6
- package/types/graph/line/Line.vue.d.ts +20 -12
- package/types/graph/line/index.d.ts +20 -12
- package/types/graph/line/props.d.ts +13 -9
- package/types/graph/pie/Pie.vue.d.ts +20 -12
- package/types/graph/pie/index.d.ts +20 -12
- package/types/graph/pie/props.d.ts +10 -6
- package/types/graph/radar/Radar.vue.d.ts +20 -12
- package/types/graph/radar/index.d.ts +20 -12
- package/types/graph/radar/props.d.ts +13 -9
- package/types/graph/scatter/Scatter.vue.d.ts +20 -12
- package/types/graph/scatter/index.d.ts +20 -12
- package/types/graph/scatter/props.d.ts +10 -6
- package/types/laboratory/data-select/DataSelect.vue.d.ts +20 -12
- package/types/laboratory/data-select/index.d.ts +20 -12
- package/types/laboratory/data-select/props.d.ts +10 -6
- package/types/map/map/Map.vue.d.ts +20 -12
- package/types/map/map/index.d.ts +20 -12
- package/types/map/map/props.d.ts +10 -6
- package/types/media/iframe/Iframe.vue.d.ts +20 -12
- package/types/media/iframe/index.d.ts +20 -12
- package/types/media/iframe/props.d.ts +10 -6
- package/types/media/image/Image.vue.d.ts +20 -12
- package/types/media/image/index.d.ts +20 -12
- package/types/media/image/props.d.ts +10 -6
- package/types/table/table/Table.vue.d.ts +20 -12
- package/types/table/table/index.d.ts +20 -12
- package/types/table/table/props.d.ts +10 -6
- package/types/text/counter/Counter.vue.d.ts +20 -12
- package/types/text/counter/index.d.ts +20 -12
- package/types/text/counter/props.d.ts +10 -6
- package/types/text/list/List.vue.d.ts +20 -12
- package/types/text/list/index.d.ts +20 -12
- package/types/text/list/props.d.ts +10 -6
- package/types/text/proportion/Proportion.vue.d.ts +20 -12
- package/types/text/proportion/index.d.ts +20 -12
- package/types/text/proportion/props.d.ts +10 -6
- package/types/text/text/Text.vue.d.ts +20 -12
- package/types/text/text/index.d.ts +20 -12
- package/types/text/text/props.d.ts +10 -6
- package/types/text/time-display/TimeDisplay.vue.d.ts +20 -12
- package/types/text/time-display/index.d.ts +20 -12
- package/types/text/time-display/props.d.ts +10 -6
- package/types/utils/props.d.ts +3 -3
|
@@ -80,12 +80,8 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
80
80
|
default?: import("../../utils/props").RequestMethod;
|
|
81
81
|
};
|
|
82
82
|
requestHeaders: {
|
|
83
|
-
type?: import("vue").PropType<
|
|
84
|
-
|
|
85
|
-
}>;
|
|
86
|
-
default?: {
|
|
87
|
-
[key: string]: any;
|
|
88
|
-
};
|
|
83
|
+
type?: import("vue").PropType<string>;
|
|
84
|
+
default?: string;
|
|
89
85
|
};
|
|
90
86
|
isOpenRequestTimer: {
|
|
91
87
|
type?: import("vue").PropType<boolean>;
|
|
@@ -111,6 +107,14 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
111
107
|
type?: import("vue").PropType<number>;
|
|
112
108
|
default?: number;
|
|
113
109
|
};
|
|
110
|
+
requestParamsMode: {
|
|
111
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
112
|
+
default?: "1" | "2";
|
|
113
|
+
};
|
|
114
|
+
customRequestParams: {
|
|
115
|
+
type?: import("vue").PropType<string>;
|
|
116
|
+
default?: string;
|
|
117
|
+
};
|
|
114
118
|
}, {
|
|
115
119
|
myOption: import("vue").Ref<{
|
|
116
120
|
label: string;
|
|
@@ -204,12 +208,8 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
204
208
|
default?: import("../../utils/props").RequestMethod;
|
|
205
209
|
};
|
|
206
210
|
requestHeaders: {
|
|
207
|
-
type?: import("vue").PropType<
|
|
208
|
-
|
|
209
|
-
}>;
|
|
210
|
-
default?: {
|
|
211
|
-
[key: string]: any;
|
|
212
|
-
};
|
|
211
|
+
type?: import("vue").PropType<string>;
|
|
212
|
+
default?: string;
|
|
213
213
|
};
|
|
214
214
|
isOpenRequestTimer: {
|
|
215
215
|
type?: import("vue").PropType<boolean>;
|
|
@@ -235,6 +235,14 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
235
235
|
type?: import("vue").PropType<number>;
|
|
236
236
|
default?: number;
|
|
237
237
|
};
|
|
238
|
+
requestParamsMode: {
|
|
239
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
240
|
+
default?: "1" | "2";
|
|
241
|
+
};
|
|
242
|
+
customRequestParams: {
|
|
243
|
+
type?: import("vue").PropType<string>;
|
|
244
|
+
default?: string;
|
|
245
|
+
};
|
|
238
246
|
}>>, {}>> & Record<string, any>;
|
|
239
247
|
export default EcanCheckbox;
|
|
240
248
|
export * from './props';
|
|
@@ -96,12 +96,8 @@ export declare const checkboxComponentProps: {
|
|
|
96
96
|
default?: import('../../utils/props').RequestMethod;
|
|
97
97
|
};
|
|
98
98
|
requestHeaders: {
|
|
99
|
-
type?: import("vue").PropType<
|
|
100
|
-
|
|
101
|
-
}>;
|
|
102
|
-
default?: {
|
|
103
|
-
[key: string]: any;
|
|
104
|
-
};
|
|
99
|
+
type?: import("vue").PropType<string>;
|
|
100
|
+
default?: string;
|
|
105
101
|
};
|
|
106
102
|
isOpenRequestTimer: {
|
|
107
103
|
type?: import("vue").PropType<boolean>;
|
|
@@ -127,5 +123,13 @@ export declare const checkboxComponentProps: {
|
|
|
127
123
|
type?: import("vue").PropType<number>;
|
|
128
124
|
default?: number;
|
|
129
125
|
};
|
|
126
|
+
requestParamsMode: {
|
|
127
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
128
|
+
default?: "1" | "2";
|
|
129
|
+
};
|
|
130
|
+
customRequestParams: {
|
|
131
|
+
type?: import("vue").PropType<string>;
|
|
132
|
+
default?: string;
|
|
133
|
+
};
|
|
130
134
|
};
|
|
131
135
|
export declare const checkboxEvents: string[];
|
|
@@ -94,12 +94,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
94
94
|
default?: import('../../utils/props').RequestMethod;
|
|
95
95
|
};
|
|
96
96
|
requestHeaders: {
|
|
97
|
-
type?: import("vue").PropType<
|
|
98
|
-
|
|
99
|
-
}>;
|
|
100
|
-
default?: {
|
|
101
|
-
[key: string]: any;
|
|
102
|
-
};
|
|
97
|
+
type?: import("vue").PropType<string>;
|
|
98
|
+
default?: string;
|
|
103
99
|
};
|
|
104
100
|
isOpenRequestTimer: {
|
|
105
101
|
type?: import("vue").PropType<boolean>;
|
|
@@ -125,6 +121,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
125
121
|
type?: import("vue").PropType<number>;
|
|
126
122
|
default?: number;
|
|
127
123
|
};
|
|
124
|
+
requestParamsMode: {
|
|
125
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
126
|
+
default?: "1" | "2";
|
|
127
|
+
};
|
|
128
|
+
customRequestParams: {
|
|
129
|
+
type?: import("vue").PropType<string>;
|
|
130
|
+
default?: string;
|
|
131
|
+
};
|
|
128
132
|
}, {
|
|
129
133
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
130
134
|
getPopupContainer: () => HTMLElement;
|
|
@@ -324,12 +328,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
324
328
|
default?: import('../../utils/props').RequestMethod;
|
|
325
329
|
};
|
|
326
330
|
requestHeaders: {
|
|
327
|
-
type?: import("vue").PropType<
|
|
328
|
-
|
|
329
|
-
}>;
|
|
330
|
-
default?: {
|
|
331
|
-
[key: string]: any;
|
|
332
|
-
};
|
|
331
|
+
type?: import("vue").PropType<string>;
|
|
332
|
+
default?: string;
|
|
333
333
|
};
|
|
334
334
|
isOpenRequestTimer: {
|
|
335
335
|
type?: import("vue").PropType<boolean>;
|
|
@@ -355,5 +355,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
355
355
|
type?: import("vue").PropType<number>;
|
|
356
356
|
default?: number;
|
|
357
357
|
};
|
|
358
|
+
requestParamsMode: {
|
|
359
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
360
|
+
default?: "1" | "2";
|
|
361
|
+
};
|
|
362
|
+
customRequestParams: {
|
|
363
|
+
type?: import("vue").PropType<string>;
|
|
364
|
+
default?: string;
|
|
365
|
+
};
|
|
358
366
|
}>>, {}>;
|
|
359
367
|
export default _sfc_main;
|
|
@@ -92,12 +92,8 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
92
92
|
default?: import("../../utils/props").RequestMethod;
|
|
93
93
|
};
|
|
94
94
|
requestHeaders: {
|
|
95
|
-
type?: import("vue").PropType<
|
|
96
|
-
|
|
97
|
-
}>;
|
|
98
|
-
default?: {
|
|
99
|
-
[key: string]: any;
|
|
100
|
-
};
|
|
95
|
+
type?: import("vue").PropType<string>;
|
|
96
|
+
default?: string;
|
|
101
97
|
};
|
|
102
98
|
isOpenRequestTimer: {
|
|
103
99
|
type?: import("vue").PropType<boolean>;
|
|
@@ -123,6 +119,14 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
123
119
|
type?: import("vue").PropType<number>;
|
|
124
120
|
default?: number;
|
|
125
121
|
};
|
|
122
|
+
requestParamsMode: {
|
|
123
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
124
|
+
default?: "1" | "2";
|
|
125
|
+
};
|
|
126
|
+
customRequestParams: {
|
|
127
|
+
type?: import("vue").PropType<string>;
|
|
128
|
+
default?: string;
|
|
129
|
+
};
|
|
126
130
|
}, {
|
|
127
131
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
128
132
|
getPopupContainer: () => HTMLElement;
|
|
@@ -322,12 +326,8 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
322
326
|
default?: import("../../utils/props").RequestMethod;
|
|
323
327
|
};
|
|
324
328
|
requestHeaders: {
|
|
325
|
-
type?: import("vue").PropType<
|
|
326
|
-
|
|
327
|
-
}>;
|
|
328
|
-
default?: {
|
|
329
|
-
[key: string]: any;
|
|
330
|
-
};
|
|
329
|
+
type?: import("vue").PropType<string>;
|
|
330
|
+
default?: string;
|
|
331
331
|
};
|
|
332
332
|
isOpenRequestTimer: {
|
|
333
333
|
type?: import("vue").PropType<boolean>;
|
|
@@ -353,6 +353,14 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
353
353
|
type?: import("vue").PropType<number>;
|
|
354
354
|
default?: number;
|
|
355
355
|
};
|
|
356
|
+
requestParamsMode: {
|
|
357
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
358
|
+
default?: "1" | "2";
|
|
359
|
+
};
|
|
360
|
+
customRequestParams: {
|
|
361
|
+
type?: import("vue").PropType<string>;
|
|
362
|
+
default?: string;
|
|
363
|
+
};
|
|
356
364
|
}>>, {}>> & Record<string, any>;
|
|
357
365
|
export default EcanDatePicker;
|
|
358
366
|
export * from './props';
|
|
@@ -103,12 +103,8 @@ export declare const datePickerComponentProps: {
|
|
|
103
103
|
default?: import('../../utils/props').RequestMethod;
|
|
104
104
|
};
|
|
105
105
|
requestHeaders: {
|
|
106
|
-
type?: import("vue").PropType<
|
|
107
|
-
|
|
108
|
-
}>;
|
|
109
|
-
default?: {
|
|
110
|
-
[key: string]: any;
|
|
111
|
-
};
|
|
106
|
+
type?: import("vue").PropType<string>;
|
|
107
|
+
default?: string;
|
|
112
108
|
};
|
|
113
109
|
isOpenRequestTimer: {
|
|
114
110
|
type?: import("vue").PropType<boolean>;
|
|
@@ -134,5 +130,13 @@ export declare const datePickerComponentProps: {
|
|
|
134
130
|
type?: import("vue").PropType<number>;
|
|
135
131
|
default?: number;
|
|
136
132
|
};
|
|
133
|
+
requestParamsMode: {
|
|
134
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
135
|
+
default?: "1" | "2";
|
|
136
|
+
};
|
|
137
|
+
customRequestParams: {
|
|
138
|
+
type?: import("vue").PropType<string>;
|
|
139
|
+
default?: string;
|
|
140
|
+
};
|
|
137
141
|
};
|
|
138
142
|
export declare const datePickerEvents: string[];
|
|
@@ -76,12 +76,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
76
76
|
default?: import("../../utils/props").RequestMethod;
|
|
77
77
|
};
|
|
78
78
|
requestHeaders: {
|
|
79
|
-
type?: import("vue").PropType<
|
|
80
|
-
|
|
81
|
-
}>;
|
|
82
|
-
default?: {
|
|
83
|
-
[key: string]: any;
|
|
84
|
-
};
|
|
79
|
+
type?: import("vue").PropType<string>;
|
|
80
|
+
default?: string;
|
|
85
81
|
};
|
|
86
82
|
isOpenRequestTimer: {
|
|
87
83
|
type?: import("vue").PropType<boolean>;
|
|
@@ -107,6 +103,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
107
103
|
type?: import("vue").PropType<number>;
|
|
108
104
|
default?: number;
|
|
109
105
|
};
|
|
106
|
+
requestParamsMode: {
|
|
107
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
108
|
+
default?: "1" | "2";
|
|
109
|
+
};
|
|
110
|
+
customRequestParams: {
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
113
|
+
};
|
|
110
114
|
}, {
|
|
111
115
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
112
116
|
myValue: import("vue").Ref<string>;
|
|
@@ -190,12 +194,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
190
194
|
default?: import("../../utils/props").RequestMethod;
|
|
191
195
|
};
|
|
192
196
|
requestHeaders: {
|
|
193
|
-
type?: import("vue").PropType<
|
|
194
|
-
|
|
195
|
-
}>;
|
|
196
|
-
default?: {
|
|
197
|
-
[key: string]: any;
|
|
198
|
-
};
|
|
197
|
+
type?: import("vue").PropType<string>;
|
|
198
|
+
default?: string;
|
|
199
199
|
};
|
|
200
200
|
isOpenRequestTimer: {
|
|
201
201
|
type?: import("vue").PropType<boolean>;
|
|
@@ -221,5 +221,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
221
221
|
type?: import("vue").PropType<number>;
|
|
222
222
|
default?: number;
|
|
223
223
|
};
|
|
224
|
+
requestParamsMode: {
|
|
225
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
226
|
+
default?: "1" | "2";
|
|
227
|
+
};
|
|
228
|
+
customRequestParams: {
|
|
229
|
+
type?: import("vue").PropType<string>;
|
|
230
|
+
default?: string;
|
|
231
|
+
};
|
|
224
232
|
}>>, {}>;
|
|
225
233
|
export default _sfc_main;
|
|
@@ -76,12 +76,8 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
76
76
|
default?: import("../../utils/props").RequestMethod;
|
|
77
77
|
};
|
|
78
78
|
requestHeaders: {
|
|
79
|
-
type?: import("vue").PropType<
|
|
80
|
-
|
|
81
|
-
}>;
|
|
82
|
-
default?: {
|
|
83
|
-
[key: string]: any;
|
|
84
|
-
};
|
|
79
|
+
type?: import("vue").PropType<string>;
|
|
80
|
+
default?: string;
|
|
85
81
|
};
|
|
86
82
|
isOpenRequestTimer: {
|
|
87
83
|
type?: import("vue").PropType<boolean>;
|
|
@@ -107,6 +103,14 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
107
103
|
type?: import("vue").PropType<number>;
|
|
108
104
|
default?: number;
|
|
109
105
|
};
|
|
106
|
+
requestParamsMode: {
|
|
107
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
108
|
+
default?: "1" | "2";
|
|
109
|
+
};
|
|
110
|
+
customRequestParams: {
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
113
|
+
};
|
|
110
114
|
}, {
|
|
111
115
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
112
116
|
myValue: import("vue").Ref<string>;
|
|
@@ -190,12 +194,8 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
190
194
|
default?: import("../../utils/props").RequestMethod;
|
|
191
195
|
};
|
|
192
196
|
requestHeaders: {
|
|
193
|
-
type?: import("vue").PropType<
|
|
194
|
-
|
|
195
|
-
}>;
|
|
196
|
-
default?: {
|
|
197
|
-
[key: string]: any;
|
|
198
|
-
};
|
|
197
|
+
type?: import("vue").PropType<string>;
|
|
198
|
+
default?: string;
|
|
199
199
|
};
|
|
200
200
|
isOpenRequestTimer: {
|
|
201
201
|
type?: import("vue").PropType<boolean>;
|
|
@@ -221,6 +221,14 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
221
221
|
type?: import("vue").PropType<number>;
|
|
222
222
|
default?: number;
|
|
223
223
|
};
|
|
224
|
+
requestParamsMode: {
|
|
225
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
226
|
+
default?: "1" | "2";
|
|
227
|
+
};
|
|
228
|
+
customRequestParams: {
|
|
229
|
+
type?: import("vue").PropType<string>;
|
|
230
|
+
default?: string;
|
|
231
|
+
};
|
|
224
232
|
}>>, {}>> & Record<string, any>;
|
|
225
233
|
export default EcanInput;
|
|
226
234
|
export * from './props';
|
|
@@ -83,12 +83,8 @@ export declare const inputComponentProps: {
|
|
|
83
83
|
default?: import('../../utils/props').RequestMethod;
|
|
84
84
|
};
|
|
85
85
|
requestHeaders: {
|
|
86
|
-
type?: import("vue").PropType<
|
|
87
|
-
|
|
88
|
-
}>;
|
|
89
|
-
default?: {
|
|
90
|
-
[key: string]: any;
|
|
91
|
-
};
|
|
86
|
+
type?: import("vue").PropType<string>;
|
|
87
|
+
default?: string;
|
|
92
88
|
};
|
|
93
89
|
isOpenRequestTimer: {
|
|
94
90
|
type?: import("vue").PropType<boolean>;
|
|
@@ -114,5 +110,13 @@ export declare const inputComponentProps: {
|
|
|
114
110
|
type?: import("vue").PropType<number>;
|
|
115
111
|
default?: number;
|
|
116
112
|
};
|
|
113
|
+
requestParamsMode: {
|
|
114
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
115
|
+
default?: "1" | "2";
|
|
116
|
+
};
|
|
117
|
+
customRequestParams: {
|
|
118
|
+
type?: import("vue").PropType<string>;
|
|
119
|
+
default?: string;
|
|
120
|
+
};
|
|
117
121
|
};
|
|
118
122
|
export declare const inputEvents: string[];
|
|
@@ -121,12 +121,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
121
121
|
default?: import("../../utils/props").RequestMethod;
|
|
122
122
|
};
|
|
123
123
|
requestHeaders: {
|
|
124
|
-
type?: import("vue").PropType<
|
|
125
|
-
|
|
126
|
-
}>;
|
|
127
|
-
default?: {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
};
|
|
124
|
+
type?: import("vue").PropType<string>;
|
|
125
|
+
default?: string;
|
|
130
126
|
};
|
|
131
127
|
isOpenRequestTimer: {
|
|
132
128
|
type?: import("vue").PropType<boolean>;
|
|
@@ -152,6 +148,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
152
148
|
type?: import("vue").PropType<number>;
|
|
153
149
|
default?: number;
|
|
154
150
|
};
|
|
151
|
+
requestParamsMode: {
|
|
152
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
153
|
+
default?: "1" | "2";
|
|
154
|
+
};
|
|
155
|
+
customRequestParams: {
|
|
156
|
+
type?: import("vue").PropType<string>;
|
|
157
|
+
default?: string;
|
|
158
|
+
};
|
|
155
159
|
}, {
|
|
156
160
|
myOption: import("vue").Ref<{
|
|
157
161
|
label: string;
|
|
@@ -296,12 +300,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
296
300
|
default?: import("../../utils/props").RequestMethod;
|
|
297
301
|
};
|
|
298
302
|
requestHeaders: {
|
|
299
|
-
type?: import("vue").PropType<
|
|
300
|
-
|
|
301
|
-
}>;
|
|
302
|
-
default?: {
|
|
303
|
-
[key: string]: any;
|
|
304
|
-
};
|
|
303
|
+
type?: import("vue").PropType<string>;
|
|
304
|
+
default?: string;
|
|
305
305
|
};
|
|
306
306
|
isOpenRequestTimer: {
|
|
307
307
|
type?: import("vue").PropType<boolean>;
|
|
@@ -327,5 +327,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
327
327
|
type?: import("vue").PropType<number>;
|
|
328
328
|
default?: number;
|
|
329
329
|
};
|
|
330
|
+
requestParamsMode: {
|
|
331
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
332
|
+
default?: "1" | "2";
|
|
333
|
+
};
|
|
334
|
+
customRequestParams: {
|
|
335
|
+
type?: import("vue").PropType<string>;
|
|
336
|
+
default?: string;
|
|
337
|
+
};
|
|
330
338
|
}>>, {}>;
|
|
331
339
|
export default _sfc_main;
|
|
@@ -120,12 +120,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
120
120
|
default?: import("../../utils/props").RequestMethod;
|
|
121
121
|
};
|
|
122
122
|
requestHeaders: {
|
|
123
|
-
type?: import("vue").PropType<
|
|
124
|
-
|
|
125
|
-
}>;
|
|
126
|
-
default?: {
|
|
127
|
-
[key: string]: any;
|
|
128
|
-
};
|
|
123
|
+
type?: import("vue").PropType<string>;
|
|
124
|
+
default?: string;
|
|
129
125
|
};
|
|
130
126
|
isOpenRequestTimer: {
|
|
131
127
|
type?: import("vue").PropType<boolean>;
|
|
@@ -151,6 +147,14 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
151
147
|
type?: import("vue").PropType<number>;
|
|
152
148
|
default?: number;
|
|
153
149
|
};
|
|
150
|
+
requestParamsMode: {
|
|
151
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
152
|
+
default?: "1" | "2";
|
|
153
|
+
};
|
|
154
|
+
customRequestParams: {
|
|
155
|
+
type?: import("vue").PropType<string>;
|
|
156
|
+
default?: string;
|
|
157
|
+
};
|
|
154
158
|
}, {
|
|
155
159
|
myOption: import("vue").Ref<{
|
|
156
160
|
label: string;
|
|
@@ -295,12 +299,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
295
299
|
default?: import("../../utils/props").RequestMethod;
|
|
296
300
|
};
|
|
297
301
|
requestHeaders: {
|
|
298
|
-
type?: import("vue").PropType<
|
|
299
|
-
|
|
300
|
-
}>;
|
|
301
|
-
default?: {
|
|
302
|
-
[key: string]: any;
|
|
303
|
-
};
|
|
302
|
+
type?: import("vue").PropType<string>;
|
|
303
|
+
default?: string;
|
|
304
304
|
};
|
|
305
305
|
isOpenRequestTimer: {
|
|
306
306
|
type?: import("vue").PropType<boolean>;
|
|
@@ -326,6 +326,14 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
326
326
|
type?: import("vue").PropType<number>;
|
|
327
327
|
default?: number;
|
|
328
328
|
};
|
|
329
|
+
requestParamsMode: {
|
|
330
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
331
|
+
default?: "1" | "2";
|
|
332
|
+
};
|
|
333
|
+
customRequestParams: {
|
|
334
|
+
type?: import("vue").PropType<string>;
|
|
335
|
+
default?: string;
|
|
336
|
+
};
|
|
329
337
|
}>>, {}>> & Record<string, any>;
|
|
330
338
|
export default EcanRadio;
|
|
331
339
|
export * from './props';
|
|
@@ -146,12 +146,8 @@ export declare const radioComponentProps: {
|
|
|
146
146
|
default?: import('../../utils/props').RequestMethod;
|
|
147
147
|
};
|
|
148
148
|
requestHeaders: {
|
|
149
|
-
type?: import("vue").PropType<
|
|
150
|
-
|
|
151
|
-
}>;
|
|
152
|
-
default?: {
|
|
153
|
-
[key: string]: any;
|
|
154
|
-
};
|
|
149
|
+
type?: import("vue").PropType<string>;
|
|
150
|
+
default?: string;
|
|
155
151
|
};
|
|
156
152
|
isOpenRequestTimer: {
|
|
157
153
|
type?: import("vue").PropType<boolean>;
|
|
@@ -177,5 +173,13 @@ export declare const radioComponentProps: {
|
|
|
177
173
|
type?: import("vue").PropType<number>;
|
|
178
174
|
default?: number;
|
|
179
175
|
};
|
|
176
|
+
requestParamsMode: {
|
|
177
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
178
|
+
default?: "1" | "2";
|
|
179
|
+
};
|
|
180
|
+
customRequestParams: {
|
|
181
|
+
type?: import("vue").PropType<string>;
|
|
182
|
+
default?: string;
|
|
183
|
+
};
|
|
180
184
|
};
|
|
181
185
|
export declare const radioEvents: string[];
|
|
@@ -122,12 +122,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
122
122
|
default?: import('../../utils/props').RequestMethod;
|
|
123
123
|
};
|
|
124
124
|
requestHeaders: {
|
|
125
|
-
type?: import("vue").PropType<
|
|
126
|
-
|
|
127
|
-
}>;
|
|
128
|
-
default?: {
|
|
129
|
-
[key: string]: any;
|
|
130
|
-
};
|
|
125
|
+
type?: import("vue").PropType<string>;
|
|
126
|
+
default?: string;
|
|
131
127
|
};
|
|
132
128
|
isOpenRequestTimer: {
|
|
133
129
|
type?: import("vue").PropType<boolean>;
|
|
@@ -153,6 +149,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
153
149
|
type?: import("vue").PropType<number>;
|
|
154
150
|
default?: number;
|
|
155
151
|
};
|
|
152
|
+
requestParamsMode: {
|
|
153
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
154
|
+
default?: "1" | "2";
|
|
155
|
+
};
|
|
156
|
+
customRequestParams: {
|
|
157
|
+
type?: import("vue").PropType<string>;
|
|
158
|
+
default?: string;
|
|
159
|
+
};
|
|
156
160
|
}, {
|
|
157
161
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
158
162
|
getPopupContainer: () => HTMLElement;
|
|
@@ -468,12 +472,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
468
472
|
default?: import('../../utils/props').RequestMethod;
|
|
469
473
|
};
|
|
470
474
|
requestHeaders: {
|
|
471
|
-
type?: import("vue").PropType<
|
|
472
|
-
|
|
473
|
-
}>;
|
|
474
|
-
default?: {
|
|
475
|
-
[key: string]: any;
|
|
476
|
-
};
|
|
475
|
+
type?: import("vue").PropType<string>;
|
|
476
|
+
default?: string;
|
|
477
477
|
};
|
|
478
478
|
isOpenRequestTimer: {
|
|
479
479
|
type?: import("vue").PropType<boolean>;
|
|
@@ -499,5 +499,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
499
499
|
type?: import("vue").PropType<number>;
|
|
500
500
|
default?: number;
|
|
501
501
|
};
|
|
502
|
+
requestParamsMode: {
|
|
503
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
504
|
+
default?: "1" | "2";
|
|
505
|
+
};
|
|
506
|
+
customRequestParams: {
|
|
507
|
+
type?: import("vue").PropType<string>;
|
|
508
|
+
default?: string;
|
|
509
|
+
};
|
|
502
510
|
}>>, {}>;
|
|
503
511
|
export default _sfc_main;
|
|
@@ -120,12 +120,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
120
120
|
default?: import("../../utils/props").RequestMethod;
|
|
121
121
|
};
|
|
122
122
|
requestHeaders: {
|
|
123
|
-
type?: import("vue").PropType<
|
|
124
|
-
|
|
125
|
-
}>;
|
|
126
|
-
default?: {
|
|
127
|
-
[key: string]: any;
|
|
128
|
-
};
|
|
123
|
+
type?: import("vue").PropType<string>;
|
|
124
|
+
default?: string;
|
|
129
125
|
};
|
|
130
126
|
isOpenRequestTimer: {
|
|
131
127
|
type?: import("vue").PropType<boolean>;
|
|
@@ -151,6 +147,14 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
151
147
|
type?: import("vue").PropType<number>;
|
|
152
148
|
default?: number;
|
|
153
149
|
};
|
|
150
|
+
requestParamsMode: {
|
|
151
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
152
|
+
default?: "1" | "2";
|
|
153
|
+
};
|
|
154
|
+
customRequestParams: {
|
|
155
|
+
type?: import("vue").PropType<string>;
|
|
156
|
+
default?: string;
|
|
157
|
+
};
|
|
154
158
|
}, {
|
|
155
159
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
156
160
|
getPopupContainer: () => HTMLElement;
|
|
@@ -466,12 +470,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
466
470
|
default?: import("../../utils/props").RequestMethod;
|
|
467
471
|
};
|
|
468
472
|
requestHeaders: {
|
|
469
|
-
type?: import("vue").PropType<
|
|
470
|
-
|
|
471
|
-
}>;
|
|
472
|
-
default?: {
|
|
473
|
-
[key: string]: any;
|
|
474
|
-
};
|
|
473
|
+
type?: import("vue").PropType<string>;
|
|
474
|
+
default?: string;
|
|
475
475
|
};
|
|
476
476
|
isOpenRequestTimer: {
|
|
477
477
|
type?: import("vue").PropType<boolean>;
|
|
@@ -497,6 +497,14 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
497
497
|
type?: import("vue").PropType<number>;
|
|
498
498
|
default?: number;
|
|
499
499
|
};
|
|
500
|
+
requestParamsMode: {
|
|
501
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
502
|
+
default?: "1" | "2";
|
|
503
|
+
};
|
|
504
|
+
customRequestParams: {
|
|
505
|
+
type?: import("vue").PropType<string>;
|
|
506
|
+
default?: string;
|
|
507
|
+
};
|
|
500
508
|
}>>, {}>> & Record<string, any>;
|
|
501
509
|
export default EcanRangePicker;
|
|
502
510
|
export * from './props';
|
|
@@ -139,12 +139,8 @@ export declare const rangePickerComponentProps: {
|
|
|
139
139
|
default?: import('../../utils/props').RequestMethod;
|
|
140
140
|
};
|
|
141
141
|
requestHeaders: {
|
|
142
|
-
type?: import("vue").PropType<
|
|
143
|
-
|
|
144
|
-
}>;
|
|
145
|
-
default?: {
|
|
146
|
-
[key: string]: any;
|
|
147
|
-
};
|
|
142
|
+
type?: import("vue").PropType<string>;
|
|
143
|
+
default?: string;
|
|
148
144
|
};
|
|
149
145
|
isOpenRequestTimer: {
|
|
150
146
|
type?: import("vue").PropType<boolean>;
|
|
@@ -170,5 +166,13 @@ export declare const rangePickerComponentProps: {
|
|
|
170
166
|
type?: import("vue").PropType<number>;
|
|
171
167
|
default?: number;
|
|
172
168
|
};
|
|
169
|
+
requestParamsMode: {
|
|
170
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
171
|
+
default?: "1" | "2";
|
|
172
|
+
};
|
|
173
|
+
customRequestParams: {
|
|
174
|
+
type?: import("vue").PropType<string>;
|
|
175
|
+
default?: string;
|
|
176
|
+
};
|
|
173
177
|
};
|
|
174
178
|
export declare const rangePickerEvents: string[];
|