@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.
Files changed (126) hide show
  1. package/dist/index.es.js +4292 -4037
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +31 -31
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +8 -0
  8. package/types/container/border/index.d.ts +8 -0
  9. package/types/container/border/props.d.ts +4 -0
  10. package/types/container/circulate/Circulate.vue.d.ts +8 -0
  11. package/types/container/circulate/index.d.ts +8 -0
  12. package/types/container/circulate/props.d.ts +4 -0
  13. package/types/container/tabs/Tabs.vue.d.ts +8 -0
  14. package/types/container/tabs/index.d.ts +8 -0
  15. package/types/container/tabs/props.d.ts +4 -0
  16. package/types/container/template/Template.vue.d.ts +8 -0
  17. package/types/container/template/index.d.ts +8 -0
  18. package/types/container/template/props.d.ts +4 -0
  19. package/types/control/button/Button.vue.d.ts +8 -0
  20. package/types/control/button/index.d.ts +8 -0
  21. package/types/control/button/props.d.ts +4 -0
  22. package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
  23. package/types/control/checkbox/index.d.ts +8 -0
  24. package/types/control/checkbox/props.d.ts +4 -0
  25. package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
  26. package/types/control/date-picker/index.d.ts +8 -0
  27. package/types/control/date-picker/props.d.ts +4 -0
  28. package/types/control/input/Input.vue.d.ts +8 -0
  29. package/types/control/input/index.d.ts +8 -0
  30. package/types/control/input/props.d.ts +4 -0
  31. package/types/control/nav-tab/NavTab.vue.d.ts +8 -0
  32. package/types/control/nav-tab/index.d.ts +8 -0
  33. package/types/control/nav-tab/props.d.ts +4 -0
  34. package/types/control/radio/Radio.vue.d.ts +8 -0
  35. package/types/control/radio/index.d.ts +8 -0
  36. package/types/control/radio/props.d.ts +4 -0
  37. package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
  38. package/types/control/range-picker/index.d.ts +8 -0
  39. package/types/control/range-picker/props.d.ts +4 -0
  40. package/types/control/select/Select.vue.d.ts +8 -0
  41. package/types/control/select/index.d.ts +8 -0
  42. package/types/control/select/props.d.ts +4 -0
  43. package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
  44. package/types/control/tree-select/index.d.ts +4 -0
  45. package/types/control/tree-select/props.d.ts +4 -0
  46. package/types/graph/bar/Bar.vue.d.ts +8 -0
  47. package/types/graph/bar/index.d.ts +8 -0
  48. package/types/graph/bar/props.d.ts +4 -0
  49. package/types/graph/boxplot/Boxplot.vue.d.ts +8 -0
  50. package/types/graph/boxplot/index.d.ts +8 -0
  51. package/types/graph/boxplot/props.d.ts +5 -0
  52. package/types/graph/budget/Budget.vue.d.ts +8 -0
  53. package/types/graph/budget/index.d.ts +8 -0
  54. package/types/graph/budget/props.d.ts +4 -0
  55. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
  56. package/types/graph/combo-graph/index.d.ts +8 -0
  57. package/types/graph/combo-graph/props.d.ts +4 -0
  58. package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
  59. package/types/graph/custom-graph/index.d.ts +8 -0
  60. package/types/graph/custom-graph/props.d.ts +4 -0
  61. package/types/graph/gauge/Gauge.vue.d.ts +8 -0
  62. package/types/graph/gauge/index.d.ts +8 -0
  63. package/types/graph/gauge/props.d.ts +4 -0
  64. package/types/graph/line/Line.vue.d.ts +8 -0
  65. package/types/graph/line/index.d.ts +8 -0
  66. package/types/graph/line/props.d.ts +5 -0
  67. package/types/graph/pie/Pie.vue.d.ts +8 -0
  68. package/types/graph/pie/index.d.ts +8 -0
  69. package/types/graph/pie/props.d.ts +4 -0
  70. package/types/graph/radar/Radar.vue.d.ts +8 -0
  71. package/types/graph/radar/index.d.ts +8 -0
  72. package/types/graph/radar/props.d.ts +5 -0
  73. package/types/graph/scatter/Scatter.vue.d.ts +8 -0
  74. package/types/graph/scatter/index.d.ts +8 -0
  75. package/types/graph/scatter/props.d.ts +4 -0
  76. package/types/laboratory/ai-analyze/AiAnalyze.vue.d.ts +8 -0
  77. package/types/laboratory/ai-analyze/index.d.ts +8 -0
  78. package/types/laboratory/ai-analyze/props.d.ts +4 -0
  79. package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
  80. package/types/laboratory/data-select/index.d.ts +8 -0
  81. package/types/laboratory/data-select/props.d.ts +4 -0
  82. package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -0
  83. package/types/laboratory/index-panel/index.d.ts +8 -0
  84. package/types/laboratory/index-panel/props.d.ts +4 -0
  85. package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +13 -0
  86. package/types/laboratory/pivotTable/index.d.ts +13 -0
  87. package/types/laboratory/pivotTable/props.d.ts +4 -0
  88. package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -0
  89. package/types/laboratory/value-line/index.d.ts +8 -0
  90. package/types/laboratory/value-line/props.d.ts +5 -0
  91. package/types/map/map/Map.vue.d.ts +8 -0
  92. package/types/map/map/index.d.ts +8 -0
  93. package/types/map/map/props.d.ts +4 -0
  94. package/types/media/iframe/Iframe.vue.d.ts +8 -0
  95. package/types/media/iframe/index.d.ts +8 -0
  96. package/types/media/iframe/props.d.ts +4 -0
  97. package/types/media/image/Image.vue.d.ts +8 -0
  98. package/types/media/image/index.d.ts +8 -0
  99. package/types/media/image/props.d.ts +4 -0
  100. package/types/setting/provider-config/ProviderConfig.vue.d.ts +1 -0
  101. package/types/setting/provider-config/drill-modal/DrillModal.vue.d.ts +4 -0
  102. package/types/setting/provider-config/index.d.ts +1 -0
  103. package/types/setting/provider-config/source-modal/SourceModal.vue.d.ts +28 -0
  104. package/types/setting/provider-config/source-modal/index.d.ts +2 -0
  105. package/types/table/table/Table.vue.d.ts +8 -0
  106. package/types/table/table/index.d.ts +8 -0
  107. package/types/table/table/props.d.ts +4 -0
  108. package/types/text/counter/Counter.vue.d.ts +8 -0
  109. package/types/text/counter/index.d.ts +8 -0
  110. package/types/text/counter/props.d.ts +4 -0
  111. package/types/text/list/List.vue.d.ts +8 -0
  112. package/types/text/list/index.d.ts +8 -0
  113. package/types/text/list/props.d.ts +4 -0
  114. package/types/text/proportion/Proportion.vue.d.ts +8 -0
  115. package/types/text/proportion/index.d.ts +8 -0
  116. package/types/text/proportion/props.d.ts +4 -0
  117. package/types/text/rectangle/Rectangle.vue.d.ts +8 -0
  118. package/types/text/rectangle/index.d.ts +8 -0
  119. package/types/text/rectangle/props.d.ts +4 -0
  120. package/types/text/text/Text.vue.d.ts +8 -0
  121. package/types/text/text/index.d.ts +8 -0
  122. package/types/text/text/props.d.ts +4 -0
  123. package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
  124. package/types/text/time-display/index.d.ts +8 -0
  125. package/types/text/time-display/props.d.ts +4 -0
  126. package/types/utils/props.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -231,6 +231,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
