@kengic/uni 0.3.2-beta.4 → 0.3.2-beta.5

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 (255) hide show
  1. package/dist/kengic-uni.js +2 -1527
  2. package/dist/src/index.d.ts +0 -1
  3. package/dist/uni-ui/index.ts +5 -0
  4. package/dist/uni-ui/uni-badge/uni-badge.vue +253 -0
  5. package/dist/uni-ui/uni-breadcrumb/uni-breadcrumb.vue +41 -0
  6. package/dist/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue +121 -0
  7. package/dist/uni-ui/uni-calendar/calendar.js +546 -0
  8. package/dist/uni-ui/uni-calendar/i18n/en.json +12 -0
  9. package/dist/uni-ui/uni-calendar/i18n/index.js +8 -0
  10. package/dist/uni-ui/uni-calendar/i18n/zh-Hans.json +12 -0
  11. package/dist/uni-ui/uni-calendar/i18n/zh-Hant.json +12 -0
  12. package/dist/uni-ui/uni-calendar/uni-calendar-item.vue +187 -0
  13. package/dist/uni-ui/uni-calendar/uni-calendar.vue +566 -0
  14. package/dist/uni-ui/uni-calendar/util.js +360 -0
  15. package/dist/uni-ui/uni-card/uni-card.vue +281 -0
  16. package/dist/uni-ui/uni-col/uni-col.vue +317 -0
  17. package/dist/uni-ui/uni-collapse/uni-collapse.vue +147 -0
  18. package/dist/uni-ui/uni-collapse-item/uni-collapse-item.vue +402 -0
  19. package/dist/uni-ui/uni-combox/uni-combox.vue +294 -0
  20. package/dist/uni-ui/uni-countdown/i18n/en.json +6 -0
  21. package/dist/uni-ui/uni-countdown/i18n/index.js +8 -0
  22. package/dist/uni-ui/uni-countdown/i18n/zh-Hans.json +6 -0
  23. package/dist/uni-ui/uni-countdown/i18n/zh-Hant.json +6 -0
  24. package/dist/uni-ui/uni-countdown/uni-countdown.vue +267 -0
  25. package/dist/uni-ui/uni-data-checkbox/uni-data-checkbox.vue +821 -0
  26. package/dist/uni-ui/uni-data-picker/keypress.js +45 -0
  27. package/dist/uni-ui/uni-data-picker/uni-data-picker.vue +551 -0
  28. package/dist/uni-ui/uni-data-pickerview/uni-data-picker.js +622 -0
  29. package/dist/uni-ui/uni-data-pickerview/uni-data-pickerview.vue +323 -0
  30. package/dist/uni-ui/uni-data-select/uni-data-select.vue +517 -0
  31. package/dist/uni-ui/uni-dateformat/date-format.js +200 -0
  32. package/dist/uni-ui/uni-dateformat/uni-dateformat.vue +88 -0
  33. package/dist/uni-ui/uni-datetime-picker/calendar-item.vue +177 -0
  34. package/dist/uni-ui/uni-datetime-picker/calendar.vue +928 -0
  35. package/dist/uni-ui/uni-datetime-picker/i18n/en.json +22 -0
  36. package/dist/uni-ui/uni-datetime-picker/i18n/index.js +8 -0
  37. package/dist/uni-ui/uni-datetime-picker/i18n/zh-Hans.json +22 -0
  38. package/dist/uni-ui/uni-datetime-picker/i18n/zh-Hant.json +22 -0
  39. package/dist/uni-ui/uni-datetime-picker/time-picker.vue +934 -0
  40. package/dist/uni-ui/uni-datetime-picker/uni-datetime-picker.vue +1026 -0
  41. package/dist/uni-ui/uni-datetime-picker/util.js +403 -0
  42. package/dist/uni-ui/uni-drawer/keypress.js +45 -0
  43. package/dist/uni-ui/uni-drawer/uni-drawer.vue +181 -0
  44. package/dist/uni-ui/uni-easyinput/common.js +56 -0
  45. package/dist/uni-ui/uni-easyinput/uni-easyinput.vue +660 -0
  46. package/dist/uni-ui/uni-fab/uni-fab.vue +491 -0
  47. package/dist/uni-ui/uni-fav/i18n/en.json +4 -0
  48. package/dist/uni-ui/uni-fav/i18n/index.js +8 -0
  49. package/dist/uni-ui/uni-fav/i18n/zh-Hans.json +4 -0
  50. package/dist/uni-ui/uni-fav/i18n/zh-Hant.json +4 -0
  51. package/dist/uni-ui/uni-fav/uni-fav.vue +161 -0
  52. package/dist/uni-ui/uni-file-picker/choose-and-upload-file.js +224 -0
  53. package/dist/uni-ui/uni-file-picker/uni-file-picker.vue +667 -0
  54. package/dist/uni-ui/uni-file-picker/upload-file.vue +325 -0
  55. package/dist/uni-ui/uni-file-picker/upload-image.vue +292 -0
  56. package/dist/uni-ui/uni-file-picker/utils.js +109 -0
  57. package/dist/uni-ui/uni-forms/uni-forms.vue +398 -0
  58. package/dist/uni-ui/uni-forms/utils.js +293 -0
  59. package/dist/uni-ui/uni-forms/validate.js +486 -0
  60. package/dist/uni-ui/uni-forms-item/uni-forms-item.vue +601 -0
  61. package/dist/uni-ui/uni-goods-nav/i18n/en.json +6 -0
  62. package/dist/uni-ui/uni-goods-nav/i18n/index.js +8 -0
  63. package/dist/uni-ui/uni-goods-nav/i18n/zh-Hans.json +6 -0
  64. package/dist/uni-ui/uni-goods-nav/i18n/zh-Hant.json +6 -0
  65. package/dist/uni-ui/uni-goods-nav/uni-goods-nav.vue +229 -0
  66. package/dist/uni-ui/uni-grid/uni-grid.vue +143 -0
  67. package/dist/uni-ui/uni-grid-item/uni-grid-item.vue +129 -0
  68. package/dist/uni-ui/uni-group/uni-group.vue +134 -0
  69. package/dist/uni-ui/uni-icons/icons.js +1169 -0
  70. package/dist/uni-ui/uni-icons/uni-icons.vue +96 -0
  71. package/dist/uni-ui/uni-icons/uniicons.css +663 -0
  72. package/dist/uni-ui/uni-icons/uniicons.ttf +0 -0
  73. package/dist/uni-ui/uni-indexed-list/uni-indexed-list-item.vue +144 -0
  74. package/dist/uni-ui/uni-indexed-list/uni-indexed-list.vue +367 -0
  75. package/dist/uni-ui/uni-link/uni-link.vue +128 -0
  76. package/dist/uni-ui/uni-list/uni-list.vue +123 -0
  77. package/dist/uni-ui/uni-list/uni-refresh.vue +65 -0
  78. package/dist/uni-ui/uni-list/uni-refresh.wxs +87 -0
  79. package/dist/uni-ui/uni-list-ad/uni-list-ad.vue +107 -0
  80. package/dist/uni-ui/uni-list-chat/uni-list-chat.scss +58 -0
  81. package/dist/uni-ui/uni-list-chat/uni-list-chat.vue +593 -0
  82. package/dist/uni-ui/uni-list-item/uni-list-item.vue +534 -0
  83. package/dist/uni-ui/uni-load-more/i18n/en.json +5 -0
  84. package/dist/uni-ui/uni-load-more/i18n/index.js +8 -0
  85. package/dist/uni-ui/uni-load-more/i18n/zh-Hans.json +5 -0
  86. package/dist/uni-ui/uni-load-more/i18n/zh-Hant.json +5 -0
  87. package/dist/uni-ui/uni-load-more/uni-load-more.vue +399 -0
  88. package/dist/uni-ui/uni-nav-bar/uni-nav-bar.vue +357 -0
  89. package/dist/uni-ui/uni-nav-bar/uni-status-bar.vue +24 -0
  90. package/dist/uni-ui/uni-notice-bar/uni-notice-bar.vue +426 -0
  91. package/dist/uni-ui/uni-number-box/uni-number-box.vue +221 -0
  92. package/dist/uni-ui/uni-pagination/i18n/en.json +5 -0
  93. package/dist/uni-ui/uni-pagination/i18n/es.json +5 -0
  94. package/dist/uni-ui/uni-pagination/i18n/fr.json +5 -0
  95. package/dist/uni-ui/uni-pagination/i18n/index.js +12 -0
  96. package/dist/uni-ui/uni-pagination/i18n/zh-Hans.json +5 -0
  97. package/dist/uni-ui/uni-pagination/i18n/zh-Hant.json +5 -0
  98. package/dist/uni-ui/uni-pagination/uni-pagination.vue +465 -0
  99. package/dist/uni-ui/uni-popup/i18n/en.json +7 -0
  100. package/dist/uni-ui/uni-popup/i18n/index.js +8 -0
  101. package/dist/uni-ui/uni-popup/i18n/zh-Hans.json +7 -0
  102. package/dist/uni-ui/uni-popup/i18n/zh-Hant.json +7 -0
  103. package/dist/uni-ui/uni-popup/keypress.js +45 -0
  104. package/dist/uni-ui/uni-popup/popup.js +26 -0
  105. package/dist/uni-ui/uni-popup/uni-popup.vue +473 -0
  106. package/dist/uni-ui/uni-popup-dialog/keypress.js +45 -0
  107. package/dist/uni-ui/uni-popup-dialog/uni-popup-dialog.vue +275 -0
  108. package/dist/uni-ui/uni-popup-message/uni-popup-message.vue +143 -0
  109. package/dist/uni-ui/uni-popup-share/uni-popup-share.vue +187 -0
  110. package/dist/uni-ui/uni-rate/uni-rate.vue +365 -0
  111. package/dist/uni-ui/uni-row/uni-row.vue +190 -0
  112. package/dist/uni-ui/uni-scss/changelog.md +8 -0
  113. package/dist/uni-ui/uni-scss/index.scss +1 -0
  114. package/dist/uni-ui/uni-scss/package.json +82 -0
  115. package/dist/uni-ui/uni-scss/readme.md +4 -0
  116. package/dist/uni-ui/uni-scss/styles/index.scss +7 -0
  117. package/dist/uni-ui/uni-scss/styles/setting/_border.scss +3 -0
  118. package/dist/uni-ui/uni-scss/styles/setting/_color.scss +66 -0
  119. package/dist/uni-ui/uni-scss/styles/setting/_radius.scss +55 -0
  120. package/dist/uni-ui/uni-scss/styles/setting/_space.scss +56 -0
  121. package/dist/uni-ui/uni-scss/styles/setting/_styles.scss +167 -0
  122. package/dist/uni-ui/uni-scss/styles/setting/_text.scss +24 -0
  123. package/dist/uni-ui/uni-scss/styles/setting/_variables.scss +146 -0
  124. package/dist/uni-ui/uni-scss/styles/tools/functions.scss +19 -0
  125. package/dist/uni-ui/uni-scss/theme.scss +31 -0
  126. package/dist/uni-ui/uni-scss/variables.scss +62 -0
  127. package/dist/uni-ui/uni-search-bar/i18n/en.json +4 -0
  128. package/dist/uni-ui/uni-search-bar/i18n/index.js +8 -0
  129. package/dist/uni-ui/uni-search-bar/i18n/zh-Hans.json +4 -0
  130. package/dist/uni-ui/uni-search-bar/i18n/zh-Hant.json +4 -0
  131. package/dist/uni-ui/uni-search-bar/uni-search-bar.vue +298 -0
  132. package/dist/uni-ui/uni-section/uni-section.vue +167 -0
  133. package/dist/uni-ui/uni-segmented-control/uni-segmented-control.vue +145 -0
  134. package/dist/uni-ui/uni-steps/uni-steps.vue +269 -0
  135. package/dist/uni-ui/uni-swipe-action/uni-swipe-action.vue +60 -0
  136. package/dist/uni-ui/uni-swipe-action-item/bindingx.js +302 -0
  137. package/dist/uni-ui/uni-swipe-action-item/isPC.js +12 -0
  138. package/dist/uni-ui/uni-swipe-action-item/mpalipay.js +195 -0
  139. package/dist/uni-ui/uni-swipe-action-item/mpother.js +260 -0
  140. package/dist/uni-ui/uni-swipe-action-item/mpwxs.js +84 -0
  141. package/dist/uni-ui/uni-swipe-action-item/render.js +270 -0
  142. package/dist/uni-ui/uni-swipe-action-item/uni-swipe-action-item.vue +347 -0
  143. package/dist/uni-ui/uni-swipe-action-item/wx.wxs +341 -0
  144. package/dist/uni-ui/uni-swiper-dot/uni-swiper-dot.vue +218 -0
  145. package/dist/uni-ui/uni-table/uni-table.vue +455 -0
  146. package/dist/uni-ui/uni-tag/uni-tag.vue +252 -0
  147. package/dist/uni-ui/uni-tbody/uni-tbody.vue +29 -0
  148. package/dist/uni-ui/uni-td/uni-td.vue +90 -0
  149. package/dist/uni-ui/uni-th/filter-dropdown.vue +511 -0
  150. package/dist/uni-ui/uni-th/uni-th.vue +285 -0
  151. package/dist/uni-ui/uni-thead/uni-thead.vue +129 -0
  152. package/dist/uni-ui/uni-title/uni-title.vue +171 -0
  153. package/dist/uni-ui/uni-tooltip/uni-tooltip.vue +68 -0
  154. package/dist/uni-ui/uni-tr/table-checkbox.vue +179 -0
  155. package/dist/uni-ui/uni-tr/uni-tr.vue +171 -0
  156. package/dist/uni-ui/uni-transition/createAnimation.js +131 -0
  157. package/dist/uni-ui/uni-transition/uni-transition.vue +281 -0
  158. package/package.json +1 -1
  159. package/dist/index.css +0 -1
  160. package/dist/src/components/index.d.ts +0 -5
  161. package/dist/src/components/uni-ui/uni-badge/uni-badge.vue.d.ts +0 -108
  162. package/dist/src/components/uni-ui/uni-breadcrumb/uni-breadcrumb.vue.d.ts +0 -23
  163. package/dist/src/components/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue.d.ts +0 -30
  164. package/dist/src/components/uni-ui/uni-calendar/calendar.d.ts +0 -67
  165. package/dist/src/components/uni-ui/uni-calendar/i18n/index.d.ts +0 -39
  166. package/dist/src/components/uni-ui/uni-calendar/uni-calendar-item.vue.d.ts +0 -47
  167. package/dist/src/components/uni-ui/uni-calendar/uni-calendar.vue.d.ts +0 -166
  168. package/dist/src/components/uni-ui/uni-calendar/util.d.ts +0 -211
  169. package/dist/src/components/uni-ui/uni-card/uni-card.vue.d.ts +0 -117
  170. package/dist/src/components/uni-ui/uni-col/uni-col.vue.d.ts +0 -70
  171. package/dist/src/components/uni-ui/uni-collapse/uni-collapse.vue.d.ts +0 -45
  172. package/dist/src/components/uni-ui/uni-collapse-item/uni-collapse-item.vue.d.ts +0 -102
  173. package/dist/src/components/uni-ui/uni-combox/uni-combox.vue.d.ts +0 -95
  174. package/dist/src/components/uni-ui/uni-countdown/i18n/index.d.ts +0 -21
  175. package/dist/src/components/uni-ui/uni-countdown/uni-countdown.vue.d.ts +0 -158
  176. package/dist/src/components/uni-ui/uni-data-checkbox/uni-data-checkbox.vue.d.ts +0 -192
  177. package/dist/src/components/uni-ui/uni-data-picker/uni-data-picker.vue.d.ts +0 -244
  178. package/dist/src/components/uni-ui/uni-data-pickerview/uni-data-picker.d.ts +0 -178
  179. package/dist/src/components/uni-ui/uni-data-pickerview/uni-data-pickerview.vue.d.ts +0 -169
  180. package/dist/src/components/uni-ui/uni-data-select/uni-data-select.vue.d.ts +0 -125
  181. package/dist/src/components/uni-ui/uni-dateformat/date-format.d.ts +0 -6
  182. package/dist/src/components/uni-ui/uni-dateformat/uni-dateformat.vue.d.ts +0 -57
  183. package/dist/src/components/uni-ui/uni-datetime-picker/calendar-item.vue.d.ts +0 -44
  184. package/dist/src/components/uni-ui/uni-datetime-picker/calendar.vue.d.ts +0 -253
  185. package/dist/src/components/uni-ui/uni-datetime-picker/i18n/index.d.ts +0 -69
  186. package/dist/src/components/uni-ui/uni-datetime-picker/time-picker.vue.d.ts +0 -225
  187. package/dist/src/components/uni-ui/uni-datetime-picker/uni-datetime-picker.vue.d.ts +0 -236
  188. package/dist/src/components/uni-ui/uni-datetime-picker/util.d.ts +0 -171
  189. package/dist/src/components/uni-ui/uni-drawer/keypress.d.ts +0 -13
  190. package/dist/src/components/uni-ui/uni-drawer/uni-drawer.vue.d.ts +0 -78
  191. package/dist/src/components/uni-ui/uni-easyinput/uni-easyinput.vue.d.ts +0 -269
  192. package/dist/src/components/uni-ui/uni-fab/uni-fab.vue.d.ts +0 -109
  193. package/dist/src/components/uni-ui/uni-fav/i18n/index.d.ts +0 -15
  194. package/dist/src/components/uni-ui/uni-fav/uni-fav.vue.d.ts +0 -99
  195. package/dist/src/components/uni-ui/uni-file-picker/choose-and-upload-file.d.ts +0 -4
  196. package/dist/src/components/uni-ui/uni-file-picker/uni-file-picker.vue.d.ts +0 -254
  197. package/dist/src/components/uni-ui/uni-file-picker/upload-file.vue.d.ts +0 -81
  198. package/dist/src/components/uni-ui/uni-file-picker/upload-image.vue.d.ts +0 -90
  199. package/dist/src/components/uni-ui/uni-file-picker/utils.d.ts +0 -22
  200. package/dist/src/components/uni-ui/uni-forms/uni-forms.vue.d.ts +0 -160
  201. package/dist/src/components/uni-ui/uni-forms/utils.d.ts +0 -20
  202. package/dist/src/components/uni-ui/uni-forms/validate.d.ts +0 -42
  203. package/dist/src/components/uni-ui/uni-forms-item/uni-forms-item.vue.d.ts +0 -127
  204. package/dist/src/components/uni-ui/uni-goods-nav/i18n/index.d.ts +0 -21
  205. package/dist/src/components/uni-ui/uni-goods-nav/uni-goods-nav.vue.d.ts +0 -61
  206. package/dist/src/components/uni-ui/uni-grid/uni-grid.vue.d.ts +0 -59
  207. package/dist/src/components/uni-ui/uni-grid-item/uni-grid-item.vue.d.ts +0 -26
  208. package/dist/src/components/uni-ui/uni-group/uni-group.vue.d.ts +0 -52
  209. package/dist/src/components/uni-ui/uni-icons/icons.d.ts +0 -15
  210. package/dist/src/components/uni-ui/uni-icons/uni-icons.vue.d.ts +0 -56
  211. package/dist/src/components/uni-ui/uni-indexed-list/uni-indexed-list-item.vue.d.ts +0 -45
  212. package/dist/src/components/uni-ui/uni-indexed-list/uni-indexed-list.vue.d.ts +0 -49
  213. package/dist/src/components/uni-ui/uni-link/uni-link.vue.d.ts +0 -75
  214. package/dist/src/components/uni-ui/uni-list/uni-list.vue.d.ts +0 -53
  215. package/dist/src/components/uni-ui/uni-list/uni-refresh.vue.d.ts +0 -22
  216. package/dist/src/components/uni-ui/uni-list-ad/uni-list-ad.vue.d.ts +0 -25
  217. package/dist/src/components/uni-ui/uni-list-chat/uni-list-chat.vue.d.ts +0 -123
  218. package/dist/src/components/uni-ui/uni-list-item/uni-list-item.vue.d.ts +0 -248
  219. package/dist/src/components/uni-ui/uni-load-more/i18n/index.d.ts +0 -18
  220. package/dist/src/components/uni-ui/uni-load-more/uni-load-more.vue.d.ts +0 -89
  221. package/dist/src/components/uni-ui/uni-nav-bar/uni-nav-bar.vue.d.ts +0 -163
  222. package/dist/src/components/uni-ui/uni-nav-bar/uni-status-bar.vue.d.ts +0 -4
  223. package/dist/src/components/uni-ui/uni-notice-bar/uni-notice-bar.vue.d.ts +0 -138
  224. package/dist/src/components/uni-ui/uni-number-box/uni-number-box.vue.d.ts +0 -90
  225. package/dist/src/components/uni-ui/uni-pagination/i18n/index.d.ts +0 -28
  226. package/dist/src/components/uni-ui/uni-pagination/uni-pagination.vue.d.ts +0 -127
  227. package/dist/src/components/uni-ui/uni-popup/i18n/index.d.ts +0 -24
  228. package/dist/src/components/uni-ui/uni-popup/keypress.d.ts +0 -13
  229. package/dist/src/components/uni-ui/uni-popup/popup.d.ts +0 -11
  230. package/dist/src/components/uni-ui/uni-popup/uni-popup.vue.d.ts +0 -136
  231. package/dist/src/components/uni-ui/uni-popup-dialog/uni-popup-dialog.vue.d.ts +0 -123
  232. package/dist/src/components/uni-ui/uni-popup-message/uni-popup-message.vue.d.ts +0 -67
  233. package/dist/src/components/uni-ui/uni-popup-share/uni-popup-share.vue.d.ts +0 -49
  234. package/dist/src/components/uni-ui/uni-rate/uni-rate.vue.d.ts +0 -154
  235. package/dist/src/components/uni-ui/uni-row/uni-row.vue.d.ts +0 -41
  236. package/dist/src/components/uni-ui/uni-search-bar/i18n/index.d.ts +0 -15
  237. package/dist/src/components/uni-ui/uni-search-bar/uni-search-bar.vue.d.ts +0 -126
  238. package/dist/src/components/uni-ui/uni-section/uni-section.vue.d.ts +0 -85
  239. package/dist/src/components/uni-ui/uni-segmented-control/uni-segmented-control.vue.d.ts +0 -47
  240. package/dist/src/components/uni-ui/uni-steps/uni-steps.vue.d.ts +0 -59
  241. package/dist/src/components/uni-ui/uni-swipe-action/uni-swipe-action.vue.d.ts +0 -6
  242. package/dist/src/components/uni-ui/uni-swiper-dot/uni-swiper-dot.vue.d.ts +0 -65
  243. package/dist/src/components/uni-ui/uni-table/uni-table.vue.d.ts +0 -99
  244. package/dist/src/components/uni-ui/uni-tag/uni-tag.vue.d.ts +0 -84
  245. package/dist/src/components/uni-ui/uni-tbody/uni-tbody.vue.d.ts +0 -2
  246. package/dist/src/components/uni-ui/uni-td/uni-td.vue.d.ts +0 -48
  247. package/dist/src/components/uni-ui/uni-th/filter-dropdown.vue.d.ts +0 -99
  248. package/dist/src/components/uni-ui/uni-th/uni-th.vue.d.ts +0 -97
  249. package/dist/src/components/uni-ui/uni-thead/uni-thead.vue.d.ts +0 -15
  250. package/dist/src/components/uni-ui/uni-title/uni-title.vue.d.ts +0 -54
  251. package/dist/src/components/uni-ui/uni-tooltip/uni-tooltip.vue.d.ts +0 -23
  252. package/dist/src/components/uni-ui/uni-tr/table-checkbox.vue.d.ts +0 -58
  253. package/dist/src/components/uni-ui/uni-tr/uni-tr.vue.d.ts +0 -39
  254. package/dist/src/components/uni-ui/uni-transition/createAnimation.d.ts +0 -16
  255. package/dist/src/components/uni-ui/uni-transition/uni-transition.vue.d.ts +0 -240
