jb-mobile-ui 1.4.18 → 1.4.19

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.
@@ -261,13 +261,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
261
261
  }> & Omit<{
262
262
  readonly type: import('vant').CalendarType;
263
263
  readonly round: boolean;
264
+ readonly safeAreaInsetBottom: boolean;
264
265
  readonly show: boolean;
265
266
  readonly lazyRender: boolean;
266
267
  readonly closeOnClickOverlay: boolean;
267
268
  readonly position: import('vant').PopupPosition;
268
269
  readonly closeOnPopstate: boolean;
269
270
  readonly safeAreaInsetTop: boolean;
270
- readonly safeAreaInsetBottom: boolean;
271
271
  readonly switchMode: import('vant/lib/calendar/types').CalendarSwitchMode;
272
272
  readonly readonly: boolean;
273
273
  readonly poppable: boolean;
@@ -340,7 +340,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
340
340
  * 日期选择组件,支持按日、按周、按月、按季度、按年这几个维度来选择日期
341
341
  */
342
342
  ...args: any[]) => any) | undefined | undefined;
343
- } & 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">;
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" | "firstDayOfWeek">;
344
344
  $attrs: {
345
345
  [x: string]: unknown;
346
346
  };
@@ -693,7 +693,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
693
693
  * 日期选择组件,支持按日、按周、按月、按季度、按年这几个维度来选择日期
694
694
  */
695
695
  ...args: any[]) => any) | undefined;
696
- }>, "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 & {} & {
696
+ }>, "type" | "round" | "safeAreaInsetBottom" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt" | "firstDayOfWeek"> & import('vue').ShallowUnwrapRef<() => import("vue/jsx-runtime").JSX.Element> & {} & import('vue').ComponentCustomProperties & {} & {
697
697
  $props: {
698
698
  onClick
699
699
  /**
@@ -72,6 +72,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
72
72
  type: FunctionConstructor;
73
73
  default: () => boolean;
74
74
  };
75
+ /**
76
+ * 弹出层是否需要适配底部安全区域
77
+ */
78
+ safeAreaInsetBottom: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
75
82
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
76
83
  close: (...args: any[]) => void;
77
84
  "update:visible": (...args: any[]) => void;
@@ -140,6 +147,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
140
147
  type: FunctionConstructor;
141
148
  default: () => boolean;
142
149
  };
150
+ /**
151
+ * 弹出层是否需要适配底部安全区域
152
+ */
153
+ safeAreaInsetBottom: {
154
+ type: BooleanConstructor;
155
+ default: boolean;
156
+ };
143
157
  }>> & Readonly<{
144
158
  onClose?: ((...args: any[]) => any) | undefined;
145
159
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
@@ -154,6 +168,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
154
168
  confirmButtonText: string;
155
169
  confirmButtonDisabled: boolean;
156
170
  beforeConfirm: Function;
171
+ safeAreaInsetBottom: boolean;
157
172
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
158
173
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
159
174
  export default _default;
@@ -239,13 +239,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
239
239
  }> & Omit<{
240
240
  readonly type: import('vant').CalendarType;
241
241
  readonly round: boolean;
242
+ readonly safeAreaInsetBottom: boolean;
242
243
  readonly show: boolean;
243
244
  readonly lazyRender: boolean;
244
245
  readonly closeOnClickOverlay: boolean;
245
246
  readonly position: import('vant').PopupPosition;
246
247
  readonly closeOnPopstate: boolean;
247
248
  readonly safeAreaInsetTop: boolean;
248
- readonly safeAreaInsetBottom: boolean;
249
249
  readonly switchMode: import('vant/lib/calendar/types').CalendarSwitchMode;
250
250
  readonly readonly: boolean;
251
251
  readonly poppable: boolean;
@@ -278,7 +278,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
278
278
  readonly onUnselect?: ((...args: any[]) => any) | undefined | undefined;
279
279
  readonly onMonthShow?: ((...args: any[]) => any) | undefined | undefined;
280
280
  readonly onOverRange?: ((...args: any[]) => any) | undefined | undefined;
281
- } & 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">;
281
+ } & 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" | "firstDayOfWeek">;
282
282
  $attrs: {
283
283
  [x: string]: unknown;
284
284
  };
@@ -551,7 +551,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
551
551
  onUnselect?: ((...args: any[]) => any) | undefined;
552
552
  onMonthShow?: ((...args: any[]) => any) | undefined;
553
553
  onOverRange?: ((...args: any[]) => any) | undefined;
554
- }>, "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 & {} & {
554
+ }>, "type" | "round" | "safeAreaInsetBottom" | "show" | "lazyRender" | "closeOnClickOverlay" | "position" | "closeOnPopstate" | "safeAreaInsetTop" | "switchMode" | "readonly" | "poppable" | "maxRange" | "showMark" | "showTitle" | "showConfirm" | "allowSameDay" | "showSubtitle" | "showRangePrompt" | "firstDayOfWeek"> & import('vue').ShallowUnwrapRef<() => import("vue/jsx-runtime").JSX.Element> & {} & import('vue').ComponentCustomProperties & {} & {
555
555
  $props: {
556
556
  onClick?: (...args: any[]) => void;
557
557
  };