@ecan-bi/datav 1.6.5 → 1.6.8
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 +6676 -7198
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +38 -38
- 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 +16 -8
- package/types/container/border/index.d.ts +16 -8
- package/types/container/border/props.d.ts +8 -4
- package/types/container/circulate/Circulate.vue.d.ts +16 -8
- package/types/container/circulate/index.d.ts +16 -8
- package/types/container/circulate/props.d.ts +8 -4
- package/types/container/tabs/Tabs.vue.d.ts +16 -8
- package/types/container/tabs/index.d.ts +16 -8
- package/types/container/tabs/props.d.ts +8 -4
- package/types/container/template/Template.vue.d.ts +16 -8
- package/types/container/template/index.d.ts +16 -8
- package/types/container/template/props.d.ts +8 -4
- 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 +16 -8
- package/types/control/checkbox/index.d.ts +16 -8
- package/types/control/checkbox/props.d.ts +8 -4
- package/types/control/date-picker/DatePicker.vue.d.ts +29 -21
- package/types/control/date-picker/index.d.ts +29 -21
- package/types/control/date-picker/props.d.ts +10 -6
- package/types/control/input/Input.vue.d.ts +16 -8
- package/types/control/input/index.d.ts +16 -8
- package/types/control/input/props.d.ts +8 -4
- package/types/control/nav-tab/NavTab.vue.d.ts +16 -8
- package/types/control/nav-tab/index.d.ts +16 -8
- package/types/control/nav-tab/props.d.ts +8 -4
- 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 +38 -30
- package/types/control/range-picker/index.d.ts +38 -30
- package/types/control/range-picker/props.d.ts +10 -6
- package/types/control/select/Select.vue.d.ts +16 -8
- package/types/control/select/index.d.ts +16 -8
- package/types/control/select/props.d.ts +8 -4
- package/types/control/tree-select/TreeSelect.vue.d.ts +8 -4
- package/types/control/tree-select/index.d.ts +8 -4
- package/types/control/tree-select/props.d.ts +8 -4
- 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/boxplot/Boxplot.vue.d.ts +16 -8
- package/types/graph/boxplot/index.d.ts +16 -8
- package/types/graph/boxplot/props.d.ts +11 -6
- package/types/graph/budget/Budget.vue.d.ts +20 -12
- package/types/graph/budget/index.d.ts +20 -12
- package/types/graph/budget/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 +16 -8
- package/types/graph/custom-graph/index.d.ts +16 -8
- package/types/graph/custom-graph/props.d.ts +8 -4
- package/types/graph/gauge/Gauge.vue.d.ts +16 -8
- package/types/graph/gauge/index.d.ts +16 -8
- package/types/graph/gauge/props.d.ts +8 -4
- package/types/graph/line/Line.vue.d.ts +16 -8
- package/types/graph/line/index.d.ts +16 -8
- package/types/graph/line/props.d.ts +11 -6
- 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 +16 -8
- package/types/graph/radar/index.d.ts +16 -8
- package/types/graph/radar/props.d.ts +11 -6
- package/types/graph/scatter/Scatter.vue.d.ts +16 -8
- package/types/graph/scatter/index.d.ts +16 -8
- package/types/graph/scatter/props.d.ts +8 -4
- package/types/laboratory/ai-analyze/AiAnalyze.vue.d.ts +16 -8
- package/types/laboratory/ai-analyze/index.d.ts +16 -8
- package/types/laboratory/ai-analyze/props.d.ts +8 -4
- package/types/laboratory/data-select/DataSelect.vue.d.ts +16 -8
- package/types/laboratory/data-select/index.d.ts +16 -8
- package/types/laboratory/data-select/props.d.ts +8 -4
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +16 -8
- package/types/laboratory/index-panel/index.d.ts +16 -8
- package/types/laboratory/index-panel/props.d.ts +8 -4
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +36 -23
- package/types/laboratory/pivotTable/index.d.ts +36 -23
- package/types/laboratory/pivotTable/props.d.ts +8 -4
- package/types/laboratory/value-line/ValueLine.vue.d.ts +16 -8
- package/types/laboratory/value-line/index.d.ts +16 -8
- package/types/laboratory/value-line/props.d.ts +11 -6
- package/types/map/map/Map.vue.d.ts +16 -8
- package/types/map/map/index.d.ts +16 -8
- package/types/map/map/props.d.ts +8 -4
- package/types/media/iframe/Iframe.vue.d.ts +16 -8
- package/types/media/iframe/index.d.ts +16 -8
- package/types/media/iframe/props.d.ts +8 -4
- package/types/media/image/Image.vue.d.ts +16 -8
- package/types/media/image/index.d.ts +16 -8
- package/types/media/image/props.d.ts +8 -4
- package/types/setting/page-config/PageConfig.vue.d.ts +4 -4
- package/types/setting/page-config/index.d.ts +4 -4
- package/types/setting/page-config/props.d.ts +2 -2
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +5 -4
- package/types/setting/provider-config/drill-modal/DrillModal.vue.d.ts +4 -0
- package/types/setting/provider-config/index.d.ts +5 -4
- package/types/setting/provider-config/props.d.ts +2 -2
- package/types/setting/provider-config/source-modal/SourceModal.vue.d.ts +28 -0
- package/types/setting/provider-config/source-modal/index.d.ts +2 -0
- 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 +16 -8
- package/types/text/counter/index.d.ts +16 -8
- package/types/text/counter/props.d.ts +8 -4
- package/types/text/list/List.vue.d.ts +16 -8
- package/types/text/list/index.d.ts +16 -8
- package/types/text/list/props.d.ts +8 -4
- package/types/text/proportion/Proportion.vue.d.ts +16 -8
- package/types/text/proportion/index.d.ts +16 -8
- package/types/text/proportion/props.d.ts +8 -4
- package/types/text/rectangle/Rectangle.vue.d.ts +16 -8
- package/types/text/rectangle/index.d.ts +16 -8
- package/types/text/rectangle/props.d.ts +8 -4
- package/types/text/text/Text.vue.d.ts +16 -8
- package/types/text/text/index.d.ts +16 -8
- package/types/text/text/props.d.ts +8 -4
- package/types/text/time-display/TimeDisplay.vue.d.ts +16 -8
- package/types/text/time-display/index.d.ts +16 -8
- package/types/text/time-display/props.d.ts +8 -4
- package/types/utils/props.d.ts +1 -0
- package/types/hooks/indicator.d.ts +0 -1
|
@@ -18,8 +18,8 @@ export declare const datePickerComponentProps: {
|
|
|
18
18
|
default?: string;
|
|
19
19
|
};
|
|
20
20
|
picker: {
|
|
21
|
-
type?: import("vue").PropType<"date" | "month" | "year" | "
|
|
22
|
-
default?: "date" | "month" | "year" | "
|
|
21
|
+
type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
|
|
22
|
+
default?: "date" | "month" | "year" | "week" | "quarter";
|
|
23
23
|
};
|
|
24
24
|
format: {
|
|
25
25
|
type?: import("vue").PropType<string>;
|
|
@@ -142,16 +142,16 @@ export declare const datePickerComponentProps: {
|
|
|
142
142
|
default?: number;
|
|
143
143
|
};
|
|
144
144
|
dataType: {
|
|
145
|
-
type?: import("vue").PropType<"
|
|
146
|
-
default?: "
|
|
145
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
146
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
147
147
|
};
|
|
148
148
|
scale?: {
|
|
149
149
|
type?: import("vue").PropType<number>;
|
|
150
150
|
default?: number;
|
|
151
151
|
};
|
|
152
152
|
requestParamsMode: {
|
|
153
|
-
type?: import("vue").PropType<"
|
|
154
|
-
default?: "
|
|
153
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
154
|
+
default?: "2" | "1";
|
|
155
155
|
};
|
|
156
156
|
customRequestParams: {
|
|
157
157
|
type?: import("vue").PropType<string>;
|
|
@@ -189,6 +189,10 @@ export declare const datePickerComponentProps: {
|
|
|
189
189
|
type?: import("vue").PropType<boolean>;
|
|
190
190
|
default?: boolean;
|
|
191
191
|
};
|
|
192
|
+
isShowSource?: {
|
|
193
|
+
type?: import("vue").PropType<boolean>;
|
|
194
|
+
default?: boolean;
|
|
195
|
+
};
|
|
192
196
|
indDetailIconColor?: {
|
|
193
197
|
type?: import("vue").PropType<string>;
|
|
194
198
|
default?: string;
|
|
@@ -100,16 +100,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
100
100
|
default?: number;
|
|
101
101
|
};
|
|
102
102
|
dataType: {
|
|
103
|
-
type?: import("vue").PropType<"
|
|
104
|
-
default?: "
|
|
103
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
104
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
105
105
|
};
|
|
106
106
|
scale?: {
|
|
107
107
|
type?: import("vue").PropType<number>;
|
|
108
108
|
default?: number;
|
|
109
109
|
};
|
|
110
110
|
requestParamsMode: {
|
|
111
|
-
type?: import("vue").PropType<"
|
|
112
|
-
default?: "
|
|
111
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
112
|
+
default?: "2" | "1";
|
|
113
113
|
};
|
|
114
114
|
customRequestParams: {
|
|
115
115
|
type?: import("vue").PropType<string>;
|
|
@@ -147,6 +147,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
147
147
|
type?: import("vue").PropType<boolean>;
|
|
148
148
|
default?: boolean;
|
|
149
149
|
};
|
|
150
|
+
isShowSource?: {
|
|
151
|
+
type?: import("vue").PropType<boolean>;
|
|
152
|
+
default?: boolean;
|
|
153
|
+
};
|
|
150
154
|
indDetailIconColor?: {
|
|
151
155
|
type?: import("vue").PropType<string>;
|
|
152
156
|
default?: string;
|
|
@@ -262,16 +266,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
262
266
|
default?: number;
|
|
263
267
|
};
|
|
264
268
|
dataType: {
|
|
265
|
-
type?: import("vue").PropType<"
|
|
266
|
-
default?: "
|
|
269
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
270
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
267
271
|
};
|
|
268
272
|
scale?: {
|
|
269
273
|
type?: import("vue").PropType<number>;
|
|
270
274
|
default?: number;
|
|
271
275
|
};
|
|
272
276
|
requestParamsMode: {
|
|
273
|
-
type?: import("vue").PropType<"
|
|
274
|
-
default?: "
|
|
277
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
278
|
+
default?: "2" | "1";
|
|
275
279
|
};
|
|
276
280
|
customRequestParams: {
|
|
277
281
|
type?: import("vue").PropType<string>;
|
|
@@ -309,6 +313,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
309
313
|
type?: import("vue").PropType<boolean>;
|
|
310
314
|
default?: boolean;
|
|
311
315
|
};
|
|
316
|
+
isShowSource?: {
|
|
317
|
+
type?: import("vue").PropType<boolean>;
|
|
318
|
+
default?: boolean;
|
|
319
|
+
};
|
|
312
320
|
indDetailIconColor?: {
|
|
313
321
|
type?: import("vue").PropType<string>;
|
|
314
322
|
default?: string;
|
|
@@ -100,16 +100,16 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
100
100
|
default?: number;
|
|
101
101
|
};
|
|
102
102
|
dataType: {
|
|
103
|
-
type?: import("vue").PropType<"
|
|
104
|
-
default?: "
|
|
103
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
104
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
105
105
|
};
|
|
106
106
|
scale?: {
|
|
107
107
|
type?: import("vue").PropType<number>;
|
|
108
108
|
default?: number;
|
|
109
109
|
};
|
|
110
110
|
requestParamsMode: {
|
|
111
|
-
type?: import("vue").PropType<"
|
|
112
|
-
default?: "
|
|
111
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
112
|
+
default?: "2" | "1";
|
|
113
113
|
};
|
|
114
114
|
customRequestParams: {
|
|
115
115
|
type?: import("vue").PropType<string>;
|
|
@@ -147,6 +147,10 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
147
147
|
type?: import("vue").PropType<boolean>;
|
|
148
148
|
default?: boolean;
|
|
149
149
|
};
|
|
150
|
+
isShowSource?: {
|
|
151
|
+
type?: import("vue").PropType<boolean>;
|
|
152
|
+
default?: boolean;
|
|
153
|
+
};
|
|
150
154
|
indDetailIconColor?: {
|
|
151
155
|
type?: import("vue").PropType<string>;
|
|
152
156
|
default?: string;
|
|
@@ -262,16 +266,16 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
262
266
|
default?: number;
|
|
263
267
|
};
|
|
264
268
|
dataType: {
|
|
265
|
-
type?: import("vue").PropType<"
|
|
266
|
-
default?: "
|
|
269
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
270
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
267
271
|
};
|
|
268
272
|
scale?: {
|
|
269
273
|
type?: import("vue").PropType<number>;
|
|
270
274
|
default?: number;
|
|
271
275
|
};
|
|
272
276
|
requestParamsMode: {
|
|
273
|
-
type?: import("vue").PropType<"
|
|
274
|
-
default?: "
|
|
277
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
278
|
+
default?: "2" | "1";
|
|
275
279
|
};
|
|
276
280
|
customRequestParams: {
|
|
277
281
|
type?: import("vue").PropType<string>;
|
|
@@ -309,6 +313,10 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
309
313
|
type?: import("vue").PropType<boolean>;
|
|
310
314
|
default?: boolean;
|
|
311
315
|
};
|
|
316
|
+
isShowSource?: {
|
|
317
|
+
type?: import("vue").PropType<boolean>;
|
|
318
|
+
default?: boolean;
|
|
319
|
+
};
|
|
312
320
|
indDetailIconColor?: {
|
|
313
321
|
type?: import("vue").PropType<string>;
|
|
314
322
|
default?: string;
|
|
@@ -107,16 +107,16 @@ export declare const inputComponentProps: {
|
|
|
107
107
|
default?: number;
|
|
108
108
|
};
|
|
109
109
|
dataType: {
|
|
110
|
-
type?: import("vue").PropType<"
|
|
111
|
-
default?: "
|
|
110
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
111
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
112
112
|
};
|
|
113
113
|
scale?: {
|
|
114
114
|
type?: import("vue").PropType<number>;
|
|
115
115
|
default?: number;
|
|
116
116
|
};
|
|
117
117
|
requestParamsMode: {
|
|
118
|
-
type?: import("vue").PropType<"
|
|
119
|
-
default?: "
|
|
118
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
119
|
+
default?: "2" | "1";
|
|
120
120
|
};
|
|
121
121
|
customRequestParams: {
|
|
122
122
|
type?: import("vue").PropType<string>;
|
|
@@ -154,6 +154,10 @@ export declare const inputComponentProps: {
|
|
|
154
154
|
type?: import("vue").PropType<boolean>;
|
|
155
155
|
default?: boolean;
|
|
156
156
|
};
|
|
157
|
+
isShowSource?: {
|
|
158
|
+
type?: import("vue").PropType<boolean>;
|
|
159
|
+
default?: boolean;
|
|
160
|
+
};
|
|
157
161
|
indDetailIconColor?: {
|
|
158
162
|
type?: import("vue").PropType<string>;
|
|
159
163
|
default?: string;
|
|
@@ -144,16 +144,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
144
144
|
default?: number;
|
|
145
145
|
};
|
|
146
146
|
dataType: {
|
|
147
|
-
type?: import("vue").PropType<"
|
|
148
|
-
default?: "
|
|
147
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
148
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
149
149
|
};
|
|
150
150
|
scale?: {
|
|
151
151
|
type?: import("vue").PropType<number>;
|
|
152
152
|
default?: number;
|
|
153
153
|
};
|
|
154
154
|
requestParamsMode: {
|
|
155
|
-
type?: import("vue").PropType<"
|
|
156
|
-
default?: "
|
|
155
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
156
|
+
default?: "2" | "1";
|
|
157
157
|
};
|
|
158
158
|
customRequestParams: {
|
|
159
159
|
type?: import("vue").PropType<string>;
|
|
@@ -191,6 +191,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
191
191
|
type?: import("vue").PropType<boolean>;
|
|
192
192
|
default?: boolean;
|
|
193
193
|
};
|
|
194
|
+
isShowSource?: {
|
|
195
|
+
type?: import("vue").PropType<boolean>;
|
|
196
|
+
default?: boolean;
|
|
197
|
+
};
|
|
194
198
|
indDetailIconColor?: {
|
|
195
199
|
type?: import("vue").PropType<string>;
|
|
196
200
|
default?: string;
|
|
@@ -351,16 +355,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
351
355
|
default?: number;
|
|
352
356
|
};
|
|
353
357
|
dataType: {
|
|
354
|
-
type?: import("vue").PropType<"
|
|
355
|
-
default?: "
|
|
358
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
359
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
356
360
|
};
|
|
357
361
|
scale?: {
|
|
358
362
|
type?: import("vue").PropType<number>;
|
|
359
363
|
default?: number;
|
|
360
364
|
};
|
|
361
365
|
requestParamsMode: {
|
|
362
|
-
type?: import("vue").PropType<"
|
|
363
|
-
default?: "
|
|
366
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
367
|
+
default?: "2" | "1";
|
|
364
368
|
};
|
|
365
369
|
customRequestParams: {
|
|
366
370
|
type?: import("vue").PropType<string>;
|
|
@@ -398,6 +402,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
398
402
|
type?: import("vue").PropType<boolean>;
|
|
399
403
|
default?: boolean;
|
|
400
404
|
};
|
|
405
|
+
isShowSource?: {
|
|
406
|
+
type?: import("vue").PropType<boolean>;
|
|
407
|
+
default?: boolean;
|
|
408
|
+
};
|
|
401
409
|
indDetailIconColor?: {
|
|
402
410
|
type?: import("vue").PropType<string>;
|
|
403
411
|
default?: string;
|
|
@@ -144,16 +144,16 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
|
|
|
144
144
|
default?: number;
|
|
145
145
|
};
|
|
146
146
|
dataType: {
|
|
147
|
-
type?: import("vue").PropType<"
|
|
148
|
-
default?: "
|
|
147
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
148
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
149
149
|
};
|
|
150
150
|
scale?: {
|
|
151
151
|
type?: import("vue").PropType<number>;
|
|
152
152
|
default?: number;
|
|
153
153
|
};
|
|
154
154
|
requestParamsMode: {
|
|
155
|
-
type?: import("vue").PropType<"
|
|
156
|
-
default?: "
|
|
155
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
156
|
+
default?: "2" | "1";
|
|
157
157
|
};
|
|
158
158
|
customRequestParams: {
|
|
159
159
|
type?: import("vue").PropType<string>;
|
|
@@ -191,6 +191,10 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
|
|
|
191
191
|
type?: import("vue").PropType<boolean>;
|
|
192
192
|
default?: boolean;
|
|
193
193
|
};
|
|
194
|
+
isShowSource?: {
|
|
195
|
+
type?: import("vue").PropType<boolean>;
|
|
196
|
+
default?: boolean;
|
|
197
|
+
};
|
|
194
198
|
indDetailIconColor?: {
|
|
195
199
|
type?: import("vue").PropType<string>;
|
|
196
200
|
default?: string;
|
|
@@ -351,16 +355,16 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
|
|
|
351
355
|
default?: number;
|
|
352
356
|
};
|
|
353
357
|
dataType: {
|
|
354
|
-
type?: import("vue").PropType<"
|
|
355
|
-
default?: "
|
|
358
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
359
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
356
360
|
};
|
|
357
361
|
scale?: {
|
|
358
362
|
type?: import("vue").PropType<number>;
|
|
359
363
|
default?: number;
|
|
360
364
|
};
|
|
361
365
|
requestParamsMode: {
|
|
362
|
-
type?: import("vue").PropType<"
|
|
363
|
-
default?: "
|
|
366
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
367
|
+
default?: "2" | "1";
|
|
364
368
|
};
|
|
365
369
|
customRequestParams: {
|
|
366
370
|
type?: import("vue").PropType<string>;
|
|
@@ -398,6 +402,10 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
|
|
|
398
402
|
type?: import("vue").PropType<boolean>;
|
|
399
403
|
default?: boolean;
|
|
400
404
|
};
|
|
405
|
+
isShowSource?: {
|
|
406
|
+
type?: import("vue").PropType<boolean>;
|
|
407
|
+
default?: boolean;
|
|
408
|
+
};
|
|
401
409
|
indDetailIconColor?: {
|
|
402
410
|
type?: import("vue").PropType<string>;
|
|
403
411
|
default?: string;
|
|
@@ -164,16 +164,16 @@ export declare const navTabComponentProps: {
|
|
|
164
164
|
default?: number;
|
|
165
165
|
};
|
|
166
166
|
dataType: {
|
|
167
|
-
type?: import("vue").PropType<"
|
|
168
|
-
default?: "
|
|
167
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
168
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
169
169
|
};
|
|
170
170
|
scale?: {
|
|
171
171
|
type?: import("vue").PropType<number>;
|
|
172
172
|
default?: number;
|
|
173
173
|
};
|
|
174
174
|
requestParamsMode: {
|
|
175
|
-
type?: import("vue").PropType<"
|
|
176
|
-
default?: "
|
|
175
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
176
|
+
default?: "2" | "1";
|
|
177
177
|
};
|
|
178
178
|
customRequestParams: {
|
|
179
179
|
type?: import("vue").PropType<string>;
|
|
@@ -211,6 +211,10 @@ export declare const navTabComponentProps: {
|
|
|
211
211
|
type?: import("vue").PropType<boolean>;
|
|
212
212
|
default?: boolean;
|
|
213
213
|
};
|
|
214
|
+
isShowSource?: {
|
|
215
|
+
type?: import("vue").PropType<boolean>;
|
|
216
|
+
default?: boolean;
|
|
217
|
+
};
|
|
214
218
|
indDetailIconColor?: {
|
|
215
219
|
type?: import("vue").PropType<string>;
|
|
216
220
|
default?: 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<"button" | "default">;
|
|
13
|
+
default?: "button" | "default";
|
|
14
14
|
};
|
|
15
15
|
tabBackgroundImage: {
|
|
16
16
|
type?: import("vue").PropType<string>;
|
|
@@ -157,16 +157,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
157
157
|
default?: number;
|
|
158
158
|
};
|
|
159
159
|
dataType: {
|
|
160
|
-
type?: import("vue").PropType<"
|
|
161
|
-
default?: "
|
|
160
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
161
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
162
162
|
};
|
|
163
163
|
scale?: {
|
|
164
164
|
type?: import("vue").PropType<number>;
|
|
165
165
|
default?: number;
|
|
166
166
|
};
|
|
167
167
|
requestParamsMode: {
|
|
168
|
-
type?: import("vue").PropType<"
|
|
169
|
-
default?: "
|
|
168
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
169
|
+
default?: "2" | "1";
|
|
170
170
|
};
|
|
171
171
|
customRequestParams: {
|
|
172
172
|
type?: import("vue").PropType<string>;
|
|
@@ -204,6 +204,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
204
204
|
type?: import("vue").PropType<boolean>;
|
|
205
205
|
default?: boolean;
|
|
206
206
|
};
|
|
207
|
+
isShowSource?: {
|
|
208
|
+
type?: import("vue").PropType<boolean>;
|
|
209
|
+
default?: boolean;
|
|
210
|
+
};
|
|
207
211
|
indDetailIconColor?: {
|
|
208
212
|
type?: import("vue").PropType<string>;
|
|
209
213
|
default?: string;
|
|
@@ -246,8 +250,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
246
250
|
default?: RadioOptions;
|
|
247
251
|
};
|
|
248
252
|
optionType: {
|
|
249
|
-
type?: import("vue").PropType<"
|
|
250
|
-
default?: "
|
|
253
|
+
type?: import("vue").PropType<"button" | "default">;
|
|
254
|
+
default?: "button" | "default";
|
|
251
255
|
};
|
|
252
256
|
tabBackgroundImage: {
|
|
253
257
|
type?: import("vue").PropType<string>;
|
|
@@ -394,16 +398,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
394
398
|
default?: number;
|
|
395
399
|
};
|
|
396
400
|
dataType: {
|
|
397
|
-
type?: import("vue").PropType<"
|
|
398
|
-
default?: "
|
|
401
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
402
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
399
403
|
};
|
|
400
404
|
scale?: {
|
|
401
405
|
type?: import("vue").PropType<number>;
|
|
402
406
|
default?: number;
|
|
403
407
|
};
|
|
404
408
|
requestParamsMode: {
|
|
405
|
-
type?: import("vue").PropType<"
|
|
406
|
-
default?: "
|
|
409
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
410
|
+
default?: "2" | "1";
|
|
407
411
|
};
|
|
408
412
|
customRequestParams: {
|
|
409
413
|
type?: import("vue").PropType<string>;
|
|
@@ -441,6 +445,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
441
445
|
type?: import("vue").PropType<boolean>;
|
|
442
446
|
default?: boolean;
|
|
443
447
|
};
|
|
448
|
+
isShowSource?: {
|
|
449
|
+
type?: import("vue").PropType<boolean>;
|
|
450
|
+
default?: boolean;
|
|
451
|
+
};
|
|
444
452
|
indDetailIconColor?: {
|
|
445
453
|
type?: import("vue").PropType<string>;
|
|
446
454
|
default?: string;
|
|
@@ -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<"button" | "default">;
|
|
12
|
+
default?: "button" | "default";
|
|
13
13
|
};
|
|
14
14
|
tabBackgroundImage: {
|
|
15
15
|
type?: import("vue").PropType<string>;
|
|
@@ -156,16 +156,16 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
156
156
|
default?: number;
|
|
157
157
|
};
|
|
158
158
|
dataType: {
|
|
159
|
-
type?: import("vue").PropType<"
|
|
160
|
-
default?: "
|
|
159
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
160
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
161
161
|
};
|
|
162
162
|
scale?: {
|
|
163
163
|
type?: import("vue").PropType<number>;
|
|
164
164
|
default?: number;
|
|
165
165
|
};
|
|
166
166
|
requestParamsMode: {
|
|
167
|
-
type?: import("vue").PropType<"
|
|
168
|
-
default?: "
|
|
167
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
168
|
+
default?: "2" | "1";
|
|
169
169
|
};
|
|
170
170
|
customRequestParams: {
|
|
171
171
|
type?: import("vue").PropType<string>;
|
|
@@ -203,6 +203,10 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
203
203
|
type?: import("vue").PropType<boolean>;
|
|
204
204
|
default?: boolean;
|
|
205
205
|
};
|
|
206
|
+
isShowSource?: {
|
|
207
|
+
type?: import("vue").PropType<boolean>;
|
|
208
|
+
default?: boolean;
|
|
209
|
+
};
|
|
206
210
|
indDetailIconColor?: {
|
|
207
211
|
type?: import("vue").PropType<string>;
|
|
208
212
|
default?: string;
|
|
@@ -245,8 +249,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
245
249
|
default?: import("./props").RadioOptions;
|
|
246
250
|
};
|
|
247
251
|
optionType: {
|
|
248
|
-
type?: import("vue").PropType<"
|
|
249
|
-
default?: "
|
|
252
|
+
type?: import("vue").PropType<"button" | "default">;
|
|
253
|
+
default?: "button" | "default";
|
|
250
254
|
};
|
|
251
255
|
tabBackgroundImage: {
|
|
252
256
|
type?: import("vue").PropType<string>;
|
|
@@ -393,16 +397,16 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
393
397
|
default?: number;
|
|
394
398
|
};
|
|
395
399
|
dataType: {
|
|
396
|
-
type?: import("vue").PropType<"
|
|
397
|
-
default?: "
|
|
400
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
401
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
398
402
|
};
|
|
399
403
|
scale?: {
|
|
400
404
|
type?: import("vue").PropType<number>;
|
|
401
405
|
default?: number;
|
|
402
406
|
};
|
|
403
407
|
requestParamsMode: {
|
|
404
|
-
type?: import("vue").PropType<"
|
|
405
|
-
default?: "
|
|
408
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
409
|
+
default?: "2" | "1";
|
|
406
410
|
};
|
|
407
411
|
customRequestParams: {
|
|
408
412
|
type?: import("vue").PropType<string>;
|
|
@@ -440,6 +444,10 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
440
444
|
type?: import("vue").PropType<boolean>;
|
|
441
445
|
default?: boolean;
|
|
442
446
|
};
|
|
447
|
+
isShowSource?: {
|
|
448
|
+
type?: import("vue").PropType<boolean>;
|
|
449
|
+
default?: boolean;
|
|
450
|
+
};
|
|
443
451
|
indDetailIconColor?: {
|
|
444
452
|
type?: import("vue").PropType<string>;
|
|
445
453
|
default?: string;
|
|
@@ -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<"button" | "default">;
|
|
41
|
+
default?: "button" | "default";
|
|
42
42
|
};
|
|
43
43
|
tabBackgroundImage: {
|
|
44
44
|
type?: import("vue").PropType<string>;
|
|
@@ -185,16 +185,16 @@ export declare const radioComponentProps: {
|
|
|
185
185
|
default?: number;
|
|
186
186
|
};
|
|
187
187
|
dataType: {
|
|
188
|
-
type?: import("vue").PropType<"
|
|
189
|
-
default?: "
|
|
188
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
189
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
190
190
|
};
|
|
191
191
|
scale?: {
|
|
192
192
|
type?: import("vue").PropType<number>;
|
|
193
193
|
default?: number;
|
|
194
194
|
};
|
|
195
195
|
requestParamsMode: {
|
|
196
|
-
type?: import("vue").PropType<"
|
|
197
|
-
default?: "
|
|
196
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
197
|
+
default?: "2" | "1";
|
|
198
198
|
};
|
|
199
199
|
customRequestParams: {
|
|
200
200
|
type?: import("vue").PropType<string>;
|
|
@@ -232,6 +232,10 @@ export declare const radioComponentProps: {
|
|
|
232
232
|
type?: import("vue").PropType<boolean>;
|
|
233
233
|
default?: boolean;
|
|
234
234
|
};
|
|
235
|
+
isShowSource?: {
|
|
236
|
+
type?: import("vue").PropType<boolean>;
|
|
237
|
+
default?: boolean;
|
|
238
|
+
};
|
|
235
239
|
indDetailIconColor?: {
|
|
236
240
|
type?: import("vue").PropType<string>;
|
|
237
241
|
default?: string;
|