@@ -1,67 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- /**
3
- * 主题 success/warning/info/error 默认 success
4
- */
5
- type: {
6
- type: StringConstructor;
7
- default: string;
8
- };
9
- /**
10
- * 消息文字
11
- */
12
- message: {
13
- type: StringConstructor;
14
- default: string;
15
- };
16
- /**
17
- * 显示时间,设置为 0 则不会自动关闭
18
- */
19
- duration: {
20
- type: NumberConstructor;
21
- default: number;
22
- };
23
- maskShow: {
24
- type: BooleanConstructor;
25
- default: boolean;
26
- };
27
- }, any, {}, {}, {
28
- timerClose(): void;
29
- }, {
30
- data(): {};
31
- created(): void;
32
- methods: {
33
- getParent(name?: string): any;
34
- };
35
- }, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
36
- /**
37
- * 主题 success/warning/info/error 默认 success
38
- */
39
- type: {
40
- type: StringConstructor;
41
- default: string;
42
- };
43
- /**
44
- * 消息文字
45
- */
46
- message: {
47
- type: StringConstructor;
48
- default: string;
49
- };
50
- /**
51
- * 显示时间,设置为 0 则不会自动关闭
52
- */
53
- duration: {
54
- type: NumberConstructor;
55
- default: number;
56
- };
57
- maskShow: {
58
- type: BooleanConstructor;
59
- default: boolean;
60
- };
61
- }>>, {
62
- type: string;
63
- duration: number;
64
- maskShow: boolean;
65
- message: string;
66
- }>;
67
- export default _default;
@@ -1,49 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- title: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- beforeClose: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- }, any, {
11
- bottomData: {
12
- text: string;
13
- icon: string;
14
- name: string;
15
- }[];
16
- }, {
17
- cancelText(): any;
18
- shareTitleText(): any;
19
- }, {
20
- /**
21
- * 选择内容
22
- */
23
- select(item: any, index: any): void;
24
- /**
25
- * 关闭窗口
26
- */
27
- close(): void;
28
- }, {
29
- data(): {};
30
- created(): void;
31
- methods: {
32
- getParent(name?: string): any;
33
- };
34
- }, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
- title: {
36
- type: StringConstructor;
37
- default: string;
38
- };
39
- beforeClose: {
40
- type: BooleanConstructor;
41
- default: boolean;
42
- };
43
- }>> & {
44
- onSelect?: ((...args: any[]) => any) | undefined;
45
- }, {
46
- title: string;
47
- beforeClose: boolean;
48
- }>;
49
- export default _default;
@@ -1,154 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- isFill: {
3
- type: (StringConstructor | BooleanConstructor)[];
4
- default: boolean;
5
- };
6
- color: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- activeColor: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- disabledColor: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- size: {
19
- type: (StringConstructor | NumberConstructor)[];
20
- default: number;
21
- };
22
- value: {
23
- type: (StringConstructor | NumberConstructor)[];
24
- default: number;
25
- };
26
- modelValue: {
27
- type: (StringConstructor | NumberConstructor)[];
28
- default: number;
29
- };
30
- max: {
31
- type: (StringConstructor | NumberConstructor)[];
32
- default: number;
33
- };
34
- margin: {
35
- type: (StringConstructor | NumberConstructor)[];
36
- default: number;
37
- };
38
- disabled: {
39
- type: (StringConstructor | BooleanConstructor)[];
40
- default: boolean;
41
- };
42
- readonly: {
43
- type: (StringConstructor | BooleanConstructor)[];
44
- default: boolean;
45
- };
46
- allowHalf: {
47
- type: (StringConstructor | BooleanConstructor)[];
48
- default: boolean;
49
- };
50
- touchable: {
51
- type: (StringConstructor | BooleanConstructor)[];
52
- default: boolean;
53
- };
54
- }, any, {
55
- valueSync: string;
56
- userMouseFristMove: boolean;
57
- userRated: boolean;
58
- userLastRate: number;
59
- }, {
60
- stars(): {
61
- activeWitch: string;
62
- }[];
63
- marginNumber(): number;
64
- }, {
65
- touchstart(e: any): void;
66
- touchmove(e: any): void;
67
- /**
68
- * 兼容 PC @tian
69
- */
70
- mousedown(e: any): void;
71
- mousemove(e: any): void;
72
- mouseleave(e: any): void;
73
- IsPC(): boolean;
74
- /**
75
- * 获取星星个数
76
- */
77
- _getRateCount(clientX: any): void;
78
- /**
79
- * 触发动态修改
80
- */
81
- _onChange(): void;
82
- /**
83
- * 获取星星距离屏幕左侧距离
84
- */
85
- _getSize(fn: any): void;
86
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
87
- isFill: {
88
- type: (StringConstructor | BooleanConstructor)[];
89
- default: boolean;
90
- };
91
- color: {
92
- type: StringConstructor;
93
- default: string;
94
- };
95
- activeColor: {
96
- type: StringConstructor;
97
- default: string;
98
- };
99
- disabledColor: {
100
- type: StringConstructor;
101
- default: string;
102
- };
103
- size: {
104
- type: (StringConstructor | NumberConstructor)[];
105
- default: number;
106
- };
107
- value: {
108
- type: (StringConstructor | NumberConstructor)[];
109
- default: number;
110
- };
111
- modelValue: {
112
- type: (StringConstructor | NumberConstructor)[];
113
- default: number;
114
- };
115
- max: {
116
- type: (StringConstructor | NumberConstructor)[];
117
- default: number;
118
- };
119
- margin: {
120
- type: (StringConstructor | NumberConstructor)[];
121
- default: number;
122
- };
123
- disabled: {
124
- type: (StringConstructor | BooleanConstructor)[];
125
- default: boolean;
126
- };
127
- readonly: {
128
- type: (StringConstructor | BooleanConstructor)[];
129
- default: boolean;
130
- };
131
- allowHalf: {
132
- type: (StringConstructor | BooleanConstructor)[];
133
- default: boolean;
134
- };
135
- touchable: {
136
- type: (StringConstructor | BooleanConstructor)[];
137
- default: boolean;
138
- };
139
- }>>, {
140
- size: string | number;
141
- value: string | number;
142
- color: string;
143
- max: string | number;
144
- margin: string | number;
145
- modelValue: string | number;
146
- disabled: string | boolean;
147
- readonly: string | boolean;
148
- isFill: string | boolean;
149
- activeColor: string;
150
- disabledColor: string;
151
- allowHalf: string | boolean;
152
- touchable: string | boolean;
153
- }>;
154
- export default _default;
@@ -1,41 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- type: StringConstructor;
3
- gutter: NumberConstructor;
4
- justify: {
5
- type: StringConstructor;
6
- default: string;
7
- };
8
- align: {
9
- type: StringConstructor;
10
- default: string;
11
- };
12
- width: {
13
- type: (StringConstructor | NumberConstructor)[];
14
- default: number;
15
- };
16
- }, any, any, {
17
- marginValue(): number;
18
- typeClass(): string;
19
- justifyClass(): string;
20
- alignClass(): string;
21
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
- type: StringConstructor;
23
- gutter: NumberConstructor;
24
- justify: {
25
- type: StringConstructor;
26
- default: string;
27
- };
28
- align: {
29
- type: StringConstructor;
30
- default: string;
31
- };
32
- width: {
33
- type: (StringConstructor | NumberConstructor)[];
34
- default: number;
35
- };
36
- }>>, {
37
- width: string | number;
38
- justify: string;
39
- align: string;
40
- }>;
41
- export default _default;
@@ -1,15 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- "uni-search-bar.cancel": string;
4
- "uni-search-bar.placeholder": string;
5
- };
6
- 'zh-Hans': {
7
- "uni-search-bar.cancel": string;
8
- "uni-search-bar.placeholder": string;
9
- };
10
- 'zh-Hant': {
11
- "uni-search-bar.cancel": string;
12
- "uni-search-bar.placeholder": string;
13
- };
14
- };
15
- export default _default;
@@ -1,126 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- placeholder: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- radius: {
7
- type: (StringConstructor | NumberConstructor)[];
8
- default: number;
9
- };
10
- clearButton: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- cancelButton: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- cancelText: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- bgColor: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- maxlength: {
27
- type: (StringConstructor | NumberConstructor)[];
28
- default: number;
29
- };
30
- value: {
31
- type: (StringConstructor | NumberConstructor)[];
32
- default: string;
33
- };
34
- modelValue: {
35
- type: (StringConstructor | NumberConstructor)[];
36
- default: string;
37
- };
38
- focus: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
42
- readonly: {
43
- type: BooleanConstructor;
44
- default: boolean;
45
- };
46
- }, any, {
47
- show: boolean;
48
- showSync: boolean;
49
- searchVal: string;
50
- }, {
51
- cancelTextI18n(): any;
52
- placeholderText(): any;
53
- }, {
54
- searchClick(): void;
55
- clear(): void;
56
- cancel(): void;
57
- confirm(): void;
58
- blur(): void;
59
- emitFocus(e: any): void;
60
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "clear" | "cancel" | "confirm" | "update:modelValue" | "focus" | "blur")[], "input" | "clear" | "cancel" | "confirm" | "update:modelValue" | "focus" | "blur", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
- placeholder: {
62
- type: StringConstructor;
63
- default: string;
64
- };
65
- radius: {
66
- type: (StringConstructor | NumberConstructor)[];
67
- default: number;
68
- };
69
- clearButton: {
70
- type: StringConstructor;
71
- default: string;
72
- };
73
- cancelButton: {
74
- type: StringConstructor;
75
- default: string;
76
- };
77
- cancelText: {
78
- type: StringConstructor;
79
- default: string;
80
- };
81
- bgColor: {
82
- type: StringConstructor;
83
- default: string;
84
- };
85
- maxlength: {
86
- type: (StringConstructor | NumberConstructor)[];
87
- default: number;
88
- };
89
- value: {
90
- type: (StringConstructor | NumberConstructor)[];
91
- default: string;
92
- };
93
- modelValue: {
94
- type: (StringConstructor | NumberConstructor)[];
95
- default: string;
96
- };
97
- focus: {
98
- type: BooleanConstructor;
99
- default: boolean;
100
- };
101
- readonly: {
102
- type: BooleanConstructor;
103
- default: boolean;
104
- };
105
- }>> & {
106
- onFocus?: ((...args: any[]) => any) | undefined;
107
- onBlur?: ((...args: any[]) => any) | undefined;
108
- onInput?: ((...args: any[]) => any) | undefined;
109
- onConfirm?: ((...args: any[]) => any) | undefined;
110
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
111
- onClear?: ((...args: any[]) => any) | undefined;
112
- onCancel?: ((...args: any[]) => any) | undefined;
113
- }, {
114
- value: string | number;
115
- radius: string | number;
116
- placeholder: string;
117
- cancelText: string;
118
- modelValue: string | number;
119
- maxlength: string | number;
120
- readonly: boolean;
121
- focus: boolean;
122
- bgColor: string;
123
- clearButton: string;
124
- cancelButton: string;
125
- }>;
126
- export default _default;
@@ -1,85 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- type: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- title: {
7
- type: StringConstructor;
8
- required: true;
9
- default: string;
10
- };
11
- titleFontSize: {
12
- type: StringConstructor;
13
- default: string;
14
- };
15
- titleColor: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- subTitle: {
20
- type: StringConstructor;
21
- default: string;
22
- };
23
- subTitleFontSize: {
24
- type: StringConstructor;
25
- default: string;
26
- };
27
- subTitleColor: {
28
- type: StringConstructor;
29
- default: string;
30
- };
31
- padding: {
32
- type: (StringConstructor | BooleanConstructor)[];
33
- default: boolean;
34
- };
35
- }, any, any, {
36
- _padding(): any;
37
- }, {
38
- onClick(): void;
39
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
40
- type: {
41
- type: StringConstructor;
42
- default: string;
43
- };
44
- title: {
45
- type: StringConstructor;
46
- required: true;
47
- default: string;
48
- };
49
- titleFontSize: {
50
- type: StringConstructor;
51
- default: string;
52
- };
53
- titleColor: {
54
- type: StringConstructor;
55
- default: string;
56
- };
57
- subTitle: {
58
- type: StringConstructor;
59
- default: string;
60
- };
61
- subTitleFontSize: {
62
- type: StringConstructor;
63
- default: string;
64
- };
65
- subTitleColor: {
66
- type: StringConstructor;
67
- default: string;
68
- };
69
- padding: {
70
- type: (StringConstructor | BooleanConstructor)[];
71
- default: boolean;
72
- };
73
- }>> & {
74
- onClick?: ((...args: any[]) => any) | undefined;
75
- }, {
76
- type: string;
77
- title: string;
78
- padding: string | boolean;
79
- subTitle: string;
80
- titleFontSize: string;
81
- titleColor: string;
82
- subTitleFontSize: string;
83
- subTitleColor: string;
84
- }>;
85
- export default _default;
@@ -1,47 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- current: {
3
- type: NumberConstructor;
4
- default: number;
5
- };
6
- values: {
7
- type: ArrayConstructor;
8
- default(): never[];
9
- };
10
- activeColor: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- styleType: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- }, any, {
19
- currentIndex: number;
20
- }, {}, {
21
- _onClick(index: any): void;
22
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickItem"[], "clickItem", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
- current: {
24
- type: NumberConstructor;
25
- default: number;
26
- };
27
- values: {
28
- type: ArrayConstructor;
29
- default(): never[];
30
- };
31
- activeColor: {
32
- type: StringConstructor;
33
- default: string;
34
- };
35
- styleType: {
36
- type: StringConstructor;
37
- default: string;
38
- };
39
- }>> & {
40
- onClickItem?: ((...args: any[]) => any) | undefined;
41
- }, {
42
- values: unknown[];
43
- current: number;
44
- activeColor: string;
45
- styleType: string;
46
- }>;
47
- export default _default;
@@ -1,59 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- direction: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- activeColor: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- deactiveColor: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- active: {
15
- type: NumberConstructor;
16
- default: number;
17
- };
18
- activeIcon: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- options: {
23
- type: ArrayConstructor;
24
- default(): never[];
25
- };
26
- }, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
- direction: {
28
- type: StringConstructor;
29
- default: string;
30
- };
31
- activeColor: {
32
- type: StringConstructor;
33
- default: string;
34
- };
35
- deactiveColor: {
36
- type: StringConstructor;
37
- default: string;
38
- };
39
- active: {
40
- type: NumberConstructor;
41
- default: number;
42
- };
43
- activeIcon: {
44
- type: StringConstructor;
45
- default: string;
46
- };
47
- options: {
48
- type: ArrayConstructor;
49
- default(): never[];
50
- };
51
- }>>, {
52
- direction: string;
53
- options: unknown[];
54
- activeColor: string;
55
- deactiveColor: string;
56
- active: number;
57
- activeIcon: string;
58
- }>;
59
- export default _default;
@@ -1,6 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {
2
- resize(): void;
3
- closeAll(): void;
4
- closeOther(vm: any): void;
5
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
6
- export default _default;