@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,127 @@
1
+ export declare const Table: import("@vipl520/utils").WithInstall<{
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: {
6
+ tableApi?: string | undefined;
7
+ key?: string | number | symbol | undefined;
8
+ style?: unknown;
9
+ class?: unknown;
10
+ ref?: import("vue").VNodeRef | undefined;
11
+ ref_for?: boolean | undefined;
12
+ ref_key?: string | undefined;
13
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ [key: string]: any;
15
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
+ [key: string]: any;
17
+ }>) => void)[] | undefined;
18
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
+ [key: string]: any;
22
+ }>) => void)[] | undefined;
23
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
+ [key: string]: any;
29
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
+ [key: string]: any;
31
+ }>) => void)[] | undefined;
32
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ [key: string]: any;
34
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
+ [key: string]: any;
40
+ }>) => void)[] | undefined;
41
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }>) => void)[] | undefined;
46
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void)[] | undefined;
51
+ };
52
+ $attrs: {
53
+ [x: string]: unknown;
54
+ };
55
+ $refs: {
56
+ [x: string]: unknown;
57
+ };
58
+ $slots: Readonly<{
59
+ [name: string]: import("vue").Slot<any> | undefined;
60
+ }>;
61
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
62
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
63
+ $emit: (event: string, ...args: any[]) => void;
64
+ $el: any;
65
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
66
+ tableApi: {
67
+ default: string;
68
+ type: StringConstructor;
69
+ };
70
+ }>>, {
71
+ DkTable: import("./utils/dkTable").default;
72
+ TableRef: import("vue").Ref<any>;
73
+ FormRef: import("vue").Ref<any>;
74
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
75
+ tableApi: string;
76
+ }, {}, string, {}> & {
77
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
78
+ created?: ((() => void) | (() => void)[]) | undefined;
79
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
80
+ mounted?: ((() => void) | (() => void)[]) | undefined;
81
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
82
+ updated?: ((() => void) | (() => void)[]) | undefined;
83
+ activated?: ((() => void) | (() => void)[]) | undefined;
84
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
85
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
86
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
87
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
88
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
89
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
90
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
91
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
92
+ };
93
+ $forceUpdate: () => void;
94
+ $nextTick: typeof import("vue").nextTick;
95
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
96
+ } & Readonly<import("vue").ExtractPropTypes<{
97
+ tableApi: {
98
+ default: string;
99
+ type: StringConstructor;
100
+ };
101
+ }>> & import("vue").ShallowUnwrapRef<{
102
+ DkTable: import("./utils/dkTable").default;
103
+ TableRef: import("vue").Ref<any>;
104
+ FormRef: import("vue").Ref<any>;
105
+ }> & {} & import("vue").ComponentCustomProperties & {};
106
+ __isFragment?: undefined;
107
+ __isTeleport?: undefined;
108
+ __isSuspense?: undefined;
109
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
110
+ tableApi: {
111
+ default: string;
112
+ type: StringConstructor;
113
+ };
114
+ }>>, {
115
+ DkTable: import("./utils/dkTable").default;
116
+ TableRef: import("vue").Ref<any>;
117
+ FormRef: import("vue").Ref<any>;
118
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
119
+ tableApi: string;
120
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
121
+ $slots: Partial<Record<NonNullable<string | number>, (_: {}) => any>> & Partial<Record<string, (_: any) => any>> & {
122
+ columnPrepend?(_: {}): any;
123
+ columnAppend?(_: {}): any;
124
+ };
125
+ })>;
126
+ export default Table;
127
+ export * from './src/props';
@@ -0,0 +1,7 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<string, (_: {}) => any>>>;
2
+ export default _default;
3
+ type __VLS_WithTemplateSlots<T, S> = T & {
4
+ new (): {
5
+ $slots: S;
6
+ };
7
+ };
@@ -0,0 +1,37 @@
1
+ import type { TableColumnCtx } from 'element-plus';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ row: {
4
+ type: import("vue").PropType<TableRow>;
5
+ required: true;
6
+ };
7
+ field: {
8
+ type: import("vue").PropType<TableColumn>;
9
+ required: true;
10
+ };
11
+ column: {
12
+ type: import("vue").PropType<TableColumnCtx<TableRow>>;
13
+ required: true;
14
+ };
15
+ index: {
16
+ type: import("vue").PropType<number>;
17
+ required: true;
18
+ };
19
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
+ row: {
21
+ type: import("vue").PropType<TableRow>;
22
+ required: true;
23
+ };
24
+ field: {
25
+ type: import("vue").PropType<TableColumn>;
26
+ required: true;
27
+ };
28
+ column: {
29
+ type: import("vue").PropType<TableColumnCtx<TableRow>>;
30
+ required: true;
31
+ };
32
+ index: {
33
+ type: import("vue").PropType<number>;
34
+ required: true;
35
+ };
36
+ }>>, {}, {}>;
37
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,40 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ size: {
3
+ default: string;
4
+ type: StringConstructor;
5
+ };
6
+ buttons: {
7
+ default: () => string[];
8
+ type: ArrayConstructor;
9
+ };
10
+ quickSearchPlaceholder: {
11
+ default: string;
12
+ type: StringConstructor;
13
+ };
14
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
+ size: {
16
+ default: string;
17
+ type: StringConstructor;
18
+ };
19
+ buttons: {
20
+ default: () => string[];
21
+ type: ArrayConstructor;
22
+ };
23
+ quickSearchPlaceholder: {
24
+ default: string;
25
+ type: StringConstructor;
26
+ };
27
+ }>>, {
28
+ size: string;
29
+ buttons: unknown[];
30
+ quickSearchPlaceholder: string;
31
+ }, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>> & {
32
+ refreshPrepend?(_: {}): any;
33
+ refreshAppend?(_: {}): any;
34
+ }>;
35
+ export default _default;
36
+ type __VLS_WithTemplateSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
@@ -0,0 +1,8 @@
1
+ import type { ExtractPropTypes } from 'vue';
2
+ export declare const tableProps: {
3
+ tableApi: {
4
+ default: string;
5
+ type: StringConstructor;
6
+ };
7
+ };
8
+ export type TableProps = ExtractPropTypes<typeof tableProps>;
@@ -0,0 +1,27 @@
1
+ import DkTableClass from '../utils/dkTable';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
+ tableApi: {
4
+ default: string;
5
+ type: StringConstructor;
6
+ };
7
+ }, {
8
+ DkTable: DkTableClass;
9
+ TableRef: import("vue").Ref<any>;
10
+ FormRef: import("vue").Ref<any>;
11
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ tableApi: {
13
+ default: string;
14
+ type: StringConstructor;
15
+ };
16
+ }>>, {
17
+ tableApi: string;
18
+ }, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>> & Partial<Record<string, (_: any) => any>> & {
19
+ columnPrepend?(_: {}): any;
20
+ columnAppend?(_: {}): any;
21
+ }>;
22
+ export default _default;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -0,0 +1,85 @@
1
+ import type { TableColumnCtx } from 'element-plus';
2
+ import { dkTableApi } from './dkTableApi';
3
+ export default class dkTable {
4
+ url: string;
5
+ api: dkTableApi;
6
+ table: DkTable;
7
+ before: BaTableBefore;
8
+ after: BaTableAfter;
9
+ form: DkForm;
10
+ recycleTable: RecycleTable;
11
+ comSearch: ComSearch;
12
+ constructor(url: string, before?: BaTableBefore, after?: BaTableAfter);
13
+ /**
14
+ * 表格内部鉴权方法
15
+ * 此方法在表头或表行组件内部自动调用,传递权限节点名,如:add、edit
16
+ * 若需自定义表格内部鉴权,重写此方法即可
17
+ */
18
+ auth(node: string): boolean;
19
+ /**
20
+ * 运行前置函数
21
+ * @param funName 函数名
22
+ * @param args 参数
23
+ */
24
+ runBefore(funName: string, args?: any): boolean;
25
+ /**
26
+ * 运行后置函数
27
+ * @param funName 函数名
28
+ * @param args 参数
29
+ */
30
+ runAfter(funName: string, args?: any): boolean;
31
+ getIndex: () => Promise<void> | undefined;
32
+ getTable: (cache?: boolean) => Promise<any> | undefined;
33
+ /**
34
+ * 显示回收站
35
+ */
36
+ showRecycle(): Promise<void>;
37
+ /**
38
+ * 获取回收站列表
39
+ */
40
+ getRecycleIndex: () => Promise<void>;
41
+ /**
42
+ * 获取回收站表格
43
+ * @param cache
44
+ */
45
+ getRecycleTable: (cache?: boolean) => Promise<any> | undefined;
46
+ /**
47
+ * 获取表格选择项的id数组
48
+ */
49
+ getSelectionIds(): number[];
50
+ /**
51
+ * 表格内的事件统一响应
52
+ * @param event 事件:selection-change=选中项改变,page-size-change=每页数量改变,current-page-change=翻页,sort-change=排序,edit=编辑,delete=删除,field-change=单元格值改变,com-search=公共搜索
53
+ * @param data 携带数据
54
+ */
55
+ onTableAction: (event: string, data: anyObj) => boolean | undefined;
56
+ postDel: (ids: number[]) => void;
57
+ /**
58
+ * 双击表格
59
+ * @param row 行数据
60
+ * @param column 列上下文数据
61
+ */
62
+ onTableDblclick: (row: TableRow, column: TableColumnCtx<TableRow>) => void;
63
+ /**
64
+ * 打开表单
65
+ * @param operate 操作:Add=添加,Edit=编辑
66
+ * @param operateIds 被操作项的数组:Add=[],Edit=[1,2,...]
67
+ */
68
+ toggleForm: (operate?: string, operateIds?: number[]) => void;
69
+ onSubmit: () => void;
70
+ /**
71
+ * 排序
72
+ */
73
+ dragSort: () => void;
74
+ /**
75
+ * 表格顶栏按钮事件统一响应
76
+ * @param event 事件:refresh=刷新,edit=编辑,delete=删除,quick-search=快速查询,unfold=折叠/展开,change-show-column=调整列显示状态
77
+ * @param data 携带数据
78
+ */
79
+ onTableHeaderAction: (event: string, data?: anyObj) => boolean | undefined;
80
+ /**
81
+ * 通用搜索初始化
82
+ * @param query 要搜索的数据
83
+ */
84
+ initComSearch: (query?: anyObj) => void;
85
+ }
@@ -0,0 +1,59 @@
1
+ export declare class dkTableApi {
2
+ private controllerUrl;
3
+ actionUrl: Map<string, string>;
4
+ constructor(controllerUrl: string);
5
+ /**
6
+ * 获取表格配置
7
+ */
8
+ table(): import("@vipl520/utils/src/types").ApiPromise;
9
+ /**
10
+ * 获取表格配置
11
+ */
12
+ recycleTable(): import("@vipl520/utils/src/types").ApiPromise;
13
+ /**
14
+ * 获取表单
15
+ */
16
+ form(id?: number): import("@vipl520/utils/src/types").ApiPromise;
17
+ /**
18
+ * 获取表格列表
19
+ * @param filter
20
+ */
21
+ index(filter?: anyObj): import("@vipl520/utils/src/types").ApiPromise;
22
+ /**
23
+ * 回收站列表
24
+ * @param filter
25
+ */
26
+ recycle(filter?: anyObj): import("@vipl520/utils/src/types").ApiPromise;
27
+ /**
28
+ * 编辑
29
+ * @param params
30
+ */
31
+ edit(params: anyObj): import("@vipl520/utils/src/types").ApiPromise;
32
+ /**
33
+ * 删除
34
+ * @param ids
35
+ */
36
+ del(ids: number[]): import("@vipl520/utils/src/types").ApiPromise;
37
+ /**
38
+ * 销毁
39
+ * @param ids
40
+ */
41
+ destroy(ids: string[]): import("@vipl520/utils/src/types").ApiPromise;
42
+ /**
43
+ * 还原
44
+ * @param ids
45
+ */
46
+ restore(ids: string[]): import("@vipl520/utils/src/types").ApiPromise;
47
+ /**
48
+ * 自定义
49
+ * @param action
50
+ * @param data
51
+ */
52
+ postData(action: string, data: anyObj): import("@vipl520/utils/src/types").ApiPromise;
53
+ /**
54
+ * 排序
55
+ * @param id
56
+ * @param targetId
57
+ */
58
+ sortableApi(id: number, targetId: number): import("@vipl520/utils/src/types").ApiPromise;
59
+ }
@@ -0,0 +1,24 @@
1
+ export declare const Test: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
2
+ type: {
3
+ type: import("vue").PropType<string>;
4
+ default: string;
5
+ };
6
+ test: {
7
+ default: string;
8
+ type: StringConstructor;
9
+ };
10
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
+ type: {
12
+ type: import("vue").PropType<string>;
13
+ default: string;
14
+ };
15
+ test: {
16
+ default: string;
17
+ type: StringConstructor;
18
+ };
19
+ }>>, {
20
+ type: string;
21
+ test: string;
22
+ }, {}>>;
23
+ export default Test;
24
+ export * from './src/props';
@@ -0,0 +1,15 @@
1
+ import type { ExtractPropTypes } from 'vue';
2
+ export declare const testProps: {
3
+ /**
4
+ * 类型定义
5
+ */
6
+ type: {
7
+ type: import("vue").PropType<string>;
8
+ default: string;
9
+ };
10
+ test: {
11
+ default: string;
12
+ type: StringConstructor;
13
+ };
14
+ };
15
+ export type TestProps = ExtractPropTypes<typeof testProps>;
@@ -0,0 +1,23 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ type: {
3
+ type: import("vue").PropType<string>;
4
+ default: string;
5
+ };
6
+ test: {
7
+ default: string;
8
+ type: StringConstructor;
9
+ };
10
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
+ type: {
12
+ type: import("vue").PropType<string>;
13
+ default: string;
14
+ };
15
+ test: {
16
+ default: string;
17
+ type: StringConstructor;
18
+ };
19
+ }>>, {
20
+ type: string;
21
+ test: string;
22
+ }, {}>;
23
+ export default _default;
@@ -0,0 +1,64 @@
1
+ export declare const TinyEditor: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
2
+ disabled: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ modelValue: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ height: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
14
+ document: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ buttonText: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ showDialogWidth: {
23
+ type: NumberConstructor;
24
+ default: number;
25
+ };
26
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "update:modelValue")[], "change" | "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ disabled: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ modelValue: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ height: {
36
+ type: NumberConstructor;
37
+ default: number;
38
+ };
39
+ document: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ buttonText: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ showDialogWidth: {
48
+ type: NumberConstructor;
49
+ default: number;
50
+ };
51
+ }>> & {
52
+ onChange?: ((...args: any[]) => any) | undefined;
53
+ onInput?: ((...args: any[]) => any) | undefined;
54
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
55
+ }, {
56
+ document: boolean;
57
+ height: number;
58
+ modelValue: string;
59
+ disabled: boolean;
60
+ buttonText: string;
61
+ showDialogWidth: number;
62
+ }, {}>>;
63
+ export default TinyEditor;
64
+ export * from './src/props';
@@ -0,0 +1,19 @@
1
+ declare const init: {
2
+ language: string;
3
+ branding: boolean;
4
+ skin: string;
5
+ icons: string;
6
+ promotion: boolean;
7
+ plugins: string;
8
+ editimage_cors_hosts: string[];
9
+ menubar: string;
10
+ toolbar: string;
11
+ toolbar_sticky: boolean;
12
+ height: number;
13
+ quickbars_selection_toolbar: string;
14
+ quickbars_insert_toolbar: string;
15
+ quickbars_image_toolbar: string;
16
+ toolbar_mode: string;
17
+ convert_urls: boolean;
18
+ };
19
+ export default init;
@@ -0,0 +1,31 @@
1
+ import type { ExtractPropTypes } from 'vue';
2
+ export declare const tinyEditorProps: {
3
+ /**
4
+ * 类型定义
5
+ */
6
+ disabled: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ modelValue: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ height: {
15
+ type: NumberConstructor;
16
+ default: number;
17
+ };
18
+ document: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ buttonText: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ showDialogWidth: {
27
+ type: NumberConstructor;
28
+ default: number;
29
+ };
30
+ };
31
+ export type TinyEditorProps = ExtractPropTypes<typeof tinyEditorProps>;
@@ -0,0 +1,63 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ disabled: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ modelValue: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ height: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
14
+ document: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ buttonText: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ showDialogWidth: {
23
+ type: NumberConstructor;
24
+ default: number;
25
+ };
26
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "update:modelValue")[], "change" | "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ disabled: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ modelValue: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ height: {
36
+ type: NumberConstructor;
37
+ default: number;
38
+ };
39
+ document: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ buttonText: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ showDialogWidth: {
48
+ type: NumberConstructor;
49
+ default: number;
50
+ };
51
+ }>> & {
52
+ onChange?: ((...args: any[]) => any) | undefined;
53
+ onInput?: ((...args: any[]) => any) | undefined;
54
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
55
+ }, {
56
+ document: boolean;
57
+ height: number;
58
+ modelValue: string;
59
+ disabled: boolean;
60
+ buttonText: string;
61
+ showDialogWidth: number;
62
+ }, {}>;
63
+ export default _default;