@nutui/nutui 4.0.0-beta.23 → 4.0.0-beta.24

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 (120) hide show
  1. package/dist/nutui.es.js +1 -1
  2. package/dist/nutui.umd.js +2 -2
  3. package/dist/packages/_es/Badge.js +2 -2
  4. package/dist/packages/_es/Cascader.js +1 -1
  5. package/dist/packages/_es/InputNumber.js +4 -4
  6. package/dist/packages/_es/Overlay.js +10 -4
  7. package/dist/packages/_es/Tabs.js +3 -3
  8. package/dist/packages/ecard/index.scss +19 -5
  9. package/dist/packages/inputnumber/index.scss +6 -0
  10. package/dist/packages/tabbaritem/index.scss +2 -0
  11. package/dist/packages/tour/index.scss +3 -0
  12. package/dist/smartips/web-types.json +15 -6
  13. package/dist/style.css +1 -1
  14. package/dist/styles/themes/default.scss +53 -53
  15. package/dist/styles/themes/jdb.scss +53 -53
  16. package/dist/styles/themes/jddkh.scss +53 -53
  17. package/dist/styles/themes/jdt.scss +53 -53
  18. package/dist/types/__VUE/actionsheet/index.taro.vue.d.ts +310 -0
  19. package/dist/types/__VUE/address/index.taro.vue.d.ts +397 -0
  20. package/dist/types/__VUE/addresslist/components/GeneralShell.taro.vue.d.ts +60 -0
  21. package/dist/types/__VUE/addresslist/components/ItemContents.taro.vue.d.ts +23 -0
  22. package/dist/types/__VUE/addresslist/index.taro.vue.d.ts +83 -0
  23. package/dist/types/__VUE/animate/index.taro.vue.d.ts +54 -0
  24. package/dist/types/__VUE/avatar/index.taro.vue.d.ts +76 -0
  25. package/dist/types/__VUE/avatargroup/index.taro.vue.d.ts +92 -0
  26. package/dist/types/__VUE/backtop/index.taro.vue.d.ts +76 -0
  27. package/dist/types/__VUE/badge/index.taro.vue.d.ts +93 -0
  28. package/dist/types/__VUE/barrage/index.taro.vue.d.ts +80 -0
  29. package/dist/types/__VUE/button/index.taro.vue.d.ts +90 -0
  30. package/dist/types/__VUE/calendar/index.taro.vue.d.ts +187 -0
  31. package/dist/types/__VUE/calendaritem/index.taro.vue.d.ts +217 -0
  32. package/dist/types/__VUE/card/index.taro.vue.d.ts +89 -0
  33. package/dist/types/__VUE/cascader/cascader-item.taro.vue.d.ts +77 -0
  34. package/dist/types/__VUE/cascader/index.taro.vue.d.ts +263 -0
  35. package/dist/types/__VUE/category/index.taro.vue.d.ts +42 -0
  36. package/dist/types/__VUE/categorypane/index.taro.vue.d.ts +54 -0
  37. package/dist/types/__VUE/cell/index.taro.vue.d.ts +124 -0
  38. package/dist/types/__VUE/checkbox/index.taro.vue.d.ts +12 -0
  39. package/dist/types/__VUE/circleprogress/index.taro.vue.d.ts +93 -0
  40. package/dist/types/__VUE/collapse/index.taro.vue.d.ts +38 -0
  41. package/dist/types/__VUE/collapseitem/index.taro.vue.d.ts +111 -0
  42. package/dist/types/__VUE/comment/components/CmtBottom.taro.vue.d.ts +42 -0
  43. package/dist/types/__VUE/comment/components/CmtHeader.taro.vue.d.ts +27 -0
  44. package/dist/types/__VUE/comment/components/CmtImages.taro.vue.d.ts +59 -0
  45. package/dist/types/__VUE/comment/index.taro.vue.d.ts +119 -0
  46. package/dist/types/__VUE/configprovider/index.taro.vue.d.ts +45 -0
  47. package/dist/types/__VUE/countdown/index.taro.vue.d.ts +103 -0
  48. package/dist/types/__VUE/countup/index.taro.vue.d.ts +213 -0
  49. package/dist/types/__VUE/datepicker/index.taro.vue.d.ts +232 -0
  50. package/dist/types/__VUE/dialog/index.taro.vue.d.ts +345 -0
  51. package/dist/types/__VUE/divider/index.taro.vue.d.ts +53 -0
  52. package/dist/types/__VUE/drag/index.taro.vue.d.ts +62 -0
  53. package/dist/types/__VUE/ecard/index.taro.vue.d.ts +128 -0
  54. package/dist/types/__VUE/elevator/index.taro.vue.d.ts +117 -0
  55. package/dist/types/__VUE/ellipsis/index.taro.vue.d.ts +103 -0
  56. package/dist/types/__VUE/empty/index.taro.vue.d.ts +46 -0
  57. package/dist/types/__VUE/fixednav/index.taro.vue.d.ts +105 -0
  58. package/dist/types/__VUE/form/index.taro.vue.d.ts +40 -0
  59. package/dist/types/__VUE/formitem/index.taro.vue.d.ts +114 -0
  60. package/dist/types/__VUE/grid/index.taro.vue.d.ts +84 -0
  61. package/dist/types/__VUE/griditem/index.taro.vue.d.ts +22 -0
  62. package/dist/types/__VUE/icon/index.taro.vue.d.ts +12 -0
  63. package/dist/types/__VUE/image/index.taro.vue.d.ts +32 -0
  64. package/dist/types/__VUE/imagepreview/index.taro.vue.d.ts +163 -0
  65. package/dist/types/__VUE/indicator/index.taro.vue.d.ts +70 -0
  66. package/dist/types/__VUE/input/index.taro.vue.d.ts +224 -0
  67. package/dist/types/__VUE/inputnumber/index.taro.vue.d.ts +116 -0
  68. package/dist/types/__VUE/invoice/index.taro.vue.d.ts +52 -0
  69. package/dist/types/__VUE/layout/index.taro.vue.d.ts +12 -0
  70. package/dist/types/__VUE/list/index.taro.vue.d.ts +58 -0
  71. package/dist/types/__VUE/menu/index.taro.vue.d.ts +93 -0
  72. package/dist/types/__VUE/menuitem/index.taro.vue.d.ts +89 -0
  73. package/dist/types/__VUE/navbar/index.taro.vue.d.ts +121 -0
  74. package/dist/types/__VUE/noticebar/index.taro.vue.d.ts +207 -0
  75. package/dist/types/__VUE/noticebar/index.vue.d.ts +2 -2
  76. package/dist/types/__VUE/notify/index.taro.vue.d.ts +110 -0
  77. package/dist/types/__VUE/numberkeyboard/index.taro.vue.d.ts +132 -0
  78. package/dist/types/__VUE/overlay/index.taro.vue.d.ts +85 -0
  79. package/dist/types/__VUE/pagination/index.taro.vue.d.ts +111 -0
  80. package/dist/types/__VUE/picker/index.taro.vue.d.ts +14 -0
  81. package/dist/types/__VUE/popover/index.taro.vue.d.ts +192 -0
  82. package/dist/types/__VUE/popup/index.taro.vue.d.ts +219 -0
  83. package/dist/types/__VUE/price/index.taro.vue.d.ts +87 -0
  84. package/dist/types/__VUE/progress/index.taro.vue.d.ts +128 -0
  85. package/dist/types/__VUE/radio/index.taro.vue.d.ts +53 -0
  86. package/dist/types/__VUE/range/index.taro.vue.d.ts +158 -0
  87. package/dist/types/__VUE/rate/index.taro.vue.d.ts +121 -0
  88. package/dist/types/__VUE/scrollView/index.taro.vue.d.ts +14 -0
  89. package/dist/types/__VUE/searchbar/index.taro.vue.d.ts +177 -0
  90. package/dist/types/__VUE/shortpassword/index.taro.vue.d.ts +103 -0
  91. package/dist/types/__VUE/sidenavbar/index.taro.vue.d.ts +31 -0
  92. package/dist/types/__VUE/signature/index.taro.vue.d.ts +84 -0
  93. package/dist/types/__VUE/skeleton/index.taro.vue.d.ts +115 -0
  94. package/dist/types/__VUE/sku/components/SkuHeader.taro.vue.d.ts +28 -0
  95. package/dist/types/__VUE/sku/components/SkuStepper.taro.vue.d.ts +56 -0
  96. package/dist/types/__VUE/sku/index.taro.vue.d.ts +146 -0
  97. package/dist/types/__VUE/steps/index.taro.vue.d.ts +46 -0
  98. package/dist/types/__VUE/sticky/index.taro.vue.d.ts +47 -0
  99. package/dist/types/__VUE/subsidenavbar/index.taro.vue.d.ts +53 -0
  100. package/dist/types/__VUE/swipe/index.taro.vue.d.ts +71 -0
  101. package/dist/types/__VUE/swiper/index.taro.vue.d.ts +168 -0
  102. package/dist/types/__VUE/swiperitem/index.taro.vue.d.ts +18 -0
  103. package/dist/types/__VUE/switch/index.taro.vue.d.ts +108 -0
  104. package/dist/types/__VUE/tabbar/index.taro.vue.d.ts +93 -0
  105. package/dist/types/__VUE/tabbaritem/index.taro.vue.d.ts +59 -0
  106. package/dist/types/__VUE/table/index.taro.vue.d.ts +80 -0
  107. package/dist/types/__VUE/tabs/index.taro.vue.d.ts +164 -0
  108. package/dist/types/__VUE/tag/index.taro.vue.d.ts +90 -0
  109. package/dist/types/__VUE/textarea/index.taro.vue.d.ts +127 -0
  110. package/dist/types/__VUE/timedetail/index.taro.vue.d.ts +38 -0
  111. package/dist/types/__VUE/timepannel/index.taro.vue.d.ts +42 -0
  112. package/dist/types/__VUE/timeselect/index.taro.vue.d.ts +91 -0
  113. package/dist/types/__VUE/toast/index.taro.vue.d.ts +184 -0
  114. package/dist/types/__VUE/tour/index.taro.vue.d.ts +192 -0
  115. package/dist/types/__VUE/trendarrow/index.taro.vue.d.ts +105 -0
  116. package/dist/types/__VUE/uploader/index.taro.vue.d.ts +260 -0
  117. package/dist/types/__VUE/watermark/index.taro.vue.d.ts +175 -0
  118. package/dist/types/index.d.ts +1 -1
  119. package/dist/types/nutui.taro.vue.build.d.ts +106 -0
  120. package/package.json +2 -1
