jb-mobile-ui 1.3.2 → 1.3.6

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,4 +1,8 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ showBtn: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
2
6
  modelValue: {
3
7
  type: (StringConstructor | NumberConstructor)[];
4
8
  default: string;
@@ -10,6 +14,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10
14
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
15
  "update:modelValue": (...args: any[]) => void;
12
16
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
+ showBtn: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
13
21
  modelValue: {
14
22
  type: (StringConstructor | NumberConstructor)[];
15
23
  default: string;
@@ -22,6 +30,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
22
30
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
31
  }>, {
24
32
  placeholder: string;
33
+ showBtn: boolean;
25
34
  modelValue: string | number;
26
35
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
27
36
  export default _default;