@nutui/nutui 4.3.12 → 4.3.14-beta.3

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 (149) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +31 -30
  3. package/dist/nutui.es.js +1 -1
  4. package/dist/nutui.js +2854 -2844
  5. package/dist/nutui.umd.js +1 -1
  6. package/dist/packages/addresslist/AddressList.js +2 -2
  7. package/dist/packages/audio/Audio.js +9 -10
  8. package/dist/packages/audiooperate/AudioOperate.js +2 -2
  9. package/dist/packages/cascader/Cascader.js +3 -4
  10. package/dist/packages/comment/Comment.js +8 -11
  11. package/dist/packages/dialog/Dialog.js +4 -1
  12. package/dist/packages/elevator/Elevator.js +2 -2
  13. package/dist/packages/invoice/Invoice.js +2 -2
  14. package/dist/packages/locale/index.d.ts +1 -1
  15. package/dist/packages/numberkeyboard/NumberKeyboard.js +3 -5
  16. package/dist/packages/step/Step.js +13 -14
  17. package/dist/packages/swiper/Swiper.js +19 -1
  18. package/dist/packages/tabs/index.scss +1 -1
  19. package/dist/packages/video/Video.js +11 -13
  20. package/dist/smartips/web-types.json +1 -1
  21. package/dist/types/__VUE/actionsheet/index.vue.d.ts +496 -8
  22. package/dist/types/__VUE/address/index.vue.d.ts +865 -56
  23. package/dist/types/__VUE/addresslist/components/GeneralShell.vue.d.ts +465 -7
  24. package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +117 -6
  25. package/dist/types/__VUE/addresslist/index.vue.d.ts +713 -6
  26. package/dist/types/__VUE/animate/animate.vue.d.ts +5 -5
  27. package/dist/types/__VUE/audio/index.vue.d.ts +229 -28
  28. package/dist/types/__VUE/audiooperate/index.vue.d.ts +205 -15
  29. package/dist/types/__VUE/avatar/index.vue.d.ts +6 -6
  30. package/dist/types/__VUE/avatarcropper/index.vue.d.ts +319 -19
  31. package/dist/types/__VUE/avatargroup/index.vue.d.ts +55 -7
  32. package/dist/types/__VUE/backtop/backtop.vue.d.ts +6 -6
  33. package/dist/types/__VUE/badge/badge.vue.d.ts +5 -5
  34. package/dist/types/__VUE/barrage/index.vue.d.ts +7 -7
  35. package/dist/types/__VUE/button/button.vue.d.ts +5 -5
  36. package/dist/types/__VUE/calendar/index.vue.d.ts +647 -8
  37. package/dist/types/__VUE/calendarcard/calendar-card.vue.d.ts +9 -24
  38. package/dist/types/__VUE/calendaritem/index.vue.d.ts +52 -52
  39. package/dist/types/__VUE/card/index.vue.d.ts +256 -4
  40. package/dist/types/__VUE/cascader/cascader-item.vue.d.ts +453 -10
  41. package/dist/types/__VUE/cascader/index.vue.d.ts +950 -10
  42. package/dist/types/__VUE/category/index.vue.d.ts +7 -7
  43. package/dist/types/__VUE/categorypane/index.vue.d.ts +5 -5
  44. package/dist/types/__VUE/cell/cell.vue.d.ts +5 -5
  45. package/dist/types/__VUE/cellgroup/cell-group.vue.d.ts +4 -4
  46. package/dist/types/__VUE/checkbox/index.vue.d.ts +6 -6
  47. package/dist/types/__VUE/checkboxgroup/index.vue.d.ts +7 -7
  48. package/dist/types/__VUE/circleprogress/circle-progress.vue.d.ts +5 -5
  49. package/dist/types/__VUE/col/col.vue.d.ts +4 -4
  50. package/dist/types/__VUE/collapse/collapse.vue.d.ts +5 -5
  51. package/dist/types/__VUE/collapseitem/collapse-item.vue.d.ts +4 -4
  52. package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +174 -8
  53. package/dist/types/__VUE/comment/components/CmtHeader.vue.d.ts +218 -6
  54. package/dist/types/__VUE/comment/components/CmtImages.vue.d.ts +73 -18
  55. package/dist/types/__VUE/comment/index.vue.d.ts +627 -16
  56. package/dist/types/__VUE/comment/type.d.ts +10 -0
  57. package/dist/types/__VUE/configprovider/index.vue.d.ts +6 -6
  58. package/dist/types/__VUE/countdown/countdown.vue.d.ts +8 -8
  59. package/dist/types/__VUE/countup/index.vue.d.ts +46 -46
  60. package/dist/types/__VUE/datepicker/index.vue.d.ts +265 -9
  61. package/dist/types/__VUE/dialog/index.vue.d.ts +631 -9
  62. package/dist/types/__VUE/divider/divider.vue.d.ts +4 -4
  63. package/dist/types/__VUE/drag/index.vue.d.ts +6 -6
  64. package/dist/types/__VUE/ecard/index.vue.d.ts +255 -10
  65. package/dist/types/__VUE/elevator/index.vue.d.ts +24 -17
  66. package/dist/types/__VUE/ellipsis/index.vue.d.ts +10 -10
  67. package/dist/types/__VUE/empty/empty.vue.d.ts +4 -4
  68. package/dist/types/__VUE/fixednav/index.vue.d.ts +231 -7
  69. package/dist/types/__VUE/form/form.vue.d.ts +6 -6
  70. package/dist/types/__VUE/formitem/form-item.vue.d.ts +4 -4
  71. package/dist/types/__VUE/grid/grid.vue.d.ts +4 -4
  72. package/dist/types/__VUE/griditem/grid-item.vue.d.ts +5 -5
  73. package/dist/types/__VUE/image/image.vue.d.ts +6 -6
  74. package/dist/types/__VUE/imagepreview/imagePreviewItem.vue.d.ts +155 -14
  75. package/dist/types/__VUE/imagepreview/index.vue.d.ts +916 -11
  76. package/dist/types/__VUE/indicator/indicator.vue.d.ts +4 -4
  77. package/dist/types/__VUE/infiniteloading/index.vue.d.ts +68 -12
  78. package/dist/types/__VUE/input/input.vue.d.ts +11 -11
  79. package/dist/types/__VUE/inputnumber/input-number.vue.d.ts +10 -10
  80. package/dist/types/__VUE/invoice/invoice.vue.d.ts +5 -5
  81. package/dist/types/__VUE/layout/layout.vue.d.ts +1 -1
  82. package/dist/types/__VUE/list/index.vue.d.ts +19 -13
  83. package/dist/types/__VUE/menu/index.vue.d.ts +117 -6
  84. package/dist/types/__VUE/menuitem/index.vue.d.ts +494 -6
  85. package/dist/types/__VUE/navbar/navbar.vue.d.ts +5 -5
  86. package/dist/types/__VUE/noticebar/index.vue.d.ts +136 -20
  87. package/dist/types/__VUE/notify/index.vue.d.ts +441 -8
  88. package/dist/types/__VUE/numberkeyboard/index.vue.d.ts +442 -9
  89. package/dist/types/__VUE/overlay/overlay.vue.d.ts +6 -6
  90. package/dist/types/__VUE/pagination/index.vue.d.ts +9 -9
  91. package/dist/types/__VUE/picker/Column.vue.d.ts +29 -22
  92. package/dist/types/__VUE/picker/index.vue.d.ts +138 -8
  93. package/dist/types/__VUE/picker/usePicker.d.ts +3 -3
  94. package/dist/types/__VUE/popover/index.vue.d.ts +443 -10
  95. package/dist/types/__VUE/popup/index.vue.d.ts +234 -10
  96. package/dist/types/__VUE/price/price.vue.d.ts +4 -4
  97. package/dist/types/__VUE/progress/progress.vue.d.ts +4 -4
  98. package/dist/types/__VUE/pullrefresh/index.vue.d.ts +76 -8
  99. package/dist/types/__VUE/radio/radio.vue.d.ts +4 -4
  100. package/dist/types/__VUE/radiogroup/radio-group.vue.d.ts +5 -5
  101. package/dist/types/__VUE/range/index.vue.d.ts +25 -25
  102. package/dist/types/__VUE/rate/rate.vue.d.ts +5 -5
  103. package/dist/types/__VUE/row/row.vue.d.ts +4 -4
  104. package/dist/types/__VUE/searchbar/index.vue.d.ts +9 -9
  105. package/dist/types/__VUE/shortpassword/index.vue.d.ts +496 -8
  106. package/dist/types/__VUE/sidenavbar/index.vue.d.ts +11 -7
  107. package/dist/types/__VUE/sidenavbaritem/index.vue.d.ts +4 -4
  108. package/dist/types/__VUE/signature/index.vue.d.ts +201 -11
  109. package/dist/types/__VUE/skeleton/skeleton.vue.d.ts +4 -4
  110. package/dist/types/__VUE/sku/components/SkuHeader.vue.d.ts +82 -5
  111. package/dist/types/__VUE/sku/components/SkuOperate.vue.d.ts +6 -6
  112. package/dist/types/__VUE/sku/components/SkuSelect.vue.d.ts +13 -6
  113. package/dist/types/__VUE/sku/components/SkuStepper.vue.d.ts +252 -7
  114. package/dist/types/__VUE/sku/index.vue.d.ts +921 -7
  115. package/dist/types/__VUE/sku/type.d.ts +7 -0
  116. package/dist/types/__VUE/space/index.vue.d.ts +5 -5
  117. package/dist/types/__VUE/step/step.vue.d.ts +4 -4
  118. package/dist/types/__VUE/steps/steps.vue.d.ts +5 -5
  119. package/dist/types/__VUE/sticky/index.vue.d.ts +8 -8
  120. package/dist/types/__VUE/subsidenavbar/index.vue.d.ts +118 -7
  121. package/dist/types/__VUE/swipe/swipe.vue.d.ts +7 -7
  122. package/dist/types/__VUE/swipegroup/swipe-group.vue.d.ts +4 -4
  123. package/dist/types/__VUE/swiper/index.vue.d.ts +7 -7
  124. package/dist/types/__VUE/swiperitem/index.vue.d.ts +1 -1
  125. package/dist/types/__VUE/switch/switch.vue.d.ts +5 -5
  126. package/dist/types/__VUE/tabbar/tabbar.vue.d.ts +5 -5
  127. package/dist/types/__VUE/tabbaritem/tabbar-item.vue.d.ts +4 -4
  128. package/dist/types/__VUE/table/index.vue.d.ts +87 -7
  129. package/dist/types/__VUE/table/renderColumn.d.ts +5 -5
  130. package/dist/types/__VUE/tabpane/index.vue.d.ts +5 -5
  131. package/dist/types/__VUE/tabs/hooks.d.ts +1 -1
  132. package/dist/types/__VUE/tabs/index.vue.d.ts +122 -10
  133. package/dist/types/__VUE/tag/tag.vue.d.ts +5 -5
  134. package/dist/types/__VUE/textarea/textarea.vue.d.ts +6 -6
  135. package/dist/types/__VUE/timedetail/index.vue.d.ts +8 -8
  136. package/dist/types/__VUE/timepannel/index.vue.d.ts +7 -7
  137. package/dist/types/__VUE/timeselect/index.vue.d.ts +439 -6
  138. package/dist/types/__VUE/toast/index.vue.d.ts +7 -7
  139. package/dist/types/__VUE/tour/index.vue.d.ts +671 -9
  140. package/dist/types/__VUE/trendarrow/trend-arrow.vue.d.ts +4 -4
  141. package/dist/types/__VUE/uploader/index.vue.d.ts +480 -7
  142. package/dist/types/__VUE/video/index.vue.d.ts +43 -19
  143. package/dist/types/__VUE/watermark/watermark.vue.d.ts +4 -4
  144. package/dist/types/index.d.ts +1 -1
  145. package/dist/types/locale/index.d.ts +1 -1
  146. package/dist/types/utils/useRelation/useInject.d.ts +1 -1
  147. package/dist/types/utils/useScrollParent/index.d.ts +1 -1
  148. package/dist/types/utils/useTouch/index.d.ts +9 -9
  149. package/package.json +2 -2
