@vipl520/dk-ui 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (388) hide show
  1. package/dist/index.js +13 -26
  2. package/dist/index.min.js +34 -0
  3. package/dist/index.min.js.map +1 -0
  4. package/dist/index.min.mjs +34 -0
  5. package/dist/index.min.mjs.map +1 -0
  6. package/dist/index.mjs +13 -26
  7. package/dist/web-types.json +1 -1
  8. package/es/api/attachment.d.ts +10 -0
  9. package/es/api/common.d.ts +1 -0
  10. package/es/api/index.d.ts +1 -0
  11. package/es/attachment/index.d.ts +29 -0
  12. package/es/attachment/src/attachment.vue.d.ts +28 -0
  13. package/es/attachment/src/file-icon.vue.d.ts +41 -0
  14. package/es/attachment/src/props.d.ts +12 -0
  15. package/es/attachment-dialog/index.d.ts +40 -0
  16. package/es/attachment-dialog/src/attachment-dialog.vue.d.ts +39 -0
  17. package/es/attachment-dialog/src/props.d.ts +16 -0
  18. package/es/audio-input/index.d.ts +55 -0
  19. package/es/audio-input/src/audio-input.vue.d.ts +54 -0
  20. package/es/audio-input/src/props.d.ts +24 -0
  21. package/es/audio-list-input/index.d.ts +55 -0
  22. package/es/audio-list-input/src/audio-list-input.vue.d.ts +54 -0
  23. package/es/audio-list-input/src/props.d.ts +24 -0
  24. package/es/box-size-input/index.d.ts +71 -0
  25. package/es/box-size-input/src/box-size-input.vue.d.ts +70 -0
  26. package/es/box-size-input/src/props.d.ts +32 -0
  27. package/es/color-input/index.d.ts +46 -0
  28. package/es/color-input/src/color-input.vue.d.ts +45 -0
  29. package/es/color-input/src/props.d.ts +23 -0
  30. package/es/dialog/index.d.ts +176 -0
  31. package/es/dialog/src/dialog.vue.d.ts +59 -0
  32. package/es/dialog/src/props.d.ts +24 -0
  33. package/es/file-input/index.d.ts +64 -0
  34. package/es/file-input/src/file-input.vue.d.ts +63 -0
  35. package/es/file-input/src/props.d.ts +28 -0
  36. package/es/file-list-input/index.d.ts +64 -0
  37. package/es/file-list-input/src/file-list-input.vue.d.ts +63 -0
  38. package/es/file-list-input/src/props.d.ts +28 -0
  39. package/es/form/index.d.ts +294 -0
  40. package/es/form/src/config.d.ts +45 -0
  41. package/es/form/src/form.vue.d.ts +116 -0
  42. package/es/form/src/props.d.ts +44 -0
  43. package/es/group/index.d.ts +174 -0
  44. package/es/group/src/group.vue.d.ts +173 -0
  45. package/es/group/src/props.d.ts +76 -0
  46. package/es/group/utils/extend.d.ts +3 -0
  47. package/es/group/utils/utils.d.ts +4 -0
  48. package/es/icon/index.d.ts +189 -0
  49. package/es/icon/src/icon.vue.d.ts +66 -0
  50. package/es/icon/src/props.d.ts +31 -0
  51. package/es/icon-input/index.d.ts +143 -0
  52. package/es/icon-input/src/icon-content.vue.d.ts +44 -0
  53. package/es/icon-input/src/icon-dialog.vue.d.ts +38 -0
  54. package/es/icon-input/src/icon-input.vue.d.ts +62 -0
  55. package/es/icon-input/src/props.d.ts +62 -0
  56. package/es/image-input/index.d.ts +55 -0
  57. package/es/image-input/src/image-input.vue.d.ts +54 -0
  58. package/es/image-input/src/props.d.ts +24 -0
  59. package/es/image-list-input/index.d.ts +55 -0
  60. package/es/image-list-input/src/image-list-input.vue.d.ts +54 -0
  61. package/es/image-list-input/src/props.d.ts +24 -0
  62. package/es/index.d.ts +35 -0
  63. package/es/packages/dk-ui/src/box-size-input/src/box-size-input.vue2.mjs +3 -3
  64. package/es/packages/dk-ui/src/box-size-input/src/box-size-input.vue2.mjs.map +1 -1
  65. package/es/packages/dk-ui/src/form/src/form.vue2.mjs +2 -2
  66. package/es/packages/dk-ui/src/form/src/form.vue2.mjs.map +1 -1
  67. package/es/packages/dk-ui/src/select/index.mjs.map +1 -1
  68. package/es/packages/dk-ui/src/select/src/props.mjs.map +1 -1
  69. package/es/packages/dk-ui/src/style-border-input/src/style-border-input.vue2.mjs +3 -7
  70. package/es/packages/dk-ui/src/style-border-input/src/style-border-input.vue2.mjs.map +1 -1
  71. package/es/packages/dk-ui/src/style-position-input/src/style-position-input.vue2.mjs +1 -4
  72. package/es/packages/dk-ui/src/style-position-input/src/style-position-input.vue2.mjs.map +1 -1
  73. package/es/packages/dk-ui/src/style-shadow-input/src/style-shadow-content.vue2.mjs +2 -6
  74. package/es/packages/dk-ui/src/style-shadow-input/src/style-shadow-content.vue2.mjs.map +1 -1
  75. package/es/packages/dk-ui/src/table/src/components/RecycleDialog.vue2.mjs.map +1 -1
  76. package/es/packages/dk-ui/src/tiny-editor/src/tiny-editor.vue2.mjs +2 -4
  77. package/es/packages/dk-ui/src/tiny-editor/src/tiny-editor.vue2.mjs.map +1 -1
  78. package/es/page-diy/index.d.ts +246 -0
  79. package/es/page-diy/src/components/DragBox.vue.d.ts +14 -0
  80. package/es/page-diy/src/components/DragTool.vue.d.ts +59 -0
  81. package/es/page-diy/src/components/PreviewPhone.vue.d.ts +30 -0
  82. package/es/page-diy/src/config/base/dkPage.d.ts +7 -0
  83. package/es/page-diy/src/config/base/dkSetting.d.ts +35 -0
  84. package/es/page-diy/src/config/base/index.d.ts +3 -0
  85. package/es/page-diy/src/config/rule/common/DkPosterBtn.d.ts +86 -0
  86. package/es/page-diy/src/config/rule/common/DkViewBulletChat.d.ts +108 -0
  87. package/es/page-diy/src/config/rule/common/DkViewCell.d.ts +37 -0
  88. package/es/page-diy/src/config/rule/common/DkViewCommonBtn.d.ts +264 -0
  89. package/es/page-diy/src/config/rule/common/DkViewDialog.d.ts +106 -0
  90. package/es/page-diy/src/config/rule/common/DkViewGridCellList.d.ts +130 -0
  91. package/es/page-diy/src/config/rule/common/DkViewImage.d.ts +120 -0
  92. package/es/page-diy/src/config/rule/common/DkViewMusic.d.ts +85 -0
  93. package/es/page-diy/src/config/rule/common/DkViewNavBar.d.ts +33 -0
  94. package/es/page-diy/src/config/rule/common/DkViewNoticeBar.d.ts +57 -0
  95. package/es/page-diy/src/config/rule/common/DkViewSwipe.d.ts +140 -0
  96. package/es/page-diy/src/config/rule/common/DkViewTabbar.d.ts +101 -0
  97. package/es/page-diy/src/config/rule/common/DkViewTextarea.d.ts +33 -0
  98. package/es/page-diy/src/config/rule/common/DkViewVideo.d.ts +73 -0
  99. package/es/page-diy/src/config/rule/common/index.d.ts +2638 -0
  100. package/es/page-diy/src/config/rule/index.d.ts +3665 -0
  101. package/es/page-diy/src/config/rule/layout/DkViewTitle.d.ts +125 -0
  102. package/es/page-diy/src/config/rule/layout/col.d.ts +36 -0
  103. package/es/page-diy/src/config/rule/layout/divider.d.ts +39 -0
  104. package/es/page-diy/src/config/rule/layout/index.d.ts +1023 -0
  105. package/es/page-diy/src/config/rule/layout/row.d.ts +47 -0
  106. package/es/page-diy/src/config/rule/layout/space.d.ts +32 -0
  107. package/es/page-diy/src/config/rule/layout/swip-item.d.ts +27 -0
  108. package/es/page-diy/src/config/rule/layout/swipe.d.ts +62 -0
  109. package/es/page-diy/src/config/rule/layout/tab.d.ts +30 -0
  110. package/es/page-diy/src/config/rule/layout/tabs.d.ts +119 -0
  111. package/es/page-diy/src/config/rule/layout/vanEmpty.d.ts +66 -0
  112. package/es/page-diy/src/page-diy.vue.d.ts +245 -0
  113. package/es/page-diy/src/props.d.ts +11 -0
  114. package/es/page-diy/src/utils/form.d.ts +4 -0
  115. package/es/page-diy/src/utils/help.d.ts +2 -0
  116. package/es/page-diy/src/utils/index.d.ts +3 -0
  117. package/es/page-diy/src/utils/unique.d.ts +1 -0
  118. package/es/page-diy/src/views/DkViewBulletChat.vue.d.ts +59 -0
  119. package/es/page-diy/src/views/DkViewCell.vue.d.ts +14 -0
  120. package/es/page-diy/src/views/DkViewCommonBtn.vue.d.ts +220 -0
  121. package/es/page-diy/src/views/DkViewDialog.vue.d.ts +81 -0
  122. package/es/page-diy/src/views/DkViewGridCellList.vue.d.ts +133 -0
  123. package/es/page-diy/src/views/DkViewImage.vue.d.ts +120 -0
  124. package/es/page-diy/src/views/DkViewMusic.vue.d.ts +68 -0
  125. package/es/page-diy/src/views/DkViewNavBar.vue.d.ts +68 -0
  126. package/es/page-diy/src/views/DkViewNoticeBar.vue.d.ts +59 -0
  127. package/es/page-diy/src/views/DkViewSwipe.vue.d.ts +59 -0
  128. package/es/page-diy/src/views/DkViewTabbar.vue.d.ts +52 -0
  129. package/es/page-diy/src/views/DkViewTextarea.vue.d.ts +14 -0
  130. package/es/page-diy/src/views/DkViewTitle.vue.d.ts +167 -0
  131. package/es/page-diy/src/views/DkViewVideo.vue.d.ts +54 -0
  132. package/es/page-diy/src/views/index.d.ts +2 -0
  133. package/es/poster-input/index.d.ts +142 -0
  134. package/es/poster-input/src/component/config.d.ts +97 -0
  135. package/es/poster-input/src/component/poster-content.vue.d.ts +46 -0
  136. package/es/poster-input/src/component/poster.vue.d.ts +31 -0
  137. package/es/poster-input/src/component/views/DkPosterViewAvatar.vue.d.ts +23 -0
  138. package/es/poster-input/src/component/views/DkPosterViewImage.vue.d.ts +23 -0
  139. package/es/poster-input/src/component/views/DkPosterViewName.vue.d.ts +23 -0
  140. package/es/poster-input/src/component/views/DkPosterViewQrcode.vue.d.ts +23 -0
  141. package/es/poster-input/src/component/views/DkPosterViewText.vue.d.ts +23 -0
  142. package/es/poster-input/src/component/views/quick-action.vue.d.ts +14 -0
  143. package/es/poster-input/src/poster-input.vue.d.ts +112 -0
  144. package/es/poster-input/src/props.d.ts +54 -0
  145. package/es/resolver.d.ts +15 -0
  146. package/es/select/index.d.ts +3 -0
  147. package/es/select/src/props.d.ts +3 -0
  148. package/es/select/src/select.vue.d.ts +17 -0
  149. package/es/style-background-input/index.d.ts +23 -0
  150. package/es/style-background-input/src/props.d.ts +11 -0
  151. package/es/style-background-input/src/style-background-input.vue.d.ts +22 -0
  152. package/es/style-border-input/index.d.ts +17 -0
  153. package/es/style-border-input/src/props.d.ts +8 -0
  154. package/es/style-border-input/src/style-border-input.vue.d.ts +16 -0
  155. package/es/style-box-input/index.d.ts +35 -0
  156. package/es/style-box-input/src/html.d.ts +33 -0
  157. package/es/style-box-input/src/props.d.ts +16 -0
  158. package/es/style-box-input/src/style-box-input.vue.d.ts +34 -0
  159. package/es/style-font-input/index.d.ts +17 -0
  160. package/es/style-font-input/src/props.d.ts +8 -0
  161. package/es/style-font-input/src/style-font-input.vue.d.ts +16 -0
  162. package/es/style-input/index.d.ts +26 -0
  163. package/es/style-input/src/default.d.ts +9 -0
  164. package/es/style-input/src/props.d.ts +16 -0
  165. package/es/style-input/src/style-input.vue.d.ts +25 -0
  166. package/es/style-number-input/index.d.ts +62 -0
  167. package/es/style-number-input/src/props.d.ts +28 -0
  168. package/es/style-number-input/src/style-number-input.vue.d.ts +61 -0
  169. package/es/style-position-input/index.d.ts +17 -0
  170. package/es/style-position-input/src/props.d.ts +8 -0
  171. package/es/style-position-input/src/style-position-input.vue.d.ts +16 -0
  172. package/es/style-shadow-input/index.d.ts +83 -0
  173. package/es/style-shadow-input/src/props.d.ts +12 -0
  174. package/es/style-shadow-input/src/style-shadow-content.vue.d.ts +58 -0
  175. package/es/style-shadow-input/src/style-shadow-input.vue.d.ts +25 -0
  176. package/es/table/index.d.ts +127 -0
  177. package/es/table/src/components/ComSearch.vue.d.ts +7 -0
  178. package/es/table/src/components/FieldRender.vue.d.ts +37 -0
  179. package/es/table/src/components/RecycleDialog.vue.d.ts +2 -0
  180. package/es/table/src/components/header.vue.d.ts +40 -0
  181. package/es/table/src/props.d.ts +8 -0
  182. package/es/table/src/table.vue.d.ts +27 -0
  183. package/es/table/utils/dkTable.d.ts +85 -0
  184. package/es/table/utils/dkTableApi.d.ts +59 -0
  185. package/es/test/index.d.ts +24 -0
  186. package/es/test/src/props.d.ts +15 -0
  187. package/es/test/src/test.vue.d.ts +23 -0
  188. package/es/tiny-editor/index.d.ts +64 -0
  189. package/es/tiny-editor/src/config.d.ts +19 -0
  190. package/es/tiny-editor/src/props.d.ts +31 -0
  191. package/es/tiny-editor/src/tiny-editor.vue.d.ts +63 -0
  192. package/es/video-input/index.d.ts +55 -0
  193. package/es/video-input/src/props.d.ts +24 -0
  194. package/es/video-input/src/video-input.vue.d.ts +54 -0
  195. package/es/video-list-input/index.d.ts +55 -0
  196. package/es/video-list-input/src/props.d.ts +24 -0
  197. package/es/video-list-input/src/video-list-input.vue.d.ts +54 -0
  198. package/lib/api/attachment.d.ts +10 -0
  199. package/lib/api/common.d.ts +1 -0
  200. package/lib/api/index.d.ts +1 -0
  201. package/lib/attachment/index.d.ts +29 -0
  202. package/lib/attachment/src/attachment.vue.d.ts +28 -0
  203. package/lib/attachment/src/file-icon.vue.d.ts +41 -0
  204. package/lib/attachment/src/props.d.ts +12 -0
  205. package/lib/attachment-dialog/index.d.ts +40 -0
  206. package/lib/attachment-dialog/src/attachment-dialog.vue.d.ts +39 -0
  207. package/lib/attachment-dialog/src/props.d.ts +16 -0
  208. package/lib/audio-input/index.d.ts +55 -0
  209. package/lib/audio-input/src/audio-input.vue.d.ts +54 -0
  210. package/lib/audio-input/src/props.d.ts +24 -0
  211. package/lib/audio-list-input/index.d.ts +55 -0
  212. package/lib/audio-list-input/src/audio-list-input.vue.d.ts +54 -0
  213. package/lib/audio-list-input/src/props.d.ts +24 -0
  214. package/lib/box-size-input/index.d.ts +71 -0
  215. package/lib/box-size-input/src/box-size-input.vue.d.ts +70 -0
  216. package/lib/box-size-input/src/props.d.ts +32 -0
  217. package/lib/color-input/index.d.ts +46 -0
  218. package/lib/color-input/src/color-input.vue.d.ts +45 -0
  219. package/lib/color-input/src/props.d.ts +23 -0
  220. package/lib/dialog/index.d.ts +176 -0
  221. package/lib/dialog/src/dialog.vue.d.ts +59 -0
  222. package/lib/dialog/src/props.d.ts +24 -0
  223. package/lib/file-input/index.d.ts +64 -0
  224. package/lib/file-input/src/file-input.vue.d.ts +63 -0
  225. package/lib/file-input/src/props.d.ts +28 -0
  226. package/lib/file-list-input/index.d.ts +64 -0
  227. package/lib/file-list-input/src/file-list-input.vue.d.ts +63 -0
  228. package/lib/file-list-input/src/props.d.ts +28 -0
  229. package/lib/form/index.d.ts +294 -0
  230. package/lib/form/src/config.d.ts +45 -0
  231. package/lib/form/src/form.vue.d.ts +116 -0
  232. package/lib/form/src/props.d.ts +44 -0
  233. package/lib/group/index.d.ts +174 -0
  234. package/lib/group/src/group.vue.d.ts +173 -0
  235. package/lib/group/src/props.d.ts +76 -0
  236. package/lib/group/utils/extend.d.ts +3 -0
  237. package/lib/group/utils/utils.d.ts +4 -0
  238. package/lib/icon/index.d.ts +189 -0
  239. package/lib/icon/src/icon.vue.d.ts +66 -0
  240. package/lib/icon/src/props.d.ts +31 -0
  241. package/lib/icon-input/index.d.ts +143 -0
  242. package/lib/icon-input/src/icon-content.vue.d.ts +44 -0
  243. package/lib/icon-input/src/icon-dialog.vue.d.ts +38 -0
  244. package/lib/icon-input/src/icon-input.vue.d.ts +62 -0
  245. package/lib/icon-input/src/props.d.ts +62 -0
  246. package/lib/image-input/index.d.ts +55 -0
  247. package/lib/image-input/src/image-input.vue.d.ts +54 -0
  248. package/lib/image-input/src/props.d.ts +24 -0
  249. package/lib/image-list-input/index.d.ts +55 -0
  250. package/lib/image-list-input/src/image-list-input.vue.d.ts +54 -0
  251. package/lib/image-list-input/src/props.d.ts +24 -0
  252. package/lib/index.d.ts +35 -0
  253. package/lib/packages/dk-ui/src/box-size-input/src/box-size-input.vue2.js +3 -3
  254. package/lib/packages/dk-ui/src/box-size-input/src/box-size-input.vue2.js.map +1 -1
  255. package/lib/packages/dk-ui/src/form/src/form.vue2.js +2 -2
  256. package/lib/packages/dk-ui/src/form/src/form.vue2.js.map +1 -1
  257. package/lib/packages/dk-ui/src/select/index.js.map +1 -1
  258. package/lib/packages/dk-ui/src/select/src/props.js.map +1 -1
  259. package/lib/packages/dk-ui/src/style-border-input/src/style-border-input.vue2.js +3 -7
  260. package/lib/packages/dk-ui/src/style-border-input/src/style-border-input.vue2.js.map +1 -1
  261. package/lib/packages/dk-ui/src/style-position-input/src/style-position-input.vue2.js +1 -4
  262. package/lib/packages/dk-ui/src/style-position-input/src/style-position-input.vue2.js.map +1 -1
  263. package/lib/packages/dk-ui/src/style-shadow-input/src/style-shadow-content.vue2.js +2 -6
  264. package/lib/packages/dk-ui/src/style-shadow-input/src/style-shadow-content.vue2.js.map +1 -1
  265. package/lib/packages/dk-ui/src/table/src/components/RecycleDialog.vue2.js.map +1 -1
  266. package/lib/packages/dk-ui/src/tiny-editor/src/tiny-editor.vue2.js +2 -4
  267. package/lib/packages/dk-ui/src/tiny-editor/src/tiny-editor.vue2.js.map +1 -1
  268. package/lib/page-diy/index.d.ts +246 -0
  269. package/lib/page-diy/src/components/DragBox.vue.d.ts +14 -0
  270. package/lib/page-diy/src/components/DragTool.vue.d.ts +59 -0
  271. package/lib/page-diy/src/components/PreviewPhone.vue.d.ts +30 -0
  272. package/lib/page-diy/src/config/base/dkPage.d.ts +7 -0
  273. package/lib/page-diy/src/config/base/dkSetting.d.ts +35 -0
  274. package/lib/page-diy/src/config/base/index.d.ts +3 -0
  275. package/lib/page-diy/src/config/rule/common/DkPosterBtn.d.ts +86 -0
  276. package/lib/page-diy/src/config/rule/common/DkViewBulletChat.d.ts +108 -0
  277. package/lib/page-diy/src/config/rule/common/DkViewCell.d.ts +37 -0
  278. package/lib/page-diy/src/config/rule/common/DkViewCommonBtn.d.ts +264 -0
  279. package/lib/page-diy/src/config/rule/common/DkViewDialog.d.ts +106 -0
  280. package/lib/page-diy/src/config/rule/common/DkViewGridCellList.d.ts +130 -0
  281. package/lib/page-diy/src/config/rule/common/DkViewImage.d.ts +120 -0
  282. package/lib/page-diy/src/config/rule/common/DkViewMusic.d.ts +85 -0
  283. package/lib/page-diy/src/config/rule/common/DkViewNavBar.d.ts +33 -0
  284. package/lib/page-diy/src/config/rule/common/DkViewNoticeBar.d.ts +57 -0
  285. package/lib/page-diy/src/config/rule/common/DkViewSwipe.d.ts +140 -0
  286. package/lib/page-diy/src/config/rule/common/DkViewTabbar.d.ts +101 -0
  287. package/lib/page-diy/src/config/rule/common/DkViewTextarea.d.ts +33 -0
  288. package/lib/page-diy/src/config/rule/common/DkViewVideo.d.ts +73 -0
  289. package/lib/page-diy/src/config/rule/common/index.d.ts +2638 -0
  290. package/lib/page-diy/src/config/rule/index.d.ts +3665 -0
  291. package/lib/page-diy/src/config/rule/layout/DkViewTitle.d.ts +125 -0
  292. package/lib/page-diy/src/config/rule/layout/col.d.ts +36 -0
  293. package/lib/page-diy/src/config/rule/layout/divider.d.ts +39 -0
  294. package/lib/page-diy/src/config/rule/layout/index.d.ts +1023 -0
  295. package/lib/page-diy/src/config/rule/layout/row.d.ts +47 -0
  296. package/lib/page-diy/src/config/rule/layout/space.d.ts +32 -0
  297. package/lib/page-diy/src/config/rule/layout/swip-item.d.ts +27 -0
  298. package/lib/page-diy/src/config/rule/layout/swipe.d.ts +62 -0
  299. package/lib/page-diy/src/config/rule/layout/tab.d.ts +30 -0
  300. package/lib/page-diy/src/config/rule/layout/tabs.d.ts +119 -0
  301. package/lib/page-diy/src/config/rule/layout/vanEmpty.d.ts +66 -0
  302. package/lib/page-diy/src/page-diy.vue.d.ts +245 -0
  303. package/lib/page-diy/src/props.d.ts +11 -0
  304. package/lib/page-diy/src/utils/form.d.ts +4 -0
  305. package/lib/page-diy/src/utils/help.d.ts +2 -0
  306. package/lib/page-diy/src/utils/index.d.ts +3 -0
  307. package/lib/page-diy/src/utils/unique.d.ts +1 -0
  308. package/lib/page-diy/src/views/DkViewBulletChat.vue.d.ts +59 -0
  309. package/lib/page-diy/src/views/DkViewCell.vue.d.ts +14 -0
  310. package/lib/page-diy/src/views/DkViewCommonBtn.vue.d.ts +220 -0
  311. package/lib/page-diy/src/views/DkViewDialog.vue.d.ts +81 -0
  312. package/lib/page-diy/src/views/DkViewGridCellList.vue.d.ts +133 -0
  313. package/lib/page-diy/src/views/DkViewImage.vue.d.ts +120 -0
  314. package/lib/page-diy/src/views/DkViewMusic.vue.d.ts +68 -0
  315. package/lib/page-diy/src/views/DkViewNavBar.vue.d.ts +68 -0
  316. package/lib/page-diy/src/views/DkViewNoticeBar.vue.d.ts +59 -0
  317. package/lib/page-diy/src/views/DkViewSwipe.vue.d.ts +59 -0
  318. package/lib/page-diy/src/views/DkViewTabbar.vue.d.ts +52 -0
  319. package/lib/page-diy/src/views/DkViewTextarea.vue.d.ts +14 -0
  320. package/lib/page-diy/src/views/DkViewTitle.vue.d.ts +167 -0
  321. package/lib/page-diy/src/views/DkViewVideo.vue.d.ts +54 -0
  322. package/lib/page-diy/src/views/index.d.ts +2 -0
  323. package/lib/poster-input/index.d.ts +142 -0
  324. package/lib/poster-input/src/component/config.d.ts +97 -0
  325. package/lib/poster-input/src/component/poster-content.vue.d.ts +46 -0
  326. package/lib/poster-input/src/component/poster.vue.d.ts +31 -0
  327. package/lib/poster-input/src/component/views/DkPosterViewAvatar.vue.d.ts +23 -0
  328. package/lib/poster-input/src/component/views/DkPosterViewImage.vue.d.ts +23 -0
  329. package/lib/poster-input/src/component/views/DkPosterViewName.vue.d.ts +23 -0
  330. package/lib/poster-input/src/component/views/DkPosterViewQrcode.vue.d.ts +23 -0
  331. package/lib/poster-input/src/component/views/DkPosterViewText.vue.d.ts +23 -0
  332. package/lib/poster-input/src/component/views/quick-action.vue.d.ts +14 -0
  333. package/lib/poster-input/src/poster-input.vue.d.ts +112 -0
  334. package/lib/poster-input/src/props.d.ts +54 -0
  335. package/lib/resolver.d.ts +15 -0
  336. package/lib/select/index.d.ts +3 -0
  337. package/lib/select/src/props.d.ts +3 -0
  338. package/lib/select/src/select.vue.d.ts +17 -0
  339. package/lib/style-background-input/index.d.ts +23 -0
  340. package/lib/style-background-input/src/props.d.ts +11 -0
  341. package/lib/style-background-input/src/style-background-input.vue.d.ts +22 -0
  342. package/lib/style-border-input/index.d.ts +17 -0
  343. package/lib/style-border-input/src/props.d.ts +8 -0
  344. package/lib/style-border-input/src/style-border-input.vue.d.ts +16 -0
  345. package/lib/style-box-input/index.d.ts +35 -0
  346. package/lib/style-box-input/src/html.d.ts +33 -0
  347. package/lib/style-box-input/src/props.d.ts +16 -0
  348. package/lib/style-box-input/src/style-box-input.vue.d.ts +34 -0
  349. package/lib/style-font-input/index.d.ts +17 -0
  350. package/lib/style-font-input/src/props.d.ts +8 -0
  351. package/lib/style-font-input/src/style-font-input.vue.d.ts +16 -0
  352. package/lib/style-input/index.d.ts +26 -0
  353. package/lib/style-input/src/default.d.ts +9 -0
  354. package/lib/style-input/src/props.d.ts +16 -0
  355. package/lib/style-input/src/style-input.vue.d.ts +25 -0
  356. package/lib/style-number-input/index.d.ts +62 -0
  357. package/lib/style-number-input/src/props.d.ts +28 -0
  358. package/lib/style-number-input/src/style-number-input.vue.d.ts +61 -0
  359. package/lib/style-position-input/index.d.ts +17 -0
  360. package/lib/style-position-input/src/props.d.ts +8 -0
  361. package/lib/style-position-input/src/style-position-input.vue.d.ts +16 -0
  362. package/lib/style-shadow-input/index.d.ts +83 -0
  363. package/lib/style-shadow-input/src/props.d.ts +12 -0
  364. package/lib/style-shadow-input/src/style-shadow-content.vue.d.ts +58 -0
  365. package/lib/style-shadow-input/src/style-shadow-input.vue.d.ts +25 -0
  366. package/lib/table/index.d.ts +127 -0
  367. package/lib/table/src/components/ComSearch.vue.d.ts +7 -0
  368. package/lib/table/src/components/FieldRender.vue.d.ts +37 -0
  369. package/lib/table/src/components/RecycleDialog.vue.d.ts +2 -0
  370. package/lib/table/src/components/header.vue.d.ts +40 -0
  371. package/lib/table/src/props.d.ts +8 -0
  372. package/lib/table/src/table.vue.d.ts +27 -0
  373. package/lib/table/utils/dkTable.d.ts +85 -0
  374. package/lib/table/utils/dkTableApi.d.ts +59 -0
  375. package/lib/test/index.d.ts +24 -0
  376. package/lib/test/src/props.d.ts +15 -0
  377. package/lib/test/src/test.vue.d.ts +23 -0
  378. package/lib/tiny-editor/index.d.ts +64 -0
  379. package/lib/tiny-editor/src/config.d.ts +19 -0
  380. package/lib/tiny-editor/src/props.d.ts +31 -0
  381. package/lib/tiny-editor/src/tiny-editor.vue.d.ts +63 -0
  382. package/lib/video-input/index.d.ts +55 -0
  383. package/lib/video-input/src/props.d.ts +24 -0
  384. package/lib/video-input/src/video-input.vue.d.ts +54 -0
  385. package/lib/video-list-input/index.d.ts +55 -0
  386. package/lib/video-list-input/src/props.d.ts +24 -0
  387. package/lib/video-list-input/src/video-list-input.vue.d.ts +54 -0
  388. package/package.json +1 -1