231
231
  type?: import("vue").PropType<boolean>;
232
232
  default?: boolean;
233
233
  };
234
+ isShowSource?: {
235
+ type?: import("vue").PropType<boolean>;
236
+ default?: boolean;
237
+ };
234
238
  indDetailIconColor?: {
235
239
  type?: import("vue").PropType<string>;
236
240
  default?: string;
@@ -489,6 +493,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
489
493
  type?: import("vue").PropType<boolean>;
490
494
  default?: boolean;
491
495
  };
496
+ isShowSource?: {
497
+ type?: import("vue").PropType<boolean>;
498
+ default?: boolean;
499
+ };
492
500
  indDetailIconColor?: {
493
501
  type?: import("vue").PropType<string>;
494
502
  default?: string;
@@ -231,6 +231,10 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
231
231
  type?: import("vue").PropType<boolean>;
232
232
  default?: boolean;
233
233
  };
234
+ isShowSource?: {
235
+ type?: import("vue").PropType<boolean>;
236
+ default?: boolean;
237
+ };
234
238
  indDetailIconColor?: {
235
239
  type?: import("vue").PropType<string>;
236
240
  default?: string;
@@ -489,6 +493,10 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
489
493
  type?: import("vue").PropType<boolean>;
490
494
  default?: boolean;
491
495
  };
