@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecan-bi/datav",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.93",
|
|
4
4
|
"main": "dist/index.umd.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"prepublishOnly": "npm run build"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@ecan-bi/tools": "^1.0.
|
|
33
|
+
"@ecan-bi/tools": "^1.0.46",
|
|
34
34
|
"@sucrase/jest-plugin": "^2.2.0",
|
|
35
35
|
"@types/echarts": "^4.9.15",
|
|
36
36
|
"@types/jest": "^26.0.23",
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
"xlsx": "^0.18.5"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
+
"@ecan-bi/indicator-library": "^1.1.1",
|
|
82
83
|
"@types/big.js": "^6.1.6",
|
|
83
84
|
"ant-design-vue": "^3.1.1",
|
|
84
85
|
"axios": "^0.25.0",
|
|
@@ -135,11 +135,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
135
|
group: StringConstructor;
|
|
136
136
|
manualUpdate: BooleanConstructor;
|
|
137
137
|
}, {
|
|
138
|
+
resize: (opts?: import("echarts/types/dist/shared").ResizeOpts) => void;
|
|
138
139
|
getWidth: () => number;
|
|
139
140
|
getHeight: () => number;
|
|
140
141
|
getDom: () => HTMLElement;
|
|
141
142
|
getOption: () => import("echarts/types/dist/shared").ECBasicOption;
|
|
142
|
-
resize: (opts?: import("echarts/types/dist/shared").ResizeOpts) => void;
|
|
143
143
|
dispatchAction: (payload: import("echarts/types/dist/shared").Payload, opt?: boolean | {
|
|
144
144
|
silent?: boolean;
|
|
145
145
|
flush?: boolean;
|
|
@@ -51,8 +51,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
51
51
|
default: () => {};
|
|
52
52
|
};
|
|
53
53
|
}>>, {
|
|
54
|
-
dataSource: Record<string, any>;
|
|
55
54
|
visible: boolean;
|
|
55
|
+
dataSource: Record<string, any>;
|
|
56
56
|
vertical: boolean;
|
|
57
57
|
step: number;
|
|
58
58
|
wrapStyle: Record<string, any>;
|
|
@@ -211,6 +211,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
211
211
|
[key: string]: any;
|
|
212
212
|
};
|
|
213
213
|
};
|
|
214
|
+
toolboxShow?: {
|
|
215
|
+
type?: import("vue").PropType<boolean>;
|
|
216
|
+
default?: boolean;
|
|
217
|
+
};
|
|
218
|
+
isShowIndDetail?: {
|
|
219
|
+
type?: import("vue").PropType<boolean>;
|
|
220
|
+
default?: boolean;
|
|
221
|
+
};
|
|
222
|
+
indDetailIconColor?: {
|
|
223
|
+
type?: import("vue").PropType<string>;
|
|
224
|
+
default?: string;
|
|
225
|
+
};
|
|
214
226
|
}, {
|
|
215
227
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
216
228
|
gradientStyle: import("vue").ComputedRef<{}>;
|
|
@@ -437,5 +449,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
437
449
|
[key: string]: any;
|
|
438
450
|
};
|
|
439
451
|
};
|
|
452
|
+
toolboxShow?: {
|
|
453
|
+
type?: import("vue").PropType<boolean>;
|
|
454
|
+
default?: boolean;
|
|
455
|
+
};
|
|
456
|
+
isShowIndDetail?: {
|
|
457
|
+
type?: import("vue").PropType<boolean>;
|
|
458
|
+
default?: boolean;
|
|
459
|
+
};
|
|
460
|
+
indDetailIconColor?: {
|
|
461
|
+
type?: import("vue").PropType<string>;
|
|
462
|
+
default?: string;
|
|
463
|
+
};
|
|
440
464
|
}>>, {}>;
|
|
441
465
|
export default _sfc_main;
|
|
@@ -211,6 +211,18 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
211
211
|
[key: string]: any;
|
|
212
212
|
};
|
|
213
213
|
};
|
|
214
|
+
toolboxShow?: {
|
|
215
|
+
type?: import("vue").PropType<boolean>;
|
|
216
|
+
default?: boolean;
|
|
217
|
+
};
|
|
218
|
+
isShowIndDetail?: {
|
|
219
|
+
type?: import("vue").PropType<boolean>;
|
|
220
|
+
default?: boolean;
|
|
221
|
+
};
|
|
222
|
+
indDetailIconColor?: {
|
|
223
|
+
type?: import("vue").PropType<string>;
|
|
224
|
+
default?: string;
|
|
225
|
+
};
|
|
214
226
|
}, {
|
|
215
227
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
216
228
|
gradientStyle: import("vue").ComputedRef<{}>;
|
|
@@ -437,6 +449,18 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
437
449
|
[key: string]: any;
|
|
438
450
|
};
|
|
439
451
|
};
|
|
452
|
+
toolboxShow?: {
|
|
453
|
+
type?: import("vue").PropType<boolean>;
|
|
454
|
+
default?: boolean;
|
|
455
|
+
};
|
|
456
|
+
isShowIndDetail?: {
|
|
457
|
+
type?: import("vue").PropType<boolean>;
|
|
458
|
+
default?: boolean;
|
|
459
|
+
};
|
|
460
|
+
indDetailIconColor?: {
|
|
461
|
+
type?: import("vue").PropType<string>;
|
|
462
|
+
default?: string;
|
|
463
|
+
};
|
|
440
464
|
}>>, {}>> & Record<string, any>;
|
|
441
465
|
export default EcanBorder;
|
|
442
466
|
export * from './props';
|
|
@@ -238,5 +238,17 @@ export declare const borderComponentProps: {
|
|
|
238
238
|
[key: string]: any;
|
|
239
239
|
};
|
|
240
240
|
};
|
|
241
|
+
toolboxShow?: {
|
|
242
|
+
type?: import("vue").PropType<boolean>;
|
|
243
|
+
default?: boolean;
|
|
244
|
+
};
|
|
245
|
+
isShowIndDetail?: {
|
|
246
|
+
type?: import("vue").PropType<boolean>;
|
|
247
|
+
default?: boolean;
|
|
248
|
+
};
|
|
249
|
+
indDetailIconColor?: {
|
|
250
|
+
type?: import("vue").PropType<string>;
|
|
251
|
+
default?: string;
|
|
252
|
+
};
|
|
241
253
|
};
|
|
242
254
|
export declare const borderEvents: string[];
|
|
@@ -194,6 +194,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
194
194
|
[key: string]: any;
|
|
195
195
|
};
|
|
196
196
|
};
|
|
197
|
+
toolboxShow?: {
|
|
198
|
+
type?: import("vue").PropType<boolean>;
|
|
199
|
+
default?: boolean;
|
|
200
|
+
};
|
|
201
|
+
isShowIndDetail?: {
|
|
202
|
+
type?: import("vue").PropType<boolean>;
|
|
203
|
+
default?: boolean;
|
|
204
|
+
};
|
|
205
|
+
indDetailIconColor?: {
|
|
206
|
+
type?: import("vue").PropType<string>;
|
|
207
|
+
default?: string;
|
|
208
|
+
};
|
|
197
209
|
}, {
|
|
198
210
|
loading: import("vue").Ref<boolean>;
|
|
199
211
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -397,5 +409,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
397
409
|
[key: string]: any;
|
|
398
410
|
};
|
|
399
411
|
};
|
|
412
|
+
toolboxShow?: {
|
|
413
|
+
type?: import("vue").PropType<boolean>;
|
|
414
|
+
default?: boolean;
|
|
415
|
+
};
|
|
416
|
+
isShowIndDetail?: {
|
|
417
|
+
type?: import("vue").PropType<boolean>;
|
|
418
|
+
default?: boolean;
|
|
419
|
+
};
|
|
420
|
+
indDetailIconColor?: {
|
|
421
|
+
type?: import("vue").PropType<string>;
|
|
422
|
+
default?: string;
|
|
423
|
+
};
|
|
400
424
|
}>>, {}>;
|
|
401
425
|
export default _sfc_main;
|
|
@@ -194,6 +194,18 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
194
194
|
[key: string]: any;
|
|
195
195
|
};
|
|
196
196
|
};
|
|
197
|
+
toolboxShow?: {
|
|
198
|
+
type?: import("vue").PropType<boolean>;
|
|
199
|
+
default?: boolean;
|
|
200
|
+
};
|
|
201
|
+
isShowIndDetail?: {
|
|
202
|
+
type?: import("vue").PropType<boolean>;
|
|
203
|
+
default?: boolean;
|
|
204
|
+
};
|
|
205
|
+
indDetailIconColor?: {
|
|
206
|
+
type?: import("vue").PropType<string>;
|
|
207
|
+
default?: string;
|
|
208
|
+
};
|
|
197
209
|
}, {
|
|
198
210
|
loading: import("vue").Ref<boolean>;
|
|
199
211
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -397,6 +409,18 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
397
409
|
[key: string]: any;
|
|
398
410
|
};
|
|
399
411
|
};
|
|
412
|
+
toolboxShow?: {
|
|
413
|
+
type?: import("vue").PropType<boolean>;
|
|
414
|
+
default?: boolean;
|
|
415
|
+
};
|
|
416
|
+
isShowIndDetail?: {
|
|
417
|
+
type?: import("vue").PropType<boolean>;
|
|
418
|
+
default?: boolean;
|
|
419
|
+
};
|
|
420
|
+
indDetailIconColor?: {
|
|
421
|
+
type?: import("vue").PropType<string>;
|
|
422
|
+
default?: string;
|
|
423
|
+
};
|
|
400
424
|
}>>, {}>> & Record<string, any>;
|
|
401
425
|
export default EcanCirculate;
|
|
402
426
|
export * from './props';
|
|
@@ -215,5 +215,17 @@ export declare const circulateComponentProps: {
|
|
|
215
215
|
[key: string]: any;
|
|
216
216
|
};
|
|
217
217
|
};
|
|
218
|
+
toolboxShow?: {
|
|
219
|
+
type?: import("vue").PropType<boolean>;
|
|
220
|
+
default?: boolean;
|
|
221
|
+
};
|
|
222
|
+
isShowIndDetail?: {
|
|
223
|
+
type?: import("vue").PropType<boolean>;
|
|
224
|
+
default?: boolean;
|
|
225
|
+
};
|
|
226
|
+
indDetailIconColor?: {
|
|
227
|
+
type?: import("vue").PropType<string>;
|
|
228
|
+
default?: string;
|
|
229
|
+
};
|
|
218
230
|
};
|
|
219
231
|
export declare const circulateEvents: string[];
|
|
@@ -247,6 +247,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
247
247
|
[key: string]: any;
|
|
248
248
|
};
|
|
249
249
|
};
|
|
250
|
+
toolboxShow?: {
|
|
251
|
+
type?: import("vue").PropType<boolean>;
|
|
252
|
+
default?: boolean;
|
|
253
|
+
};
|
|
254
|
+
isShowIndDetail?: {
|
|
255
|
+
type?: import("vue").PropType<boolean>;
|
|
256
|
+
default?: boolean;
|
|
257
|
+
};
|
|
258
|
+
indDetailIconColor?: {
|
|
259
|
+
type?: import("vue").PropType<string>;
|
|
260
|
+
default?: string;
|
|
261
|
+
};
|
|
250
262
|
}, {
|
|
251
263
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
252
264
|
activeKey: import("vue").Ref<number>;
|
|
@@ -511,5 +523,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
511
523
|
[key: string]: any;
|
|
512
524
|
};
|
|
513
525
|
};
|
|
526
|
+
toolboxShow?: {
|
|
527
|
+
type?: import("vue").PropType<boolean>;
|
|
528
|
+
default?: boolean;
|
|
529
|
+
};
|
|
530
|
+
isShowIndDetail?: {
|
|
531
|
+
type?: import("vue").PropType<boolean>;
|
|
532
|
+
default?: boolean;
|
|
533
|
+
};
|
|
534
|
+
indDetailIconColor?: {
|
|
535
|
+
type?: import("vue").PropType<string>;
|
|
536
|
+
default?: string;
|
|
537
|
+
};
|
|
514
538
|
}>>, {}>;
|
|
515
539
|
export default _sfc_main;
|
|
@@ -247,6 +247,18 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
|
|
|
247
247
|
[key: string]: any;
|
|
248
248
|
};
|
|
249
249
|
};
|
|
250
|
+
toolboxShow?: {
|
|
251
|
+
type?: import("vue").PropType<boolean>;
|
|
252
|
+
default?: boolean;
|
|
253
|
+
};
|
|
254
|
+
isShowIndDetail?: {
|
|
255
|
+
type?: import("vue").PropType<boolean>;
|
|
256
|
+
default?: boolean;
|
|
257
|
+
};
|
|
258
|
+
indDetailIconColor?: {
|
|
259
|
+
type?: import("vue").PropType<string>;
|
|
260
|
+
default?: string;
|
|
261
|
+
};
|
|
250
262
|
}, {
|
|
251
263
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
252
264
|
activeKey: import("vue").Ref<number>;
|
|
@@ -511,6 +523,18 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
|
|
|
511
523
|
[key: string]: any;
|
|
512
524
|
};
|
|
513
525
|
};
|
|
526
|
+
toolboxShow?: {
|
|
527
|
+
type?: import("vue").PropType<boolean>;
|
|
528
|
+
default?: boolean;
|
|
529
|
+
};
|
|
530
|
+
isShowIndDetail?: {
|
|
531
|
+
type?: import("vue").PropType<boolean>;
|
|
532
|
+
default?: boolean;
|
|
533
|
+
};
|
|
534
|
+
indDetailIconColor?: {
|
|
535
|
+
type?: import("vue").PropType<string>;
|
|
536
|
+
default?: string;
|
|
537
|
+
};
|
|
514
538
|
}>>, {}>> & Record<string, any>;
|
|
515
539
|
export default EcanTabs;
|
|
516
540
|
export * from './props';
|
|
@@ -284,5 +284,17 @@ export declare const tabsComponentProps: {
|
|
|
284
284
|
[key: string]: any;
|
|
285
285
|
};
|
|
286
286
|
};
|
|
287
|
+
toolboxShow?: {
|
|
288
|
+
type?: import("vue").PropType<boolean>;
|
|
289
|
+
default?: boolean;
|
|
290
|
+
};
|
|
291
|
+
isShowIndDetail?: {
|
|
292
|
+
type?: import("vue").PropType<boolean>;
|
|
293
|
+
default?: boolean;
|
|
294
|
+
};
|
|
295
|
+
indDetailIconColor?: {
|
|
296
|
+
type?: import("vue").PropType<string>;
|
|
297
|
+
default?: string;
|
|
298
|
+
};
|
|
287
299
|
};
|
|
288
300
|
export declare const tabsEvents: string[];
|
|
@@ -143,6 +143,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
143
143
|
[key: string]: any;
|
|
144
144
|
};
|
|
145
145
|
};
|
|
146
|
+
toolboxShow?: {
|
|
147
|
+
type?: import("vue").PropType<boolean>;
|
|
148
|
+
default?: boolean;
|
|
149
|
+
};
|
|
150
|
+
isShowIndDetail?: {
|
|
151
|
+
type?: import("vue").PropType<boolean>;
|
|
152
|
+
default?: boolean;
|
|
153
|
+
};
|
|
154
|
+
indDetailIconColor?: {
|
|
155
|
+
type?: import("vue").PropType<string>;
|
|
156
|
+
default?: string;
|
|
157
|
+
};
|
|
146
158
|
}, {
|
|
147
159
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
148
160
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -290,5 +302,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
290
302
|
[key: string]: any;
|
|
291
303
|
};
|
|
292
304
|
};
|
|
305
|
+
toolboxShow?: {
|
|
306
|
+
type?: import("vue").PropType<boolean>;
|
|
307
|
+
default?: boolean;
|
|
308
|
+
};
|
|
309
|
+
isShowIndDetail?: {
|
|
310
|
+
type?: import("vue").PropType<boolean>;
|
|
311
|
+
default?: boolean;
|
|
312
|
+
};
|
|
313
|
+
indDetailIconColor?: {
|
|
314
|
+
type?: import("vue").PropType<string>;
|
|
315
|
+
default?: string;
|
|
316
|
+
};
|
|
293
317
|
}>>, {}>;
|
|
294
318
|
export default _sfc_main;
|
|
@@ -143,6 +143,18 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
|
|
|
143
143
|
[key: string]: any;
|
|
144
144
|
};
|
|
145
145
|
};
|
|
146
|
+
toolboxShow?: {
|
|
147
|
+
type?: import("vue").PropType<boolean>;
|
|
148
|
+
default?: boolean;
|
|
149
|
+
};
|
|
150
|
+
isShowIndDetail?: {
|
|
151
|
+
type?: import("vue").PropType<boolean>;
|
|
152
|
+
default?: boolean;
|
|
153
|
+
};
|
|
154
|
+
indDetailIconColor?: {
|
|
155
|
+
type?: import("vue").PropType<string>;
|
|
156
|
+
default?: string;
|
|
157
|
+
};
|
|
146
158
|
}, {
|
|
147
159
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
148
160
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -290,6 +302,18 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
|
|
|
290
302
|
[key: string]: any;
|
|
291
303
|
};
|
|
292
304
|
};
|
|
305
|
+
toolboxShow?: {
|
|
306
|
+
type?: import("vue").PropType<boolean>;
|
|
307
|
+
default?: boolean;
|
|
308
|
+
};
|
|
309
|
+
isShowIndDetail?: {
|
|
310
|
+
type?: import("vue").PropType<boolean>;
|
|
311
|
+
default?: boolean;
|
|
312
|
+
};
|
|
313
|
+
indDetailIconColor?: {
|
|
314
|
+
type?: import("vue").PropType<string>;
|
|
315
|
+
default?: string;
|
|
316
|
+
};
|
|
293
317
|
}>>, {}>> & Record<string, any>;
|
|
294
318
|
export default EcanTemplate;
|
|
295
319
|
export * from './props';
|
|
@@ -152,5 +152,17 @@ export declare const templateComponentProps: {
|
|
|
152
152
|
[key: string]: any;
|
|
153
153
|
};
|
|
154
154
|
};
|
|
155
|
+
toolboxShow?: {
|
|
156
|
+
type?: import("vue").PropType<boolean>;
|
|
157
|
+
default?: boolean;
|
|
158
|
+
};
|
|
159
|
+
isShowIndDetail?: {
|
|
160
|
+
type?: import("vue").PropType<boolean>;
|
|
161
|
+
default?: boolean;
|
|
162
|
+
};
|
|
163
|
+
indDetailIconColor?: {
|
|
164
|
+
type?: import("vue").PropType<string>;
|
|
165
|
+
default?: string;
|
|
166
|
+
};
|
|
155
167
|
};
|
|
156
168
|
export declare const templateEvents: string[];
|
|
@@ -4,16 +4,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
4
4
|
default?: string;
|
|
5
5
|
};
|
|
6
6
|
mode: {
|
|
7
|
-
type?: import("vue").PropType<"
|
|
8
|
-
default?: "
|
|
7
|
+
type?: import("vue").PropType<"link" | "default" | "text" | "dashed" | "primary">;
|
|
8
|
+
default?: "link" | "default" | "text" | "dashed" | "primary";
|
|
9
9
|
};
|
|
10
10
|
danger: {
|
|
11
11
|
type?: import("vue").PropType<boolean>;
|
|
12
12
|
default?: boolean;
|
|
13
13
|
};
|
|
14
14
|
shape: {
|
|
15
|
-
type?: import("vue").PropType<"default" | "
|
|
16
|
-
default?: "default" | "
|
|
15
|
+
type?: import("vue").PropType<"default" | "circle" | "round">;
|
|
16
|
+
default?: "default" | "circle" | "round";
|
|
17
17
|
};
|
|
18
18
|
href: {
|
|
19
19
|
type?: import("vue").PropType<string>;
|
|
@@ -167,6 +167,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
167
167
|
[key: string]: any;
|
|
168
168
|
};
|
|
169
169
|
};
|
|
170
|
+
toolboxShow?: {
|
|
171
|
+
type?: import("vue").PropType<boolean>;
|
|
172
|
+
default?: boolean;
|
|
173
|
+
};
|
|
174
|
+
isShowIndDetail?: {
|
|
175
|
+
type?: import("vue").PropType<boolean>;
|
|
176
|
+
default?: boolean;
|
|
177
|
+
};
|
|
178
|
+
indDetailIconColor?: {
|
|
179
|
+
type?: import("vue").PropType<string>;
|
|
180
|
+
default?: string;
|
|
181
|
+
};
|
|
170
182
|
}, {
|
|
171
183
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
172
184
|
click: () => void;
|
|
@@ -180,16 +192,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
180
192
|
default?: string;
|
|
181
193
|
};
|
|
182
194
|
mode: {
|
|
183
|
-
type?: import("vue").PropType<"
|
|
184
|
-
default?: "
|
|
195
|
+
type?: import("vue").PropType<"link" | "default" | "text" | "dashed" | "primary">;
|
|
196
|
+
default?: "link" | "default" | "text" | "dashed" | "primary";
|
|
185
197
|
};
|
|
186
198
|
danger: {
|
|
187
199
|
type?: import("vue").PropType<boolean>;
|
|
188
200
|
default?: boolean;
|
|
189
201
|
};
|
|
190
202
|
shape: {
|
|
191
|
-
type?: import("vue").PropType<"default" | "
|
|
192
|
-
default?: "default" | "
|
|
203
|
+
type?: import("vue").PropType<"default" | "circle" | "round">;
|
|
204
|
+
default?: "default" | "circle" | "round";
|
|
193
205
|
};
|
|
194
206
|
href: {
|
|
195
207
|
type?: import("vue").PropType<string>;
|
|
@@ -343,5 +355,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
343
355
|
[key: string]: any;
|
|
344
356
|
};
|
|
345
357
|
};
|
|
358
|
+
toolboxShow?: {
|
|
359
|
+
type?: import("vue").PropType<boolean>;
|
|
360
|
+
default?: boolean;
|
|
361
|
+
};
|
|
362
|
+
isShowIndDetail?: {
|
|
363
|
+
type?: import("vue").PropType<boolean>;
|
|
364
|
+
default?: boolean;
|
|
365
|
+
};
|
|
366
|
+
indDetailIconColor?: {
|
|
367
|
+
type?: import("vue").PropType<string>;
|
|
368
|
+
default?: string;
|
|
369
|
+
};
|
|
346
370
|
}>>, {}>;
|
|
347
371
|
export default _sfc_main;
|
|
@@ -4,16 +4,16 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
4
4
|
default?: string;
|
|
5
5
|
};
|
|
6
6
|
mode: {
|
|
7
|
-
type?: import("vue").PropType<"
|
|
8
|
-
default?: "
|
|
7
|
+
type?: import("vue").PropType<"link" | "default" | "text" | "dashed" | "primary">;
|
|
8
|
+
default?: "link" | "default" | "text" | "dashed" | "primary";
|
|
9
9
|
};
|
|
10
10
|
danger: {
|
|
11
11
|
type?: import("vue").PropType<boolean>;
|
|
12
12
|
default?: boolean;
|
|
13
13
|
};
|
|
14
14
|
shape: {
|
|
15
|
-
type?: import("vue").PropType<"default" | "
|
|
16
|
-
default?: "default" | "
|
|
15
|
+
type?: import("vue").PropType<"default" | "circle" | "round">;
|
|
16
|
+
default?: "default" | "circle" | "round";
|
|
17
17
|
};
|
|
18
18
|
href: {
|
|
19
19
|
type?: import("vue").PropType<string>;
|
|
@@ -167,6 +167,18 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
167
167
|
[key: string]: any;
|
|
168
168
|
};
|
|
169
169
|
};
|
|
170
|
+
toolboxShow?: {
|
|
171
|
+
type?: import("vue").PropType<boolean>;
|
|
172
|
+
default?: boolean;
|
|
173
|
+
};
|
|
174
|
+
isShowIndDetail?: {
|
|
175
|
+
type?: import("vue").PropType<boolean>;
|
|
176
|
+
default?: boolean;
|
|
177
|
+
};
|
|
178
|
+
indDetailIconColor?: {
|
|
179
|
+
type?: import("vue").PropType<string>;
|
|
180
|
+
default?: string;
|
|
181
|
+
};
|
|
170
182
|
}, {
|
|
171
183
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
172
184
|
click: () => void;
|
|
@@ -180,16 +192,16 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
180
192
|
default?: string;
|
|
181
193
|
};
|
|
182
194
|
mode: {
|
|
183
|
-
type?: import("vue").PropType<"
|
|
184
|
-
default?: "
|
|
195
|
+
type?: import("vue").PropType<"link" | "default" | "text" | "dashed" | "primary">;
|
|
196
|
+
default?: "link" | "default" | "text" | "dashed" | "primary";
|
|
185
197
|
};
|
|
186
198
|
danger: {
|
|
187
199
|
type?: import("vue").PropType<boolean>;
|
|
188
200
|
default?: boolean;
|
|
189
201
|
};
|
|
190
202
|
shape: {
|
|
191
|
-
type?: import("vue").PropType<"default" | "
|
|
192
|
-
default?: "default" | "
|
|
203
|
+
type?: import("vue").PropType<"default" | "circle" | "round">;
|
|
204
|
+
default?: "default" | "circle" | "round";
|
|
193
205
|
};
|
|
194
206
|
href: {
|
|
195
207
|
type?: import("vue").PropType<string>;
|
|
@@ -343,6 +355,18 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
343
355
|
[key: string]: any;
|
|
344
356
|
};
|
|
345
357
|
};
|
|
358
|
+
toolboxShow?: {
|
|
359
|
+
type?: import("vue").PropType<boolean>;
|
|
360
|
+
default?: boolean;
|
|
361
|
+
};
|
|
362
|
+
isShowIndDetail?: {
|
|
363
|
+
type?: import("vue").PropType<boolean>;
|
|
364
|
+
default?: boolean;
|
|
365
|
+
};
|
|
366
|
+
indDetailIconColor?: {
|
|
367
|
+
type?: import("vue").PropType<string>;
|
|
368
|
+
default?: string;
|
|
369
|
+
};
|
|
346
370
|
}>>, {}>> & Record<string, any>;
|
|
347
371
|
export default EcanButton;
|
|
348
372
|
export * from './props';
|
|
@@ -19,16 +19,16 @@ export declare const buttonComponentProps: {
|
|
|
19
19
|
default?: string;
|
|
20
20
|
};
|
|
21
21
|
mode: {
|
|
22
|
-
type?: import("vue").PropType<"
|
|
23
|
-
default?: "
|
|
22
|
+
type?: import("vue").PropType<"link" | "default" | "text" | "dashed" | "primary">;
|
|
23
|
+
default?: "link" | "default" | "text" | "dashed" | "primary";
|
|
24
24
|
};
|
|
25
25
|
danger: {
|
|
26
26
|
type?: import("vue").PropType<boolean>;
|
|
27
27
|
default?: boolean;
|
|
28
28
|
};
|
|
29
29
|
shape: {
|
|
30
|
-
type?: import("vue").PropType<"default" | "
|
|
31
|
-
default?: "default" | "
|
|
30
|
+
type?: import("vue").PropType<"default" | "circle" | "round">;
|
|
31
|
+
default?: "default" | "circle" | "round";
|
|
32
32
|
};
|
|
33
33
|
href: {
|
|
34
34
|
type?: import("vue").PropType<string>;
|
|
@@ -182,5 +182,17 @@ export declare const buttonComponentProps: {
|
|
|
182
182
|
[key: string]: any;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
toolboxShow?: {
|
|
186
|
+
type?: import("vue").PropType<boolean>;
|
|
187
|
+
default?: boolean;
|
|
188
|
+
};
|
|
189
|
+
isShowIndDetail?: {
|
|
190
|
+
type?: import("vue").PropType<boolean>;
|
|
191
|
+
default?: boolean;
|
|
192
|
+
};
|
|
193
|
+
indDetailIconColor?: {
|
|
194
|
+
type?: import("vue").PropType<string>;
|
|
195
|
+
default?: string;
|
|
196
|
+
};
|
|
185
197
|
};
|
|
186
198
|
export declare const buttonEvents: string[];
|
|
@@ -140,6 +140,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
140
140
|
[key: string]: any;
|
|
141
141
|
};
|
|
142
142
|
};
|
|
143
|
+
toolboxShow?: {
|
|
144
|
+
type?: import("vue").PropType<boolean>;
|
|
145
|
+
default?: boolean;
|
|
146
|
+
};
|
|
147
|
+
isShowIndDetail?: {
|
|
148
|
+
type?: import("vue").PropType<boolean>;
|
|
149
|
+
default?: boolean;
|
|
150
|
+
};
|
|
151
|
+
indDetailIconColor?: {
|
|
152
|
+
type?: import("vue").PropType<string>;
|
|
153
|
+
default?: string;
|
|
154
|
+
};
|
|
143
155
|
}, {
|
|
144
156
|
myOption: import("vue").Ref<{
|
|
145
157
|
label: string;
|
|
@@ -292,5 +304,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
292
304
|
[key: string]: any;
|
|
293
305
|
};
|
|
294
306
|
};
|
|
307
|
+
toolboxShow?: {
|
|
308
|
+
type?: import("vue").PropType<boolean>;
|
|
309
|
+
default?: boolean;
|
|
310
|
+
};
|
|
311
|
+
isShowIndDetail?: {
|
|
312
|
+
type?: import("vue").PropType<boolean>;
|
|
313
|
+
default?: boolean;
|
|
314
|
+
};
|
|
315
|
+
indDetailIconColor?: {
|
|
316
|
+
type?: import("vue").PropType<string>;
|
|
317
|
+
default?: string;
|
|
318
|
+
};
|
|
295
319
|
}>>, {}>;
|
|
296
320
|
export default _sfc_main;
|