@@ -0,0 +1,3665 @@
1
+ export const ruleList: {
2
+ [x: string]: {
3
+ icon: string;
4
+ label: string;
5
+ name: string;
6
+ rule(): {
7
+ type: string;
8
+ props: {};
9
+ showStyle: boolean;
10
+ fixed: boolean;
11
+ };
12
+ props(): ({
13
+ type: string;
14
+ field: string;
15
+ title: string;
16
+ value: {};
17
+ options?: undefined;
18
+ control?: undefined;
19
+ effect?: undefined;
20
+ } | {
21
+ type: string;
22
+ field: string;
23
+ title: string;
24
+ value: string;
25
+ options?: undefined;
26
+ control?: undefined;
27
+ effect?: undefined;
28
+ } | {
29
+ type: string;
30
+ field: string;
31
+ title: string;
32
+ value: string;
33
+ options: {
34
+ label: string;
35
+ value: string;
36
+ }[];
37
+ control: ({
38
+ value: string;
39
+ rule: ({
40
+ type: string;
41
+ field: string;
42
+ title: string;
43
+ value: string;
44
+ options?: undefined;
45
+ } | {
46
+ type: string;
47
+ field: string;
48
+ title: string;
49
+ value: boolean;
50
+ options?: undefined;
51
+ } | {
52
+ type: string;
53
+ field: string;
54
+ title: string;
55
+ value: string;
56
+ options: {
57
+ label: string;
58
+ value: string;
59
+ }[];
60
+ })[];
61
+ } | {
62
+ value: string;
63
+ rule: ({
64
+ type: string;
65
+ field: string;
66
+ title: string;
67
+ value: string;
68
+ props?: undefined;
69
+ } | {
70
+ type: string;
71
+ field: string;
72
+ title: string;
73
+ value: number;
74
+ props: {
75
+ min: number;
76
+ max: number;
77
+ };
78
+ })[];
79
+ })[];
80
+ effect: {
81
+ help: string;
82
+ };
83
+ })[];
84
+ } | {
85
+ icon: string;
86
+ label: string;
87
+ name: string;
88
+ rule(): {
89
+ type: string;
90
+ props: {
91
+ dataType: string;
92
+ bulletData: {
93
+ text: string;
94
+ avatar: string;
95
+ }[];
96
+ };
97
+ fixed: boolean;
98
+ showStyle: boolean;
99
+ };
100
+ props(): ({
101
+ type: string;
102
+ field: string;
103
+ title: string;
104
+ props: {
105
+ showAlpha: boolean;
106
+ min?: undefined;
107
+ max?: undefined;
108
+ step?: undefined;
109
+ };
110
+ value: string;
111
+ options?: undefined;
112
+ control?: undefined;
113
+ } | {
114
+ type: string;
115
+ field: string;
116
+ title: string;
117
+ value: string;
118
+ props?: undefined;
119
+ options?: undefined;
120
+ control?: undefined;
121
+ } | {
122
+ type: string;
123
+ field: string;
124
+ title: string;
125
+ value: number;
126
+ props: {
127
+ min: number;
128
+ max: number;
129
+ step: number;
130
+ showAlpha?: undefined;
131
+ };
132
+ options?: undefined;
133
+ control?: undefined;
134
+ } | {
135
+ type: string;
136
+ field: string;
137
+ title: string;
138
+ value: string;
139
+ options: {
140
+ label: string;
141
+ value: string;
142
+ }[];
143
+ control: ({
144
+ value: string;
145
+ rule: {
146
+ type: string;
147
+ field: string;
148
+ value: {
149
+ text: string;
150
+ avatar: string;
151
+ }[];
152
+ props: {
153
+ titleField: string;
154
+ defaultValue: {
155
+ avatar: string;
156
+ text: string;
157
+ };
158
+ rule: ({
159
+ type: string;
160
+ field: string;
161
+ title: string;
162
+ value?: undefined;
163
+ } | {
164
+ type: string;
165
+ field: string;
166
+ title: string;
167
+ value: string;
168
+ })[];
169
+ };
170
+ }[];
171
+ } | {
172
+ value: string;
173
+ rule: {
174
+ type: string;
175
+ field: string;
176
+ title: string;
177
+ value: string;
178
+ props: {
179
+ label: string;
180
+ };
181
+ effect: {
182
+ help: string;
183
+ };
184
+ }[];
185
+ })[];
186
+ props?: undefined;
187
+ })[];
188
+ } | {
189
+ icon: string;
190
+ label: string;
191
+ name: string;
192
+ rule(): {
193
+ type: string;
194
+ props: {
195
+ groups: {
196
+ title: string;
197
+ value: string;
198
+ }[];
199
+ };
200
+ showStyle: boolean;
201
+ children: never[];
202
+ style: {};
203
+ };
204
+ props(): {
205
+ type: string;
206
+ field: string;
207
+ value: never[];
208
+ props: {
209
+ title: string;
210
+ defaultValue: {
211
+ title: string;
212
+ value: string;
213
+ };
214
+ rule: {
215
+ type: string;
216
+ field: string;
217
+ title: string;
218
+ }[];
219
+ };
220
+ }[];
221
+ } | {
222
+ icon: string;
223
+ label: string;
224
+ name: string;
225
+ rule(): {
226
+ type: string;
227
+ props: {
228
+ fBtnText: string;
229
+ fWSize: number;
230
+ fHSize: number;
231
+ };
232
+ showStyle: boolean;
233
+ fixed: boolean;
234
+ trigger: boolean;
235
+ event: boolean;
236
+ };
237
+ props(): ({
238
+ type: string;
239
+ field: string;
240
+ title: string;
241
+ value: string;
242
+ options: {
243
+ label: string;
244
+ value: string;
245
+ }[];
246
+ control: ({
247
+ value: string;
248
+ rule: {
249
+ type: string;
250
+ field: string;
251
+ title: string;
252
+ value: string;
253
+ }[];
254
+ } | {
255
+ value: string;
256
+ rule: {
257
+ type: string;
258
+ field: string;
259
+ title: string;
260
+ value: string;
261
+ effect: {
262
+ help: string;
263
+ };
264
+ }[];
265
+ })[];
266
+ effect?: undefined;
267
+ } | {
268
+ type: string;
269
+ field: string;
270
+ title: string;
271
+ value: string;
272
+ options: {
273
+ label: string;
274
+ value: string;
275
+ }[];
276
+ control: ({
277
+ value: string;
278
+ rule: ({
279
+ type: string;
280
+ field: string;
281
+ title: string;
282
+ value: string;
283
+ props: {
284
+ isVant: boolean;
285
+ showAlpha?: undefined;
286
+ };
287
+ options?: undefined;
288
+ col?: undefined;
289
+ } | {
290
+ type: string;
291
+ field: string;
292
+ title: string;
293
+ value: string;
294
+ props?: undefined;
295
+ options?: undefined;
296
+ col?: undefined;
297
+ } | {
298
+ type: string;
299
+ field: string;
300
+ title: string;
301
+ value: boolean;
302
+ props?: undefined;
303
+ options?: undefined;
304
+ col?: undefined;
305
+ } | {
306
+ type: string;
307
+ field: string;
308
+ title: string;
309
+ value: string;
310
+ options: {
311
+ label: string;
312
+ value: string;
313
+ }[];
314
+ props?: undefined;
315
+ col?: undefined;
316
+ } | {
317
+ type: string;
318
+ field: string;
319
+ title: string;
320
+ value: string;
321
+ col: {
322
+ span: number;
323
+ };
324
+ props: {
325
+ showAlpha: boolean;
326
+ isVant?: undefined;
327
+ };
328
+ options?: undefined;
329
+ })[];
330
+ } | {
331
+ value: string;
332
+ rule: ({
333
+ type: string;
334
+ field: string;
335
+ title: string;
336
+ value: string;
337
+ control: {
338
+ handle(val: any): boolean;
339
+ rule: {
340
+ type: string;
341
+ field: string;
342
+ title: string;
343
+ value: number;
344
+ props: {
345
+ min: number;
346
+ max: number;
347
+ };
348
+ col: {
349
+ span: number;
350
+ };
351
+ }[];
352
+ }[];
353
+ props?: undefined;
354
+ } | {
355
+ type: string;
356
+ field: string;
357
+ title: string;
358
+ value: string;
359
+ props: {
360
+ isVant: boolean;
361
+ };
362
+ control: {
363
+ handle(val: any): boolean;
364
+ rule: {
365
+ type: string;
366
+ field: string;
367
+ title: string;
368
+ value: number;
369
+ props: {
370
+ min: number;
371
+ max: number;
372
+ };
373
+ col: {
374
+ span: number;
375
+ };
376
+ }[];
377
+ }[];
378
+ } | {
379
+ type: string;
380
+ field: string;
381
+ title: string;
382
+ value: boolean;
383
+ control: {
384
+ value: boolean;
385
+ rule: ({
386
+ type: string;
387
+ field: string;
388
+ title: string;
389
+ value: number;
390
+ props: {
391
+ min: number;
392
+ max: number;
393
+ showAlpha?: undefined;
394
+ step?: undefined;
395
+ };
396
+ col?: undefined;
397
+ } | {
398
+ type: string;
399
+ field: string;
400
+ title: string;
401
+ value: string;
402
+ props: {
403
+ showAlpha: boolean;
404
+ min?: undefined;
405
+ max?: undefined;
406
+ step?: undefined;
407
+ };
408
+ col: {
409
+ span: number;
410
+ offset?: undefined;
411
+ };
412
+ } | {
413
+ type: string;
414
+ field: string;
415
+ title: string;
416
+ value: string;
417
+ col: {
418
+ span: number;
419
+ offset: number;
420
+ };
421
+ props?: undefined;
422
+ } | {
423
+ type: string;
424
+ field: string;
425
+ title: string;
426
+ value: number;
427
+ props: {
428
+ min: number;
429
+ max: number;
430
+ step: number;
431
+ showAlpha?: undefined;
432
+ };
433
+ col: {
434
+ span: number;
435
+ offset?: undefined;
436
+ };
437
+ } | {
438
+ type: string;
439
+ field: string;
440
+ title: string;
441
+ value: number;
442
+ props: {
443
+ min: number;
444
+ max: number;
445
+ step: number;
446
+ showAlpha?: undefined;
447
+ };
448
+ col: {
449
+ span: number;
450
+ offset: number;
451
+ };
452
+ })[];
453
+ }[];
454
+ props?: undefined;
455
+ } | {
456
+ type: string;
457
+ field: string;
458
+ title: string;
459
+ value: string;
460
+ control: {
461
+ handle(val: any): boolean;
462
+ rule: {
463
+ type: string;
464
+ field: string;
465
+ title: string;
466
+ value: number;
467
+ props: {
468
+ min: number;
469
+ max: number;
470
+ step: number;
471
+ };
472
+ }[];
473
+ }[];
474
+ props?: undefined;
475
+ })[];
476
+ })[];
477
+ effect: {
478
+ help: string;
479
+ };
480
+ })[];
481
+ } | {
482
+ icon: string;
483
+ label: string;
484
+ name: string;
485
+ event: boolean;
486
+ rule(): {
487
+ type: string;
488
+ props: {
489
+ title: string;
490
+ };
491
+ showStyle: boolean;
492
+ fixed: boolean;
493
+ };
494
+ props(): ({
495
+ type: string;
496
+ field: string;
497
+ title: string;
498
+ value: string;
499
+ props?: undefined;
500
+ effect?: undefined;
501
+ options?: undefined;
502
+ control?: undefined;
503
+ } | {
504
+ type: string;
505
+ field: string;
506
+ title: string;
507
+ props: {
508
+ buttonText: string;
509
+ };
510
+ value: string;
511
+ effect?: undefined;
512
+ options?: undefined;
513
+ control?: undefined;
514
+ } | {
515
+ type: string;
516
+ field: string;
517
+ title: string;
518
+ value: boolean;
519
+ effect: {
520
+ help: string;
521
+ };
522
+ props?: undefined;
523
+ options?: undefined;
524
+ control?: undefined;
525
+ } | {
526
+ type: string;
527
+ field: string;
528
+ title: string;
529
+ value: string;
530
+ options: {
531
+ label: string;
532
+ value: string;
533
+ }[];
534
+ control: ({
535
+ value: string;
536
+ rule: {
537
+ type: string;
538
+ field: string;
539
+ title: string;
540
+ value: string;
541
+ options: {
542
+ label: string;
543
+ value: string;
544
+ }[];
545
+ control: ({
546
+ value: string;
547
+ rule: {
548
+ type: string;
549
+ field: string;
550
+ title: string;
551
+ value: string;
552
+ props: {
553
+ type: string;
554
+ };
555
+ }[];
556
+ } | {
557
+ value: string;
558
+ rule: {
559
+ type: string;
560
+ field: string;
561
+ title: string;
562
+ value: string;
563
+ }[];
564
+ })[];
565
+ }[];
566
+ handle?: undefined;
567
+ } | {
568
+ handle: (val: any) => boolean;
569
+ rule: {
570
+ type: string;
571
+ field: string;
572
+ title: string;
573
+ value: string;
574
+ effect: {
575
+ help: string;
576
+ };
577
+ }[];
578
+ value?: undefined;
579
+ })[];
580
+ props?: undefined;
581
+ effect?: undefined;
582
+ })[];
583
+ } | {
584
+ icon: string;
585
+ label: string;
586
+ name: string;
587
+ rule(): {
588
+ type: string;
589
+ props: {
590
+ gridCellList: {
591
+ img: string;
592
+ url: string;
593
+ title: string;
594
+ show: boolean;
595
+ }[];
596
+ imgTextGutter: number;
597
+ };
598
+ showStyle: boolean;
599
+ };
600
+ props(): ({
601
+ type: string;
602
+ field: string;
603
+ title: string;
604
+ value: string;
605
+ options: {
606
+ value: string;
607
+ label: string;
608
+ }[];
609
+ control: {
610
+ value: string;
611
+ rule: ({
612
+ type: string;
613
+ field: string;
614
+ title: string;
615
+ value: number;
616
+ props: {
617
+ min: number;
618
+ max: number;
619
+ };
620
+ options?: undefined;
621
+ control?: undefined;
622
+ } | {
623
+ type: string;
624
+ field: string;
625
+ title: string;
626
+ value: boolean;
627
+ props?: undefined;
628
+ options?: undefined;
629
+ control?: undefined;
630
+ } | {
631
+ type: string;
632
+ field: string;
633
+ title: string;
634
+ value: string;
635
+ options: {
636
+ value: string;
637
+ label: string;
638
+ }[];
639
+ control: {
640
+ value: string;
641
+ rule: {
642
+ type: string;
643
+ field: string;
644
+ title: string;
645
+ value: number;
646
+ props: {
647
+ min: number;
648
+ max: number;
649
+ };
650
+ }[];
651
+ }[];
652
+ props?: undefined;
653
+ })[];
654
+ }[];
655
+ props?: undefined;
656
+ } | {
657
+ type: string;
658
+ field: string;
659
+ title: string;
660
+ value: number;
661
+ props: {
662
+ min: number;
663
+ max: number;
664
+ title?: undefined;
665
+ defaultValue?: undefined;
666
+ rule?: undefined;
667
+ };
668
+ options?: undefined;
669
+ control?: undefined;
670
+ } | {
671
+ type: string;
672
+ field: string;
673
+ value: never[];
674
+ props: {
675
+ title: string;
676
+ defaultValue: {
677
+ img: string;
678
+ url: string;
679
+ title: string;
680
+ };
681
+ rule: ({
682
+ type: string;
683
+ field: string;
684
+ value: string;
685
+ title: string;
686
+ props?: undefined;
687
+ } | {
688
+ type: string;
689
+ field: string;
690
+ value: boolean;
691
+ title: string;
692
+ props?: undefined;
693
+ } | {
694
+ type: string;
695
+ field: string;
696
+ props: {
697
+ showInput: boolean;
698
+ };
699
+ value: {};
700
+ title: string;
701
+ })[];
702
+ min?: undefined;
703
+ max?: undefined;
704
+ };
705
+ title?: undefined;
706
+ options?: undefined;
707
+ control?: undefined;
708
+ })[];
709
+ } | {
710
+ icon: string;
711
+ label: string;
712
+ name: string;
713
+ rule(): {
714
+ type: string;
715
+ props: {};
716
+ showStyle: boolean;
717
+ };
718
+ props(): ({
719
+ type: string;
720
+ field: string;
721
+ title: string;
722
+ value: string;
723
+ options: {
724
+ label: string;
725
+ value: string;
726
+ }[];
727
+ control: {
728
+ value: string;
729
+ rule: {
730
+ type: string;
731
+ field: string;
732
+ title: string;
733
+ value: number;
734
+ props: {
735
+ min: number;
736
+ max: number;
737
+ };
738
+ }[];
739
+ }[];
740
+ props?: undefined;
741
+ } | {
742
+ type: string;
743
+ field: string;
744
+ title: string;
745
+ value: number;
746
+ props: {
747
+ min: number;
748
+ max: number;
749
+ title?: undefined;
750
+ defaultValue?: undefined;
751
+ rule?: undefined;
752
+ };
753
+ options?: undefined;
754
+ control?: undefined;
755
+ } | {
756
+ type: string;
757
+ field: string;
758
+ title: string;
759
+ value: boolean;
760
+ control: {
761
+ value: boolean;
762
+ rule: ({
763
+ type: string;
764
+ field: string;
765
+ title: string;
766
+ value: number;
767
+ props: {
768
+ min: number;
769
+ max: number;
770
+ };
771
+ options?: undefined;
772
+ } | {
773
+ type: string;
774
+ field: string;
775
+ title: string;
776
+ value: string;
777
+ options: {
778
+ label: string;
779
+ value: string;
780
+ }[];
781
+ props?: undefined;
782
+ })[];
783
+ }[];
784
+ options?: undefined;
785
+ props?: undefined;
786
+ } | {
787
+ type: string;
788
+ field: string;
789
+ value: never[];
790
+ props: {
791
+ title: string;
792
+ defaultValue: {
793
+ img: string;
794
+ url: string;
795
+ title: string;
796
+ };
797
+ rule: ({
798
+ type: string;
799
+ field: string;
800
+ value: string;
801
+ title: string;
802
+ props?: undefined;
803
+ } | {
804
+ type: string;
805
+ field: string;
806
+ value: boolean;
807
+ title: string;
808
+ props?: undefined;
809
+ } | {
810
+ type: string;
811
+ field: string;
812
+ props: {
813
+ showInput: boolean;
814
+ };
815
+ value: {};
816
+ title: string;
817
+ })[];
818
+ min?: undefined;
819
+ max?: undefined;
820
+ };
821
+ title?: undefined;
822
+ options?: undefined;
823
+ control?: undefined;
824
+ })[];
825
+ } | {
826
+ icon: string;
827
+ label: string;
828
+ name: string;
829
+ rule(): {
830
+ type: string;
831
+ props: {
832
+ musicPath: string;
833
+ isOpenClose: boolean;
834
+ loop: boolean;
835
+ };
836
+ fixed: boolean;
837
+ showStyle: boolean;
838
+ };
839
+ props(): ({
840
+ type: string;
841
+ field: string;
842
+ title: string;
843
+ value: string;
844
+ props?: undefined;
845
+ options?: undefined;
846
+ control?: undefined;
847
+ effect?: undefined;
848
+ } | {
849
+ type: string;
850
+ field: string;
851
+ title: string;
852
+ value: number;
853
+ props: {
854
+ min: number;
855
+ max: number;
856
+ };
857
+ options?: undefined;
858
+ control?: undefined;
859
+ effect?: undefined;
860
+ } | {
861
+ type: string;
862
+ field: string;
863
+ title: string;
864
+ value: string;
865
+ options: {
866
+ label: string;
867
+ value: string;
868
+ }[];
869
+ props?: undefined;
870
+ control?: undefined;
871
+ effect?: undefined;
872
+ } | {
873
+ type: string;
874
+ field: string;
875
+ title: string;
876
+ value: string;
877
+ options: {
878
+ label: string;
879
+ value: string;
880
+ }[];
881
+ control: {
882
+ value: string;
883
+ rule: {
884
+ type: string;
885
+ field: string;
886
+ title: string;
887
+ value: string;
888
+ }[];
889
+ }[];
890
+ effect: {
891
+ help: string;
892
+ };
893
+ props?: undefined;
894
+ } | {
895
+ type: string;
896
+ field: string;
897
+ title: string;
898
+ value: boolean;
899
+ effect: {
900
+ help: string;
901
+ };
902
+ props?: undefined;
903
+ options?: undefined;
904
+ control?: undefined;
905
+ })[];
906
+ } | {
907
+ icon: string;
908
+ label: string;
909
+ name: string;
910
+ rule(): {
911
+ type: string;
912
+ props: {
913
+ title: string;
914
+ leftText: string;
915
+ rightText: string;
916
+ leftArrow: boolean;
917
+ border: boolean;
918
+ fixed: boolean;
919
+ placeholder: boolean;
920
+ };
921
+ showStyle: boolean;
922
+ fixed: boolean;
923
+ };
924
+ props(): ({
925
+ type: string;
926
+ field: string;
927
+ title: string;
928
+ value?: undefined;
929
+ } | {
930
+ type: string;
931
+ field: string;
932
+ title: string;
933
+ value: string;
934
+ })[];
935
+ } | {
936
+ icon: string;
937
+ label: string;
938
+ name: string;
939
+ rule(): {
940
+ type: string;
941
+ props: {
942
+ text: string;
943
+ leftIcon: string;
944
+ delay: number;
945
+ speed: number;
946
+ };
947
+ showStyle: boolean;
948
+ };
949
+ props(): ({
950
+ type: string;
951
+ field: string;
952
+ title: string;
953
+ value?: undefined;
954
+ props?: undefined;
955
+ } | {
956
+ type: string;
957
+ field: string;
958
+ title: string;
959
+ value: string;
960
+ props: {
961
+ showTab: {
962
+ el: boolean;
963
+ vant: boolean;
964
+ cloud: boolean;
965
+ };
966
+ min?: undefined;
967
+ max?: undefined;
968
+ step?: undefined;
969
+ };
970
+ } | {
971
+ type: string;
972
+ field: string;
973
+ title: string;
974
+ value: string;
975
+ props?: undefined;
976
+ } | {
977
+ type: string;
978
+ field: string;
979
+ title: string;
980
+ value: number;
981
+ props: {
982
+ min: number;
983
+ max: number;
984
+ step: number;
985
+ showTab?: undefined;
986
+ };
987
+ })[];
988
+ } | {
989
+ icon: string;
990
+ label: string;
991
+ name: string;
992
+ rule(): {
993
+ type: string;
994
+ props: {
995
+ swipeList: {
996
+ img: string;
997
+ url: string;
998
+ title: string;
999
+ show: boolean;
1000
+ }[];
1001
+ autoplay: number;
1002
+ };
1003
+ showStyle: boolean;
1004
+ };
1005
+ props(): ({
1006
+ type: string;
1007
+ field: string;
1008
+ title: string;
1009
+ value: boolean;
1010
+ control: {
1011
+ value: boolean;
1012
+ rule: ({
1013
+ type: string;
1014
+ field: string;
1015
+ title: string;
1016
+ value: number;
1017
+ props: {
1018
+ min: number;
1019
+ max: number;
1020
+ };
1021
+ options?: undefined;
1022
+ } | {
1023
+ type: string;
1024
+ field: string;
1025
+ title: string;
1026
+ value: string;
1027
+ options: {
1028
+ label: string;
1029
+ value: string;
1030
+ }[];
1031
+ props?: undefined;
1032
+ })[];
1033
+ }[];
1034
+ props?: undefined;
1035
+ children?: undefined;
1036
+ col?: undefined;
1037
+ } | {
1038
+ type: string;
1039
+ field: string;
1040
+ title: string;
1041
+ value: string;
1042
+ control?: undefined;
1043
+ props?: undefined;
1044
+ children?: undefined;
1045
+ col?: undefined;
1046
+ } | {
1047
+ type: string;
1048
+ field: string;
1049
+ title: string;
1050
+ value: number;
1051
+ props: {
1052
+ min: number;
1053
+ max: number;
1054
+ step: number;
1055
+ formatTooltip: (val: any) => string;
1056
+ title?: undefined;
1057
+ defaultValue?: undefined;
1058
+ rule?: undefined;
1059
+ };
1060
+ control?: undefined;
1061
+ children?: undefined;
1062
+ col?: undefined;
1063
+ } | {
1064
+ type: string;
1065
+ props: {
1066
+ min?: undefined;
1067
+ max?: undefined;
1068
+ step?: undefined;
1069
+ formatTooltip?: undefined;
1070
+ title?: undefined;
1071
+ defaultValue?: undefined;
1072
+ rule?: undefined;
1073
+ };
1074
+ children: string[];
1075
+ col: {
1076
+ span: number;
1077
+ };
1078
+ field: string;
1079
+ title?: undefined;
1080
+ value?: undefined;
1081
+ control?: undefined;
1082
+ } | {
1083
+ type: string;
1084
+ field: string;
1085
+ value: never[];
1086
+ props: {
1087
+ title: string;
1088
+ defaultValue: {
1089
+ img: string;
1090
+ url: string;
1091
+ title: string;
1092
+ };
1093
+ rule: ({
1094
+ type: string;
1095
+ field: string;
1096
+ value: string;
1097
+ title: string;
1098
+ props?: undefined;
1099
+ } | {
1100
+ type: string;
1101
+ field: string;
1102
+ value: boolean;
1103
+ title: string;
1104
+ props?: undefined;
1105
+ } | {
1106
+ type: string;
1107
+ field: string;
1108
+ props: {
1109
+ showInput: boolean;
1110
+ };
1111
+ value: {};
1112
+ title: string;
1113
+ })[];
1114
+ min?: undefined;
1115
+ max?: undefined;
1116
+ step?: undefined;
1117
+ formatTooltip?: undefined;
1118
+ };
1119
+ title?: undefined;
1120
+ control?: undefined;
1121
+ children?: undefined;
1122
+ col?: undefined;
1123
+ })[];
1124
+ } | {
1125
+ icon: string;
1126
+ label: string;
1127
+ name: string;
1128
+ rule(): {
1129
+ type: string;
1130
+ props: {
1131
+ tabBars: {
1132
+ title: string;
1133
+ icon: string;
1134
+ url: string;
1135
+ }[];
1136
+ };
1137
+ fixed: boolean;
1138
+ showStyle: boolean;
1139
+ };
1140
+ props(): ({
1141
+ type: string;
1142
+ field: string;
1143
+ title: string;
1144
+ value: string;
1145
+ props?: undefined;
1146
+ } | {
1147
+ type: string;
1148
+ field: string;
1149
+ title: string;
1150
+ value: number;
1151
+ props?: undefined;
1152
+ } | {
1153
+ type: string;
1154
+ field: string;
1155
+ value: never[];
1156
+ props: {
1157
+ title: string;
1158
+ defaultValue: {
1159
+ title: string;
1160
+ icon: string;
1161
+ };
1162
+ rule: ({
1163
+ type: string;
1164
+ field: string;
1165
+ title: string;
1166
+ value?: undefined;
1167
+ control?: undefined;
1168
+ options?: undefined;
1169
+ } | {
1170
+ type: string;
1171
+ field: string;
1172
+ title: string;
1173
+ value: boolean;
1174
+ control: ({
1175
+ value: boolean;
1176
+ rule: {
1177
+ type: string;
1178
+ field: string;
1179
+ title: string;
1180
+ value: string;
1181
+ props: {
1182
+ showTab: {
1183
+ el: boolean;
1184
+ cloud: boolean;
1185
+ vant: boolean;
1186
+ };
1187
+ };
1188
+ }[];
1189
+ } | {
1190
+ value: boolean;
1191
+ rule: {
1192
+ type: string;
1193
+ field: string;
1194
+ title: string;
1195
+ value: string;
1196
+ }[];
1197
+ })[];
1198
+ options?: undefined;
1199
+ } | {
1200
+ type: string;
1201
+ field: string;
1202
+ title: string;
1203
+ value: string;
1204
+ options: {
1205
+ label: string;
1206
+ value: string;
1207
+ }[];
1208
+ control: {
1209
+ value: string;
1210
+ rule: {
1211
+ type: string;
1212
+ field: string;
1213
+ title: string;
1214
+ value: string;
1215
+ }[];
1216
+ }[];
1217
+ })[];
1218
+ };
1219
+ title?: undefined;
1220
+ })[];
1221
+ } | {
1222
+ icon: string;
1223
+ label: string;
1224
+ name: string;
1225
+ rule(): {
1226
+ type: string;
1227
+ props: {
1228
+ textarea: string;
1229
+ };
1230
+ showStyle: boolean;
1231
+ children: never[];
1232
+ };
1233
+ props(): ({
1234
+ type: string;
1235
+ props: {};
1236
+ children: string[];
1237
+ col: {
1238
+ span: number;
1239
+ };
1240
+ field: string;
1241
+ value?: undefined;
1242
+ } | {
1243
+ type: string;
1244
+ field: string;
1245
+ value: string;
1246
+ props?: undefined;
1247
+ children?: undefined;
1248
+ col?: undefined;
1249
+ })[];
1250
+ } | {
1251
+ icon: string;
1252
+ label: string;
1253
+ name: string;
1254
+ rule(): {
1255
+ type: string;
1256
+ props: {
1257
+ videoPath: string;
1258
+ isHeight: boolean;
1259
+ isOpenClose: boolean;
1260
+ };
1261
+ showStyle: boolean;
1262
+ };
1263
+ props(): ({
1264
+ type: string;
1265
+ field: string;
1266
+ title: string;
1267
+ value: string;
1268
+ control?: undefined;
1269
+ suffix?: undefined;
1270
+ } | {
1271
+ type: string;
1272
+ field: string;
1273
+ title: string;
1274
+ value: boolean;
1275
+ control: {
1276
+ value: boolean;
1277
+ rule: {
1278
+ type: string;
1279
+ field: string;
1280
+ title: string;
1281
+ value: number;
1282
+ props: {
1283
+ min: number;
1284
+ height: number;
1285
+ };
1286
+ suffix: {
1287
+ type: string;
1288
+ style: {
1289
+ fontSize: string;
1290
+ color: string;
1291
+ };
1292
+ children: string[];
1293
+ };
1294
+ }[];
1295
+ }[];
1296
+ suffix: {
1297
+ type: string;
1298
+ style: {
1299
+ fontSize: string;
1300
+ color: string;
1301
+ };
1302
+ children: string[];
1303
+ };
1304
+ } | {
1305
+ type: string;
1306
+ field: string;
1307
+ title: string;
1308
+ suffix: {
1309
+ type: string;
1310
+ style: {
1311
+ fontSize: string;
1312
+ color: string;
1313
+ };
1314
+ children: string[];
1315
+ };
1316
+ value?: undefined;
1317
+ control?: undefined;
1318
+ })[];
1319
+ } | {
1320
+ icon: string;
1321
+ label: string;
1322
+ name: string;
1323
+ rule(): {
1324
+ type: string;
1325
+ props: {};
1326
+ showStyle: boolean;
1327
+ };
1328
+ props(): ({
1329
+ type: string;
1330
+ field: string;
1331
+ title: string;
1332
+ value: string;
1333
+ props?: undefined;
1334
+ options?: undefined;
1335
+ control?: undefined;
1336
+ } | {
1337
+ type: string;
1338
+ field: string;
1339
+ title: string;
1340
+ value: number;
1341
+ props: {
1342
+ min: number;
1343
+ max: number;
1344
+ };
1345
+ options?: undefined;
1346
+ control?: undefined;
1347
+ } | {
1348
+ type: string;
1349
+ field: string;
1350
+ title: string;
1351
+ value: boolean;
1352
+ props?: undefined;
1353
+ options?: undefined;
1354
+ control?: undefined;
1355
+ } | {
1356
+ type: string;
1357
+ field: string;
1358
+ title: string;
1359
+ value: string;
1360
+ options: {
1361
+ label: string;
1362
+ value: string;
1363
+ }[];
1364
+ control: ({
1365
+ value: string;
1366
+ rule: ({
1367
+ type: string;
1368
+ field: string;
1369
+ title: string;
1370
+ value: string;
1371
+ props: {
1372
+ isVant: boolean;
1373
+ };
1374
+ } | {
1375
+ type: string;
1376
+ field: string;
1377
+ title: string;
1378
+ value?: undefined;
1379
+ props?: undefined;
1380
+ } | {
1381
+ type: string;
1382
+ field: string;
1383
+ title: string;
1384
+ value: number;
1385
+ props?: undefined;
1386
+ })[];
1387
+ handle?: undefined;
1388
+ } | {
1389
+ value: string;
1390
+ rule: ({
1391
+ type: string;
1392
+ field: string;
1393
+ title: string;
1394
+ value: string;
1395
+ } | {
1396
+ type: string;
1397
+ field: string;
1398
+ title: string;
1399
+ value: number;
1400
+ })[];
1401
+ handle?: undefined;
1402
+ } | {
1403
+ handle(val: any): boolean;
1404
+ rule: {
1405
+ type: string;
1406
+ field: string;
1407
+ title: string;
1408
+ value: number;
1409
+ }[];
1410
+ value?: undefined;
1411
+ })[];
1412
+ props?: undefined;
1413
+ } | {
1414
+ type: string;
1415
+ field: string;
1416
+ title: string;
1417
+ value: boolean;
1418
+ control: {
1419
+ value: boolean;
1420
+ rule: ({
1421
+ type: string;
1422
+ field: string;
1423
+ title: string;
1424
+ value: string;
1425
+ } | {
1426
+ type: string;
1427
+ field: string;
1428
+ title: string;
1429
+ value: number;
1430
+ } | {
1431
+ type: string;
1432
+ field: string;
1433
+ title: string;
1434
+ value?: undefined;
1435
+ })[];
1436
+ }[];
1437
+ props?: undefined;
1438
+ options?: undefined;
1439
+ })[];
1440
+ } | {
1441
+ icon: string;
1442
+ label: string;
1443
+ name: string;
1444
+ count: number;
1445
+ rule(): {
1446
+ type: string;
1447
+ wrap: {
1448
+ show: boolean;
1449
+ };
1450
+ style: {
1451
+ width: string;
1452
+ };
1453
+ showStyle: boolean;
1454
+ children: never[];
1455
+ props: {
1456
+ description: string;
1457
+ };
1458
+ fixed: boolean;
1459
+ };
1460
+ props(): ({
1461
+ type: string;
1462
+ field: string;
1463
+ title?: undefined;
1464
+ value?: undefined;
1465
+ props?: undefined;
1466
+ } | {
1467
+ type: string;
1468
+ field: string;
1469
+ title: string;
1470
+ value: {
1471
+ field1: string;
1472
+ field2: string;
1473
+ }[];
1474
+ props: {
1475
+ defaultValue: {
1476
+ field1: string;
1477
+ field2: string;
1478
+ };
1479
+ rule: {
1480
+ type: string;
1481
+ field: string;
1482
+ title: string;
1483
+ }[];
1484
+ };
1485
+ } | {
1486
+ type: string;
1487
+ field: string;
1488
+ title: string;
1489
+ value: {
1490
+ field1: string;
1491
+ field2: string;
1492
+ };
1493
+ props: {
1494
+ rule: {
1495
+ type: string;
1496
+ field: string;
1497
+ title: string;
1498
+ }[];
1499
+ defaultValue?: undefined;
1500
+ };
1501
+ })[];
1502
+ } | {
1503
+ icon: string;
1504
+ label: string;
1505
+ name: string;
1506
+ children: string;
1507
+ mask: boolean;
1508
+ rule(): {
1509
+ type: string;
1510
+ style: string;
1511
+ children: never[];
1512
+ showStyle: boolean;
1513
+ };
1514
+ props(): ({
1515
+ type: string;
1516
+ field: string;
1517
+ title: string;
1518
+ value: boolean;
1519
+ control: {
1520
+ value: boolean;
1521
+ rule: ({
1522
+ type: string;
1523
+ field: string;
1524
+ title: string;
1525
+ options: {
1526
+ label: string;
1527
+ value: string;
1528
+ }[];
1529
+ effect: {
1530
+ help: string;
1531
+ };
1532
+ control: {
1533
+ value: string;
1534
+ rule: {
1535
+ type: string;
1536
+ field: string;
1537
+ title: string;
1538
+ value: string;
1539
+ }[];
1540
+ }[];
1541
+ value: string;
1542
+ } | {
1543
+ type: string;
1544
+ field: string;
1545
+ title: string;
1546
+ value: string;
1547
+ effect: {
1548
+ help: string;
1549
+ };
1550
+ options?: undefined;
1551
+ control?: undefined;
1552
+ } | {
1553
+ type: string;
1554
+ field: string;
1555
+ title: string;
1556
+ value: string;
1557
+ options?: undefined;
1558
+ effect?: undefined;
1559
+ control?: undefined;
1560
+ } | {
1561
+ type: string;
1562
+ field: string;
1563
+ title: string;
1564
+ value: boolean;
1565
+ effect: {
1566
+ help: string;
1567
+ };
1568
+ options?: undefined;
1569
+ control?: undefined;
1570
+ })[];
1571
+ }[];
1572
+ effect?: undefined;
1573
+ } | {
1574
+ type: string;
1575
+ field: string;
1576
+ title: string;
1577
+ value: number;
1578
+ effect: {
1579
+ help: string;
1580
+ };
1581
+ control?: undefined;
1582
+ } | {
1583
+ type: string;
1584
+ field: string;
1585
+ title: string;
1586
+ value: boolean;
1587
+ control?: undefined;
1588
+ effect?: undefined;
1589
+ } | {
1590
+ type: string;
1591
+ field: string;
1592
+ title: string;
1593
+ value: boolean;
1594
+ effect: {
1595
+ help: string;
1596
+ };
1597
+ control?: undefined;
1598
+ } | {
1599
+ type: string;
1600
+ field: string;
1601
+ title: string;
1602
+ value: boolean;
1603
+ effect: {
1604
+ help: string;
1605
+ };
1606
+ control: {
1607
+ value: boolean;
1608
+ rule: {
1609
+ type: string;
1610
+ field: string;
1611
+ title: string;
1612
+ value: string;
1613
+ effect: {
1614
+ help: string;
1615
+ };
1616
+ }[];
1617
+ }[];
1618
+ })[];
1619
+ } | {
1620
+ icon: string;
1621
+ label: string;
1622
+ name: string;
1623
+ rule(): {
1624
+ type: string;
1625
+ wrap: {
1626
+ show: boolean;
1627
+ };
1628
+ style: {
1629
+ width: string;
1630
+ height: string;
1631
+ };
1632
+ showStyle: boolean;
1633
+ children: never[];
1634
+ };
1635
+ props(): {
1636
+ type: string;
1637
+ field: string;
1638
+ native: boolean;
1639
+ props: {
1640
+ rule: {
1641
+ type: string;
1642
+ field: string;
1643
+ title: string;
1644
+ }[];
1645
+ };
1646
+ }[];
1647
+ } | {
1648
+ icon: string;
1649
+ label: string;
1650
+ name: string;
1651
+ mask: boolean;
1652
+ rule(): {
1653
+ type: string;
1654
+ props: {};
1655
+ children: never[];
1656
+ showStyle: boolean;
1657
+ };
1658
+ children: string;
1659
+ childrenLen: number;
1660
+ props(): ({
1661
+ type: string;
1662
+ field: string;
1663
+ title: string;
1664
+ value: number;
1665
+ props?: undefined;
1666
+ control?: undefined;
1667
+ } | {
1668
+ type: string;
1669
+ field: string;
1670
+ title: string;
1671
+ props: {
1672
+ activeValue: string;
1673
+ inactiveValue: string;
1674
+ };
1675
+ control: {
1676
+ value: string;
1677
+ rule: {
1678
+ type: string;
1679
+ field: string;
1680
+ title: string;
1681
+ options: {
1682
+ label: string;
1683
+ value: string;
1684
+ }[];
1685
+ value: string;
1686
+ }[];
1687
+ }[];
1688
+ value?: undefined;
1689
+ })[];
1690
+ } | {
1691
+ icon: string;
1692
+ label: string;
1693
+ name: string;
1694
+ rule(): {
1695
+ type: string;
1696
+ props: {
1697
+ hairline: boolean;
1698
+ contentPosition: string;
1699
+ };
1700
+ wrap: {
1701
+ show: boolean;
1702
+ };
1703
+ native: boolean;
1704
+ showStyle: boolean;
1705
+ children: string[];
1706
+ };
1707
+ props(): ({
1708
+ type: string;
1709
+ field: string;
1710
+ title: string;
1711
+ props?: undefined;
1712
+ options?: undefined;
1713
+ } | {
1714
+ type: string;
1715
+ field: string;
1716
+ title: string;
1717
+ props: {
1718
+ type: string;
1719
+ };
1720
+ options: {
1721
+ label: string;
1722
+ value: string;
1723
+ }[];
1724
+ })[];
1725
+ } | {
1726
+ icon: string;
1727
+ label: string;
1728
+ name: string;
1729
+ children: string;
1730
+ mask: boolean;
1731
+ rule(): {
1732
+ type: string;
1733
+ style: string;
1734
+ children: never[];
1735
+ showStyle: boolean;
1736
+ };
1737
+ props(): ({
1738
+ type: string;
1739
+ field: string;
1740
+ title: string;
1741
+ props: {
1742
+ min: number;
1743
+ max: number;
1744
+ step: number;
1745
+ };
1746
+ effect: {
1747
+ help: string;
1748
+ };
1749
+ value?: undefined;
1750
+ } | {
1751
+ type: string;
1752
+ field: string;
1753
+ title: string;
1754
+ value: number;
1755
+ effect: {
1756
+ help: string;
1757
+ };
1758
+ props?: undefined;
1759
+ } | {
1760
+ type: string;
1761
+ field: string;
1762
+ title: string;
1763
+ value: boolean;
1764
+ props?: undefined;
1765
+ effect?: undefined;
1766
+ } | {
1767
+ type: string;
1768
+ field: string;
1769
+ title: string;
1770
+ value: boolean;
1771
+ effect: {
1772
+ help: string;
1773
+ };
1774
+ props?: undefined;
1775
+ } | {
1776
+ type: string;
1777
+ field: string;
1778
+ title: string;
1779
+ value: string;
1780
+ effect: {
1781
+ help: string;
1782
+ };
1783
+ props?: undefined;
1784
+ })[];
1785
+ } | {
1786
+ label: string;
1787
+ name: string;
1788
+ inside: boolean;
1789
+ drag: boolean;
1790
+ dragBtn: boolean;
1791
+ mask: boolean;
1792
+ rule(): {
1793
+ type: string;
1794
+ props: {
1795
+ title: string;
1796
+ };
1797
+ children: never[];
1798
+ showStyle: boolean;
1799
+ };
1800
+ props(): ({
1801
+ type: string;
1802
+ field: string;
1803
+ title: string;
1804
+ effect?: undefined;
1805
+ } | {
1806
+ type: string;
1807
+ field: string;
1808
+ title: string;
1809
+ effect: {
1810
+ help: string;
1811
+ };
1812
+ })[];
1813
+ } | {
1814
+ name: string;
1815
+ drag: boolean;
1816
+ dragBtn: boolean;
1817
+ inside: boolean;
1818
+ mask: boolean;
1819
+ label: string;
1820
+ rule(): {
1821
+ type: string;
1822
+ props: {
1823
+ span: number;
1824
+ };
1825
+ children: never[];
1826
+ showStyle: boolean;
1827
+ };
1828
+ props(): ({
1829
+ type: string;
1830
+ field: string;
1831
+ title: string;
1832
+ value: number;
1833
+ props: {
1834
+ min: number;
1835
+ max: number;
1836
+ };
1837
+ } | {
1838
+ type: string;
1839
+ field: string;
1840
+ title: string;
1841
+ props: {
1842
+ min: number;
1843
+ max: number;
1844
+ };
1845
+ value?: undefined;
1846
+ })[];
1847
+ } | {
1848
+ label: string;
1849
+ name: string;
1850
+ inside: boolean;
1851
+ drag: boolean;
1852
+ dragBtn: boolean;
1853
+ mask: boolean;
1854
+ rule(): {
1855
+ type: string;
1856
+ props: {
1857
+ title: string;
1858
+ };
1859
+ children: never[];
1860
+ showStyle: boolean;
1861
+ };
1862
+ props(): {
1863
+ type: string;
1864
+ props: {
1865
+ description: string;
1866
+ };
1867
+ col: {
1868
+ span: number;
1869
+ };
1870
+ field: string;
1871
+ }[];
1872
+ };
1873
+ };
1874
+ export function createMenu(): ({
1875
+ name: string;
1876
+ title: string;
1877
+ list: ({
1878
+ icon: string;
1879
+ label: string;
1880
+ name: string;
1881
+ rule(): {
1882
+ type: string;
1883
+ props: {};
1884
+ showStyle: boolean;
1885
+ fixed: boolean;
1886
+ };
1887
+ props(): ({
1888
+ type: string;
1889
+ field: string;
1890
+ title: string;
1891
+ value: {};
1892
+ options?: undefined;
1893
+ control?: undefined;
1894
+ effect?: undefined;
1895
+ } | {
1896
+ type: string;
1897
+ field: string;
1898
+ title: string;
1899
+ value: string;
1900
+ options?: undefined;
1901
+ control?: undefined;
1902
+ effect?: undefined;
1903
+ } | {
1904
+ type: string;
1905
+ field: string;
1906
+ title: string;
1907
+ value: string;
1908
+ options: {
1909
+ label: string;
1910
+ value: string;
1911
+ }[];
1912
+ control: ({
1913
+ value: string;
1914
+ rule: ({
1915
+ type: string;
1916
+ field: string;
1917
+ title: string;
1918
+ value: string;
1919
+ options?: undefined;
1920
+ } | {
1921
+ type: string;
1922
+ field: string;
1923
+ title: string;
1924
+ value: boolean;
1925
+ options?: undefined;
1926
+ } | {
1927
+ type: string;
1928
+ field: string;
1929
+ title: string;
1930
+ value: string;
1931
+ options: {
1932
+ label: string;
1933
+ value: string;
1934
+ }[];
1935
+ })[];
1936
+ } | {
1937
+ value: string;
1938
+ rule: ({
1939
+ type: string;
1940
+ field: string;
1941
+ title: string;
1942
+ value: string;
1943
+ props?: undefined;
1944
+ } | {
1945
+ type: string;
1946
+ field: string;
1947
+ title: string;
1948
+ value: number;
1949
+ props: {
1950
+ min: number;
1951
+ max: number;
1952
+ };
1953
+ })[];
1954
+ })[];
1955
+ effect: {
1956
+ help: string;
1957
+ };
1958
+ })[];
1959
+ } | {
1960
+ icon: string;
1961
+ label: string;
1962
+ name: string;
1963
+ rule(): {
1964
+ type: string;
1965
+ props: {
1966
+ dataType: string;
1967
+ bulletData: {
1968
+ text: string;
1969
+ avatar: string;
1970
+ }[];
1971
+ };
1972
+ fixed: boolean;
1973
+ showStyle: boolean;
1974
+ };
1975
+ props(): ({
1976
+ type: string;
1977
+ field: string;
1978
+ title: string;
1979
+ props: {
1980
+ showAlpha: boolean;
1981
+ min?: undefined;
1982
+ max?: undefined;
1983
+ step?: undefined;
1984
+ };
1985
+ value: string;
1986
+ options?: undefined;
1987
+ control?: undefined;
1988
+ } | {
1989
+ type: string;
1990
+ field: string;
1991
+ title: string;
1992
+ value: string;
1993
+ props?: undefined;
1994
+ options?: undefined;
1995
+ control?: undefined;
1996
+ } | {
1997
+ type: string;
1998
+ field: string;
1999
+ title: string;
2000
+ value: number;
2001
+ props: {
2002
+ min: number;
2003
+ max: number;
2004
+ step: number;
2005
+ showAlpha?: undefined;
2006
+ };
2007
+ options?: undefined;
2008
+ control?: undefined;
2009
+ } | {
2010
+ type: string;
2011
+ field: string;
2012
+ title: string;
2013
+ value: string;
2014
+ options: {
2015
+ label: string;
2016
+ value: string;
2017
+ }[];
2018
+ control: ({
2019
+ value: string;
2020
+ rule: {
2021
+ type: string;
2022
+ field: string;
2023
+ value: {
2024
+ text: string;
2025
+ avatar: string;
2026
+ }[];
2027
+ props: {
2028
+ titleField: string;
2029
+ defaultValue: {
2030
+ avatar: string;
2031
+ text: string;
2032
+ };
2033
+ rule: ({
2034
+ type: string;
2035
+ field: string;
2036
+ title: string;
2037
+ value?: undefined;
2038
+ } | {
2039
+ type: string;
2040
+ field: string;
2041
+ title: string;
2042
+ value: string;
2043
+ })[];
2044
+ };
2045
+ }[];
2046
+ } | {
2047
+ value: string;
2048
+ rule: {
2049
+ type: string;
2050
+ field: string;
2051
+ title: string;
2052
+ value: string;
2053
+ props: {
2054
+ label: string;
2055
+ };
2056
+ effect: {
2057
+ help: string;
2058
+ };
2059
+ }[];
2060
+ })[];
2061
+ props?: undefined;
2062
+ })[];
2063
+ } | {
2064
+ icon: string;
2065
+ label: string;
2066
+ name: string;
2067
+ rule(): {
2068
+ type: string;
2069
+ props: {
2070
+ groups: {
2071
+ title: string;
2072
+ value: string;
2073
+ }[];
2074
+ };
2075
+ showStyle: boolean;
2076
+ children: never[];
2077
+ style: {};
2078
+ };
2079
+ props(): {
2080
+ type: string;
2081
+ field: string;
2082
+ value: never[];
2083
+ props: {
2084
+ title: string;
2085
+ defaultValue: {
2086
+ title: string;
2087
+ value: string;
2088
+ };
2089
+ rule: {
2090
+ type: string;
2091
+ field: string;
2092
+ title: string;
2093
+ }[];
2094
+ };
2095
+ }[];
2096
+ } | {
2097
+ icon: string;
2098
+ label: string;
2099
+ name: string;
2100
+ rule(): {
2101
+ type: string;
2102
+ props: {
2103
+ fBtnText: string;
2104
+ fWSize: number;
2105
+ fHSize: number;
2106
+ };
2107
+ showStyle: boolean;
2108
+ fixed: boolean;
2109
+ trigger: boolean;
2110
+ event: boolean;
2111
+ };
2112
+ props(): ({
2113
+ type: string;
2114
+ field: string;
2115
+ title: string;
2116
+ value: string;
2117
+ options: {
2118
+ label: string;
2119
+ value: string;
2120
+ }[];
2121
+ control: ({
2122
+ value: string;
2123
+ rule: {
2124
+ type: string;
2125
+ field: string;
2126
+ title: string;
2127
+ value: string;
2128
+ }[];
2129
+ } | {
2130
+ value: string;
2131
+ rule: {
2132
+ type: string;
2133
+ field: string;
2134
+ title: string;
2135
+ value: string;
2136
+ effect: {
2137
+ help: string;
2138
+ };
2139
+ }[];
2140
+ })[];
2141
+ effect?: undefined;
2142
+ } | {
2143
+ type: string;
2144
+ field: string;
2145
+ title: string;
2146
+ value: string;
2147
+ options: {
2148
+ label: string;
2149
+ value: string;
2150
+ }[];
2151
+ control: ({
2152
+ value: string;
2153
+ rule: ({
2154
+ type: string;
2155
+ field: string;
2156
+ title: string;
2157
+ value: string;
2158
+ props: {
2159
+ isVant: boolean;
2160
+ showAlpha?: undefined;
2161
+ };
2162
+ options?: undefined;
2163
+ col?: undefined;
2164
+ } | {
2165
+ type: string;
2166
+ field: string;
2167
+ title: string;
2168
+ value: string;
2169
+ props?: undefined;
2170
+ options?: undefined;
2171
+ col?: undefined;
2172
+ } | {
2173
+ type: string;
2174
+ field: string;
2175
+ title: string;
2176
+ value: boolean;
2177
+ props?: undefined;
2178
+ options?: undefined;
2179
+ col?: undefined;
2180
+ } | {
2181
+ type: string;
2182
+ field: string;
2183
+ title: string;
2184
+ value: string;
2185
+ options: {
2186
+ label: string;
2187
+ value: string;
2188
+ }[];
2189
+ props?: undefined;
2190
+ col?: undefined;
2191
+ } | {
2192
+ type: string;
2193
+ field: string;
2194
+ title: string;
2195
+ value: string;
2196
+ col: {
2197
+ span: number;
2198
+ };
2199
+ props: {
2200
+ showAlpha: boolean;
2201
+ isVant?: undefined;
2202
+ };
2203
+ options?: undefined;
2204
+ })[];
2205
+ } | {
2206
+ value: string;
2207
+ rule: ({
2208
+ type: string;
2209
+ field: string;
2210
+ title: string;
2211
+ value: string;
2212
+ control: {
2213
+ handle(val: any): boolean;
2214
+ rule: {
2215
+ type: string;
2216
+ field: string;
2217
+ title: string;
2218
+ value: number;
2219
+ props: {
2220
+ min: number;
2221
+ max: number;
2222
+ };
2223
+ col: {
2224
+ span: number;
2225
+ };
2226
+ }[];
2227
+ }[];
2228
+ props?: undefined;
2229
+ } | {
2230
+ type: string;
2231
+ field: string;
2232
+ title: string;
2233
+ value: string;
2234
+ props: {
2235
+ isVant: boolean;
2236
+ };
2237
+ control: {
2238
+ handle(val: any): boolean;
2239
+ rule: {
2240
+ type: string;
2241
+ field: string;
2242
+ title: string;
2243
+ value: number;
2244
+ props: {
2245
+ min: number;
2246
+ max: number;
2247
+ };
2248
+ col: {
2249
+ span: number;
2250
+ };
2251
+ }[];
2252
+ }[];
2253
+ } | {
2254
+ type: string;
2255
+ field: string;
2256
+ title: string;
2257
+ value: boolean;
2258
+ control: {
2259
+ value: boolean;
2260
+ rule: ({
2261
+ type: string;
2262
+ field: string;
2263
+ title: string;
2264
+ value: number;
2265
+ props: {
2266
+ min: number;
2267
+ max: number;
2268
+ showAlpha?: undefined;
2269
+ step?: undefined;
2270
+ };
2271
+ col?: undefined;
2272
+ } | {
2273
+ type: string;
2274
+ field: string;
2275
+ title: string;
2276
+ value: string;
2277
+ props: {
2278
+ showAlpha: boolean;
2279
+ min?: undefined;
2280
+ max?: undefined;
2281
+ step?: undefined;
2282
+ };
2283
+ col: {
2284
+ span: number;
2285
+ offset?: undefined;
2286
+ };
2287
+ } | {
2288
+ type: string;
2289
+ field: string;
2290
+ title: string;
2291
+ value: string;
2292
+ col: {
2293
+ span: number;
2294
+ offset: number;
2295
+ };
2296
+ props?: undefined;
2297
+ } | {
2298
+ type: string;
2299
+ field: string;
2300
+ title: string;
2301
+ value: number;
2302
+ props: {
2303
+ min: number;
2304
+ max: number;
2305
+ step: number;
2306
+ showAlpha?: undefined;
2307
+ };
2308
+ col: {
2309
+ span: number;
2310
+ offset?: undefined;
2311
+ };
2312
+ } | {
2313
+ type: string;
2314
+ field: string;
2315
+ title: string;
2316
+ value: number;
2317
+ props: {
2318
+ min: number;
2319
+ max: number;
2320
+ step: number;
2321
+ showAlpha?: undefined;
2322
+ };
2323
+ col: {
2324
+ span: number;
2325
+ offset: number;
2326
+ };
2327
+ })[];
2328
+ }[];
2329
+ props?: undefined;
2330
+ } | {
2331
+ type: string;
2332
+ field: string;
2333
+ title: string;
2334
+ value: string;
2335
+ control: {
2336
+ handle(val: any): boolean;
2337
+ rule: {
2338
+ type: string;
2339
+ field: string;
2340
+ title: string;
2341
+ value: number;
2342
+ props: {
2343
+ min: number;
2344
+ max: number;
2345
+ step: number;
2346
+ };
2347
+ }[];
2348
+ }[];
2349
+ props?: undefined;
2350
+ })[];
2351
+ })[];
2352
+ effect: {
2353
+ help: string;
2354
+ };
2355
+ })[];
2356
+ } | {
2357
+ icon: string;
2358
+ label: string;
2359
+ name: string;
2360
+ event: boolean;
2361
+ rule(): {
2362
+ type: string;
2363
+ props: {
2364
+ title: string;
2365
+ };
2366
+ showStyle: boolean;
2367
+ fixed: boolean;
2368
+ };
2369
+ props(): ({
2370
+ type: string;
2371
+ field: string;
2372
+ title: string;
2373
+ value: string;
2374
+ props?: undefined;
2375
+ effect?: undefined;
2376
+ options?: undefined;
2377
+ control?: undefined;
2378
+ } | {
2379
+ type: string;
2380
+ field: string;
2381
+ title: string;
2382
+ props: {
2383
+ buttonText: string;
2384
+ };
2385
+ value: string;
2386
+ effect?: undefined;
2387
+ options?: undefined;
2388
+ control?: undefined;
2389
+ } | {
2390
+ type: string;
2391
+ field: string;
2392
+ title: string;
2393
+ value: boolean;
2394
+ effect: {
2395
+ help: string;
2396
+ };
2397
+ props?: undefined;
2398
+ options?: undefined;
2399
+ control?: undefined;
2400
+ } | {
2401
+ type: string;
2402
+ field: string;
2403
+ title: string;
2404
+ value: string;
2405
+ options: {
2406
+ label: string;
2407
+ value: string;
2408
+ }[];
2409
+ control: ({
2410
+ value: string;
2411
+ rule: {
2412
+ type: string;
2413
+ field: string;
2414
+ title: string;
2415
+ value: string;
2416
+ options: {
2417
+ label: string;
2418
+ value: string;
2419
+ }[];
2420
+ control: ({
2421
+ value: string;
2422
+ rule: {
2423
+ type: string;
2424
+ field: string;
2425
+ title: string;
2426
+ value: string;
2427
+ props: {
2428
+ type: string;
2429
+ };
2430
+ }[];
2431
+ } | {
2432
+ value: string;
2433
+ rule: {
2434
+ type: string;
2435
+ field: string;
2436
+ title: string;
2437
+ value: string;
2438
+ }[];
2439
+ })[];
2440
+ }[];
2441
+ handle?: undefined;
2442
+ } | {
2443
+ handle: (val: any) => boolean;
2444
+ rule: {
2445
+ type: string;
2446
+ field: string;
2447
+ title: string;
2448
+ value: string;
2449
+ effect: {
2450
+ help: string;
2451
+ };
2452
+ }[];
2453
+ value?: undefined;
2454
+ })[];
2455
+ props?: undefined;
2456
+ effect?: undefined;
2457
+ })[];
2458
+ } | {
2459
+ icon: string;
2460
+ label: string;
2461
+ name: string;
2462
+ rule(): {
2463
+ type: string;
2464
+ props: {
2465
+ gridCellList: {
2466
+ img: string;
2467
+ url: string;
2468
+ title: string;
2469
+ show: boolean;
2470
+ }[];
2471
+ imgTextGutter: number;
2472
+ };
2473
+ showStyle: boolean;
2474
+ };
2475
+ props(): ({
2476
+ type: string;
2477
+ field: string;
2478
+ title: string;
2479
+ value: string;
2480
+ options: {
2481
+ value: string;
2482
+ label: string;
2483
+ }[];
2484
+ control: {
2485
+ value: string;
2486
+ rule: ({
2487
+ type: string;
2488
+ field: string;
2489
+ title: string;
2490
+ value: number;
2491
+ props: {
2492
+ min: number;
2493
+ max: number;
2494
+ };
2495
+ options?: undefined;
2496
+ control?: undefined;
2497
+ } | {
2498
+ type: string;
2499
+ field: string;
2500
+ title: string;
2501
+ value: boolean;
2502
+ props?: undefined;
2503
+ options?: undefined;
2504
+ control?: undefined;
2505
+ } | {
2506
+ type: string;
2507
+ field: string;
2508
+ title: string;
2509
+ value: string;
2510
+ options: {
2511
+ value: string;
2512
+ label: string;
2513
+ }[];
2514
+ control: {
2515
+ value: string;
2516
+ rule: {
2517
+ type: string;
2518
+ field: string;
2519
+ title: string;
2520
+ value: number;
2521
+ props: {
2522
+ min: number;
2523
+ max: number;
2524
+ };
2525
+ }[];
2526
+ }[];
2527
+ props?: undefined;
2528
+ })[];
2529
+ }[];
2530
+ props?: undefined;
2531
+ } | {
2532
+ type: string;
2533
+ field: string;
2534
+ title: string;
2535
+ value: number;
2536
+ props: {
2537
+ min: number;
2538
+ max: number;
2539
+ title?: undefined;
2540
+ defaultValue?: undefined;
2541
+ rule?: undefined;
2542
+ };
2543
+ options?: undefined;
2544
+ control?: undefined;
2545
+ } | {
2546
+ type: string;
2547
+ field: string;
2548
+ value: never[];
2549
+ props: {
2550
+ title: string;
2551
+ defaultValue: {
2552
+ img: string;
2553
+ url: string;
2554
+ title: string;
2555
+ };
2556
+ rule: ({
2557
+ type: string;
2558
+ field: string;
2559
+ value: string;
2560
+ title: string;
2561
+ props?: undefined;
2562
+ } | {
2563
+ type: string;
2564
+ field: string;
2565
+ value: boolean;
2566
+ title: string;
2567
+ props?: undefined;
2568
+ } | {
2569
+ type: string;
2570
+ field: string;
2571
+ props: {
2572
+ showInput: boolean;
2573
+ };
2574
+ value: {};
2575
+ title: string;
2576
+ })[];
2577
+ min?: undefined;
2578
+ max?: undefined;
2579
+ };
2580
+ title?: undefined;
2581
+ options?: undefined;
2582
+ control?: undefined;
2583
+ })[];
2584
+ } | {
2585
+ icon: string;
2586
+ label: string;
2587
+ name: string;
2588
+ rule(): {
2589
+ type: string;
2590
+ props: {};
2591
+ showStyle: boolean;
2592
+ };
2593
+ props(): ({
2594
+ type: string;
2595
+ field: string;
2596
+ title: string;
2597
+ value: string;
2598
+ options: {
2599
+ label: string;
2600
+ value: string;
2601
+ }[];
2602
+ control: {
2603
+ value: string;
2604
+ rule: {
2605
+ type: string;
2606
+ field: string;
2607
+ title: string;
2608
+ value: number;
2609
+ props: {
2610
+ min: number;
2611
+ max: number;
2612
+ };
2613
+ }[];
2614
+ }[];
2615
+ props?: undefined;
2616
+ } | {
2617
+ type: string;
2618
+ field: string;
2619
+ title: string;
2620
+ value: number;
2621
+ props: {
2622
+ min: number;
2623
+ max: number;
2624
+ title?: undefined;
2625
+ defaultValue?: undefined;
2626
+ rule?: undefined;
2627
+ };
2628
+ options?: undefined;
2629
+ control?: undefined;
2630
+ } | {
2631
+ type: string;
2632
+ field: string;
2633
+ title: string;
2634
+ value: boolean;
2635
+ control: {
2636
+ value: boolean;
2637
+ rule: ({
2638
+ type: string;
2639
+ field: string;
2640
+ title: string;
2641
+ value: number;
2642
+ props: {
2643
+ min: number;
2644
+ max: number;
2645
+ };
2646
+ options?: undefined;
2647
+ } | {
2648
+ type: string;
2649
+ field: string;
2650
+ title: string;
2651
+ value: string;
2652
+ options: {
2653
+ label: string;
2654
+ value: string;
2655
+ }[];
2656
+ props?: undefined;
2657
+ })[];
2658
+ }[];
2659
+ options?: undefined;
2660
+ props?: undefined;
2661
+ } | {
2662
+ type: string;
2663
+ field: string;
2664
+ value: never[];
2665
+ props: {
2666
+ title: string;
2667
+ defaultValue: {
2668
+ img: string;
2669
+ url: string;
2670
+ title: string;
2671
+ };
2672
+ rule: ({
2673
+ type: string;
2674
+ field: string;
2675
+ value: string;
2676
+ title: string;
2677
+ props?: undefined;
2678
+ } | {
2679
+ type: string;
2680
+ field: string;
2681
+ value: boolean;
2682
+ title: string;
2683
+ props?: undefined;
2684
+ } | {
2685
+ type: string;
2686
+ field: string;
2687
+ props: {
2688
+ showInput: boolean;
2689
+ };
2690
+ value: {};
2691
+ title: string;
2692
+ })[];
2693
+ min?: undefined;
2694
+ max?: undefined;
2695
+ };
2696
+ title?: undefined;
2697
+ options?: undefined;
2698
+ control?: undefined;
2699
+ })[];
2700
+ } | {
2701
+ icon: string;
2702
+ label: string;
2703
+ name: string;
2704
+ rule(): {
2705
+ type: string;
2706
+ props: {
2707
+ musicPath: string;
2708
+ isOpenClose: boolean;
2709
+ loop: boolean;
2710
+ };
2711
+ fixed: boolean;
2712
+ showStyle: boolean;
2713
+ };
2714
+ props(): ({
2715
+ type: string;
2716
+ field: string;
2717
+ title: string;
2718
+ value: string;
2719
+ props?: undefined;
2720
+ options?: undefined;
2721
+ control?: undefined;
2722
+ effect?: undefined;
2723
+ } | {
2724
+ type: string;
2725
+ field: string;
2726
+ title: string;
2727
+ value: number;
2728
+ props: {
2729
+ min: number;
2730
+ max: number;
2731
+ };
2732
+ options?: undefined;
2733
+ control?: undefined;
2734
+ effect?: undefined;
2735
+ } | {
2736
+ type: string;
2737
+ field: string;
2738
+ title: string;
2739
+ value: string;
2740
+ options: {
2741
+ label: string;
2742
+ value: string;
2743
+ }[];
2744
+ props?: undefined;
2745
+ control?: undefined;
2746
+ effect?: undefined;
2747
+ } | {
2748
+ type: string;
2749
+ field: string;
2750
+ title: string;
2751
+ value: string;
2752
+ options: {
2753
+ label: string;
2754
+ value: string;
2755
+ }[];
2756
+ control: {
2757
+ value: string;
2758
+ rule: {
2759
+ type: string;
2760
+ field: string;
2761
+ title: string;
2762
+ value: string;
2763
+ }[];
2764
+ }[];
2765
+ effect: {
2766
+ help: string;
2767
+ };
2768
+ props?: undefined;
2769
+ } | {
2770
+ type: string;
2771
+ field: string;
2772
+ title: string;
2773
+ value: boolean;
2774
+ effect: {
2775
+ help: string;
2776
+ };
2777
+ props?: undefined;
2778
+ options?: undefined;
2779
+ control?: undefined;
2780
+ })[];
2781
+ } | {
2782
+ icon: string;
2783
+ label: string;
2784
+ name: string;
2785
+ rule(): {
2786
+ type: string;
2787
+ props: {
2788
+ title: string;
2789
+ leftText: string;
2790
+ rightText: string;
2791
+ leftArrow: boolean;
2792
+ border: boolean;
2793
+ fixed: boolean;
2794
+ placeholder: boolean;
2795
+ };
2796
+ showStyle: boolean;
2797
+ fixed: boolean;
2798
+ };
2799
+ props(): ({
2800
+ type: string;
2801
+ field: string;
2802
+ title: string;
2803
+ value?: undefined;
2804
+ } | {
2805
+ type: string;
2806
+ field: string;
2807
+ title: string;
2808
+ value: string;
2809
+ })[];
2810
+ } | {
2811
+ icon: string;
2812
+ label: string;
2813
+ name: string;
2814
+ rule(): {
2815
+ type: string;
2816
+ props: {
2817
+ text: string;
2818
+ leftIcon: string;
2819
+ delay: number;
2820
+ speed: number;
2821
+ };
2822
+ showStyle: boolean;
2823
+ };
2824
+ props(): ({
2825
+ type: string;
2826
+ field: string;
2827
+ title: string;
2828
+ value?: undefined;
2829
+ props?: undefined;
2830
+ } | {
2831
+ type: string;
2832
+ field: string;
2833
+ title: string;
2834
+ value: string;
2835
+ props: {
2836
+ showTab: {
2837
+ el: boolean;
2838
+ vant: boolean;
2839
+ cloud: boolean;
2840
+ };
2841
+ min?: undefined;
2842
+ max?: undefined;
2843
+ step?: undefined;
2844
+ };
2845
+ } | {
2846
+ type: string;
2847
+ field: string;
2848
+ title: string;
2849
+ value: string;
2850
+ props?: undefined;
2851
+ } | {
2852
+ type: string;
2853
+ field: string;
2854
+ title: string;
2855
+ value: number;
2856
+ props: {
2857
+ min: number;
2858
+ max: number;
2859
+ step: number;
2860
+ showTab?: undefined;
2861
+ };
2862
+ })[];
2863
+ } | {
2864
+ icon: string;
2865
+ label: string;
2866
+ name: string;
2867
+ rule(): {
2868
+ type: string;
2869
+ props: {
2870
+ swipeList: {
2871
+ img: string;
2872
+ url: string;
2873
+ title: string;
2874
+ show: boolean;
2875
+ }[];
2876
+ autoplay: number;
2877
+ };
2878
+ showStyle: boolean;
2879
+ };
2880
+ props(): ({
2881
+ type: string;
2882
+ field: string;
2883
+ title: string;
2884
+ value: boolean;
2885
+ control: {
2886
+ value: boolean;
2887
+ rule: ({
2888
+ type: string;
2889
+ field: string;
2890
+ title: string;
2891
+ value: number;
2892
+ props: {
2893
+ min: number;
2894
+ max: number;
2895
+ };
2896
+ options?: undefined;
2897
+ } | {
2898
+ type: string;
2899
+ field: string;
2900
+ title: string;
2901
+ value: string;
2902
+ options: {
2903
+ label: string;
2904
+ value: string;
2905
+ }[];
2906
+ props?: undefined;
2907
+ })[];
2908
+ }[];
2909
+ props?: undefined;
2910
+ children?: undefined;
2911
+ col?: undefined;
2912
+ } | {
2913
+ type: string;
2914
+ field: string;
2915
+ title: string;
2916
+ value: string;
2917
+ control?: undefined;
2918
+ props?: undefined;
2919
+ children?: undefined;
2920
+ col?: undefined;
2921
+ } | {
2922
+ type: string;
2923
+ field: string;
2924
+ title: string;
2925
+ value: number;
2926
+ props: {
2927
+ min: number;
2928
+ max: number;
2929
+ step: number;
2930
+ formatTooltip: (val: any) => string;
2931
+ title?: undefined;
2932
+ defaultValue?: undefined;
2933
+ rule?: undefined;
2934
+ };
2935
+ control?: undefined;
2936
+ children?: undefined;
2937
+ col?: undefined;
2938
+ } | {
2939
+ type: string;
2940
+ props: {
2941
+ min?: undefined;
2942
+ max?: undefined;
2943
+ step?: undefined;
2944
+ formatTooltip?: undefined;
2945
+ title?: undefined;
2946
+ defaultValue?: undefined;
2947
+ rule?: undefined;
2948
+ };
2949
+ children: string[];
2950
+ col: {
2951
+ span: number;
2952
+ };
2953
+ field: string;
2954
+ title?: undefined;
2955
+ value?: undefined;
2956
+ control?: undefined;
2957
+ } | {
2958
+ type: string;
2959
+ field: string;
2960
+ value: never[];
2961
+ props: {
2962
+ title: string;
2963
+ defaultValue: {
2964
+ img: string;
2965
+ url: string;
2966
+ title: string;
2967
+ };
2968
+ rule: ({
2969
+ type: string;
2970
+ field: string;
2971
+ value: string;
2972
+ title: string;
2973
+ props?: undefined;
2974
+ } | {
2975
+ type: string;
2976
+ field: string;
2977
+ value: boolean;
2978
+ title: string;
2979
+ props?: undefined;
2980
+ } | {
2981
+ type: string;
2982
+ field: string;
2983
+ props: {
2984
+ showInput: boolean;
2985
+ };
2986
+ value: {};
2987
+ title: string;
2988
+ })[];
2989
+ min?: undefined;
2990
+ max?: undefined;
2991
+ step?: undefined;
2992
+ formatTooltip?: undefined;
2993
+ };
2994
+ title?: undefined;
2995
+ control?: undefined;
2996
+ children?: undefined;
2997
+ col?: undefined;
2998
+ })[];
2999
+ } | {
3000
+ icon: string;
3001
+ label: string;
3002
+ name: string;
3003
+ rule(): {
3004
+ type: string;
3005
+ props: {
3006
+ tabBars: {
3007
+ title: string;
3008
+ icon: string;
3009
+ url: string;
3010
+ }[];
3011
+ };
3012
+ fixed: boolean;
3013
+ showStyle: boolean;
3014
+ };
3015
+ props(): ({
3016
+ type: string;
3017
+ field: string;
3018
+ title: string;
3019
+ value: string;
3020
+ props?: undefined;
3021
+ } | {
3022
+ type: string;
3023
+ field: string;
3024
+ title: string;
3025
+ value: number;
3026
+ props?: undefined;
3027
+ } | {
3028
+ type: string;
3029
+ field: string;
3030
+ value: never[];
3031
+ props: {
3032
+ title: string;
3033
+ defaultValue: {
3034
+ title: string;
3035
+ icon: string;
3036
+ };
3037
+ rule: ({
3038
+ type: string;
3039
+ field: string;
3040
+ title: string;
3041
+ value?: undefined;
3042
+ control?: undefined;
3043
+ options?: undefined;
3044
+ } | {
3045
+ type: string;
3046
+ field: string;
3047
+ title: string;
3048
+ value: boolean;
3049
+ control: ({
3050
+ value: boolean;
3051
+ rule: {
3052
+ type: string;
3053
+ field: string;
3054
+ title: string;
3055
+ value: string;
3056
+ props: {
3057
+ showTab: {
3058
+ el: boolean;
3059
+ cloud: boolean;
3060
+ vant: boolean;
3061
+ };
3062
+ };
3063
+ }[];
3064
+ } | {
3065
+ value: boolean;
3066
+ rule: {
3067
+ type: string;
3068
+ field: string;
3069
+ title: string;
3070
+ value: string;
3071
+ }[];
3072
+ })[];
3073
+ options?: undefined;
3074
+ } | {
3075
+ type: string;
3076
+ field: string;
3077
+ title: string;
3078
+ value: string;
3079
+ options: {
3080
+ label: string;
3081
+ value: string;
3082
+ }[];
3083
+ control: {
3084
+ value: string;
3085
+ rule: {
3086
+ type: string;
3087
+ field: string;
3088
+ title: string;
3089
+ value: string;
3090
+ }[];
3091
+ }[];
3092
+ })[];
3093
+ };
3094
+ title?: undefined;
3095
+ })[];
3096
+ } | {
3097
+ icon: string;
3098
+ label: string;
3099
+ name: string;
3100
+ rule(): {
3101
+ type: string;
3102
+ props: {
3103
+ textarea: string;
3104
+ };
3105
+ showStyle: boolean;
3106
+ children: never[];
3107
+ };
3108
+ props(): ({
3109
+ type: string;
3110
+ props: {};
3111
+ children: string[];
3112
+ col: {
3113
+ span: number;
3114
+ };
3115
+ field: string;
3116
+ value?: undefined;
3117
+ } | {
3118
+ type: string;
3119
+ field: string;
3120
+ value: string;
3121
+ props?: undefined;
3122
+ children?: undefined;
3123
+ col?: undefined;
3124
+ })[];
3125
+ } | {
3126
+ icon: string;
3127
+ label: string;
3128
+ name: string;
3129
+ rule(): {
3130
+ type: string;
3131
+ props: {
3132
+ videoPath: string;
3133
+ isHeight: boolean;
3134
+ isOpenClose: boolean;
3135
+ };
3136
+ showStyle: boolean;
3137
+ };
3138
+ props(): ({
3139
+ type: string;
3140
+ field: string;
3141
+ title: string;
3142
+ value: string;
3143
+ control?: undefined;
3144
+ suffix?: undefined;
3145
+ } | {
3146
+ type: string;
3147
+ field: string;
3148
+ title: string;
3149
+ value: boolean;
3150
+ control: {
3151
+ value: boolean;
3152
+ rule: {
3153
+ type: string;
3154
+ field: string;
3155
+ title: string;
3156
+ value: number;
3157
+ props: {
3158
+ min: number;
3159
+ height: number;
3160
+ };
3161
+ suffix: {
3162
+ type: string;
3163
+ style: {
3164
+ fontSize: string;
3165
+ color: string;
3166
+ };
3167
+ children: string[];
3168
+ };
3169
+ }[];
3170
+ }[];
3171
+ suffix: {
3172
+ type: string;
3173
+ style: {
3174
+ fontSize: string;
3175
+ color: string;
3176
+ };
3177
+ children: string[];
3178
+ };
3179
+ } | {
3180
+ type: string;
3181
+ field: string;
3182
+ title: string;
3183
+ suffix: {
3184
+ type: string;
3185
+ style: {
3186
+ fontSize: string;
3187
+ color: string;
3188
+ };
3189
+ children: string[];
3190
+ };
3191
+ value?: undefined;
3192
+ control?: undefined;
3193
+ })[];
3194
+ })[];
3195
+ } | {
3196
+ name: string;
3197
+ title: string;
3198
+ list: ({
3199
+ icon: string;
3200
+ label: string;
3201
+ name: string;
3202
+ rule(): {
3203
+ type: string;
3204
+ props: {};
3205
+ showStyle: boolean;
3206
+ };
3207
+ props(): ({
3208
+ type: string;
3209
+ field: string;
3210
+ title: string;
3211
+ value: string;
3212
+ props?: undefined;
3213
+ options?: undefined;
3214
+ control?: undefined;
3215
+ } | {
3216
+ type: string;
3217
+ field: string;
3218
+ title: string;
3219
+ value: number;
3220
+ props: {
3221
+ min: number;
3222
+ max: number;
3223
+ };
3224
+ options?: undefined;
3225
+ control?: undefined;
3226
+ } | {
3227
+ type: string;
3228
+ field: string;
3229
+ title: string;
3230
+ value: boolean;
3231
+ props?: undefined;
3232
+ options?: undefined;
3233
+ control?: undefined;
3234
+ } | {
3235
+ type: string;
3236
+ field: string;
3237
+ title: string;
3238
+ value: string;
3239
+ options: {
3240
+ label: string;
3241
+ value: string;
3242
+ }[];
3243
+ control: ({
3244
+ value: string;
3245
+ rule: ({
3246
+ type: string;
3247
+ field: string;
3248
+ title: string;
3249
+ value: string;
3250
+ props: {
3251
+ isVant: boolean;
3252
+ };
3253
+ } | {
3254
+ type: string;
3255
+ field: string;
3256
+ title: string;
3257
+ value?: undefined;
3258
+ props?: undefined;
3259
+ } | {
3260
+ type: string;
3261
+ field: string;
3262
+ title: string;
3263
+ value: number;
3264
+ props?: undefined;
3265
+ })[];
3266
+ handle?: undefined;
3267
+ } | {
3268
+ value: string;
3269
+ rule: ({
3270
+ type: string;
3271
+ field: string;
3272
+ title: string;
3273
+ value: string;
3274
+ } | {
3275
+ type: string;
3276
+ field: string;
3277
+ title: string;
3278
+ value: number;
3279
+ })[];
3280
+ handle?: undefined;
3281
+ } | {
3282
+ handle(val: any): boolean;
3283
+ rule: {
3284
+ type: string;
3285
+ field: string;
3286
+ title: string;
3287
+ value: number;
3288
+ }[];
3289
+ value?: undefined;
3290
+ })[];
3291
+ props?: undefined;
3292
+ } | {
3293
+ type: string;
3294
+ field: string;
3295
+ title: string;
3296
+ value: boolean;
3297
+ control: {
3298
+ value: boolean;
3299
+ rule: ({
3300
+ type: string;
3301
+ field: string;
3302
+ title: string;
3303
+ value: string;
3304
+ } | {
3305
+ type: string;
3306
+ field: string;
3307
+ title: string;
3308
+ value: number;
3309
+ } | {
3310
+ type: string;
3311
+ field: string;
3312
+ title: string;
3313
+ value?: undefined;
3314
+ })[];
3315
+ }[];
3316
+ props?: undefined;
3317
+ options?: undefined;
3318
+ })[];
3319
+ } | {
3320
+ icon: string;
3321
+ label: string;
3322
+ name: string;
3323
+ count: number;
3324
+ rule(): {
3325
+ type: string;
3326
+ wrap: {
3327
+ show: boolean;
3328
+ };
3329
+ style: {
3330
+ width: string;
3331
+ };
3332
+ showStyle: boolean;
3333
+ children: never[];
3334
+ props: {
3335
+ description: string;
3336
+ };
3337
+ fixed: boolean;
3338
+ };
3339
+ props(): ({
3340
+ type: string;
3341
+ field: string;
3342
+ title?: undefined;
3343
+ value?: undefined;
3344
+ props?: undefined;
3345
+ } | {
3346
+ type: string;
3347
+ field: string;
3348
+ title: string;
3349
+ value: {
3350
+ field1: string;
3351
+ field2: string;
3352
+ }[];
3353
+ props: {
3354
+ defaultValue: {
3355
+ field1: string;
3356
+ field2: string;
3357
+ };
3358
+ rule: {
3359
+ type: string;
3360
+ field: string;
3361
+ title: string;
3362
+ }[];
3363
+ };
3364
+ } | {
3365
+ type: string;
3366
+ field: string;
3367
+ title: string;
3368
+ value: {
3369
+ field1: string;
3370
+ field2: string;
3371
+ };
3372
+ props: {
3373
+ rule: {
3374
+ type: string;
3375
+ field: string;
3376
+ title: string;
3377
+ }[];
3378
+ defaultValue?: undefined;
3379
+ };
3380
+ })[];
3381
+ } | {
3382
+ icon: string;
3383
+ label: string;
3384
+ name: string;
3385
+ children: string;
3386
+ mask: boolean;
3387
+ rule(): {
3388
+ type: string;
3389
+ style: string;
3390
+ children: never[];
3391
+ showStyle: boolean;
3392
+ };
3393
+ props(): ({
3394
+ type: string;
3395
+ field: string;
3396
+ title: string;
3397
+ value: boolean;
3398
+ control: {
3399
+ value: boolean;
3400
+ rule: ({
3401
+ type: string;
3402
+ field: string;
3403
+ title: string;
3404
+ options: {
3405
+ label: string;
3406
+ value: string;
3407
+ }[];
3408
+ effect: {
3409
+ help: string;
3410
+ };
3411
+ control: {
3412
+ value: string;
3413
+ rule: {
3414
+ type: string;
3415
+ field: string;
3416
+ title: string;
3417
+ value: string;
3418
+ }[];
3419
+ }[];
3420
+ value: string;
3421
+ } | {
3422
+ type: string;
3423
+ field: string;
3424
+ title: string;
3425
+ value: string;
3426
+ effect: {
3427
+ help: string;
3428
+ };
3429
+ options?: undefined;
3430
+ control?: undefined;
3431
+ } | {
3432
+ type: string;
3433
+ field: string;
3434
+ title: string;
3435
+ value: string;
3436
+ options?: undefined;
3437
+ effect?: undefined;
3438
+ control?: undefined;
3439
+ } | {
3440
+ type: string;
3441
+ field: string;
3442
+ title: string;
3443
+ value: boolean;
3444
+ effect: {
3445
+ help: string;
3446
+ };
3447
+ options?: undefined;
3448
+ control?: undefined;
3449
+ })[];
3450
+ }[];
3451
+ effect?: undefined;
3452
+ } | {
3453
+ type: string;
3454
+ field: string;
3455
+ title: string;
3456
+ value: number;
3457
+ effect: {
3458
+ help: string;
3459
+ };
3460
+ control?: undefined;
3461
+ } | {
3462
+ type: string;
3463
+ field: string;
3464
+ title: string;
3465
+ value: boolean;
3466
+ control?: undefined;
3467
+ effect?: undefined;
3468
+ } | {
3469
+ type: string;
3470
+ field: string;
3471
+ title: string;
3472
+ value: boolean;
3473
+ effect: {
3474
+ help: string;
3475
+ };
3476
+ control?: undefined;
3477
+ } | {
3478
+ type: string;
3479
+ field: string;
3480
+ title: string;
3481
+ value: boolean;
3482
+ effect: {
3483
+ help: string;
3484
+ };
3485
+ control: {
3486
+ value: boolean;
3487
+ rule: {
3488
+ type: string;
3489
+ field: string;
3490
+ title: string;
3491
+ value: string;
3492
+ effect: {
3493
+ help: string;
3494
+ };
3495
+ }[];
3496
+ }[];
3497
+ })[];
3498
+ } | {
3499
+ icon: string;
3500
+ label: string;
3501
+ name: string;
3502
+ rule(): {
3503
+ type: string;
3504
+ wrap: {
3505
+ show: boolean;
3506
+ };
3507
+ style: {
3508
+ width: string;
3509
+ height: string;
3510
+ };
3511
+ showStyle: boolean;
3512
+ children: never[];
3513
+ };
3514
+ props(): {
3515
+ type: string;
3516
+ field: string;
3517
+ native: boolean;
3518
+ props: {
3519
+ rule: {
3520
+ type: string;
3521
+ field: string;
3522
+ title: string;
3523
+ }[];
3524
+ };
3525
+ }[];
3526
+ } | {
3527
+ icon: string;
3528
+ label: string;
3529
+ name: string;
3530
+ mask: boolean;
3531
+ rule(): {
3532
+ type: string;
3533
+ props: {};
3534
+ children: never[];
3535
+ showStyle: boolean;
3536
+ };
3537
+ children: string;
3538
+ childrenLen: number;
3539
+ props(): ({
3540
+ type: string;
3541
+ field: string;
3542
+ title: string;
3543
+ value: number;
3544
+ props?: undefined;
3545
+ control?: undefined;
3546
+ } | {
3547
+ type: string;
3548
+ field: string;
3549
+ title: string;
3550
+ props: {
3551
+ activeValue: string;
3552
+ inactiveValue: string;
3553
+ };
3554
+ control: {
3555
+ value: string;
3556
+ rule: {
3557
+ type: string;
3558
+ field: string;
3559
+ title: string;
3560
+ options: {
3561
+ label: string;
3562
+ value: string;
3563
+ }[];
3564
+ value: string;
3565
+ }[];
3566
+ }[];
3567
+ value?: undefined;
3568
+ })[];
3569
+ } | {
3570
+ icon: string;
3571
+ label: string;
3572
+ name: string;
3573
+ rule(): {
3574
+ type: string;
3575
+ props: {
3576
+ hairline: boolean;
3577
+ contentPosition: string;
3578
+ };
3579
+ wrap: {
3580
+ show: boolean;
3581
+ };
3582
+ native: boolean;
3583
+ showStyle: boolean;
3584
+ children: string[];
3585
+ };
3586
+ props(): ({
3587
+ type: string;
3588
+ field: string;
3589
+ title: string;
3590
+ props?: undefined;
3591
+ options?: undefined;
3592
+ } | {
3593
+ type: string;
3594
+ field: string;
3595
+ title: string;
3596
+ props: {
3597
+ type: string;
3598
+ };
3599
+ options: {
3600
+ label: string;
3601
+ value: string;
3602
+ }[];
3603
+ })[];
3604
+ } | {
3605
+ icon: string;
3606
+ label: string;
3607
+ name: string;
3608
+ children: string;
3609
+ mask: boolean;
3610
+ rule(): {
3611
+ type: string;
3612
+ style: string;
3613
+ children: never[];
3614
+ showStyle: boolean;
3615
+ };
3616
+ props(): ({
3617
+ type: string;
3618
+ field: string;
3619
+ title: string;
3620
+ props: {
3621
+ min: number;
3622
+ max: number;
3623
+ step: number;
3624
+ };
3625
+ effect: {
3626
+ help: string;
3627
+ };
3628
+ value?: undefined;
3629
+ } | {
3630
+ type: string;
3631
+ field: string;
3632
+ title: string;
3633
+ value: number;
3634
+ effect: {
3635
+ help: string;
3636
+ };
3637
+ props?: undefined;
3638
+ } | {
3639
+ type: string;
3640
+ field: string;
3641
+ title: string;
3642
+ value: boolean;
3643
+ props?: undefined;
3644
+ effect?: undefined;
3645
+ } | {
3646
+ type: string;
3647
+ field: string;
3648
+ title: string;
3649
+ value: boolean;
3650
+ effect: {
3651
+ help: string;
3652
+ };
3653
+ props?: undefined;
3654
+ } | {
3655
+ type: string;
3656
+ field: string;
3657
+ title: string;
3658
+ value: string;
3659
+ effect: {
3660
+ help: string;
3661
+ };
3662
+ props?: undefined;
3663
+ })[];
3664
+ })[];
3665
+ })[];