@shjjs/visual-ui 1.0.35 → 1.0.36
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/es/commons/core/useChart.mjs +1 -1
- package/es/components/chart/commons/components/common-chart/index.vue.mjs +1 -1
- package/es/components/chart/commons/components/common-chart-map/index.vue.mjs +1 -1
- package/es/components/chart/commons/hooks/useChart.mjs +1 -1
- package/es/components/chart/src/map/bmap-basic/index.vue.d.ts +6 -2
- package/es/components/chart-other-candlestick-basic/index.vue.mjs +1 -1
- package/es/components/chart-other-candlestick-demo/index.vue.mjs +1 -1
- package/es/components/chart-other-candlestick-shanghai/index.vue.mjs +1 -1
- package/es/components/chart-other-circular-graph/index.vue.mjs +1 -1
- package/es/components/chart-other-force/index.vue.mjs +1 -1
- package/es/components/chart-other-force2/index.vue.mjs +1 -1
- package/es/components/chart-other-funnel/index.vue.mjs +1 -1
- package/es/components/chart-other-funnel-contrast/index.vue.mjs +1 -1
- package/es/components/chart-other-funnel-split/index.vue.mjs +1 -1
- package/es/components/chart-other-funnel2/index.vue.mjs +1 -1
- package/es/components/chart-other-gauge/index.vue.mjs +1 -1
- package/es/components/chart-other-gauge-grade/index.vue.mjs +1 -1
- package/es/components/chart-other-gauge-stage/index.vue.mjs +1 -1
- package/es/components/chart-other-graph-basic/index.vue.mjs +1 -1
- package/es/components/chart-other-graph-basic2/index.vue.mjs +1 -1
- package/es/components/chart-other-graph-calendar/index.vue.mjs +1 -1
- package/es/components/chart-other-grid-percentage/index.vue.mjs +1 -1
- package/es/components/chart-other-heatmap/index.vue.mjs +1 -1
- package/es/components/chart-other-label-gauge/index.vue.mjs +1 -1
- package/es/components/chart-other-liquidfill/index.vue.mjs +1 -1
- package/es/components/chart-other-parallel-basic/index.vue.mjs +1 -1
- package/es/components/chart-other-parallel-mul/index.vue.mjs +1 -1
- package/es/components/chart-other-radar/index.vue.mjs +1 -1
- package/es/components/chart-other-radar-stack/index.vue.mjs +1 -1
- package/es/components/chart-other-sunburst-basic/index.vue.mjs +1 -1
- package/es/components/chart-other-sunburst-basic2/index.vue.mjs +1 -1
- package/es/components/chart-other-sunburst-basic3/index.vue.mjs +1 -1
- package/es/components/chart-other-sunburst-basic4/index.vue.mjs +1 -1
- package/es/components/chart-other-sunburst-book/index.vue.mjs +1 -1
- package/es/components/chart-other-sunburst-flavors/index.vue.mjs +1 -1
- package/es/components/chart-other-sunburst-radius/index.vue.mjs +1 -1
- package/es/components/chart-other-theme-river/index.vue.mjs +1 -1
- package/es/components/chart-other-tree/index.vue.mjs +1 -1
- package/es/components/chart-other-tree-line/index.vue.mjs +1 -1
- package/es/components/chart-other-treemap/index.vue.mjs +1 -1
- package/es/components/chart-other-treemap-basic/index.vue.mjs +1 -1
- package/es/components/chart-other-word-cloud/index.vue.mjs +1 -1
- package/es/components/commons-echarts/compileAndRunEcharts.mjs +1 -1
- package/es/components/commons-loop-iterator/index.vue.mjs +2 -2
- package/es/components/commons-loop-iterator/index.vue2.mjs +1 -1
- package/es/components/commons-product-model/index.vue.mjs +2 -2
- package/es/components/commons-product-model/index.vue2.mjs +1 -1
- package/es/components/commons-three-loader/index.vue.mjs +2 -2
- package/es/components/commons-three-loader/index.vue2.mjs +1 -1
- package/es/components/commons-three-loader3/index.vue.mjs +2 -2
- package/es/components/commons-three-loader3/index.vue2.mjs +1 -1
- package/es/components/commons-weather/index.vue.mjs +1 -1
- package/es/components/commons-weather/index.vue2.mjs +1 -1
- package/es/components/commons-weather-dynamic/index.vue.mjs +1 -1
- package/es/components/commons-weather-dynamic/index.vue2.mjs +1 -1
- package/es/components/index.d.ts +112 -111
- package/es/components/index.mjs +362 -360
- package/es/components/interaction/button/index.vue.mjs +1 -1
- package/es/components/interaction/button/index.vue2.mjs +54 -54
- package/es/components/interaction/date-picker/components/common-date-picker/index.vue.mjs +2 -2
- package/es/components/interaction/date-picker/components/common-date-picker/index.vue2.mjs +26 -26
- package/es/components/interaction/date-picker/src/date-picker/index.d.ts +211 -211
- package/es/components/interaction/date-picker/src/date-picker/index.vue.d.ts +211 -211
- package/es/components/interaction/date-picker/src/date-picker-range/index.d.ts +211 -211
- package/es/components/interaction/date-picker/src/date-picker-range/index.vue.d.ts +211 -211
- package/es/components/interaction/tabs/index.vue.mjs +1 -1
- package/es/components/interaction/tabs-icon/index.vue.mjs +1 -1
- package/es/components/interaction-input/index.vue.mjs +2 -2
- package/es/components/interaction-input/index.vue2.mjs +1 -1
- package/es/components/interaction-select/index.vue.mjs +1 -1
- package/es/components/interaction-select/index.vue2.mjs +1 -1
- package/es/components/interaction-slider/index.vue.mjs +2 -2
- package/es/components/interaction-slider/index.vue2.mjs +24 -24
- package/es/components/interaction-switch/index.vue.mjs +1 -1
- package/es/components/interaction-switch/index.vue2.mjs +10 -10
- package/es/components/interaction-tabs/index.vue.mjs +2 -2
- package/es/components/interaction-tabs/index.vue2.mjs +1 -1
- package/es/components/interaction-tabs2/index.vue.mjs +2 -2
- package/es/components/interaction-tabs2/index.vue2.mjs +1 -1
- package/es/components/map-earth-basic/index.vue.mjs +1 -1
- package/es/components/map-earth-cool-tech/index.vue.d.ts +4 -2
- package/es/components/map-earth-cool-tech/index.vue.mjs +1 -1
- package/es/components/map-earth-fly-line/index.vue.mjs +1 -1
- package/es/components/map-earth-hacker/index.vue.mjs +1 -1
- package/es/components/map-earth-particle/index.vue.mjs +1 -1
- package/es/components/media-audio/index.vue.mjs +2 -2
- package/es/components/media-audio/index.vue2.mjs +5 -5
- package/es/components/media-audio-dynamic/index.vue.mjs +1 -1
- package/es/components/media-audio-dynamic/index.vue2.mjs +22 -22
- package/es/components/media-flv/index.vue.mjs +1 -1
- package/es/components/media-iframe/index.vue.mjs +2 -2
- package/es/components/media-iframe/index.vue2.mjs +1 -1
- package/es/components/media-iframe-dynamic/index.d.ts +51 -0
- package/es/components/media-iframe-dynamic/index.mjs +7 -0
- package/es/components/media-iframe-dynamic/index.vue.d.ts +51 -0
- package/es/components/media-iframe-dynamic/index.vue.mjs +7 -0
- package/es/components/media-iframe-dynamic/index.vue2.mjs +76 -0
- package/es/components/media-image-dynamic/index.vue.mjs +2 -2
- package/es/components/media-image-dynamic/index.vue2.mjs +1 -1
- package/es/components/media-m3u8/index.vue.mjs +1 -1
- package/es/components/media-m3u8-dynamic/index.vue.mjs +1 -1
- package/es/components/media-video/index.vue.mjs +2 -2
- package/es/components/media-video/index.vue2.mjs +1 -1
- package/es/components/media-video-dynamic/index.vue.mjs +2 -2
- package/es/components/media-video-dynamic/index.vue2.mjs +1 -1
- package/es/components/scene-amap2d/index.vue.mjs +2 -2
- package/es/components/scene-amap2d/index.vue2.mjs +2 -2
- package/es/components/scene-amap3d/index.vue.mjs +2 -2
- package/es/components/scene-amap3d/index.vue2.mjs +2 -2
- package/es/components/scene-default/index.vue.mjs +1 -1
- package/es/components/scene-default/index.vue2.mjs +1 -1
- package/es/components/scene-map3d/index.vue.mjs +1 -1
- package/es/components/scene-map3d/index.vue2.mjs +1 -1
- package/es/components/scene-ue-iframe/index.vue.mjs +2 -2
- package/es/components/scene-ue-iframe/index.vue2.mjs +1 -1
- package/es/components/scene-ue-shj/index.vue.mjs +2 -2
- package/es/components/scene-ue-shj/index.vue2.mjs +1 -1
- package/es/components/scene-unity-iframe/index.vue.mjs +1 -1
- package/es/components/scene-unity-iframe/index.vue2.mjs +1 -1
- package/es/components/scene-unity-webgl/index.vue.mjs +1 -1
- package/es/components/scene-unity-webgl/index.vue2.mjs +1 -1
- package/es/components/scene-vr/index.vue.mjs +2 -2
- package/es/components/scene-vr/index.vue2.mjs +33 -33
- package/es/components/text/list/index.vue.mjs +1 -1
- package/es/components/text-count-down/index.vue.mjs +1 -1
- package/es/components/text-count-down/index.vue2.mjs +1 -1
- package/es/components/text-over-number/index.vue.mjs +1 -1
- package/es/components/text-over-number/index.vue2.mjs +1 -1
- package/es/components/text-real-time/index.vue.mjs +2 -2
- package/es/components/text-real-time/index.vue2.mjs +1 -1
- package/es/components/text-row-scroll/index.vue.mjs +2 -2
- package/es/components/text-row-scroll/index.vue2.mjs +39 -39
- package/es/components/text-table-basic/index.vue.mjs +2 -2
- package/es/components/text-table-basic/index.vue2.mjs +31 -31
- package/es/components/text-table-scroll/index.vue.mjs +2 -2
- package/es/components/text-table-scroll/index.vue2.mjs +34 -34
- package/es/components/text-text-dynamic/index.vue.mjs +2 -2
- package/es/components/text-text-dynamic/index.vue2.mjs +1 -1
- package/es/index.mjs +372 -370
- package/es/widgets.css +1 -1
- package/package.json +1 -1
- package/es/commons/plugins/datasource/index.d.ts +0 -73
- package/es/commons/plugins/datasource/index.mjs +0 -214
- package/es/commons/plugins/datasource/sources/api.d.ts +0 -1
- package/es/commons/plugins/datasource/sources/api.mjs +0 -32
- package/es/commons/plugins/datasource/sources/static.d.ts +0 -1
- package/es/commons/plugins/datasource/sources/static.mjs +0 -17
- package/es/commons/plugins/datasource/sources/storage.d.ts +0 -1
- package/es/commons/plugins/datasource/sources/storage.mjs +0 -28
- package/es/commons/plugins/datasource/sources/url.d.ts +0 -1
- package/es/commons/plugins/datasource/sources/url.mjs +0 -17
- package/es/commons/plugins/datasource/sources/variable.d.ts +0 -1
- package/es/commons/plugins/datasource/sources/variable.mjs +0 -17
- package/es/commons/plugins/datasource/sources/ws.d.ts +0 -32
- package/es/commons/plugins/datasource/sources/ws.mjs +0 -139
- package/es/commons/plugins/datasource/utils/axios.d.ts +0 -70
- package/es/commons/plugins/datasource/utils/axios.mjs +0 -134
- package/es/commons/plugins/datasource/utils/request.d.ts +0 -3
- package/es/commons/plugins/datasource/utils/request.mjs +0 -5
- package/es/commons/plugins/datasource/utils/utils.d.ts +0 -115
- package/es/commons/plugins/datasource/utils/utils.mjs +0 -229
- package/es/commons/plugins/datasource/utils/wsManager.d.ts +0 -16
- package/es/commons/plugins/datasource/utils/wsManager.mjs +0 -78
- package/es/commons/plugins/event/actions/fullScreenAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/fullScreenAction.mjs +0 -8
- package/es/commons/plugins/event/actions/invokeAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/invokeAction.mjs +0 -11
- package/es/commons/plugins/event/actions/linkAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/linkAction.mjs +0 -8
- package/es/commons/plugins/event/actions/moveAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/moveAction.mjs +0 -15
- package/es/commons/plugins/event/actions/refreshVariableAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/refreshVariableAction.mjs +0 -18
- package/es/commons/plugins/event/actions/rotateAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/rotateAction.mjs +0 -19
- package/es/commons/plugins/event/actions/scaleAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/scaleAction.mjs +0 -24
- package/es/commons/plugins/event/actions/sendApiAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/sendApiAction.mjs +0 -16
- package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.mjs +0 -31
- package/es/commons/plugins/event/actions/ueShjExecMethodAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/ueShjExecMethodAction.mjs +0 -31
- package/es/commons/plugins/event/actions/unityIframeExecMethodAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/unityIframeExecMethodAction.mjs +0 -28
- package/es/commons/plugins/event/actions/unityWebglExecMethodAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/unityWebglExecMethodAction.mjs +0 -28
- package/es/commons/plugins/event/actions/updatePageAction.d.ts +0 -8
- package/es/commons/plugins/event/actions/updatePageAction.mjs +0 -6
- package/es/commons/plugins/event/actions/updateVariableAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/updateVariableAction.mjs +0 -25
- package/es/commons/plugins/event/actions/updateWidgetAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/updateWidgetAction.mjs +0 -14
- package/es/commons/plugins/event/actions/vrSceneMethodAction.d.ts +0 -7
- package/es/commons/plugins/event/actions/vrSceneMethodAction.mjs +0 -12
- package/es/commons/plugins/event/index.d.ts +0 -206
- package/es/commons/plugins/event/index.mjs +0 -161
- package/es/commons/plugins/event/utils/utils.d.ts +0 -22
- package/es/commons/plugins/event/utils/utils.mjs +0 -50
- package/es/commons/utils/componentRefs.d.ts +0 -28
- package/es/commons/utils/componentRefs.mjs +0 -37
- package/es/commons/utils/getNextElement.d.ts +0 -7
- package/es/commons/utils/getNextElement.mjs +0 -12
|
@@ -1,211 +1,211 @@
|
|
|
1
|
-
export declare const ShjDatePicker: import("../../../../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
-
basicOption: {
|
|
3
|
-
type: any;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
sources: {
|
|
7
|
-
type: ArrayConstructor;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
useEvents: {
|
|
11
|
-
type: ArrayConstructor;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
uuid: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
}, {
|
|
19
|
-
componentRef: import("vue").Ref<any>;
|
|
20
|
-
CommonDatePicker: import("vue").DefineComponent<{
|
|
21
|
-
option: {
|
|
22
|
-
type: any;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
sources: {
|
|
26
|
-
type: ArrayConstructor;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
useEvents: {
|
|
30
|
-
type: ArrayConstructor;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
uuid: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
}, {
|
|
38
|
-
props: any;
|
|
39
|
-
emits: (event: "on-change", ...args: any[]) => void;
|
|
40
|
-
dateValue: import("vue").Ref<any>;
|
|
41
|
-
refreshKey: import("vue").Ref<string>;
|
|
42
|
-
initView: () => string;
|
|
43
|
-
initSourceData: () => void;
|
|
44
|
-
handleDate: (modelData: any) => void;
|
|
45
|
-
handleSetDate: (type: "today" | "yesterday" | "before-yesterday") => void;
|
|
46
|
-
handleSetRangeDate: (type: "week" | "today" | "yesterday" | "before-yesterday" | "last-7" | "last-15" | "last-30" | "last-365" | "month" | "last-month") => void;
|
|
47
|
-
readonly VueDatePicker: {
|
|
48
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
|
|
49
|
-
onBlur?: (...args: any[]) => any;
|
|
50
|
-
onFocus?: (...args: any[]) => any;
|
|
51
|
-
onOpen?: (...args: any[]) => any;
|
|
52
|
-
onClosed?: (...args: any[]) => any;
|
|
53
|
-
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
54
|
-
"onUpdate:model-timezone-value"?: (...args: any[]) => any;
|
|
55
|
-
"onText-submit"?: (...args: any[]) => any;
|
|
56
|
-
onCleared?: (...args: any[]) => any;
|
|
57
|
-
"onInternal-model-change"?: (...args: any[]) => any;
|
|
58
|
-
"onRecalculate-position"?: (...args: any[]) => any;
|
|
59
|
-
"onFlow-step"?: (...args: any[]) => any;
|
|
60
|
-
"onUpdate-month-year"?: (...args: any[]) => any;
|
|
61
|
-
"onInvalid-select"?: (...args: any[]) => any;
|
|
62
|
-
"onTooltip-open"?: (...args: any[]) => any;
|
|
63
|
-
"onTooltip-close"?: (...args: any[]) => any;
|
|
64
|
-
"onInvalid-fixed-range"?: (...args: any[]) => any;
|
|
65
|
-
"onTime-picker-open"?: (...args: any[]) => any;
|
|
66
|
-
"onTime-picker-close"?: (...args: any[]) => any;
|
|
67
|
-
"onAm-pm-change"?: (...args: any[]) => any;
|
|
68
|
-
"onRange-start"?: (...args: any[]) => any;
|
|
69
|
-
"onRange-end"?: (...args: any[]) => any;
|
|
70
|
-
"onDate-update"?: (...args: any[]) => any;
|
|
71
|
-
"onInvalid-date"?: (...args: any[]) => any;
|
|
72
|
-
"onOverlay-toggle"?: (...args: any[]) => any;
|
|
73
|
-
"onText-input"?: (...args: any[]) => any;
|
|
74
|
-
}, {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("@vuepic/vue-datepicker").EmitEvents[], import("@vuepic/vue-datepicker").VueDatePickerProps & (Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
|
|
75
|
-
onBlur?: (...args: any[]) => any;
|
|
76
|
-
onFocus?: (...args: any[]) => any;
|
|
77
|
-
onOpen?: (...args: any[]) => any;
|
|
78
|
-
onClosed?: (...args: any[]) => any;
|
|
79
|
-
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
80
|
-
"onUpdate:model-timezone-value"?: (...args: any[]) => any;
|
|
81
|
-
"onText-submit"?: (...args: any[]) => any;
|
|
82
|
-
onCleared?: (...args: any[]) => any;
|
|
83
|
-
"onInternal-model-change"?: (...args: any[]) => any;
|
|
84
|
-
"onRecalculate-position"?: (...args: any[]) => any;
|
|
85
|
-
"onFlow-step"?: (...args: any[]) => any;
|
|
86
|
-
"onUpdate-month-year"?: (...args: any[]) => any;
|
|
87
|
-
"onInvalid-select"?: (...args: any[]) => any;
|
|
88
|
-
"onTooltip-open"?: (...args: any[]) => any;
|
|
89
|
-
"onTooltip-close"?: (...args: any[]) => any;
|
|
90
|
-
"onInvalid-fixed-range"?: (...args: any[]) => any;
|
|
91
|
-
"onTime-picker-open"?: (...args: any[]) => any;
|
|
92
|
-
"onTime-picker-close"?: (...args: any[]) => any;
|
|
93
|
-
"onAm-pm-change"?: (...args: any[]) => any;
|
|
94
|
-
"onRange-start"?: (...args: any[]) => any;
|
|
95
|
-
"onRange-end"?: (...args: any[]) => any;
|
|
96
|
-
"onDate-update"?: (...args: any[]) => any;
|
|
97
|
-
"onInvalid-date"?: (...args: any[]) => any;
|
|
98
|
-
"onOverlay-toggle"?: (...args: any[]) => any;
|
|
99
|
-
"onText-input"?: (...args: any[]) => any;
|
|
100
|
-
}), {
|
|
101
|
-
[x: number]: string;
|
|
102
|
-
} | {}, true, {}, {}, {
|
|
103
|
-
P: {};
|
|
104
|
-
B: {};
|
|
105
|
-
D: {};
|
|
106
|
-
C: {};
|
|
107
|
-
M: {};
|
|
108
|
-
Defaults: {};
|
|
109
|
-
}, {} & (Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
|
|
110
|
-
onBlur?: (...args: any[]) => any;
|
|
111
|
-
onFocus?: (...args: any[]) => any;
|
|
112
|
-
onOpen?: (...args: any[]) => any;
|
|
113
|
-
onClosed?: (...args: any[]) => any;
|
|
114
|
-
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
115
|
-
"onUpdate:model-timezone-value"?: (...args: any[]) => any;
|
|
116
|
-
"onText-submit"?: (...args: any[]) => any;
|
|
117
|
-
onCleared?: (...args: any[]) => any;
|
|
118
|
-
"onInternal-model-change"?: (...args: any[]) => any;
|
|
119
|
-
"onRecalculate-position"?: (...args: any[]) => any;
|
|
120
|
-
"onFlow-step"?: (...args: any[]) => any;
|
|
121
|
-
"onUpdate-month-year"?: (...args: any[]) => any;
|
|
122
|
-
"onInvalid-select"?: (...args: any[]) => any;
|
|
123
|
-
"onTooltip-open"?: (...args: any[]) => any;
|
|
124
|
-
"onTooltip-close"?: (...args: any[]) => any;
|
|
125
|
-
"onInvalid-fixed-range"?: (...args: any[]) => any;
|
|
126
|
-
"onTime-picker-open"?: (...args: any[]) => any;
|
|
127
|
-
"onTime-picker-close"?: (...args: any[]) => any;
|
|
128
|
-
"onAm-pm-change"?: (...args: any[]) => any;
|
|
129
|
-
"onRange-start"?: (...args: any[]) => any;
|
|
130
|
-
"onRange-end"?: (...args: any[]) => any;
|
|
131
|
-
"onDate-update"?: (...args: any[]) => any;
|
|
132
|
-
"onInvalid-date"?: (...args: any[]) => any;
|
|
133
|
-
"onOverlay-toggle"?: (...args: any[]) => any;
|
|
134
|
-
"onText-input"?: (...args: any[]) => any;
|
|
135
|
-
}), {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, {
|
|
136
|
-
[x: number]: string;
|
|
137
|
-
} | {}>;
|
|
138
|
-
__isFragment?: never;
|
|
139
|
-
__isTeleport?: never;
|
|
140
|
-
__isSuspense?: never;
|
|
141
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
|
|
142
|
-
onBlur?: (...args: any[]) => any;
|
|
143
|
-
onFocus?: (...args: any[]) => any;
|
|
144
|
-
onOpen?: (...args: any[]) => any;
|
|
145
|
-
onClosed?: (...args: any[]) => any;
|
|
146
|
-
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
147
|
-
"onUpdate:model-timezone-value"?: (...args: any[]) => any;
|
|
148
|
-
"onText-submit"?: (...args: any[]) => any;
|
|
149
|
-
onCleared?: (...args: any[]) => any;
|
|
150
|
-
"onInternal-model-change"?: (...args: any[]) => any;
|
|
151
|
-
"onRecalculate-position"?: (...args: any[]) => any;
|
|
152
|
-
"onFlow-step"?: (...args: any[]) => any;
|
|
153
|
-
"onUpdate-month-year"?: (...args: any[]) => any;
|
|
154
|
-
"onInvalid-select"?: (...args: any[]) => any;
|
|
155
|
-
"onTooltip-open"?: (...args: any[]) => any;
|
|
156
|
-
"onTooltip-close"?: (...args: any[]) => any;
|
|
157
|
-
"onInvalid-fixed-range"?: (...args: any[]) => any;
|
|
158
|
-
"onTime-picker-open"?: (...args: any[]) => any;
|
|
159
|
-
"onTime-picker-close"?: (...args: any[]) => any;
|
|
160
|
-
"onAm-pm-change"?: (...args: any[]) => any;
|
|
161
|
-
"onRange-start"?: (...args: any[]) => any;
|
|
162
|
-
"onRange-end"?: (...args: any[]) => any;
|
|
163
|
-
"onDate-update"?: (...args: any[]) => any;
|
|
164
|
-
"onInvalid-date"?: (...args: any[]) => any;
|
|
165
|
-
"onOverlay-toggle"?: (...args: any[]) => any;
|
|
166
|
-
"onText-input"?: (...args: any[]) => any;
|
|
167
|
-
}, {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("@vuepic/vue-datepicker").EmitEvents[], import("@vuepic/vue-datepicker").EmitEvents, {
|
|
168
|
-
[x: number]: string;
|
|
169
|
-
} | {}, {}, string, {}> & import("@vuepic/vue-datepicker").VueDatePickerProps & (new () => {
|
|
170
|
-
$slots: Readonly<import("@vuepic/vue-datepicker").Slots> & import("@vuepic/vue-datepicker").Slots;
|
|
171
|
-
});
|
|
172
|
-
readonly Utils: typeof import("../../../../../commons/utils/utils").Utils;
|
|
173
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-change"[], "on-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
174
|
-
option: {
|
|
175
|
-
type: any;
|
|
176
|
-
required: true;
|
|
177
|
-
};
|
|
178
|
-
sources: {
|
|
179
|
-
type: ArrayConstructor;
|
|
180
|
-
required: true;
|
|
181
|
-
};
|
|
182
|
-
useEvents: {
|
|
183
|
-
type: ArrayConstructor;
|
|
184
|
-
required: true;
|
|
185
|
-
};
|
|
186
|
-
uuid: {
|
|
187
|
-
type: StringConstructor;
|
|
188
|
-
required: true;
|
|
189
|
-
};
|
|
190
|
-
}>> & {
|
|
191
|
-
"onOn-change"?: (...args: any[]) => any;
|
|
192
|
-
}, {}, {}>;
|
|
193
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
194
|
-
basicOption: {
|
|
195
|
-
type: any;
|
|
196
|
-
required: true;
|
|
197
|
-
};
|
|
198
|
-
sources: {
|
|
199
|
-
type: ArrayConstructor;
|
|
200
|
-
required: true;
|
|
201
|
-
};
|
|
202
|
-
useEvents: {
|
|
203
|
-
type: ArrayConstructor;
|
|
204
|
-
required: true;
|
|
205
|
-
};
|
|
206
|
-
uuid: {
|
|
207
|
-
type: StringConstructor;
|
|
208
|
-
required: true;
|
|
209
|
-
};
|
|
210
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
211
|
-
export default ShjDatePicker;
|
|
1
|
+
export declare const ShjDatePicker: import("../../../../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
basicOption: {
|
|
3
|
+
type: any;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
sources: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
useEvents: {
|
|
11
|
+
type: ArrayConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
uuid: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
}, {
|
|
19
|
+
componentRef: import("vue").Ref<any>;
|
|
20
|
+
CommonDatePicker: import("vue").DefineComponent<{
|
|
21
|
+
option: {
|
|
22
|
+
type: any;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
sources: {
|
|
26
|
+
type: ArrayConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
useEvents: {
|
|
30
|
+
type: ArrayConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
uuid: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
}, {
|
|
38
|
+
props: any;
|
|
39
|
+
emits: (event: "on-change", ...args: any[]) => void;
|
|
40
|
+
dateValue: import("vue").Ref<any>;
|
|
41
|
+
refreshKey: import("vue").Ref<string>;
|
|
42
|
+
initView: () => string;
|
|
43
|
+
initSourceData: () => void;
|
|
44
|
+
handleDate: (modelData: any) => void;
|
|
45
|
+
handleSetDate: (type: "today" | "yesterday" | "before-yesterday") => void;
|
|
46
|
+
handleSetRangeDate: (type: "week" | "today" | "yesterday" | "before-yesterday" | "last-7" | "last-15" | "last-30" | "last-365" | "month" | "last-month") => void;
|
|
47
|
+
readonly VueDatePicker: {
|
|
48
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
|
|
49
|
+
onBlur?: (...args: any[]) => any;
|
|
50
|
+
onFocus?: (...args: any[]) => any;
|
|
51
|
+
onOpen?: (...args: any[]) => any;
|
|
52
|
+
onClosed?: (...args: any[]) => any;
|
|
53
|
+
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
54
|
+
"onUpdate:model-timezone-value"?: (...args: any[]) => any;
|
|
55
|
+
"onText-submit"?: (...args: any[]) => any;
|
|
56
|
+
onCleared?: (...args: any[]) => any;
|
|
57
|
+
"onInternal-model-change"?: (...args: any[]) => any;
|
|
58
|
+
"onRecalculate-position"?: (...args: any[]) => any;
|
|
59
|
+
"onFlow-step"?: (...args: any[]) => any;
|
|
60
|
+
"onUpdate-month-year"?: (...args: any[]) => any;
|
|
61
|
+
"onInvalid-select"?: (...args: any[]) => any;
|
|
62
|
+
"onTooltip-open"?: (...args: any[]) => any;
|
|
63
|
+
"onTooltip-close"?: (...args: any[]) => any;
|
|
64
|
+
"onInvalid-fixed-range"?: (...args: any[]) => any;
|
|
65
|
+
"onTime-picker-open"?: (...args: any[]) => any;
|
|
66
|
+
"onTime-picker-close"?: (...args: any[]) => any;
|
|
67
|
+
"onAm-pm-change"?: (...args: any[]) => any;
|
|
68
|
+
"onRange-start"?: (...args: any[]) => any;
|
|
69
|
+
"onRange-end"?: (...args: any[]) => any;
|
|
70
|
+
"onDate-update"?: (...args: any[]) => any;
|
|
71
|
+
"onInvalid-date"?: (...args: any[]) => any;
|
|
72
|
+
"onOverlay-toggle"?: (...args: any[]) => any;
|
|
73
|
+
"onText-input"?: (...args: any[]) => any;
|
|
74
|
+
}, {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("@vuepic/vue-datepicker").EmitEvents[], import("@vuepic/vue-datepicker").VueDatePickerProps & (Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
|
|
75
|
+
onBlur?: (...args: any[]) => any;
|
|
76
|
+
onFocus?: (...args: any[]) => any;
|
|
77
|
+
onOpen?: (...args: any[]) => any;
|
|
78
|
+
onClosed?: (...args: any[]) => any;
|
|
79
|
+
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
80
|
+
"onUpdate:model-timezone-value"?: (...args: any[]) => any;
|
|
81
|
+
"onText-submit"?: (...args: any[]) => any;
|
|
82
|
+
onCleared?: (...args: any[]) => any;
|
|
83
|
+
"onInternal-model-change"?: (...args: any[]) => any;
|
|
84
|
+
"onRecalculate-position"?: (...args: any[]) => any;
|
|
85
|
+
"onFlow-step"?: (...args: any[]) => any;
|
|
86
|
+
"onUpdate-month-year"?: (...args: any[]) => any;
|
|
87
|
+
"onInvalid-select"?: (...args: any[]) => any;
|
|
88
|
+
"onTooltip-open"?: (...args: any[]) => any;
|
|
89
|
+
"onTooltip-close"?: (...args: any[]) => any;
|
|
90
|
+
"onInvalid-fixed-range"?: (...args: any[]) => any;
|
|
91
|
+
"onTime-picker-open"?: (...args: any[]) => any;
|
|
92
|
+
"onTime-picker-close"?: (...args: any[]) => any;
|
|
93
|
+
"onAm-pm-change"?: (...args: any[]) => any;
|
|
94
|
+
"onRange-start"?: (...args: any[]) => any;
|
|
95
|
+
"onRange-end"?: (...args: any[]) => any;
|
|
96
|
+
"onDate-update"?: (...args: any[]) => any;
|
|
97
|
+
"onInvalid-date"?: (...args: any[]) => any;
|
|
98
|
+
"onOverlay-toggle"?: (...args: any[]) => any;
|
|
99
|
+
"onText-input"?: (...args: any[]) => any;
|
|
100
|
+
}), {
|
|
101
|
+
[x: number]: string;
|
|
102
|
+
} | {}, true, {}, {}, {
|
|
103
|
+
P: {};
|
|
104
|
+
B: {};
|
|
105
|
+
D: {};
|
|
106
|
+
C: {};
|
|
107
|
+
M: {};
|
|
108
|
+
Defaults: {};
|
|
109
|
+
}, {} & (Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
|
|
110
|
+
onBlur?: (...args: any[]) => any;
|
|
111
|
+
onFocus?: (...args: any[]) => any;
|
|
112
|
+
onOpen?: (...args: any[]) => any;
|
|
113
|
+
onClosed?: (...args: any[]) => any;
|
|
114
|
+
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
115
|
+
"onUpdate:model-timezone-value"?: (...args: any[]) => any;
|
|
116
|
+
"onText-submit"?: (...args: any[]) => any;
|
|
117
|
+
onCleared?: (...args: any[]) => any;
|
|
118
|
+
"onInternal-model-change"?: (...args: any[]) => any;
|
|
119
|
+
"onRecalculate-position"?: (...args: any[]) => any;
|
|
120
|
+
"onFlow-step"?: (...args: any[]) => any;
|
|
121
|
+
"onUpdate-month-year"?: (...args: any[]) => any;
|
|
122
|
+
"onInvalid-select"?: (...args: any[]) => any;
|
|
123
|
+
"onTooltip-open"?: (...args: any[]) => any;
|
|
124
|
+
"onTooltip-close"?: (...args: any[]) => any;
|
|
125
|
+
"onInvalid-fixed-range"?: (...args: any[]) => any;
|
|
126
|
+
"onTime-picker-open"?: (...args: any[]) => any;
|
|
127
|
+
"onTime-picker-close"?: (...args: any[]) => any;
|
|
128
|
+
"onAm-pm-change"?: (...args: any[]) => any;
|
|
129
|
+
"onRange-start"?: (...args: any[]) => any;
|
|
130
|
+
"onRange-end"?: (...args: any[]) => any;
|
|
131
|
+
"onDate-update"?: (...args: any[]) => any;
|
|
132
|
+
"onInvalid-date"?: (...args: any[]) => any;
|
|
133
|
+
"onOverlay-toggle"?: (...args: any[]) => any;
|
|
134
|
+
"onText-input"?: (...args: any[]) => any;
|
|
135
|
+
}), {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, {
|
|
136
|
+
[x: number]: string;
|
|
137
|
+
} | {}>;
|
|
138
|
+
__isFragment?: never;
|
|
139
|
+
__isTeleport?: never;
|
|
140
|
+
__isSuspense?: never;
|
|
141
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<string[]> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<import("@vuepic/vue-datepicker").VueDatePickerProps>>> & {
|
|
142
|
+
onBlur?: (...args: any[]) => any;
|
|
143
|
+
onFocus?: (...args: any[]) => any;
|
|
144
|
+
onOpen?: (...args: any[]) => any;
|
|
145
|
+
onClosed?: (...args: any[]) => any;
|
|
146
|
+
"onUpdate:model-value"?: (...args: any[]) => any;
|
|
147
|
+
"onUpdate:model-timezone-value"?: (...args: any[]) => any;
|
|
148
|
+
"onText-submit"?: (...args: any[]) => any;
|
|
149
|
+
onCleared?: (...args: any[]) => any;
|
|
150
|
+
"onInternal-model-change"?: (...args: any[]) => any;
|
|
151
|
+
"onRecalculate-position"?: (...args: any[]) => any;
|
|
152
|
+
"onFlow-step"?: (...args: any[]) => any;
|
|
153
|
+
"onUpdate-month-year"?: (...args: any[]) => any;
|
|
154
|
+
"onInvalid-select"?: (...args: any[]) => any;
|
|
155
|
+
"onTooltip-open"?: (...args: any[]) => any;
|
|
156
|
+
"onTooltip-close"?: (...args: any[]) => any;
|
|
157
|
+
"onInvalid-fixed-range"?: (...args: any[]) => any;
|
|
158
|
+
"onTime-picker-open"?: (...args: any[]) => any;
|
|
159
|
+
"onTime-picker-close"?: (...args: any[]) => any;
|
|
160
|
+
"onAm-pm-change"?: (...args: any[]) => any;
|
|
161
|
+
"onRange-start"?: (...args: any[]) => any;
|
|
162
|
+
"onRange-end"?: (...args: any[]) => any;
|
|
163
|
+
"onDate-update"?: (...args: any[]) => any;
|
|
164
|
+
"onInvalid-date"?: (...args: any[]) => any;
|
|
165
|
+
"onOverlay-toggle"?: (...args: any[]) => any;
|
|
166
|
+
"onText-input"?: (...args: any[]) => any;
|
|
167
|
+
}, {}, {}, import("vue").ComputedOptions, import("@vuepic/vue-datepicker").PublicMethods, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("@vuepic/vue-datepicker").EmitEvents[], import("@vuepic/vue-datepicker").EmitEvents, {
|
|
168
|
+
[x: number]: string;
|
|
169
|
+
} | {}, {}, string, {}> & import("@vuepic/vue-datepicker").VueDatePickerProps & (new () => {
|
|
170
|
+
$slots: Readonly<import("@vuepic/vue-datepicker").Slots> & import("@vuepic/vue-datepicker").Slots;
|
|
171
|
+
});
|
|
172
|
+
readonly Utils: typeof import("../../../../../commons/utils/utils").Utils;
|
|
173
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-change"[], "on-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
174
|
+
option: {
|
|
175
|
+
type: any;
|
|
176
|
+
required: true;
|
|
177
|
+
};
|
|
178
|
+
sources: {
|
|
179
|
+
type: ArrayConstructor;
|
|
180
|
+
required: true;
|
|
181
|
+
};
|
|
182
|
+
useEvents: {
|
|
183
|
+
type: ArrayConstructor;
|
|
184
|
+
required: true;
|
|
185
|
+
};
|
|
186
|
+
uuid: {
|
|
187
|
+
type: StringConstructor;
|
|
188
|
+
required: true;
|
|
189
|
+
};
|
|
190
|
+
}>> & {
|
|
191
|
+
"onOn-change"?: (...args: any[]) => any;
|
|
192
|
+
}, {}, {}>;
|
|
193
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
194
|
+
basicOption: {
|
|
195
|
+
type: any;
|
|
196
|
+
required: true;
|
|
197
|
+
};
|
|
198
|
+
sources: {
|
|
199
|
+
type: ArrayConstructor;
|
|
200
|
+
required: true;
|
|
201
|
+
};
|
|
202
|
+
useEvents: {
|
|
203
|
+
type: ArrayConstructor;
|
|
204
|
+
required: true;
|
|
205
|
+
};
|
|
206
|
+
uuid: {
|
|
207
|
+
type: StringConstructor;
|
|
208
|
+
required: true;
|
|
209
|
+
};
|
|
210
|
+
}>>, {}, {}>> & Record<string, any>;
|
|
211
|
+
export default ShjDatePicker;
|