@@ -0,0 +1,310 @@
1
+ import type { PropType } from 'vue';
2
+ export interface menuItems {
3
+ disable: boolean;
4
+ loading: boolean;
5
+ color: string;
6
+ name: string;
7
+ subname: string;
8
+ [x: string]: string | boolean;
9
+ }
10
+
11
+ declare type Install<T> = T & {
12
+ install(app: import('vue').App): void;
13
+ };
14
+ declare const _default: Install< import("vue").DefineComponent<{
15
+ cancelTxt: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ optionTag: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ optionSubTag: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ chooseTagValue: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ title: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ color: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ description: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ menuItems: {
44
+ type: PropType<menuItems[]>;
45
+ default: () => never[];
46
+ };
47
+ closeAbled: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
51
+ visible: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ zIndex: {
56
+ type: (NumberConstructor | StringConstructor)[];
57
+ default: number;
58
+ };
59
+ duration: {
60
+ type: (NumberConstructor | StringConstructor)[];
61
+ default: number;
62
+ };
63
+ lockScroll: {
64
+ type: BooleanConstructor;
65
+ default: boolean;
66
+ };
67
+ closeOnClickOverlay: {
68
+ type: BooleanConstructor;
69
+ default: boolean;
70
+ };
71
+ position: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ transition: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ style: {
80
+ type: PropType<import("vue").CSSProperties>;
81
+ default: {};
82
+ };
83
+ popClass: {
84
+ type: StringConstructor;
85
+ default: string;
86
+ };
87
+ closeable: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ closeIconPosition: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ closeIcon: {
96
+ type: StringConstructor;
97
+ default: string;
98
+ };
99
+ destroyOnClose: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
103
+ teleport: {
104
+ type: (StringConstructor | {
105
+ new (): Element;
106
+ prototype: Element;
107
+ })[];
108
+ default: string;
109
+ };
110
+ overlay: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ round: {
115
+ type: BooleanConstructor;
116
+ default: boolean;
117
+ };
118
+ teleportDisable: {
119
+ type: BooleanConstructor;
120
+ default: boolean;
121
+ };
122
+ safeAreaInsetBottom: {
123
+ type: BooleanConstructor;
124
+ default: boolean;
125
+ };
126
+ overlayClass: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
130
+ overlayStyle: {
131
+ type: PropType<import("vue").CSSProperties>;
132
+ default: {};
133
+ };
134
+ }, {
135
+ slotDefault: boolean;
136
+ isHighlight: (item: {
137
+ [x: string]: string | boolean;
138
+ }) => string;
139
+ cancelActionSheet: () => void;
140
+ chooseItem: (item: {
141
+ disable: boolean;
142
+ loading: boolean;
143
+ }, index: any) => void;
144
+ close: (e: Event) => void;
145
+ classes: import("vue").ComputedRef<{
146
+ [x: string]: boolean;
147
+ }>;
148
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible" | "cancel" | "choose")[], "close" | "update:visible" | "cancel" | "choose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
149
+ cancelTxt: {
150
+ type: StringConstructor;
151
+ default: string;
152
+ };
153
+ optionTag: {
154
+ type: StringConstructor;
155
+ default: string;
156
+ };
157
+ optionSubTag: {
158
+ type: StringConstructor;
159
+ default: string;
160
+ };
161
+ chooseTagValue: {
162
+ type: StringConstructor;
163
+ default: string;
164
+ };
165
+ title: {
166
+ type: StringConstructor;
167
+ default: string;
168
+ };
169
+ color: {
170
+ type: StringConstructor;
171
+ default: string;
172
+ };
173
+ description: {
174
+ type: StringConstructor;
175
+ default: string;
176
+ };
177
+ menuItems: {
178
+ type: PropType<menuItems[]>;
179
+ default: () => never[];
180
+ };
181
+ closeAbled: {
182
+ type: BooleanConstructor;
183
+ default: boolean;
184
+ };
185
+ visible: {
186
+ type: BooleanConstructor;
187
+ default: boolean;
188
+ };
189
+ zIndex: {
190
+ type: (NumberConstructor | StringConstructor)[];
191
+ default: number;
192
+ };
193
+ duration: {
194
+ type: (NumberConstructor | StringConstructor)[];
195
+ default: number;
196
+ };
197
+ lockScroll: {
198
+ type: BooleanConstructor;
199
+ default: boolean;
200
+ };
201
+ closeOnClickOverlay: {
202
+ type: BooleanConstructor;
203
+ default: boolean;
204
+ };
205
+ position: {
206
+ type: StringConstructor;
207
+ default: string;
208
+ };
209
+ transition: {
210
+ type: StringConstructor;
211
+ default: string;
212
+ };
213
+ style: {
214
+ type: PropType<import("vue").CSSProperties>;
215
+ default: {};
216
+ };
217
+ popClass: {
218
+ type: StringConstructor;
219
+ default: string;
220
+ };
221
+ closeable: {
222
+ type: BooleanConstructor;
223
+ default: boolean;
224
+ };
225
+ closeIconPosition: {
226
+ type: StringConstructor;
227
+ default: string;
228
+ };
229
+ closeIcon: {
230
+ type: StringConstructor;
231
+ default: string;
232
+ };
233
+ destroyOnClose: {
234
+ type: BooleanConstructor;
235
+ default: boolean;
236
+ };
237
+ teleport: {
238
+ type: (StringConstructor | {
239
+ new (): Element;
240
+ prototype: Element;
241
+ })[];
242
+ default: string;
243
+ };
244
+ overlay: {
245
+ type: BooleanConstructor;
246
+ default: boolean;
247
+ };
248
+ round: {
249
+ type: BooleanConstructor;
250
+ default: boolean;
251
+ };
252
+ teleportDisable: {
253
+ type: BooleanConstructor;
254
+ default: boolean;
255
+ };
256
+ safeAreaInsetBottom: {
257
+ type: BooleanConstructor;
258
+ default: boolean;
259
+ };
260
+ overlayClass: {
261
+ type: StringConstructor;
262
+ default: string;
263
+ };
264
+ overlayStyle: {
265
+ type: PropType<import("vue").CSSProperties>;
266
+ default: {};
267
+ };
268
+ }>> & {
269
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
270
+ onCancel?: ((...args: any[]) => any) | undefined;
271
+ onClose?: ((...args: any[]) => any) | undefined;
272
+ onChoose?: ((...args: any[]) => any) | undefined;
273
+ }, {
274
+ style: import("vue").CSSProperties;
275
+ title: string;
276
+ zIndex: string | number;
277
+ round: boolean;
278
+ overlay: boolean;
279
+ visible: boolean;
280
+ duration: string | number;
281
+ overlayClass: string;
282
+ lockScroll: boolean;
283
+ overlayStyle: import("vue").CSSProperties;
284
+ closeOnClickOverlay: boolean;
285
+ color: string;
286
+ position: string;
287
+ transition: string;
288
+ popClass: string;
289
+ closeable: boolean;
290
+ closeIconPosition: string;
291
+ closeIcon: string;
292
+ destroyOnClose: boolean;
293
+ teleport: string | Element;
294
+ teleportDisable: boolean;
295
+ safeAreaInsetBottom: boolean;
296
+ cancelTxt: string;
297
+ optionTag: string;
298
+ optionSubTag: string;
299
+ chooseTagValue: string;
300
+ description: string;
301
+ menuItems: menuItems[];
302
+ closeAbled: boolean;
303
+ }>>;
304
+ export default _default;
305
+
306
+ declare module 'vue' {
307
+ interface GlobalComponents {
308
+ NutActionSheet: typeof _default;
309
+ }
310
+ }
@@ -0,0 +1,397 @@
1
+ import { PropType } from 'vue';
2
+ import { RegionData, CustomRegionData, existRegionData } from './type';
3
+
4
+ declare type Install<T> = T & {
5
+ install(app: import('vue').App): void;
6
+ };
7
+ declare const _default: Install< import("vue").DefineComponent<{
8
+ modelValue: {
9
+ type: ArrayConstructor;
10
+ default: () => never[];
11
+ };
12
+ visible: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ type: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ customAddressTitle: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ province: {
25
+ type: PropType<RegionData[]>;
26
+ default: () => never[];
27
+ };
28
+ city: {
29
+ type: PropType<RegionData[]>;
30
+ default: () => never[];
31
+ };
32
+ country: {
33
+ type: PropType<RegionData[]>;
34
+ default: () => never[];
35
+ };
36
+ town: {
37
+ type: PropType<RegionData[]>;
38
+ default: () => never[];
39
+ };
40
+ isShowCustomAddress: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ existAddress: {
45
+ type: PropType<existRegionData[]>;
46
+ default: () => never[];
47
+ };
48
+ existAddressTitle: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ customAndExistTitle: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ height: {
57
+ type: (NumberConstructor | StringConstructor)[];
58
+ default: string;
59
+ };
60
+ columnsPlaceholder: {
61
+ type: (ArrayConstructor | StringConstructor)[];
62
+ default: string;
63
+ };
64
+ zIndex: {
65
+ type: (NumberConstructor | StringConstructor)[];
66
+ default: number;
67
+ };
68
+ duration: {
69
+ type: (NumberConstructor | StringConstructor)[];
70
+ default: number;
71
+ };
72
+ lockScroll: {
73
+ type: BooleanConstructor;
74
+ default: boolean;
75
+ };
76
+ closeOnClickOverlay: {
77
+ type: BooleanConstructor;
78
+ default: boolean;
79
+ };
80
+ position: {
81
+ type: StringConstructor;
82
+ default: string;
83
+ };
84
+ transition: {
85
+ type: StringConstructor;
86
+ default: string;
87
+ };
88
+ style: {
89
+ type: PropType<import("vue").CSSProperties>;
90
+ default: {};
91
+ };
92
+ popClass: {
93
+ type: StringConstructor;
94
+ default: string;
95
+ };
96
+ closeable: {
97
+ type: BooleanConstructor;
98
+ default: boolean;
99
+ };
100
+ closeIconPosition: {
101
+ type: StringConstructor;
102
+ default: string;
103
+ };
104
+ closeIcon: {
105
+ type: StringConstructor;
106
+ default: string;
107
+ };
108
+ destroyOnClose: {
109
+ type: BooleanConstructor;
110
+ default: boolean;
111
+ };
112
+ teleport: {
113
+ type: (StringConstructor | {
114
+ new (): Element;
115
+ prototype: Element;
116
+ })[];
117
+ default: string;
118
+ };
119
+ overlay: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ round: {
124
+ type: BooleanConstructor;
125
+ default: boolean;
126
+ };
127
+ teleportDisable: {
128
+ type: BooleanConstructor;
129
+ default: boolean;
130
+ };
131
+ safeAreaInsetBottom: {
132
+ type: BooleanConstructor;
133
+ default: boolean;
134
+ };
135
+ overlayClass: {
136
+ type: StringConstructor;
137
+ default: string;
138
+ };
139
+ overlayStyle: {
140
+ type: PropType<import("vue").CSSProperties>;
141
+ default: {};
142
+ };
143
+ }, {
144
+ translate: (keyPath: string, ...args: unknown[]) => string;
145
+ transformData: (data: RegionData[]) => CustomRegionData[];
146
+ province: import("vue").Ref<HTMLElement | null>;
147
+ city: import("vue").Ref<HTMLElement | null>;
148
+ country: import("vue").Ref<HTMLElement | null>;
149
+ town: import("vue").Ref<HTMLElement | null>;
150
+ style: import("vue").Ref<import("vue").CSSProperties>;
151
+ zIndex: import("vue").Ref<string | number>;
152
+ round: import("vue").Ref<boolean>;
153
+ overlay: import("vue").Ref<boolean>;
154
+ visible: import("vue").Ref<boolean>;
155
+ duration: import("vue").Ref<string | number>;
156
+ overlayClass: import("vue").Ref<string>;
157
+ lockScroll: import("vue").Ref<boolean>;
158
+ overlayStyle: import("vue").Ref<import("vue").CSSProperties>;
159
+ closeOnClickOverlay: import("vue").Ref<boolean>;
160
+ type: import("vue").Ref<string>;
161
+ position: import("vue").Ref<string>;
162
+ transition: import("vue").Ref<string>;
163
+ popClass: import("vue").Ref<string>;
164
+ closeable: import("vue").Ref<boolean>;
165
+ closeIconPosition: import("vue").Ref<string>;
166
+ closeIcon: import("vue").Ref<string>;
167
+ destroyOnClose: import("vue").Ref<boolean>;
168
+ teleport: import("vue").Ref<string | Element>;
169
+ teleportDisable: import("vue").Ref<boolean>;
170
+ safeAreaInsetBottom: import("vue").Ref<boolean>;
171
+ height: import("vue").Ref<string | number>;
172
+ modelValue: import("vue").Ref<unknown[]>;
173
+ customAddressTitle: import("vue").Ref<string>;
174
+ isShowCustomAddress: import("vue").Ref<boolean>;
175
+ existAddress: import("vue").Ref<existRegionData[]>;
176
+ existAddressTitle: import("vue").Ref<string>;
177
+ customAndExistTitle: import("vue").Ref<string>;
178
+ columnsPlaceholder: import("vue").Ref<string | unknown[]>;
179
+ "onUpdate:visible": import("vue").Ref<((...args: any[]) => any) | undefined>;
180
+ onChange: import("vue").Ref<((...args: any[]) => any) | undefined>;
181
+ onClose: import("vue").Ref<((...args: any[]) => any) | undefined>;
182
+ onType: import("vue").Ref<((...args: any[]) => any) | undefined>;
183
+ "onUpdate:modelValue": import("vue").Ref<((...args: any[]) => any) | undefined>;
184
+ onSelected: import("vue").Ref<((...args: any[]) => any) | undefined>;
185
+ "onClose-mask": import("vue").Ref<((...args: any[]) => any) | undefined>;
186
+ "onSwitch-module": import("vue").Ref<((...args: any[]) => any) | undefined>;
187
+ classes: import("vue").ComputedRef<{
188
+ [x: string]: boolean;
189
+ }>;
190
+ showPopup: import("vue").Ref<boolean>;
191
+ privateType: import("vue").Ref<string>;
192
+ tabIndex: import("vue").Ref<number>;
193
+ tabName: import("vue").Ref<string[]>;
194
+ regionList: import("vue").ComputedRef<RegionData[]>;
195
+ selectedRegion: import("vue").Ref<{
196
+ [x: string]: any;
197
+ name: string;
198
+ }[]>;
199
+ selectedExistAddress: {};
200
+ switchModule: () => void;
201
+ closeWay: import("vue").Ref<string>;
202
+ close: () => void;
203
+ getTabName: (item: RegionData | null, index: number) => {};
204
+ nextAreaList: (item: RegionData) => void;
205
+ lineDistance: import("vue").Ref<number>;
206
+ changeRegionTab: (item: RegionData, index: number) => void;
207
+ selectedExist: (item: existRegionData) => void;
208
+ clickOverlay: () => void;
209
+ handClose: (type?: string) => void;
210
+ handleElevatorItem: (key: string, item: RegionData) => void;
211
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible" | "type" | "change" | "update:modelValue" | "selected" | "close-mask" | "switch-module")[], "close" | "update:visible" | "type" | "change" | "update:modelValue" | "selected" | "close-mask" | "switch-module", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
212
+ modelValue: {
213
+ type: ArrayConstructor;
214
+ default: () => never[];
215
+ };
216
+ visible: {
217
+ type: BooleanConstructor;
218
+ default: boolean;
219
+ };
220
+ type: {
221
+ type: StringConstructor;
222
+ default: string;
223
+ };
224
+ customAddressTitle: {
225
+ type: StringConstructor;
226
+ default: string;
227
+ };
228
+ province: {
229
+ type: PropType<RegionData[]>;
230
+ default: () => never[];
231
+ };
232
+ city: {
233
+ type: PropType<RegionData[]>;
234
+ default: () => never[];
235
+ };
236
+ country: {
237
+ type: PropType<RegionData[]>;
238
+ default: () => never[];
239
+ };
240
+ town: {
241
+ type: PropType<RegionData[]>;
242
+ default: () => never[];
243
+ };
244
+ isShowCustomAddress: {
245
+ type: BooleanConstructor;
246
+ default: boolean;
247
+ };
248
+ existAddress: {
249
+ type: PropType<existRegionData[]>;
250
+ default: () => never[];
251
+ };
252
+ existAddressTitle: {
253
+ type: StringConstructor;
254
+ default: string;
255
+ };
256
+ customAndExistTitle: {
257
+ type: StringConstructor;
258
+ default: string;
259
+ };
260
+ height: {
261
+ type: (NumberConstructor | StringConstructor)[];
262
+ default: string;
263
+ };
264
+ columnsPlaceholder: {
265
+ type: (ArrayConstructor | StringConstructor)[];
266
+ default: string;
267
+ };
268
+ zIndex: {
269
+ type: (NumberConstructor | StringConstructor)[];
270
+ default: number;
271
+ };
272
+ duration: {
273
+ type: (NumberConstructor | StringConstructor)[];
274
+ default: number;
275
+ };
276
+ lockScroll: {
277
+ type: BooleanConstructor;
278
+ default: boolean;
279
+ };
280
+ closeOnClickOverlay: {
281
+ type: BooleanConstructor;
282
+ default: boolean;
283
+ };
284
+ position: {
285
+ type: StringConstructor;
286
+ default: string;
287
+ };
288
+ transition: {
289
+ type: StringConstructor;
290
+ default: string;
291
+ };
292
+ style: {
293
+ type: PropType<import("vue").CSSProperties>;
294
+ default: {};
295
+ };
296
+ popClass: {
297
+ type: StringConstructor;
298
+ default: string;
299
+ };
300
+ closeable: {
301
+ type: BooleanConstructor;
302
+ default: boolean;
303
+ };
304
+ closeIconPosition: {
305
+ type: StringConstructor;
306
+ default: string;
307
+ };
308
+ closeIcon: {
309
+ type: StringConstructor;
310
+ default: string;
311
+ };
312
+ destroyOnClose: {
313
+ type: BooleanConstructor;
314
+ default: boolean;
315
+ };
316
+ teleport: {
317
+ type: (StringConstructor | {
318
+ new (): Element;
319
+ prototype: Element;
320
+ })[];
321
+ default: string;
322
+ };
323
+ overlay: {
324
+ type: BooleanConstructor;
325
+ default: boolean;
326
+ };
327
+ round: {
328
+ type: BooleanConstructor;
329
+ default: boolean;
330
+ };
331
+ teleportDisable: {
332
+ type: BooleanConstructor;
333
+ default: boolean;
334
+ };
335
+ safeAreaInsetBottom: {
336
+ type: BooleanConstructor;
337
+ default: boolean;
338
+ };
339
+ overlayClass: {
340
+ type: StringConstructor;
341
+ default: string;
342
+ };
343
+ overlayStyle: {
344
+ type: PropType<import("vue").CSSProperties>;
345
+ default: {};
346
+ };
347
+ }>> & {
348
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
349
+ onChange?: ((...args: any[]) => any) | undefined;
350
+ onClose?: ((...args: any[]) => any) | undefined;
351
+ onType?: ((...args: any[]) => any) | undefined;
352
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
353
+ onSelected?: ((...args: any[]) => any) | undefined;
354
+ "onClose-mask"?: ((...args: any[]) => any) | undefined;
355
+ "onSwitch-module"?: ((...args: any[]) => any) | undefined;
356
+ }, {
357
+ style: import("vue").CSSProperties;
358
+ zIndex: string | number;
359
+ round: boolean;
360
+ overlay: boolean;
361
+ visible: boolean;
362
+ duration: string | number;
363
+ overlayClass: string;
364
+ lockScroll: boolean;
365
+ overlayStyle: import("vue").CSSProperties;
366
+ closeOnClickOverlay: boolean;
367
+ type: string;
368
+ position: string;
369
+ transition: string;
370
+ popClass: string;
371
+ closeable: boolean;
372
+ closeIconPosition: string;
373
+ closeIcon: string;
374
+ destroyOnClose: boolean;
375
+ teleport: string | Element;
376
+ teleportDisable: boolean;
377
+ safeAreaInsetBottom: boolean;
378
+ height: string | number;
379
+ modelValue: unknown[];
380
+ customAddressTitle: string;
381
+ province: RegionData[];
382
+ city: RegionData[];
383
+ country: RegionData[];
384
+ town: RegionData[];
385
+ isShowCustomAddress: boolean;
386
+ existAddress: existRegionData[];
387
+ existAddressTitle: string;
388
+ customAndExistTitle: string;
389
+ columnsPlaceholder: string | unknown[];
390
+ }>>;
391
+ export default _default;
392
+
393
+ declare module 'vue' {
394
+ interface GlobalComponents {
395
+ NutAddress: typeof _default;
396
+ }
397
+ }