@ecan-bi/datav 1.6.5 → 1.6.6
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 +4292 -4037
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +31 -31
- 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 +8 -0
- package/types/container/border/index.d.ts +8 -0
- package/types/container/border/props.d.ts +4 -0
- package/types/container/circulate/Circulate.vue.d.ts +8 -0
- package/types/container/circulate/index.d.ts +8 -0
- package/types/container/circulate/props.d.ts +4 -0
- package/types/container/tabs/Tabs.vue.d.ts +8 -0
- package/types/container/tabs/index.d.ts +8 -0
- package/types/container/tabs/props.d.ts +4 -0
- package/types/container/template/Template.vue.d.ts +8 -0
- package/types/container/template/index.d.ts +8 -0
- package/types/container/template/props.d.ts +4 -0
- package/types/control/button/Button.vue.d.ts +8 -0
- package/types/control/button/index.d.ts +8 -0
- package/types/control/button/props.d.ts +4 -0
- package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
- package/types/control/checkbox/index.d.ts +8 -0
- package/types/control/checkbox/props.d.ts +4 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
- package/types/control/date-picker/index.d.ts +8 -0
- package/types/control/date-picker/props.d.ts +4 -0
- package/types/control/input/Input.vue.d.ts +8 -0
- package/types/control/input/index.d.ts +8 -0
- package/types/control/input/props.d.ts +4 -0
- package/types/control/nav-tab/NavTab.vue.d.ts +8 -0
- package/types/control/nav-tab/index.d.ts +8 -0
- package/types/control/nav-tab/props.d.ts +4 -0
- package/types/control/radio/Radio.vue.d.ts +8 -0
- package/types/control/radio/index.d.ts +8 -0
- package/types/control/radio/props.d.ts +4 -0
- package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
- package/types/control/range-picker/index.d.ts +8 -0
- package/types/control/range-picker/props.d.ts +4 -0
- package/types/control/select/Select.vue.d.ts +8 -0
- package/types/control/select/index.d.ts +8 -0
- package/types/control/select/props.d.ts +4 -0
- package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
- package/types/control/tree-select/index.d.ts +4 -0
- package/types/control/tree-select/props.d.ts +4 -0
- package/types/graph/bar/Bar.vue.d.ts +8 -0
- package/types/graph/bar/index.d.ts +8 -0
- package/types/graph/bar/props.d.ts +4 -0
- package/types/graph/boxplot/Boxplot.vue.d.ts +8 -0
- package/types/graph/boxplot/index.d.ts +8 -0
- package/types/graph/boxplot/props.d.ts +5 -0
- package/types/graph/budget/Budget.vue.d.ts +8 -0
- package/types/graph/budget/index.d.ts +8 -0
- package/types/graph/budget/props.d.ts +4 -0
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
- package/types/graph/combo-graph/index.d.ts +8 -0
- package/types/graph/combo-graph/props.d.ts +4 -0
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
- package/types/graph/custom-graph/index.d.ts +8 -0
- package/types/graph/custom-graph/props.d.ts +4 -0
- package/types/graph/gauge/Gauge.vue.d.ts +8 -0
- package/types/graph/gauge/index.d.ts +8 -0
- package/types/graph/gauge/props.d.ts +4 -0
- package/types/graph/line/Line.vue.d.ts +8 -0
- package/types/graph/line/index.d.ts +8 -0
- package/types/graph/line/props.d.ts +5 -0
- package/types/graph/pie/Pie.vue.d.ts +8 -0
- package/types/graph/pie/index.d.ts +8 -0
- package/types/graph/pie/props.d.ts +4 -0
- package/types/graph/radar/Radar.vue.d.ts +8 -0
- package/types/graph/radar/index.d.ts +8 -0
- package/types/graph/radar/props.d.ts +5 -0
- package/types/graph/scatter/Scatter.vue.d.ts +8 -0
- package/types/graph/scatter/index.d.ts +8 -0
- package/types/graph/scatter/props.d.ts +4 -0
- package/types/laboratory/ai-analyze/AiAnalyze.vue.d.ts +8 -0
- package/types/laboratory/ai-analyze/index.d.ts +8 -0
- package/types/laboratory/ai-analyze/props.d.ts +4 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
- package/types/laboratory/data-select/index.d.ts +8 -0
- package/types/laboratory/data-select/props.d.ts +4 -0
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -0
- package/types/laboratory/index-panel/index.d.ts +8 -0
- package/types/laboratory/index-panel/props.d.ts +4 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +13 -0
- package/types/laboratory/pivotTable/index.d.ts +13 -0
- package/types/laboratory/pivotTable/props.d.ts +4 -0
- package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -0
- package/types/laboratory/value-line/index.d.ts +8 -0
- package/types/laboratory/value-line/props.d.ts +5 -0
- package/types/map/map/Map.vue.d.ts +8 -0
- package/types/map/map/index.d.ts +8 -0
- package/types/map/map/props.d.ts +4 -0
- package/types/media/iframe/Iframe.vue.d.ts +8 -0
- package/types/media/iframe/index.d.ts +8 -0
- package/types/media/iframe/props.d.ts +4 -0
- package/types/media/image/Image.vue.d.ts +8 -0
- package/types/media/image/index.d.ts +8 -0
- package/types/media/image/props.d.ts +4 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +1 -0
- package/types/setting/provider-config/drill-modal/DrillModal.vue.d.ts +4 -0
- package/types/setting/provider-config/index.d.ts +1 -0
- 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 +8 -0
- package/types/table/table/index.d.ts +8 -0
- package/types/table/table/props.d.ts +4 -0
- package/types/text/counter/Counter.vue.d.ts +8 -0
- package/types/text/counter/index.d.ts +8 -0
- package/types/text/counter/props.d.ts +4 -0
- package/types/text/list/List.vue.d.ts +8 -0
- package/types/text/list/index.d.ts +8 -0
- package/types/text/list/props.d.ts +4 -0
- package/types/text/proportion/Proportion.vue.d.ts +8 -0
- package/types/text/proportion/index.d.ts +8 -0
- package/types/text/proportion/props.d.ts +4 -0
- package/types/text/rectangle/Rectangle.vue.d.ts +8 -0
- package/types/text/rectangle/index.d.ts +8 -0
- package/types/text/rectangle/props.d.ts +4 -0
- package/types/text/text/Text.vue.d.ts +8 -0
- package/types/text/text/index.d.ts +8 -0
- package/types/text/text/props.d.ts +4 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
- package/types/text/time-display/index.d.ts +8 -0
- package/types/text/time-display/props.d.ts +4 -0
- package/types/utils/props.d.ts +1 -0
|
@@ -183,6 +183,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
183
183
|
type?: import("vue").PropType<boolean>;
|
|
184
184
|
default?: boolean;
|
|
185
185
|
};
|
|
186
|
+
isShowSource?: {
|
|
187
|
+
type?: import("vue").PropType<boolean>;
|
|
188
|
+
default?: boolean;
|
|
189
|
+
};
|
|
186
190
|
indDetailIconColor?: {
|
|
187
191
|
type?: import("vue").PropType<string>;
|
|
188
192
|
default?: string;
|
|
@@ -393,6 +397,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
393
397
|
type?: import("vue").PropType<boolean>;
|
|
394
398
|
default?: boolean;
|
|
395
399
|
};
|
|
400
|
+
isShowSource?: {
|
|
401
|
+
type?: import("vue").PropType<boolean>;
|
|
402
|
+
default?: boolean;
|
|
403
|
+
};
|
|
396
404
|
indDetailIconColor?: {
|
|
397
405
|
type?: import("vue").PropType<string>;
|
|
398
406
|
default?: string;
|
|
@@ -183,6 +183,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
183
183
|
type?: import("vue").PropType<boolean>;
|
|
184
184
|
default?: boolean;
|
|
185
185
|
};
|
|
186
|
+
isShowSource?: {
|
|
187
|
+
type?: import("vue").PropType<boolean>;
|
|
188
|
+
default?: boolean;
|
|
189
|
+
};
|
|
186
190
|
indDetailIconColor?: {
|
|
187
191
|
type?: import("vue").PropType<string>;
|
|
188
192
|
default?: string;
|
|
@@ -393,6 +397,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
393
397
|
type?: import("vue").PropType<boolean>;
|
|
394
398
|
default?: boolean;
|
|
395
399
|
};
|
|
400
|
+
isShowSource?: {
|
|
401
|
+
type?: import("vue").PropType<boolean>;
|
|
402
|
+
default?: boolean;
|
|
403
|
+
};
|
|
396
404
|
indDetailIconColor?: {
|
|
397
405
|
type?: import("vue").PropType<string>;
|
|
398
406
|
default?: string;
|
|
@@ -200,6 +200,10 @@ export declare const counterComponentProps: {
|
|
|
200
200
|
type?: import("vue").PropType<boolean>;
|
|
201
201
|
default?: boolean;
|
|
202
202
|
};
|
|
203
|
+
isShowSource?: {
|
|
204
|
+
type?: import("vue").PropType<boolean>;
|
|
205
|
+
default?: boolean;
|
|
206
|
+
};
|
|
203
207
|
indDetailIconColor?: {
|
|
204
208
|
type?: import("vue").PropType<string>;
|
|
205
209
|
default?: string;
|
|
@@ -255,6 +255,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
255
255
|
type?: import("vue").PropType<boolean>;
|
|
256
256
|
default?: boolean;
|
|
257
257
|
};
|
|
258
|
+
isShowSource?: {
|
|
259
|
+
type?: import("vue").PropType<boolean>;
|
|
260
|
+
default?: boolean;
|
|
261
|
+
};
|
|
258
262
|
indDetailIconColor?: {
|
|
259
263
|
type?: import("vue").PropType<string>;
|
|
260
264
|
default?: string;
|
|
@@ -565,6 +569,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
565
569
|
type?: import("vue").PropType<boolean>;
|
|
566
570
|
default?: boolean;
|
|
567
571
|
};
|
|
572
|
+
isShowSource?: {
|
|
573
|
+
type?: import("vue").PropType<boolean>;
|
|
574
|
+
default?: boolean;
|
|
575
|
+
};
|
|
568
576
|
indDetailIconColor?: {
|
|
569
577
|
type?: import("vue").PropType<string>;
|
|
570
578
|
default?: string;
|
|
@@ -255,6 +255,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
255
255
|
type?: import("vue").PropType<boolean>;
|
|
256
256
|
default?: boolean;
|
|
257
257
|
};
|
|
258
|
+
isShowSource?: {
|
|
259
|
+
type?: import("vue").PropType<boolean>;
|
|
260
|
+
default?: boolean;
|
|
261
|
+
};
|
|
258
262
|
indDetailIconColor?: {
|
|
259
263
|
type?: import("vue").PropType<string>;
|
|
260
264
|
default?: string;
|
|
@@ -565,6 +569,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
565
569
|
type?: import("vue").PropType<boolean>;
|
|
566
570
|
default?: boolean;
|
|
567
571
|
};
|
|
572
|
+
isShowSource?: {
|
|
573
|
+
type?: import("vue").PropType<boolean>;
|
|
574
|
+
default?: boolean;
|
|
575
|
+
};
|
|
568
576
|
indDetailIconColor?: {
|
|
569
577
|
type?: import("vue").PropType<string>;
|
|
570
578
|
default?: string;
|
|
@@ -293,6 +293,10 @@ export declare const listComponentProps: {
|
|
|
293
293
|
type?: import("vue").PropType<boolean>;
|
|
294
294
|
default?: boolean;
|
|
295
295
|
};
|
|
296
|
+
isShowSource?: {
|
|
297
|
+
type?: import("vue").PropType<boolean>;
|
|
298
|
+
default?: boolean;
|
|
299
|
+
};
|
|
296
300
|
indDetailIconColor?: {
|
|
297
301
|
type?: import("vue").PropType<string>;
|
|
298
302
|
default?: string;
|
|
@@ -227,6 +227,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
227
227
|
type?: import("vue").PropType<boolean>;
|
|
228
228
|
default?: boolean;
|
|
229
229
|
};
|
|
230
|
+
isShowSource?: {
|
|
231
|
+
type?: import("vue").PropType<boolean>;
|
|
232
|
+
default?: boolean;
|
|
233
|
+
};
|
|
230
234
|
indDetailIconColor?: {
|
|
231
235
|
type?: import("vue").PropType<string>;
|
|
232
236
|
default?: string;
|
|
@@ -473,6 +477,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
473
477
|
type?: import("vue").PropType<boolean>;
|
|
474
478
|
default?: boolean;
|
|
475
479
|
};
|
|
480
|
+
isShowSource?: {
|
|
481
|
+
type?: import("vue").PropType<boolean>;
|
|
482
|
+
default?: boolean;
|
|
483
|
+
};
|
|
476
484
|
indDetailIconColor?: {
|
|
477
485
|
type?: import("vue").PropType<string>;
|
|
478
486
|
default?: string;
|
|
@@ -227,6 +227,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
227
227
|
type?: import("vue").PropType<boolean>;
|
|
228
228
|
default?: boolean;
|
|
229
229
|
};
|
|
230
|
+
isShowSource?: {
|
|
231
|
+
type?: import("vue").PropType<boolean>;
|
|
232
|
+
default?: boolean;
|
|
233
|
+
};
|
|
230
234
|
indDetailIconColor?: {
|
|
231
235
|
type?: import("vue").PropType<string>;
|
|
232
236
|
default?: string;
|
|
@@ -473,6 +477,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
473
477
|
type?: import("vue").PropType<boolean>;
|
|
474
478
|
default?: boolean;
|
|
475
479
|
};
|
|
480
|
+
isShowSource?: {
|
|
481
|
+
type?: import("vue").PropType<boolean>;
|
|
482
|
+
default?: boolean;
|
|
483
|
+
};
|
|
476
484
|
indDetailIconColor?: {
|
|
477
485
|
type?: import("vue").PropType<string>;
|
|
478
486
|
default?: string;
|
|
@@ -256,6 +256,10 @@ export declare const proportionComponentProps: {
|
|
|
256
256
|
type?: import("vue").PropType<boolean>;
|
|
257
257
|
default?: boolean;
|
|
258
258
|
};
|
|
259
|
+
isShowSource?: {
|
|
260
|
+
type?: import("vue").PropType<boolean>;
|
|
261
|
+
default?: boolean;
|
|
262
|
+
};
|
|
259
263
|
indDetailIconColor?: {
|
|
260
264
|
type?: import("vue").PropType<string>;
|
|
261
265
|
default?: 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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|