@ecan-bi/datav 1.4.22 → 1.4.23
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 +6763 -5774
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +28 -25
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +2 -1
- package/types/container/border/Border.vue.d.ts +4 -4
- package/types/container/border/index.d.ts +4 -4
- package/types/container/border/props.d.ts +2 -2
- package/types/container/circulate/Circulate.vue.d.ts +4 -4
- package/types/container/circulate/index.d.ts +4 -4
- package/types/container/circulate/props.d.ts +2 -2
- package/types/container/tabs/Tabs.vue.d.ts +4 -4
- package/types/container/tabs/index.d.ts +4 -4
- package/types/container/tabs/props.d.ts +2 -2
- package/types/container/template/Template.vue.d.ts +4 -4
- package/types/container/template/index.d.ts +4 -4
- package/types/container/template/props.d.ts +2 -2
- package/types/control/button/Button.vue.d.ts +4 -4
- package/types/control/button/index.d.ts +4 -4
- package/types/control/button/props.d.ts +2 -2
- package/types/control/checkbox/Checkbox.vue.d.ts +4 -4
- package/types/control/checkbox/index.d.ts +4 -4
- package/types/control/checkbox/props.d.ts +2 -2
- package/types/control/date-picker/DatePicker.vue.d.ts +17 -17
- package/types/control/date-picker/index.d.ts +17 -17
- package/types/control/date-picker/props.d.ts +4 -4
- package/types/control/input/Input.vue.d.ts +4 -4
- package/types/control/input/index.d.ts +4 -4
- package/types/control/input/props.d.ts +2 -2
- package/types/control/radio/Radio.vue.d.ts +4 -4
- package/types/control/radio/index.d.ts +4 -4
- package/types/control/radio/props.d.ts +2 -2
- package/types/control/range-picker/RangePicker.vue.d.ts +26 -26
- package/types/control/range-picker/index.d.ts +26 -26
- package/types/control/range-picker/props.d.ts +4 -4
- package/types/control/select/Select.vue.d.ts +4 -4
- package/types/control/select/index.d.ts +4 -4
- package/types/control/select/props.d.ts +2 -2
- package/types/control/tree-select/TreeSelect.vue.d.ts +2 -2
- package/types/control/tree-select/index.d.ts +2 -2
- package/types/control/tree-select/props.d.ts +2 -2
- package/types/graph/bar/Bar.vue.d.ts +4 -4
- package/types/graph/bar/index.d.ts +4 -4
- package/types/graph/bar/props.d.ts +2 -2
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +4 -4
- package/types/graph/combo-graph/index.d.ts +4 -4
- package/types/graph/combo-graph/props.d.ts +2 -2
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +4 -4
- package/types/graph/custom-graph/index.d.ts +4 -4
- package/types/graph/custom-graph/props.d.ts +2 -2
- package/types/graph/line/Line.vue.d.ts +4 -4
- package/types/graph/line/index.d.ts +4 -4
- package/types/graph/line/props.d.ts +3 -3
- package/types/graph/pie/Pie.vue.d.ts +4 -4
- package/types/graph/pie/index.d.ts +4 -4
- package/types/graph/pie/props.d.ts +2 -2
- package/types/graph/radar/Radar.vue.d.ts +4 -4
- package/types/graph/radar/index.d.ts +4 -4
- package/types/graph/radar/props.d.ts +3 -3
- package/types/graph/scatter/Scatter.vue.d.ts +4 -4
- package/types/graph/scatter/index.d.ts +4 -4
- package/types/graph/scatter/props.d.ts +2 -2
- package/types/laboratory/data-select/DataSelect.vue.d.ts +4 -4
- package/types/laboratory/data-select/index.d.ts +4 -4
- package/types/laboratory/data-select/props.d.ts +2 -2
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +14 -14
- package/types/laboratory/pivotTable/index.d.ts +14 -14
- package/types/laboratory/pivotTable/props.d.ts +2 -2
- package/types/laboratory/value-line/ValueLine.vue.d.ts +4 -4
- package/types/laboratory/value-line/index.d.ts +4 -4
- package/types/laboratory/value-line/props.d.ts +3 -3
- package/types/map/map/Map.vue.d.ts +4 -4
- package/types/map/map/index.d.ts +4 -4
- package/types/map/map/props.d.ts +2 -2
- package/types/media/iframe/Iframe.vue.d.ts +4 -4
- package/types/media/iframe/index.d.ts +4 -4
- package/types/media/iframe/props.d.ts +2 -2
- package/types/media/image/Image.vue.d.ts +4 -4
- package/types/media/image/index.d.ts +4 -4
- package/types/media/image/props.d.ts +2 -2
- package/types/table/table/Table.vue.d.ts +4 -4
- package/types/table/table/index.d.ts +4 -4
- package/types/table/table/props.d.ts +2 -2
- package/types/text/counter/Counter.vue.d.ts +4 -4
- package/types/text/counter/index.d.ts +4 -4
- package/types/text/counter/props.d.ts +2 -2
- package/types/text/list/List.vue.d.ts +4 -4
- package/types/text/list/index.d.ts +4 -4
- package/types/text/list/props.d.ts +2 -2
- package/types/text/proportion/Proportion.vue.d.ts +4 -4
- package/types/text/proportion/index.d.ts +4 -4
- package/types/text/proportion/props.d.ts +2 -2
- package/types/text/text/Text.vue.d.ts +4 -4
- package/types/text/text/index.d.ts +4 -4
- package/types/text/text/props.d.ts +2 -2
- package/types/text/time-display/TimeDisplay.vue.d.ts +4 -4
- package/types/text/time-display/index.d.ts +4 -4
- package/types/text/time-display/props.d.ts +2 -2
|
@@ -165,8 +165,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
165
165
|
default?: number;
|
|
166
166
|
};
|
|
167
167
|
requestParamsMode: {
|
|
168
|
-
type?: import("vue").PropType<"
|
|
169
|
-
default?: "
|
|
168
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
169
|
+
default?: "2" | "1";
|
|
170
170
|
};
|
|
171
171
|
customRequestParams: {
|
|
172
172
|
type?: import("vue").PropType<string>;
|
|
@@ -374,8 +374,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
374
374
|
default?: number;
|
|
375
375
|
};
|
|
376
376
|
requestParamsMode: {
|
|
377
|
-
type?: import("vue").PropType<"
|
|
378
|
-
default?: "
|
|
377
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
378
|
+
default?: "2" | "1";
|
|
379
379
|
};
|
|
380
380
|
customRequestParams: {
|
|
381
381
|
type?: import("vue").PropType<string>;
|
|
@@ -164,8 +164,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
164
164
|
default?: number;
|
|
165
165
|
};
|
|
166
166
|
requestParamsMode: {
|
|
167
|
-
type?: import("vue").PropType<"
|
|
168
|
-
default?: "
|
|
167
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
168
|
+
default?: "2" | "1";
|
|
169
169
|
};
|
|
170
170
|
customRequestParams: {
|
|
171
171
|
type?: import("vue").PropType<string>;
|
|
@@ -373,8 +373,8 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
373
373
|
default?: number;
|
|
374
374
|
};
|
|
375
375
|
requestParamsMode: {
|
|
376
|
-
type?: import("vue").PropType<"
|
|
377
|
-
default?: "
|
|
376
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
377
|
+
default?: "2" | "1";
|
|
378
378
|
};
|
|
379
379
|
customRequestParams: {
|
|
380
380
|
type?: import("vue").PropType<string>;
|
|
@@ -193,8 +193,8 @@ export declare const radioComponentProps: {
|
|
|
193
193
|
default?: number;
|
|
194
194
|
};
|
|
195
195
|
requestParamsMode: {
|
|
196
|
-
type?: import("vue").PropType<"
|
|
197
|
-
default?: "
|
|
196
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
197
|
+
default?: "2" | "1";
|
|
198
198
|
};
|
|
199
199
|
customRequestParams: {
|
|
200
200
|
type?: import("vue").PropType<string>;
|
|
@@ -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>;
|
|
@@ -154,8 +154,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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>;
|
|
@@ -225,14 +225,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
225
225
|
};
|
|
226
226
|
startOf: {
|
|
227
227
|
(unit: dayjs.OpUnitType): dayjs.Dayjs;
|
|
228
|
-
(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" | "
|
|
228
|
+
(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;
|
|
229
229
|
};
|
|
230
230
|
endOf: {
|
|
231
231
|
(unit: dayjs.OpUnitType): dayjs.Dayjs;
|
|
232
|
-
(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" | "
|
|
232
|
+
(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;
|
|
233
233
|
};
|
|
234
234
|
format: (template?: string) => string;
|
|
235
|
-
diff: (date?: string | number | dayjs.Dayjs
|
|
235
|
+
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;
|
|
236
236
|
valueOf: () => number;
|
|
237
237
|
unix: () => number;
|
|
238
238
|
daysInMonth: () => number;
|
|
@@ -242,16 +242,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
242
242
|
toString: () => string;
|
|
243
243
|
utcOffset: () => number;
|
|
244
244
|
isBefore: {
|
|
245
|
-
(date?: string | number | dayjs.Dayjs
|
|
246
|
-
(date?: string | number | dayjs.Dayjs
|
|
245
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
246
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
247
247
|
};
|
|
248
248
|
isSame: {
|
|
249
|
-
(date?: string | number | dayjs.Dayjs
|
|
250
|
-
(date?: string | number | dayjs.Dayjs
|
|
249
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
250
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
251
251
|
};
|
|
252
252
|
isAfter: {
|
|
253
|
-
(date?: string | number | dayjs.Dayjs
|
|
254
|
-
(date?: string | number | dayjs.Dayjs
|
|
253
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
254
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
255
255
|
};
|
|
256
256
|
locale: {
|
|
257
257
|
(): string;
|
|
@@ -308,14 +308,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
308
308
|
};
|
|
309
309
|
startOf: {
|
|
310
310
|
(unit: dayjs.OpUnitType): dayjs.Dayjs;
|
|
311
|
-
(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" | "
|
|
311
|
+
(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;
|
|
312
312
|
};
|
|
313
313
|
endOf: {
|
|
314
314
|
(unit: dayjs.OpUnitType): dayjs.Dayjs;
|
|
315
|
-
(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" | "
|
|
315
|
+
(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;
|
|
316
316
|
};
|
|
317
317
|
format: (template?: string) => string;
|
|
318
|
-
diff: (date?: string | number | dayjs.Dayjs
|
|
318
|
+
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;
|
|
319
319
|
valueOf: () => number;
|
|
320
320
|
unix: () => number;
|
|
321
321
|
daysInMonth: () => number;
|
|
@@ -325,16 +325,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
325
325
|
toString: () => string;
|
|
326
326
|
utcOffset: () => number;
|
|
327
327
|
isBefore: {
|
|
328
|
-
(date?: string | number | dayjs.Dayjs
|
|
329
|
-
(date?: string | number | dayjs.Dayjs
|
|
328
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
329
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
330
330
|
};
|
|
331
331
|
isSame: {
|
|
332
|
-
(date?: string | number | dayjs.Dayjs
|
|
333
|
-
(date?: string | number | dayjs.Dayjs
|
|
332
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
333
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
334
334
|
};
|
|
335
335
|
isAfter: {
|
|
336
|
-
(date?: string | number | dayjs.Dayjs
|
|
337
|
-
(date?: string | number | dayjs.Dayjs
|
|
336
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.OpUnitType): boolean;
|
|
337
|
+
(date?: string | number | Date | dayjs.Dayjs, unit?: dayjs.QUnitType): boolean;
|
|
338
338
|
};
|
|
339
339
|
locale: {
|
|
340
340
|
(): string;
|
|
@@ -368,8 +368,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
368
368
|
onEndDateChange: () => void;
|
|
369
369
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
370
370
|
picker: {
|
|
371
|
-
type?: import("vue").PropType<"date" | "month" | "year" | "
|
|
372
|
-
default?: "date" | "month" | "year" | "
|
|
371
|
+
type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
|
|
372
|
+
default?: "date" | "month" | "year" | "week" | "quarter";
|
|
373
373
|
};
|
|
374
374
|
format: {
|
|
375
375
|
type?: import("vue").PropType<string>;
|
|
@@ -520,8 +520,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
520
520
|
default?: number;
|
|
521
521
|
};
|
|
522
522
|
requestParamsMode: {
|
|
523
|
-
type?: import("vue").PropType<"
|
|
524
|
-
default?: "
|
|
523
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
524
|
+
default?: "2" | "1";
|
|
525
525
|
};
|
|
526
526
|
customRequestParams: {
|
|
527
527
|
type?: import("vue").PropType<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>;
|
|
@@ -152,8 +152,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
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>;
|
|
@@ -223,14 +223,14 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
223
223
|
};
|
|
224
224
|
startOf: {
|
|
225
225
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
226
|
-
(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" | "
|
|
226
|
+
(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;
|
|
227
227
|
};
|
|
228
228
|
endOf: {
|
|
229
229
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
230
|
-
(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" | "
|
|
230
|
+
(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;
|
|
231
231
|
};
|
|
232
232
|
format: (template?: string) => string;
|
|
233
|
-
diff: (date?: string | number | import("dayjs").Dayjs
|
|
233
|
+
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;
|
|
234
234
|
valueOf: () => number;
|
|
235
235
|
unix: () => number;
|
|
236
236
|
daysInMonth: () => number;
|
|
@@ -240,16 +240,16 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
240
240
|
toString: () => string;
|
|
241
241
|
utcOffset: () => number;
|
|
242
242
|
isBefore: {
|
|
243
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
244
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
243
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
244
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
245
245
|
};
|
|
246
246
|
isSame: {
|
|
247
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
248
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
247
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
248
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
249
249
|
};
|
|
250
250
|
isAfter: {
|
|
251
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
252
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
251
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
252
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
253
253
|
};
|
|
254
254
|
locale: {
|
|
255
255
|
(): string;
|
|
@@ -306,14 +306,14 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
306
306
|
};
|
|
307
307
|
startOf: {
|
|
308
308
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
309
|
-
(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" | "
|
|
309
|
+
(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;
|
|
310
310
|
};
|
|
311
311
|
endOf: {
|
|
312
312
|
(unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
|
|
313
|
-
(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" | "
|
|
313
|
+
(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;
|
|
314
314
|
};
|
|
315
315
|
format: (template?: string) => string;
|
|
316
|
-
diff: (date?: string | number | import("dayjs").Dayjs
|
|
316
|
+
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;
|
|
317
317
|
valueOf: () => number;
|
|
318
318
|
unix: () => number;
|
|
319
319
|
daysInMonth: () => number;
|
|
@@ -323,16 +323,16 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
323
323
|
toString: () => string;
|
|
324
324
|
utcOffset: () => number;
|
|
325
325
|
isBefore: {
|
|
326
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
327
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
326
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
327
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
328
328
|
};
|
|
329
329
|
isSame: {
|
|
330
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
331
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
330
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
331
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
332
332
|
};
|
|
333
333
|
isAfter: {
|
|
334
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
335
|
-
(date?: string | number | import("dayjs").Dayjs
|
|
334
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").OpUnitType): boolean;
|
|
335
|
+
(date?: string | number | Date | import("dayjs").Dayjs, unit?: import("dayjs").QUnitType): boolean;
|
|
336
336
|
};
|
|
337
337
|
locale: {
|
|
338
338
|
(): string;
|
|
@@ -366,8 +366,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
366
366
|
onEndDateChange: () => void;
|
|
367
367
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
368
368
|
picker: {
|
|
369
|
-
type?: import("vue").PropType<"date" | "month" | "year" | "
|
|
370
|
-
default?: "date" | "month" | "year" | "
|
|
369
|
+
type?: import("vue").PropType<"date" | "month" | "year" | "week" | "quarter">;
|
|
370
|
+
default?: "date" | "month" | "year" | "week" | "quarter";
|
|
371
371
|
};
|
|
372
372
|
format: {
|
|
373
373
|
type?: import("vue").PropType<string>;
|
|
@@ -518,8 +518,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
518
518
|
default?: number;
|
|
519
519
|
};
|
|
520
520
|
requestParamsMode: {
|
|
521
|
-
type?: import("vue").PropType<"
|
|
522
|
-
default?: "
|
|
521
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
522
|
+
default?: "2" | "1";
|
|
523
523
|
};
|
|
524
524
|
customRequestParams: {
|
|
525
525
|
type?: import("vue").PropType<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>;
|
|
@@ -171,8 +171,8 @@ export declare const rangePickerComponentProps: {
|
|
|
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>;
|
|
@@ -156,8 +156,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
156
156
|
default?: number;
|
|
157
157
|
};
|
|
158
158
|
requestParamsMode: {
|
|
159
|
-
type?: import("vue").PropType<"
|
|
160
|
-
default?: "
|
|
159
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
160
|
+
default?: "2" | "1";
|
|
161
161
|
};
|
|
162
162
|
customRequestParams: {
|
|
163
163
|
type?: import("vue").PropType<string>;
|
|
@@ -358,8 +358,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
358
358
|
default?: number;
|
|
359
359
|
};
|
|
360
360
|
requestParamsMode: {
|
|
361
|
-
type?: import("vue").PropType<"
|
|
362
|
-
default?: "
|
|
361
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
362
|
+
default?: "2" | "1";
|
|
363
363
|
};
|
|
364
364
|
customRequestParams: {
|
|
365
365
|
type?: import("vue").PropType<string>;
|
|
@@ -156,8 +156,8 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
156
156
|
default?: number;
|
|
157
157
|
};
|
|
158
158
|
requestParamsMode: {
|
|
159
|
-
type?: import("vue").PropType<"
|
|
160
|
-
default?: "
|
|
159
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
160
|
+
default?: "2" | "1";
|
|
161
161
|
};
|
|
162
162
|
customRequestParams: {
|
|
163
163
|
type?: import("vue").PropType<string>;
|
|
@@ -358,8 +358,8 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
358
358
|
default?: number;
|
|
359
359
|
};
|
|
360
360
|
requestParamsMode: {
|
|
361
|
-
type?: import("vue").PropType<"
|
|
362
|
-
default?: "
|
|
361
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
362
|
+
default?: "2" | "1";
|
|
363
363
|
};
|
|
364
364
|
customRequestParams: {
|
|
365
365
|
type?: import("vue").PropType<string>;
|
|
@@ -186,8 +186,8 @@ export declare const selectComponentProps: {
|
|
|
186
186
|
default?: number;
|
|
187
187
|
};
|
|
188
188
|
requestParamsMode: {
|
|
189
|
-
type?: import("vue").PropType<"
|
|
190
|
-
default?: "
|
|
189
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
190
|
+
default?: "2" | "1";
|
|
191
191
|
};
|
|
192
192
|
customRequestParams: {
|
|
193
193
|
type?: import("vue").PropType<string>;
|
|
@@ -145,8 +145,8 @@ declare const _sfc_main: {
|
|
|
145
145
|
default?: number;
|
|
146
146
|
};
|
|
147
147
|
requestParamsMode: {
|
|
148
|
-
type?: import("vue").PropType<"
|
|
149
|
-
default?: "
|
|
148
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
149
|
+
default?: "2" | "1";
|
|
150
150
|
};
|
|
151
151
|
customRequestParams: {
|
|
152
152
|
type?: import("vue").PropType<string>;
|
|
@@ -145,8 +145,8 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
145
145
|
default?: number;
|
|
146
146
|
};
|
|
147
147
|
requestParamsMode: {
|
|
148
|
-
type?: import("vue").PropType<"
|
|
149
|
-
default?: "
|
|
148
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
149
|
+
default?: "2" | "1";
|
|
150
150
|
};
|
|
151
151
|
customRequestParams: {
|
|
152
152
|
type?: import("vue").PropType<string>;
|
|
@@ -166,8 +166,8 @@ export declare const treeSelectComponentProps: {
|
|
|
166
166
|
default?: number;
|
|
167
167
|
};
|
|
168
168
|
requestParamsMode: {
|
|
169
|
-
type?: import("vue").PropType<"
|
|
170
|
-
default?: "
|
|
169
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
170
|
+
default?: "2" | "1";
|
|
171
171
|
};
|
|
172
172
|
customRequestParams: {
|
|
173
173
|
type?: import("vue").PropType<string>;
|
|
@@ -533,8 +533,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
533
533
|
default?: number;
|
|
534
534
|
};
|
|
535
535
|
requestParamsMode: {
|
|
536
|
-
type?: import("vue").PropType<"
|
|
537
|
-
default?: "
|
|
536
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
537
|
+
default?: "2" | "1";
|
|
538
538
|
};
|
|
539
539
|
customRequestParams: {
|
|
540
540
|
type?: import("vue").PropType<string>;
|
|
@@ -1282,8 +1282,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1282
1282
|
default?: number;
|
|
1283
1283
|
};
|
|
1284
1284
|
requestParamsMode: {
|
|
1285
|
-
type?: import("vue").PropType<"
|
|
1286
|
-
default?: "
|
|
1285
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1286
|
+
default?: "2" | "1";
|
|
1287
1287
|
};
|
|
1288
1288
|
customRequestParams: {
|
|
1289
1289
|
type?: import("vue").PropType<string>;
|
|
@@ -532,8 +532,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
532
532
|
default?: number;
|
|
533
533
|
};
|
|
534
534
|
requestParamsMode: {
|
|
535
|
-
type?: import("vue").PropType<"
|
|
536
|
-
default?: "
|
|
535
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
536
|
+
default?: "2" | "1";
|
|
537
537
|
};
|
|
538
538
|
customRequestParams: {
|
|
539
539
|
type?: import("vue").PropType<string>;
|
|
@@ -1281,8 +1281,8 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1281
1281
|
default?: number;
|
|
1282
1282
|
};
|
|
1283
1283
|
requestParamsMode: {
|
|
1284
|
-
type?: import("vue").PropType<"
|
|
1285
|
-
default?: "
|
|
1284
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1285
|
+
default?: "2" | "1";
|
|
1286
1286
|
};
|
|
1287
1287
|
customRequestParams: {
|
|
1288
1288
|
type?: import("vue").PropType<string>;
|
|
@@ -646,8 +646,8 @@ export declare const barComponentProps: {
|
|
|
646
646
|
default?: number;
|
|
647
647
|
};
|
|
648
648
|
requestParamsMode: {
|
|
649
|
-
type?: import("vue").PropType<"
|
|
650
|
-
default?: "
|
|
649
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
650
|
+
default?: "2" | "1";
|
|
651
651
|
};
|
|
652
652
|
customRequestParams: {
|
|
653
653
|
type?: import("vue").PropType<string>;
|
|
@@ -537,8 +537,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
537
537
|
default?: number;
|
|
538
538
|
};
|
|
539
539
|
requestParamsMode: {
|
|
540
|
-
type?: import("vue").PropType<"
|
|
541
|
-
default?: "
|
|
540
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
541
|
+
default?: "2" | "1";
|
|
542
542
|
};
|
|
543
543
|
customRequestParams: {
|
|
544
544
|
type?: import("vue").PropType<string>;
|
|
@@ -1250,8 +1250,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1250
1250
|
default?: number;
|
|
1251
1251
|
};
|
|
1252
1252
|
requestParamsMode: {
|
|
1253
|
-
type?: import("vue").PropType<"
|
|
1254
|
-
default?: "
|
|
1253
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1254
|
+
default?: "2" | "1";
|
|
1255
1255
|
};
|
|
1256
1256
|
customRequestParams: {
|
|
1257
1257
|
type?: import("vue").PropType<string>;
|
|
@@ -536,8 +536,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
536
536
|
default?: number;
|
|
537
537
|
};
|
|
538
538
|
requestParamsMode: {
|
|
539
|
-
type?: import("vue").PropType<"
|
|
540
|
-
default?: "
|
|
539
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
540
|
+
default?: "2" | "1";
|
|
541
541
|
};
|
|
542
542
|
customRequestParams: {
|
|
543
543
|
type?: import("vue").PropType<string>;
|
|
@@ -1249,8 +1249,8 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
1249
1249
|
default?: number;
|
|
1250
1250
|
};
|
|
1251
1251
|
requestParamsMode: {
|
|
1252
|
-
type?: import("vue").PropType<"
|
|
1253
|
-
default?: "
|
|
1252
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
1253
|
+
default?: "2" | "1";
|
|
1254
1254
|
};
|
|
1255
1255
|
customRequestParams: {
|
|
1256
1256
|
type?: import("vue").PropType<string>;
|
|
@@ -653,8 +653,8 @@ export declare const comboGraphComponentProps: {
|
|
|
653
653
|
default?: number;
|
|
654
654
|
};
|
|
655
655
|
requestParamsMode: {
|
|
656
|
-
type?: import("vue").PropType<"
|
|
657
|
-
default?: "
|
|
656
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
657
|
+
default?: "2" | "1";
|
|
658
658
|
};
|
|
659
659
|
customRequestParams: {
|
|
660
660
|
type?: import("vue").PropType<string>;
|
|
@@ -113,8 +113,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
113
113
|
default?: number;
|
|
114
114
|
};
|
|
115
115
|
requestParamsMode: {
|
|
116
|
-
type?: import("vue").PropType<"
|
|
117
|
-
default?: "
|
|
116
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
117
|
+
default?: "2" | "1";
|
|
118
118
|
};
|
|
119
119
|
customRequestParams: {
|
|
120
120
|
type?: import("vue").PropType<string>;
|
|
@@ -250,8 +250,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
250
250
|
default?: number;
|
|
251
251
|
};
|
|
252
252
|
requestParamsMode: {
|
|
253
|
-
type?: import("vue").PropType<"
|
|
254
|
-
default?: "
|
|
253
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
254
|
+
default?: "2" | "1";
|
|
255
255
|
};
|
|
256
256
|
customRequestParams: {
|
|
257
257
|
type?: import("vue").PropType<string>;
|
|
@@ -112,8 +112,8 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
112
112
|
default?: number;
|
|
113
113
|
};
|
|
114
114
|
requestParamsMode: {
|
|
115
|
-
type?: import("vue").PropType<"
|
|
116
|
-
default?: "
|
|
115
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
116
|
+
default?: "2" | "1";
|
|
117
117
|
};
|
|
118
118
|
customRequestParams: {
|
|
119
119
|
type?: import("vue").PropType<string>;
|
|
@@ -249,8 +249,8 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
249
249
|
default?: number;
|
|
250
250
|
};
|
|
251
251
|
requestParamsMode: {
|
|
252
|
-
type?: import("vue").PropType<"
|
|
253
|
-
default?: "
|
|
252
|
+
type?: import("vue").PropType<"2" | "1">;
|
|
253
|
+
default?: "2" | "1";
|
|
254
254
|
};
|
|
255
255
|
customRequestParams: {
|
|
256
256
|
type?: import("vue").PropType<string>;
|