@xysfe/actui2 0.0.9 → 0.0.11

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.
Files changed (62) hide show
  1. package/lib/Marketing/kcb/index.esm.js +3 -2
  2. package/lib/Marketing/kcb/index.js +1 -1
  3. package/lib/Marketing/kcb/style.css +1 -1
  4. package/lib/ProPosterLayer/index.esm.js +1 -1
  5. package/lib/ProPosterLayer/index.js +1 -1
  6. package/lib/SlidePoster/index.esm.js +1 -1
  7. package/lib/SlidePoster/index.js +1 -1
  8. package/lib/Style/style.css +1 -1
  9. package/lib/common/popup/index.esm.js +3 -2
  10. package/lib/common/popup/index.js +1 -1
  11. package/lib/common/popup/style.css +1 -1
  12. package/lib/index.esm.js +1 -1
  13. package/lib/index.js +1 -1
  14. package/lib/mixins/noscroll/index.esm.js +21 -12
  15. package/lib/mixins/noscroll/index.js +1 -1
  16. package/lib/utils/vueAwesomeSwiper/index.esm.js +1 -7
  17. package/lib/utils/vueAwesomeSwiper/index.js +1 -1
  18. package/package.json +1 -1
  19. package/types/common/goldlayer.vue.d.ts +34 -0
  20. package/types/common/popup.vue.d.ts +9 -0
  21. package/types/components/CertifyLayer/src/index.vue.d.ts +34 -0
  22. package/types/components/ClaimsContact/src/index.vue.d.ts +34 -0
  23. package/types/components/Contact/src/index.vue.d.ts +34 -0
  24. package/types/components/ContactBook/src/index.vue.d.ts +34 -0
  25. package/types/components/CouponLayer/src/index.vue.d.ts +34 -0
  26. package/types/components/CrmReserveInfoLayer/src/index.vue.d.ts +34 -0
  27. package/types/components/Dialog/src/index.vue.d.ts +34 -0
  28. package/types/components/DiseaseSelect/src/search.vue.d.ts +4 -0
  29. package/types/components/DiseaseSelect/src/selectLayer.vue.d.ts +34 -0
  30. package/types/components/DiseaseSelectLayer/src/index.vue.d.ts +34 -0
  31. package/types/components/FormLayer/src/index.vue.d.ts +34 -0
  32. package/types/components/GivenLayer/src/index.vue.d.ts +34 -0
  33. package/types/components/GoldCancelDialog/src/index.vue.d.ts +4 -0
  34. package/types/components/GoldCoupon/src/code.vue.d.ts +34 -0
  35. package/types/components/GoldCoupon/src/list.vue.d.ts +34 -0
  36. package/types/components/GoldDialog/src/index.vue.d.ts +34 -0
  37. package/types/components/GoldIntransitDialog/src/index.vue.d.ts +34 -0
  38. package/types/components/GoldPhoto/src/index.vue.d.ts +34 -0
  39. package/types/components/GoldQrcode/src/index.vue.d.ts +34 -0
  40. package/types/components/GoldSelect/src/components/select.vue.d.ts +34 -0
  41. package/types/components/ImageLayer/src/index.vue.d.ts +34 -0
  42. package/types/components/ImagePreview/src/index.vue.d.ts +34 -0
  43. package/types/components/IndexBar/src/index.vue.d.ts +34 -0
  44. package/types/components/JigsawLayer/src/index.vue.d.ts +34 -0
  45. package/types/components/LoginLayer/src/index.vue.d.ts +34 -0
  46. package/types/components/Marketing/src/components/scrollPanel.vue.d.ts +2 -2
  47. package/types/components/Marketing/src/kcb.vue.d.ts +9 -0
  48. package/types/components/MobileAuthLayer/src/index.vue.d.ts +34 -0
  49. package/types/components/MobileLayer/src/crm.vue.d.ts +34 -0
  50. package/types/components/MobileLayer/src/default.vue.d.ts +34 -0
  51. package/types/components/MultiSelect/src/index.vue.d.ts +34 -0
  52. package/types/components/PageLoading/src/index.vue.d.ts +34 -0
  53. package/types/components/Picker/src/index.vue.d.ts +34 -0
  54. package/types/components/PickerLongText/src/index.vue.d.ts +34 -0
  55. package/types/components/PosterLayer/src/index.vue.d.ts +34 -0
  56. package/types/components/PrizeLayer/src/index.vue.d.ts +34 -0
  57. package/types/components/ProductLayer/src/saleAreaLayer.vue.d.ts +34 -0
  58. package/types/components/QrcodeLayer/src/index.vue.d.ts +34 -0
  59. package/types/components/RowCascadePicker/src/index.bak.vue.d.ts +34 -0
  60. package/types/components/Rule/src/index.vue.d.ts +34 -0
  61. package/types/mixins/noscroll.d.ts +4 -0
  62. package/types/utils/vueAwesomeSwiper.d.ts +1 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@xysfe/actui2",
