@xysfe/actui2 0.0.9 → 0.0.10

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 (51) 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/Style/style.css +1 -1
  5. package/lib/index.esm.js +1 -1
  6. package/lib/index.js +1 -1
  7. package/lib/mixins/noscroll/index.esm.js +21 -12
  8. package/lib/mixins/noscroll/index.js +1 -1
  9. package/package.json +1 -1
  10. package/types/common/goldlayer.vue.d.ts +34 -0
  11. package/types/components/CertifyLayer/src/index.vue.d.ts +34 -0
  12. package/types/components/ClaimsContact/src/index.vue.d.ts +34 -0
  13. package/types/components/Contact/src/index.vue.d.ts +34 -0
  14. package/types/components/ContactBook/src/index.vue.d.ts +34 -0
  15. package/types/components/CouponLayer/src/index.vue.d.ts +34 -0
  16. package/types/components/CrmReserveInfoLayer/src/index.vue.d.ts +34 -0
  17. package/types/components/Dialog/src/index.vue.d.ts +34 -0
  18. package/types/components/DiseaseSelect/src/search.vue.d.ts +4 -0
  19. package/types/components/DiseaseSelect/src/selectLayer.vue.d.ts +34 -0
  20. package/types/components/DiseaseSelectLayer/src/index.vue.d.ts +34 -0
  21. package/types/components/FormLayer/src/index.vue.d.ts +34 -0
  22. package/types/components/GivenLayer/src/index.vue.d.ts +34 -0
  23. package/types/components/GoldCancelDialog/src/index.vue.d.ts +4 -0
  24. package/types/components/GoldCoupon/src/code.vue.d.ts +34 -0
  25. package/types/components/GoldCoupon/src/list.vue.d.ts +34 -0
  26. package/types/components/GoldDialog/src/index.vue.d.ts +34 -0
  27. package/types/components/GoldIntransitDialog/src/index.vue.d.ts +34 -0
  28. package/types/components/GoldPhoto/src/index.vue.d.ts +34 -0
  29. package/types/components/GoldQrcode/src/index.vue.d.ts +34 -0
  30. package/types/components/GoldSelect/src/components/select.vue.d.ts +34 -0
  31. package/types/components/ImageLayer/src/index.vue.d.ts +34 -0
  32. package/types/components/ImagePreview/src/index.vue.d.ts +34 -0
  33. package/types/components/IndexBar/src/index.vue.d.ts +34 -0
  34. package/types/components/JigsawLayer/src/index.vue.d.ts +34 -0
  35. package/types/components/LoginLayer/src/index.vue.d.ts +34 -0
  36. package/types/components/Marketing/src/components/scrollPanel.vue.d.ts +2 -2
  37. package/types/components/Marketing/src/kcb.vue.d.ts +9 -0
  38. package/types/components/MobileAuthLayer/src/index.vue.d.ts +34 -0
  39. package/types/components/MobileLayer/src/crm.vue.d.ts +34 -0
  40. package/types/components/MobileLayer/src/default.vue.d.ts +34 -0
  41. package/types/components/MultiSelect/src/index.vue.d.ts +34 -0
  42. package/types/components/PageLoading/src/index.vue.d.ts +34 -0
  43. package/types/components/Picker/src/index.vue.d.ts +34 -0
  44. package/types/components/PickerLongText/src/index.vue.d.ts +34 -0
  45. package/types/components/PosterLayer/src/index.vue.d.ts +34 -0
  46. package/types/components/PrizeLayer/src/index.vue.d.ts +34 -0
  47. package/types/components/ProductLayer/src/saleAreaLayer.vue.d.ts +34 -0
  48. package/types/components/QrcodeLayer/src/index.vue.d.ts +34 -0
  49. package/types/components/RowCascadePicker/src/index.bak.vue.d.ts +34 -0
  50. package/types/components/Rule/src/index.vue.d.ts +34 -0
  51. package/types/mixins/noscroll.d.ts +4 -0
