bkui-vue 0.0.1-beta.16 → 0.0.1-beta.162

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (578) hide show
  1. package/README.md +7 -3
  2. package/dist/index.cjs.js +171 -0
  3. package/dist/index.esm.js +34935 -0
  4. package/dist/index.umd.js +171 -0
  5. package/dist/style.css +1 -4328
  6. package/dist/style.variable.css +1 -0
  7. package/lib/affix/affix.css +3 -0
  8. package/lib/affix/affix.d.ts +47 -0
  9. package/lib/affix/affix.less +5 -0
  10. package/lib/affix/affix.variable.css +116 -0
  11. package/lib/affix/index.d.ts +143 -0
  12. package/lib/affix/index.js +1 -0
  13. package/lib/alert/alert.css +5 -3
  14. package/lib/alert/alert.d.ts +24 -15
  15. package/lib/alert/alert.less +7 -3
  16. package/lib/alert/alert.variable.css +35 -6
  17. package/lib/alert/index.d.ts +96 -60
  18. package/lib/alert/index.js +1 -1
  19. package/lib/animate-number/animate-number.d.ts +12 -7
  20. package/lib/animate-number/index.d.ts +48 -28
  21. package/lib/animate-number/index.js +1 -1
  22. package/lib/backtop/backtop.css +8 -0
  23. package/lib/backtop/backtop.d.ts +28 -14
  24. package/lib/backtop/backtop.less +8 -0
  25. package/lib/backtop/backtop.variable.css +38 -3
  26. package/lib/backtop/index.d.ts +111 -55
  27. package/lib/backtop/index.js +1 -1
  28. package/lib/badge/badge.css +5 -5
  29. package/lib/badge/badge.d.ts +64 -22
  30. package/lib/badge/badge.less +5 -6
  31. package/lib/badge/badge.variable.css +35 -8
  32. package/lib/badge/index.d.ts +202 -84
  33. package/lib/badge/index.js +1 -1
  34. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  35. package/lib/breadcrumb/breadcrumb.css +51 -0
  36. package/lib/breadcrumb/breadcrumb.d.ts +22 -14
  37. package/lib/breadcrumb/breadcrumb.variable.css +81 -3
  38. package/lib/breadcrumb/index.d.ts +100 -64
  39. package/lib/breadcrumb/index.js +1 -1
  40. package/lib/button/button-group.d.ts +3 -5
  41. package/lib/button/button.css +92 -45
  42. package/lib/button/button.d.ts +76 -26
  43. package/lib/button/button.less +88 -47
  44. package/lib/button/button.variable.css +122 -48
  45. package/lib/button/index.d.ts +191 -102
  46. package/lib/button/index.js +1 -1
  47. package/lib/card/card.css +96 -1
  48. package/lib/card/card.d.ts +74 -18
  49. package/lib/card/card.less +50 -2
  50. package/lib/card/card.variable.css +126 -4
  51. package/lib/card/index.d.ts +225 -69
  52. package/lib/card/index.js +1 -1
  53. package/lib/cascader/cascader-panel.d.ts +50 -0
  54. package/lib/cascader/cascader.css +147 -0
  55. package/lib/cascader/cascader.d.ts +275 -0
  56. package/lib/cascader/cascader.less +167 -0
  57. package/lib/cascader/cascader.variable.css +260 -0
  58. package/lib/cascader/index.d.ts +746 -0
  59. package/lib/cascader/index.js +1 -0
  60. package/lib/cascader/interface.d.ts +47 -0
  61. package/lib/cascader/node.d.ts +25 -0
  62. package/lib/cascader/store.d.ts +19 -0
  63. package/lib/checkbox/checkbox-group.d.ts +29 -9
  64. package/lib/checkbox/checkbox.css +33 -6
  65. package/lib/checkbox/checkbox.d.ts +43 -32
  66. package/lib/checkbox/checkbox.less +44 -6
  67. package/lib/checkbox/checkbox.variable.css +63 -9
  68. package/lib/checkbox/common.d.ts +3 -3
  69. package/lib/checkbox/index.d.ts +161 -104
  70. package/lib/checkbox/index.js +1 -1
  71. package/lib/checkbox/type.d.ts +3 -7
  72. package/lib/code-diff/code-diff.css +186 -0
  73. package/lib/code-diff/code-diff.d.ts +80 -0
  74. package/lib/code-diff/code-diff.less +238 -0
  75. package/lib/code-diff/code-diff.variable.css +299 -0
  76. package/lib/code-diff/index.d.ts +154 -0
  77. package/lib/code-diff/index.js +1 -0
  78. package/lib/collapse/collapse-panel.d.ts +75 -0
  79. package/lib/collapse/collapse.css +28 -12
  80. package/lib/collapse/collapse.d.ts +34 -43
  81. package/lib/collapse/collapse.less +54 -29
  82. package/lib/collapse/collapse.variable.css +141 -12
  83. package/lib/collapse/index.d.ts +212 -76
  84. package/lib/collapse/index.js +1 -1
  85. package/lib/collapse/props.d.ts +123 -0
  86. package/lib/collapse/utils.d.ts +11 -0
  87. package/lib/color-picker/color-picker.css +275 -0
  88. package/lib/color-picker/color-picker.d.ts +144 -0
  89. package/lib/color-picker/color-picker.less +325 -0
  90. package/lib/color-picker/color-picker.variable.css +388 -0
  91. package/lib/color-picker/index.d.ts +254 -0
  92. package/lib/color-picker/index.js +1 -0
  93. package/lib/color-picker/utils.d.ts +37 -0
  94. package/lib/components.d.ts +28 -6
  95. package/lib/components.js +1 -0
  96. package/lib/container/col.d.ts +51 -0
  97. package/lib/container/container.css +91 -0
  98. package/lib/container/container.d.ts +83 -0
  99. package/lib/container/container.less +20 -0
  100. package/lib/container/container.variable.css +204 -0
  101. package/lib/container/index.d.ts +223 -0
  102. package/lib/container/index.js +1 -0
  103. package/lib/container/row.d.ts +4 -0
  104. package/lib/date-picker/date-picker.css +18 -2
  105. package/lib/date-picker/date-picker.d.ts +101 -137
  106. package/lib/date-picker/date-picker.less +23 -2
  107. package/lib/date-picker/date-picker.variable.css +48 -5
  108. package/lib/date-picker/index.d.ts +528 -279
  109. package/lib/date-picker/index.js +1 -1
  110. package/lib/date-picker/interface.d.ts +10 -1
  111. package/lib/date-picker/props.d.ts +161 -0
  112. package/lib/date-picker/time-picker.d.ts +381 -0
  113. package/lib/date-picker/utils.d.ts +22 -1
  114. package/lib/dialog/dialog.css +78 -21
  115. package/lib/dialog/dialog.d.ts +285 -52
  116. package/lib/dialog/dialog.less +56 -22
  117. package/lib/dialog/dialog.variable.css +78 -21
  118. package/lib/dialog/index.d.ts +665 -115
  119. package/lib/dialog/index.js +1 -1
  120. package/lib/dialog/props.d.ts +132 -0
  121. package/lib/directives/clickoutside.d.ts +3 -23
  122. package/lib/directives/index.js +2 -15
  123. package/lib/directives/index.js.LICENSE.txt +14 -0
  124. package/lib/directives/tooltips.d.ts +1 -1
  125. package/lib/dist.index.js +1 -0
  126. package/lib/divider/divider.d.ts +21 -13
  127. package/lib/divider/divider.variable.css +30 -3
  128. package/lib/divider/index.d.ts +84 -52
  129. package/lib/divider/index.js +1 -1
  130. package/lib/divider/props.d.ts +21 -0
  131. package/lib/dropdown/const.d.ts +4 -0
  132. package/lib/dropdown/dropdown-item.d.ts +6 -5
  133. package/lib/dropdown/dropdown-menu.d.ts +6 -5
  134. package/lib/dropdown/dropdown.css +12 -5
  135. package/lib/dropdown/dropdown.d.ts +59 -16
  136. package/lib/dropdown/dropdown.less +48 -34
  137. package/lib/dropdown/dropdown.variable.css +42 -8
  138. package/lib/dropdown/index.d.ts +168 -75
  139. package/lib/dropdown/index.js +1 -1
  140. package/lib/exception/exception.css +40 -14
  141. package/lib/exception/exception.d.ts +20 -11
  142. package/lib/exception/exception.less +59 -22
  143. package/lib/exception/exception.variable.css +70 -17
  144. package/lib/exception/index.d.ts +62 -39
  145. package/lib/exception/index.js +1 -1
  146. package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
  147. package/lib/fixed-navbar/fixed-navbar.variable.css +30 -3
  148. package/lib/fixed-navbar/index.d.ts +96 -37
  149. package/lib/fixed-navbar/index.js +1 -1
  150. package/lib/form/compose-form-item.d.ts +16 -0
  151. package/lib/form/form-item.d.ts +60 -44
  152. package/lib/form/form.css +102 -10
  153. package/lib/form/form.d.ts +45 -40
  154. package/lib/form/form.less +145 -34
  155. package/lib/form/form.variable.css +215 -10
  156. package/lib/form/index.d.ts +303 -3
  157. package/lib/form/index.js +1 -1
  158. package/lib/form/type.d.ts +8 -6
  159. package/lib/form/validator.d.ts +1 -0
  160. package/lib/icon/angle-double-down-line.d.ts +4 -0
  161. package/lib/icon/angle-double-down-line.js +1 -0
  162. package/lib/icon/angle-double-left-line.d.ts +4 -0
  163. package/lib/icon/angle-double-left-line.js +1 -0
  164. package/lib/icon/angle-double-left.js +1 -15
  165. package/lib/icon/angle-double-right-line.d.ts +4 -0
  166. package/lib/icon/angle-double-right-line.js +1 -0
  167. package/lib/icon/angle-double-right.js +1 -15
  168. package/lib/icon/angle-double-up-line.d.ts +4 -0
  169. package/lib/icon/angle-double-up-line.js +1 -0
  170. package/lib/icon/angle-down-fill.js +1 -15
  171. package/lib/icon/angle-down-line.js +1 -15
  172. package/lib/icon/angle-down.js +1 -15
  173. package/lib/icon/angle-left.js +1 -15
  174. package/lib/icon/angle-right.js +1 -15
  175. package/lib/icon/angle-up-fill.js +1 -15
  176. package/lib/icon/angle-up.js +1 -15
  177. package/lib/icon/archive-fill.d.ts +4 -0
  178. package/lib/icon/archive-fill.js +1 -0
  179. package/lib/icon/arrows-left.js +1 -15
  180. package/lib/icon/arrows-right.d.ts +4 -0
  181. package/lib/icon/arrows-right.js +1 -0
  182. package/lib/icon/audio-fill.d.ts +4 -0
  183. package/lib/icon/audio-fill.js +1 -0
  184. package/lib/icon/bk.d.ts +4 -0
  185. package/lib/icon/bk.js +1 -0
  186. package/lib/icon/circle.js +1 -15
  187. package/lib/icon/close-line.d.ts +4 -0
  188. package/lib/icon/close-line.js +1 -0
  189. package/lib/icon/close.js +1 -15
  190. package/lib/icon/code.js +1 -15
  191. package/lib/icon/cog-shape.js +1 -15
  192. package/lib/icon/collapse-left.js +1 -15
  193. package/lib/icon/copy.js +1 -15
  194. package/lib/icon/data-shape.d.ts +4 -0
  195. package/lib/icon/data-shape.js +1 -0
  196. package/lib/icon/del.d.ts +4 -0
  197. package/lib/icon/del.js +1 -0
  198. package/lib/icon/doc-fill.d.ts +4 -0
  199. package/lib/icon/doc-fill.js +1 -0
  200. package/lib/icon/done.js +1 -15
  201. package/lib/icon/down-shape.js +1 -15
  202. package/lib/icon/down-small.js +1 -15
  203. package/lib/icon/edit-line.d.ts +4 -0
  204. package/lib/icon/edit-line.js +1 -0
  205. package/lib/icon/ellipsis.d.ts +4 -0
  206. package/lib/icon/ellipsis.js +1 -0
  207. package/lib/icon/enlarge-line.d.ts +4 -0
  208. package/lib/icon/enlarge-line.js +1 -0
  209. package/lib/icon/error.js +1 -15
  210. package/lib/icon/excel-fill.d.ts +4 -0
  211. package/lib/icon/excel-fill.js +1 -0
  212. package/lib/icon/exclamation-circle-shape.d.ts +4 -0
  213. package/lib/icon/exclamation-circle-shape.js +1 -0
  214. package/lib/icon/eye.js +1 -15
  215. package/lib/icon/filliscreen-line.d.ts +4 -0
  216. package/lib/icon/filliscreen-line.js +1 -0
  217. package/lib/icon/folder-open.js +1 -15
  218. package/lib/icon/folder-shape-open.js +1 -15
  219. package/lib/icon/folder-shape.js +1 -15
  220. package/lib/icon/folder.js +1 -15
  221. package/lib/icon/funnel.d.ts +4 -0
  222. package/lib/icon/funnel.js +1 -0
  223. package/lib/icon/help-document-fill.js +1 -15
  224. package/lib/icon/help-fill.js +1 -15
  225. package/lib/icon/image-fill.d.ts +4 -0
  226. package/lib/icon/image-fill.js +1 -0
  227. package/lib/icon/img-error.d.ts +4 -0
  228. package/lib/icon/img-error.js +1 -0
  229. package/lib/icon/img-placehoulder.d.ts +4 -0
  230. package/lib/icon/img-placehoulder.js +1 -0
  231. package/lib/icon/index.d.ts +36 -0
  232. package/lib/icon/index.js +1 -15
  233. package/lib/icon/info-line.js +1 -15
  234. package/lib/icon/info.js +1 -15
  235. package/lib/icon/left-shape.d.ts +4 -0
  236. package/lib/icon/left-shape.js +1 -0
  237. package/lib/icon/left-turn-line.d.ts +4 -0
  238. package/lib/icon/left-turn-line.js +1 -0
  239. package/lib/icon/narrow-line.d.ts +4 -0
  240. package/lib/icon/narrow-line.js +1 -0
  241. package/lib/icon/original .d.ts +4 -0
  242. package/lib/icon/original .js +1 -0
  243. package/lib/icon/pdf-fill.d.ts +4 -0
  244. package/lib/icon/pdf-fill.js +1 -0
  245. package/lib/icon/play-shape.js +1 -15
  246. package/lib/icon/plus.js +1 -15
  247. package/lib/icon/ppt-fill.d.ts +4 -0
  248. package/lib/icon/ppt-fill.js +1 -0
  249. package/lib/icon/qq.d.ts +4 -0
  250. package/lib/icon/qq.js +1 -0
  251. package/lib/icon/right-shape.js +1 -15
  252. package/lib/icon/right-turn-line.d.ts +4 -0
  253. package/lib/icon/right-turn-line.js +1 -0
  254. package/lib/icon/search.js +1 -15
  255. package/lib/icon/share.js +1 -15
  256. package/lib/icon/spinner.js +1 -15
  257. package/lib/icon/success.js +1 -15
  258. package/lib/icon/switcher-loading.js +1 -15
  259. package/lib/icon/text-file.js +1 -15
  260. package/lib/icon/text-fill.d.ts +4 -0
  261. package/lib/icon/text-fill.js +1 -0
  262. package/lib/icon/tree-application-shape.js +1 -15
  263. package/lib/icon/unfull-screen.d.ts +4 -0
  264. package/lib/icon/unfull-screen.js +1 -0
  265. package/lib/icon/unvisible.js +1 -15
  266. package/lib/icon/up-shape.d.ts +4 -0
  267. package/lib/icon/up-shape.js +1 -0
  268. package/lib/icon/upload.d.ts +4 -0
  269. package/lib/icon/upload.js +1 -0
  270. package/lib/icon/video-fill.d.ts +4 -0
  271. package/lib/icon/video-fill.js +1 -0
  272. package/lib/icon/warn.js +1 -15
  273. package/lib/icon/weixin.d.ts +4 -0
  274. package/lib/icon/weixin.js +1 -0
  275. package/lib/image/image-viewer.css +142 -0
  276. package/lib/image/image-viewer.d.ts +73 -0
  277. package/lib/image/image-viewer.less +168 -0
  278. package/lib/image/image-viewer.variable.css +142 -0
  279. package/lib/image/image.css +37 -0
  280. package/lib/image/image.d.ts +93 -0
  281. package/lib/image/image.less +44 -0
  282. package/lib/image/image.variable.css +37 -0
  283. package/lib/image/index.d.ts +246 -0
  284. package/lib/image/index.js +1 -0
  285. package/lib/image/props.d.ts +71 -0
  286. package/lib/index.d.ts +0 -1
  287. package/lib/index.js +1 -0
  288. package/lib/info-box/index.d.ts +23 -0
  289. package/lib/info-box/index.js +1 -0
  290. package/lib/input/index.d.ts +449 -204
  291. package/lib/input/index.js +1 -15
  292. package/lib/input/input.css +232 -17
  293. package/lib/input/input.d.ts +202 -52
  294. package/lib/input/input.less +180 -18
  295. package/lib/input/input.variable.css +259 -16
  296. package/lib/link/index.d.ts +102 -54
  297. package/lib/link/index.js +1 -1
  298. package/lib/link/link.css +12 -12
  299. package/lib/link/link.d.ts +25 -13
  300. package/lib/link/link.less +16 -14
  301. package/lib/link/link.variable.css +42 -15
  302. package/lib/loading/index.d.ts +187 -71
  303. package/lib/loading/index.js +1 -1
  304. package/lib/loading/loading.css +177 -98
  305. package/lib/loading/loading.d.ts +109 -25
  306. package/lib/loading/loading.less +84 -73
  307. package/lib/loading/loading.variable.css +207 -101
  308. package/lib/menu/index.d.ts +82 -71
  309. package/lib/menu/index.js +1 -1
  310. package/lib/menu/menu-group.d.ts +6 -5
  311. package/lib/menu/menu-item.d.ts +6 -5
  312. package/lib/menu/menu.css +51 -0
  313. package/lib/menu/menu.d.ts +16 -21
  314. package/lib/menu/menu.variable.css +81 -3
  315. package/lib/menu/submenu.d.ts +6 -5
  316. package/lib/menu/submenu.variable.css +30 -3
  317. package/lib/menu/utils.d.ts +1 -1
  318. package/lib/message/index.js +1 -1
  319. package/lib/message/message.css +24 -3
  320. package/lib/message/message.less +27 -2
  321. package/lib/message/message.variable.css +54 -6
  322. package/lib/message/messageConstructor.d.ts +69 -21
  323. package/lib/modal/index.d.ts +517 -68
  324. package/lib/modal/index.js +1 -1
  325. package/lib/modal/modal.css +25 -1
  326. package/lib/modal/modal.d.ts +191 -24
  327. package/lib/modal/modal.less +33 -1
  328. package/lib/modal/modal.variable.css +25 -1
  329. package/lib/modal/props.mixin.d.ts +77 -10
  330. package/lib/navigation/index.d.ts +310 -1
  331. package/lib/navigation/index.js +1 -1
  332. package/lib/navigation/navigation-title.d.ts +10 -7
  333. package/lib/navigation/navigation.css +1 -1
  334. package/lib/navigation/navigation.d.ts +50 -24
  335. package/lib/navigation/navigation.less +1 -1
  336. package/lib/navigation/navigation.variable.css +31 -4
  337. package/lib/notify/index.js +1 -1
  338. package/lib/notify/notify.css +24 -4
  339. package/lib/notify/notify.less +27 -4
  340. package/lib/notify/notify.variable.css +54 -7
  341. package/lib/notify/notifyConstructor.d.ts +84 -24
  342. package/lib/pagination/index.d.ts +395 -0
  343. package/lib/pagination/index.js +1 -0
  344. package/lib/pagination/pagination.css +179 -0
  345. package/lib/pagination/pagination.d.ts +220 -0
  346. package/lib/pagination/pagination.less +201 -0
  347. package/lib/pagination/pagination.variable.css +292 -0
  348. package/lib/pagination/type.d.ts +6 -0
  349. package/lib/pagination/use-limit.d.ts +8 -0
  350. package/lib/pagination/use-list.d.ts +8 -0
  351. package/lib/pagination/use-small-list.d.ts +5 -0
  352. package/lib/pagination/use-total.d.ts +5 -0
  353. package/lib/popover/index.d.ts +312 -182
  354. package/lib/popover/index.js +1 -1
  355. package/lib/popover/popover.css +4 -0
  356. package/lib/popover/popover.d.ts +102 -32
  357. package/lib/popover/popover.less +4 -0
  358. package/lib/popover/popover.variable.css +34 -3
  359. package/lib/popover/props.d.ts +28 -1
  360. package/lib/popover2/arrow.d.ts +2 -0
  361. package/lib/popover2/const.d.ts +10 -0
  362. package/lib/popover2/content.d.ts +24 -0
  363. package/lib/popover2/index.d.ts +482 -0
  364. package/lib/popover2/index.js +1 -0
  365. package/lib/popover2/popover2.css +25 -0
  366. package/lib/popover2/popover2.d.ts +202 -0
  367. package/lib/popover2/popover2.less +35 -0
  368. package/lib/popover2/popover2.variable.css +138 -0
  369. package/lib/popover2/props.d.ts +104 -0
  370. package/lib/popover2/reference.d.ts +2 -0
  371. package/lib/popover2/root.d.ts +16 -0
  372. package/lib/popover2/use-floating.d.ts +20 -0
  373. package/lib/popover2/use-platform.d.ts +30 -0
  374. package/lib/popover2/use-popper-id.d.ts +7 -0
  375. package/lib/preset.js +1 -0
  376. package/lib/process/index.d.ts +126 -66
  377. package/lib/process/index.js +1 -15
  378. package/lib/process/process.css +2 -3
  379. package/lib/process/process.d.ts +32 -17
  380. package/lib/process/process.less +2 -3
  381. package/lib/process/process.variable.css +32 -6
  382. package/lib/progress/index.d.ts +299 -151
  383. package/lib/progress/index.js +1 -1
  384. package/lib/progress/progress.css +51 -0
  385. package/lib/progress/progress.d.ts +76 -39
  386. package/lib/progress/progress.variable.css +81 -3
  387. package/lib/radio/common.d.ts +5 -5
  388. package/lib/radio/index.d.ts +156 -96
  389. package/lib/radio/index.js +1 -1
  390. package/lib/radio/radio-button.d.ts +30 -23
  391. package/lib/radio/radio-group.d.ts +27 -10
  392. package/lib/radio/radio.css +62 -57
  393. package/lib/radio/radio.d.ts +27 -17
  394. package/lib/radio/radio.less +181 -172
  395. package/lib/radio/radio.variable.css +94 -62
  396. package/lib/radio/type.d.ts +10 -5
  397. package/lib/rate/index.d.ts +76 -41
  398. package/lib/rate/index.js +1 -1
  399. package/lib/rate/rate.d.ts +24 -10
  400. package/lib/rate/star.d.ts +33 -16
  401. package/lib/resize-layout/index.d.ts +336 -0
  402. package/lib/resize-layout/index.js +1 -0
  403. package/lib/resize-layout/resize-layout.css +189 -0
  404. package/lib/resize-layout/resize-layout.d.ts +127 -0
  405. package/lib/resize-layout/resize-layout.less +233 -0
  406. package/lib/resize-layout/resize-layout.variable.css +302 -0
  407. package/lib/select/common.d.ts +20 -31
  408. package/lib/select/index.d.ts +1202 -633
  409. package/lib/select/index.js +1 -15
  410. package/lib/select/option.d.ts +23 -12
  411. package/lib/select/optionGroup.d.ts +22 -90
  412. package/lib/select/select.css +230 -81
  413. package/lib/select/select.d.ts +447 -173
  414. package/lib/select/select.less +326 -187
  415. package/lib/select/select.variable.css +261 -85
  416. package/lib/select/selectTagInput.d.ts +70 -0
  417. package/lib/select/type.d.ts +39 -0
  418. package/lib/shared/dom.d.ts +3 -0
  419. package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +0 -1
  420. package/lib/shared/index.d.ts +17 -4
  421. package/lib/shared/index.js +1 -1
  422. package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +33 -3
  423. package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +10 -2
  424. package/lib/shared/{bk-popover.d.ts → popover.d.ts} +7 -3
  425. package/lib/shared/token.d.ts +4 -0
  426. package/lib/shared/utils.d.ts +12 -0
  427. package/lib/shared/vue-types.d.ts +11 -7
  428. package/lib/sideslider/index.d.ts +432 -80
  429. package/lib/sideslider/index.js +1 -1
  430. package/lib/sideslider/sideslider.css +54 -10
  431. package/lib/sideslider/sideslider.d.ts +185 -30
  432. package/lib/sideslider/sideslider.less +71 -13
  433. package/lib/sideslider/sideslider.variable.css +84 -13
  434. package/lib/slider/index.d.ts +414 -1
  435. package/lib/slider/index.js +1 -15
  436. package/lib/slider/slider-button.d.ts +15 -7
  437. package/lib/slider/slider.d.ts +84 -42
  438. package/lib/slider/slider.variable.css +30 -3
  439. package/lib/steps/index.d.ts +162 -110
  440. package/lib/steps/index.js +1 -15
  441. package/lib/steps/steps.css +17 -3
  442. package/lib/steps/steps.d.ts +41 -28
  443. package/lib/steps/steps.less +27 -3
  444. package/lib/steps/steps.variable.css +47 -6
  445. package/lib/styles/index.d.ts +14 -0
  446. package/lib/styles/mixins/clearfix.css +8 -0
  447. package/lib/styles/mixins/clearfix.less +10 -0
  448. package/lib/styles/mixins/clearfix.variable.css +8 -0
  449. package/lib/styles/mixins/mixins.css +51 -0
  450. package/lib/styles/mixins/mixins.less +2 -0
  451. package/lib/styles/mixins/mixins.variable.css +51 -0
  452. package/lib/styles/mixins/scroll.css +17 -0
  453. package/lib/styles/mixins/scroll.less +22 -0
  454. package/lib/styles/mixins/scroll.variable.css +130 -0
  455. package/lib/styles/themes/themes.less +40 -3
  456. package/lib/swiper/index.d.ts +181 -0
  457. package/lib/swiper/index.js +1 -0
  458. package/lib/swiper/swiper.css +91 -0
  459. package/lib/swiper/swiper.d.ts +65 -0
  460. package/lib/swiper/swiper.less +107 -0
  461. package/lib/swiper/swiper.variable.css +91 -0
  462. package/lib/switcher/index.d.ts +224 -137
  463. package/lib/switcher/index.js +1 -1
  464. package/lib/switcher/switcher.css +57 -6
  465. package/lib/switcher/switcher.d.ts +63 -36
  466. package/lib/switcher/switcher.less +5 -26
  467. package/lib/switcher/switcher.variable.css +87 -9
  468. package/lib/tab/index.d.ts +306 -282
  469. package/lib/tab/index.js +1 -1
  470. package/lib/tab/props.d.ts +194 -0
  471. package/lib/tab/tab-nav.d.ts +102 -87
  472. package/lib/tab/tab-panel.d.ts +53 -26
  473. package/lib/tab/tab.css +25 -1
  474. package/lib/tab/tab.d.ts +59 -51
  475. package/lib/tab/tab.less +31 -19
  476. package/lib/tab/tab.variable.css +55 -4
  477. package/lib/table/const.d.ts +67 -0
  478. package/lib/table/index.d.ts +484 -131
  479. package/lib/table/index.js +1 -1
  480. package/lib/table/plugins/head-filter.css +68 -0
  481. package/lib/table/plugins/head-filter.less +88 -0
  482. package/lib/table/plugins/head-filter.variable.css +181 -0
  483. package/lib/table/plugins/head-sort.css +22 -0
  484. package/lib/table/plugins/head-sort.less +28 -0
  485. package/lib/table/plugins/head-sort.variable.css +135 -0
  486. package/lib/table/plugins/settings.css +129 -0
  487. package/lib/table/plugins/settings.less +157 -0
  488. package/lib/table/plugins/settings.variable.css +242 -0
  489. package/lib/table/props.d.ts +174 -4
  490. package/lib/table/render.d.ts +76 -5
  491. package/lib/table/table.css +1125 -14
  492. package/lib/table/table.d.ts +197 -24
  493. package/lib/table/table.less +262 -25
  494. package/lib/table/table.variable.css +1156 -18
  495. package/lib/table/use-common.d.ts +72 -0
  496. package/lib/table/utils.d.ts +76 -2
  497. package/lib/tag/index.d.ts +165 -274
  498. package/lib/tag/index.js +1 -1
  499. package/lib/tag/tag.css +112 -0
  500. package/lib/tag/tag.d.ts +83 -53
  501. package/lib/tag/tag.less +127 -2
  502. package/lib/tag/tag.variable.css +142 -3
  503. package/lib/tag-input/common.d.ts +24 -0
  504. package/lib/tag-input/index.d.ts +913 -0
  505. package/lib/tag-input/index.js +1 -0
  506. package/lib/tag-input/list-tag-render.d.ts +47 -0
  507. package/lib/tag-input/tag-input.css +209 -0
  508. package/lib/tag-input/tag-input.d.ts +383 -0
  509. package/lib/tag-input/tag-input.less +251 -0
  510. package/lib/tag-input/tag-input.variable.css +322 -0
  511. package/lib/tag-input/tag-props.d.ts +135 -0
  512. package/lib/tag-input/tag-render.d.ts +38 -0
  513. package/lib/time-picker/index.d.ts +904 -0
  514. package/lib/time-picker/index.js +1 -0
  515. package/lib/time-picker/time-picker.css +215 -0
  516. package/lib/time-picker/time-picker.less +260 -0
  517. package/lib/time-picker/time-picker.variable.css +328 -0
  518. package/lib/timeline/index.d.ts +129 -0
  519. package/lib/timeline/index.js +1 -0
  520. package/lib/timeline/timeline.css +235 -0
  521. package/lib/timeline/timeline.d.ts +81 -0
  522. package/lib/timeline/timeline.less +240 -0
  523. package/lib/timeline/timeline.variable.css +348 -0
  524. package/lib/transfer/const.d.ts +5 -0
  525. package/lib/transfer/index.d.ts +365 -0
  526. package/lib/transfer/index.js +1 -0
  527. package/lib/transfer/props.d.ts +54 -0
  528. package/lib/transfer/transfer.css +139 -0
  529. package/lib/transfer/transfer.d.ts +160 -0
  530. package/lib/transfer/transfer.less +144 -0
  531. package/lib/transfer/transfer.variable.css +252 -0
  532. package/lib/tree/constant.d.ts +45 -0
  533. package/lib/tree/index.d.ts +467 -106
  534. package/lib/tree/index.js +1 -1
  535. package/lib/tree/props.d.ts +133 -1
  536. package/lib/tree/tree.css +170 -14
  537. package/lib/tree/tree.d.ts +193 -29
  538. package/lib/tree/tree.less +70 -26
  539. package/lib/tree/tree.variable.css +283 -14
  540. package/lib/tree/use-empty.d.ts +6 -0
  541. package/lib/tree/use-node-action.d.ts +12 -0
  542. package/lib/tree/use-node-async.d.ts +5 -0
  543. package/lib/tree/use-node-attribute.d.ts +33 -0
  544. package/lib/tree/use-node-drag.d.ts +3 -0
  545. package/lib/tree/use-search.d.ts +11 -0
  546. package/lib/tree/use-tree-init.d.ts +15 -0
  547. package/lib/tree/util.d.ts +31 -13
  548. package/lib/upload/index.d.ts +580 -0
  549. package/lib/upload/index.js +1 -0
  550. package/lib/upload/props.d.ts +113 -0
  551. package/lib/upload/upload-list.d.ts +46 -0
  552. package/lib/upload/upload-trigger.d.ts +54 -0
  553. package/lib/upload/upload.css +417 -0
  554. package/lib/upload/upload.d.ts +252 -0
  555. package/lib/upload/upload.less +455 -0
  556. package/lib/upload/upload.type.d.ts +78 -0
  557. package/lib/upload/upload.variable.css +530 -0
  558. package/lib/upload/use-ajax-upload.d.ts +3 -0
  559. package/lib/upload/use-file-handler.d.ts +44 -0
  560. package/lib/virtual-render/index.d.ts +435 -266
  561. package/lib/virtual-render/index.js +1 -1
  562. package/lib/virtual-render/props.d.ts +11 -0
  563. package/lib/virtual-render/use-tag-render.d.ts +7 -0
  564. package/lib/virtual-render/v-virtual-render.d.ts +0 -1
  565. package/lib/virtual-render/virtual-render.css +17 -24
  566. package/lib/virtual-render/virtual-render.d.ts +116 -44
  567. package/lib/virtual-render/virtual-render.less +2 -31
  568. package/lib/virtual-render/virtual-render.variable.css +130 -24
  569. package/lib/volar.components.d.ts +100 -0
  570. package/package.json +104 -84
  571. package/README_EN.md +0 -89
  572. package/dist/bkui-vue.cjs.js +0 -11401
  573. package/dist/bkui-vue.esm.js +0 -11354
  574. package/dist/bkui-vue.umd.js +0 -11404
  575. package/lib/form/common.d.ts +0 -3
  576. package/lib/icon/help.js +0 -15
  577. package/lib/icon/icon.js +0 -15
  578. package/lib/styles/index.js +0 -1