3
3
  "type": "module",
4
4
  "distname": "actui",
5
- "version": "0.0.9",
5
+ "version": "0.0.11",
6
6
  "prefix": "act",
7
7
  "description": "A fantastic mobile ui lib implement by Vue",
8
8
  "main": "lib/index.js",
@@ -30,6 +30,36 @@ declare const _default: import("vue").DefineComponent<{
30
30
  }, {}, {}, {}, {
31
31
  close(): void;
32
32
  }, {
33
+ model: {
34
+ prop: string;
35
+ event: string;
36
+ };
37
+ props: {
38
+ visible: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ };
43
+ data: () => {
44
+ preOverflowValue: string;
45
+ isVisible: boolean;
46
+ };
47
+ watch: {
48
+ isVisible(newVal: any): void;
49
+ };
50
+ mounted(): void;
51
+ methods: {
52
+ show(): {
53
+ show(): any;
54
+ hide(): any;
55
+ };
56
+ hide(): {
57
+ show(): any;
58
+ hide(): any;
59
+ };
60
+ };
61
+ beforeDestroy(): void;
62
+ } | {
33
63
  props: {
34
64
  zIndex: {
35
65
  type: NumberConstructor;
@@ -44,6 +74,10 @@ declare const _default: import("vue").DefineComponent<{
44
74
  watch: {
45
75
  isVisible(newVal: any): void;
46
76
  };
77
+ methods: {
78
+ lockBodyScroll(): void;
79
+ unlockBodyScroll(): void;
80
+ };
47
81
  beforeDestroy(): void;
48
82
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
49
83
  title: {
@@ -77,6 +77,15 @@ declare const _default: import("vue").DefineComponent<{
77
77
  default: boolean;
78
78
  };
79
79
  };
80
+ } | {
81
+ watch: {
82
+ isVisible(newVal: any): void;
83
+ };
84
+ methods: {
85
+ lockBodyScroll(): void;
86
+ unlockBodyScroll(): void;
87
+ };
88
+ beforeDestroy(): void;
80
89
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
81
90
  type: {
82
91
  type: StringConstructor;
@@ -79,9 +79,43 @@ declare const _default: import("vue").DefineComponent<{
79
79
  }, {
80
80
  jigsawConfig(): any;
81
81
  }, {}, {
82
+ model: {
83
+ prop: string;
84
+ event: string;
85
+ };
86
+ props: {
87
+ visible: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ };
92
+ data: () => {
93
+ preOverflowValue: string;
94
+ isVisible: boolean;
95
+ };
82
96
  watch: {
83
97
  isVisible(newVal: any): void;
84
98
  };
99
+ mounted(): void;
100
+ methods: {
101
+ show(): {
102
+ show(): any;
103
+ hide(): any;
104
+ };
105
+ hide(): {
106
+ show(): any;
107
+ hide(): any;
108
+ };
109
+ };
110
+ beforeDestroy(): void;
111
+ } | {
112
+ watch: {
113
+ isVisible(newVal: any): void;
114
+ };
115
+ methods: {
116
+ lockBodyScroll(): void;
117
+ unlockBodyScroll(): void;
118
+ };
85
119
  beforeDestroy(): void;
86
120
  } | import("vue").DefineComponent<{}, any, {
87
121
  FixedToHtmlScrollY: string;
@@ -198,6 +198,36 @@ declare const _default: import("vue").DefineComponent<{
198
198
  hasDefaultSelectValue(): boolean;
199
199
  backgroundColor(): string;
200
200
  }, {}, {
201
+ model: {
202
+ prop: string;
203
+ event: string;
204
+ };
205
+ props: {
206
+ visible: {
207
+ type: BooleanConstructor;
208
+ default: boolean;
209
+ };
210
+ };
211
+ data: () => {
212
+ preOverflowValue: string;
213
+ isVisible: boolean;
214
+ };
215
+ watch: {
216
+ isVisible(newVal: any): void;
217
+ };
218
+ mounted(): void;
219
+ methods: {
220
+ show(): {
221
+ show(): any;
222
+ hide(): any;
223
+ };
224
+ hide(): {
225
+ show(): any;
226
+ hide(): any;
227
+ };
228
+ };
229
+ beforeDestroy(): void;
230
+ } | {
201
231
  props: {
202
232
  zIndex: {
203
233
  type: NumberConstructor;
@@ -212,6 +242,10 @@ declare const _default: import("vue").DefineComponent<{
212
242
  watch: {
213
243
  isVisible(newVal: any): void;
214
244
  };
245
+ methods: {
246
+ lockBodyScroll(): void;
247
+ unlockBodyScroll(): void;
248
+ };
215
249
  beforeDestroy(): void;
216
250
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
217
251
  editable: {
@@ -188,6 +188,36 @@ declare const _default: import("vue").DefineComponent<{
188
188
  hasEditBtn(): never;
189
189
  hasDefaultSelectValue(): boolean;
190
190
  }, {}, {
191
+ model: {
192
+ prop: string;
193
+ event: string;
194
+ };
195
+ props: {
196
+ visible: {
197
+ type: BooleanConstructor;
198
+ default: boolean;
199
+ };
200
+ };
201
+ data: () => {
202
+ preOverflowValue: string;
203
+ isVisible: boolean;
204
+ };
205
+ watch: {
206
+ isVisible(newVal: any): void;
207
+ };
208
+ mounted(): void;
209
+ methods: {
210
+ show(): {
211
+ show(): any;
212
+ hide(): any;
213
+ };
214
+ hide(): {
215
+ show(): any;
216
+ hide(): any;
217
+ };
218
+ };
219
+ beforeDestroy(): void;
220
+ } | {
191
221
  props: {
192
222
  zIndex: {
193
223
  type: NumberConstructor;
@@ -202,6 +232,10 @@ declare const _default: import("vue").DefineComponent<{
202
232
  watch: {
203
233
  isVisible(newVal: any): void;
204
234
  };
235
+ methods: {
236
+ lockBodyScroll(): void;
237
+ unlockBodyScroll(): void;
238
+ };
205
239
  beforeDestroy(): void;
206
240
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
207
241
  editable: {
@@ -220,6 +220,36 @@ declare const _default: import("vue").DefineComponent<{
220
220
  backgroundColor(): string;
221
221
  isShowSearchBar(): boolean;
222
222
  }, {}, {
223
+ model: {
224
+ prop: string;
225
+ event: string;
226
+ };
227
+ props: {
228
+ visible: {
229
+ type: BooleanConstructor;
230
+ default: boolean;
231
+ };
232
+ };
233
+ data: () => {
234
+ preOverflowValue: string;
235
+ isVisible: boolean;
236
+ };
237
+ watch: {
238
+ isVisible(newVal: any): void;
239
+ };
240
+ mounted(): void;
241
+ methods: {
242
+ show(): {
243
+ show(): any;
244
+ hide(): any;
245
+ };
246
+ hide(): {
247
+ show(): any;
248
+ hide(): any;
249
+ };
250
+ };
251
+ beforeDestroy(): void;
252
+ } | {
223
253
  props: {
224
254
  zIndex: {
225
255
  type: NumberConstructor;
@@ -234,6 +264,10 @@ declare const _default: import("vue").DefineComponent<{
234
264
  watch: {
235
265
  isVisible(newVal: any): void;
236
266
  };
267
+ methods: {
268
+ lockBodyScroll(): void;
269
+ unlockBodyScroll(): void;
270
+ };
237
271
  beforeDestroy(): void;
238
272
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
239
273
  editable: {
@@ -23,9 +23,43 @@ declare const _default: import("vue").DefineComponent<{
23
23
  showMore: boolean;
24
24
  defaultCouponImg: string;
25
25
  }, {}, {}, {
26
+ model: {
27
+ prop: string;
28
+ event: string;
29
+ };
30
+ props: {
31
+ visible: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ };
36
+ data: () => {
37
+ preOverflowValue: string;
38
+ isVisible: boolean;
39
+ };
26
40
  watch: {
27
41
  isVisible(newVal: any): void;
28
42
  };
43
+ mounted(): void;
44
+ methods: {
45
+ show(): {
46
+ show(): any;
47
+ hide(): any;
48
+ };
49
+ hide(): {
50
+ show(): any;
51
+ hide(): any;
52
+ };
53
+ };
54
+ beforeDestroy(): void;
55
+ } | {
56
+ watch: {
57
+ isVisible(newVal: any): void;
58
+ };
59
+ methods: {
60
+ lockBodyScroll(): void;
61
+ unlockBodyScroll(): void;
62
+ };
29
63
  beforeDestroy(): void;
30
64
  } | import("vue").DefineComponent<{
31
65
  content: {
@@ -48,6 +48,36 @@ declare const _default: import("vue").DefineComponent<{
48
48
  };
49
49
  showDefaultAvatar: string;
50
50
  }, {}, {}, {
51
+ model: {
52
+ prop: string;
53
+ event: string;
54
+ };
55
+ props: {
56
+ visible: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ };
61
+ data: () => {
62
+ preOverflowValue: string;
63
+ isVisible: boolean;
64
+ };
65
+ watch: {
66
+ isVisible(newVal: any): void;
67
+ };
68
+ mounted(): void;
69
+ methods: {
70
+ show(): {
71
+ show(): any;
72
+ hide(): any;
73
+ };
74
+ hide(): {
75
+ show(): any;
76
+ hide(): any;
77
+ };
78
+ };
79
+ beforeDestroy(): void;
80
+ } | {
51
81
  props: {
52
82
  zIndex: {
53
83
  type: NumberConstructor;
@@ -62,6 +92,10 @@ declare const _default: import("vue").DefineComponent<{
62
92
  watch: {
63
93
  isVisible(newVal: any): void;
64
94
  };
95
+ methods: {
96
+ lockBodyScroll(): void;
97
+ unlockBodyScroll(): void;
98
+ };
65
99
  beforeDestroy(): void;
66
100
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
67
101
  groupInfo: {
@@ -11,9 +11,43 @@ declare const _default: import("vue").DefineComponent<{
11
11
  showClose: boolean;
12
12
  pageData: {};
13
13
  }, {}, {}, {
14
+ model: {
15
+ prop: string;
16
+ event: string;
17
+ };
18
+ props: {
19
+ visible: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ };
24
+ data: () => {
25
+ preOverflowValue: string;
26
+ isVisible: boolean;
27
+ };
14
28
  watch: {
15
29
  isVisible(newVal: any): void;
16
30
  };
31
+ mounted(): void;
32
+ methods: {
33
+ show(): {
34
+ show(): any;
35
+ hide(): any;
36
+ };
37
+ hide(): {
38
+ show(): any;
39
+ hide(): any;
40
+ };
41
+ };
42
+ beforeDestroy(): void;
43
+ } | {
44
+ watch: {
45
+ isVisible(newVal: any): void;
46
+ };
47
+ methods: {
48
+ lockBodyScroll(): void;
49
+ unlockBodyScroll(): void;
50
+ };
17
51
  beforeDestroy(): void;
18
52
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
19
53
  layerType: {
@@ -21,6 +21,10 @@ declare const _default: import("vue").DefineComponent<{
21
21
  watch: {
22
22
  isVisible(newVal: any): void;
23
23
  };
24
+ methods: {
25
+ lockBodyScroll(): void;
26
+ unlockBodyScroll(): void;
27
+ };
24
28
  beforeDestroy(): void;
25
29
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
26
30
  diseaseData: {
@@ -33,9 +33,43 @@ declare const _default: import("vue").DefineComponent<{
33
33
  collapseActive: any[];
34
34
  collapseCache: {};
35
35
  }, {}, {}, {
36
+ model: {
37
+ prop: string;
38
+ event: string;
39
+ };
40
+ props: {
41
+ visible: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ };
46
+ data: () => {
47
+ preOverflowValue: string;
48
+ isVisible: boolean;
49
+ };
36
50
  watch: {
37
51
  isVisible(newVal: any): void;
38
52
  };
53
+ mounted(): void;
54
+ methods: {
55
+ show(): {
56
+ show(): any;
57
+ hide(): any;
58
+ };
59
+ hide(): {
60
+ show(): any;
61
+ hide(): any;
62
+ };
63
+ };
64
+ beforeDestroy(): void;
65
+ } | {
66
+ watch: {
67
+ isVisible(newVal: any): void;
68
+ };
69
+ methods: {
70
+ lockBodyScroll(): void;
71
+ unlockBodyScroll(): void;
72
+ };
39
73
  beforeDestroy(): void;
40
74
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
41
75
  scene: {
@@ -57,6 +57,36 @@ declare const _default: import("vue").DefineComponent<{
57
57
  }, {
58
58
  visibleList(): never[];
59
59
  }, {}, {
60
+ model: {
61
+ prop: string;
62
+ event: string;
63
+ };
64
+ props: {
65
+ visible: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
69
+ };
70
+ data: () => {
71
+ preOverflowValue: string;
72
+ isVisible: boolean;
73
+ };
74
+ watch: {
75
+ isVisible(newVal: any): void;
76
+ };
77
+ mounted(): void;
78
+ methods: {
79
+ show(): {
80
+ show(): any;
81
+ hide(): any;
82
+ };
83
+ hide(): {
84
+ show(): any;
85
+ hide(): any;
86
+ };
87
+ };
88
+ beforeDestroy(): void;
89
+ } | {
60
90
  props: {
61
91
  zIndex: {
62
92
  type: NumberConstructor;
@@ -71,6 +101,10 @@ declare const _default: import("vue").DefineComponent<{
71
101
  watch: {
72
102
  isVisible(newVal: any): void;
73
103
  };
104
+ methods: {
105
+ lockBodyScroll(): void;
106
+ unlockBodyScroll(): void;
107
+ };
74
108
  beforeDestroy(): void;
75
109
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
76
110
  scene: {
@@ -45,9 +45,43 @@ declare const _default: import("vue").DefineComponent<{
45
45
  }, {
46
46
  jigsawConfig(): any;
47
47
  }, {}, {
48
+ model: {
49
+ prop: string;
50
+ event: string;
51
+ };
52
+ props: {
53
+ visible: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ };
58
+ data: () => {
59
+ preOverflowValue: string;
60
+ isVisible: boolean;
61
+ };
48
62
  watch: {
49
63
  isVisible(newVal: any): void;
50
64
  };
65
+ mounted(): void;
66
+ methods: {
67
+ show(): {
68
+ show(): any;
69
+ hide(): any;
70
+ };
71
+ hide(): {
72
+ show(): any;
73
+ hide(): any;
74
+ };
75
+ };
76
+ beforeDestroy(): void;
77
+ } | {
78
+ watch: {
79
+ isVisible(newVal: any): void;
80
+ };
81
+ methods: {
82
+ lockBodyScroll(): void;
83
+ unlockBodyScroll(): void;
84
+ };
51
85
  beforeDestroy(): void;
52
86
  } | import("vue").DefineComponent<{}, any, {
53
87
  FixedToHtmlScrollY: string;
@@ -46,9 +46,43 @@ declare const _default: import("vue").DefineComponent<{
46
46
  }, {
47
47
  jigsawConfig(): any;
48
48
  }, {}, {
49
+ model: {
50
+ prop: string;
51
+ event: string;
52
+ };
53
+ props: {
54
+ visible: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ };
59
+ data: () => {
60
+ preOverflowValue: string;
61
+ isVisible: boolean;
62
+ };
49
63
  watch: {
50
64
  isVisible(newVal: any): void;
51
65
  };
66
+ mounted(): void;
67
+ methods: {
68
+ show(): {
69
+ show(): any;
70
+ hide(): any;
71
+ };
72
+ hide(): {
73
+ show(): any;
74
+ hide(): any;
75
+ };
76
+ };
77
+ beforeDestroy(): void;
78
+ } | {
79
+ watch: {
80
+ isVisible(newVal: any): void;
81
+ };
82
+ methods: {
83
+ lockBodyScroll(): void;
84
+ unlockBodyScroll(): void;
85
+ };
52
86
  beforeDestroy(): void;
53
87
  } | import("vue").DefineComponent<{}, any, {
54
88
  FixedToHtmlScrollY: string;
@@ -83,6 +83,10 @@ declare const _default: import("vue").DefineComponent<{
83
83
  watch: {
84
84
  isVisible(newVal: any): void;
85
85
  };
86
+ methods: {
87
+ lockBodyScroll(): void;
88
+ unlockBodyScroll(): void;
89
+ };
86
90
  beforeDestroy(): void;
87
91
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
88
92
  closable: {
@@ -19,6 +19,36 @@ declare const _default: import("vue").DefineComponent<{
19
19
  backgroundColor: any;
20
20
  };
21
21
  }, {}, {
22
+ model: {
23
+ prop: string;
24
+ event: string;
25
+ };
26
+ props: {
27
+ visible: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ };
32
+ data: () => {
33
+ preOverflowValue: string;
34
+ isVisible: boolean;
35
+ };
36
+ watch: {
37
+ isVisible(newVal: any): void;
38
+ };
39
+ mounted(): void;
40
+ methods: {
41
+ show(): {
42
+ show(): any;
43
+ hide(): any;
44
+ };
45
+ hide(): {
46
+ show(): any;
47
+ hide(): any;
48
+ };
49
+ };
50
+ beforeDestroy(): void;
51
+ } | {
22
52
  props: {
23
53
  zIndex: {
24
54
  type: NumberConstructor;
@@ -33,6 +63,10 @@ declare const _default: import("vue").DefineComponent<{
33
63
  watch: {
34
64
  isVisible(newVal: any): void;
35
65
  };
66
+ methods: {
67
+ lockBodyScroll(): void;
68
+ unlockBodyScroll(): void;
69
+ };
36
70
  beforeDestroy(): void;
37
71
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
38
72
  url: {
@@ -29,6 +29,36 @@ declare const _default: import("vue").DefineComponent<{
29
29
  backgroundColor: any;
30
30
  };
31
31
  }, {}, {
32
+ model: {
33
+ prop: string;
34
+ event: string;
35
+ };
36
+ props: {
37
+ visible: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ };
42
+ data: () => {
43
+ preOverflowValue: string;
44
+ isVisible: boolean;
45
+ };
46
+ watch: {
47
+ isVisible(newVal: any): void;
48
+ };
49
+ mounted(): void;
50
+ methods: {
51
+ show(): {
52
+ show(): any;
53
+ hide(): any;
54
+ };
55
+ hide(): {
56
+ show(): any;
57
+ hide(): any;
58
+ };
59
+ };
60
+ beforeDestroy(): void;
61
+ } | {
32
62
  props: {
33
63
  zIndex: {
34
64
  type: NumberConstructor;
@@ -43,6 +73,10 @@ declare const _default: import("vue").DefineComponent<{
43
73
  watch: {
44
74
  isVisible(newVal: any): void;
45
75
  };
76
+ methods: {
77
+ lockBodyScroll(): void;
78
+ unlockBodyScroll(): void;
79
+ };
46
80
  beforeDestroy(): void;
47
81
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
48
82
  unusableList: {