@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
|
@@ -2,8 +2,8 @@ import dayjs, { Dayjs } from 'dayjs';
|
|
|
2
2
|
import { DateOperate } from '../../utils/props';
|
|
3
3
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
4
|
picker: {
|
|
5
|
-
type?: import("vue").PropType<"date" | "month" | "year" | "
|
|
6
|
-
default?: "date" | "month" | "year" | "
|
|
5
|
+
type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
|
|
6
|
+
default?: "date" | "month" | "year" | "week" | "quarter";
|
|
7
7
|
};
|
|
8
8
|
format: {
|
|
9
9
|
type?: import("vue").PropType<string>;
|
|
@@ -146,16 +146,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
146
146
|
default?: number;
|
|
147
147
|
};
|
|
148
148
|
dataType: {
|
|
149
|
-
type?: import("vue").PropType<"
|
|
150
|
-
default?: "
|
|
149
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
150
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
151
151
|
};
|
|
152
152
|
scale?: {
|
|
153
153
|
type?: import("vue").PropType<number>;
|
|
154
154
|
default?: number;
|
|
155
155
|
};
|
|
156
156
|
requestParamsMode: {
|
|
157
|
-
type?: import("vue").PropType<"
|
|
158
|
-
default?: "
|
|
157
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
158
|
+
default?: "2" | "1";
|
|
159
159
|
};
|
|
160
160
|
customRequestParams: {
|
|
161
161
|
type?: import("vue").PropType<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;
|
|
@@ -253,14 +257,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
253
257
|
};
|
|
254
258
|
startOf: {
|
|
255
259
|
(unit: dayjs.OpUnitType): dayjs.Dayjs;
|
|
256
|
-
(unit: "D" | "M" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "
|
|
260
|
+
(unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): dayjs.Dayjs;
|
|
257
261
|
};
|
|
258
262
|
endOf: {
|
|
259
263
|
(unit: dayjs.OpUnitType): dayjs.Dayjs;
|
|
260
|
-
(unit: "D" | "M" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "
|
|
264
|
+
(unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): dayjs.Dayjs;
|
|
261
265
|
};
|
|
262
266
|
format: (template?: string) => string;
|
|
263
|
-
diff: (date?: string | number | dayjs.Dayjs
|
|
267
|
+
diff: (date?: string | number | Date | dayjs.Dayjs, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q", float?: boolean) => number;
|
|
264
268
|
valueOf: () => number;
|
|
265
269
|
unix: () => number;
|
|
266
270
|
daysInMonth: () => number;
|
|
@@ -270,16 +274,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
270
274
|
toString: () => string;
|
|
271
275
|
utcOffset: () => number;
|
|
272
276
|
isBefore: {
|
|
273
|
-
(date?: string | number | dayjs.Dayjs
|
|
274
|
-
(date?: string | number | dayjs.Dayjs
|
|
277
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
278
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
275
279
|
};
|
|
276
280
|
isSame: {
|
|
277
|
-
(date?: string | number | dayjs.Dayjs
|
|
278
|
-
(date?: string | number | dayjs.Dayjs
|
|
281
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
282
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
279
283
|
};
|
|
280
284
|
isAfter: {
|
|
281
|
-
(date?: string | number | dayjs.Dayjs
|
|
282
|
-
(date?: string | number | dayjs.Dayjs
|
|
285
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
286
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
283
287
|
};
|
|
284
288
|
locale: {
|
|
285
289
|
(): string;
|
|
@@ -336,14 +340,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
336
340
|
};
|
|
337
341
|
startOf: {
|
|
338
342
|
(unit: dayjs.OpUnitType): dayjs.Dayjs;
|
|
339
|
-
(unit: "D" | "M" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "
|
|
343
|
+
(unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): dayjs.Dayjs;
|
|
340
344
|
};
|
|
341
345
|
endOf: {
|
|
342
346
|
(unit: dayjs.OpUnitType): dayjs.Dayjs;
|
|
343
|
-
(unit: "D" | "M" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "
|
|
347
|
+
(unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): dayjs.Dayjs;
|
|
344
348
|
};
|
|
345
349
|
format: (template?: string) => string;
|
|
346
|
-
diff: (date?: string | number | dayjs.Dayjs
|
|
350
|
+
diff: (date?: string | number | Date | dayjs.Dayjs, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q", float?: boolean) => number;
|
|
347
351
|
valueOf: () => number;
|
|
348
352
|
unix: () => number;
|
|
349
353
|
daysInMonth: () => number;
|
|
@@ -353,16 +357,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
353
357
|
toString: () => string;
|
|
354
358
|
utcOffset: () => number;
|
|
355
359
|
isBefore: {
|
|
356
|
-
(date?: string | number | dayjs.Dayjs
|
|
357
|
-
(date?: string | number | dayjs.Dayjs
|
|
360
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
361
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
358
362
|
};
|
|
359
363
|
isSame: {
|
|
360
|
-
(date?: string | number | dayjs.Dayjs
|
|
361
|
-
(date?: string | number | dayjs.Dayjs
|
|
364
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
365
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
362
366
|
};
|
|
363
367
|
isAfter: {
|
|
364
|
-
(date?: string | number | dayjs.Dayjs
|
|
365
|
-
(date?: string | number | dayjs.Dayjs
|
|
368
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
369
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
366
370
|
};
|
|
367
371
|
locale: {
|
|
368
372
|
(): string;
|
|
@@ -396,8 +400,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
396
400
|
onEndDateChange: () => void;
|
|
397
401
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
398
402
|
picker: {
|
|
399
|
-
type?: import("vue").PropType<"date" | "month" | "year" | "
|
|
400
|
-
default?: "date" | "month" | "year" | "
|
|
403
|
+
type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
|
|
404
|
+
default?: "date" | "month" | "year" | "week" | "quarter";
|
|
401
405
|
};
|
|
402
406
|
format: {
|
|
403
407
|
type?: import("vue").PropType<string>;
|
|
@@ -540,16 +544,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
540
544
|
default?: number;
|
|
541
545
|
};
|
|
542
546
|
dataType: {
|
|
543
|
-
type?: import("vue").PropType<"
|
|
544
|
-
default?: "
|
|
547
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
548
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
545
549
|
};
|
|
546
550
|
scale?: {
|
|
547
551
|
type?: import("vue").PropType<number>;
|
|
548
552
|
default?: number;
|
|
549
553
|
};
|
|
550
554
|
requestParamsMode: {
|
|
551
|
-
type?: import("vue").PropType<"
|
|
552
|
-
default?: "
|
|
555
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
556
|
+
default?: "2" | "1";
|
|
553
557
|
};
|
|
554
558
|
customRequestParams: {
|
|
555
559
|
type?: import("vue").PropType<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;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
picker: {
|
|
3
|
-
type?: import("vue").PropType<"date" | "month" | "year" | "
|
|
4
|
-
default?: "date" | "month" | "year" | "
|
|
3
|
+
type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
|
|
4
|
+
default?: "date" | "month" | "year" | "week" | "quarter";
|
|
5
5
|
};
|
|
6
6
|
format: {
|
|
7
7
|
type?: import("vue").PropType<string>;
|
|
@@ -144,16 +144,16 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
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 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;
|
|
@@ -251,14 +255,14 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
251
255
|
};
|
|
252
256
|
startOf: {
|
|
253
257
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
254
|
-
(unit: "D" | "M" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "
|
|
258
|
+
(unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
255
259
|
};
|
|
256
260
|
endOf: {
|
|
257
261
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
258
|
-
(unit: "D" | "M" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "
|
|
262
|
+
(unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
259
263
|
};
|
|
260
264
|
format: (template?: string) => string;
|
|
261
|
-
diff: (date?: string | number | import("dayjs").Dayjs
|
|
265
|
+
diff: (date?: string | number | Date | import("dayjs").Dayjs, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q", float?: boolean) => number;
|
|
262
266
|
valueOf: () => number;
|
|
263
267
|
unix: () => number;
|
|
264
268
|
daysInMonth: () => number;
|
|
@@ -268,16 +272,16 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
268
272
|
toString: () => string;
|
|
269
273
|
utcOffset: () => number;
|
|
270
274
|
isBefore: {
|
|
271
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
272
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
275
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
276
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
273
277
|
};
|
|
274
278
|
isSame: {
|
|
275
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
276
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
279
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
280
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
277
281
|
};
|
|
278
282
|
isAfter: {
|
|
279
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
280
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
283
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
284
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
281
285
|
};
|
|
282
286
|
locale: {
|
|
283
287
|
(): string;
|
|
@@ -334,14 +338,14 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
334
338
|
};
|
|
335
339
|
startOf: {
|
|
336
340
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
337
|
-
(unit: "D" | "M" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "
|
|
341
|
+
(unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
338
342
|
};
|
|
339
343
|
endOf: {
|
|
340
344
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
341
|
-
(unit: "D" | "M" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "
|
|
345
|
+
(unit: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q"): import("dayjs").Dayjs;
|
|
342
346
|
};
|
|
343
347
|
format: (template?: string) => string;
|
|
344
|
-
diff: (date?: string | number | import("dayjs").Dayjs
|
|
348
|
+
diff: (date?: string | number | Date | import("dayjs").Dayjs, unit?: "D" | "M" | "s" | "date" | "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "y" | "h" | "m" | "ms" | "week" | "weeks" | "w" | "quarter" | "quarters" | "Q", float?: boolean) => number;
|
|
345
349
|
valueOf: () => number;
|
|
346
350
|
unix: () => number;
|
|
347
351
|
daysInMonth: () => number;
|
|
@@ -351,16 +355,16 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
351
355
|
toString: () => string;
|
|
352
356
|
utcOffset: () => number;
|
|
353
357
|
isBefore: {
|
|
354
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
355
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
358
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
359
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
356
360
|
};
|
|
357
361
|
isSame: {
|
|
358
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
359
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
362
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
363
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
360
364
|
};
|
|
361
365
|
isAfter: {
|
|
362
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
363
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
366
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
367
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
364
368
|
};
|
|
365
369
|
locale: {
|
|
366
370
|
(): string;
|
|
@@ -394,8 +398,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
394
398
|
onEndDateChange: () => void;
|
|
395
399
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
396
400
|
picker: {
|
|
397
|
-
type?: import("vue").PropType<"date" | "month" | "year" | "
|
|
398
|
-
default?: "date" | "month" | "year" | "
|
|
401
|
+
type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
|
|
402
|
+
default?: "date" | "month" | "year" | "week" | "quarter";
|
|
399
403
|
};
|
|
400
404
|
format: {
|
|
401
405
|
type?: import("vue").PropType<string>;
|
|
@@ -538,16 +542,16 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
538
542
|
default?: number;
|
|
539
543
|
};
|
|
540
544
|
dataType: {
|
|
541
|
-
type?: import("vue").PropType<"
|
|
542
|
-
default?: "
|
|
545
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
546
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
543
547
|
};
|
|
544
548
|
scale?: {
|
|
545
549
|
type?: import("vue").PropType<number>;
|
|
546
550
|
default?: number;
|
|
547
551
|
};
|
|
548
552
|
requestParamsMode: {
|
|
549
|
-
type?: import("vue").PropType<"
|
|
550
|
-
default?: "
|
|
553
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
554
|
+
default?: "2" | "1";
|
|
551
555
|
};
|
|
552
556
|
customRequestParams: {
|
|
553
557
|
type?: import("vue").PropType<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;
|
|
@@ -19,8 +19,8 @@ export interface RangePickerProps extends Props {
|
|
|
19
19
|
export declare const rangePickerProps: RangePickerProps;
|
|
20
20
|
export declare const rangePickerComponentProps: {
|
|
21
21
|
picker: {
|
|
22
|
-
type?: import("vue").PropType<"date" | "month" | "year" | "
|
|
23
|
-
default?: "date" | "month" | "year" | "
|
|
22
|
+
type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
|
|
23
|
+
default?: "date" | "month" | "year" | "week" | "quarter";
|
|
24
24
|
};
|
|
25
25
|
format: {
|
|
26
26
|
type?: import("vue").PropType<string>;
|
|
@@ -163,16 +163,16 @@ export declare const rangePickerComponentProps: {
|
|
|
163
163
|
default?: number;
|
|
164
164
|
};
|
|
165
165
|
dataType: {
|
|
166
|
-
type?: import("vue").PropType<"
|
|
167
|
-
default?: "
|
|
166
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
167
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
168
168
|
};
|
|
169
169
|
scale?: {
|
|
170
170
|
type?: import("vue").PropType<number>;
|
|
171
171
|
default?: number;
|
|
172
172
|
};
|
|
173
173
|
requestParamsMode: {
|
|
174
|
-
type?: import("vue").PropType<"
|
|
175
|
-
default?: "
|
|
174
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
175
|
+
default?: "2" | "1";
|
|
176
176
|
};
|
|
177
177
|
customRequestParams: {
|
|
178
178
|
type?: import("vue").PropType<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;
|
|
@@ -160,16 +160,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
160
160
|
default?: number;
|
|
161
161
|
};
|
|
162
162
|
dataType: {
|
|
163
|
-
type?: import("vue").PropType<"
|
|
164
|
-
default?: "
|
|
163
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
164
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
165
165
|
};
|
|
166
166
|
scale?: {
|
|
167
167
|
type?: import("vue").PropType<number>;
|
|
168
168
|
default?: number;
|
|
169
169
|
};
|
|
170
170
|
requestParamsMode: {
|
|
171
|
-
type?: import("vue").PropType<"
|
|
172
|
-
default?: "
|
|
171
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
172
|
+
default?: "2" | "1";
|
|
173
173
|
};
|
|
174
174
|
customRequestParams: {
|
|
175
175
|
type?: import("vue").PropType<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;
|
|
@@ -421,16 +425,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
421
425
|
default?: number;
|
|
422
426
|
};
|
|
423
427
|
dataType: {
|
|
424
|
-
type?: import("vue").PropType<"
|
|
425
|
-
default?: "
|
|
428
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
429
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
426
430
|
};
|
|
427
431
|
scale?: {
|
|
428
432
|
type?: import("vue").PropType<number>;
|
|
429
433
|
default?: number;
|
|
430
434
|
};
|
|
431
435
|
requestParamsMode: {
|
|
432
|
-
type?: import("vue").PropType<"
|
|
433
|
-
default?: "
|
|
436
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
437
|
+
default?: "2" | "1";
|
|
434
438
|
};
|
|
435
439
|
customRequestParams: {
|
|
436
440
|
type?: import("vue").PropType<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;
|
|
@@ -160,16 +160,16 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
160
160
|
default?: number;
|
|
161
161
|
};
|
|
162
162
|
dataType: {
|
|
163
|
-
type?: import("vue").PropType<"
|
|
164
|
-
default?: "
|
|
163
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
164
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
165
165
|
};
|
|
166
166
|
scale?: {
|
|
167
167
|
type?: import("vue").PropType<number>;
|
|
168
168
|
default?: number;
|
|
169
169
|
};
|
|
170
170
|
requestParamsMode: {
|
|
171
|
-
type?: import("vue").PropType<"
|
|
172
|
-
default?: "
|
|
171
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
172
|
+
default?: "2" | "1";
|
|
173
173
|
};
|
|
174
174
|
customRequestParams: {
|
|
175
175
|
type?: import("vue").PropType<string>;
|
|
@@ -207,6 +207,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
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;
|
|
@@ -421,16 +425,16 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
421
425
|
default?: number;
|
|
422
426
|
};
|
|
423
427
|
dataType: {
|
|
424
|
-
type?: import("vue").PropType<"
|
|
425
|
-
default?: "
|
|
428
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
429
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
426
430
|
};
|
|
427
431
|
scale?: {
|
|
428
432
|
type?: import("vue").PropType<number>;
|
|
429
433
|
default?: number;
|
|
430
434
|
};
|
|
431
435
|
requestParamsMode: {
|
|
432
|
-
type?: import("vue").PropType<"
|
|
433
|
-
default?: "
|
|
436
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
437
|
+
default?: "2" | "1";
|
|
434
438
|
};
|
|
435
439
|
customRequestParams: {
|
|
436
440
|
type?: import("vue").PropType<string>;
|
|
@@ -468,6 +472,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
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;
|
|
@@ -193,16 +193,16 @@ export declare const selectComponentProps: {
|
|
|
193
193
|
default?: number;
|
|
194
194
|
};
|
|
195
195
|
dataType: {
|
|
196
|
-
type?: import("vue").PropType<"
|
|
197
|
-
default?: "
|
|
196
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
197
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
198
198
|
};
|
|
199
199
|
scale?: {
|
|
200
200
|
type?: import("vue").PropType<number>;
|
|
201
201
|
default?: number;
|
|
202
202
|
};
|
|
203
203
|
requestParamsMode: {
|
|
204
|
-
type?: import("vue").PropType<"
|
|
205
|
-
default?: "
|
|
204
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
205
|
+
default?: "2" | "1";
|
|
206
206
|
};
|
|
207
207
|
customRequestParams: {
|
|
208
208
|
type?: import("vue").PropType<string>;
|
|
@@ -240,6 +240,10 @@ export declare const selectComponentProps: {
|
|
|
240
240
|
type?: import("vue").PropType<boolean>;
|
|
241
241
|
default?: boolean;
|
|
242
242
|
};
|
|
243
|
+
isShowSource?: {
|
|
244
|
+
type?: import("vue").PropType<boolean>;
|
|
245
|
+
default?: boolean;
|
|
246
|
+
};
|
|
243
247
|
indDetailIconColor?: {
|
|
244
248
|
type?: import("vue").PropType<string>;
|
|
245
249
|
default?: string;
|
|
@@ -145,16 +145,16 @@ declare const _sfc_main: {
|
|
|
145
145
|
default?: number;
|
|
146
146
|
};
|
|
147
147
|
dataType: {
|
|
148
|
-
type?: import("vue").PropType<"
|
|
149
|
-
default?: "
|
|
148
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
149
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
150
150
|
};
|
|
151
151
|
scale?: {
|
|
152
152
|
type?: import("vue").PropType<number>;
|
|
153
153
|
default?: number;
|
|
154
154
|
};
|
|
155
155
|
requestParamsMode: {
|
|
156
|
-
type?: import("vue").PropType<"
|
|
157
|
-
default?: "
|
|
156
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
157
|
+
default?: "2" | "1";
|
|
158
158
|
};
|
|
159
159
|
customRequestParams: {
|
|
160
160
|
type?: import("vue").PropType<string>;
|
|
@@ -192,6 +192,10 @@ declare const _sfc_main: {
|
|
|
192
192
|
type?: import("vue").PropType<boolean>;
|
|
193
193
|
default?: boolean;
|
|
194
194
|
};
|
|
195
|
+
isShowSource?: {
|
|
196
|
+
type?: import("vue").PropType<boolean>;
|
|
197
|
+
default?: boolean;
|
|
198
|
+
};
|
|
195
199
|
indDetailIconColor?: {
|
|
196
200
|
type?: import("vue").PropType<string>;
|
|
197
201
|
default?: string;
|
|
@@ -145,16 +145,16 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
145
145
|
default?: number;
|
|
146
146
|
};
|
|
147
147
|
dataType: {
|
|
148
|
-
type?: import("vue").PropType<"
|
|
149
|
-
default?: "
|
|
148
|
+
type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
|
|
149
|
+
default?: "indicator" | "request" | "component" | "static";
|
|
150
150
|
};
|
|
151
151
|
scale?: {
|
|
152
152
|
type?: import("vue").PropType<number>;
|
|
153
153
|
default?: number;
|
|
154
154
|
};
|
|
155
155
|
requestParamsMode: {
|
|
156
|
-
type?: import("vue").PropType<"
|
|
157
|
-
default?: "
|
|
156
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
157
|
+
default?: "2" | "1";
|
|
158
158
|
};
|
|
159
159
|
customRequestParams: {
|
|
160
160
|
type?: import("vue").PropType<string>;
|
|
@@ -192,6 +192,10 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
192
192
|
type?: import("vue").PropType<boolean>;
|
|
193
193
|
default?: boolean;
|
|
194
194
|
};
|
|
195
|
+
isShowSource?: {
|
|
196
|
+
type?: import("vue").PropType<boolean>;
|
|
197
|
+
default?: boolean;
|
|
198
|
+
};
|
|
195
199
|
indDetailIconColor?: {
|
|
196
200
|
type?: import("vue").PropType<string>;
|
|
197
201
|
default?: string;
|