@@ -1,4 +1,304 @@
1
- import Form from './form';
1
+ import ComposeFormItem from './compose-form-item';
2
+ import { formProps } from './form';
2
3
  import FormItem from './form-item';
3
- export { FormItem, FormItem as BkFormItem, };
4
- export default Form;
4
+ export * from './type';
5
+ declare const BkForm: {
6
+ new (...args: any[]): {
7
+ $: import("vue").ComponentInternalInstance;
8
+ $data: {};
9
+ $props: Partial<{
10
+ rules: {
11
+ [key: string]: any;
12
+ };
13
+ formType: string;
14
+ model: {
15
+ [key: string]: any;
16
+ };
17
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
18
+ formType: import("vue-types").VueTypeDef<string> & {
19
+ default: string;
20
+ };
21
+ labelWidth: import("vue-types").VueTypeDef<string | number>;
22
+ labelPosition: import("vue-types").VueTypeDef<string>;
23
+ model: import("vue-types").VueTypeValidableDef<{
24
+ [key: string]: any;
25
+ }> & {
26
+ default: () => {
27
+ [key: string]: any;
28
+ };
29
+ };
30
+ rules: import("vue-types").VueTypeValidableDef<{
31
+ [key: string]: any;
32
+ }> & {
33
+ default: () => {
34
+ [key: string]: any;
35
+ };
36
+ };
37
+ }>> & {
38
+ onSubmit?: (...args: any[]) => any;
39
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "rules" | "formType" | "model">;
40
+ $attrs: {
41
+ [x: string]: unknown;
42
+ };
43
+ $refs: {
44
+ [x: string]: unknown;
45
+ };
46
+ $slots: Readonly<{
47
+ [name: string]: import("vue").Slot;
48
+ }>;
49
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
50
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
51
+ $emit: (event: "submit", ...args: any[]) => void;
52
+ $el: any;
53
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
54
+ formType: import("vue-types").VueTypeDef<string> & {
55
+ default: string;
56
+ };
57
+ labelWidth: import("vue-types").VueTypeDef<string | number>;
58
+ labelPosition: import("vue-types").VueTypeDef<string>;
59
+ model: import("vue-types").VueTypeValidableDef<{
60
+ [key: string]: any;
61
+ }> & {
62
+ default: () => {
63
+ [key: string]: any;
64
+ };
65
+ };
66
+ rules: import("vue-types").VueTypeValidableDef<{
67
+ [key: string]: any;
68
+ }> & {
69
+ default: () => {
70
+ [key: string]: any;
71
+ };
72
+ };
73
+ }>> & {
74
+ onSubmit?: (...args: any[]) => any;
75
+ }, {
76
+ handleSubmit: (event: Event) => void;
77
+ validate: (fields?: string | string[]) => Promise<{
78
+ [key: string]: any;
79
+ }>;
80
+ clearValidate: (fields?: string | string[]) => void;
81
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "submit"[], string, {
82
+ rules: {
83
+ [key: string]: any;
84
+ };
85
+ formType: string;
86
+ model: {
87
+ [key: string]: any;
88
+ };
89
+ }> & {
90
+ beforeCreate?: (() => void) | (() => void)[];
91
+ created?: (() => void) | (() => void)[];
92
+ beforeMount?: (() => void) | (() => void)[];
93
+ mounted?: (() => void) | (() => void)[];
94
+ beforeUpdate?: (() => void) | (() => void)[];
95
+ updated?: (() => void) | (() => void)[];
96
+ activated?: (() => void) | (() => void)[];
97
+ deactivated?: (() => void) | (() => void)[];
98
+ beforeDestroy?: (() => void) | (() => void)[];
99
+ beforeUnmount?: (() => void) | (() => void)[];
100
+ destroyed?: (() => void) | (() => void)[];
101
+ unmounted?: (() => void) | (() => void)[];
102
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
103
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
104
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
105
+ };
106
+ $forceUpdate: () => void;
107
+ $nextTick: typeof import("vue").nextTick;
108
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
109
+ } & Readonly<import("vue").ExtractPropTypes<{
110
+ formType: import("vue-types").VueTypeDef<string> & {
111
+ default: string;
112
+ };
113
+ labelWidth: import("vue-types").VueTypeDef<string | number>;
114
+ labelPosition: import("vue-types").VueTypeDef<string>;
115
+ model: import("vue-types").VueTypeValidableDef<{
116
+ [key: string]: any;
117
+ }> & {
118
+ default: () => {
119
+ [key: string]: any;
120
+ };
121
+ };
122
+ rules: import("vue-types").VueTypeValidableDef<{
123
+ [key: string]: any;
124
+ }> & {
125
+ default: () => {
126
+ [key: string]: any;
127
+ };
128
+ };
129
+ }>> & {
130
+ onSubmit?: (...args: any[]) => any;
131
+ } & import("vue").ShallowUnwrapRef<{
132
+ handleSubmit: (event: Event) => void;
133
+ validate: (fields?: string | string[]) => Promise<{
134
+ [key: string]: any;
135
+ }>;
136
+ clearValidate: (fields?: string | string[]) => void;
137
+ }> & {} & {} & import("vue").ComponentCustomProperties;
138
+ __isFragment?: never;
139
+ __isTeleport?: never;
140
+ __isSuspense?: never;
141
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
142
+ formType: import("vue-types").VueTypeDef<string> & {
143
+ default: string;
144
+ };
145
+ labelWidth: import("vue-types").VueTypeDef<string | number>;
146
+ labelPosition: import("vue-types").VueTypeDef<string>;
147
+ model: import("vue-types").VueTypeValidableDef<{
148
+ [key: string]: any;
149
+ }> & {
150
+ default: () => {
151
+ [key: string]: any;
152
+ };
153
+ };
154
+ rules: import("vue-types").VueTypeValidableDef<{
155
+ [key: string]: any;
156
+ }> & {
157
+ default: () => {
158
+ [key: string]: any;
159
+ };
160
+ };
161
+ }>> & {
162
+ onSubmit?: (...args: any[]) => any;
163
+ }, {
164
+ handleSubmit: (event: Event) => void;
165
+ validate: (fields?: string | string[]) => Promise<{
166
+ [key: string]: any;
167
+ }>;
168
+ clearValidate: (fields?: string | string[]) => void;
169
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "submit"[], "submit", {
170
+ rules: {
171
+ [key: string]: any;
172
+ };
173
+ formType: string;
174
+ model: {
175
+ [key: string]: any;
176
+ };
177
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
178
+ FormItem: import("vue").DefineComponent<{
179
+ label: import("vue-types").VueTypeValidableDef<string> & {
180
+ default: string;
181
+ };
182
+ labelWidth: import("vue-types").VueTypeDef<string | number>;
183
+ labelPosition: import("vue-types").VueTypeDef<string>;
184
+ property: import("vue-types").VueTypeValidableDef<string> & {
185
+ default: string;
186
+ } & {
187
+ default: string;
188
+ };
189
+ required: import("vue-types").VueTypeValidableDef<boolean> & {
190
+ default: boolean;
191
+ } & {
192
+ default: boolean;
193
+ };
194
+ email: import("vue-types").VueTypeValidableDef<boolean> & {
195
+ default: boolean;
196
+ } & {
197
+ default: boolean;
198
+ };
199
+ max: import("vue-types").VueTypeValidableDef<number> & {
200
+ default: number;
201
+ };
202
+ min: import("vue-types").VueTypeValidableDef<number> & {
203
+ default: number;
204
+ };
205
+ maxlength: import("vue-types").VueTypeValidableDef<number> & {
206
+ default: number;
207
+ };
208
+ rules: import("vue-types").VueTypeValidableDef<unknown[]> & {
209
+ default: () => unknown[];
210
+ };
211
+ autoCheck: import("vue-types").VueTypeValidableDef<boolean> & {
212
+ default: boolean;
213
+ } & {
214
+ default: boolean;
215
+ };
216
+ description: import("vue-types").VueTypeValidableDef<string> & {
217
+ default: string;
218
+ };
219
+ errorDisplayType: import("vue-types").VueTypeDef<string> & {
220
+ default: string;
221
+ };
222
+ }, {
223
+ labelStyles: import("vue").ComputedRef<any>;
224
+ isFormTypeVertical: import("vue").ComputedRef<boolean>;
225
+ validate: (trigger?: String) => Promise<boolean>;
226
+ clearValidate: () => void;
227
+ isError: import("vue").Ref<boolean>;
228
+ errorMessage: import("vue").Ref<string>;
229
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
230
+ label: import("vue-types").VueTypeValidableDef<string> & {
231
+ default: string;
232
+ };
233
+ labelWidth: import("vue-types").VueTypeDef<string | number>;
234
+ labelPosition: import("vue-types").VueTypeDef<string>;
235
+ property: import("vue-types").VueTypeValidableDef<string> & {
236
+ default: string;
237
+ } & {
238
+ default: string;
239
+ };
240
+ required: import("vue-types").VueTypeValidableDef<boolean> & {
241
+ default: boolean;
242
+ } & {
243
+ default: boolean;
244
+ };
245
+ email: import("vue-types").VueTypeValidableDef<boolean> & {
246
+ default: boolean;
247
+ } & {
248
+ default: boolean;
249
+ };
250
+ max: import("vue-types").VueTypeValidableDef<number> & {
251
+ default: number;
252
+ };
253
+ min: import("vue-types").VueTypeValidableDef<number> & {
254
+ default: number;
255
+ };
256
+ maxlength: import("vue-types").VueTypeValidableDef<number> & {
257
+ default: number;
258
+ };
259
+ rules: import("vue-types").VueTypeValidableDef<unknown[]> & {
260
+ default: () => unknown[];
261
+ };
262
+ autoCheck: import("vue-types").VueTypeValidableDef<boolean> & {
263
+ default: boolean;
264
+ } & {
265
+ default: boolean;
266
+ };
267
+ description: import("vue-types").VueTypeValidableDef<string> & {
268
+ default: string;
269
+ };
270
+ errorDisplayType: import("vue-types").VueTypeDef<string> & {
271
+ default: string;
272
+ };
273
+ }>>, {
274
+ label: string;
275
+ required: boolean;
276
+ property: string;
277
+ email: boolean;
278
+ max: number;
279
+ min: number;
280
+ maxlength: number;
281
+ rules: unknown[];
282
+ autoCheck: boolean;
283
+ description: string;
284
+ errorDisplayType: string;
285
+ }>;
286
+ ComposeFormItem: import("vue").DefineComponent<{
287
+ headBackgroundColor: {
288
+ type: StringConstructor;
289
+ default: string;
290
+ };
291
+ tailBackgroundColor: StringConstructor;
292
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
293
+ headBackgroundColor: {
294
+ type: StringConstructor;
295
+ default: string;
296
+ };
297
+ tailBackgroundColor: StringConstructor;
298
+ }>>, {
299
+ headBackgroundColor: string;
300
+ }>;
301
+ }>;
302
+ export default BkForm;
303
+ export { BkForm, FormItem as BkFormItem, ComposeFormItem as BkComposeFormItem, };
304
+ export type { formProps, };
package/lib/form/index.js CHANGED
@@ -1 +1 @@
1
- !function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,r,t){"use strict";function o(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n={exports:{}};!function(e){e.exports=function(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e},e.exports.__esModule=!0,e.exports.default=e.exports}(n);var s=o(n.exports),i=Symbol("form"),a={formType:t.PropTypes.string,labelWidth:t.PropTypes.number,labelPosition:t.PropTypes.string.def("right"),model:t.PropTypes.object,rules:t.PropTypes.array},u=r.defineComponent({name:"BKForm",props:a,setup:function(e){var t=[];r.provide(i,{props:e,register:function(e){t.push(e)},unregister:function(e){t=t.reduce((function(r,t){return t!==e&&r.push(t),r}),[])}});return{validate:function(r){var o={};r?o=("string"==typeof r?[r]:r).reduce((function(e,r){return Object.assign(Object.assign({},e),s({},r,!0))}),{}):o=t.reduce((function(e,r){return r.property?Object.assign(Object.assign({},e),s({},r.property,!0)):e}),{});return Promise.all(t.reduce((function(e,r){return o[r.property]&&e.push(r.validate()),e}),[])).then((function(){return Promise.resolve(e.model)}))},clearValidate:function(e){var r={};e?r=("string"==typeof e?[e]:e).reduce((function(e,r){return Object.assign(Object.assign({},e),s({},r,!0))}),{}):r=t.reduce((function(e,r){return Object.assign(Object.assign({},e),s({},r.property,!0))}),{});t.forEach((function(e){return r[e.property]&&e.clearValidate()}))}}},render:function(){var e,o,n=t.classes(s({"bk-form":!0},"bk-form--".concat(this.formType),!0));return r.createVNode("form",{class:n},[null===(o=(e=this.$slots).default)||void 0===o?void 0:o.call(e)])}}),l={exports:{}},p={exports:{}},c={exports:{}};!function(e){e.exports=function(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Array(r);t<r;t++)o[t]=e[t];return o},e.exports.__esModule=!0,e.exports.default=e.exports}(c),function(e){var r=c.exports;e.exports=function(e){if(Array.isArray(e))return r(e)},e.exports.__esModule=!0,e.exports.default=e.exports}(p);var f={exports:{}};!function(e){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.__esModule=!0,e.exports.default=e.exports}(f);var m={exports:{}};!function(e){var r=c.exports;e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?r(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports}(m);var d={exports:{}};!function(e){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports}(d),function(e){var r=p.exports,t=f.exports,o=m.exports,n=d.exports;e.exports=function(e){return r(e)||t(e)||o(e)||n()},e.exports.__esModule=!0,e.exports.default=e.exports}(l);var g=o(l.exports),b={required:function(e){return console.log("required"),""!==e},min:function(e,r){return console.log("min"),e>=r},max:function(e,r){return console.log("max"),r>=e},email:function(e){return console.log("email"),/^[A-Za-z\d]+([-_.][A-Za-z\d]+)*@([A-Za-z\d]+[-.])+[A-Za-z\d]{2,4}$/.test(e)},maxlength:function(e,r){return console.log("maxlength"),e.length<=r}},x={label:t.PropTypes.string,labelWidth:t.PropTypes.number,labelPosition:t.PropTypes.string,property:t.PropTypes.string.def(""),required:t.PropTypes.bool.def(!1),email:t.PropTypes.bool.def(!1),max:t.PropTypes.number,min:t.PropTypes.number,maxlength:t.PropTypes.number,rules:t.PropTypes.array,autoCheck:t.PropTypes.bool.def(!1),description:t.PropTypes.string},y=r.defineComponent({name:"BKFormItem",props:x,setup:function(e){var t=r.getCurrentInstance(),o=r.reactive({isError:!1,errorMessage:""}),n=r.inject(i),s=Boolean(n),a=r.computed((function(){var r={width:"",textAlign:""},t=e.labelWidth||s&&n.props.labelWidth;return t&&(r.width="".concat(t,"px")),(e.labelPosition||s&&n.props.labelPosition)&&(r["text-align"]="labelPosition"),r}));return r.onMounted((function(){s&&n.register(t.proxy)})),r.onBeforeUnmount((function(){s&&n.unregister(t.proxy)})),Object.assign(Object.assign({},r.toRefs(o)),{labelStyles:a,validate:function(){if(!e.property||s&&!n.props.model)return Promise.resolve();var r,t,i,a,u,l=[];s&&n.props.rules&&(r=n.props.rules,t=e.property,Object.prototype.hasOwnProperty.call(r,t))&&(l=n.props.rules[e.property]),e.rules&&(l=e.rules),i=l,a=function(e){var r=[];return e.required&&r.push({validator:b.required,message:"".concat(e.label,"不能为空"),trigger:"blur"}),e.email&&r.push({validator:b.email,message:"".concat(e.label,"格式不正确"),trigger:"blur"}),Number(e.max)>-1&&r.push({validator:function(r){return b.max(r,e.max)},message:"".concat(e.label,"最大值").concat(e.max),trigger:"blur"}),Number(e.min)>-1&&r.push({validator:function(r){return b.min(r,e.min)},message:"".concat(e.label,"最小值").concat(e.min),trigger:"blur"}),Number(e.maxlength)>-1&&r.push({validator:function(r){return b.maxlength(r,e.maxlength)},message:"".concat(e.label,"最大长度").concat(e.maxlength),trigger:"blur"}),r}(e),u=i.map((function(e){return{validator:e.required?b.required:e.email?b.email:Number(e.max)>-1?function(r){return b.max(r,e.max)}:Number(e.min)>-1||Number(e.maxlength)>-1?function(r){return b.min(r,e.max)}:function(){return!0},message:e.message,trigger:e.trigger}})),l=[].concat(g(a),g(u));var p,c=n.props.model[e.property],f=(p=-1,function(){if((p+=1)>=l.length)return Promise.resolve();var e=l[p];return Promise.resolve().then((function(){var r=e.validator(c);return"boolean"!=typeof r&&"function"==typeof r.then?r.then((function(){return f}),(function(){return o.isError=!0,o.errorMessage=e.message,Promise.reject(e.message)})):r?f():(o.isError=!0,o.errorMessage=e.message,Promise.reject(e.message))}))});return f()},clearValidate:function(){o.isError=!1,o.errorMessage=""}})},render:function(){var e=t.classes({"is-error":this.isError,"is-required":this.required},"bk-form-item");return r.createVNode("div",{class:e},[r.createVNode("div",{class:"bk-form-label",style:this.labelStyles},[this.label]),r.createVNode("div",{class:"bk-form-content"},[this.$slots.default(),this.isError&&r.createVNode("div",{class:"bk-form-error"},[this.errorMessage])])])}});u.install=function(e){e.component(u.name,u),e.component(y.name,y)},u.FormItem=y,e.BkFormItem=y,e.FormItem=y,e.default=u,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r(require("../shared"),require("vue"),require("lodash"),require("../directives"),require("../icon"));else if("function"==typeof define&&define.amd)define(["../shared","vue","lodash","../directives","../icon"],r);else{var t="object"==typeof exports?r(require("../shared"),require("vue"),require("lodash"),require("../directives"),require("../icon")):r(e["../shared"],e.vue,e.lodash,e["../directives"],e["../icon"]);for(var o in t)("object"==typeof exports?exports:e)[o]=t[o]}}(self,((e,r,t,o,n)=>(()=>{"use strict";var i={4061:e=>{e.exports=o},6870:e=>{e.exports=n},4212:r=>{r.exports=e},467:e=>{e.exports=t},748:e=>{e.exports=r}},s={};function a(e){var r=s[e];if(void 0!==r)return r.exports;var t=s[e]={exports:{}};return i[e](t,t.exports,a),t.exports}a.d=(e,r)=>{for(var t in r)a.o(r,t)&&!a.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},a.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var l={};return(()=>{a.r(l),a.d(l,{BkComposeFormItem:()=>o,BkForm:()=>y,BkFormItem:()=>v,default:()=>h});var e=a(4212),r=a(748),t=function(e){return e.__v_isVNode};const o=(0,r.defineComponent)({name:"ComposeFormItem",props:{headBackgroundColor:{type:String,default:"#FAFBFD"},tailBackgroundColor:String},render:function(){if(!this.$slots.default)return null;var e=this.$slots.default();if(e.length>1){for(var o=e.length,n=0,i=null;n<o;){if(t(e[n])){i=e[n];break}n+=1}for(var s=o-1,a=null;s>=0&&s>n;){if(t(e[s])){a=e[s];break}s-=1}if(i&&a){i.props||(i.props={});var l="bk-compose-form-item-head";i.props.class&&(l+=" ".concat(i.props.class)),this.headBackgroundColor&&(i.props.style=Object.assign(i.props.style||{},{"background-color":this.headBackgroundColor})),i.props.class=l,a.props||(a.props={});var u="bk-compose-form-item-tail";a.props.class&&(u+=" ".concat(a.props.class)),this.tailBackgroundColor&&(a.props.style=Object.assign(a.props.style||{},{"background-color":this.tailBackgroundColor})),a.props.class=u}}return(0,r.h)("div",{class:"bk-compose-form-item"},e)}});function n(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}var i={formType:e.PropTypes.oneOf(["default","vertical"]).def("default"),labelWidth:e.PropTypes.oneOfType([Number,String]),labelPosition:e.PropTypes.oneOf(["left","center","right"]),model:e.PropTypes.object,rules:e.PropTypes.object};const s=(0,r.defineComponent)({name:"Form",props:i,emits:["submit"],setup:function(t,o){var i=[];return(0,r.provide)(e.formKey,{props:t,register:function(e){i.push(e)},unregister:function(e){i=i.reduce((function(r,t){return t!==e&&r.push(t),r}),[])}}),{handleSubmit:function(e){e.preventDefault(),o.emit("submit")},validate:function(e){var r={};return r=e?("string"==typeof e?[e]:e).reduce((function(e,r){return Object.assign(Object.assign({},e),n({},r,!0))}),{}):i.reduce((function(e,r){return r.property?Object.assign(Object.assign({},e),n({},r.property,!0)):e}),{}),Promise.all(i.reduce((function(e,t){return r[t.property]&&e.push(t.validate()),e}),[])).then((function(){return Promise.resolve(t.model)}))},clearValidate:function(e){var r={};r=e?("string"==typeof e?[e]:e).reduce((function(e,r){return Object.assign(Object.assign({},e),n({},r,!0))}),{}):i.reduce((function(e,r){return Object.assign(Object.assign({},e),n({},r.property,!0))}),{}),i.forEach((function(e){return r[e.property]&&e.clearValidate()}))}}},render:function(){var t,o,i=(0,e.classes)(n({"bk-form":!0},"bk-form--".concat(this.formType),!0));return(0,r.createVNode)("form",{class:i,onSubmit:this.handleSubmit},[null===(o=(t=this.$slots).default)||void 0===o?void 0:o.call(t)])}});function u(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Array(r);t<r;t++)o[t]=e[t];return o}function c(e){return function(e){if(Array.isArray(e))return u(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,r){if(e){if("string"==typeof e)return u(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?u(e,r):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var p=a(467),d=a(4061),f=a(6870);const m={required:function(e){return""!==e&&null!=e},min:function(e,r){return e>=r},max:function(e,r){return r>=e},email:function(e){return/^[A-Za-z\d]+([-_.][A-Za-z\d]+)*@([A-Za-z\d]+[-.])+[A-Za-z\d]{2,4}$/.test(e)},maxlength:function(e,r){return e.length<=r},pattern:function(e,r){return r.test(e)}};var b={label:e.PropTypes.string,labelWidth:e.PropTypes.oneOfType([Number,String]),labelPosition:e.PropTypes.oneOf(["left","center","right"]),property:e.PropTypes.string.def(""),required:e.PropTypes.bool.def(!1),email:e.PropTypes.bool.def(!1),max:e.PropTypes.number,min:e.PropTypes.number,maxlength:e.PropTypes.number,rules:e.PropTypes.array,autoCheck:e.PropTypes.bool.def(!1),description:e.PropTypes.string,errorDisplayType:e.PropTypes.oneOf(["tooltips","normal"]).def("normal")},g=function(e){return void 0!==e};const v=(0,r.defineComponent)({name:"FormItem",directives:{bkTooltips:d.bkTooltips},props:b,setup:function(t){var o=(0,r.getCurrentInstance)(),n=(0,r.reactive)({isError:!1,errorMessage:""}),i=(0,e.useForm)(),s=Boolean(i),a=(0,r.computed)((function(){return!!s&&"vertical"===i.props.formType})),l=(0,r.computed)((function(){var e={width:"",paddingRight:"",textAlign:""},r=g(t.labelWidth)?t.labelWidth:s&&i.props.labelWidth;g(r)&&(e.width="".concat(r,"px"),e.paddingRight=r?"":"0px");var o=t.labelPosition||s&&i.props.labelPosition;return o&&(e["text-align"]=o),e})),u=function(e){if(n.isError=!1,n.errorMessage="",!t.property||s&&!i.props.model)return Promise.resolve(!0);var r,o,a,l,u,d=[];s&&i.props.rules&&(r=i.props.rules,o=t.property,Object.prototype.hasOwnProperty.call(r,o))&&(d=i.props.rules[t.property]),t.rules&&(d=t.rules),d=function(e,r){return r.reduce((function(r,t){return t.trigger&&e?((Array.isArray(t.trigger)?t.trigger:[t.trigger]).includes(e)&&r.push(t),r):(r.push(t),r)}),[])}(e,(a=d,l=function(e){var r=[];return e.required&&r.push({validator:m.required,message:"".concat(e.label,"不能为空"),trigger:"blur"}),e.email&&r.push({validator:m.email,message:"".concat(e.label,"格式不正确"),trigger:"blur"}),Number(e.max)>-1&&r.push({validator:function(r){return m.max(r,e.max)},message:"".concat(e.label,"最大值").concat(e.max),trigger:"blur"}),Number(e.min)>-1&&r.push({validator:function(r){return m.min(r,e.min)},message:"".concat(e.label,"最小值").concat(e.min),trigger:"blur"}),Number(e.maxlength)>-1&&r.push({validator:function(r){return m.maxlength(r,e.maxlength)},message:"".concat(e.label,"最大长度").concat(e.maxlength),trigger:"blur"}),r}(t),u=a.reduce((function(e,r){var t;if(r.required)t=m.required;else if(r.email)t=m.email;else if(Number(r.max)>-1)t=function(e){return m.max(e,r.max)};else if(Number(r.min)>-1)t=function(e){return m.min(e,r.max)};else if(Number(r.maxlength)>-1)t=function(e){return m.min(e,r.max)};else if("[object RegExp]"===Object.prototype.toString.call(r.pattern))t=function(e){return m.pattern(e,r.pattern)};else{if("[object Function]"!==Object.prototype.toString.call(r.validator))return e;t=r.validator}return e.push({validator:t,message:r.message,trigger:r.trigger}),e}),[]),[].concat(c(l),c(u))));var f,b=(0,p.get)(i.props.model,t.property),g=(f=-1,function(){if((f+=1)>=d.length)return Promise.resolve(!0);var e=d[f];return Promise.resolve().then((function(){var r=e.validator(b);return"boolean"!=typeof r&&"function"==typeof r.then?r.then((function(r){if(!1===r)return Promise.reject(e.message)})).then((function(){return g()}),(function(){return n.isError=!0,n.errorMessage=e.message,Promise.reject(e.message)})):r?g():(n.isError=!0,n.errorMessage=e.message,Promise.reject(e.message))}))});return g()},d=function(){n.isError=!1,n.errorMessage=""};return(0,r.provide)(e.formItemKey,Object.assign(Object.assign({},t),{validate:u,clearValidate:d})),(0,r.onMounted)((function(){s&&i.register(o.proxy)})),(0,r.onBeforeUnmount)((function(){s&&i.unregister(o.proxy)})),Object.assign(Object.assign({},(0,r.toRefs)(n)),{labelStyles:l,isFormTypeVertical:a,validate:u,clearValidate:d})},render:function(){var t,o,n,i,s=this,a=(0,e.classes)({"bk-form-item":!0,"is-error":this.isError,"is-required":this.required});return(0,r.createVNode)("div",{class:a},[(0,r.createVNode)("div",{class:"bk-form-label",style:this.labelStyles},[s.$slots.label?s.$slots.label():s.description?(0,r.withDirectives)((0,r.createVNode)("span",{class:{"bk-form-label-description":Boolean(s.description)}},[s.label]),[[(0,r.resolveDirective)("bk-tooltips"),s.description]]):s.label,this.isFormTypeVertical&&(null===(o=(t=this.$slots).labelAppend)||void 0===o?void 0:o.call(t))]),(0,r.createVNode)("div",{class:"bk-form-content"},[null===(i=(n=this.$slots).default)||void 0===i?void 0:i.call(n),s.isError?"tooltips"===s.errorDisplayType?(0,r.withDirectives)((0,r.createVNode)("div",{class:"bk-form-error-tips"},[(0,r.createVNode)(f.ExclamationCircleShape,null,null)]),[[(0,r.resolveDirective)("bk-tooltips"),s.errorMessage]]):(0,r.createVNode)("div",{class:"bk-form-error"},[s.$slots.error?s.$slots.error(s.errorMessage):s.errorMessage]):null])])}});var y=(0,e.withInstallProps)(s,{FormItem:v,ComposeFormItem:o});const h=y})(),l})()));
@@ -1,21 +1,23 @@
1
1
  import type { FormProps } from './form';
2
2
  import type { FormItemProps } from './form-item';
3
- export interface IFormItemContext extends FormItemProps {
4
- validate: () => Promise<boolean>;
5
- clearValidate: () => void;
6
- }
7
3
  export interface IFormContext {
8
4
  props: FormProps;
9
5
  register: (IFormItemContext: any) => void;
10
6
  unregister: (IFormItemContext: any) => void;
11
7
  }
12
- export declare type IFormItemRules = Array<{
8
+ export interface IFormItemContext extends FormItemProps {
9
+ validate: (trigger?: string) => Promise<boolean>;
10
+ clearValidate: () => void;
11
+ }
12
+ export interface IFormItemRule {
13
13
  required?: boolean;
14
14
  email?: boolean;
15
15
  min?: number;
16
16
  max?: number;
17
17
  maxlength?: number;
18
+ pattern?: RegExp;
18
19
  validator?: (any: any) => boolean | Promise<boolean>;
19
20
  message: string;
20
21
  trigger: 'blur' | 'change';
21
- }>;
22
+ }
23
+ export declare type IFormItemRules = Array<IFormItemRule>;
@@ -4,5 +4,6 @@ declare const _default: {
4
4
  max: (value: number, max: number) => boolean;
5
5
  email: (value: string) => boolean;
6
6
  maxlength: (value: string, maxlength: number) => boolean;
7
+ pattern: (value: string, pattern: RegExp) => boolean;
7
8
  };
8
9
  export default _default;
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { IIconBaseProps } from './icon';
3
+ declare const angleDoubleDownLine: FunctionalComponent<IIconBaseProps>;
4
+ export default angleDoubleDownLine;
@@ -0,0 +1 @@
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>s});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,s=o.height,l=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(s,"; fill: ").concat(l);return(0,e.createVNode)("span",p,[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 744.64L789.6 462.72 880 554.56 512 928 144 554.56 234.4 462.72 512 744.64z"}},{"type":"element","name":"path","attributes":{"d":"M144 187.68L234.4 96 512 377.76 789.6 96 880 187.68 512 561.28 144 187.68z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"angleDoubleDownLine"}),null)};c.displayName="angleDoubleDownLine",c.inheritAttrs=!1;const s=c})(),o})()));
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { IIconBaseProps } from './icon';
3
+ declare const angleDoubleLeftLine: FunctionalComponent<IIconBaseProps>;
4
+ export default angleDoubleLeftLine;
@@ -0,0 +1 @@
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>s});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,s=o.height,l=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(s,"; fill: ").concat(l);return(0,e.createVNode)("span",p,[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M279.36 512L561.28 789.6 469.44 880 96 512 469.44 144 561.28 234.4 279.36 512z"}},{"type":"element","name":"path","attributes":{"d":"M836.32 144L928 234.4 646.08 512 928 789.6 836.32 880 462.72 512 836.32 144z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"angleDoubleLeftLine"}),null)};c.displayName="angleDoubleLeftLine",c.inheritAttrs=!1;const s=c})(),o})()));
@@ -1,15 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue)}(this,(function(e,t){"use strict";
2
- /*! *****************************************************************************
3
- Copyright (c) Microsoft Corporation.
4
-
5
- Permission to use, copy, modify, and/or distribute this software for any
6
- purpose with or without fee is hereby granted.
7
-
8
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
- PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */function n(e,a,r){return t.h(e.name,Object.assign(Object.assign({key:a},e.attributes),{style:"".concat(e.attributes.style," ").concat(r)}),(e.elements||[]).map((function(t,r){return n(t,"".concat(a,"-").concat(e.name,"-").concat(r))})))}var a=function(e,a){var r=Object.assign(Object.assign({},a.attrs),e),i=r.data,o=r.name,l=r.width,s=r.height,c=r.fill,u=function(e,t){var n={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(e);r<a.length;r++)t.indexOf(a[r])<0&&Object.prototype.propertyIsEnumerable.call(e,a[r])&&(n[a[r]]=e[a[r]])}return n}(r,["data","name","width","height","fill"]),f="width: ".concat(l,"; height: ").concat(s,"; fill: ").concat(c);return t.createVNode("span",u,[n(i,o,f)])};a.inheritAttrs=!1,a.displayName="bkIcon";var r=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M697.6 281.6l48 48-176 176 176 176-48 48-224-224L697.6 281.6z"}},{"type":"element","name":"path","attributes":{"d":"M505.6 281.6l48 48-176 176 176 176-48 48-224-224L505.6 281.6z"}}]}'),i=function(e,n){var i=Object.assign(Object.assign({},e),n.attrs);return t.createVNode(a,t.mergeProps(i,{data:r,name:"angleDoubleLeft"}),null)};i.displayName="angleDoubleLeft",i.inheritAttrs=!1,e.default=i,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>l});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,l=o.height,s=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(l,"; fill: ").concat(s);return(0,e.createVNode)("span",p,[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M697.6 281.6l48 48-176 176 176 176-48 48-224-224L697.6 281.6z"}},{"type":"element","name":"path","attributes":{"d":"M505.6 281.6l48 48-176 176 176 176-48 48-224-224L505.6 281.6z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"angleDoubleLeft"}),null)};c.displayName="angleDoubleLeft",c.inheritAttrs=!1;const l=c})(),o})()));
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { IIconBaseProps } from './icon';
3
+ declare const angleDoubleRightLine: FunctionalComponent<IIconBaseProps>;
4
+ export default angleDoubleRightLine;
@@ -0,0 +1 @@
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>s});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,s=o.height,l=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(s,"; fill: ").concat(l);return(0,e.createVNode)("span",p,[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M744.64 512L462.72 789.6 554.56 880 928 512 554.56 144 462.72 234.4 744.64 512z"}},{"type":"element","name":"path","attributes":{"d":"M187.68 144L96 234.4 377.76 512 96 789.6 187.68 880 561.28 512 187.68 144z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"angleDoubleRightLine"}),null)};c.displayName="angleDoubleRightLine",c.inheritAttrs=!1;const s=c})(),o})()));
@@ -1,15 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue)}(this,(function(e,t){"use strict";
2
- /*! *****************************************************************************
3
- Copyright (c) Microsoft Corporation.
4
-
5
- Permission to use, copy, modify, and/or distribute this software for any
6
- purpose with or without fee is hereby granted.
7
-
8
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
- PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */function n(e,a,i){return t.h(e.name,Object.assign(Object.assign({key:a},e.attributes),{style:"".concat(e.attributes.style," ").concat(i)}),(e.elements||[]).map((function(t,i){return n(t,"".concat(a,"-").concat(e.name,"-").concat(i))})))}var a=function(e,a){var i=Object.assign(Object.assign({},a.attrs),e),r=i.data,o=i.name,l=i.width,s=i.height,c=i.fill,u=function(e,t){var n={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(a=Object.getOwnPropertySymbols(e);i<a.length;i++)t.indexOf(a[i])<0&&Object.prototype.propertyIsEnumerable.call(e,a[i])&&(n[a[i]]=e[a[i]])}return n}(i,["data","name","width","height","fill"]),f="width: ".concat(l,"; height: ").concat(s,"; fill: ").concat(c);return t.createVNode("span",u,[n(r,o,f)])};a.inheritAttrs=!1,a.displayName="bkIcon";var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M358.4 729.6l-48-48 176-176-176-176 48-48 224 224L358.4 729.6z"}},{"type":"element","name":"path","attributes":{"d":"M550.4 729.6l-48-48 176-176-176-176 48-48 224 224L550.4 729.6z"}}]}'),r=function(e,n){var r=Object.assign(Object.assign({},e),n.attrs);return t.createVNode(a,t.mergeProps(r,{data:i,name:"angleDoubleRight"}),null)};r.displayName="angleDoubleRight",r.inheritAttrs=!1,e.default=r,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>l});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,l=o.height,s=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(l,"; fill: ").concat(s);return(0,e.createVNode)("span",p,[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M358.4 729.6l-48-48 176-176-176-176 48-48 224 224L358.4 729.6z"}},{"type":"element","name":"path","attributes":{"d":"M550.4 729.6l-48-48 176-176-176-176 48-48 224 224L550.4 729.6z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"angleDoubleRight"}),null)};c.displayName="angleDoubleRight",c.inheritAttrs=!1;const l=c})(),o})()));
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { IIconBaseProps } from './icon';
3
+ declare const angleDoubleUpLine: FunctionalComponent<IIconBaseProps>;
4
+ export default angleDoubleUpLine;
@@ -0,0 +1 @@
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>s});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,s=o.height,l=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(s,"; fill: ").concat(l);return(0,e.createVNode)("span",p,[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 279.36L789.6 561.28 880 469.44 512 96 144 469.44 234.4 561.28 512 279.36z"}},{"type":"element","name":"path","attributes":{"d":"M144 836.32L234.4 928 512 646.08 789.6 928 880 836.32 512 462.72 144 836.32z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"angleDoubleUpLine"}),null)};c.displayName="angleDoubleUpLine",c.inheritAttrs=!1;const s=c})(),o})()));
@@ -1,15 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue)}(this,(function(e,t){"use strict";
2
- /*! *****************************************************************************
3
- Copyright (c) Microsoft Corporation.
4
-
5
- Permission to use, copy, modify, and/or distribute this software for any
6
- purpose with or without fee is hereby granted.
7
-
8
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
- PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */function n(e,a,i){return t.h(e.name,Object.assign(Object.assign({key:a},e.attributes),{style:"".concat(e.attributes.style," ").concat(i)}),(e.elements||[]).map((function(t,i){return n(t,"".concat(a,"-").concat(e.name,"-").concat(i))})))}var a=function(e,a){var i=Object.assign(Object.assign({},a.attrs),e),r=i.data,o=i.name,l=i.width,s=i.height,c=i.fill,u=function(e,t){var n={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(a=Object.getOwnPropertySymbols(e);i<a.length;i++)t.indexOf(a[i])<0&&Object.prototype.propertyIsEnumerable.call(e,a[i])&&(n[a[i]]=e[a[i]])}return n}(i,["data","name","width","height","fill"]),f="width: ".concat(l,"; height: ").concat(s,"; fill: ").concat(c);return t.createVNode("span",u,[n(r,o,f)])};a.inheritAttrs=!1,a.displayName="bkIcon";var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 256L96 704 187.04 704 512 704 836.96 704 928 704 512 256z"}}]}'),r=function(e,n){var r=Object.assign(Object.assign({},e),n.attrs);return t.createVNode(a,t.mergeProps(r,{data:i,name:"angleDownFill"}),null)};r.displayName="angleDownFill",r.inheritAttrs=!1,e.default=r,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>l});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,l=o.height,s=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(l,"; fill: ").concat(s);return(0,e.createVNode)("span",p,[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 256L96 704 187.04 704 512 704 836.96 704 928 704 512 256z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"angleDownFill"}),null)};c.displayName="angleDownFill",c.inheritAttrs=!1;const l=c})(),o})()));
@@ -1,15 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue)}(this,(function(e,t){"use strict";
2
- /*! *****************************************************************************
3
- Copyright (c) Microsoft Corporation.
4
-
5
- Permission to use, copy, modify, and/or distribute this software for any
6
- purpose with or without fee is hereby granted.
7
-
8
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
- PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */function n(e,a,i){return t.h(e.name,Object.assign(Object.assign({key:a},e.attributes),{style:"".concat(e.attributes.style," ").concat(i)}),(e.elements||[]).map((function(t,i){return n(t,"".concat(a,"-").concat(e.name,"-").concat(i))})))}var a=function(e,a){var i=Object.assign(Object.assign({},a.attrs),e),r=i.data,o=i.name,s=i.width,l=i.height,c=i.fill,u=function(e,t){var n={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(a=Object.getOwnPropertySymbols(e);i<a.length;i++)t.indexOf(a[i])<0&&Object.prototype.propertyIsEnumerable.call(e,a[i])&&(n[a[i]]=e[a[i]])}return n}(i,["data","name","width","height","fill"]),f="width: ".concat(s,"; height: ").concat(l,"; fill: ").concat(c);return t.createVNode("span",u,[n(r,o,f)])};a.inheritAttrs=!1,a.displayName="bkIcon";var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 762.56L98.72 349.28 189.28 258.72 512 581.44 834.72 258.72 925.28 349.28 512 762.56z"}}]}'),r=function(e,n){var r=Object.assign(Object.assign({},e),n.attrs);return t.createVNode(a,t.mergeProps(r,{data:i,name:"angleDownLine"}),null)};r.displayName="angleDownLine",r.inheritAttrs=!1,e.default=r,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>s});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,s=o.height,l=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(s,"; fill: ").concat(l);return(0,e.createVNode)("span",p,[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 762.56L98.72 349.28 189.28 258.72 512 581.44 834.72 258.72 925.28 349.28 512 762.56z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"angleDownLine"}),null)};c.displayName="angleDownLine",c.inheritAttrs=!1;const s=c})(),o})()));
@@ -1,15 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue)}(this,(function(e,t){"use strict";
2
- /*! *****************************************************************************
3
- Copyright (c) Microsoft Corporation.
4
-
5
- Permission to use, copy, modify, and/or distribute this software for any
6
- purpose with or without fee is hereby granted.
7
-
8
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
- PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */function n(e,a,r){return t.h(e.name,Object.assign(Object.assign({key:a},e.attributes),{style:"".concat(e.attributes.style," ").concat(r)}),(e.elements||[]).map((function(t,r){return n(t,"".concat(a,"-").concat(e.name,"-").concat(r))})))}var a=function(e,a){var r=Object.assign(Object.assign({},a.attrs),e),i=r.data,o=r.name,s=r.width,l=r.height,c=r.fill,u=function(e,t){var n={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(e);r<a.length;r++)t.indexOf(a[r])<0&&Object.prototype.propertyIsEnumerable.call(e,a[r])&&(n[a[r]]=e[a[r]])}return n}(r,["data","name","width","height","fill"]),f="width: ".concat(s,"; height: ").concat(l,"; fill: ").concat(c);return t.createVNode("span",u,[n(i,o,f)])};a.inheritAttrs=!1,a.displayName="bkIcon";var r=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}'),i=function(e,n){var i=Object.assign(Object.assign({},e),n.attrs);return t.createVNode(a,t.mergeProps(i,{data:r,name:"angleDown"}),null)};i.displayName="angleDown",i.inheritAttrs=!1,e.default=i,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>s});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,s=o.height,l=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(s,"; fill: ").concat(l);return(0,e.createVNode)("span",p,[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"angleDown"}),null)};c.displayName="angleDown",c.inheritAttrs=!1;const s=c})(),o})()));