@@ -2,7 +2,7 @@
2
2
  declare type Install<T> = T & {
3
3
  install(app: import('vue').App): void;
4
4
  };
5
- declare const _default: Install< import("vue").DefineComponent<{
5
+ declare const _default: Install< import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
6
  data: {
7
7
  type: ArrayConstructor;
8
8
  default: never[];
@@ -23,7 +23,7 @@ declare const _default: Install< import("vue").DefineComponent<{
23
23
  type: ObjectConstructor;
24
24
  default: {};
25
25
  };
26
- }, {
26
+ }>, {
27
27
  clickDelIcon: (event: Event, item: unknown) => void;
28
28
  clickEditIcon: (event: Event, item: unknown) => void;
29
29
  clickContentItem: (event: Event, item: unknown) => void;
@@ -34,7 +34,7 @@ declare const _default: Install< import("vue").DefineComponent<{
34
34
  addAddress: (event: Event) => void;
35
35
  dataArray: any;
36
36
  translate: (keyPath: string, ...args: unknown[]) => any;
37
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("add" | "clickItem" | "delIcon" | "editIcon" | "longCopy" | "longSet" | "longDel" | "swipeDel")[], "add" | "clickItem" | "delIcon" | "editIcon" | "longCopy" | "longSet" | "longDel" | "swipeDel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("add" | "clickItem" | "delIcon" | "editIcon" | "longCopy" | "longSet" | "longDel" | "swipeDel")[], "add" | "clickItem" | "delIcon" | "editIcon" | "longCopy" | "longSet" | "longDel" | "swipeDel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
38
38
  data: {
39
39
  type: ArrayConstructor;
40
40
  default: never[];
@@ -55,7 +55,7 @@ declare const _default: Install< import("vue").DefineComponent<{
55
55
  type: ObjectConstructor;
56
56
  default: {};
57
57
  };
58
- }>> & {
58
+ }>> & Readonly<{
59
59
  onClickItem?: ((...args: any[]) => any) | undefined;
60
60
  onAdd?: ((...args: any[]) => any) | undefined;
61
61
  onDelIcon?: ((...args: any[]) => any) | undefined;
@@ -64,13 +64,720 @@ declare const _default: Install< import("vue").DefineComponent<{
64
64
  onLongSet?: ((...args: any[]) => any) | undefined;
65
65
  onLongDel?: ((...args: any[]) => any) | undefined;
66
66
  onSwipeDel?: ((...args: any[]) => any) | undefined;
67
- }, {
67
+ }>, {
68
68
  data: unknown[];
69
69
  longPress: boolean;
70
70
  swipeEdition: boolean;
71
71
  showBottomButton: boolean;
72
72
  dataOptions: Record<string, any>;
73
- }, {}>>;
73
+ }, {}, {
74
+ GeneralShell: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
75
+ item: {
76
+ type: ObjectConstructor;
77
+ default: {};
78
+ };
79
+ longPress: {
80
+ type: BooleanConstructor;
81
+ default: boolean;
82
+ };
83
+ swipeEdition: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
87
+ }>, {
88
+ renderCompontent: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
89
+ [key: string]: any;
90
+ }>;
91
+ showMaskRef: import("vue").Ref<boolean, boolean>;
92
+ clickItem: (event: Event) => void;
93
+ editClick: (event: Event) => void;
94
+ delClick: (event: Event) => void;
95
+ delLongClick: (event: Event) => void;
96
+ holddownstart: (event: Event) => void;
97
+ holddownmove: () => void;
98
+ holddownend: () => void;
99
+ copyCLick: (event: Event) => void;
100
+ hideMaskClick: () => void;
101
+ setDefault: (event: Event) => void;
102
+ maskClick: (event: Event) => void;
103
+ swipeDelClick: (event: Event) => void;
104
+ swipestart: () => void;
105
+ swipemove: () => void;
106
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickItem" | "delIcon" | "editIcon" | "longDown" | "longCopy" | "longSet" | "longDel" | "swipeDel")[], "clickItem" | "delIcon" | "editIcon" | "longDown" | "longCopy" | "longSet" | "longDel" | "swipeDel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
107
+ item: {
108
+ type: ObjectConstructor;
109
+ default: {};
110
+ };
111
+ longPress: {
112
+ type: BooleanConstructor;
113
+ default: boolean;
114
+ };
115
+ swipeEdition: {
116
+ type: BooleanConstructor;
117
+ default: boolean;
118
+ };
119
+ }>> & Readonly<{
120
+ onClickItem?: ((...args: any[]) => any) | undefined;
121
+ onDelIcon?: ((...args: any[]) => any) | undefined;
122
+ onEditIcon?: ((...args: any[]) => any) | undefined;
123
+ onLongDown?: ((...args: any[]) => any) | undefined;
124
+ onLongCopy?: ((...args: any[]) => any) | undefined;
125
+ onLongSet?: ((...args: any[]) => any) | undefined;
126
+ onLongDel?: ((...args: any[]) => any) | undefined;
127
+ onSwipeDel?: ((...args: any[]) => any) | undefined;
128
+ }>, {
129
+ item: Record<string, any>;
130
+ longPress: boolean;
131
+ swipeEdition: boolean;
132
+ }, {}, {
133
+ ItemContents: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
134
+ item: {
135
+ type: ObjectConstructor;
136
+ default: {};
137
+ };
138
+ }>, {
139
+ delClick: (event: Event) => void;
140
+ editClick: (event: Event) => void;
141
+ contentsClick: (event: Event) => void;
142
+ translate: (keyPath: string, ...args: unknown[]) => any;
143
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickItem" | "delIcon" | "editIcon")[], "clickItem" | "delIcon" | "editIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
144
+ item: {
145
+ type: ObjectConstructor;
146
+ default: {};
147
+ };
148
+ }>> & Readonly<{
149
+ onClickItem?: ((...args: any[]) => any) | undefined;
150
+ onDelIcon?: ((...args: any[]) => any) | undefined;
151
+ onEditIcon?: ((...args: any[]) => any) | undefined;
152
+ }>, {
153
+ item: Record<string, any>;
154
+ }, {}, {
155
+ Del: import("vue").DefineComponent<{
156
+ class: {
157
+ type: StringConstructor;
158
+ default: string;
159
+ };
160
+ name: {
161
+ type: StringConstructor;
162
+ default: string;
163
+ };
164
+ color: {
165
+ type: StringConstructor;
166
+ default: string;
167
+ };
168
+ width: {
169
+ type: (NumberConstructor | StringConstructor)[];
170
+ default: string;
171
+ };
172
+ height: {
173
+ type: (NumberConstructor | StringConstructor)[];
174
+ default: string;
175
+ };
176
+ }, {
177
+ classes: import("vue").ComputedRef<{
178
+ [x: string]: string | boolean;
179
+ "nut-icon": boolean;
180
+ }>;
181
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
182
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
183
+ class: {
184
+ type: StringConstructor;
185
+ default: string;
186
+ };
187
+ name: {
188
+ type: StringConstructor;
189
+ default: string;
190
+ };
191
+ color: {
192
+ type: StringConstructor;
193
+ default: string;
194
+ };
195
+ width: {
196
+ type: (NumberConstructor | StringConstructor)[];
197
+ default: string;
198
+ };
199
+ height: {
200
+ type: (NumberConstructor | StringConstructor)[];
201
+ default: string;
202
+ };
203
+ }>>, {
204
+ name: string;
205
+ width: string | number;
206
+ height: string | number;
207
+ color: string;
208
+ class: string;
209
+ }>;
210
+ Edit: import("vue").DefineComponent<{
211
+ class: {
212
+ type: StringConstructor;
213
+ default: string;
214
+ };
215
+ name: {
216
+ type: StringConstructor;
217
+ default: string;
218
+ };
219
+ color: {
220
+ type: StringConstructor;
221
+ default: string;
222
+ };
223
+ width: {
224
+ type: (NumberConstructor | StringConstructor)[];
225
+ default: string;
226
+ };
227
+ height: {
228
+ type: (NumberConstructor | StringConstructor)[];
229
+ default: string;
230
+ };
231
+ }, {
232
+ classes: import("vue").ComputedRef<{
233
+ [x: string]: string | boolean;
234
+ "nut-icon": boolean;
235
+ }>;
236
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
237
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
238
+ class: {
239
+ type: StringConstructor;
240
+ default: string;
241
+ };
242
+ name: {
243
+ type: StringConstructor;
244
+ default: string;
245
+ };
246
+ color: {
247
+ type: StringConstructor;
248
+ default: string;
249
+ };
250
+ width: {
251
+ type: (NumberConstructor | StringConstructor)[];
252
+ default: string;
253
+ };
254
+ height: {
255
+ type: (NumberConstructor | StringConstructor)[];
256
+ default: string;
257
+ };
258
+ }>>, {
259
+ name: string;
260
+ width: string | number;
261
+ height: string | number;
262
+ color: string;
263
+ class: string;
264
+ }>;
265
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
266
+ NutButton: {
267
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
268
+ color: {
269
+ type: import("vue").PropType<string>;
270
+ default: string;
271
+ };
272
+ shape: {
273
+ type: import("vue").PropType<import("../button").ButtonShape>;
274
+ default: string;
275
+ };
276
+ plain: {
277
+ type: import("vue").PropType<boolean>;
278
+ default: boolean;
279
+ };
280
+ loading: {
281
+ type: import("vue").PropType<boolean>;
282
+ default: boolean;
283
+ };
284
+ disabled: {
285
+ type: import("vue").PropType<boolean>;
286
+ default: boolean;
287
+ };
288
+ type: {
289
+ type: import("vue").PropType<import("../button").ButtonType>;
290
+ default: string;
291
+ };
292
+ size: {
293
+ type: import("vue").PropType<import("../button").ButtonSize>;
294
+ default: string;
295
+ };
296
+ block: {
297
+ type: import("vue").PropType<boolean>;
298
+ default: boolean;
299
+ };
300
+ }>> & Readonly<{
301
+ onClick?: ((...args: any[]) => any) | undefined;
302
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
303
+ click: (...args: any[]) => void;
304
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
305
+ color: {
306
+ type: import("vue").PropType<string>;
307
+ default: string;
308
+ };
309
+ shape: {
310
+ type: import("vue").PropType<import("../button").ButtonShape>;
311
+ default: string;
312
+ };
313
+ plain: {
314
+ type: import("vue").PropType<boolean>;
315
+ default: boolean;
316
+ };
317
+ loading: {
318
+ type: import("vue").PropType<boolean>;
319
+ default: boolean;
320
+ };
321
+ disabled: {
322
+ type: import("vue").PropType<boolean>;
323
+ default: boolean;
324
+ };
325
+ type: {
326
+ type: import("vue").PropType<import("../button").ButtonType>;
327
+ default: string;
328
+ };
329
+ size: {
330
+ type: import("vue").PropType<import("../button").ButtonSize>;
331
+ default: string;
332
+ };
333
+ block: {
334
+ type: import("vue").PropType<boolean>;
335
+ default: boolean;
336
+ };
337
+ }>> & Readonly<{
338
+ onClick?: ((...args: any[]) => any) | undefined;
339
+ }>, {
340
+ color: string;
341
+ shape: import("../button").ButtonShape;
342
+ plain: boolean;
343
+ loading: boolean;
344
+ disabled: boolean;
345
+ type: import("../button").ButtonType;
346
+ size: import("../button").ButtonSize;
347
+ block: boolean;
348
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
349
+ P: {};
350
+ B: {};
351
+ D: {};
352
+ C: {};
353
+ M: {};
354
+ Defaults: {};
355
+ }, Readonly<import("vue").ExtractPropTypes<{
356
+ color: {
357
+ type: import("vue").PropType<string>;
358
+ default: string;
359
+ };
360
+ shape: {
361
+ type: import("vue").PropType<import("../button").ButtonShape>;
362
+ default: string;
363
+ };
364
+ plain: {
365
+ type: import("vue").PropType<boolean>;
366
+ default: boolean;
367
+ };
368
+ loading: {
369
+ type: import("vue").PropType<boolean>;
370
+ default: boolean;
371
+ };
372
+ disabled: {
373
+ type: import("vue").PropType<boolean>;
374
+ default: boolean;
375
+ };
376
+ type: {
377
+ type: import("vue").PropType<import("../button").ButtonType>;
378
+ default: string;
379
+ };
380
+ size: {
381
+ type: import("vue").PropType<import("../button").ButtonSize>;
382
+ default: string;
383
+ };
384
+ block: {
385
+ type: import("vue").PropType<boolean>;
386
+ default: boolean;
387
+ };
388
+ }>> & Readonly<{
389
+ onClick?: ((...args: any[]) => any) | undefined;
390
+ }>, {}, {}, {}, {}, {
391
+ color: string;
392
+ shape: import("../button").ButtonShape;
393
+ plain: boolean;
394
+ loading: boolean;
395
+ disabled: boolean;
396
+ type: import("../button").ButtonType;
397
+ size: import("../button").ButtonSize;
398
+ block: boolean;
399
+ }>;
400
+ __isFragment?: undefined;
401
+ __isTeleport?: undefined;
402
+ __isSuspense?: undefined;
403
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
404
+ color: {
405
+ type: import("vue").PropType<string>;
406
+ default: string;
407
+ };
408
+ shape: {
409
+ type: import("vue").PropType<import("../button").ButtonShape>;
410
+ default: string;
411
+ };
412
+ plain: {
413
+ type: import("vue").PropType<boolean>;
414
+ default: boolean;
415
+ };
416
+ loading: {
417
+ type: import("vue").PropType<boolean>;
418
+ default: boolean;
419
+ };
420
+ disabled: {
421
+ type: import("vue").PropType<boolean>;
422
+ default: boolean;
423
+ };
424
+ type: {
425
+ type: import("vue").PropType<import("../button").ButtonType>;
426
+ default: string;
427
+ };
428
+ size: {
429
+ type: import("vue").PropType<import("../button").ButtonSize>;
430
+ default: string;
431
+ };
432
+ block: {
433
+ type: import("vue").PropType<boolean>;
434
+ default: boolean;
435
+ };
436
+ }>> & Readonly<{
437
+ onClick?: ((...args: any[]) => any) | undefined;
438
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
439
+ click: (...args: any[]) => void;
440
+ }, string, {
441
+ color: string;
442
+ shape: import("../button").ButtonShape;
443
+ plain: boolean;
444
+ loading: boolean;
445
+ disabled: boolean;
446
+ type: import("../button").ButtonType;
447
+ size: import("../button").ButtonSize;
448
+ block: boolean;
449
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
450
+ $slots: {
451
+ icon?(_: {}): any;
452
+ default?(_: {}): any;
453
+ };
454
+ });
455
+ NutSwipe: {
456
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
457
+ name: {
458
+ type: import("vue").PropType<string>;
459
+ default: string;
460
+ };
461
+ disabled: {
462
+ type: import("vue").PropType<boolean>;
463
+ default: boolean;
464
+ };
465
+ touchMoveStopPropagation: {
466
+ type: import("vue").PropType<boolean>;
467
+ default: boolean;
468
+ };
469
+ touchMovePreventDefault: {
470
+ type: import("vue").PropType<boolean>;
471
+ default: boolean;
472
+ };
473
+ }>> & Readonly<{
474
+ onClick?: ((...args: any[]) => any) | undefined;
475
+ onClose?: ((...args: any[]) => any) | undefined;
476
+ onOpen?: ((...args: any[]) => any) | undefined;
477
+ }>, {
478
+ open: (p?: import("../swipe").SwipePosition) => void;
479
+ close: () => void;
480
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
481
+ click: (...args: any[]) => void;
482
+ close: (...args: any[]) => void;
483
+ open: (...args: any[]) => void;
484
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
485
+ name: {
486
+ type: import("vue").PropType<string>;
487
+ default: string;
488
+ };
489
+ disabled: {
490
+ type: import("vue").PropType<boolean>;
491
+ default: boolean;
492
+ };
493
+ touchMoveStopPropagation: {
494
+ type: import("vue").PropType<boolean>;
495
+ default: boolean;
496
+ };
497
+ touchMovePreventDefault: {
498
+ type: import("vue").PropType<boolean>;
499
+ default: boolean;
500
+ };
501
+ }>> & Readonly<{
502
+ onClick?: ((...args: any[]) => any) | undefined;
503
+ onClose?: ((...args: any[]) => any) | undefined;
504
+ onOpen?: ((...args: any[]) => any) | undefined;
505
+ }>, {
506
+ name: string;
507
+ disabled: boolean;
508
+ touchMoveStopPropagation: boolean;
509
+ touchMovePreventDefault: boolean;
510
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
511
+ P: {};
512
+ B: {};
513
+ D: {};
514
+ C: {};
515
+ M: {};
516
+ Defaults: {};
517
+ }, Readonly<import("vue").ExtractPropTypes<{
518
+ name: {
519
+ type: import("vue").PropType<string>;
520
+ default: string;
521
+ };
522
+ disabled: {
523
+ type: import("vue").PropType<boolean>;
524
+ default: boolean;
525
+ };
526
+ touchMoveStopPropagation: {
527
+ type: import("vue").PropType<boolean>;
528
+ default: boolean;
529
+ };
530
+ touchMovePreventDefault: {
531
+ type: import("vue").PropType<boolean>;
532
+ default: boolean;
533
+ };
534
+ }>> & Readonly<{
535
+ onClick?: ((...args: any[]) => any) | undefined;
536
+ onClose?: ((...args: any[]) => any) | undefined;
537
+ onOpen?: ((...args: any[]) => any) | undefined;
538
+ }>, {
539
+ open: (p?: import("../swipe").SwipePosition) => void;
540
+ close: () => void;
541
+ }, {}, {}, {}, {
542
+ name: string;
543
+ disabled: boolean;
544
+ touchMoveStopPropagation: boolean;
545
+ touchMovePreventDefault: boolean;
546
+ }>;
547
+ __isFragment?: undefined;
548
+ __isTeleport?: undefined;
549
+ __isSuspense?: undefined;
550
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
551
+ name: {
552
+ type: import("vue").PropType<string>;
553
+ default: string;
554
+ };
555
+ disabled: {
556
+ type: import("vue").PropType<boolean>;
557
+ default: boolean;
558
+ };
559
+ touchMoveStopPropagation: {
560
+ type: import("vue").PropType<boolean>;
561
+ default: boolean;
562
+ };
563
+ touchMovePreventDefault: {
564
+ type: import("vue").PropType<boolean>;
565
+ default: boolean;
566
+ };
567
+ }>> & Readonly<{
568
+ onClick?: ((...args: any[]) => any) | undefined;
569
+ onClose?: ((...args: any[]) => any) | undefined;
570
+ onOpen?: ((...args: any[]) => any) | undefined;
571
+ }>, {
572
+ open: (p?: import("../swipe").SwipePosition) => void;
573
+ close: () => void;
574
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
575
+ click: (...args: any[]) => void;
576
+ close: (...args: any[]) => void;
577
+ open: (...args: any[]) => void;
578
+ }, string, {
579
+ name: string;
580
+ disabled: boolean;
581
+ touchMoveStopPropagation: boolean;
582
+ touchMovePreventDefault: boolean;
583
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
584
+ $slots: {
585
+ left?(_: {}): any;
586
+ default?(_: {}): any;
587
+ right?(_: {}): any;
588
+ };
589
+ });
590
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
591
+ NutButton: {
592
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
593
+ color: {
594
+ type: import("vue").PropType<string>;
595
+ default: string;
596
+ };
597
+ shape: {
598
+ type: import("vue").PropType<import("../button").ButtonShape>;
599
+ default: string;
600
+ };
601
+ plain: {
602
+ type: import("vue").PropType<boolean>;
603
+ default: boolean;
604
+ };
605
+ loading: {
606
+ type: import("vue").PropType<boolean>;
607
+ default: boolean;
608
+ };
609
+ disabled: {
610
+ type: import("vue").PropType<boolean>;
611
+ default: boolean;
612
+ };
613
+ type: {
614
+ type: import("vue").PropType<import("../button").ButtonType>;
615
+ default: string;
616
+ };
617
+ size: {
618
+ type: import("vue").PropType<import("../button").ButtonSize>;
619
+ default: string;
620
+ };
621
+ block: {
622
+ type: import("vue").PropType<boolean>;
623
+ default: boolean;
624
+ };
625
+ }>> & Readonly<{
626
+ onClick?: ((...args: any[]) => any) | undefined;
627
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
628
+ click: (...args: any[]) => void;
629
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
630
+ color: {
631
+ type: import("vue").PropType<string>;
632
+ default: string;
633
+ };
634
+ shape: {
635
+ type: import("vue").PropType<import("../button").ButtonShape>;
636
+ default: string;
637
+ };
638
+ plain: {
639
+ type: import("vue").PropType<boolean>;
640
+ default: boolean;
641
+ };
642
+ loading: {
643
+ type: import("vue").PropType<boolean>;
644
+ default: boolean;
645
+ };
646
+ disabled: {
647
+ type: import("vue").PropType<boolean>;
648
+ default: boolean;
649
+ };
650
+ type: {
651
+ type: import("vue").PropType<import("../button").ButtonType>;
652
+ default: string;
653
+ };
654
+ size: {
655
+ type: import("vue").PropType<import("../button").ButtonSize>;
656
+ default: string;
657
+ };
658
+ block: {
659
+ type: import("vue").PropType<boolean>;
660
+ default: boolean;
661
+ };
662
+ }>> & Readonly<{
663
+ onClick?: ((...args: any[]) => any) | undefined;
664
+ }>, {
665
+ color: string;
666
+ shape: import("../button").ButtonShape;
667
+ plain: boolean;
668
+ loading: boolean;
669
+ disabled: boolean;
670
+ type: import("../button").ButtonType;
671
+ size: import("../button").ButtonSize;
672
+ block: boolean;
673
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
674
+ P: {};
675
+ B: {};
676
+ D: {};
677
+ C: {};
678
+ M: {};
679
+ Defaults: {};
680
+ }, Readonly<import("vue").ExtractPropTypes<{
681
+ color: {
682
+ type: import("vue").PropType<string>;
683
+ default: string;
684
+ };
685
+ shape: {
686
+ type: import("vue").PropType<import("../button").ButtonShape>;
687
+ default: string;
688
+ };
689
+ plain: {
690
+ type: import("vue").PropType<boolean>;
691
+ default: boolean;
692
+ };
693
+ loading: {
694
+ type: import("vue").PropType<boolean>;
695
+ default: boolean;
696
+ };
697
+ disabled: {
698
+ type: import("vue").PropType<boolean>;
699
+ default: boolean;
700
+ };
701
+ type: {
702
+ type: import("vue").PropType<import("../button").ButtonType>;
703
+ default: string;
704
+ };
705
+ size: {
706
+ type: import("vue").PropType<import("../button").ButtonSize>;
707
+ default: string;
708
+ };
709
+ block: {
710
+ type: import("vue").PropType<boolean>;
711
+ default: boolean;
712
+ };
713
+ }>> & Readonly<{
714
+ onClick?: ((...args: any[]) => any) | undefined;
715
+ }>, {}, {}, {}, {}, {
716
+ color: string;
717
+ shape: import("../button").ButtonShape;
718
+ plain: boolean;
719
+ loading: boolean;
720
+ disabled: boolean;
721
+ type: import("../button").ButtonType;
722
+ size: import("../button").ButtonSize;
723
+ block: boolean;
724
+ }>;
725
+ __isFragment?: undefined;
726
+ __isTeleport?: undefined;
727
+ __isSuspense?: undefined;
728
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
729
+ color: {
730
+ type: import("vue").PropType<string>;
731
+ default: string;
732
+ };
733
+ shape: {
734
+ type: import("vue").PropType<import("../button").ButtonShape>;
735
+ default: string;
736
+ };
737
+ plain: {
738
+ type: import("vue").PropType<boolean>;
739
+ default: boolean;
740
+ };
741
+ loading: {
742
+ type: import("vue").PropType<boolean>;
743
+ default: boolean;
744
+ };
745
+ disabled: {
746
+ type: import("vue").PropType<boolean>;
747
+ default: boolean;
748
+ };
749
+ type: {
750
+ type: import("vue").PropType<import("../button").ButtonType>;
751
+ default: string;
752
+ };
753
+ size: {
754
+ type: import("vue").PropType<import("../button").ButtonSize>;
755
+ default: string;
756
+ };
757
+ block: {
758
+ type: import("vue").PropType<boolean>;
759
+ default: boolean;
760
+ };
761
+ }>> & Readonly<{
762
+ onClick?: ((...args: any[]) => any) | undefined;
763
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
764
+ click: (...args: any[]) => void;
765
+ }, string, {
766
+ color: string;
767
+ shape: import("../button").ButtonShape;
768
+ plain: boolean;
769
+ loading: boolean;
770
+ disabled: boolean;
771
+ type: import("../button").ButtonType;
772
+ size: import("../button").ButtonSize;
773
+ block: boolean;
774
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
775
+ $slots: {
776
+ icon?(_: {}): any;
777
+ default?(_: {}): any;
778
+ };
779
+ });
780
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
74
781
  export default _default;
75
782
 
76
783
  declare module 'vue' {