@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
|
@@ -132,16 +132,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
132
132
|
default?: number;
|
|
133
133
|
};
|
|
134
134
|
dataType: {
|
|
135
|
-
type?: import("vue").PropType<"
|
|
136
|
-
default?: "
|
|
135
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
136
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
137
137
|
};
|
|
138
138
|
scale?: {
|
|
139
139
|
type?: import("vue").PropType<number>;
|
|
140
140
|
default?: number;
|
|
141
141
|
};
|
|
142
142
|
requestParamsMode: {
|
|
143
|
-
type?: import("vue").PropType<"
|
|
144
|
-
default?: "
|
|
143
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
144
|
+
default?: "2" | "1";
|
|
145
145
|
};
|
|
146
146
|
customRequestParams: {
|
|
147
147
|
type?: import("vue").PropType<string>;
|
|
@@ -179,6 +179,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
179
179
|
type?: import("vue").PropType<boolean>;
|
|
180
180
|
default?: boolean;
|
|
181
181
|
};
|
|
182
|
+
isShowSource?: {
|
|
183
|
+
type?: import("vue").PropType<boolean>;
|
|
184
|
+
default?: boolean;
|
|
185
|
+
};
|
|
182
186
|
indDetailIconColor?: {
|
|
183
187
|
type?: import("vue").PropType<string>;
|
|
184
188
|
default?: string;
|
|
@@ -334,16 +338,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
334
338
|
default?: number;
|
|
335
339
|
};
|
|
336
340
|
dataType: {
|
|
337
|
-
type?: import("vue").PropType<"
|
|
338
|
-
default?: "
|
|
341
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
342
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
339
343
|
};
|
|
340
344
|
scale?: {
|
|
341
345
|
type?: import("vue").PropType<number>;
|
|
342
346
|
default?: number;
|
|
343
347
|
};
|
|
344
348
|
requestParamsMode: {
|
|
345
|
-
type?: import("vue").PropType<"
|
|
346
|
-
default?: "
|
|
349
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
350
|
+
default?: "2" | "1";
|
|
347
351
|
};
|
|
348
352
|
customRequestParams: {
|
|
349
353
|
type?: import("vue").PropType<string>;
|
|
@@ -381,6 +385,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
381
385
|
type?: import("vue").PropType<boolean>;
|
|
382
386
|
default?: boolean;
|
|
383
387
|
};
|
|
388
|
+
isShowSource?: {
|
|
389
|
+
type?: import("vue").PropType<boolean>;
|
|
390
|
+
default?: boolean;
|
|
391
|
+
};
|
|
384
392
|
indDetailIconColor?: {
|
|
385
393
|
type?: import("vue").PropType<string>;
|
|
386
394
|
default?: string;
|
|
@@ -132,16 +132,16 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
|
|
|
132
132
|
default?: number;
|
|
133
133
|
};
|
|
134
134
|
dataType: {
|
|
135
|
-
type?: import("vue").PropType<"
|
|
136
|
-
default?: "
|
|
135
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
136
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
137
137
|
};
|
|
138
138
|
scale?: {
|
|
139
139
|
type?: import("vue").PropType<number>;
|
|
140
140
|
default?: number;
|
|
141
141
|
};
|
|
142
142
|
requestParamsMode: {
|
|
143
|
-
type?: import("vue").PropType<"
|
|
144
|
-
default?: "
|
|
143
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
144
|
+
default?: "2" | "1";
|
|
145
145
|
};
|
|
146
146
|
customRequestParams: {
|
|
147
147
|
type?: import("vue").PropType<string>;
|
|
@@ -179,6 +179,10 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
|
|
|
179
179
|
type?: import("vue").PropType<boolean>;
|
|
180
180
|
default?: boolean;
|
|
181
181
|
};
|
|
182
|
+
isShowSource?: {
|
|
183
|
+
type?: import("vue").PropType<boolean>;
|
|
184
|
+
default?: boolean;
|
|
185
|
+
};
|
|
182
186
|
indDetailIconColor?: {
|
|
183
187
|
type?: import("vue").PropType<string>;
|
|
184
188
|
default?: string;
|
|
@@ -334,16 +338,16 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
|
|
|
334
338
|
default?: number;
|
|
335
339
|
};
|
|
336
340
|
dataType: {
|
|
337
|
-
type?: import("vue").PropType<"
|
|
338
|
-
default?: "
|
|
341
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
342
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
339
343
|
};
|
|
340
344
|
scale?: {
|
|
341
345
|
type?: import("vue").PropType<number>;
|
|
342
346
|
default?: number;
|
|
343
347
|
};
|
|
344
348
|
requestParamsMode: {
|
|
345
|
-
type?: import("vue").PropType<"
|
|
346
|
-
default?: "
|
|
349
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
350
|
+
default?: "2" | "1";
|
|
347
351
|
};
|
|
348
352
|
customRequestParams: {
|
|
349
353
|
type?: import("vue").PropType<string>;
|
|
@@ -381,6 +385,10 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
|
|
|
381
385
|
type?: import("vue").PropType<boolean>;
|
|
382
386
|
default?: boolean;
|
|
383
387
|
};
|
|
388
|
+
isShowSource?: {
|
|
389
|
+
type?: import("vue").PropType<boolean>;
|
|
390
|
+
default?: boolean;
|
|
391
|
+
};
|
|
384
392
|
indDetailIconColor?: {
|
|
385
393
|
type?: import("vue").PropType<string>;
|
|
386
394
|
default?: string;
|
|
@@ -147,16 +147,16 @@ export declare const rectangleComponentProps: {
|
|
|
147
147
|
default?: number;
|
|
148
148
|
};
|
|
149
149
|
dataType: {
|
|
150
|
-
type?: import("vue").PropType<"
|
|
151
|
-
default?: "
|
|
150
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
151
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
152
152
|
};
|
|
153
153
|
scale?: {
|
|
154
154
|
type?: import("vue").PropType<number>;
|
|
155
155
|
default?: number;
|
|
156
156
|
};
|
|
157
157
|
requestParamsMode: {
|
|
158
|
-
type?: import("vue").PropType<"
|
|
159
|
-
default?: "
|
|
158
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
159
|
+
default?: "2" | "1";
|
|
160
160
|
};
|
|
161
161
|
customRequestParams: {
|
|
162
162
|
type?: import("vue").PropType<string>;
|
|
@@ -194,6 +194,10 @@ export declare const rectangleComponentProps: {
|
|
|
194
194
|
type?: import("vue").PropType<boolean>;
|
|
195
195
|
default?: boolean;
|
|
196
196
|
};
|
|
197
|
+
isShowSource?: {
|
|
198
|
+
type?: import("vue").PropType<boolean>;
|
|
199
|
+
default?: boolean;
|
|
200
|
+
};
|
|
197
201
|
indDetailIconColor?: {
|
|
198
202
|
type?: import("vue").PropType<string>;
|
|
199
203
|
default?: string;
|
|
@@ -316,16 +316,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
316
316
|
default?: number;
|
|
317
317
|
};
|
|
318
318
|
dataType: {
|
|
319
|
-
type?: import("vue").PropType<"
|
|
320
|
-
default?: "
|
|
319
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
320
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
321
321
|
};
|
|
322
322
|
scale?: {
|
|
323
323
|
type?: import("vue").PropType<number>;
|
|
324
324
|
default?: number;
|
|
325
325
|
};
|
|
326
326
|
requestParamsMode: {
|
|
327
|
-
type?: import("vue").PropType<"
|
|
328
|
-
default?: "
|
|
327
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
328
|
+
default?: "2" | "1";
|
|
329
329
|
};
|
|
330
330
|
customRequestParams: {
|
|
331
331
|
type?: import("vue").PropType<string>;
|
|
@@ -363,6 +363,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
363
363
|
type?: import("vue").PropType<boolean>;
|
|
364
364
|
default?: boolean;
|
|
365
365
|
};
|
|
366
|
+
isShowSource?: {
|
|
367
|
+
type?: import("vue").PropType<boolean>;
|
|
368
|
+
default?: boolean;
|
|
369
|
+
};
|
|
366
370
|
indDetailIconColor?: {
|
|
367
371
|
type?: import("vue").PropType<string>;
|
|
368
372
|
default?: string;
|
|
@@ -702,16 +706,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
702
706
|
default?: number;
|
|
703
707
|
};
|
|
704
708
|
dataType: {
|
|
705
|
-
type?: import("vue").PropType<"
|
|
706
|
-
default?: "
|
|
709
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
710
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
707
711
|
};
|
|
708
712
|
scale?: {
|
|
709
713
|
type?: import("vue").PropType<number>;
|
|
710
714
|
default?: number;
|
|
711
715
|
};
|
|
712
716
|
requestParamsMode: {
|
|
713
|
-
type?: import("vue").PropType<"
|
|
714
|
-
default?: "
|
|
717
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
718
|
+
default?: "2" | "1";
|
|
715
719
|
};
|
|
716
720
|
customRequestParams: {
|
|
717
721
|
type?: import("vue").PropType<string>;
|
|
@@ -749,6 +753,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
749
753
|
type?: import("vue").PropType<boolean>;
|
|
750
754
|
default?: boolean;
|
|
751
755
|
};
|
|
756
|
+
isShowSource?: {
|
|
757
|
+
type?: import("vue").PropType<boolean>;
|
|
758
|
+
default?: boolean;
|
|
759
|
+
};
|
|
752
760
|
indDetailIconColor?: {
|
|
753
761
|
type?: import("vue").PropType<string>;
|
|
754
762
|
default?: string;
|
|
@@ -316,16 +316,16 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
316
316
|
default?: number;
|
|
317
317
|
};
|
|
318
318
|
dataType: {
|
|
319
|
-
type?: import("vue").PropType<"
|
|
320
|
-
default?: "
|
|
319
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
320
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
321
321
|
};
|
|
322
322
|
scale?: {
|
|
323
323
|
type?: import("vue").PropType<number>;
|
|
324
324
|
default?: number;
|
|
325
325
|
};
|
|
326
326
|
requestParamsMode: {
|
|
327
|
-
type?: import("vue").PropType<"
|
|
328
|
-
default?: "
|
|
327
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
328
|
+
default?: "2" | "1";
|
|
329
329
|
};
|
|
330
330
|
customRequestParams: {
|
|
331
331
|
type?: import("vue").PropType<string>;
|
|
@@ -363,6 +363,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
363
363
|
type?: import("vue").PropType<boolean>;
|
|
364
364
|
default?: boolean;
|
|
365
365
|
};
|
|
366
|
+
isShowSource?: {
|
|
367
|
+
type?: import("vue").PropType<boolean>;
|
|
368
|
+
default?: boolean;
|
|
369
|
+
};
|
|
366
370
|
indDetailIconColor?: {
|
|
367
371
|
type?: import("vue").PropType<string>;
|
|
368
372
|
default?: string;
|
|
@@ -702,16 +706,16 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
702
706
|
default?: number;
|
|
703
707
|
};
|
|
704
708
|
dataType: {
|
|
705
|
-
type?: import("vue").PropType<"
|
|
706
|
-
default?: "
|
|
709
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
710
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
707
711
|
};
|
|
708
712
|
scale?: {
|
|
709
713
|
type?: import("vue").PropType<number>;
|
|
710
714
|
default?: number;
|
|
711
715
|
};
|
|
712
716
|
requestParamsMode: {
|
|
713
|
-
type?: import("vue").PropType<"
|
|
714
|
-
default?: "
|
|
717
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
718
|
+
default?: "2" | "1";
|
|
715
719
|
};
|
|
716
720
|
customRequestParams: {
|
|
717
721
|
type?: import("vue").PropType<string>;
|
|
@@ -749,6 +753,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
749
753
|
type?: import("vue").PropType<boolean>;
|
|
750
754
|
default?: boolean;
|
|
751
755
|
};
|
|
756
|
+
isShowSource?: {
|
|
757
|
+
type?: import("vue").PropType<boolean>;
|
|
758
|
+
default?: boolean;
|
|
759
|
+
};
|
|
752
760
|
indDetailIconColor?: {
|
|
753
761
|
type?: import("vue").PropType<string>;
|
|
754
762
|
default?: string;
|
|
@@ -380,16 +380,16 @@ export declare const textComponentProps: {
|
|
|
380
380
|
default?: number;
|
|
381
381
|
};
|
|
382
382
|
dataType: {
|
|
383
|
-
type?: import("vue").PropType<"
|
|
384
|
-
default?: "
|
|
383
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
384
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
385
385
|
};
|
|
386
386
|
scale?: {
|
|
387
387
|
type?: import("vue").PropType<number>;
|
|
388
388
|
default?: number;
|
|
389
389
|
};
|
|
390
390
|
requestParamsMode: {
|
|
391
|
-
type?: import("vue").PropType<"
|
|
392
|
-
default?: "
|
|
391
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
392
|
+
default?: "2" | "1";
|
|
393
393
|
};
|
|
394
394
|
customRequestParams: {
|
|
395
395
|
type?: import("vue").PropType<string>;
|
|
@@ -427,6 +427,10 @@ export declare const textComponentProps: {
|
|
|
427
427
|
type?: import("vue").PropType<boolean>;
|
|
428
428
|
default?: boolean;
|
|
429
429
|
};
|
|
430
|
+
isShowSource?: {
|
|
431
|
+
type?: import("vue").PropType<boolean>;
|
|
432
|
+
default?: boolean;
|
|
433
|
+
};
|
|
430
434
|
indDetailIconColor?: {
|
|
431
435
|
type?: import("vue").PropType<string>;
|
|
432
436
|
default?: string;
|
|
@@ -134,16 +134,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
134
134
|
default?: number;
|
|
135
135
|
};
|
|
136
136
|
dataType: {
|
|
137
|
-
type?: import("vue").PropType<"
|
|
138
|
-
default?: "
|
|
137
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
138
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
139
139
|
};
|
|
140
140
|
scale?: {
|
|
141
141
|
type?: import("vue").PropType<number>;
|
|
142
142
|
default?: number;
|
|
143
143
|
};
|
|
144
144
|
requestParamsMode: {
|
|
145
|
-
type?: import("vue").PropType<"
|
|
146
|
-
default?: "
|
|
145
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
146
|
+
default?: "2" | "1";
|
|
147
147
|
};
|
|
148
148
|
customRequestParams: {
|
|
149
149
|
type?: import("vue").PropType<string>;
|
|
@@ -181,6 +181,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
181
181
|
type?: import("vue").PropType<boolean>;
|
|
182
182
|
default?: boolean;
|
|
183
183
|
};
|
|
184
|
+
isShowSource?: {
|
|
185
|
+
type?: import("vue").PropType<boolean>;
|
|
186
|
+
default?: boolean;
|
|
187
|
+
};
|
|
184
188
|
indDetailIconColor?: {
|
|
185
189
|
type?: import("vue").PropType<string>;
|
|
186
190
|
default?: string;
|
|
@@ -328,16 +332,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
328
332
|
default?: number;
|
|
329
333
|
};
|
|
330
334
|
dataType: {
|
|
331
|
-
type?: import("vue").PropType<"
|
|
332
|
-
default?: "
|
|
335
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
336
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
333
337
|
};
|
|
334
338
|
scale?: {
|
|
335
339
|
type?: import("vue").PropType<number>;
|
|
336
340
|
default?: number;
|
|
337
341
|
};
|
|
338
342
|
requestParamsMode: {
|
|
339
|
-
type?: import("vue").PropType<"
|
|
340
|
-
default?: "
|
|
343
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
344
|
+
default?: "2" | "1";
|
|
341
345
|
};
|
|
342
346
|
customRequestParams: {
|
|
343
347
|
type?: import("vue").PropType<string>;
|
|
@@ -375,6 +379,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
375
379
|
type?: import("vue").PropType<boolean>;
|
|
376
380
|
default?: boolean;
|
|
377
381
|
};
|
|
382
|
+
isShowSource?: {
|
|
383
|
+
type?: import("vue").PropType<boolean>;
|
|
384
|
+
default?: boolean;
|
|
385
|
+
};
|
|
378
386
|
indDetailIconColor?: {
|
|
379
387
|
type?: import("vue").PropType<string>;
|
|
380
388
|
default?: string;
|
|
@@ -134,16 +134,16 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
134
134
|
default?: number;
|
|
135
135
|
};
|
|
136
136
|
dataType: {
|
|
137
|
-
type?: import("vue").PropType<"
|
|
138
|
-
default?: "
|
|
137
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
138
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
139
139
|
};
|
|
140
140
|
scale?: {
|
|
141
141
|
type?: import("vue").PropType<number>;
|
|
142
142
|
default?: number;
|
|
143
143
|
};
|
|
144
144
|
requestParamsMode: {
|
|
145
|
-
type?: import("vue").PropType<"
|
|
146
|
-
default?: "
|
|
145
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
146
|
+
default?: "2" | "1";
|
|
147
147
|
};
|
|
148
148
|
customRequestParams: {
|
|
149
149
|
type?: import("vue").PropType<string>;
|
|
@@ -181,6 +181,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
181
181
|
type?: import("vue").PropType<boolean>;
|
|
182
182
|
default?: boolean;
|
|
183
183
|
};
|
|
184
|
+
isShowSource?: {
|
|
185
|
+
type?: import("vue").PropType<boolean>;
|
|
186
|
+
default?: boolean;
|
|
187
|
+
};
|
|
184
188
|
indDetailIconColor?: {
|
|
185
189
|
type?: import("vue").PropType<string>;
|
|
186
190
|
default?: string;
|
|
@@ -328,16 +332,16 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
328
332
|
default?: number;
|
|
329
333
|
};
|
|
330
334
|
dataType: {
|
|
331
|
-
type?: import("vue").PropType<"
|
|
332
|
-
default?: "
|
|
335
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
336
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
333
337
|
};
|
|
334
338
|
scale?: {
|
|
335
339
|
type?: import("vue").PropType<number>;
|
|
336
340
|
default?: number;
|
|
337
341
|
};
|
|
338
342
|
requestParamsMode: {
|
|
339
|
-
type?: import("vue").PropType<"
|
|
340
|
-
default?: "
|
|
343
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
344
|
+
default?: "2" | "1";
|
|
341
345
|
};
|
|
342
346
|
customRequestParams: {
|
|
343
347
|
type?: import("vue").PropType<string>;
|
|
@@ -375,6 +379,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
375
379
|
type?: import("vue").PropType<boolean>;
|
|
376
380
|
default?: boolean;
|
|
377
381
|
};
|
|
382
|
+
isShowSource?: {
|
|
383
|
+
type?: import("vue").PropType<boolean>;
|
|
384
|
+
default?: boolean;
|
|
385
|
+
};
|
|
378
386
|
indDetailIconColor?: {
|
|
379
387
|
type?: import("vue").PropType<string>;
|
|
380
388
|
default?: string;
|
|
@@ -151,16 +151,16 @@ export declare const timeDisplayComponentProps: {
|
|
|
151
151
|
default?: number;
|
|
152
152
|
};
|
|
153
153
|
dataType: {
|
|
154
|
-
type?: import("vue").PropType<"
|
|
155
|
-
default?: "
|
|
154
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
155
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
156
156
|
};
|
|
157
157
|
scale?: {
|
|
158
158
|
type?: import("vue").PropType<number>;
|
|
159
159
|
default?: number;
|
|
160
160
|
};
|
|
161
161
|
requestParamsMode: {
|
|
162
|
-
type?: import("vue").PropType<"
|
|
163
|
-
default?: "
|
|
162
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
163
|
+
default?: "2" | "1";
|
|
164
164
|
};
|
|
165
165
|
customRequestParams: {
|
|
166
166
|
type?: import("vue").PropType<string>;
|
|
@@ -198,6 +198,10 @@ export declare const timeDisplayComponentProps: {
|
|
|
198
198
|
type?: import("vue").PropType<boolean>;
|
|
199
199
|
default?: boolean;
|
|
200
200
|
};
|
|
201
|
+
isShowSource?: {
|
|
202
|
+
type?: import("vue").PropType<boolean>;
|
|
203
|
+
default?: boolean;
|
|
204
|
+
};
|
|
201
205
|
indDetailIconColor?: {
|
|
202
206
|
type?: import("vue").PropType<string>;
|
|
203
207
|
default?: string;
|
package/types/utils/props.d.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const formatIndicatorParams: (props: any, otherParams?: any) => any;
|