@@ -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: {
@@ -102,6 +102,36 @@ declare const _default: import("vue").DefineComponent<{
102
102
  color: string;
103
103
  };
104
104
  }, {}, {
105
+ model: {
106
+ prop: string;
107
+ event: string;
108
+ };
109
+ props: {
110
+ visible: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ };
115
+ data: () => {
116
+ preOverflowValue: string;
117
+ isVisible: boolean;
118
+ };
119
+ watch: {
120
+ isVisible(newVal: any): void;
121
+ };
122
+ mounted(): void;
123
+ methods: {
124
+ show(): {
125
+ show(): any;
126
+ hide(): any;
127
+ };
128
+ hide(): {
129
+ show(): any;
130
+ hide(): any;
131
+ };
132
+ };
133
+ beforeDestroy(): void;
134
+ } | {
105
135
  props: {
106
136
  zIndex: {
107
137
  type: NumberConstructor;
@@ -116,6 +146,10 @@ declare const _default: import("vue").DefineComponent<{
116
146
  watch: {
117
147
  isVisible(newVal: any): void;
118
148
  };
149
+ methods: {
150
+ lockBodyScroll(): void;
151
+ unlockBodyScroll(): void;
152
+ };
119
153
  beforeDestroy(): void;
120
154
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
121
155
  title: {
@@ -50,6 +50,36 @@ declare const _default: import("vue").DefineComponent<{
50
50
  onClick: () => void;
51
51
  };
52
52
  }, {}, {
53
+ model: {
54
+ prop: string;
55
+ event: string;
56
+ };
57
+ props: {
58
+ visible: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
61
+ };
62
+ };
63
+ data: () => {
64
+ preOverflowValue: string;
65
+ isVisible: boolean;
66
+ };
67
+ watch: {
68
+ isVisible(newVal: any): void;
69
+ };
70
+ mounted(): void;
71
+ methods: {
72
+ show(): {
73
+ show(): any;
74
+ hide(): any;
75
+ };
76
+ hide(): {
77
+ show(): any;
78
+ hide(): any;
79
+ };
80
+ };
81
+ beforeDestroy(): void;
82
+ } | {
53
83
  props: {
54
84
  zIndex: {
55
85
  type: NumberConstructor;
@@ -64,6 +94,10 @@ declare const _default: import("vue").DefineComponent<{
64
94
  watch: {
65
95
  isVisible(newVal: any): void;
66
96
  };
97
+ methods: {
98
+ lockBodyScroll(): void;
99
+ unlockBodyScroll(): void;
100
+ };
67
101
  beforeDestroy(): void;
68
102
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
69
103
  closable: {
@@ -24,6 +24,36 @@ declare const _default: import("vue").DefineComponent<{
24
24
  disabled(): boolean;
25
25
  paramValue(): any;
26
26
  }, {}, {
27
+ model: {
28
+ prop: string;
29
+ event: string;
30
+ };
31
+ props: {
32
+ visible: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ };
37
+ data: () => {
38
+ preOverflowValue: string;
39
+ isVisible: boolean;
40
+ };
41
+ watch: {
42
+ isVisible(newVal: any): void;
43
+ };
44
+ mounted(): void;
45
+ methods: {
46
+ show(): {
47
+ show(): any;
48
+ hide(): any;
49
+ };
50
+ hide(): {
51
+ show(): any;
52
+ hide(): any;
53
+ };
54
+ };
55
+ beforeDestroy(): void;
56
+ } | {
27
57
  props: {
28
58
  zIndex: {
29
59
  type: NumberConstructor;
@@ -38,6 +68,10 @@ declare const _default: import("vue").DefineComponent<{
38
68
  watch: {
39
69
  isVisible(newVal: any): void;
40
70
  };
71
+ methods: {
72
+ lockBodyScroll(): void;
73
+ unlockBodyScroll(): void;
74
+ };
41
75
  beforeDestroy(): void;
42
76
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
43
77
  appId: {
@@ -32,6 +32,36 @@ declare const _default: import("vue").DefineComponent<{
32
32
  }, {
33
33
  getFooterHtml(): any;
34
34
  }, {}, {
35
+ model: {
36
+ prop: string;
37
+ event: string;
38
+ };
39
+ props: {
40
+ visible: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ };
45
+ data: () => {
46
+ preOverflowValue: string;
47
+ isVisible: boolean;
48
+ };
49
+ watch: {
50
+ isVisible(newVal: any): void;
51
+ };
52
+ mounted(): void;
53
+ methods: {
54
+ show(): {
55
+ show(): any;
56
+ hide(): any;
57
+ };
58
+ hide(): {
59
+ show(): any;
60
+ hide(): any;
61
+ };
62
+ };
63
+ beforeDestroy(): void;
64
+ } | {
35
65
  props: {
36
66
  zIndex: {
37
67
  type: NumberConstructor;
@@ -46,6 +76,10 @@ declare const _default: import("vue").DefineComponent<{
46
76
  watch: {
47
77
  isVisible(newVal: any): void;
48
78
  };
79
+ methods: {
80
+ lockBodyScroll(): void;
81
+ unlockBodyScroll(): void;
82
+ };
49
83
  beforeDestroy(): void;
50
84
  }, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
51
85
  title: {