@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,2638 @@
1
+ export const commonMenu: ({
2
+ icon: string;
3
+ label: string;
4
+ name: string;
5
+ rule(): {
6
+ type: string;
7
+ props: {};
8
+ showStyle: boolean;
9
+ fixed: boolean;
10
+ };
11
+ props(): ({
12
+ type: string;
13
+ field: string;
14
+ title: string;
15
+ value: {};
16
+ options?: undefined;
17
+ control?: undefined;
18
+ effect?: undefined;
19
+ } | {
20
+ type: string;
21
+ field: string;
22
+ title: string;
23
+ value: string;
24
+ options?: undefined;
25
+ control?: undefined;
26
+ effect?: undefined;
27
+ } | {
28
+ type: string;
29
+ field: string;
30
+ title: string;
31
+ value: string;
32
+ options: {
33
+ label: string;
34
+ value: string;
35
+ }[];
36
+ control: ({
37
+ value: string;
38
+ rule: ({
39
+ type: string;
40
+ field: string;
41
+ title: string;
42
+ value: string;
43
+ options?: undefined;
44
+ } | {
45
+ type: string;
46
+ field: string;
47
+ title: string;
48
+ value: boolean;
49
+ options?: undefined;
50
+ } | {
51
+ type: string;
52
+ field: string;
53
+ title: string;
54
+ value: string;
55
+ options: {
56
+ label: string;
57
+ value: string;
58
+ }[];
59
+ })[];
60
+ } | {
61
+ value: string;
62
+ rule: ({
63
+ type: string;
64
+ field: string;
65
+ title: string;
66
+ value: string;
67
+ props?: undefined;
68
+ } | {
69
+ type: string;
70
+ field: string;
71
+ title: string;
72
+ value: number;
73
+ props: {
74
+ min: number;
75
+ max: number;
76
+ };
77
+ })[];
78
+ })[];
79
+ effect: {
80
+ help: string;
81
+ };
82
+ })[];
83
+ } | {
84
+ icon: string;
85
+ label: string;
86
+ name: string;
87
+ rule(): {
88
+ type: string;
89
+ props: {
90
+ dataType: string;
91
+ bulletData: {
92
+ text: string;
93
+ avatar: string;
94
+ }[];
95
+ };
96
+ fixed: boolean;
97
+ showStyle: boolean;
98
+ };
99
+ props(): ({
100
+ type: string;
101
+ field: string;
102
+ title: string;
103
+ props: {
104
+ showAlpha: boolean;
105
+ min?: undefined;
106
+ max?: undefined;
107
+ step?: undefined;
108
+ };
109
+ value: string;
110
+ options?: undefined;
111
+ control?: undefined;
112
+ } | {
113
+ type: string;
114
+ field: string;
115
+ title: string;
116
+ value: string;
117
+ props?: undefined;
118
+ options?: undefined;
119
+ control?: undefined;
120
+ } | {
121
+ type: string;
122
+ field: string;
123
+ title: string;
124
+ value: number;
125
+ props: {
126
+ min: number;
127
+ max: number;
128
+ step: number;
129
+ showAlpha?: undefined;
130
+ };
131
+ options?: undefined;
132
+ control?: undefined;
133
+ } | {
134
+ type: string;
135
+ field: string;
136
+ title: string;
137
+ value: string;
138
+ options: {
139
+ label: string;
140
+ value: string;
141
+ }[];
142
+ control: ({
143
+ value: string;
144
+ rule: {
145
+ type: string;
146
+ field: string;
147
+ value: {
148
+ text: string;
149
+ avatar: string;
150
+ }[];
151
+ props: {
152
+ titleField: string;
153
+ defaultValue: {
154
+ avatar: string;
155
+ text: string;
156
+ };
157
+ rule: ({
158
+ type: string;
159
+ field: string;
160
+ title: string;
161
+ value?: undefined;
162
+ } | {
163
+ type: string;
164
+ field: string;
165
+ title: string;
166
+ value: string;
167
+ })[];
168
+ };
169
+ }[];
170
+ } | {
171
+ value: string;
172
+ rule: {
173
+ type: string;
174
+ field: string;
175
+ title: string;
176
+ value: string;
177
+ props: {
178
+ label: string;
179
+ };
180
+ effect: {
181
+ help: string;
182
+ };
183
+ }[];
184
+ })[];
185
+ props?: undefined;
186
+ })[];
187
+ } | {
188
+ icon: string;
189
+ label: string;
190
+ name: string;
191
+ rule(): {
192
+ type: string;
193
+ props: {
194
+ groups: {
195
+ title: string;
196
+ value: string;
197
+ }[];
198
+ };
199
+ showStyle: boolean;
200
+ children: never[];
201
+ style: {};
202
+ };
203
+ props(): {
204
+ type: string;
205
+ field: string;
206
+ value: never[];
207
+ props: {
208
+ title: string;
209
+ defaultValue: {
210
+ title: string;
211
+ value: string;
212
+ };
213
+ rule: {
214
+ type: string;
215
+ field: string;
216
+ title: string;
217
+ }[];
218
+ };
219
+ }[];
220
+ } | {
221
+ icon: string;
222
+ label: string;
223
+ name: string;
224
+ rule(): {
225
+ type: string;
226
+ props: {
227
+ fBtnText: string;
228
+ fWSize: number;
229
+ fHSize: number;
230
+ };
231
+ showStyle: boolean;
232
+ fixed: boolean;
233
+ trigger: boolean;
234
+ event: boolean;
235
+ };
236
+ props(): ({
237
+ type: string;
238
+ field: string;
239
+ title: string;
240
+ value: string;
241
+ options: {
242
+ label: string;
243
+ value: string;
244
+ }[];
245
+ control: ({
246
+ value: string;
247
+ rule: {
248
+ type: string;
249
+ field: string;
250
+ title: string;
251
+ value: string;
252
+ }[];
253
+ } | {
254
+ value: string;
255
+ rule: {
256
+ type: string;
257
+ field: string;
258
+ title: string;
259
+ value: string;
260
+ effect: {
261
+ help: string;
262
+ };
263
+ }[];
264
+ })[];
265
+ effect?: undefined;
266
+ } | {
267
+ type: string;
268
+ field: string;
269
+ title: string;
270
+ value: string;
271
+ options: {
272
+ label: string;
273
+ value: string;
274
+ }[];
275
+ control: ({
276
+ value: string;
277
+ rule: ({
278
+ type: string;
279
+ field: string;
280
+ title: string;
281
+ value: string;
282
+ props: {
283
+ isVant: boolean;
284
+ showAlpha?: undefined;
285
+ };
286
+ options?: undefined;
287
+ col?: undefined;
288
+ } | {
289
+ type: string;
290
+ field: string;
291
+ title: string;
292
+ value: string;
293
+ props?: undefined;
294
+ options?: undefined;
295
+ col?: undefined;
296
+ } | {
297
+ type: string;
298
+ field: string;
299
+ title: string;
300
+ value: boolean;
301
+ props?: undefined;
302
+ options?: undefined;
303
+ col?: undefined;
304
+ } | {
305
+ type: string;
306
+ field: string;
307
+ title: string;
308
+ value: string;
309
+ options: {
310
+ label: string;
311
+ value: string;
312
+ }[];
313
+ props?: undefined;
314
+ col?: undefined;
315
+ } | {
316
+ type: string;
317
+ field: string;
318
+ title: string;
319
+ value: string;
320
+ col: {
321
+ span: number;
322
+ };
323
+ props: {
324
+ showAlpha: boolean;
325
+ isVant?: undefined;
326
+ };
327
+ options?: undefined;
328
+ })[];
329
+ } | {
330
+ value: string;
331
+ rule: ({
332
+ type: string;
333
+ field: string;
334
+ title: string;
335
+ value: string;
336
+ control: {
337
+ handle(val: any): boolean;
338
+ rule: {
339
+ type: string;
340
+ field: string;
341
+ title: string;
342
+ value: number;
343
+ props: {
344
+ min: number;
345
+ max: number;
346
+ };
347
+ col: {
348
+ span: number;
349
+ };
350
+ }[];
351
+ }[];
352
+ props?: undefined;
353
+ } | {
354
+ type: string;
355
+ field: string;
356
+ title: string;
357
+ value: string;
358
+ props: {
359
+ isVant: boolean;
360
+ };
361
+ control: {
362
+ handle(val: any): boolean;
363
+ rule: {
364
+ type: string;
365
+ field: string;
366
+ title: string;
367
+ value: number;
368
+ props: {
369
+ min: number;
370
+ max: number;
371
+ };
372
+ col: {
373
+ span: number;
374
+ };
375
+ }[];
376
+ }[];
377
+ } | {
378
+ type: string;
379
+ field: string;
380
+ title: string;
381
+ value: boolean;
382
+ control: {
383
+ value: boolean;
384
+ rule: ({
385
+ type: string;
386
+ field: string;
387
+ title: string;
388
+ value: number;
389
+ props: {
390
+ min: number;
391
+ max: number;
392
+ showAlpha?: undefined;
393
+ step?: undefined;
394
+ };
395
+ col?: undefined;
396
+ } | {
397
+ type: string;
398
+ field: string;
399
+ title: string;
400
+ value: string;
401
+ props: {
402
+ showAlpha: boolean;
403
+ min?: undefined;
404
+ max?: undefined;
405
+ step?: undefined;
406
+ };
407
+ col: {
408
+ span: number;
409
+ offset?: undefined;
410
+ };
411
+ } | {
412
+ type: string;
413
+ field: string;
414
+ title: string;
415
+ value: string;
416
+ col: {
417
+ span: number;
418
+ offset: number;
419
+ };
420
+ props?: undefined;
421
+ } | {
422
+ type: string;
423
+ field: string;
424
+ title: string;
425
+ value: number;
426
+ props: {
427
+ min: number;
428
+ max: number;
429
+ step: number;
430
+ showAlpha?: undefined;
431
+ };
432
+ col: {
433
+ span: number;
434
+ offset?: undefined;
435
+ };
436
+ } | {
437
+ type: string;
438
+ field: string;
439
+ title: string;
440
+ value: number;
441
+ props: {
442
+ min: number;
443
+ max: number;
444
+ step: number;
445
+ showAlpha?: undefined;
446
+ };
447
+ col: {
448
+ span: number;
449
+ offset: number;
450
+ };
451
+ })[];
452
+ }[];
453
+ props?: undefined;
454
+ } | {
455
+ type: string;
456
+ field: string;
457
+ title: string;
458
+ value: string;
459
+ control: {
460
+ handle(val: any): boolean;
461
+ rule: {
462
+ type: string;
463
+ field: string;
464
+ title: string;
465
+ value: number;
466
+ props: {
467
+ min: number;
468
+ max: number;
469
+ step: number;
470
+ };
471
+ }[];
472
+ }[];
473
+ props?: undefined;
474
+ })[];
475
+ })[];
476
+ effect: {
477
+ help: string;
478
+ };
479
+ })[];
480
+ } | {
481
+ icon: string;
482
+ label: string;
483
+ name: string;
484
+ event: boolean;
485
+ rule(): {
486
+ type: string;
487
+ props: {
488
+ title: string;
489
+ };
490
+ showStyle: boolean;
491
+ fixed: boolean;
492
+ };
493
+ props(): ({
494
+ type: string;
495
+ field: string;
496
+ title: string;
497
+ value: string;
498
+ props?: undefined;
499
+ effect?: undefined;
500
+ options?: undefined;
501
+ control?: undefined;
502
+ } | {
503
+ type: string;
504
+ field: string;
505
+ title: string;
506
+ props: {
507
+ buttonText: string;
508
+ };
509
+ value: string;
510
+ effect?: undefined;
511
+ options?: undefined;
512
+ control?: undefined;
513
+ } | {
514
+ type: string;
515
+ field: string;
516
+ title: string;
517
+ value: boolean;
518
+ effect: {
519
+ help: string;
520
+ };
521
+ props?: undefined;
522
+ options?: undefined;
523
+ control?: undefined;
524
+ } | {
525
+ type: string;
526
+ field: string;
527
+ title: string;
528
+ value: string;
529
+ options: {
530
+ label: string;
531
+ value: string;
532
+ }[];
533
+ control: ({
534
+ value: string;
535
+ rule: {
536
+ type: string;
537
+ field: string;
538
+ title: string;
539
+ value: string;
540
+ options: {
541
+ label: string;
542
+ value: string;
543
+ }[];
544
+ control: ({
545
+ value: string;
546
+ rule: {
547
+ type: string;
548
+ field: string;
549
+ title: string;
550
+ value: string;
551
+ props: {
552
+ type: string;
553
+ };
554
+ }[];
555
+ } | {
556
+ value: string;
557
+ rule: {
558
+ type: string;
559
+ field: string;
560
+ title: string;
561
+ value: string;
562
+ }[];
563
+ })[];
564
+ }[];
565
+ handle?: undefined;
566
+ } | {
567
+ handle: (val: any) => boolean;
568
+ rule: {
569
+ type: string;
570
+ field: string;
571
+ title: string;
572
+ value: string;
573
+ effect: {
574
+ help: string;
575
+ };
576
+ }[];
577
+ value?: undefined;
578
+ })[];
579
+ props?: undefined;
580
+ effect?: undefined;
581
+ })[];
582
+ } | {
583
+ icon: string;
584
+ label: string;
585
+ name: string;
586
+ rule(): {
587
+ type: string;
588
+ props: {
589
+ gridCellList: {
590
+ img: string;
591
+ url: string;
592
+ title: string;
593
+ show: boolean;
594
+ }[];
595
+ imgTextGutter: number;
596
+ };
597
+ showStyle: boolean;
598
+ };
599
+ props(): ({
600
+ type: string;
601
+ field: string;
602
+ title: string;
603
+ value: string;
604
+ options: {
605
+ value: string;
606
+ label: string;
607
+ }[];
608
+ control: {
609
+ value: string;
610
+ rule: ({
611
+ type: string;
612
+ field: string;
613
+ title: string;
614
+ value: number;
615
+ props: {
616
+ min: number;
617
+ max: number;
618
+ };
619
+ options?: undefined;
620
+ control?: undefined;
621
+ } | {
622
+ type: string;
623
+ field: string;
624
+ title: string;
625
+ value: boolean;
626
+ props?: undefined;
627
+ options?: undefined;
628
+ control?: undefined;
629
+ } | {
630
+ type: string;
631
+ field: string;
632
+ title: string;
633
+ value: string;
634
+ options: {
635
+ value: string;
636
+ label: string;
637
+ }[];
638
+ control: {
639
+ value: string;
640
+ rule: {
641
+ type: string;
642
+ field: string;
643
+ title: string;
644
+ value: number;
645
+ props: {
646
+ min: number;
647
+ max: number;
648
+ };
649
+ }[];
650
+ }[];
651
+ props?: undefined;
652
+ })[];
653
+ }[];
654
+ props?: undefined;
655
+ } | {
656
+ type: string;
657
+ field: string;
658
+ title: string;
659
+ value: number;
660
+ props: {
661
+ min: number;
662
+ max: number;
663
+ title?: undefined;
664
+ defaultValue?: undefined;
665
+ rule?: undefined;
666
+ };
667
+ options?: undefined;
668
+ control?: undefined;
669
+ } | {
670
+ type: string;
671
+ field: string;
672
+ value: never[];
673
+ props: {
674
+ title: string;
675
+ defaultValue: {
676
+ img: string;
677
+ url: string;
678
+ title: string;
679
+ };
680
+ rule: ({
681
+ type: string;
682
+ field: string;
683
+ value: string;
684
+ title: string;
685
+ props?: undefined;
686
+ } | {
687
+ type: string;
688
+ field: string;
689
+ value: boolean;
690
+ title: string;
691
+ props?: undefined;
692
+ } | {
693
+ type: string;
694
+ field: string;
695
+ props: {
696
+ showInput: boolean;
697
+ };
698
+ value: {};
699
+ title: string;
700
+ })[];
701
+ min?: undefined;
702
+ max?: undefined;
703
+ };
704
+ title?: undefined;
705
+ options?: undefined;
706
+ control?: undefined;
707
+ })[];
708
+ } | {
709
+ icon: string;
710
+ label: string;
711
+ name: string;
712
+ rule(): {
713
+ type: string;
714
+ props: {};
715
+ showStyle: boolean;
716
+ };
717
+ props(): ({
718
+ type: string;
719
+ field: string;
720
+ title: string;
721
+ value: string;
722
+ options: {
723
+ label: string;
724
+ value: string;
725
+ }[];
726
+ control: {
727
+ value: string;
728
+ rule: {
729
+ type: string;
730
+ field: string;
731
+ title: string;
732
+ value: number;
733
+ props: {
734
+ min: number;
735
+ max: number;
736
+ };
737
+ }[];
738
+ }[];
739
+ props?: undefined;
740
+ } | {
741
+ type: string;
742
+ field: string;
743
+ title: string;
744
+ value: number;
745
+ props: {
746
+ min: number;
747
+ max: number;
748
+ title?: undefined;
749
+ defaultValue?: undefined;
750
+ rule?: undefined;
751
+ };
752
+ options?: undefined;
753
+ control?: undefined;
754
+ } | {
755
+ type: string;
756
+ field: string;
757
+ title: string;
758
+ value: boolean;
759
+ control: {
760
+ value: boolean;
761
+ rule: ({
762
+ type: string;
763
+ field: string;
764
+ title: string;
765
+ value: number;
766
+ props: {
767
+ min: number;
768
+ max: number;
769
+ };
770
+ options?: undefined;
771
+ } | {
772
+ type: string;
773
+ field: string;
774
+ title: string;
775
+ value: string;
776
+ options: {
777
+ label: string;
778
+ value: string;
779
+ }[];
780
+ props?: undefined;
781
+ })[];
782
+ }[];
783
+ options?: undefined;
784
+ props?: undefined;
785
+ } | {
786
+ type: string;
787
+ field: string;
788
+ value: never[];
789
+ props: {
790
+ title: string;
791
+ defaultValue: {
792
+ img: string;
793
+ url: string;
794
+ title: string;
795
+ };
796
+ rule: ({
797
+ type: string;
798
+ field: string;
799
+ value: string;
800
+ title: string;
801
+ props?: undefined;
802
+ } | {
803
+ type: string;
804
+ field: string;
805
+ value: boolean;
806
+ title: string;
807
+ props?: undefined;
808
+ } | {
809
+ type: string;
810
+ field: string;
811
+ props: {
812
+ showInput: boolean;
813
+ };
814
+ value: {};
815
+ title: string;
816
+ })[];
817
+ min?: undefined;
818
+ max?: undefined;
819
+ };
820
+ title?: undefined;
821
+ options?: undefined;
822
+ control?: undefined;
823
+ })[];
824
+ } | {
825
+ icon: string;
826
+ label: string;
827
+ name: string;
828
+ rule(): {
829
+ type: string;
830
+ props: {
831
+ musicPath: string;
832
+ isOpenClose: boolean;
833
+ loop: boolean;
834
+ };
835
+ fixed: boolean;
836
+ showStyle: boolean;
837
+ };
838
+ props(): ({
839
+ type: string;
840
+ field: string;
841
+ title: string;
842
+ value: string;
843
+ props?: undefined;
844
+ options?: undefined;
845
+ control?: undefined;
846
+ effect?: undefined;
847
+ } | {
848
+ type: string;
849
+ field: string;
850
+ title: string;
851
+ value: number;
852
+ props: {
853
+ min: number;
854
+ max: number;
855
+ };
856
+ options?: undefined;
857
+ control?: undefined;
858
+ effect?: undefined;
859
+ } | {
860
+ type: string;
861
+ field: string;
862
+ title: string;
863
+ value: string;
864
+ options: {
865
+ label: string;
866
+ value: string;
867
+ }[];
868
+ props?: undefined;
869
+ control?: undefined;
870
+ effect?: undefined;
871
+ } | {
872
+ type: string;
873
+ field: string;
874
+ title: string;
875
+ value: string;
876
+ options: {
877
+ label: string;
878
+ value: string;
879
+ }[];
880
+ control: {
881
+ value: string;
882
+ rule: {
883
+ type: string;
884
+ field: string;
885
+ title: string;
886
+ value: string;
887
+ }[];
888
+ }[];
889
+ effect: {
890
+ help: string;
891
+ };
892
+ props?: undefined;
893
+ } | {
894
+ type: string;
895
+ field: string;
896
+ title: string;
897
+ value: boolean;
898
+ effect: {
899
+ help: string;
900
+ };
901
+ props?: undefined;
902
+ options?: undefined;
903
+ control?: undefined;
904
+ })[];
905
+ } | {
906
+ icon: string;
907
+ label: string;
908
+ name: string;
909
+ rule(): {
910
+ type: string;
911
+ props: {
912
+ title: string;
913
+ leftText: string;
914
+ rightText: string;
915
+ leftArrow: boolean;
916
+ border: boolean;
917
+ fixed: boolean;
918
+ placeholder: boolean;
919
+ };
920
+ showStyle: boolean;
921
+ fixed: boolean;
922
+ };
923
+ props(): ({
924
+ type: string;
925
+ field: string;
926
+ title: string;
927
+ value?: undefined;
928
+ } | {
929
+ type: string;
930
+ field: string;
931
+ title: string;
932
+ value: string;
933
+ })[];
934
+ } | {
935
+ icon: string;
936
+ label: string;
937
+ name: string;
938
+ rule(): {
939
+ type: string;
940
+ props: {
941
+ text: string;
942
+ leftIcon: string;
943
+ delay: number;
944
+ speed: number;
945
+ };
946
+ showStyle: boolean;
947
+ };
948
+ props(): ({
949
+ type: string;
950
+ field: string;
951
+ title: string;
952
+ value?: undefined;
953
+ props?: undefined;
954
+ } | {
955
+ type: string;
956
+ field: string;
957
+ title: string;
958
+ value: string;
959
+ props: {
960
+ showTab: {
961
+ el: boolean;
962
+ vant: boolean;
963
+ cloud: boolean;
964
+ };
965
+ min?: undefined;
966
+ max?: undefined;
967
+ step?: undefined;
968
+ };
969
+ } | {
970
+ type: string;
971
+ field: string;
972
+ title: string;
973
+ value: string;
974
+ props?: undefined;
975
+ } | {
976
+ type: string;
977
+ field: string;
978
+ title: string;
979
+ value: number;
980
+ props: {
981
+ min: number;
982
+ max: number;
983
+ step: number;
984
+ showTab?: undefined;
985
+ };
986
+ })[];
987
+ } | {
988
+ icon: string;
989
+ label: string;
990
+ name: string;
991
+ rule(): {
992
+ type: string;
993
+ props: {
994
+ swipeList: {
995
+ img: string;
996
+ url: string;
997
+ title: string;
998
+ show: boolean;
999
+ }[];
1000
+ autoplay: number;
1001
+ };
1002
+ showStyle: boolean;
1003
+ };
1004
+ props(): ({
1005
+ type: string;
1006
+ field: string;
1007
+ title: string;
1008
+ value: boolean;
1009
+ control: {
1010
+ value: boolean;
1011
+ rule: ({
1012
+ type: string;
1013
+ field: string;
1014
+ title: string;
1015
+ value: number;
1016
+ props: {
1017
+ min: number;
1018
+ max: number;
1019
+ };
1020
+ options?: undefined;
1021
+ } | {
1022
+ type: string;
1023
+ field: string;
1024
+ title: string;
1025
+ value: string;
1026
+ options: {
1027
+ label: string;
1028
+ value: string;
1029
+ }[];
1030
+ props?: undefined;
1031
+ })[];
1032
+ }[];
1033
+ props?: undefined;
1034
+ children?: undefined;
1035
+ col?: undefined;
1036
+ } | {
1037
+ type: string;
1038
+ field: string;
1039
+ title: string;
1040
+ value: string;
1041
+ control?: undefined;
1042
+ props?: undefined;
1043
+ children?: undefined;
1044
+ col?: undefined;
1045
+ } | {
1046
+ type: string;
1047
+ field: string;
1048
+ title: string;
1049
+ value: number;
1050
+ props: {
1051
+ min: number;
1052
+ max: number;
1053
+ step: number;
1054
+ formatTooltip: (val: any) => string;
1055
+ title?: undefined;
1056
+ defaultValue?: undefined;
1057
+ rule?: undefined;
1058
+ };
1059
+ control?: undefined;
1060
+ children?: undefined;
1061
+ col?: undefined;
1062
+ } | {
1063
+ type: string;
1064
+ props: {
1065
+ min?: undefined;
1066
+ max?: undefined;
1067
+ step?: undefined;
1068
+ formatTooltip?: undefined;
1069
+ title?: undefined;
1070
+ defaultValue?: undefined;
1071
+ rule?: undefined;
1072
+ };
1073
+ children: string[];
1074
+ col: {
1075
+ span: number;
1076
+ };
1077
+ field: string;
1078
+ title?: undefined;
1079
+ value?: undefined;
1080
+ control?: undefined;
1081
+ } | {
1082
+ type: string;
1083
+ field: string;
1084
+ value: never[];
1085
+ props: {
1086
+ title: string;
1087
+ defaultValue: {
1088
+ img: string;
1089
+ url: string;
1090
+ title: string;
1091
+ };
1092
+ rule: ({
1093
+ type: string;
1094
+ field: string;
1095
+ value: string;
1096
+ title: string;
1097
+ props?: undefined;
1098
+ } | {
1099
+ type: string;
1100
+ field: string;
1101
+ value: boolean;
1102
+ title: string;
1103
+ props?: undefined;
1104
+ } | {
1105
+ type: string;
1106
+ field: string;
1107
+ props: {
1108
+ showInput: boolean;
1109
+ };
1110
+ value: {};
1111
+ title: string;
1112
+ })[];
1113
+ min?: undefined;
1114
+ max?: undefined;
1115
+ step?: undefined;
1116
+ formatTooltip?: undefined;
1117
+ };
1118
+ title?: undefined;
1119
+ control?: undefined;
1120
+ children?: undefined;
1121
+ col?: undefined;
1122
+ })[];
1123
+ } | {
1124
+ icon: string;
1125
+ label: string;
1126
+ name: string;
1127
+ rule(): {
1128
+ type: string;
1129
+ props: {
1130
+ tabBars: {
1131
+ title: string;
1132
+ icon: string;
1133
+ url: string;
1134
+ }[];
1135
+ };
1136
+ fixed: boolean;
1137
+ showStyle: boolean;
1138
+ };
1139
+ props(): ({
1140
+ type: string;
1141
+ field: string;
1142
+ title: string;
1143
+ value: string;
1144
+ props?: undefined;
1145
+ } | {
1146
+ type: string;
1147
+ field: string;
1148
+ title: string;
1149
+ value: number;
1150
+ props?: undefined;
1151
+ } | {
1152
+ type: string;
1153
+ field: string;
1154
+ value: never[];
1155
+ props: {
1156
+ title: string;
1157
+ defaultValue: {
1158
+ title: string;
1159
+ icon: string;
1160
+ };
1161
+ rule: ({
1162
+ type: string;
1163
+ field: string;
1164
+ title: string;
1165
+ value?: undefined;
1166
+ control?: undefined;
1167
+ options?: undefined;
1168
+ } | {
1169
+ type: string;
1170
+ field: string;
1171
+ title: string;
1172
+ value: boolean;
1173
+ control: ({
1174
+ value: boolean;
1175
+ rule: {
1176
+ type: string;
1177
+ field: string;
1178
+ title: string;
1179
+ value: string;
1180
+ props: {
1181
+ showTab: {
1182
+ el: boolean;
1183
+ cloud: boolean;
1184
+ vant: boolean;
1185
+ };
1186
+ };
1187
+ }[];
1188
+ } | {
1189
+ value: boolean;
1190
+ rule: {
1191
+ type: string;
1192
+ field: string;
1193
+ title: string;
1194
+ value: string;
1195
+ }[];
1196
+ })[];
1197
+ options?: undefined;
1198
+ } | {
1199
+ type: string;
1200
+ field: string;
1201
+ title: string;
1202
+ value: string;
1203
+ options: {
1204
+ label: string;
1205
+ value: string;
1206
+ }[];
1207
+ control: {
1208
+ value: string;
1209
+ rule: {
1210
+ type: string;
1211
+ field: string;
1212
+ title: string;
1213
+ value: string;
1214
+ }[];
1215
+ }[];
1216
+ })[];
1217
+ };
1218
+ title?: undefined;
1219
+ })[];
1220
+ } | {
1221
+ icon: string;
1222
+ label: string;
1223
+ name: string;
1224
+ rule(): {
1225
+ type: string;
1226
+ props: {
1227
+ textarea: string;
1228
+ };
1229
+ showStyle: boolean;
1230
+ children: never[];
1231
+ };
1232
+ props(): ({
1233
+ type: string;
1234
+ props: {};
1235
+ children: string[];
1236
+ col: {
1237
+ span: number;
1238
+ };
1239
+ field: string;
1240
+ value?: undefined;
1241
+ } | {
1242
+ type: string;
1243
+ field: string;
1244
+ value: string;
1245
+ props?: undefined;
1246
+ children?: undefined;
1247
+ col?: undefined;
1248
+ })[];
1249
+ } | {
1250
+ icon: string;
1251
+ label: string;
1252
+ name: string;
1253
+ rule(): {
1254
+ type: string;
1255
+ props: {
1256
+ videoPath: string;
1257
+ isHeight: boolean;
1258
+ isOpenClose: boolean;
1259
+ };
1260
+ showStyle: boolean;
1261
+ };
1262
+ props(): ({
1263
+ type: string;
1264
+ field: string;
1265
+ title: string;
1266
+ value: string;
1267
+ control?: undefined;
1268
+ suffix?: undefined;
1269
+ } | {
1270
+ type: string;
1271
+ field: string;
1272
+ title: string;
1273
+ value: boolean;
1274
+ control: {
1275
+ value: boolean;
1276
+ rule: {
1277
+ type: string;
1278
+ field: string;
1279
+ title: string;
1280
+ value: number;
1281
+ props: {
1282
+ min: number;
1283
+ height: number;
1284
+ };
1285
+ suffix: {
1286
+ type: string;
1287
+ style: {
1288
+ fontSize: string;
1289
+ color: string;
1290
+ };
1291
+ children: string[];
1292
+ };
1293
+ }[];
1294
+ }[];
1295
+ suffix: {
1296
+ type: string;
1297
+ style: {
1298
+ fontSize: string;
1299
+ color: string;
1300
+ };
1301
+ children: string[];
1302
+ };
1303
+ } | {
1304
+ type: string;
1305
+ field: string;
1306
+ title: string;
1307
+ suffix: {
1308
+ type: string;
1309
+ style: {
1310
+ fontSize: string;
1311
+ color: string;
1312
+ };
1313
+ children: string[];
1314
+ };
1315
+ value?: undefined;
1316
+ control?: undefined;
1317
+ })[];
1318
+ })[];
1319
+ export const commonRuleList: {
1320
+ [x: string]: {
1321
+ icon: string;
1322
+ label: string;
1323
+ name: string;
1324
+ rule(): {
1325
+ type: string;
1326
+ props: {};
1327
+ showStyle: boolean;
1328
+ fixed: boolean;
1329
+ };
1330
+ props(): ({
1331
+ type: string;
1332
+ field: string;
1333
+ title: string;
1334
+ value: {};
1335
+ options?: undefined;
1336
+ control?: undefined;
1337
+ effect?: undefined;
1338
+ } | {
1339
+ type: string;
1340
+ field: string;
1341
+ title: string;
1342
+ value: string;
1343
+ options?: undefined;
1344
+ control?: undefined;
1345
+ effect?: undefined;
1346
+ } | {
1347
+ type: string;
1348
+ field: string;
1349
+ title: string;
1350
+ value: string;
1351
+ options: {
1352
+ label: string;
1353
+ value: string;
1354
+ }[];
1355
+ control: ({
1356
+ value: string;
1357
+ rule: ({
1358
+ type: string;
1359
+ field: string;
1360
+ title: string;
1361
+ value: string;
1362
+ options?: undefined;
1363
+ } | {
1364
+ type: string;
1365
+ field: string;
1366
+ title: string;
1367
+ value: boolean;
1368
+ options?: undefined;
1369
+ } | {
1370
+ type: string;
1371
+ field: string;
1372
+ title: string;
1373
+ value: string;
1374
+ options: {
1375
+ label: string;
1376
+ value: string;
1377
+ }[];
1378
+ })[];
1379
+ } | {
1380
+ value: string;
1381
+ rule: ({
1382
+ type: string;
1383
+ field: string;
1384
+ title: string;
1385
+ value: string;
1386
+ props?: undefined;
1387
+ } | {
1388
+ type: string;
1389
+ field: string;
1390
+ title: string;
1391
+ value: number;
1392
+ props: {
1393
+ min: number;
1394
+ max: number;
1395
+ };
1396
+ })[];
1397
+ })[];
1398
+ effect: {
1399
+ help: string;
1400
+ };
1401
+ })[];
1402
+ } | {
1403
+ icon: string;
1404
+ label: string;
1405
+ name: string;
1406
+ rule(): {
1407
+ type: string;
1408
+ props: {
1409
+ dataType: string;
1410
+ bulletData: {
1411
+ text: string;
1412
+ avatar: string;
1413
+ }[];
1414
+ };
1415
+ fixed: boolean;
1416
+ showStyle: boolean;
1417
+ };
1418
+ props(): ({
1419
+ type: string;
1420
+ field: string;
1421
+ title: string;
1422
+ props: {
1423
+ showAlpha: boolean;
1424
+ min?: undefined;
1425
+ max?: undefined;
1426
+ step?: undefined;
1427
+ };
1428
+ value: string;
1429
+ options?: undefined;
1430
+ control?: undefined;
1431
+ } | {
1432
+ type: string;
1433
+ field: string;
1434
+ title: string;
1435
+ value: string;
1436
+ props?: undefined;
1437
+ options?: undefined;
1438
+ control?: undefined;
1439
+ } | {
1440
+ type: string;
1441
+ field: string;
1442
+ title: string;
1443
+ value: number;
1444
+ props: {
1445
+ min: number;
1446
+ max: number;
1447
+ step: number;
1448
+ showAlpha?: undefined;
1449
+ };
1450
+ options?: undefined;
1451
+ control?: undefined;
1452
+ } | {
1453
+ type: string;
1454
+ field: string;
1455
+ title: string;
1456
+ value: string;
1457
+ options: {
1458
+ label: string;
1459
+ value: string;
1460
+ }[];
1461
+ control: ({
1462
+ value: string;
1463
+ rule: {
1464
+ type: string;
1465
+ field: string;
1466
+ value: {
1467
+ text: string;
1468
+ avatar: string;
1469
+ }[];
1470
+ props: {
1471
+ titleField: string;
1472
+ defaultValue: {
1473
+ avatar: string;
1474
+ text: string;
1475
+ };
1476
+ rule: ({
1477
+ type: string;
1478
+ field: string;
1479
+ title: string;
1480
+ value?: undefined;
1481
+ } | {
1482
+ type: string;
1483
+ field: string;
1484
+ title: string;
1485
+ value: string;
1486
+ })[];
1487
+ };
1488
+ }[];
1489
+ } | {
1490
+ value: string;
1491
+ rule: {
1492
+ type: string;
1493
+ field: string;
1494
+ title: string;
1495
+ value: string;
1496
+ props: {
1497
+ label: string;
1498
+ };
1499
+ effect: {
1500
+ help: string;
1501
+ };
1502
+ }[];
1503
+ })[];
1504
+ props?: undefined;
1505
+ })[];
1506
+ } | {
1507
+ icon: string;
1508
+ label: string;
1509
+ name: string;
1510
+ rule(): {
1511
+ type: string;
1512
+ props: {
1513
+ groups: {
1514
+ title: string;
1515
+ value: string;
1516
+ }[];
1517
+ };
1518
+ showStyle: boolean;
1519
+ children: never[];
1520
+ style: {};
1521
+ };
1522
+ props(): {
1523
+ type: string;
1524
+ field: string;
1525
+ value: never[];
1526
+ props: {
1527
+ title: string;
1528
+ defaultValue: {
1529
+ title: string;
1530
+ value: string;
1531
+ };
1532
+ rule: {
1533
+ type: string;
1534
+ field: string;
1535
+ title: string;
1536
+ }[];
1537
+ };
1538
+ }[];
1539
+ } | {
1540
+ icon: string;
1541
+ label: string;
1542
+ name: string;
1543
+ rule(): {
1544
+ type: string;
1545
+ props: {
1546
+ fBtnText: string;
1547
+ fWSize: number;
1548
+ fHSize: number;
1549
+ };
1550
+ showStyle: boolean;
1551
+ fixed: boolean;
1552
+ trigger: boolean;
1553
+ event: boolean;
1554
+ };
1555
+ props(): ({
1556
+ type: string;
1557
+ field: string;
1558
+ title: string;
1559
+ value: string;
1560
+ options: {
1561
+ label: string;
1562
+ value: string;
1563
+ }[];
1564
+ control: ({
1565
+ value: string;
1566
+ rule: {
1567
+ type: string;
1568
+ field: string;
1569
+ title: string;
1570
+ value: string;
1571
+ }[];
1572
+ } | {
1573
+ value: string;
1574
+ rule: {
1575
+ type: string;
1576
+ field: string;
1577
+ title: string;
1578
+ value: string;
1579
+ effect: {
1580
+ help: string;
1581
+ };
1582
+ }[];
1583
+ })[];
1584
+ effect?: undefined;
1585
+ } | {
1586
+ type: string;
1587
+ field: string;
1588
+ title: string;
1589
+ value: string;
1590
+ options: {
1591
+ label: string;
1592
+ value: string;
1593
+ }[];
1594
+ control: ({
1595
+ value: string;
1596
+ rule: ({
1597
+ type: string;
1598
+ field: string;
1599
+ title: string;
1600
+ value: string;
1601
+ props: {
1602
+ isVant: boolean;
1603
+ showAlpha?: undefined;
1604
+ };
1605
+ options?: undefined;
1606
+ col?: undefined;
1607
+ } | {
1608
+ type: string;
1609
+ field: string;
1610
+ title: string;
1611
+ value: string;
1612
+ props?: undefined;
1613
+ options?: undefined;
1614
+ col?: undefined;
1615
+ } | {
1616
+ type: string;
1617
+ field: string;
1618
+ title: string;
1619
+ value: boolean;
1620
+ props?: undefined;
1621
+ options?: undefined;
1622
+ col?: undefined;
1623
+ } | {
1624
+ type: string;
1625
+ field: string;
1626
+ title: string;
1627
+ value: string;
1628
+ options: {
1629
+ label: string;
1630
+ value: string;
1631
+ }[];
1632
+ props?: undefined;
1633
+ col?: undefined;
1634
+ } | {
1635
+ type: string;
1636
+ field: string;
1637
+ title: string;
1638
+ value: string;
1639
+ col: {
1640
+ span: number;
1641
+ };
1642
+ props: {
1643
+ showAlpha: boolean;
1644
+ isVant?: undefined;
1645
+ };
1646
+ options?: undefined;
1647
+ })[];
1648
+ } | {
1649
+ value: string;
1650
+ rule: ({
1651
+ type: string;
1652
+ field: string;
1653
+ title: string;
1654
+ value: string;
1655
+ control: {
1656
+ handle(val: any): boolean;
1657
+ rule: {
1658
+ type: string;
1659
+ field: string;
1660
+ title: string;
1661
+ value: number;
1662
+ props: {
1663
+ min: number;
1664
+ max: number;
1665
+ };
1666
+ col: {
1667
+ span: number;
1668
+ };
1669
+ }[];
1670
+ }[];
1671
+ props?: undefined;
1672
+ } | {
1673
+ type: string;
1674
+ field: string;
1675
+ title: string;
1676
+ value: string;
1677
+ props: {
1678
+ isVant: boolean;
1679
+ };
1680
+ control: {
1681
+ handle(val: any): boolean;
1682
+ rule: {
1683
+ type: string;
1684
+ field: string;
1685
+ title: string;
1686
+ value: number;
1687
+ props: {
1688
+ min: number;
1689
+ max: number;
1690
+ };
1691
+ col: {
1692
+ span: number;
1693
+ };
1694
+ }[];
1695
+ }[];
1696
+ } | {
1697
+ type: string;
1698
+ field: string;
1699
+ title: string;
1700
+ value: boolean;
1701
+ control: {
1702
+ value: boolean;
1703
+ rule: ({
1704
+ type: string;
1705
+ field: string;
1706
+ title: string;
1707
+ value: number;
1708
+ props: {
1709
+ min: number;
1710
+ max: number;
1711
+ showAlpha?: undefined;
1712
+ step?: undefined;
1713
+ };
1714
+ col?: undefined;
1715
+ } | {
1716
+ type: string;
1717
+ field: string;
1718
+ title: string;
1719
+ value: string;
1720
+ props: {
1721
+ showAlpha: boolean;
1722
+ min?: undefined;
1723
+ max?: undefined;
1724
+ step?: undefined;
1725
+ };
1726
+ col: {
1727
+ span: number;
1728
+ offset?: undefined;
1729
+ };
1730
+ } | {
1731
+ type: string;
1732
+ field: string;
1733
+ title: string;
1734
+ value: string;
1735
+ col: {
1736
+ span: number;
1737
+ offset: number;
1738
+ };
1739
+ props?: undefined;
1740
+ } | {
1741
+ type: string;
1742
+ field: string;
1743
+ title: string;
1744
+ value: number;
1745
+ props: {
1746
+ min: number;
1747
+ max: number;
1748
+ step: number;
1749
+ showAlpha?: undefined;
1750
+ };
1751
+ col: {
1752
+ span: number;
1753
+ offset?: undefined;
1754
+ };
1755
+ } | {
1756
+ type: string;
1757
+ field: string;
1758
+ title: string;
1759
+ value: number;
1760
+ props: {
1761
+ min: number;
1762
+ max: number;
1763
+ step: number;
1764
+ showAlpha?: undefined;
1765
+ };
1766
+ col: {
1767
+ span: number;
1768
+ offset: number;
1769
+ };
1770
+ })[];
1771
+ }[];
1772
+ props?: undefined;
1773
+ } | {
1774
+ type: string;
1775
+ field: string;
1776
+ title: string;
1777
+ value: string;
1778
+ control: {
1779
+ handle(val: any): boolean;
1780
+ rule: {
1781
+ type: string;
1782
+ field: string;
1783
+ title: string;
1784
+ value: number;
1785
+ props: {
1786
+ min: number;
1787
+ max: number;
1788
+ step: number;
1789
+ };
1790
+ }[];
1791
+ }[];
1792
+ props?: undefined;
1793
+ })[];
1794
+ })[];
1795
+ effect: {
1796
+ help: string;
1797
+ };
1798
+ })[];
1799
+ } | {
1800
+ icon: string;
1801
+ label: string;
1802
+ name: string;
1803
+ event: boolean;
1804
+ rule(): {
1805
+ type: string;
1806
+ props: {
1807
+ title: string;
1808
+ };
1809
+ showStyle: boolean;
1810
+ fixed: boolean;
1811
+ };
1812
+ props(): ({
1813
+ type: string;
1814
+ field: string;
1815
+ title: string;
1816
+ value: string;
1817
+ props?: undefined;
1818
+ effect?: undefined;
1819
+ options?: undefined;
1820
+ control?: undefined;
1821
+ } | {
1822
+ type: string;
1823
+ field: string;
1824
+ title: string;
1825
+ props: {
1826
+ buttonText: string;
1827
+ };
1828
+ value: string;
1829
+ effect?: undefined;
1830
+ options?: undefined;
1831
+ control?: undefined;
1832
+ } | {
1833
+ type: string;
1834
+ field: string;
1835
+ title: string;
1836
+ value: boolean;
1837
+ effect: {
1838
+ help: string;
1839
+ };
1840
+ props?: undefined;
1841
+ options?: undefined;
1842
+ control?: undefined;
1843
+ } | {
1844
+ type: string;
1845
+ field: string;
1846
+ title: string;
1847
+ value: string;
1848
+ options: {
1849
+ label: string;
1850
+ value: string;
1851
+ }[];
1852
+ control: ({
1853
+ value: string;
1854
+ rule: {
1855
+ type: string;
1856
+ field: string;
1857
+ title: string;
1858
+ value: string;
1859
+ options: {
1860
+ label: string;
1861
+ value: string;
1862
+ }[];
1863
+ control: ({
1864
+ value: string;
1865
+ rule: {
1866
+ type: string;
1867
+ field: string;
1868
+ title: string;
1869
+ value: string;
1870
+ props: {
1871
+ type: string;
1872
+ };
1873
+ }[];
1874
+ } | {
1875
+ value: string;
1876
+ rule: {
1877
+ type: string;
1878
+ field: string;
1879
+ title: string;
1880
+ value: string;
1881
+ }[];
1882
+ })[];
1883
+ }[];
1884
+ handle?: undefined;
1885
+ } | {
1886
+ handle: (val: any) => boolean;
1887
+ rule: {
1888
+ type: string;
1889
+ field: string;
1890
+ title: string;
1891
+ value: string;
1892
+ effect: {
1893
+ help: string;
1894
+ };
1895
+ }[];
1896
+ value?: undefined;
1897
+ })[];
1898
+ props?: undefined;
1899
+ effect?: undefined;
1900
+ })[];
1901
+ } | {
1902
+ icon: string;
1903
+ label: string;
1904
+ name: string;
1905
+ rule(): {
1906
+ type: string;
1907
+ props: {
1908
+ gridCellList: {
1909
+ img: string;
1910
+ url: string;
1911
+ title: string;
1912
+ show: boolean;
1913
+ }[];
1914
+ imgTextGutter: number;
1915
+ };
1916
+ showStyle: boolean;
1917
+ };
1918
+ props(): ({
1919
+ type: string;
1920
+ field: string;
1921
+ title: string;
1922
+ value: string;
1923
+ options: {
1924
+ value: string;
1925
+ label: string;
1926
+ }[];
1927
+ control: {
1928
+ value: string;
1929
+ rule: ({
1930
+ type: string;
1931
+ field: string;
1932
+ title: string;
1933
+ value: number;
1934
+ props: {
1935
+ min: number;
1936
+ max: number;
1937
+ };
1938
+ options?: undefined;
1939
+ control?: undefined;
1940
+ } | {
1941
+ type: string;
1942
+ field: string;
1943
+ title: string;
1944
+ value: boolean;
1945
+ props?: undefined;
1946
+ options?: undefined;
1947
+ control?: undefined;
1948
+ } | {
1949
+ type: string;
1950
+ field: string;
1951
+ title: string;
1952
+ value: string;
1953
+ options: {
1954
+ value: string;
1955
+ label: string;
1956
+ }[];
1957
+ control: {
1958
+ value: string;
1959
+ rule: {
1960
+ type: string;
1961
+ field: string;
1962
+ title: string;
1963
+ value: number;
1964
+ props: {
1965
+ min: number;
1966
+ max: number;
1967
+ };
1968
+ }[];
1969
+ }[];
1970
+ props?: undefined;
1971
+ })[];
1972
+ }[];
1973
+ props?: undefined;
1974
+ } | {
1975
+ type: string;
1976
+ field: string;
1977
+ title: string;
1978
+ value: number;
1979
+ props: {
1980
+ min: number;
1981
+ max: number;
1982
+ title?: undefined;
1983
+ defaultValue?: undefined;
1984
+ rule?: undefined;
1985
+ };
1986
+ options?: undefined;
1987
+ control?: undefined;
1988
+ } | {
1989
+ type: string;
1990
+ field: string;
1991
+ value: never[];
1992
+ props: {
1993
+ title: string;
1994
+ defaultValue: {
1995
+ img: string;
1996
+ url: string;
1997
+ title: string;
1998
+ };
1999
+ rule: ({
2000
+ type: string;
2001
+ field: string;
2002
+ value: string;
2003
+ title: string;
2004
+ props?: undefined;
2005
+ } | {
2006
+ type: string;
2007
+ field: string;
2008
+ value: boolean;
2009
+ title: string;
2010
+ props?: undefined;
2011
+ } | {
2012
+ type: string;
2013
+ field: string;
2014
+ props: {
2015
+ showInput: boolean;
2016
+ };
2017
+ value: {};
2018
+ title: string;
2019
+ })[];
2020
+ min?: undefined;
2021
+ max?: undefined;
2022
+ };
2023
+ title?: undefined;
2024
+ options?: undefined;
2025
+ control?: undefined;
2026
+ })[];
2027
+ } | {
2028
+ icon: string;
2029
+ label: string;
2030
+ name: string;
2031
+ rule(): {
2032
+ type: string;
2033
+ props: {};
2034
+ showStyle: boolean;
2035
+ };
2036
+ props(): ({
2037
+ type: string;
2038
+ field: string;
2039
+ title: string;
2040
+ value: string;
2041
+ options: {
2042
+ label: string;
2043
+ value: string;
2044
+ }[];
2045
+ control: {
2046
+ value: string;
2047
+ rule: {
2048
+ type: string;
2049
+ field: string;
2050
+ title: string;
2051
+ value: number;
2052
+ props: {
2053
+ min: number;
2054
+ max: number;
2055
+ };
2056
+ }[];
2057
+ }[];
2058
+ props?: undefined;
2059
+ } | {
2060
+ type: string;
2061
+ field: string;
2062
+ title: string;
2063
+ value: number;
2064
+ props: {
2065
+ min: number;
2066
+ max: number;
2067
+ title?: undefined;
2068
+ defaultValue?: undefined;
2069
+ rule?: undefined;
2070
+ };
2071
+ options?: undefined;
2072
+ control?: undefined;
2073
+ } | {
2074
+ type: string;
2075
+ field: string;
2076
+ title: string;
2077
+ value: boolean;
2078
+ control: {
2079
+ value: boolean;
2080
+ rule: ({
2081
+ type: string;
2082
+ field: string;
2083
+ title: string;
2084
+ value: number;
2085
+ props: {
2086
+ min: number;
2087
+ max: number;
2088
+ };
2089
+ options?: undefined;
2090
+ } | {
2091
+ type: string;
2092
+ field: string;
2093
+ title: string;
2094
+ value: string;
2095
+ options: {
2096
+ label: string;
2097
+ value: string;
2098
+ }[];
2099
+ props?: undefined;
2100
+ })[];
2101
+ }[];
2102
+ options?: undefined;
2103
+ props?: undefined;
2104
+ } | {
2105
+ type: string;
2106
+ field: string;
2107
+ value: never[];
2108
+ props: {
2109
+ title: string;
2110
+ defaultValue: {
2111
+ img: string;
2112
+ url: string;
2113
+ title: string;
2114
+ };
2115
+ rule: ({
2116
+ type: string;
2117
+ field: string;
2118
+ value: string;
2119
+ title: string;
2120
+ props?: undefined;
2121
+ } | {
2122
+ type: string;
2123
+ field: string;
2124
+ value: boolean;
2125
+ title: string;
2126
+ props?: undefined;
2127
+ } | {
2128
+ type: string;
2129
+ field: string;
2130
+ props: {
2131
+ showInput: boolean;
2132
+ };
2133
+ value: {};
2134
+ title: string;
2135
+ })[];
2136
+ min?: undefined;
2137
+ max?: undefined;
2138
+ };
2139
+ title?: undefined;
2140
+ options?: undefined;
2141
+ control?: undefined;
2142
+ })[];
2143
+ } | {
2144
+ icon: string;
2145
+ label: string;
2146
+ name: string;
2147
+ rule(): {
2148
+ type: string;
2149
+ props: {
2150
+ musicPath: string;
2151
+ isOpenClose: boolean;
2152
+ loop: boolean;
2153
+ };
2154
+ fixed: boolean;
2155
+ showStyle: boolean;
2156
+ };
2157
+ props(): ({
2158
+ type: string;
2159
+ field: string;
2160
+ title: string;
2161
+ value: string;
2162
+ props?: undefined;
2163
+ options?: undefined;
2164
+ control?: undefined;
2165
+ effect?: undefined;
2166
+ } | {
2167
+ type: string;
2168
+ field: string;
2169
+ title: string;
2170
+ value: number;
2171
+ props: {
2172
+ min: number;
2173
+ max: number;
2174
+ };
2175
+ options?: undefined;
2176
+ control?: undefined;
2177
+ effect?: undefined;
2178
+ } | {
2179
+ type: string;
2180
+ field: string;
2181
+ title: string;
2182
+ value: string;
2183
+ options: {
2184
+ label: string;
2185
+ value: string;
2186
+ }[];
2187
+ props?: undefined;
2188
+ control?: undefined;
2189
+ effect?: undefined;
2190
+ } | {
2191
+ type: string;
2192
+ field: string;
2193
+ title: string;
2194
+ value: string;
2195
+ options: {
2196
+ label: string;
2197
+ value: string;
2198
+ }[];
2199
+ control: {
2200
+ value: string;
2201
+ rule: {
2202
+ type: string;
2203
+ field: string;
2204
+ title: string;
2205
+ value: string;
2206
+ }[];
2207
+ }[];
2208
+ effect: {
2209
+ help: string;
2210
+ };
2211
+ props?: undefined;
2212
+ } | {
2213
+ type: string;
2214
+ field: string;
2215
+ title: string;
2216
+ value: boolean;
2217
+ effect: {
2218
+ help: string;
2219
+ };
2220
+ props?: undefined;
2221
+ options?: undefined;
2222
+ control?: undefined;
2223
+ })[];
2224
+ } | {
2225
+ icon: string;
2226
+ label: string;
2227
+ name: string;
2228
+ rule(): {
2229
+ type: string;
2230
+ props: {
2231
+ title: string;
2232
+ leftText: string;
2233
+ rightText: string;
2234
+ leftArrow: boolean;
2235
+ border: boolean;
2236
+ fixed: boolean;
2237
+ placeholder: boolean;
2238
+ };
2239
+ showStyle: boolean;
2240
+ fixed: boolean;
2241
+ };
2242
+ props(): ({
2243
+ type: string;
2244
+ field: string;
2245
+ title: string;
2246
+ value?: undefined;
2247
+ } | {
2248
+ type: string;
2249
+ field: string;
2250
+ title: string;
2251
+ value: string;
2252
+ })[];
2253
+ } | {
2254
+ icon: string;
2255
+ label: string;
2256
+ name: string;
2257
+ rule(): {
2258
+ type: string;
2259
+ props: {
2260
+ text: string;
2261
+ leftIcon: string;
2262
+ delay: number;
2263
+ speed: number;
2264
+ };
2265
+ showStyle: boolean;
2266
+ };
2267
+ props(): ({
2268
+ type: string;
2269
+ field: string;
2270
+ title: string;
2271
+ value?: undefined;
2272
+ props?: undefined;
2273
+ } | {
2274
+ type: string;
2275
+ field: string;
2276
+ title: string;
2277
+ value: string;
2278
+ props: {
2279
+ showTab: {
2280
+ el: boolean;
2281
+ vant: boolean;
2282
+ cloud: boolean;
2283
+ };
2284
+ min?: undefined;
2285
+ max?: undefined;
2286
+ step?: undefined;
2287
+ };
2288
+ } | {
2289
+ type: string;
2290
+ field: string;
2291
+ title: string;
2292
+ value: string;
2293
+ props?: undefined;
2294
+ } | {
2295
+ type: string;
2296
+ field: string;
2297
+ title: string;
2298
+ value: number;
2299
+ props: {
2300
+ min: number;
2301
+ max: number;
2302
+ step: number;
2303
+ showTab?: undefined;
2304
+ };
2305
+ })[];
2306
+ } | {
2307
+ icon: string;
2308
+ label: string;
2309
+ name: string;
2310
+ rule(): {
2311
+ type: string;
2312
+ props: {
2313
+ swipeList: {
2314
+ img: string;
2315
+ url: string;
2316
+ title: string;
2317
+ show: boolean;
2318
+ }[];
2319
+ autoplay: number;
2320
+ };
2321
+ showStyle: boolean;
2322
+ };
2323
+ props(): ({
2324
+ type: string;
2325
+ field: string;
2326
+ title: string;
2327
+ value: boolean;
2328
+ control: {
2329
+ value: boolean;
2330
+ rule: ({
2331
+ type: string;
2332
+ field: string;
2333
+ title: string;
2334
+ value: number;
2335
+ props: {
2336
+ min: number;
2337
+ max: number;
2338
+ };
2339
+ options?: undefined;
2340
+ } | {
2341
+ type: string;
2342
+ field: string;
2343
+ title: string;
2344
+ value: string;
2345
+ options: {
2346
+ label: string;
2347
+ value: string;
2348
+ }[];
2349
+ props?: undefined;
2350
+ })[];
2351
+ }[];
2352
+ props?: undefined;
2353
+ children?: undefined;
2354
+ col?: undefined;
2355
+ } | {
2356
+ type: string;
2357
+ field: string;
2358
+ title: string;
2359
+ value: string;
2360
+ control?: undefined;
2361
+ props?: undefined;
2362
+ children?: undefined;
2363
+ col?: undefined;
2364
+ } | {
2365
+ type: string;
2366
+ field: string;
2367
+ title: string;
2368
+ value: number;
2369
+ props: {
2370
+ min: number;
2371
+ max: number;
2372
+ step: number;
2373
+ formatTooltip: (val: any) => string;
2374
+ title?: undefined;
2375
+ defaultValue?: undefined;
2376
+ rule?: undefined;
2377
+ };
2378
+ control?: undefined;
2379
+ children?: undefined;
2380
+ col?: undefined;
2381
+ } | {
2382
+ type: string;
2383
+ props: {
2384
+ min?: undefined;
2385
+ max?: undefined;
2386
+ step?: undefined;
2387
+ formatTooltip?: undefined;
2388
+ title?: undefined;
2389
+ defaultValue?: undefined;
2390
+ rule?: undefined;
2391
+ };
2392
+ children: string[];
2393
+ col: {
2394
+ span: number;
2395
+ };
2396
+ field: string;
2397
+ title?: undefined;
2398
+ value?: undefined;
2399
+ control?: undefined;
2400
+ } | {
2401
+ type: string;
2402
+ field: string;
2403
+ value: never[];
2404
+ props: {
2405
+ title: string;
2406
+ defaultValue: {
2407
+ img: string;
2408
+ url: string;
2409
+ title: string;
2410
+ };
2411
+ rule: ({
2412
+ type: string;
2413
+ field: string;
2414
+ value: string;
2415
+ title: string;
2416
+ props?: undefined;
2417
+ } | {
2418
+ type: string;
2419
+ field: string;
2420
+ value: boolean;
2421
+ title: string;
2422
+ props?: undefined;
2423
+ } | {
2424
+ type: string;
2425
+ field: string;
2426
+ props: {
2427
+ showInput: boolean;
2428
+ };
2429
+ value: {};
2430
+ title: string;
2431
+ })[];
2432
+ min?: undefined;
2433
+ max?: undefined;
2434
+ step?: undefined;
2435
+ formatTooltip?: undefined;
2436
+ };
2437
+ title?: undefined;
2438
+ control?: undefined;
2439
+ children?: undefined;
2440
+ col?: undefined;
2441
+ })[];
2442
+ } | {
2443
+ icon: string;
2444
+ label: string;
2445
+ name: string;
2446
+ rule(): {
2447
+ type: string;
2448
+ props: {
2449
+ tabBars: {
2450
+ title: string;
2451
+ icon: string;
2452
+ url: string;
2453
+ }[];
2454
+ };
2455
+ fixed: boolean;
2456
+ showStyle: boolean;
2457
+ };
2458
+ props(): ({
2459
+ type: string;
2460
+ field: string;
2461
+ title: string;
2462
+ value: string;
2463
+ props?: undefined;
2464
+ } | {
2465
+ type: string;
2466
+ field: string;
2467
+ title: string;
2468
+ value: number;
2469
+ props?: undefined;
2470
+ } | {
2471
+ type: string;
2472
+ field: string;
2473
+ value: never[];
2474
+ props: {
2475
+ title: string;
2476
+ defaultValue: {
2477
+ title: string;
2478
+ icon: string;
2479
+ };
2480
+ rule: ({
2481
+ type: string;
2482
+ field: string;
2483
+ title: string;
2484
+ value?: undefined;
2485
+ control?: undefined;
2486
+ options?: undefined;
2487
+ } | {
2488
+ type: string;
2489
+ field: string;
2490
+ title: string;
2491
+ value: boolean;
2492
+ control: ({
2493
+ value: boolean;
2494
+ rule: {
2495
+ type: string;
2496
+ field: string;
2497
+ title: string;
2498
+ value: string;
2499
+ props: {
2500
+ showTab: {
2501
+ el: boolean;
2502
+ cloud: boolean;
2503
+ vant: boolean;
2504
+ };
2505
+ };
2506
+ }[];
2507
+ } | {
2508
+ value: boolean;
2509
+ rule: {
2510
+ type: string;
2511
+ field: string;
2512
+ title: string;
2513
+ value: string;
2514
+ }[];
2515
+ })[];
2516
+ options?: undefined;
2517
+ } | {
2518
+ type: string;
2519
+ field: string;
2520
+ title: string;
2521
+ value: string;
2522
+ options: {
2523
+ label: string;
2524
+ value: string;
2525
+ }[];
2526
+ control: {
2527
+ value: string;
2528
+ rule: {
2529
+ type: string;
2530
+ field: string;
2531
+ title: string;
2532
+ value: string;
2533
+ }[];
2534
+ }[];
2535
+ })[];
2536
+ };
2537
+ title?: undefined;
2538
+ })[];
2539
+ } | {
2540
+ icon: string;
2541
+ label: string;
2542
+ name: string;
2543
+ rule(): {
2544
+ type: string;
2545
+ props: {
2546
+ textarea: string;
2547
+ };
2548
+ showStyle: boolean;
2549
+ children: never[];
2550
+ };
2551
+ props(): ({
2552
+ type: string;
2553
+ props: {};
2554
+ children: string[];
2555
+ col: {
2556
+ span: number;
2557
+ };
2558
+ field: string;
2559
+ value?: undefined;
2560
+ } | {
2561
+ type: string;
2562
+ field: string;
2563
+ value: string;
2564
+ props?: undefined;
2565
+ children?: undefined;
2566
+ col?: undefined;
2567
+ })[];
2568
+ } | {
2569
+ icon: string;
2570
+ label: string;
2571
+ name: string;
2572
+ rule(): {
2573
+ type: string;
2574
+ props: {
2575
+ videoPath: string;
2576
+ isHeight: boolean;
2577
+ isOpenClose: boolean;
2578
+ };
2579
+ showStyle: boolean;
2580
+ };
2581
+ props(): ({
2582
+ type: string;
2583
+ field: string;
2584
+ title: string;
2585
+ value: string;
2586
+ control?: undefined;
2587
+ suffix?: undefined;
2588
+ } | {
2589
+ type: string;
2590
+ field: string;
2591
+ title: string;
2592
+ value: boolean;
2593
+ control: {
2594
+ value: boolean;
2595
+ rule: {
2596
+ type: string;
2597
+ field: string;
2598
+ title: string;
2599
+ value: number;
2600
+ props: {
2601
+ min: number;
2602
+ height: number;
2603
+ };
2604
+ suffix: {
2605
+ type: string;
2606
+ style: {
2607
+ fontSize: string;
2608
+ color: string;
2609
+ };
2610
+ children: string[];
2611
+ };
2612
+ }[];
2613
+ }[];
2614
+ suffix: {
2615
+ type: string;
2616
+ style: {
2617
+ fontSize: string;
2618
+ color: string;
2619
+ };
2620
+ children: string[];
2621
+ };
2622
+ } | {
2623
+ type: string;
2624
+ field: string;
2625
+ title: string;
2626
+ suffix: {
2627
+ type: string;
2628
+ style: {
2629
+ fontSize: string;
2630
+ color: string;
2631
+ };
2632
+ children: string[];
2633
+ };
2634
+ value?: undefined;
2635
+ control?: undefined;
2636
+ })[];
2637
+ };
2638
+ };