jb-mobile-ui 1.4.2 → 1.4.4
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/components/JbMobileButton.vue.d.ts +6 -1
- package/dist/components/JbMobileDatePicker.vue.d.ts +5 -5
- package/dist/components/JbMobilePopup.vue.d.ts +1 -0
- package/dist/components/JbMobileTimePicker.vue.d.ts +4 -4
- package/dist/font/D-DIN-PRO-Bold.otf +0 -0
- package/dist/font/D-DIN-PRO-Regular.woff2 +0 -0
- package/dist/font/D-DIN-PRO-SemiBold.otf +0 -0
- package/dist/font/Noto-Sans-CJK-Thin.woff2 +0 -0
- package/dist/font/NotoSansSC[wght].woff2 +0 -0
- package/dist/hooks/useInfiniteScroll.d.ts +0 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.css +1 -1
- package/dist/index.es.js +19 -30
- package/package.json +1 -1
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
declare function __VLS_template():
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
4
|
+
refs: {};
|
|
5
|
+
rootEl: any;
|
|
6
|
+
};
|
|
2
7
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
3
8
|
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
9
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -95,10 +95,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
"onUpdate:datePickerType"?: ((...args: any[]) => any) | undefined;
|
|
96
96
|
"onUpdate:dateFormatValue"?: ((...args: any[]) => any) | undefined;
|
|
97
97
|
}>, {
|
|
98
|
+
disabled: boolean;
|
|
98
99
|
defaultValue: Date | unknown[];
|
|
99
100
|
datePickerTypeList: unknown[];
|
|
100
101
|
dateFormatValue: string;
|
|
101
|
-
disabled: boolean;
|
|
102
102
|
datePickerType: string;
|
|
103
103
|
showDatePickerType: boolean;
|
|
104
104
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
@@ -195,10 +195,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
195
195
|
firstDayOfWeek: string | number;
|
|
196
196
|
}> & Omit<{
|
|
197
197
|
readonly type: import('vant').CalendarType;
|
|
198
|
+
readonly round: boolean;
|
|
198
199
|
readonly show: boolean;
|
|
199
200
|
readonly lazyRender: boolean;
|
|
200
201
|
readonly closeOnClickOverlay: boolean;
|
|
201
|
-
readonly round: boolean;
|
|
202
202
|
readonly position: import('vant').PopupPosition;
|
|
203
203
|
readonly closeOnPopstate: boolean;
|
|
204
204
|
readonly safeAreaInsetTop: boolean;
|
|
@@ -214,13 +214,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
214
214
|
readonly showSubtitle: boolean;
|
|
215
215
|
readonly showRangePrompt: boolean;
|
|
216
216
|
readonly firstDayOfWeek: string | number;
|
|
217
|
+
readonly color?: string | undefined;
|
|
217
218
|
readonly title?: string | undefined;
|
|
218
219
|
readonly teleport?: string | import('vue').RendererElement | null | undefined;
|
|
219
220
|
readonly minDate?: Date | undefined;
|
|
220
221
|
readonly maxDate?: Date | undefined;
|
|
221
222
|
readonly defaultDate?: Date | Date[] | null | undefined;
|
|
222
223
|
readonly formatter?: ((item: import('vant').CalendarDayItem) => import('vant').CalendarDayItem) | undefined;
|
|
223
|
-
readonly color?: string | undefined;
|
|
224
224
|
readonly rowHeight?: string | number | undefined;
|
|
225
225
|
readonly confirmText?: string | undefined;
|
|
226
226
|
readonly rangePrompt?: string | undefined;
|
|
@@ -275,7 +275,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
275
275
|
* 日期选择组件,支持按日、按周、按月、按季度、按年这几个维度来选择日期
|
|
276
276
|
*/
|
|
277
277
|
...args: any[]) => any) | undefined | undefined;
|
|
278
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "
|
|
278
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "round" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "safeAreaInsetBottom" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt" | "firstDayOfWeek">;
|
|
279
279
|
$attrs: {
|
|
280
280
|
[x: string]: unknown;
|
|
281
281
|
};
|
|
@@ -628,7 +628,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
628
628
|
* 日期选择组件,支持按日、按周、按月、按季度、按年这几个维度来选择日期
|
|
629
629
|
*/
|
|
630
630
|
...args: any[]) => any) | undefined;
|
|
631
|
-
}>, "type" | "
|
|
631
|
+
}>, "type" | "round" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "safeAreaInsetBottom" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt" | "firstDayOfWeek"> & import('vue').ShallowUnwrapRef<() => import("vue/jsx-runtime").JSX.Element> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
632
632
|
$props: {
|
|
633
633
|
onClick
|
|
634
634
|
/**
|
|
@@ -193,10 +193,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
193
193
|
firstDayOfWeek: string | number;
|
|
194
194
|
}> & Omit<{
|
|
195
195
|
readonly type: import('vant').CalendarType;
|
|
196
|
+
readonly round: boolean;
|
|
196
197
|
readonly show: boolean;
|
|
197
198
|
readonly lazyRender: boolean;
|
|
198
199
|
readonly closeOnClickOverlay: boolean;
|
|
199
|
-
readonly round: boolean;
|
|
200
200
|
readonly position: import('vant').PopupPosition;
|
|
201
201
|
readonly closeOnPopstate: boolean;
|
|
202
202
|
readonly safeAreaInsetTop: boolean;
|
|
@@ -212,13 +212,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
212
212
|
readonly showSubtitle: boolean;
|
|
213
213
|
readonly showRangePrompt: boolean;
|
|
214
214
|
readonly firstDayOfWeek: string | number;
|
|
215
|
+
readonly color?: string | undefined;
|
|
215
216
|
readonly title?: string | undefined;
|
|
216
217
|
readonly teleport?: string | import('vue').RendererElement | null | undefined;
|
|
217
218
|
readonly minDate?: Date | undefined;
|
|
218
219
|
readonly maxDate?: Date | undefined;
|
|
219
220
|
readonly defaultDate?: Date | Date[] | null | undefined;
|
|
220
221
|
readonly formatter?: ((item: import('vant').CalendarDayItem) => import('vant').CalendarDayItem) | undefined;
|
|
221
|
-
readonly color?: string | undefined;
|
|
222
222
|
readonly rowHeight?: string | number | undefined;
|
|
223
223
|
readonly confirmText?: string | undefined;
|
|
224
224
|
readonly rangePrompt?: string | undefined;
|
|
@@ -273,7 +273,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
273
273
|
* 时间选择弹出层组件,支持按日、按周、按月、按季度、按年这几个维度来选择日期
|
|
274
274
|
*/
|
|
275
275
|
...args: any[]) => any) | undefined | undefined;
|
|
276
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "
|
|
276
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "round" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "safeAreaInsetBottom" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt" | "firstDayOfWeek">;
|
|
277
277
|
$attrs: {
|
|
278
278
|
[x: string]: unknown;
|
|
279
279
|
};
|
|
@@ -626,7 +626,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
626
626
|
* 时间选择弹出层组件,支持按日、按周、按月、按季度、按年这几个维度来选择日期
|
|
627
627
|
*/
|
|
628
628
|
...args: any[]) => any) | undefined;
|
|
629
|
-
}>, "type" | "
|
|
629
|
+
}>, "type" | "round" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "safeAreaInsetBottom" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt" | "firstDayOfWeek"> & import('vue').ShallowUnwrapRef<() => import("vue/jsx-runtime").JSX.Element> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
630
630
|
$props: {
|
|
631
631
|
onClick
|
|
632
632
|
/**
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -3,7 +3,6 @@ export interface InfiniteScrollOptions {
|
|
|
3
3
|
bottomThreshold?: number;
|
|
4
4
|
topThreshold?: number;
|
|
5
5
|
throttleDelay?: number;
|
|
6
|
-
scrollDirectionThreshold?: number;
|
|
7
6
|
disabled?: Ref<boolean>;
|
|
8
7
|
onLoadMore?: () => Promise<void> | void;
|
|
9
8
|
onLoadPrevious?: () => Promise<void> | void;
|