jb-mobile-ui 1.4.21 → 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.
|
@@ -63,6 +63,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
63
63
|
};
|
|
64
64
|
default: () => never[];
|
|
65
65
|
};
|
|
66
|
+
/**
|
|
67
|
+
* 日期选择组件自定义每周的第一天是周几,可选值为:0 - 周日、1 - 周一
|
|
68
|
+
*/
|
|
69
|
+
firstDayOfWeek: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
66
73
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
74
|
confirm: (...args: any[]) => void;
|
|
68
75
|
changeDateFail: (...args: any[]) => void;
|
|
@@ -133,6 +140,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
140
|
};
|
|
134
141
|
default: () => never[];
|
|
135
142
|
};
|
|
143
|
+
/**
|
|
144
|
+
* 日期选择组件自定义每周的第一天是周几,可选值为:0 - 周日、1 - 周一
|
|
145
|
+
*/
|
|
146
|
+
firstDayOfWeek: {
|
|
147
|
+
type: StringConstructor;
|
|
148
|
+
default: string;
|
|
149
|
+
};
|
|
136
150
|
}>> & Readonly<{
|
|
137
151
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
138
152
|
onChangeDateFail?: ((...args: any[]) => any) | undefined;
|
|
@@ -143,6 +157,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
143
157
|
defaultValue: Date | unknown[];
|
|
144
158
|
datePickerTypeList: unknown[];
|
|
145
159
|
customDateFilterTypeList: Record<string, any>[];
|
|
160
|
+
firstDayOfWeek: string;
|
|
146
161
|
dateFormatValue: string;
|
|
147
162
|
datePickerType: string;
|
|
148
163
|
showDatePickerType: boolean;
|
|
@@ -207,6 +222,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
222
|
};
|
|
208
223
|
default: () => never[];
|
|
209
224
|
};
|
|
225
|
+
firstDayOfWeek: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
default: string;
|
|
228
|
+
};
|
|
210
229
|
}>> & Readonly<{
|
|
211
230
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
212
231
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
@@ -232,6 +251,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
251
|
datePickerTypeList: unknown[];
|
|
233
252
|
disabledTab: boolean;
|
|
234
253
|
customDateFilterTypeList: Record<string, any>[];
|
|
254
|
+
firstDayOfWeek: string;
|
|
235
255
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
236
256
|
timePickerContentRef: HTMLDivElement;
|
|
237
257
|
calendarRef: ({
|
|
@@ -268,6 +288,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
268
288
|
readonly position: import('vant').PopupPosition;
|
|
269
289
|
readonly closeOnPopstate: boolean;
|
|
270
290
|
readonly safeAreaInsetTop: boolean;
|
|
291
|
+
readonly firstDayOfWeek: string | number;
|
|
271
292
|
readonly switchMode: import('vant/lib/calendar/types').CalendarSwitchMode;
|
|
272
293
|
readonly readonly: boolean;
|
|
273
294
|
readonly poppable: boolean;
|
|
@@ -278,7 +299,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
278
299
|
readonly allowSameDay: boolean;
|
|
279
300
|
readonly showSubtitle: boolean;
|
|
280
301
|
readonly showRangePrompt: boolean;
|
|
281
|
-
readonly firstDayOfWeek: string | number;
|
|
282
302
|
readonly color?: string | undefined;
|
|
283
303
|
readonly title?: string | undefined;
|
|
284
304
|
readonly teleport?: string | import('vue').RendererElement | null | undefined;
|
|
@@ -340,7 +360,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
340
360
|
* 日期选择组件,支持按日、按周、按月、按季度、按年这几个维度来选择日期
|
|
341
361
|
*/
|
|
342
362
|
...args: any[]) => any) | undefined | undefined;
|
|
343
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "round" | "safeAreaInsetBottom" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt"
|
|
363
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "round" | "safeAreaInsetBottom" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "firstDayOfWeek" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt">;
|
|
344
364
|
$attrs: {
|
|
345
365
|
[x: string]: unknown;
|
|
346
366
|
};
|
|
@@ -693,7 +713,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
693
713
|
* 日期选择组件,支持按日、按周、按月、按季度、按年这几个维度来选择日期
|
|
694
714
|
*/
|
|
695
715
|
...args: any[]) => any) | undefined;
|
|
696
|
-
}>, "type" | "round" | "safeAreaInsetBottom" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt"
|
|
716
|
+
}>, "type" | "round" | "safeAreaInsetBottom" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "firstDayOfWeek" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt"> & import('vue').ShallowUnwrapRef<() => import("vue/jsx-runtime").JSX.Element> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
697
717
|
$props: {
|
|
698
718
|
onClick
|
|
699
719
|
/**
|
|
@@ -773,6 +793,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
773
793
|
};
|
|
774
794
|
default: () => never[];
|
|
775
795
|
};
|
|
796
|
+
firstDayOfWeek: {
|
|
797
|
+
type: StringConstructor;
|
|
798
|
+
default: string;
|
|
799
|
+
};
|
|
776
800
|
}>> & Readonly<{
|
|
777
801
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
778
802
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
@@ -793,6 +817,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
793
817
|
datePickerTypeList: unknown[];
|
|
794
818
|
disabledTab: boolean;
|
|
795
819
|
customDateFilterTypeList: Record<string, any>[];
|
|
820
|
+
firstDayOfWeek: string;
|
|
796
821
|
}> | null;
|
|
797
822
|
}, HTMLDivElement>;
|
|
798
823
|
export default _default;
|
|
@@ -92,6 +92,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
};
|
|
93
93
|
default: () => never[];
|
|
94
94
|
};
|
|
95
|
+
/**
|
|
96
|
+
* 时间选择弹出层组件自定义每周的第一天是周几,可选值为:0 - 周日、1 - 周一
|
|
97
|
+
*/
|
|
98
|
+
firstDayOfWeek: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
95
102
|
}>, {
|
|
96
103
|
toPrevDate: () => void;
|
|
97
104
|
toNextDate: () => void;
|
|
@@ -193,6 +200,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
193
200
|
};
|
|
194
201
|
default: () => never[];
|
|
195
202
|
};
|
|
203
|
+
/**
|
|
204
|
+
* 时间选择弹出层组件自定义每周的第一天是周几,可选值为:0 - 周日、1 - 周一
|
|
205
|
+
*/
|
|
206
|
+
firstDayOfWeek: {
|
|
207
|
+
type: StringConstructor;
|
|
208
|
+
default: string;
|
|
209
|
+
};
|
|
196
210
|
}>> & Readonly<{
|
|
197
211
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
198
212
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
@@ -210,6 +224,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
224
|
datePickerTypeList: unknown[];
|
|
211
225
|
disabledTab: boolean;
|
|
212
226
|
customDateFilterTypeList: Record<string, any>[];
|
|
227
|
+
firstDayOfWeek: string;
|
|
213
228
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
214
229
|
timePickerContentRef: HTMLDivElement;
|
|
215
230
|
calendarRef: ({
|
|
@@ -246,6 +261,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
246
261
|
readonly position: import('vant').PopupPosition;
|
|
247
262
|
readonly closeOnPopstate: boolean;
|
|
248
263
|
readonly safeAreaInsetTop: boolean;
|
|
264
|
+
readonly firstDayOfWeek: string | number;
|
|
249
265
|
readonly switchMode: import('vant/lib/calendar/types').CalendarSwitchMode;
|
|
250
266
|
readonly readonly: boolean;
|
|
251
267
|
readonly poppable: boolean;
|
|
@@ -256,7 +272,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
256
272
|
readonly allowSameDay: boolean;
|
|
257
273
|
readonly showSubtitle: boolean;
|
|
258
274
|
readonly showRangePrompt: boolean;
|
|
259
|
-
readonly firstDayOfWeek: string | number;
|
|
260
275
|
readonly color?: string | undefined;
|
|
261
276
|
readonly title?: string | undefined;
|
|
262
277
|
readonly teleport?: string | import('vue').RendererElement | null | undefined;
|
|
@@ -318,7 +333,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
333
|
* 时间选择弹出层组件,支持按日、按周、按月、按季度、按年这几个维度来选择日期
|
|
319
334
|
*/
|
|
320
335
|
...args: any[]) => any) | undefined | undefined;
|
|
321
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "round" | "safeAreaInsetBottom" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt"
|
|
336
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "round" | "safeAreaInsetBottom" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "firstDayOfWeek" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt">;
|
|
322
337
|
$attrs: {
|
|
323
338
|
[x: string]: unknown;
|
|
324
339
|
};
|
|
@@ -687,7 +702,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
687
702
|
* 时间选择弹出层组件,支持按日、按周、按月、按季度、按年这几个维度来选择日期
|
|
688
703
|
*/
|
|
689
704
|
...args: any[]) => any) | undefined;
|
|
690
|
-
}>, "type" | "round" | "safeAreaInsetBottom" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt"
|
|
705
|
+
}>, "type" | "round" | "safeAreaInsetBottom" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "firstDayOfWeek" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt"> & import('vue').ShallowUnwrapRef<() => import("vue/jsx-runtime").JSX.Element> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
691
706
|
$props: {
|
|
692
707
|
onClick
|
|
693
708
|
/**
|