@ecan-bi/datav 1.4.92 → 1.4.93
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 +6536 -6181
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +68 -68
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +3 -2
- package/types/common/echarts/Echarts.d.ts +1 -1
- package/types/common/marquee-scroll/MarqueeScroll.vue.d.ts +1 -1
- package/types/container/border/Border.vue.d.ts +24 -0
- package/types/container/border/index.d.ts +24 -0
- package/types/container/border/props.d.ts +12 -0
- package/types/container/circulate/Circulate.vue.d.ts +24 -0
- package/types/container/circulate/index.d.ts +24 -0
- package/types/container/circulate/props.d.ts +12 -0
- package/types/container/tabs/Tabs.vue.d.ts +24 -0
- package/types/container/tabs/index.d.ts +24 -0
- package/types/container/tabs/props.d.ts +12 -0
- package/types/container/template/Template.vue.d.ts +24 -0
- package/types/container/template/index.d.ts +24 -0
- package/types/container/template/props.d.ts +12 -0
- package/types/control/button/Button.vue.d.ts +32 -8
- package/types/control/button/index.d.ts +32 -8
- package/types/control/button/props.d.ts +16 -4
- package/types/control/checkbox/Checkbox.vue.d.ts +24 -0
- package/types/control/checkbox/index.d.ts +24 -0
- package/types/control/checkbox/props.d.ts +12 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +24 -0
- package/types/control/date-picker/index.d.ts +24 -0
- package/types/control/date-picker/props.d.ts +12 -0
- package/types/control/input/Input.vue.d.ts +24 -0
- package/types/control/input/index.d.ts +24 -0
- package/types/control/input/props.d.ts +12 -0
- package/types/control/nav-tab/NavTab.vue.d.ts +24 -0
- package/types/control/nav-tab/index.d.ts +24 -0
- package/types/control/nav-tab/props.d.ts +12 -0
- package/types/control/radio/Radio.vue.d.ts +28 -4
- package/types/control/radio/index.d.ts +28 -4
- package/types/control/radio/props.d.ts +14 -2
- package/types/control/range-picker/RangePicker.vue.d.ts +24 -0
- package/types/control/range-picker/index.d.ts +24 -0
- package/types/control/range-picker/props.d.ts +12 -0
- package/types/control/select/Select.vue.d.ts +28 -4
- package/types/control/select/index.d.ts +28 -4
- package/types/control/select/props.d.ts +14 -2
- package/types/control/tree-select/TreeSelect.vue.d.ts +12 -0
- package/types/control/tree-select/index.d.ts +12 -0
- package/types/control/tree-select/props.d.ts +12 -0
- package/types/graph/IndicatorDetailModal.vue.d.ts +5 -0
- package/types/graph/bar/Bar.vue.d.ts +21 -4
- package/types/graph/bar/index.d.ts +21 -4
- package/types/graph/bar/props.d.ts +10 -2
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +21 -4
- package/types/graph/combo-graph/index.d.ts +21 -4
- package/types/graph/combo-graph/props.d.ts +10 -2
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +24 -0
- package/types/graph/custom-graph/index.d.ts +24 -0
- package/types/graph/custom-graph/props.d.ts +12 -0
- package/types/graph/line/Line.vue.d.ts +17 -0
- package/types/graph/line/index.d.ts +17 -0
- package/types/graph/line/props.d.ts +10 -0
- package/types/graph/pie/Pie.vue.d.ts +21 -4
- package/types/graph/pie/index.d.ts +21 -4
- package/types/graph/pie/props.d.ts +10 -2
- package/types/graph/radar/Radar.vue.d.ts +17 -0
- package/types/graph/radar/index.d.ts +17 -0
- package/types/graph/radar/props.d.ts +10 -0
- package/types/graph/scatter/Scatter.vue.d.ts +17 -0
- package/types/graph/scatter/index.d.ts +17 -0
- package/types/graph/scatter/props.d.ts +8 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +28 -4
- package/types/laboratory/data-select/index.d.ts +28 -4
- package/types/laboratory/data-select/props.d.ts +14 -2
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +344 -0
- package/types/laboratory/index-panel/index.d.ts +345 -0
- package/types/laboratory/index-panel/props.d.ts +186 -0
- package/types/laboratory/index.d.ts +1 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +43 -4
- package/types/laboratory/pivotTable/index.d.ts +43 -4
- package/types/laboratory/pivotTable/props.d.ts +12 -0
- package/types/laboratory/value-line/ValueLine.vue.d.ts +16 -0
- package/types/laboratory/value-line/index.d.ts +16 -0
- package/types/laboratory/value-line/props.d.ts +10 -0
- package/types/map/map/Map.vue.d.ts +24 -0
- package/types/map/map/index.d.ts +24 -0
- package/types/map/map/props.d.ts +12 -0
- package/types/media/iframe/Iframe.vue.d.ts +24 -0
- package/types/media/iframe/index.d.ts +24 -0
- package/types/media/iframe/props.d.ts +12 -0
- package/types/media/image/Image.vue.d.ts +24 -0
- package/types/media/image/index.d.ts +24 -0
- package/types/media/image/props.d.ts +12 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +5 -0
- package/types/setting/provider-config/index.d.ts +5 -0
- package/types/table/table/Table.vue.d.ts +24 -0
- package/types/table/table/index.d.ts +24 -0
- package/types/table/table/props.d.ts +12 -0
- package/types/text/counter/Counter.vue.d.ts +24 -0
- package/types/text/counter/index.d.ts +24 -0
- package/types/text/counter/props.d.ts +12 -0
- package/types/text/list/List.vue.d.ts +24 -0
- package/types/text/list/index.d.ts +24 -0
- package/types/text/list/props.d.ts +12 -0
- package/types/text/proportion/Proportion.vue.d.ts +24 -0
- package/types/text/proportion/index.d.ts +24 -0
- package/types/text/proportion/props.d.ts +12 -0
- package/types/text/rectangle/Rectangle.vue.d.ts +24 -0
- package/types/text/rectangle/index.d.ts +24 -0
- package/types/text/rectangle/props.d.ts +12 -0
- package/types/text/text/Text.vue.d.ts +24 -0
- package/types/text/text/index.d.ts +24 -0
- package/types/text/text/props.d.ts +12 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +24 -0
- package/types/text/time-display/index.d.ts +24 -0
- package/types/text/time-display/props.d.ts +12 -0
- package/types/utils/props.d.ts +3 -0
- package/types/utils/util.d.ts +1 -0
|
@@ -139,6 +139,18 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
139
139
|
[key: string]: any;
|
|
140
140
|
};
|
|
141
141
|
};
|
|
142
|
+
toolboxShow?: {
|
|
143
|
+
type?: import("vue").PropType<boolean>;
|
|
144
|
+
default?: boolean;
|
|
145
|
+
};
|
|
146
|
+
isShowIndDetail?: {
|
|
147
|
+
type?: import("vue").PropType<boolean>;
|
|
148
|
+
default?: boolean;
|
|
149
|
+
};
|
|
150
|
+
indDetailIconColor?: {
|
|
151
|
+
type?: import("vue").PropType<string>;
|
|
152
|
+
default?: string;
|
|
153
|
+
};
|
|
142
154
|
}, {
|
|
143
155
|
myOption: import("vue").Ref<{
|
|
144
156
|
label: string;
|
|
@@ -291,6 +303,18 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
291
303
|
[key: string]: any;
|
|
292
304
|
};
|
|
293
305
|
};
|
|
306
|
+
toolboxShow?: {
|
|
307
|
+
type?: import("vue").PropType<boolean>;
|
|
308
|
+
default?: boolean;
|
|
309
|
+
};
|
|
310
|
+
isShowIndDetail?: {
|
|
311
|
+
type?: import("vue").PropType<boolean>;
|
|
312
|
+
default?: boolean;
|
|
313
|
+
};
|
|
314
|
+
indDetailIconColor?: {
|
|
315
|
+
type?: import("vue").PropType<string>;
|
|
316
|
+
default?: string;
|
|
317
|
+
};
|
|
294
318
|
}>>, {}>> & Record<string, any>;
|
|
295
319
|
export default EcanCheckbox;
|
|
296
320
|
export * from './props';
|
|
@@ -155,5 +155,17 @@ export declare const checkboxComponentProps: {
|
|
|
155
155
|
[key: string]: any;
|
|
156
156
|
};
|
|
157
157
|
};
|
|
158
|
+
toolboxShow?: {
|
|
159
|
+
type?: import("vue").PropType<boolean>;
|
|
160
|
+
default?: boolean;
|
|
161
|
+
};
|
|
162
|
+
isShowIndDetail?: {
|
|
163
|
+
type?: import("vue").PropType<boolean>;
|
|
164
|
+
default?: boolean;
|
|
165
|
+
};
|
|
166
|
+
indDetailIconColor?: {
|
|
167
|
+
type?: import("vue").PropType<string>;
|
|
168
|
+
default?: string;
|
|
169
|
+
};
|
|
158
170
|
};
|
|
159
171
|
export declare const checkboxEvents: string[];
|
|
@@ -165,6 +165,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
165
165
|
[key: string]: any;
|
|
166
166
|
};
|
|
167
167
|
};
|
|
168
|
+
toolboxShow?: {
|
|
169
|
+
type?: import("vue").PropType<boolean>;
|
|
170
|
+
default?: boolean;
|
|
171
|
+
};
|
|
172
|
+
isShowIndDetail?: {
|
|
173
|
+
type?: import("vue").PropType<boolean>;
|
|
174
|
+
default?: boolean;
|
|
175
|
+
};
|
|
176
|
+
indDetailIconColor?: {
|
|
177
|
+
type?: import("vue").PropType<string>;
|
|
178
|
+
default?: string;
|
|
179
|
+
};
|
|
168
180
|
}, {
|
|
169
181
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
170
182
|
getPopupContainer: () => HTMLElement;
|
|
@@ -436,5 +448,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
436
448
|
[key: string]: any;
|
|
437
449
|
};
|
|
438
450
|
};
|
|
451
|
+
toolboxShow?: {
|
|
452
|
+
type?: import("vue").PropType<boolean>;
|
|
453
|
+
default?: boolean;
|
|
454
|
+
};
|
|
455
|
+
isShowIndDetail?: {
|
|
456
|
+
type?: import("vue").PropType<boolean>;
|
|
457
|
+
default?: boolean;
|
|
458
|
+
};
|
|
459
|
+
indDetailIconColor?: {
|
|
460
|
+
type?: import("vue").PropType<string>;
|
|
461
|
+
default?: string;
|
|
462
|
+
};
|
|
439
463
|
}>>, {}>;
|
|
440
464
|
export default _sfc_main;
|
|
@@ -163,6 +163,18 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
163
163
|
[key: string]: any;
|
|
164
164
|
};
|
|
165
165
|
};
|
|
166
|
+
toolboxShow?: {
|
|
167
|
+
type?: import("vue").PropType<boolean>;
|
|
168
|
+
default?: boolean;
|
|
169
|
+
};
|
|
170
|
+
isShowIndDetail?: {
|
|
171
|
+
type?: import("vue").PropType<boolean>;
|
|
172
|
+
default?: boolean;
|
|
173
|
+
};
|
|
174
|
+
indDetailIconColor?: {
|
|
175
|
+
type?: import("vue").PropType<string>;
|
|
176
|
+
default?: string;
|
|
177
|
+
};
|
|
166
178
|
}, {
|
|
167
179
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
168
180
|
getPopupContainer: () => HTMLElement;
|
|
@@ -434,6 +446,18 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
434
446
|
[key: string]: any;
|
|
435
447
|
};
|
|
436
448
|
};
|
|
449
|
+
toolboxShow?: {
|
|
450
|
+
type?: import("vue").PropType<boolean>;
|
|
451
|
+
default?: boolean;
|
|
452
|
+
};
|
|
453
|
+
isShowIndDetail?: {
|
|
454
|
+
type?: import("vue").PropType<boolean>;
|
|
455
|
+
default?: boolean;
|
|
456
|
+
};
|
|
457
|
+
indDetailIconColor?: {
|
|
458
|
+
type?: import("vue").PropType<string>;
|
|
459
|
+
default?: string;
|
|
460
|
+
};
|
|
437
461
|
}>>, {}>> & Record<string, any>;
|
|
438
462
|
export default EcanDatePicker;
|
|
439
463
|
export * from './props';
|
|
@@ -177,5 +177,17 @@ export declare const datePickerComponentProps: {
|
|
|
177
177
|
[key: string]: any;
|
|
178
178
|
};
|
|
179
179
|
};
|
|
180
|
+
toolboxShow?: {
|
|
181
|
+
type?: import("vue").PropType<boolean>;
|
|
182
|
+
default?: boolean;
|
|
183
|
+
};
|
|
184
|
+
isShowIndDetail?: {
|
|
185
|
+
type?: import("vue").PropType<boolean>;
|
|
186
|
+
default?: boolean;
|
|
187
|
+
};
|
|
188
|
+
indDetailIconColor?: {
|
|
189
|
+
type?: import("vue").PropType<string>;
|
|
190
|
+
default?: string;
|
|
191
|
+
};
|
|
180
192
|
};
|
|
181
193
|
export declare const datePickerEvents: string[];
|
|
@@ -135,6 +135,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
135
135
|
[key: string]: any;
|
|
136
136
|
};
|
|
137
137
|
};
|
|
138
|
+
toolboxShow?: {
|
|
139
|
+
type?: import("vue").PropType<boolean>;
|
|
140
|
+
default?: boolean;
|
|
141
|
+
};
|
|
142
|
+
isShowIndDetail?: {
|
|
143
|
+
type?: import("vue").PropType<boolean>;
|
|
144
|
+
default?: boolean;
|
|
145
|
+
};
|
|
146
|
+
indDetailIconColor?: {
|
|
147
|
+
type?: import("vue").PropType<string>;
|
|
148
|
+
default?: string;
|
|
149
|
+
};
|
|
138
150
|
}, {
|
|
139
151
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
140
152
|
myValue: import("vue").Ref<string>;
|
|
@@ -277,5 +289,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
277
289
|
[key: string]: any;
|
|
278
290
|
};
|
|
279
291
|
};
|
|
292
|
+
toolboxShow?: {
|
|
293
|
+
type?: import("vue").PropType<boolean>;
|
|
294
|
+
default?: boolean;
|
|
295
|
+
};
|
|
296
|
+
isShowIndDetail?: {
|
|
297
|
+
type?: import("vue").PropType<boolean>;
|
|
298
|
+
default?: boolean;
|
|
299
|
+
};
|
|
300
|
+
indDetailIconColor?: {
|
|
301
|
+
type?: import("vue").PropType<string>;
|
|
302
|
+
default?: string;
|
|
303
|
+
};
|
|
280
304
|
}>>, {}>;
|
|
281
305
|
export default _sfc_main;
|
|
@@ -135,6 +135,18 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
135
135
|
[key: string]: any;
|
|
136
136
|
};
|
|
137
137
|
};
|
|
138
|
+
toolboxShow?: {
|
|
139
|
+
type?: import("vue").PropType<boolean>;
|
|
140
|
+
default?: boolean;
|
|
141
|
+
};
|
|
142
|
+
isShowIndDetail?: {
|
|
143
|
+
type?: import("vue").PropType<boolean>;
|
|
144
|
+
default?: boolean;
|
|
145
|
+
};
|
|
146
|
+
indDetailIconColor?: {
|
|
147
|
+
type?: import("vue").PropType<string>;
|
|
148
|
+
default?: string;
|
|
149
|
+
};
|
|
138
150
|
}, {
|
|
139
151
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
140
152
|
myValue: import("vue").Ref<string>;
|
|
@@ -277,6 +289,18 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
277
289
|
[key: string]: any;
|
|
278
290
|
};
|
|
279
291
|
};
|
|
292
|
+
toolboxShow?: {
|
|
293
|
+
type?: import("vue").PropType<boolean>;
|
|
294
|
+
default?: boolean;
|
|
295
|
+
};
|
|
296
|
+
isShowIndDetail?: {
|
|
297
|
+
type?: import("vue").PropType<boolean>;
|
|
298
|
+
default?: boolean;
|
|
299
|
+
};
|
|
300
|
+
indDetailIconColor?: {
|
|
301
|
+
type?: import("vue").PropType<string>;
|
|
302
|
+
default?: string;
|
|
303
|
+
};
|
|
280
304
|
}>>, {}>> & Record<string, any>;
|
|
281
305
|
export default EcanInput;
|
|
282
306
|
export * from './props';
|
|
@@ -142,5 +142,17 @@ export declare const inputComponentProps: {
|
|
|
142
142
|
[key: string]: any;
|
|
143
143
|
};
|
|
144
144
|
};
|
|
145
|
+
toolboxShow?: {
|
|
146
|
+
type?: import("vue").PropType<boolean>;
|
|
147
|
+
default?: boolean;
|
|
148
|
+
};
|
|
149
|
+
isShowIndDetail?: {
|
|
150
|
+
type?: import("vue").PropType<boolean>;
|
|
151
|
+
default?: boolean;
|
|
152
|
+
};
|
|
153
|
+
indDetailIconColor?: {
|
|
154
|
+
type?: import("vue").PropType<string>;
|
|
155
|
+
default?: string;
|
|
156
|
+
};
|
|
145
157
|
};
|
|
146
158
|
export declare const inputEvents: string[];
|
|
@@ -179,6 +179,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
179
179
|
[key: string]: any;
|
|
180
180
|
};
|
|
181
181
|
};
|
|
182
|
+
toolboxShow?: {
|
|
183
|
+
type?: import("vue").PropType<boolean>;
|
|
184
|
+
default?: boolean;
|
|
185
|
+
};
|
|
186
|
+
isShowIndDetail?: {
|
|
187
|
+
type?: import("vue").PropType<boolean>;
|
|
188
|
+
default?: boolean;
|
|
189
|
+
};
|
|
190
|
+
indDetailIconColor?: {
|
|
191
|
+
type?: import("vue").PropType<string>;
|
|
192
|
+
default?: string;
|
|
193
|
+
};
|
|
182
194
|
}, {
|
|
183
195
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
184
196
|
active: import("vue").Ref<number>;
|
|
@@ -366,5 +378,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
366
378
|
[key: string]: any;
|
|
367
379
|
};
|
|
368
380
|
};
|
|
381
|
+
toolboxShow?: {
|
|
382
|
+
type?: import("vue").PropType<boolean>;
|
|
383
|
+
default?: boolean;
|
|
384
|
+
};
|
|
385
|
+
isShowIndDetail?: {
|
|
386
|
+
type?: import("vue").PropType<boolean>;
|
|
387
|
+
default?: boolean;
|
|
388
|
+
};
|
|
389
|
+
indDetailIconColor?: {
|
|
390
|
+
type?: import("vue").PropType<string>;
|
|
391
|
+
default?: string;
|
|
392
|
+
};
|
|
369
393
|
}>>, {}>;
|
|
370
394
|
export default _sfc_main;
|
|
@@ -179,6 +179,18 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
|
|
|
179
179
|
[key: string]: any;
|
|
180
180
|
};
|
|
181
181
|
};
|
|
182
|
+
toolboxShow?: {
|
|
183
|
+
type?: import("vue").PropType<boolean>;
|
|
184
|
+
default?: boolean;
|
|
185
|
+
};
|
|
186
|
+
isShowIndDetail?: {
|
|
187
|
+
type?: import("vue").PropType<boolean>;
|
|
188
|
+
default?: boolean;
|
|
189
|
+
};
|
|
190
|
+
indDetailIconColor?: {
|
|
191
|
+
type?: import("vue").PropType<string>;
|
|
192
|
+
default?: string;
|
|
193
|
+
};
|
|
182
194
|
}, {
|
|
183
195
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
184
196
|
active: import("vue").Ref<number>;
|
|
@@ -366,6 +378,18 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
|
|
|
366
378
|
[key: string]: any;
|
|
367
379
|
};
|
|
368
380
|
};
|
|
381
|
+
toolboxShow?: {
|
|
382
|
+
type?: import("vue").PropType<boolean>;
|
|
383
|
+
default?: boolean;
|
|
384
|
+
};
|
|
385
|
+
isShowIndDetail?: {
|
|
386
|
+
type?: import("vue").PropType<boolean>;
|
|
387
|
+
default?: boolean;
|
|
388
|
+
};
|
|
389
|
+
indDetailIconColor?: {
|
|
390
|
+
type?: import("vue").PropType<string>;
|
|
391
|
+
default?: string;
|
|
392
|
+
};
|
|
369
393
|
}>>, {}>> & Record<string, any>;
|
|
370
394
|
export default EcanNavTab;
|
|
371
395
|
export * from './props';
|
|
@@ -199,5 +199,17 @@ export declare const navTabComponentProps: {
|
|
|
199
199
|
[key: string]: any;
|
|
200
200
|
};
|
|
201
201
|
};
|
|
202
|
+
toolboxShow?: {
|
|
203
|
+
type?: import("vue").PropType<boolean>;
|
|
204
|
+
default?: boolean;
|
|
205
|
+
};
|
|
206
|
+
isShowIndDetail?: {
|
|
207
|
+
type?: import("vue").PropType<boolean>;
|
|
208
|
+
default?: boolean;
|
|
209
|
+
};
|
|
210
|
+
indDetailIconColor?: {
|
|
211
|
+
type?: import("vue").PropType<string>;
|
|
212
|
+
default?: string;
|
|
213
|
+
};
|
|
202
214
|
};
|
|
203
215
|
export declare const navTabEvents: string[];
|
|
@@ -9,8 +9,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
9
9
|
default?: RadioOptions;
|
|
10
10
|
};
|
|
11
11
|
optionType: {
|
|
12
|
-
type?: import("vue").PropType<"
|
|
13
|
-
default?: "
|
|
12
|
+
type?: import("vue").PropType<"default" | "button">;
|
|
13
|
+
default?: "default" | "button";
|
|
14
14
|
};
|
|
15
15
|
tabBackgroundImage: {
|
|
16
16
|
type?: import("vue").PropType<string>;
|
|
@@ -192,6 +192,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
192
192
|
[key: string]: any;
|
|
193
193
|
};
|
|
194
194
|
};
|
|
195
|
+
toolboxShow?: {
|
|
196
|
+
type?: import("vue").PropType<boolean>;
|
|
197
|
+
default?: boolean;
|
|
198
|
+
};
|
|
199
|
+
isShowIndDetail?: {
|
|
200
|
+
type?: import("vue").PropType<boolean>;
|
|
201
|
+
default?: boolean;
|
|
202
|
+
};
|
|
203
|
+
indDetailIconColor?: {
|
|
204
|
+
type?: import("vue").PropType<string>;
|
|
205
|
+
default?: string;
|
|
206
|
+
};
|
|
195
207
|
}, {
|
|
196
208
|
myOption: import("vue").Ref<{
|
|
197
209
|
label: string;
|
|
@@ -226,8 +238,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
226
238
|
default?: RadioOptions;
|
|
227
239
|
};
|
|
228
240
|
optionType: {
|
|
229
|
-
type?: import("vue").PropType<"
|
|
230
|
-
default?: "
|
|
241
|
+
type?: import("vue").PropType<"default" | "button">;
|
|
242
|
+
default?: "default" | "button";
|
|
231
243
|
};
|
|
232
244
|
tabBackgroundImage: {
|
|
233
245
|
type?: import("vue").PropType<string>;
|
|
@@ -409,5 +421,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
409
421
|
[key: string]: any;
|
|
410
422
|
};
|
|
411
423
|
};
|
|
424
|
+
toolboxShow?: {
|
|
425
|
+
type?: import("vue").PropType<boolean>;
|
|
426
|
+
default?: boolean;
|
|
427
|
+
};
|
|
428
|
+
isShowIndDetail?: {
|
|
429
|
+
type?: import("vue").PropType<boolean>;
|
|
430
|
+
default?: boolean;
|
|
431
|
+
};
|
|
432
|
+
indDetailIconColor?: {
|
|
433
|
+
type?: import("vue").PropType<string>;
|
|
434
|
+
default?: string;
|
|
435
|
+
};
|
|
412
436
|
}>>, {}>;
|
|
413
437
|
export default _sfc_main;
|
|
@@ -8,8 +8,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
8
8
|
default?: import("./props").RadioOptions;
|
|
9
9
|
};
|
|
10
10
|
optionType: {
|
|
11
|
-
type?: import("vue").PropType<"
|
|
12
|
-
default?: "
|
|
11
|
+
type?: import("vue").PropType<"default" | "button">;
|
|
12
|
+
default?: "default" | "button";
|
|
13
13
|
};
|
|
14
14
|
tabBackgroundImage: {
|
|
15
15
|
type?: import("vue").PropType<string>;
|
|
@@ -191,6 +191,18 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
191
191
|
[key: string]: any;
|
|
192
192
|
};
|
|
193
193
|
};
|
|
194
|
+
toolboxShow?: {
|
|
195
|
+
type?: import("vue").PropType<boolean>;
|
|
196
|
+
default?: boolean;
|
|
197
|
+
};
|
|
198
|
+
isShowIndDetail?: {
|
|
199
|
+
type?: import("vue").PropType<boolean>;
|
|
200
|
+
default?: boolean;
|
|
201
|
+
};
|
|
202
|
+
indDetailIconColor?: {
|
|
203
|
+
type?: import("vue").PropType<string>;
|
|
204
|
+
default?: string;
|
|
205
|
+
};
|
|
194
206
|
}, {
|
|
195
207
|
myOption: import("vue").Ref<{
|
|
196
208
|
label: string;
|
|
@@ -225,8 +237,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
225
237
|
default?: import("./props").RadioOptions;
|
|
226
238
|
};
|
|
227
239
|
optionType: {
|
|
228
|
-
type?: import("vue").PropType<"
|
|
229
|
-
default?: "
|
|
240
|
+
type?: import("vue").PropType<"default" | "button">;
|
|
241
|
+
default?: "default" | "button";
|
|
230
242
|
};
|
|
231
243
|
tabBackgroundImage: {
|
|
232
244
|
type?: import("vue").PropType<string>;
|
|
@@ -408,6 +420,18 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
408
420
|
[key: string]: any;
|
|
409
421
|
};
|
|
410
422
|
};
|
|
423
|
+
toolboxShow?: {
|
|
424
|
+
type?: import("vue").PropType<boolean>;
|
|
425
|
+
default?: boolean;
|
|
426
|
+
};
|
|
427
|
+
isShowIndDetail?: {
|
|
428
|
+
type?: import("vue").PropType<boolean>;
|
|
429
|
+
default?: boolean;
|
|
430
|
+
};
|
|
431
|
+
indDetailIconColor?: {
|
|
432
|
+
type?: import("vue").PropType<string>;
|
|
433
|
+
default?: string;
|
|
434
|
+
};
|
|
411
435
|
}>>, {}>> & Record<string, any>;
|
|
412
436
|
export default EcanRadio;
|
|
413
437
|
export * from './props';
|
|
@@ -37,8 +37,8 @@ export declare const radioComponentProps: {
|
|
|
37
37
|
default?: RadioOptions;
|
|
38
38
|
};
|
|
39
39
|
optionType: {
|
|
40
|
-
type?: import("vue").PropType<"
|
|
41
|
-
default?: "
|
|
40
|
+
type?: import("vue").PropType<"default" | "button">;
|
|
41
|
+
default?: "default" | "button";
|
|
42
42
|
};
|
|
43
43
|
tabBackgroundImage: {
|
|
44
44
|
type?: import("vue").PropType<string>;
|
|
@@ -220,5 +220,17 @@ export declare const radioComponentProps: {
|
|
|
220
220
|
[key: string]: any;
|
|
221
221
|
};
|
|
222
222
|
};
|
|
223
|
+
toolboxShow?: {
|
|
224
|
+
type?: import("vue").PropType<boolean>;
|
|
225
|
+
default?: boolean;
|
|
226
|
+
};
|
|
227
|
+
isShowIndDetail?: {
|
|
228
|
+
type?: import("vue").PropType<boolean>;
|
|
229
|
+
default?: boolean;
|
|
230
|
+
};
|
|
231
|
+
indDetailIconColor?: {
|
|
232
|
+
type?: import("vue").PropType<string>;
|
|
233
|
+
default?: string;
|
|
234
|
+
};
|
|
223
235
|
};
|
|
224
236
|
export declare const radioEvents: string[];
|
|
@@ -181,6 +181,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
181
181
|
[key: string]: any;
|
|
182
182
|
};
|
|
183
183
|
};
|
|
184
|
+
toolboxShow?: {
|
|
185
|
+
type?: import("vue").PropType<boolean>;
|
|
186
|
+
default?: boolean;
|
|
187
|
+
};
|
|
188
|
+
isShowIndDetail?: {
|
|
189
|
+
type?: import("vue").PropType<boolean>;
|
|
190
|
+
default?: boolean;
|
|
191
|
+
};
|
|
192
|
+
indDetailIconColor?: {
|
|
193
|
+
type?: import("vue").PropType<string>;
|
|
194
|
+
default?: string;
|
|
195
|
+
};
|
|
184
196
|
}, {
|
|
185
197
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
186
198
|
getPopupContainer: () => HTMLElement;
|
|
@@ -555,5 +567,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
555
567
|
[key: string]: any;
|
|
556
568
|
};
|
|
557
569
|
};
|
|
570
|
+
toolboxShow?: {
|
|
571
|
+
type?: import("vue").PropType<boolean>;
|
|
572
|
+
default?: boolean;
|
|
573
|
+
};
|
|
574
|
+
isShowIndDetail?: {
|
|
575
|
+
type?: import("vue").PropType<boolean>;
|
|
576
|
+
default?: boolean;
|
|
577
|
+
};
|
|
578
|
+
indDetailIconColor?: {
|
|
579
|
+
type?: import("vue").PropType<string>;
|
|
580
|
+
default?: string;
|
|
581
|
+
};
|
|
558
582
|
}>>, {}>;
|
|
559
583
|
export default _sfc_main;
|
|
@@ -179,6 +179,18 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
179
179
|
[key: string]: any;
|
|
180
180
|
};
|
|
181
181
|
};
|
|
182
|
+
toolboxShow?: {
|
|
183
|
+
type?: import("vue").PropType<boolean>;
|
|
184
|
+
default?: boolean;
|
|
185
|
+
};
|
|
186
|
+
isShowIndDetail?: {
|
|
187
|
+
type?: import("vue").PropType<boolean>;
|
|
188
|
+
default?: boolean;
|
|
189
|
+
};
|
|
190
|
+
indDetailIconColor?: {
|
|
191
|
+
type?: import("vue").PropType<string>;
|
|
192
|
+
default?: string;
|
|
193
|
+
};
|
|
182
194
|
}, {
|
|
183
195
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
184
196
|
getPopupContainer: () => HTMLElement;
|
|
@@ -553,6 +565,18 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
553
565
|
[key: string]: any;
|
|
554
566
|
};
|
|
555
567
|
};
|
|
568
|
+
toolboxShow?: {
|
|
569
|
+
type?: import("vue").PropType<boolean>;
|
|
570
|
+
default?: boolean;
|
|
571
|
+
};
|
|
572
|
+
isShowIndDetail?: {
|
|
573
|
+
type?: import("vue").PropType<boolean>;
|
|
574
|
+
default?: boolean;
|
|
575
|
+
};
|
|
576
|
+
indDetailIconColor?: {
|
|
577
|
+
type?: import("vue").PropType<string>;
|
|
578
|
+
default?: string;
|
|
579
|
+
};
|
|
556
580
|
}>>, {}>> & Record<string, any>;
|
|
557
581
|
export default EcanRangePicker;
|
|
558
582
|
export * from './props';
|
|
@@ -198,5 +198,17 @@ export declare const rangePickerComponentProps: {
|
|
|
198
198
|
[key: string]: any;
|
|
199
199
|
};
|
|
200
200
|
};
|
|
201
|
+
toolboxShow?: {
|
|
202
|
+
type?: import("vue").PropType<boolean>;
|
|
203
|
+
default?: boolean;
|
|
204
|
+
};
|
|
205
|
+
isShowIndDetail?: {
|
|
206
|
+
type?: import("vue").PropType<boolean>;
|
|
207
|
+
default?: boolean;
|
|
208
|
+
};
|
|
209
|
+
indDetailIconColor?: {
|
|
210
|
+
type?: import("vue").PropType<string>;
|
|
211
|
+
default?: string;
|
|
212
|
+
};
|
|
201
213
|
};
|
|
202
214
|
export declare const rangePickerEvents: string[];
|
|
@@ -48,8 +48,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
valueType: {
|
|
51
|
-
type?: import("vue").PropType<"
|
|
52
|
-
default?: "
|
|
51
|
+
type?: import("vue").PropType<"value" | "label">;
|
|
52
|
+
default?: "value" | "label";
|
|
53
53
|
};
|
|
54
54
|
isAllowClear: {
|
|
55
55
|
type?: import("vue").PropType<boolean>;
|
|
@@ -183,6 +183,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
183
183
|
[key: string]: any;
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
|
+
toolboxShow?: {
|
|
187
|
+
type?: import("vue").PropType<boolean>;
|
|
188
|
+
default?: boolean;
|
|
189
|
+
};
|
|
190
|
+
isShowIndDetail?: {
|
|
191
|
+
type?: import("vue").PropType<boolean>;
|
|
192
|
+
default?: boolean;
|
|
193
|
+
};
|
|
194
|
+
indDetailIconColor?: {
|
|
195
|
+
type?: import("vue").PropType<string>;
|
|
196
|
+
default?: string;
|
|
197
|
+
};
|
|
186
198
|
}, {
|
|
187
199
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
188
200
|
getPopupContainer: () => HTMLElement;
|
|
@@ -258,8 +270,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
258
270
|
};
|
|
259
271
|
};
|
|
260
272
|
valueType: {
|
|
261
|
-
type?: import("vue").PropType<"
|
|
262
|
-
default?: "
|
|
273
|
+
type?: import("vue").PropType<"value" | "label">;
|
|
274
|
+
default?: "value" | "label";
|
|
263
275
|
};
|
|
264
276
|
isAllowClear: {
|
|
265
277
|
type?: import("vue").PropType<boolean>;
|
|
@@ -393,5 +405,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
393
405
|
[key: string]: any;
|
|
394
406
|
};
|
|
395
407
|
};
|
|
408
|
+
toolboxShow?: {
|
|
409
|
+
type?: import("vue").PropType<boolean>;
|
|
410
|
+
default?: boolean;
|
|
411
|
+
};
|
|
412
|
+
isShowIndDetail?: {
|
|
413
|
+
type?: import("vue").PropType<boolean>;
|
|
414
|
+
default?: boolean;
|
|
415
|
+
};
|
|
416
|
+
indDetailIconColor?: {
|
|
417
|
+
type?: import("vue").PropType<string>;
|
|
418
|
+
default?: string;
|
|
419
|
+
};
|
|
396
420
|
}>>, {}>;
|
|
397
421
|
export default _sfc_main;
|