@shjjs/visual-ui 1.0.34 → 1.0.35

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.
@@ -1,211 +1,211 @@
1
- declare const _sfc_main: 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
- }>>, {}, {}>;
211
- export default _sfc_main;
1
+ declare const _sfc_main: 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
+ }>>, {}, {}>;
211
+ export default _sfc_main;