jb-mobile-ui 1.5.20 → 1.5.21

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.
@@ -140,6 +140,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
140
140
  default: boolean;
141
141
  };
142
142
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
143
+ reset: (...args: any[]) => void;
143
144
  confirm: (...args: any[]) => void;
144
145
  "update:modelValue": (...args: any[]) => void;
145
146
  "update:tabValue": (...args: any[]) => void;
@@ -274,6 +275,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
274
275
  default: boolean;
275
276
  };
276
277
  }>> & Readonly<{
278
+ onReset?: ((...args: any[]) => any) | undefined;
277
279
  onConfirm?: ((...args: any[]) => any) | undefined;
278
280
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
279
281
  "onUpdate:tabValue"?: ((...args: any[]) => any) | undefined;