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

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 +3 -2
  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,95 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- border: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- label: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- labelWidth: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- placeholder: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- candidates: {
19
- type: ArrayConstructor;
20
- default(): never[];
21
- };
22
- emptyTips: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- value: {
27
- type: (StringConstructor | NumberConstructor)[];
28
- default: string;
29
- };
30
- modelValue: {
31
- type: (StringConstructor | NumberConstructor)[];
32
- default: string;
33
- };
34
- }, any, {
35
- showSelector: boolean;
36
- inputVal: string;
37
- blurTimer: null;
38
- }, {
39
- labelStyle(): string;
40
- filterCandidates(): unknown[];
41
- filterCandidatesLength(): number;
42
- }, {
43
- toggleSelector(): void;
44
- onFocus(): void;
45
- onBlur(): void;
46
- onScroll(): void;
47
- onSelectorClick(index: any): void;
48
- onInput(): void;
49
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "update:modelValue")[], "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
50
- border: {
51
- type: BooleanConstructor;
52
- default: boolean;
53
- };
54
- label: {
55
- type: StringConstructor;
56
- default: string;
57
- };
58
- labelWidth: {
59
- type: StringConstructor;
60
- default: string;
61
- };
62
- placeholder: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- candidates: {
67
- type: ArrayConstructor;
68
- default(): never[];
69
- };
70
- emptyTips: {
71
- type: StringConstructor;
72
- default: string;
73
- };
74
- value: {
75
- type: (StringConstructor | NumberConstructor)[];
76
- default: string;
77
- };
78
- modelValue: {
79
- type: (StringConstructor | NumberConstructor)[];
80
- default: string;
81
- };
82
- }>> & {
83
- onInput?: ((...args: any[]) => any) | undefined;
84
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
85
- }, {
86
- value: string | number;
87
- label: string;
88
- border: boolean;
89
- placeholder: string;
90
- modelValue: string | number;
91
- labelWidth: string;
92
- candidates: unknown[];
93
- emptyTips: string;
94
- }>;
95
- export default _default;
@@ -1,21 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- "uni-countdown.day": string;
4
- "uni-countdown.h": string;
5
- "uni-countdown.m": string;
6
- "uni-countdown.s": string;
7
- };
8
- 'zh-Hans': {
9
- "uni-countdown.day": string;
10
- "uni-countdown.h": string;
11
- "uni-countdown.m": string;
12
- "uni-countdown.s": string;
13
- };
14
- 'zh-Hant': {
15
- "uni-countdown.day": string;
16
- "uni-countdown.h": string;
17
- "uni-countdown.m": string;
18
- "uni-countdown.s": string;
19
- };
20
- };
21
- export default _default;
@@ -1,158 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- showDay: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- showColon: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- start: {
11
- type: BooleanConstructor;
12
- default: boolean;
13
- };
14
- backgroundColor: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- color: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- fontSize: {
23
- type: NumberConstructor;
24
- default: number;
25
- };
26
- splitorColor: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- day: {
31
- type: NumberConstructor;
32
- default: number;
33
- };
34
- hour: {
35
- type: NumberConstructor;
36
- default: number;
37
- };
38
- minute: {
39
- type: NumberConstructor;
40
- default: number;
41
- };
42
- second: {
43
- type: NumberConstructor;
44
- default: number;
45
- };
46
- timestamp: {
47
- type: NumberConstructor;
48
- default: number;
49
- };
50
- zeroPad: {
51
- type: BooleanConstructor;
52
- default: boolean;
53
- };
54
- }, any, {
55
- timer: null;
56
- syncFlag: boolean;
57
- d: string;
58
- h: string;
59
- i: string;
60
- s: string;
61
- leftTime: number;
62
- seconds: number;
63
- }, {
64
- dayText(): any;
65
- hourText(val: any): any;
66
- minuteText(val: any): any;
67
- secondText(val: any): any;
68
- timeStyle(): {
69
- color: string;
70
- backgroundColor: string;
71
- fontSize: string;
72
- width: string;
73
- lineHeight: string;
74
- borderRadius: string;
75
- };
76
- splitorStyle(): {
77
- color: string;
78
- fontSize: string;
79
- margin: string;
80
- };
81
- }, {
82
- toSeconds(timestamp: any, day: any, hours: any, minutes: any, seconds: any): any;
83
- timeUp(): void;
84
- countDown(): void;
85
- startData(): void;
86
- update(): void;
87
- changeFlag(): void;
88
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "timeup"[], "timeup", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
89
- showDay: {
90
- type: BooleanConstructor;
91
- default: boolean;
92
- };
93
- showColon: {
94
- type: BooleanConstructor;
95
- default: boolean;
96
- };
97
- start: {
98
- type: BooleanConstructor;
99
- default: boolean;
100
- };
101
- backgroundColor: {
102
- type: StringConstructor;
103
- default: string;
104
- };
105
- color: {
106
- type: StringConstructor;
107
- default: string;
108
- };
109
- fontSize: {
110
- type: NumberConstructor;
111
- default: number;
112
- };
113
- splitorColor: {
114
- type: StringConstructor;
115
- default: string;
116
- };
117
- day: {
118
- type: NumberConstructor;
119
- default: number;
120
- };
121
- hour: {
122
- type: NumberConstructor;
123
- default: number;
124
- };
125
- minute: {
126
- type: NumberConstructor;
127
- default: number;
128
- };
129
- second: {
130
- type: NumberConstructor;
131
- default: number;
132
- };
133
- timestamp: {
134
- type: NumberConstructor;
135
- default: number;
136
- };
137
- zeroPad: {
138
- type: BooleanConstructor;
139
- default: boolean;
140
- };
141
- }>> & {
142
- onTimeup?: ((...args: any[]) => any) | undefined;
143
- }, {
144
- color: string;
145
- backgroundColor: string;
146
- fontSize: number;
147
- day: number;
148
- start: boolean;
149
- hour: number;
150
- minute: number;
151
- second: number;
152
- showDay: boolean;
153
- showColon: boolean;
154
- splitorColor: string;
155
- timestamp: number;
156
- zeroPad: boolean;
157
- }>;
158
- export default _default;
@@ -1,192 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- mode: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- multiple: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- value: {
11
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
12
- default(): "";
13
- };
14
- modelValue: {
15
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
16
- default(): "";
17
- };
18
- localdata: {
19
- type: ArrayConstructor;
20
- default(): never[];
21
- };
22
- min: {
23
- type: (StringConstructor | NumberConstructor)[];
24
- default: string;
25
- };
26
- max: {
27
- type: (StringConstructor | NumberConstructor)[];
28
- default: string;
29
- };
30
- wrap: {
31
- type: BooleanConstructor;
32
- default: boolean;
33
- };
34
- icon: {
35
- type: StringConstructor;
36
- default: string;
37
- };
38
- selectedColor: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- selectedTextColor: {
43
- type: StringConstructor;
44
- default: string;
45
- };
46
- emptyText: {
47
- type: StringConstructor;
48
- default: string;
49
- };
50
- disabled: {
51
- type: BooleanConstructor;
52
- default: boolean;
53
- };
54
- map: {
55
- type: ObjectConstructor;
56
- default(): {
57
- text: string;
58
- value: string;
59
- };
60
- };
61
- }, any, {
62
- dataList: never[];
63
- range: never[];
64
- contentText: {
65
- contentdown: string;
66
- contentrefresh: string;
67
- contentnomore: string;
68
- };
69
- isLocal: boolean;
70
- styles: {
71
- selectedColor: string;
72
- selectedTextColor: string;
73
- };
74
- isTop: number;
75
- }, {
76
- dataValue(): string | number | unknown[];
77
- }, {
78
- loadData(): void;
79
- /**
80
- * 获取父元素实例
81
- */
82
- getForm(name?: string): false | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
83
- chagne(e: any): void;
84
- /**
85
- * 获取渲染的新数组
86
- * @param {Object} value 选中内容
87
- */
88
- getDataList(value: Object): Object;
89
- /**
90
- * 处理最大最小值
91
- * @param {Object} list
92
- */
93
- setRange(list: Object): Object;
94
- /**
95
- * 设置 class
96
- * @param {Object} item
97
- * @param {Object} index
98
- */
99
- setStyles(item: Object, index: Object): void;
100
- /**
101
- * 获取选中值
102
- * @param {Object} range
103
- */
104
- getSelectedValue(range: Object): string | number | any[];
105
- /**
106
- * 设置背景样式
107
- */
108
- setStyleBackgroud(item: any): string;
109
- setStyleIcon(item: any): string;
110
- setStyleIconText(item: any): string;
111
- setStyleRightIcon(item: any): string;
112
- }, any, import("vue").ComponentOptionsMixin, ("input" | "change" | "update:modelValue")[], "input" | "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
113
- mode: {
114
- type: StringConstructor;
115
- default: string;
116
- };
117
- multiple: {
118
- type: BooleanConstructor;
119
- default: boolean;
120
- };
121
- value: {
122
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
123
- default(): "";
124
- };
125
- modelValue: {
126
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
127
- default(): "";
128
- };
129
- localdata: {
130
- type: ArrayConstructor;
131
- default(): never[];
132
- };
133
- min: {
134
- type: (StringConstructor | NumberConstructor)[];
135
- default: string;
136
- };
137
- max: {
138
- type: (StringConstructor | NumberConstructor)[];
139
- default: string;
140
- };
141
- wrap: {
142
- type: BooleanConstructor;
143
- default: boolean;
144
- };
145
- icon: {
146
- type: StringConstructor;
147
- default: string;
148
- };
149
- selectedColor: {
150
- type: StringConstructor;
151
- default: string;
152
- };
153
- selectedTextColor: {
154
- type: StringConstructor;
155
- default: string;
156
- };
157
- emptyText: {
158
- type: StringConstructor;
159
- default: string;
160
- };
161
- disabled: {
162
- type: BooleanConstructor;
163
- default: boolean;
164
- };
165
- map: {
166
- type: ObjectConstructor;
167
- default(): {
168
- text: string;
169
- value: string;
170
- };
171
- };
172
- }>> & {
173
- onChange?: ((...args: any[]) => any) | undefined;
174
- onInput?: ((...args: any[]) => any) | undefined;
175
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
176
- }, {
177
- map: Record<string, any>;
178
- value: string | number | unknown[];
179
- max: string | number;
180
- min: string | number;
181
- mode: string;
182
- modelValue: string | number | unknown[];
183
- disabled: boolean;
184
- multiple: boolean;
185
- localdata: unknown[];
186
- wrap: boolean;
187
- icon: string;
188
- selectedColor: string;
189
- selectedTextColor: string;
190
- emptyText: string;
191
- }>;
192
- export default _default;
@@ -1,244 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- options: {
3
- type: (ArrayConstructor | ObjectConstructor)[];
4
- default(): {};
5
- };
6
- popupTitle: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- placeholder: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- heightMobile: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- readonly: {
19
- type: BooleanConstructor;
20
- default: boolean;
21
- };
22
- clearIcon: {
23
- type: BooleanConstructor;
24
- default: boolean;
25
- };
26
- border: {
27
- type: BooleanConstructor;
28
- default: boolean;
29
- };
30
- split: {
31
- type: StringConstructor;
32
- default: string;
33
- };
34
- ellipsis: {
35
- type: BooleanConstructor;
36
- default: boolean;
37
- };
38
- }, any, {
39
- isOpened: boolean;
40
- inputSelected: never[];
41
- }, {}, {
42
- clear(): void;
43
- onPropsChange(): void;
44
- load(): void;
45
- show(): void;
46
- hide(): void;
47
- handleInput(): void;
48
- handleClose(e: any): void;
49
- onnodeclick(e: any): void;
50
- ondatachange(e: any): void;
51
- onchange(e: any): void;
52
- _processReadonly(dataList: any, value: any): void;
53
- _filterForArray(data: any, valueArray: any): any[];
54
- _dispatchEvent(selected: any): void;
55
- }, {
56
- props: {
57
- localdata: {
58
- type: (ArrayConstructor | ObjectConstructor)[];
59
- default(): never[];
60
- };
61
- spaceInfo: {
62
- type: ObjectConstructor;
63
- default(): {};
64
- };
65
- collection: {
66
- type: StringConstructor;
67
- default: string;
68
- };
69
- action: {
70
- type: StringConstructor;
71
- default: string;
72
- };
73
- field: {
74
- type: StringConstructor;
75
- default: string;
76
- };
77
- orderby: {
78
- type: StringConstructor;
79
- default: string;
80
- };
81
- where: {
82
- type: (StringConstructor | ObjectConstructor)[];
83
- default: string;
84
- };
85
- pageData: {
86
- type: StringConstructor;
87
- default: string;
88
- };
89
- pageCurrent: {
90
- type: NumberConstructor;
91
- default: number;
92
- };
93
- pageSize: {
94
- type: NumberConstructor;
95
- default: number;
96
- };
97
- getcount: {
98
- type: (StringConstructor | BooleanConstructor)[];
99
- default: boolean;
100
- };
101
- getone: {
102
- type: (StringConstructor | BooleanConstructor)[];
103
- default: boolean;
104
- };
105
- gettree: {
106
- type: (StringConstructor | BooleanConstructor)[];
107
- default: boolean;
108
- };
109
- manual: {
110
- type: BooleanConstructor;
111
- default: boolean;
112
- };
113
- value: {
114
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
115
- default(): never[];
116
- };
117
- modelValue: {
118
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
119
- default(): never[];
120
- };
121
- preload: {
122
- type: BooleanConstructor;
123
- default: boolean;
124
- };
125
- stepSearh: {
126
- type: BooleanConstructor;
127
- default: boolean;
128
- };
129
- selfField: {
130
- type: StringConstructor;
131
- default: string;
132
- };
133
- parentField: {
134
- type: StringConstructor;
135
- default: string;
136
- };
137
- multiple: {
138
- type: BooleanConstructor;
139
- default: boolean;
140
- };
141
- map: {
142
- type: ObjectConstructor;
143
- default(): {
144
- text: string;
145
- value: string;
146
- };
147
- };
148
- };
149
- data(): any;
150
- computed: {
151
- isLocalData(): any;
152
- isCloudData(): any;
153
- isCloudDataList(): any;
154
- isCloudDataTree(): any;
155
- dataValue(): any;
156
- hasValue(): boolean;
157
- };
158
- created(): void;
159
- methods: {
160
- onPropsChange(): void;
161
- loadData(): Promise<void>;
162
- loadLocalData(): Promise<void>;
163
- loadCloudDataList(): Promise<void>;
164
- loadCloudDataTree(): Promise<void>;
165
- loadCloudDataNode(callback: any): Promise<void>;
166
- getCloudDataValue(): any;
167
- getCloudDataListValue(): any;
168
- getCloudDataTreeValue(): any;
169
- getCommand(options?: {}): UniCloud.Database;
170
- _cloudDataPostField(): string;
171
- _cloudDataTreeWhere(): string;
172
- _cloudDataNodeWhere(): string | any[];
173
- _getWhereByForeignKey(): string;
174
- _getForeignKeyByField(): any;
175
- _updateBindData(node: any): {
176
- isleaf: boolean;
177
- hasNodes: boolean;
178
- };
179
- _updateSelected(): void;
180
- _filterData(data: any, paths: any): {
181
- dataList: any[];
182
- hasNodes: boolean;
183
- };
184
- _extractTree(nodes: any, result: any, parent_value: any): void;
185
- _extractTreePath(nodes: any, result: any): void;
186
- _findNodePath(key: any, nodes: any, path?: any[]): any;
187
- };
188
- }, import("vue").ComponentOptionsMixin, ("input" | "change" | "update:modelValue" | "nodeclick" | "popupopened" | "popupclosed" | "inputclick")[], "input" | "change" | "update:modelValue" | "nodeclick" | "popupopened" | "popupclosed" | "inputclick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
189
- options: {
190
- type: (ArrayConstructor | ObjectConstructor)[];
191
- default(): {};
192
- };
193
- popupTitle: {
194
- type: StringConstructor;
195
- default: string;
196
- };
197
- placeholder: {
198
- type: StringConstructor;
199
- default: string;
200
- };
201
- heightMobile: {
202
- type: StringConstructor;
203
- default: string;
204
- };
205
- readonly: {
206
- type: BooleanConstructor;
207
- default: boolean;
208
- };
209
- clearIcon: {
210
- type: BooleanConstructor;
211
- default: boolean;
212
- };
213
- border: {
214
- type: BooleanConstructor;
215
- default: boolean;
216
- };
217
- split: {
218
- type: StringConstructor;
219
- default: string;
220
- };
221
- ellipsis: {
222
- type: BooleanConstructor;
223
- default: boolean;
224
- };
225
- }>> & {
226
- onChange?: ((...args: any[]) => any) | undefined;
227
- onInput?: ((...args: any[]) => any) | undefined;
228
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
229
- onNodeclick?: ((...args: any[]) => any) | undefined;
230
- onPopupopened?: ((...args: any[]) => any) | undefined;
231
- onPopupclosed?: ((...args: any[]) => any) | undefined;
232
- onInputclick?: ((...args: any[]) => any) | undefined;
233
- }, {
234
- split: string;
235
- border: boolean;
236
- options: unknown[] | Record<string, any>;
237
- placeholder: string;
238
- readonly: boolean;
239
- ellipsis: boolean;
240
- popupTitle: string;
241
- heightMobile: string;
242
- clearIcon: boolean;
243
- }>;
244
- export default _default;