@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,1023 @@
1
+ export const layoutMenu: ({
2
+ icon: string;
3
+ label: string;
4
+ name: string;
5
+ rule(): {
6
+ type: string;
7
+ props: {};
8
+ showStyle: boolean;
9
+ };
10
+ props(): ({
11
+ type: string;
12
+ field: string;
13
+ title: string;
14
+ value: string;
15
+ props?: undefined;
16
+ options?: undefined;
17
+ control?: undefined;
18
+ } | {
19
+ type: string;
20
+ field: string;
21
+ title: string;
22
+ value: number;
23
+ props: {
24
+ min: number;
25
+ max: number;
26
+ };
27
+ options?: undefined;
28
+ control?: undefined;
29
+ } | {
30
+ type: string;
31
+ field: string;
32
+ title: string;
33
+ value: boolean;
34
+ props?: undefined;
35
+ options?: undefined;
36
+ control?: undefined;
37
+ } | {
38
+ type: string;
39
+ field: string;
40
+ title: string;
41
+ value: string;
42
+ options: {
43
+ label: string;
44
+ value: string;
45
+ }[];
46
+ control: ({
47
+ value: string;
48
+ rule: ({
49
+ type: string;
50
+ field: string;
51
+ title: string;
52
+ value: string;
53
+ props: {
54
+ isVant: boolean;
55
+ };
56
+ } | {
57
+ type: string;
58
+ field: string;
59
+ title: string;
60
+ value?: undefined;
61
+ props?: undefined;
62
+ } | {
63
+ type: string;
64
+ field: string;
65
+ title: string;
66
+ value: number;
67
+ props?: undefined;
68
+ })[];
69
+ handle?: undefined;
70
+ } | {
71
+ value: string;
72
+ rule: ({
73
+ type: string;
74
+ field: string;
75
+ title: string;
76
+ value: string;
77
+ } | {
78
+ type: string;
79
+ field: string;
80
+ title: string;
81
+ value: number;
82
+ })[];
83
+ handle?: undefined;
84
+ } | {
85
+ handle(val: any): boolean;
86
+ rule: {
87
+ type: string;
88
+ field: string;
89
+ title: string;
90
+ value: number;
91
+ }[];
92
+ value?: undefined;
93
+ })[];
94
+ props?: undefined;
95
+ } | {
96
+ type: string;
97
+ field: string;
98
+ title: string;
99
+ value: boolean;
100
+ control: {
101
+ value: boolean;
102
+ rule: ({
103
+ type: string;
104
+ field: string;
105
+ title: string;
106
+ value: string;
107
+ } | {
108
+ type: string;
109
+ field: string;
110
+ title: string;
111
+ value: number;
112
+ } | {
113
+ type: string;
114
+ field: string;
115
+ title: string;
116
+ value?: undefined;
117
+ })[];
118
+ }[];
119
+ props?: undefined;
120
+ options?: undefined;
121
+ })[];
122
+ } | {
123
+ icon: string;
124
+ label: string;
125
+ name: string;
126
+ count: number;
127
+ rule(): {
128
+ type: string;
129
+ wrap: {
130
+ show: boolean;
131
+ };
132
+ style: {
133
+ width: string;
134
+ };
135
+ showStyle: boolean;
136
+ children: never[];
137
+ props: {
138
+ description: string;
139
+ };
140
+ fixed: boolean;
141
+ };
142
+ props(): ({
143
+ type: string;
144
+ field: string;
145
+ title?: undefined;
146
+ value?: undefined;
147
+ props?: undefined;
148
+ } | {
149
+ type: string;
150
+ field: string;
151
+ title: string;
152
+ value: {
153
+ field1: string;
154
+ field2: string;
155
+ }[];
156
+ props: {
157
+ defaultValue: {
158
+ field1: string;
159
+ field2: string;
160
+ };
161
+ rule: {
162
+ type: string;
163
+ field: string;
164
+ title: string;
165
+ }[];
166
+ };
167
+ } | {
168
+ type: string;
169
+ field: string;
170
+ title: string;
171
+ value: {
172
+ field1: string;
173
+ field2: string;
174
+ };
175
+ props: {
176
+ rule: {
177
+ type: string;
178
+ field: string;
179
+ title: string;
180
+ }[];
181
+ defaultValue?: undefined;
182
+ };
183
+ })[];
184
+ } | {
185
+ icon: string;
186
+ label: string;
187
+ name: string;
188
+ children: string;
189
+ mask: boolean;
190
+ rule(): {
191
+ type: string;
192
+ style: string;
193
+ children: never[];
194
+ showStyle: boolean;
195
+ };
196
+ props(): ({
197
+ type: string;
198
+ field: string;
199
+ title: string;
200
+ value: boolean;
201
+ control: {
202
+ value: boolean;
203
+ rule: ({
204
+ type: string;
205
+ field: string;
206
+ title: string;
207
+ options: {
208
+ label: string;
209
+ value: string;
210
+ }[];
211
+ effect: {
212
+ help: string;
213
+ };
214
+ control: {
215
+ value: string;
216
+ rule: {
217
+ type: string;
218
+ field: string;
219
+ title: string;
220
+ value: string;
221
+ }[];
222
+ }[];
223
+ value: string;
224
+ } | {
225
+ type: string;
226
+ field: string;
227
+ title: string;
228
+ value: string;
229
+ effect: {
230
+ help: string;
231
+ };
232
+ options?: undefined;
233
+ control?: undefined;
234
+ } | {
235
+ type: string;
236
+ field: string;
237
+ title: string;
238
+ value: string;
239
+ options?: undefined;
240
+ effect?: undefined;
241
+ control?: undefined;
242
+ } | {
243
+ type: string;
244
+ field: string;
245
+ title: string;
246
+ value: boolean;
247
+ effect: {
248
+ help: string;
249
+ };
250
+ options?: undefined;
251
+ control?: undefined;
252
+ })[];
253
+ }[];
254
+ effect?: undefined;
255
+ } | {
256
+ type: string;
257
+ field: string;
258
+ title: string;
259
+ value: number;
260
+ effect: {
261
+ help: string;
262
+ };
263
+ control?: undefined;
264
+ } | {
265
+ type: string;
266
+ field: string;
267
+ title: string;
268
+ value: boolean;
269
+ control?: undefined;
270
+ effect?: undefined;
271
+ } | {
272
+ type: string;
273
+ field: string;
274
+ title: string;
275
+ value: boolean;
276
+ effect: {
277
+ help: string;
278
+ };
279
+ control?: undefined;
280
+ } | {
281
+ type: string;
282
+ field: string;
283
+ title: string;
284
+ value: boolean;
285
+ effect: {
286
+ help: string;
287
+ };
288
+ control: {
289
+ value: boolean;
290
+ rule: {
291
+ type: string;
292
+ field: string;
293
+ title: string;
294
+ value: string;
295
+ effect: {
296
+ help: string;
297
+ };
298
+ }[];
299
+ }[];
300
+ })[];
301
+ } | {
302
+ icon: string;
303
+ label: string;
304
+ name: string;
305
+ rule(): {
306
+ type: string;
307
+ wrap: {
308
+ show: boolean;
309
+ };
310
+ style: {
311
+ width: string;
312
+ height: string;
313
+ };
314
+ showStyle: boolean;
315
+ children: never[];
316
+ };
317
+ props(): {
318
+ type: string;
319
+ field: string;
320
+ native: boolean;
321
+ props: {
322
+ rule: {
323
+ type: string;
324
+ field: string;
325
+ title: string;
326
+ }[];
327
+ };
328
+ }[];
329
+ } | {
330
+ icon: string;
331
+ label: string;
332
+ name: string;
333
+ mask: boolean;
334
+ rule(): {
335
+ type: string;
336
+ props: {};
337
+ children: never[];
338
+ showStyle: boolean;
339
+ };
340
+ children: string;
341
+ childrenLen: number;
342
+ props(): ({
343
+ type: string;
344
+ field: string;
345
+ title: string;
346
+ value: number;
347
+ props?: undefined;
348
+ control?: undefined;
349
+ } | {
350
+ type: string;
351
+ field: string;
352
+ title: string;
353
+ props: {
354
+ activeValue: string;
355
+ inactiveValue: string;
356
+ };
357
+ control: {
358
+ value: string;
359
+ rule: {
360
+ type: string;
361
+ field: string;
362
+ title: string;
363
+ options: {
364
+ label: string;
365
+ value: string;
366
+ }[];
367
+ value: string;
368
+ }[];
369
+ }[];
370
+ value?: undefined;
371
+ })[];
372
+ } | {
373
+ icon: string;
374
+ label: string;
375
+ name: string;
376
+ rule(): {
377
+ type: string;
378
+ props: {
379
+ hairline: boolean;
380
+ contentPosition: string;
381
+ };
382
+ wrap: {
383
+ show: boolean;
384
+ };
385
+ native: boolean;
386
+ showStyle: boolean;
387
+ children: string[];
388
+ };
389
+ props(): ({
390
+ type: string;
391
+ field: string;
392
+ title: string;
393
+ props?: undefined;
394
+ options?: undefined;
395
+ } | {
396
+ type: string;
397
+ field: string;
398
+ title: string;
399
+ props: {
400
+ type: string;
401
+ };
402
+ options: {
403
+ label: string;
404
+ value: string;
405
+ }[];
406
+ })[];
407
+ } | {
408
+ icon: string;
409
+ label: string;
410
+ name: string;
411
+ children: string;
412
+ mask: boolean;
413
+ rule(): {
414
+ type: string;
415
+ style: string;
416
+ children: never[];
417
+ showStyle: boolean;
418
+ };
419
+ props(): ({
420
+ type: string;
421
+ field: string;
422
+ title: string;
423
+ props: {
424
+ min: number;
425
+ max: number;
426
+ step: number;
427
+ };
428
+ effect: {
429
+ help: string;
430
+ };
431
+ value?: undefined;
432
+ } | {
433
+ type: string;
434
+ field: string;
435
+ title: string;
436
+ value: number;
437
+ effect: {
438
+ help: string;
439
+ };
440
+ props?: undefined;
441
+ } | {
442
+ type: string;
443
+ field: string;
444
+ title: string;
445
+ value: boolean;
446
+ props?: undefined;
447
+ effect?: undefined;
448
+ } | {
449
+ type: string;
450
+ field: string;
451
+ title: string;
452
+ value: boolean;
453
+ effect: {
454
+ help: string;
455
+ };
456
+ props?: undefined;
457
+ } | {
458
+ type: string;
459
+ field: string;
460
+ title: string;
461
+ value: string;
462
+ effect: {
463
+ help: string;
464
+ };
465
+ props?: undefined;
466
+ })[];
467
+ })[];
468
+ export const layoutRuleList: {
469
+ [x: string]: {
470
+ icon: string;
471
+ label: string;
472
+ name: string;
473
+ rule(): {
474
+ type: string;
475
+ props: {};
476
+ showStyle: boolean;
477
+ };
478
+ props(): ({
479
+ type: string;
480
+ field: string;
481
+ title: string;
482
+ value: string;
483
+ props?: undefined;
484
+ options?: undefined;
485
+ control?: undefined;
486
+ } | {
487
+ type: string;
488
+ field: string;
489
+ title: string;
490
+ value: number;
491
+ props: {
492
+ min: number;
493
+ max: number;
494
+ };
495
+ options?: undefined;
496
+ control?: undefined;
497
+ } | {
498
+ type: string;
499
+ field: string;
500
+ title: string;
501
+ value: boolean;
502
+ props?: undefined;
503
+ options?: undefined;
504
+ control?: undefined;
505
+ } | {
506
+ type: string;
507
+ field: string;
508
+ title: string;
509
+ value: string;
510
+ options: {
511
+ label: string;
512
+ value: string;
513
+ }[];
514
+ control: ({
515
+ value: string;
516
+ rule: ({
517
+ type: string;
518
+ field: string;
519
+ title: string;
520
+ value: string;
521
+ props: {
522
+ isVant: boolean;
523
+ };
524
+ } | {
525
+ type: string;
526
+ field: string;
527
+ title: string;
528
+ value?: undefined;
529
+ props?: undefined;
530
+ } | {
531
+ type: string;
532
+ field: string;
533
+ title: string;
534
+ value: number;
535
+ props?: undefined;
536
+ })[];
537
+ handle?: undefined;
538
+ } | {
539
+ value: string;
540
+ rule: ({
541
+ type: string;
542
+ field: string;
543
+ title: string;
544
+ value: string;
545
+ } | {
546
+ type: string;
547
+ field: string;
548
+ title: string;
549
+ value: number;
550
+ })[];
551
+ handle?: undefined;
552
+ } | {
553
+ handle(val: any): boolean;
554
+ rule: {
555
+ type: string;
556
+ field: string;
557
+ title: string;
558
+ value: number;
559
+ }[];
560
+ value?: undefined;
561
+ })[];
562
+ props?: undefined;
563
+ } | {
564
+ type: string;
565
+ field: string;
566
+ title: string;
567
+ value: boolean;
568
+ control: {
569
+ value: boolean;
570
+ rule: ({
571
+ type: string;
572
+ field: string;
573
+ title: string;
574
+ value: string;
575
+ } | {
576
+ type: string;
577
+ field: string;
578
+ title: string;
579
+ value: number;
580
+ } | {
581
+ type: string;
582
+ field: string;
583
+ title: string;
584
+ value?: undefined;
585
+ })[];
586
+ }[];
587
+ props?: undefined;
588
+ options?: undefined;
589
+ })[];
590
+ } | {
591
+ icon: string;
592
+ label: string;
593
+ name: string;
594
+ count: number;
595
+ rule(): {
596
+ type: string;
597
+ wrap: {
598
+ show: boolean;
599
+ };
600
+ style: {
601
+ width: string;
602
+ };
603
+ showStyle: boolean;
604
+ children: never[];
605
+ props: {
606
+ description: string;
607
+ };
608
+ fixed: boolean;
609
+ };
610
+ props(): ({
611
+ type: string;
612
+ field: string;
613
+ title?: undefined;
614
+ value?: undefined;
615
+ props?: undefined;
616
+ } | {
617
+ type: string;
618
+ field: string;
619
+ title: string;
620
+ value: {
621
+ field1: string;
622
+ field2: string;
623
+ }[];
624
+ props: {
625
+ defaultValue: {
626
+ field1: string;
627
+ field2: string;
628
+ };
629
+ rule: {
630
+ type: string;
631
+ field: string;
632
+ title: string;
633
+ }[];
634
+ };
635
+ } | {
636
+ type: string;
637
+ field: string;
638
+ title: string;
639
+ value: {
640
+ field1: string;
641
+ field2: string;
642
+ };
643
+ props: {
644
+ rule: {
645
+ type: string;
646
+ field: string;
647
+ title: string;
648
+ }[];
649
+ defaultValue?: undefined;
650
+ };
651
+ })[];
652
+ } | {
653
+ icon: string;
654
+ label: string;
655
+ name: string;
656
+ children: string;
657
+ mask: boolean;
658
+ rule(): {
659
+ type: string;
660
+ style: string;
661
+ children: never[];
662
+ showStyle: boolean;
663
+ };
664
+ props(): ({
665
+ type: string;
666
+ field: string;
667
+ title: string;
668
+ value: boolean;
669
+ control: {
670
+ value: boolean;
671
+ rule: ({
672
+ type: string;
673
+ field: string;
674
+ title: string;
675
+ options: {
676
+ label: string;
677
+ value: string;
678
+ }[];
679
+ effect: {
680
+ help: string;
681
+ };
682
+ control: {
683
+ value: string;
684
+ rule: {
685
+ type: string;
686
+ field: string;
687
+ title: string;
688
+ value: string;
689
+ }[];
690
+ }[];
691
+ value: string;
692
+ } | {
693
+ type: string;
694
+ field: string;
695
+ title: string;
696
+ value: string;
697
+ effect: {
698
+ help: string;
699
+ };
700
+ options?: undefined;
701
+ control?: undefined;
702
+ } | {
703
+ type: string;
704
+ field: string;
705
+ title: string;
706
+ value: string;
707
+ options?: undefined;
708
+ effect?: undefined;
709
+ control?: undefined;
710
+ } | {
711
+ type: string;
712
+ field: string;
713
+ title: string;
714
+ value: boolean;
715
+ effect: {
716
+ help: string;
717
+ };
718
+ options?: undefined;
719
+ control?: undefined;
720
+ })[];
721
+ }[];
722
+ effect?: undefined;
723
+ } | {
724
+ type: string;
725
+ field: string;
726
+ title: string;
727
+ value: number;
728
+ effect: {
729
+ help: string;
730
+ };
731
+ control?: undefined;
732
+ } | {
733
+ type: string;
734
+ field: string;
735
+ title: string;
736
+ value: boolean;
737
+ control?: undefined;
738
+ effect?: undefined;
739
+ } | {
740
+ type: string;
741
+ field: string;
742
+ title: string;
743
+ value: boolean;
744
+ effect: {
745
+ help: string;
746
+ };
747
+ control?: undefined;
748
+ } | {
749
+ type: string;
750
+ field: string;
751
+ title: string;
752
+ value: boolean;
753
+ effect: {
754
+ help: string;
755
+ };
756
+ control: {
757
+ value: boolean;
758
+ rule: {
759
+ type: string;
760
+ field: string;
761
+ title: string;
762
+ value: string;
763
+ effect: {
764
+ help: string;
765
+ };
766
+ }[];
767
+ }[];
768
+ })[];
769
+ } | {
770
+ icon: string;
771
+ label: string;
772
+ name: string;
773
+ rule(): {
774
+ type: string;
775
+ wrap: {
776
+ show: boolean;
777
+ };
778
+ style: {
779
+ width: string;
780
+ height: string;
781
+ };
782
+ showStyle: boolean;
783
+ children: never[];
784
+ };
785
+ props(): {
786
+ type: string;
787
+ field: string;
788
+ native: boolean;
789
+ props: {
790
+ rule: {
791
+ type: string;
792
+ field: string;
793
+ title: string;
794
+ }[];
795
+ };
796
+ }[];
797
+ } | {
798
+ icon: string;
799
+ label: string;
800
+ name: string;
801
+ mask: boolean;
802
+ rule(): {
803
+ type: string;
804
+ props: {};
805
+ children: never[];
806
+ showStyle: boolean;
807
+ };
808
+ children: string;
809
+ childrenLen: number;
810
+ props(): ({
811
+ type: string;
812
+ field: string;
813
+ title: string;
814
+ value: number;
815
+ props?: undefined;
816
+ control?: undefined;
817
+ } | {
818
+ type: string;
819
+ field: string;
820
+ title: string;
821
+ props: {
822
+ activeValue: string;
823
+ inactiveValue: string;
824
+ };
825
+ control: {
826
+ value: string;
827
+ rule: {
828
+ type: string;
829
+ field: string;
830
+ title: string;
831
+ options: {
832
+ label: string;
833
+ value: string;
834
+ }[];
835
+ value: string;
836
+ }[];
837
+ }[];
838
+ value?: undefined;
839
+ })[];
840
+ } | {
841
+ icon: string;
842
+ label: string;
843
+ name: string;
844
+ rule(): {
845
+ type: string;
846
+ props: {
847
+ hairline: boolean;
848
+ contentPosition: string;
849
+ };
850
+ wrap: {
851
+ show: boolean;
852
+ };
853
+ native: boolean;
854
+ showStyle: boolean;
855
+ children: string[];
856
+ };
857
+ props(): ({
858
+ type: string;
859
+ field: string;
860
+ title: string;
861
+ props?: undefined;
862
+ options?: undefined;
863
+ } | {
864
+ type: string;
865
+ field: string;
866
+ title: string;
867
+ props: {
868
+ type: string;
869
+ };
870
+ options: {
871
+ label: string;
872
+ value: string;
873
+ }[];
874
+ })[];
875
+ } | {
876
+ icon: string;
877
+ label: string;
878
+ name: string;
879
+ children: string;
880
+ mask: boolean;
881
+ rule(): {
882
+ type: string;
883
+ style: string;
884
+ children: never[];
885
+ showStyle: boolean;
886
+ };
887
+ props(): ({
888
+ type: string;
889
+ field: string;
890
+ title: string;
891
+ props: {
892
+ min: number;
893
+ max: number;
894
+ step: number;
895
+ };
896
+ effect: {
897
+ help: string;
898
+ };
899
+ value?: undefined;
900
+ } | {
901
+ type: string;
902
+ field: string;
903
+ title: string;
904
+ value: number;
905
+ effect: {
906
+ help: string;
907
+ };
908
+ props?: undefined;
909
+ } | {
910
+ type: string;
911
+ field: string;
912
+ title: string;
913
+ value: boolean;
914
+ props?: undefined;
915
+ effect?: undefined;
916
+ } | {
917
+ type: string;
918
+ field: string;
919
+ title: string;
920
+ value: boolean;
921
+ effect: {
922
+ help: string;
923
+ };
924
+ props?: undefined;
925
+ } | {
926
+ type: string;
927
+ field: string;
928
+ title: string;
929
+ value: string;
930
+ effect: {
931
+ help: string;
932
+ };
933
+ props?: undefined;
934
+ })[];
935
+ } | {
936
+ label: string;
937
+ name: string;
938
+ inside: boolean;
939
+ drag: boolean;
940
+ dragBtn: boolean;
941
+ mask: boolean;
942
+ rule(): {
943
+ type: string;
944
+ props: {
945
+ title: string;
946
+ };
947
+ children: never[];
948
+ showStyle: boolean;
949
+ };
950
+ props(): ({
951
+ type: string;
952
+ field: string;
953
+ title: string;
954
+ effect?: undefined;
955
+ } | {
956
+ type: string;
957
+ field: string;
958
+ title: string;
959
+ effect: {
960
+ help: string;
961
+ };
962
+ })[];
963
+ } | {
964
+ name: string;
965
+ drag: boolean;
966
+ dragBtn: boolean;
967
+ inside: boolean;
968
+ mask: boolean;
969
+ label: string;
970
+ rule(): {
971
+ type: string;
972
+ props: {
973
+ span: number;
974
+ };
975
+ children: never[];
976
+ showStyle: boolean;
977
+ };
978
+ props(): ({
979
+ type: string;
980
+ field: string;
981
+ title: string;
982
+ value: number;
983
+ props: {
984
+ min: number;
985
+ max: number;
986
+ };
987
+ } | {
988
+ type: string;
989
+ field: string;
990
+ title: string;
991
+ props: {
992
+ min: number;
993
+ max: number;
994
+ };
995
+ value?: undefined;
996
+ })[];
997
+ } | {
998
+ label: string;
999
+ name: string;
1000
+ inside: boolean;
1001
+ drag: boolean;
1002
+ dragBtn: boolean;
1003
+ mask: boolean;
1004
+ rule(): {
1005
+ type: string;
1006
+ props: {
1007
+ title: string;
1008
+ };
1009
+ children: never[];
1010
+ showStyle: boolean;
1011
+ };
1012
+ props(): {
1013
+ type: string;
1014
+ props: {
1015
+ description: string;
1016
+ };
1017
+ col: {
1018
+ span: number;
1019
+ };
1020
+ field: string;
1021
+ }[];
1022
+ };
1023
+ };