496
+ isShowSource?: {
497
+ type?: import("vue").PropType<boolean>;
498
+ default?: boolean;
499
+ };
492
500
  indDetailIconColor?: {
493
501
  type?: import("vue").PropType<string>;
494
502
  default?: string;
@@ -260,6 +260,10 @@ export declare const borderComponentProps: {
260
260
  type?: import("vue").PropType<boolean>;
261
261
  default?: boolean;
262
262
  };
263
+ isShowSource?: {
264
+ type?: import("vue").PropType<boolean>;
265
+ default?: boolean;
266
+ };
263
267
  indDetailIconColor?: {
264
268
  type?: import("vue").PropType<string>;
265
269
  default?: string;
@@ -206,6 +206,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
206
206
  type?: import("vue").PropType<boolean>;
207
207
  default?: boolean;
208
208
  };
209
+ isShowSource?: {
210
+ type?: import("vue").PropType<boolean>;
211
+ default?: boolean;
212
+ };
209
213
  indDetailIconColor?: {
210
214
  type?: import("vue").PropType<string>;
211
215
  default?: string;
@@ -429,6 +433,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
429
433
  type?: import("vue").PropType<boolean>;
430
434
  default?: boolean;
431
435
  };
436
+ isShowSource?: {
437
+ type?: import("vue").PropType<boolean>;
438
+ default?: boolean;
439
+ };
432
440
  indDetailIconColor?: {
433
441
  type?: import("vue").PropType<string>;
434
442
  default?: string;
@@ -206,6 +206,10 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
206
206
  type?: import("vue").PropType<boolean>;
207
207
  default?: boolean;
208
208
  };
209
+ isShowSource?: {
210
+ type?: import("vue").PropType<boolean>;
211
+ default?: boolean;
212
+ };
209
213
  indDetailIconColor?: {
210
214
  type?: import("vue").PropType<string>;
211
215
  default?: string;
@@ -429,6 +433,10 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
429
433
  type?: import("vue").PropType<boolean>;
430
434
  default?: boolean;
431
435
  };
436
+ isShowSource?: {
437
+ type?: import("vue").PropType<boolean>;
438
+ default?: boolean;
439
+ };
432
440
  indDetailIconColor?: {
433
441
  type?: import("vue").PropType<string>;
434
442
  default?: string;
@@ -227,6 +227,10 @@ export declare const circulateComponentProps: {
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;
@@ -259,6 +259,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
259
259
  type?: import("vue").PropType<boolean>;
260
260
  default?: boolean;
261
261
  };
262
+ isShowSource?: {
263
+ type?: import("vue").PropType<boolean>;
264
+ default?: boolean;
265
+ };
262
266
  indDetailIconColor?: {
263
267
  type?: import("vue").PropType<string>;
264
268
  default?: string;
@@ -543,6 +547,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
543
547
  type?: import("vue").PropType<boolean>;
544
548
  default?: boolean;
545
549
  };
550
+ isShowSource?: {
551
+ type?: import("vue").PropType<boolean>;
552
+ default?: boolean;
553
+ };
546
554
  indDetailIconColor?: {
547
555
  type?: import("vue").PropType<string>;
548
556
  default?: string;
@@ -259,6 +259,10 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
259
259
  type?: import("vue").PropType<boolean>;
260
260
  default?: boolean;
261
261
  };
262
+ isShowSource?: {
263
+ type?: import("vue").PropType<boolean>;
264
+ default?: boolean;
265
+ };
262
266
  indDetailIconColor?: {
263
267
  type?: import("vue").PropType<string>;
264
268
  default?: string;
@@ -543,6 +547,10 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
543
547
  type?: import("vue").PropType<boolean>;
544
548
  default?: boolean;
545
549
  };
550
+ isShowSource?: {
551
+ type?: import("vue").PropType<boolean>;
552
+ default?: boolean;
553
+ };
546
554
  indDetailIconColor?: {
547
555
  type?: import("vue").PropType<string>;
548
556
  default?: string;
@@ -296,6 +296,10 @@ export declare const tabsComponentProps: {
296
296
  type?: import("vue").PropType<boolean>;
297
297
  default?: boolean;
298
298
  };
299
+ isShowSource?: {
300
+ type?: import("vue").PropType<boolean>;
301
+ default?: boolean;
302
+ };
299
303
  indDetailIconColor?: {
300
304
  type?: import("vue").PropType<string>;
301
305
  default?: string;
@@ -155,6 +155,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
155
155
  type?: import("vue").PropType<boolean>;
156
156
  default?: boolean;
157
157
  };
158
+ isShowSource?: {
159
+ type?: import("vue").PropType<boolean>;
160
+ default?: boolean;
161
+ };
158
162
  indDetailIconColor?: {
159
163
  type?: import("vue").PropType<string>;
160
164
  default?: string;
@@ -322,6 +326,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
322
326
  type?: import("vue").PropType<boolean>;
323
327
  default?: boolean;
324
328
  };
329
+ isShowSource?: {
330
+ type?: import("vue").PropType<boolean>;
331
+ default?: boolean;
332
+ };
325
333
  indDetailIconColor?: {
326
334
  type?: import("vue").PropType<string>;
327
335
  default?: string;
@@ -155,6 +155,10 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
155
155
  type?: import("vue").PropType<boolean>;
156
156
  default?: boolean;
157
157
  };
158
+ isShowSource?: {
159
+ type?: import("vue").PropType<boolean>;
160
+ default?: boolean;
161
+ };
158
162
  indDetailIconColor?: {
159
163
  type?: import("vue").PropType<string>;
160
164
  default?: string;
@@ -322,6 +326,10 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
322
326
  type?: import("vue").PropType<boolean>;
323
327
  default?: boolean;
324
328
  };
329
+ isShowSource?: {
330
+ type?: import("vue").PropType<boolean>;
331
+ default?: boolean;
332
+ };
325
333
  indDetailIconColor?: {
326
334
  type?: import("vue").PropType<string>;
327
335
  default?: string;
@@ -164,6 +164,10 @@ export declare const templateComponentProps: {
164
164
  type?: import("vue").PropType<boolean>;
165
165
  default?: boolean;
166
166
  };
167
+ isShowSource?: {
168
+ type?: import("vue").PropType<boolean>;
169
+ default?: boolean;
170
+ };
167
171
  indDetailIconColor?: {
168
172
  type?: import("vue").PropType<string>;
169
173
  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;
@@ -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;
@@ -179,6 +179,10 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
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;
@@ -375,6 +379,10 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
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;
@@ -194,6 +194,10 @@ export declare const buttonComponentProps: {
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;
@@ -152,6 +152,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
152
152
  type?: import("vue").PropType<boolean>;
153
153
  default?: boolean;
154
154
  };
155
+ isShowSource?: {
156
+ type?: import("vue").PropType<boolean>;
157
+ default?: boolean;
158
+ };
155
159
  indDetailIconColor?: {
156
160
  type?: import("vue").PropType<string>;
157
161
  default?: string;
@@ -324,6 +328,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
324
328
  type?: import("vue").PropType<boolean>;
325
329
  default?: boolean;
326
330
  };
331
+ isShowSource?: {
332
+ type?: import("vue").PropType<boolean>;
333
+ default?: boolean;
334
+ };
327
335
  indDetailIconColor?: {
328
336
  type?: import("vue").PropType<string>;
329
337
  default?: string;
@@ -151,6 +151,10 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
151
151
  type?: import("vue").PropType<boolean>;
152
152
  default?: boolean;
153
153
  };
154
+ isShowSource?: {
155
+ type?: import("vue").PropType<boolean>;
156
+ default?: boolean;
157
+ };
154
158
  indDetailIconColor?: {
155
159
  type?: import("vue").PropType<string>;
156
160
  default?: string;
@@ -323,6 +327,10 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
323
327
  type?: import("vue").PropType<boolean>;
324
328
  default?: boolean;
325
329
  };
330
+ isShowSource?: {
331
+ type?: import("vue").PropType<boolean>;
332
+ default?: boolean;
333
+ };
326
334
  indDetailIconColor?: {
327
335
  type?: import("vue").PropType<string>;
328
336
  default?: string;
@@ -167,6 +167,10 @@ export declare const checkboxComponentProps: {
167
167
  type?: import("vue").PropType<boolean>;
168
168
  default?: boolean;
169
169
  };
170
+ isShowSource?: {
171
+ type?: import("vue").PropType<boolean>;
172
+ default?: boolean;
173
+ };
170
174
  indDetailIconColor?: {
171
175
  type?: import("vue").PropType<string>;
172
176
  default?: string;
@@ -177,6 +177,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
177
177
  type?: import("vue").PropType<boolean>;
178
178
  default?: boolean;
179
179
  };
180
+ isShowSource?: {
181
+ type?: import("vue").PropType<boolean>;
182
+ default?: boolean;
183
+ };
180
184
  indDetailIconColor?: {
181
185
  type?: import("vue").PropType<string>;
182
186
  default?: string;
@@ -468,6 +472,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
468
472
  type?: import("vue").PropType<boolean>;
469
473
  default?: boolean;
470
474
  };
475
+ isShowSource?: {
476
+ type?: import("vue").PropType<boolean>;
477
+ default?: boolean;
478
+ };
471
479
  indDetailIconColor?: {
472
480
  type?: import("vue").PropType<string>;
473
481
  default?: string;
@@ -175,6 +175,10 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
175
175
  type?: import("vue").PropType<boolean>;
176
176
  default?: boolean;
177
177
  };
178
+ isShowSource?: {
179
+ type?: import("vue").PropType<boolean>;
180
+ default?: boolean;
181
+ };
178
182
  indDetailIconColor?: {
179
183
  type?: import("vue").PropType<string>;
180
184
  default?: string;
@@ -466,6 +470,10 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
466
470
  type?: import("vue").PropType<boolean>;
467
471
  default?: boolean;
468
472
  };
473
+ isShowSource?: {
474
+ type?: import("vue").PropType<boolean>;
475
+ default?: boolean;
476
+ };
469
477
  indDetailIconColor?: {
470
478
  type?: import("vue").PropType<string>;
471
479
  default?: 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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -193,6 +193,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
193
193
  type?: import("vue").PropType<boolean>;
194
194
  default?: boolean;
195
195
  };
196
+ isShowSource?: {
197
+ type?: import("vue").PropType<boolean>;
198
+ default?: boolean;
199
+ };
196
200
  indDetailIconColor?: {
197
201
  type?: import("vue").PropType<string>;
198
202
  default?: string;
@@ -587,6 +591,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
587
591
  type?: import("vue").PropType<boolean>;
588
592
  default?: boolean;
589
593
  };
594
+ isShowSource?: {
595
+ type?: import("vue").PropType<boolean>;
596
+ default?: boolean;
597
+ };
590
598
  indDetailIconColor?: {
591
599
  type?: import("vue").PropType<string>;
592
600
  default?: string;
@@ -191,6 +191,10 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
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;
@@ -585,6 +589,10 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
585
589
  type?: import("vue").PropType<boolean>;
586
590
  default?: boolean;
587
591
  };
592
+ isShowSource?: {
593
+ type?: import("vue").PropType<boolean>;
594
+ default?: boolean;
595
+ };
588
596
  indDetailIconColor?: {
589
597
  type?: import("vue").PropType<string>;
590
598
  default?: string;
@@ -210,6 +210,10 @@ export declare const rangePickerComponentProps: {
210
210
  type?: import("vue").PropType<boolean>;
211
211
  default?: boolean;
212
212
  };
213
+ isShowSource?: {
214
+ type?: import("vue").PropType<boolean>;
215
+ default?: boolean;
216
+ };
213
217
  indDetailIconColor?: {
214
218
  type?: import("vue").PropType<string>;
215
219
  default?: string;
@@ -207,6 +207,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
207
207
  type?: import("vue").PropType<boolean>;
208
208
  default?: boolean;
209
209
  };
210
+ isShowSource?: {
211
+ type?: import("vue").PropType<boolean>;
212
+ default?: boolean;
213
+ };
210
214
  indDetailIconColor?: {
211
215
  type?: import("vue").PropType<string>;
212
216
  default?: string;
@@ -468,6 +472,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
468
472
  type?: import("vue").PropType<boolean>;
469
473
  default?: boolean;
470
474
  };
475
+ isShowSource?: {
476
+ type?: import("vue").PropType<boolean>;
477
+ default?: boolean;
478
+ };
471
479
  indDetailIconColor?: {
472
480
  type?: import("vue").PropType<string>;
473
481
  default?: string;