@ecan-bi/datav 1.3.69 → 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 +1186 -1171
- 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 +4 -12
- package/types/container/border/index.d.ts +4 -12
- package/types/container/border/props.d.ts +2 -6
- package/types/container/circulate/Circulate.vue.d.ts +4 -12
- package/types/container/circulate/index.d.ts +4 -12
- package/types/container/circulate/props.d.ts +2 -6
- package/types/container/tabs/Tabs.vue.d.ts +4 -12
- package/types/container/tabs/index.d.ts +4 -12
- package/types/container/tabs/props.d.ts +2 -6
- package/types/control/button/Button.vue.d.ts +4 -12
- package/types/control/button/index.d.ts +4 -12
- package/types/control/button/props.d.ts +2 -6
- package/types/control/checkbox/Checkbox.vue.d.ts +4 -12
- package/types/control/checkbox/index.d.ts +4 -12
- package/types/control/checkbox/props.d.ts +2 -6
- package/types/control/date-picker/DatePicker.vue.d.ts +4 -12
- package/types/control/date-picker/index.d.ts +4 -12
- package/types/control/date-picker/props.d.ts +2 -6
- package/types/control/input/Input.vue.d.ts +4 -12
- package/types/control/input/index.d.ts +4 -12
- package/types/control/input/props.d.ts +2 -6
- package/types/control/radio/Radio.vue.d.ts +4 -12
- package/types/control/radio/index.d.ts +4 -12
- package/types/control/radio/props.d.ts +2 -6
- package/types/control/range-picker/RangePicker.vue.d.ts +4 -12
- package/types/control/range-picker/index.d.ts +4 -12
- package/types/control/range-picker/props.d.ts +2 -6
- package/types/control/select/Select.vue.d.ts +4 -12
- package/types/control/select/index.d.ts +4 -12
- package/types/control/select/props.d.ts +2 -6
- package/types/control/tree-select/TreeSelect.vue.d.ts +2 -6
- package/types/control/tree-select/index.d.ts +2 -6
- package/types/control/tree-select/props.d.ts +2 -6
- package/types/graph/bar/Bar.vue.d.ts +4 -12
- package/types/graph/bar/index.d.ts +4 -12
- package/types/graph/bar/props.d.ts +2 -6
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +4 -12
- package/types/graph/combo-graph/index.d.ts +4 -12
- package/types/graph/combo-graph/props.d.ts +2 -6
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +4 -12
- package/types/graph/custom-graph/index.d.ts +4 -12
- package/types/graph/custom-graph/props.d.ts +2 -6
- package/types/graph/line/Line.vue.d.ts +4 -12
- package/types/graph/line/index.d.ts +4 -12
- package/types/graph/line/props.d.ts +3 -9
- package/types/graph/pie/Pie.vue.d.ts +4 -12
- package/types/graph/pie/index.d.ts +4 -12
- package/types/graph/pie/props.d.ts +2 -6
- package/types/graph/radar/Radar.vue.d.ts +4 -12
- package/types/graph/radar/index.d.ts +4 -12
- package/types/graph/radar/props.d.ts +3 -9
- package/types/graph/scatter/Scatter.vue.d.ts +4 -12
- package/types/graph/scatter/index.d.ts +4 -12
- package/types/graph/scatter/props.d.ts +2 -6
- package/types/laboratory/data-select/DataSelect.vue.d.ts +4 -12
- package/types/laboratory/data-select/index.d.ts +4 -12
- package/types/laboratory/data-select/props.d.ts +2 -6
- package/types/map/map/Map.vue.d.ts +4 -12
- package/types/map/map/index.d.ts +4 -12
- package/types/map/map/props.d.ts +2 -6
- package/types/media/iframe/Iframe.vue.d.ts +4 -12
- package/types/media/iframe/index.d.ts +4 -12
- package/types/media/iframe/props.d.ts +2 -6
- package/types/media/image/Image.vue.d.ts +4 -12
- package/types/media/image/index.d.ts +4 -12
- package/types/media/image/props.d.ts +2 -6
- package/types/table/table/Table.vue.d.ts +4 -12
- package/types/table/table/index.d.ts +4 -12
- package/types/table/table/props.d.ts +2 -6
- package/types/text/counter/Counter.vue.d.ts +4 -12
- package/types/text/counter/index.d.ts +4 -12
- package/types/text/counter/props.d.ts +2 -6
- package/types/text/list/List.vue.d.ts +4 -12
- package/types/text/list/index.d.ts +4 -12
- package/types/text/list/props.d.ts +2 -6
- package/types/text/proportion/Proportion.vue.d.ts +4 -12
- package/types/text/proportion/index.d.ts +4 -12
- package/types/text/proportion/props.d.ts +2 -6
- package/types/text/text/Text.vue.d.ts +4 -12
- package/types/text/text/index.d.ts +4 -12
- package/types/text/text/props.d.ts +2 -6
- package/types/text/time-display/TimeDisplay.vue.d.ts +4 -12
- package/types/text/time-display/index.d.ts +4 -12
- package/types/text/time-display/props.d.ts +2 -6
- package/types/utils/props.d.ts +1 -3
package/package.json
CHANGED
|
@@ -144,12 +144,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
144
144
|
default?: import("../../utils/props").RequestMethod;
|
|
145
145
|
};
|
|
146
146
|
requestHeaders: {
|
|
147
|
-
type?: import("vue").PropType<
|
|
148
|
-
|
|
149
|
-
}>;
|
|
150
|
-
default?: {
|
|
151
|
-
[key: string]: any;
|
|
152
|
-
};
|
|
147
|
+
type?: import("vue").PropType<string>;
|
|
148
|
+
default?: string;
|
|
153
149
|
};
|
|
154
150
|
isOpenRequestTimer: {
|
|
155
151
|
type?: import("vue").PropType<boolean>;
|
|
@@ -346,12 +342,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
346
342
|
default?: import("../../utils/props").RequestMethod;
|
|
347
343
|
};
|
|
348
344
|
requestHeaders: {
|
|
349
|
-
type?: import("vue").PropType<
|
|
350
|
-
|
|
351
|
-
}>;
|
|
352
|
-
default?: {
|
|
353
|
-
[key: string]: any;
|
|
354
|
-
};
|
|
345
|
+
type?: import("vue").PropType<string>;
|
|
346
|
+
default?: string;
|
|
355
347
|
};
|
|
356
348
|
isOpenRequestTimer: {
|
|
357
349
|
type?: import("vue").PropType<boolean>;
|
|
@@ -144,12 +144,8 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
144
144
|
default?: import("../../utils/props").RequestMethod;
|
|
145
145
|
};
|
|
146
146
|
requestHeaders: {
|
|
147
|
-
type?: import("vue").PropType<
|
|
148
|
-
|
|
149
|
-
}>;
|
|
150
|
-
default?: {
|
|
151
|
-
[key: string]: any;
|
|
152
|
-
};
|
|
147
|
+
type?: import("vue").PropType<string>;
|
|
148
|
+
default?: string;
|
|
153
149
|
};
|
|
154
150
|
isOpenRequestTimer: {
|
|
155
151
|
type?: import("vue").PropType<boolean>;
|
|
@@ -346,12 +342,8 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
346
342
|
default?: import("../../utils/props").RequestMethod;
|
|
347
343
|
};
|
|
348
344
|
requestHeaders: {
|
|
349
|
-
type?: import("vue").PropType<
|
|
350
|
-
|
|
351
|
-
}>;
|
|
352
|
-
default?: {
|
|
353
|
-
[key: string]: any;
|
|
354
|
-
};
|
|
345
|
+
type?: import("vue").PropType<string>;
|
|
346
|
+
default?: string;
|
|
355
347
|
};
|
|
356
348
|
isOpenRequestTimer: {
|
|
357
349
|
type?: import("vue").PropType<boolean>;
|
|
@@ -169,12 +169,8 @@ export declare const borderComponentProps: {
|
|
|
169
169
|
default?: import('../../utils/props').RequestMethod;
|
|
170
170
|
};
|
|
171
171
|
requestHeaders: {
|
|
172
|
-
type?: import("vue").PropType<
|
|
173
|
-
|
|
174
|
-
}>;
|
|
175
|
-
default?: {
|
|
176
|
-
[key: string]: any;
|
|
177
|
-
};
|
|
172
|
+
type?: import("vue").PropType<string>;
|
|
173
|
+
default?: string;
|
|
178
174
|
};
|
|
179
175
|
isOpenRequestTimer: {
|
|
180
176
|
type?: import("vue").PropType<boolean>;
|
|
@@ -131,12 +131,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
131
131
|
default?: import("../../utils/props").RequestMethod;
|
|
132
132
|
};
|
|
133
133
|
requestHeaders: {
|
|
134
|
-
type?: import("vue").PropType<
|
|
135
|
-
|
|
136
|
-
}>;
|
|
137
|
-
default?: {
|
|
138
|
-
[key: string]: any;
|
|
139
|
-
};
|
|
134
|
+
type?: import("vue").PropType<string>;
|
|
135
|
+
default?: string;
|
|
140
136
|
};
|
|
141
137
|
isOpenRequestTimer: {
|
|
142
138
|
type?: import("vue").PropType<boolean>;
|
|
@@ -310,12 +306,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
310
306
|
default?: import("../../utils/props").RequestMethod;
|
|
311
307
|
};
|
|
312
308
|
requestHeaders: {
|
|
313
|
-
type?: import("vue").PropType<
|
|
314
|
-
|
|
315
|
-
}>;
|
|
316
|
-
default?: {
|
|
317
|
-
[key: string]: any;
|
|
318
|
-
};
|
|
309
|
+
type?: import("vue").PropType<string>;
|
|
310
|
+
default?: string;
|
|
319
311
|
};
|
|
320
312
|
isOpenRequestTimer: {
|
|
321
313
|
type?: import("vue").PropType<boolean>;
|
|
@@ -131,12 +131,8 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
131
131
|
default?: import("../../utils/props").RequestMethod;
|
|
132
132
|
};
|
|
133
133
|
requestHeaders: {
|
|
134
|
-
type?: import("vue").PropType<
|
|
135
|
-
|
|
136
|
-
}>;
|
|
137
|
-
default?: {
|
|
138
|
-
[key: string]: any;
|
|
139
|
-
};
|
|
134
|
+
type?: import("vue").PropType<string>;
|
|
135
|
+
default?: string;
|
|
140
136
|
};
|
|
141
137
|
isOpenRequestTimer: {
|
|
142
138
|
type?: import("vue").PropType<boolean>;
|
|
@@ -310,12 +306,8 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
310
306
|
default?: import("../../utils/props").RequestMethod;
|
|
311
307
|
};
|
|
312
308
|
requestHeaders: {
|
|
313
|
-
type?: import("vue").PropType<
|
|
314
|
-
|
|
315
|
-
}>;
|
|
316
|
-
default?: {
|
|
317
|
-
[key: string]: any;
|
|
318
|
-
};
|
|
309
|
+
type?: import("vue").PropType<string>;
|
|
310
|
+
default?: string;
|
|
319
311
|
};
|
|
320
312
|
isOpenRequestTimer: {
|
|
321
313
|
type?: import("vue").PropType<boolean>;
|
|
@@ -151,12 +151,8 @@ export declare const circulateComponentProps: {
|
|
|
151
151
|
default?: import('../../utils/props').RequestMethod;
|
|
152
152
|
};
|
|
153
153
|
requestHeaders: {
|
|
154
|
-
type?: import("vue").PropType<
|
|
155
|
-
|
|
156
|
-
}>;
|
|
157
|
-
default?: {
|
|
158
|
-
[key: string]: any;
|
|
159
|
-
};
|
|
154
|
+
type?: import("vue").PropType<string>;
|
|
155
|
+
default?: string;
|
|
160
156
|
};
|
|
161
157
|
isOpenRequestTimer: {
|
|
162
158
|
type?: import("vue").PropType<boolean>;
|
|
@@ -184,12 +184,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
184
184
|
default?: import("../../utils/props").RequestMethod;
|
|
185
185
|
};
|
|
186
186
|
requestHeaders: {
|
|
187
|
-
type?: import("vue").PropType<
|
|
188
|
-
|
|
189
|
-
}>;
|
|
190
|
-
default?: {
|
|
191
|
-
[key: string]: any;
|
|
192
|
-
};
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
193
189
|
};
|
|
194
190
|
isOpenRequestTimer: {
|
|
195
191
|
type?: import("vue").PropType<boolean>;
|
|
@@ -424,12 +420,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
424
420
|
default?: import("../../utils/props").RequestMethod;
|
|
425
421
|
};
|
|
426
422
|
requestHeaders: {
|
|
427
|
-
type?: import("vue").PropType<
|
|
428
|
-
|
|
429
|
-
}>;
|
|
430
|
-
default?: {
|
|
431
|
-
[key: string]: any;
|
|
432
|
-
};
|
|
423
|
+
type?: import("vue").PropType<string>;
|
|
424
|
+
default?: string;
|
|
433
425
|
};
|
|
434
426
|
isOpenRequestTimer: {
|
|
435
427
|
type?: import("vue").PropType<boolean>;
|
|
@@ -184,12 +184,8 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
|
|
|
184
184
|
default?: import("../../utils/props").RequestMethod;
|
|
185
185
|
};
|
|
186
186
|
requestHeaders: {
|
|
187
|
-
type?: import("vue").PropType<
|
|
188
|
-
|
|
189
|
-
}>;
|
|
190
|
-
default?: {
|
|
191
|
-
[key: string]: any;
|
|
192
|
-
};
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
193
189
|
};
|
|
194
190
|
isOpenRequestTimer: {
|
|
195
191
|
type?: import("vue").PropType<boolean>;
|
|
@@ -424,12 +420,8 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
|
|
|
424
420
|
default?: import("../../utils/props").RequestMethod;
|
|
425
421
|
};
|
|
426
422
|
requestHeaders: {
|
|
427
|
-
type?: import("vue").PropType<
|
|
428
|
-
|
|
429
|
-
}>;
|
|
430
|
-
default?: {
|
|
431
|
-
[key: string]: any;
|
|
432
|
-
};
|
|
423
|
+
type?: import("vue").PropType<string>;
|
|
424
|
+
default?: string;
|
|
433
425
|
};
|
|
434
426
|
isOpenRequestTimer: {
|
|
435
427
|
type?: import("vue").PropType<boolean>;
|
|
@@ -220,12 +220,8 @@ export declare const tabsComponentProps: {
|
|
|
220
220
|
default?: import('../../utils/props').RequestMethod;
|
|
221
221
|
};
|
|
222
222
|
requestHeaders: {
|
|
223
|
-
type?: import("vue").PropType<
|
|
224
|
-
|
|
225
|
-
}>;
|
|
226
|
-
default?: {
|
|
227
|
-
[key: string]: any;
|
|
228
|
-
};
|
|
223
|
+
type?: import("vue").PropType<string>;
|
|
224
|
+
default?: string;
|
|
229
225
|
};
|
|
230
226
|
isOpenRequestTimer: {
|
|
231
227
|
type?: import("vue").PropType<boolean>;
|
|
@@ -108,12 +108,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
108
108
|
default?: import("../../utils/props").RequestMethod;
|
|
109
109
|
};
|
|
110
110
|
requestHeaders: {
|
|
111
|
-
type?: import("vue").PropType<
|
|
112
|
-
|
|
113
|
-
}>;
|
|
114
|
-
default?: {
|
|
115
|
-
[key: string]: any;
|
|
116
|
-
};
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
117
113
|
};
|
|
118
114
|
isOpenRequestTimer: {
|
|
119
115
|
type?: import("vue").PropType<boolean>;
|
|
@@ -264,12 +260,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
264
260
|
default?: import("../../utils/props").RequestMethod;
|
|
265
261
|
};
|
|
266
262
|
requestHeaders: {
|
|
267
|
-
type?: import("vue").PropType<
|
|
268
|
-
|
|
269
|
-
}>;
|
|
270
|
-
default?: {
|
|
271
|
-
[key: string]: any;
|
|
272
|
-
};
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
273
265
|
};
|
|
274
266
|
isOpenRequestTimer: {
|
|
275
267
|
type?: import("vue").PropType<boolean>;
|
|
@@ -108,12 +108,8 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
108
108
|
default?: import("../../utils/props").RequestMethod;
|
|
109
109
|
};
|
|
110
110
|
requestHeaders: {
|
|
111
|
-
type?: import("vue").PropType<
|
|
112
|
-
|
|
113
|
-
}>;
|
|
114
|
-
default?: {
|
|
115
|
-
[key: string]: any;
|
|
116
|
-
};
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
117
113
|
};
|
|
118
114
|
isOpenRequestTimer: {
|
|
119
115
|
type?: import("vue").PropType<boolean>;
|
|
@@ -264,12 +260,8 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
264
260
|
default?: import("../../utils/props").RequestMethod;
|
|
265
261
|
};
|
|
266
262
|
requestHeaders: {
|
|
267
|
-
type?: import("vue").PropType<
|
|
268
|
-
|
|
269
|
-
}>;
|
|
270
|
-
default?: {
|
|
271
|
-
[key: string]: any;
|
|
272
|
-
};
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
273
265
|
};
|
|
274
266
|
isOpenRequestTimer: {
|
|
275
267
|
type?: import("vue").PropType<boolean>;
|
|
@@ -123,12 +123,8 @@ export declare const buttonComponentProps: {
|
|
|
123
123
|
default?: import('../../utils/props').RequestMethod;
|
|
124
124
|
};
|
|
125
125
|
requestHeaders: {
|
|
126
|
-
type?: import("vue").PropType<
|
|
127
|
-
|
|
128
|
-
}>;
|
|
129
|
-
default?: {
|
|
130
|
-
[key: string]: any;
|
|
131
|
-
};
|
|
126
|
+
type?: import("vue").PropType<string>;
|
|
127
|
+
default?: string;
|
|
132
128
|
};
|
|
133
129
|
isOpenRequestTimer: {
|
|
134
130
|
type?: import("vue").PropType<boolean>;
|
|
@@ -81,12 +81,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
81
81
|
default?: import("../../utils/props").RequestMethod;
|
|
82
82
|
};
|
|
83
83
|
requestHeaders: {
|
|
84
|
-
type?: import("vue").PropType<
|
|
85
|
-
|
|
86
|
-
}>;
|
|
87
|
-
default?: {
|
|
88
|
-
[key: string]: any;
|
|
89
|
-
};
|
|
84
|
+
type?: import("vue").PropType<string>;
|
|
85
|
+
default?: string;
|
|
90
86
|
};
|
|
91
87
|
isOpenRequestTimer: {
|
|
92
88
|
type?: import("vue").PropType<boolean>;
|
|
@@ -213,12 +209,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
213
209
|
default?: import("../../utils/props").RequestMethod;
|
|
214
210
|
};
|
|
215
211
|
requestHeaders: {
|
|
216
|
-
type?: import("vue").PropType<
|
|
217
|
-
|
|
218
|
-
}>;
|
|
219
|
-
default?: {
|
|
220
|
-
[key: string]: any;
|
|
221
|
-
};
|
|
212
|
+
type?: import("vue").PropType<string>;
|
|
213
|
+
default?: string;
|
|
222
214
|
};
|
|
223
215
|
isOpenRequestTimer: {
|
|
224
216
|
type?: import("vue").PropType<boolean>;
|
|
@@ -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>;
|
|
@@ -212,12 +208,8 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
212
208
|
default?: import("../../utils/props").RequestMethod;
|
|
213
209
|
};
|
|
214
210
|
requestHeaders: {
|
|
215
|
-
type?: import("vue").PropType<
|
|
216
|
-
|
|
217
|
-
}>;
|
|
218
|
-
default?: {
|
|
219
|
-
[key: string]: any;
|
|
220
|
-
};
|
|
211
|
+
type?: import("vue").PropType<string>;
|
|
212
|
+
default?: string;
|
|
221
213
|
};
|
|
222
214
|
isOpenRequestTimer: {
|
|
223
215
|
type?: import("vue").PropType<boolean>;
|
|
@@ -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>;
|
|
@@ -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>;
|
|
@@ -332,12 +328,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
332
328
|
default?: import('../../utils/props').RequestMethod;
|
|
333
329
|
};
|
|
334
330
|
requestHeaders: {
|
|
335
|
-
type?: import("vue").PropType<
|
|
336
|
-
|
|
337
|
-
}>;
|
|
338
|
-
default?: {
|
|
339
|
-
[key: string]: any;
|
|
340
|
-
};
|
|
331
|
+
type?: import("vue").PropType<string>;
|
|
332
|
+
default?: string;
|
|
341
333
|
};
|
|
342
334
|
isOpenRequestTimer: {
|
|
343
335
|
type?: import("vue").PropType<boolean>;
|
|
@@ -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>;
|
|
@@ -330,12 +326,8 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
330
326
|
default?: import("../../utils/props").RequestMethod;
|
|
331
327
|
};
|
|
332
328
|
requestHeaders: {
|
|
333
|
-
type?: import("vue").PropType<
|
|
334
|
-
|
|
335
|
-
}>;
|
|
336
|
-
default?: {
|
|
337
|
-
[key: string]: any;
|
|
338
|
-
};
|
|
329
|
+
type?: import("vue").PropType<string>;
|
|
330
|
+
default?: string;
|
|
339
331
|
};
|
|
340
332
|
isOpenRequestTimer: {
|
|
341
333
|
type?: import("vue").PropType<boolean>;
|
|
@@ -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>;
|
|
@@ -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>;
|
|
@@ -198,12 +194,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
198
194
|
default?: import("../../utils/props").RequestMethod;
|
|
199
195
|
};
|
|
200
196
|
requestHeaders: {
|
|
201
|
-
type?: import("vue").PropType<
|
|
202
|
-
|
|
203
|
-
}>;
|
|
204
|
-
default?: {
|
|
205
|
-
[key: string]: any;
|
|
206
|
-
};
|
|
197
|
+
type?: import("vue").PropType<string>;
|
|
198
|
+
default?: string;
|
|
207
199
|
};
|
|
208
200
|
isOpenRequestTimer: {
|
|
209
201
|
type?: import("vue").PropType<boolean>;
|
|
@@ -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>;
|
|
@@ -198,12 +194,8 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
198
194
|
default?: import("../../utils/props").RequestMethod;
|
|
199
195
|
};
|
|
200
196
|
requestHeaders: {
|
|
201
|
-
type?: import("vue").PropType<
|
|
202
|
-
|
|
203
|
-
}>;
|
|
204
|
-
default?: {
|
|
205
|
-
[key: string]: any;
|
|
206
|
-
};
|
|
197
|
+
type?: import("vue").PropType<string>;
|
|
198
|
+
default?: string;
|
|
207
199
|
};
|
|
208
200
|
isOpenRequestTimer: {
|
|
209
201
|
type?: import("vue").PropType<boolean>;
|
|
@@ -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>;
|
|
@@ -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>;
|
|
@@ -304,12 +300,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
304
300
|
default?: import("../../utils/props").RequestMethod;
|
|
305
301
|
};
|
|
306
302
|
requestHeaders: {
|
|
307
|
-
type?: import("vue").PropType<
|
|
308
|
-
|
|
309
|
-
}>;
|
|
310
|
-
default?: {
|
|
311
|
-
[key: string]: any;
|
|
312
|
-
};
|
|
303
|
+
type?: import("vue").PropType<string>;
|
|
304
|
+
default?: string;
|
|
313
305
|
};
|
|
314
306
|
isOpenRequestTimer: {
|
|
315
307
|
type?: import("vue").PropType<boolean>;
|
|
@@ -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>;
|
|
@@ -303,12 +299,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
303
299
|
default?: import("../../utils/props").RequestMethod;
|
|
304
300
|
};
|
|
305
301
|
requestHeaders: {
|
|
306
|
-
type?: import("vue").PropType<
|
|
307
|
-
|
|
308
|
-
}>;
|
|
309
|
-
default?: {
|
|
310
|
-
[key: string]: any;
|
|
311
|
-
};
|
|
302
|
+
type?: import("vue").PropType<string>;
|
|
303
|
+
default?: string;
|
|
312
304
|
};
|
|
313
305
|
isOpenRequestTimer: {
|
|
314
306
|
type?: import("vue").PropType<boolean>;
|
|
@@ -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>;
|
|
@@ -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>;
|
|
@@ -476,12 +472,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
476
472
|
default?: import('../../utils/props').RequestMethod;
|
|
477
473
|
};
|
|
478
474
|
requestHeaders: {
|
|
479
|
-
type?: import("vue").PropType<
|
|
480
|
-
|
|
481
|
-
}>;
|
|
482
|
-
default?: {
|
|
483
|
-
[key: string]: any;
|
|
484
|
-
};
|
|
475
|
+
type?: import("vue").PropType<string>;
|
|
476
|
+
default?: string;
|
|
485
477
|
};
|
|
486
478
|
isOpenRequestTimer: {
|
|
487
479
|
type?: import("vue").PropType<boolean>;
|