bkui-vue 0.0.1-beta.60 → 0.0.1-beta.63

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 (228) hide show
  1. package/dist/index.cjs.js +30 -30
  2. package/dist/index.esm.js +1736 -452
  3. package/dist/index.umd.js +29 -29
  4. package/dist/style.css +1 -1
  5. package/lib/affix/affix.css +3 -0
  6. package/lib/affix/affix.d.ts +47 -0
  7. package/lib/affix/affix.less +5 -0
  8. package/lib/affix/affix.variable.css +102 -0
  9. package/lib/affix/index.d.ts +143 -0
  10. package/lib/affix/index.js +1 -0
  11. package/lib/alert/alert.variable.css +5 -0
  12. package/lib/alert/index.js +1 -1
  13. package/lib/backtop/backtop.d.ts +1 -1
  14. package/lib/backtop/backtop.variable.css +5 -0
  15. package/lib/backtop/index.d.ts +4 -4
  16. package/lib/badge/badge.d.ts +1 -1
  17. package/lib/badge/badge.variable.css +5 -0
  18. package/lib/badge/index.d.ts +4 -4
  19. package/lib/breadcrumb/breadcrumb.variable.css +5 -0
  20. package/lib/button/button.css +2 -1
  21. package/lib/button/button.less +9 -8
  22. package/lib/button/button.variable.css +7 -1
  23. package/lib/button/index.js +1 -1
  24. package/lib/card/card.variable.css +5 -0
  25. package/lib/cascader/cascader-panel.d.ts +48 -0
  26. package/lib/cascader/cascader.css +130 -0
  27. package/lib/cascader/cascader.d.ts +271 -0
  28. package/lib/cascader/cascader.less +146 -0
  29. package/lib/cascader/cascader.variable.css +229 -0
  30. package/lib/cascader/index.d.ts +721 -0
  31. package/lib/cascader/index.js +1 -0
  32. package/lib/cascader/interface.d.ts +44 -0
  33. package/lib/cascader/node.d.ts +24 -0
  34. package/lib/cascader/store.d.ts +15 -0
  35. package/lib/checkbox/checkbox.css +3 -2
  36. package/lib/checkbox/checkbox.less +3 -2
  37. package/lib/checkbox/checkbox.variable.css +8 -2
  38. package/lib/code-diff/code-diff.variable.css +5 -0
  39. package/lib/code-diff/index.js +1 -1
  40. package/lib/collapse/collapse.css +17 -1
  41. package/lib/collapse/collapse.d.ts +11 -14
  42. package/lib/collapse/collapse.less +24 -2
  43. package/lib/collapse/collapse.variable.css +116 -1
  44. package/lib/collapse/index.d.ts +31 -15
  45. package/lib/collapse/index.js +1 -1
  46. package/lib/collapse/utils.d.ts +11 -0
  47. package/lib/components.d.ts +12 -9
  48. package/lib/components.js +1 -1
  49. package/lib/container/container.variable.css +5 -0
  50. package/lib/container/index.js +1 -1
  51. package/lib/date-picker/date-picker.css +1 -0
  52. package/lib/date-picker/date-picker.d.ts +20 -3
  53. package/lib/date-picker/date-picker.less +1 -0
  54. package/lib/date-picker/date-picker.variable.css +6 -0
  55. package/lib/date-picker/index.d.ts +47 -10
  56. package/lib/date-picker/index.js +1 -1
  57. package/lib/date-picker/props.d.ts +7 -0
  58. package/lib/dialog/dialog.css +10 -1
  59. package/lib/dialog/dialog.d.ts +75 -8
  60. package/lib/dialog/dialog.variable.css +10 -1
  61. package/lib/dialog/index.d.ts +166 -25
  62. package/lib/dialog/index.js +1 -1
  63. package/lib/divider/divider.d.ts +1 -1
  64. package/lib/divider/divider.variable.css +5 -0
  65. package/lib/divider/index.d.ts +4 -4
  66. package/lib/dropdown/dropdown.css +4 -0
  67. package/lib/dropdown/dropdown.less +5 -0
  68. package/lib/dropdown/dropdown.variable.css +9 -0
  69. package/lib/dropdown/index.js +1 -1
  70. package/lib/exception/exception.variable.css +5 -0
  71. package/lib/fixed-navbar/fixed-navbar.d.ts +17 -3
  72. package/lib/fixed-navbar/fixed-navbar.variable.css +5 -0
  73. package/lib/fixed-navbar/index.d.ts +43 -8
  74. package/lib/fixed-navbar/index.js +1 -1
  75. package/lib/form/form-item.d.ts +1 -1
  76. package/lib/form/form.css +4 -0
  77. package/lib/form/form.d.ts +5 -2
  78. package/lib/form/form.less +4 -0
  79. package/lib/form/form.variable.css +9 -0
  80. package/lib/form/index.d.ts +19 -8
  81. package/lib/form/index.js +1 -1
  82. package/lib/icon/archive-fill.d.ts +4 -0
  83. package/lib/icon/archive-fill.js +1 -0
  84. package/lib/icon/audio-fill.d.ts +4 -0
  85. package/lib/icon/audio-fill.js +1 -0
  86. package/lib/icon/del.d.ts +4 -0
  87. package/lib/icon/del.js +1 -0
  88. package/lib/icon/doc-fill.d.ts +4 -0
  89. package/lib/icon/doc-fill.js +1 -0
  90. package/lib/icon/excel-fill.d.ts +4 -0
  91. package/lib/icon/excel-fill.js +1 -0
  92. package/lib/icon/image-fill.d.ts +4 -0
  93. package/lib/icon/image-fill.js +1 -0
  94. package/lib/icon/index.d.ts +12 -1
  95. package/lib/icon/index.js +1 -1
  96. package/lib/icon/pdf-fill.d.ts +4 -0
  97. package/lib/icon/pdf-fill.js +1 -0
  98. package/lib/icon/ppt-fill.d.ts +4 -0
  99. package/lib/icon/ppt-fill.js +1 -0
  100. package/lib/icon/text-fill.d.ts +4 -0
  101. package/lib/icon/text-fill.js +1 -0
  102. package/lib/icon/upload.d.ts +4 -0
  103. package/lib/icon/upload.js +1 -0
  104. package/lib/icon/video-fill.d.ts +4 -0
  105. package/lib/icon/video-fill.js +1 -0
  106. package/lib/input/index.d.ts +8 -8
  107. package/lib/input/input.css +3 -0
  108. package/lib/input/input.d.ts +2 -2
  109. package/lib/input/input.less +3 -0
  110. package/lib/input/input.variable.css +8 -0
  111. package/lib/link/index.d.ts +4 -4
  112. package/lib/link/link.d.ts +1 -1
  113. package/lib/link/link.variable.css +5 -0
  114. package/lib/loading/loading.variable.css +5 -0
  115. package/lib/menu/menu.variable.css +5 -0
  116. package/lib/menu/submenu.variable.css +5 -0
  117. package/lib/message/index.js +1 -1
  118. package/lib/message/message.css +4 -4
  119. package/lib/message/message.less +4 -4
  120. package/lib/message/message.variable.css +9 -4
  121. package/lib/modal/index.d.ts +277 -24
  122. package/lib/modal/index.js +1 -1
  123. package/lib/modal/modal.css +10 -1
  124. package/lib/modal/modal.d.ts +108 -9
  125. package/lib/modal/modal.less +15 -4
  126. package/lib/modal/modal.variable.css +10 -1
  127. package/lib/modal/props.mixin.d.ts +47 -3
  128. package/lib/navigation/index.d.ts +291 -1
  129. package/lib/navigation/index.js +1 -1
  130. package/lib/navigation/navigation.variable.css +5 -0
  131. package/lib/notify/index.js +1 -1
  132. package/lib/notify/notify.css +17 -1
  133. package/lib/notify/notify.less +19 -1
  134. package/lib/notify/notify.variable.css +22 -1
  135. package/lib/notify/notifyConstructor.d.ts +49 -5
  136. package/lib/pagination/index.d.ts +4 -4
  137. package/lib/pagination/pagination.d.ts +1 -1
  138. package/lib/pagination/pagination.variable.css +5 -0
  139. package/lib/popover/index.d.ts +57 -11
  140. package/lib/popover/index.js +1 -1
  141. package/lib/popover/popover.css +3 -0
  142. package/lib/popover/popover.d.ts +26 -4
  143. package/lib/popover/popover.less +2 -0
  144. package/lib/popover/popover.variable.css +8 -0
  145. package/lib/popover/props.d.ts +11 -1
  146. package/lib/process/process.variable.css +5 -0
  147. package/lib/progress/index.d.ts +7 -7
  148. package/lib/progress/progress.d.ts +2 -2
  149. package/lib/progress/progress.variable.css +5 -0
  150. package/lib/radio/radio.css +6 -6
  151. package/lib/radio/radio.less +7 -7
  152. package/lib/radio/radio.variable.css +12 -7
  153. package/lib/resize-layout/resize-layout.variable.css +5 -0
  154. package/lib/select/select.variable.css +5 -0
  155. package/lib/shared/index.d.ts +18 -0
  156. package/lib/shared/index.js +1 -1
  157. package/lib/shared/mask-manager.d.ts +3 -2
  158. package/lib/shared/pop-manager.d.ts +3 -2
  159. package/lib/shared/popover.d.ts +3 -0
  160. package/lib/sideslider/index.d.ts +227 -33
  161. package/lib/sideslider/index.js +1 -1
  162. package/lib/sideslider/sideslider.css +48 -3
  163. package/lib/sideslider/sideslider.d.ts +103 -12
  164. package/lib/sideslider/sideslider.less +65 -6
  165. package/lib/sideslider/sideslider.variable.css +53 -3
  166. package/lib/slider/index.d.ts +414 -1
  167. package/lib/slider/index.js +1 -1
  168. package/lib/slider/slider.variable.css +5 -0
  169. package/lib/steps/steps.variable.css +5 -0
  170. package/lib/styles/index.d.ts +3 -0
  171. package/lib/styles/themes/themes.less +7 -0
  172. package/lib/switcher/switcher.variable.css +5 -0
  173. package/lib/tab/index.d.ts +6 -6
  174. package/lib/tab/tab-panel.d.ts +2 -2
  175. package/lib/tab/tab.d.ts +1 -1
  176. package/lib/tab/tab.variable.css +5 -0
  177. package/lib/table/index.d.ts +4 -4
  178. package/lib/table/index.js +1 -1
  179. package/lib/table/plugins/head-filter.variable.css +5 -0
  180. package/lib/table/plugins/head-sort.variable.css +5 -0
  181. package/lib/table/plugins/settings.variable.css +5 -0
  182. package/lib/table/props.d.ts +4 -0
  183. package/lib/table/render.d.ts +1 -0
  184. package/lib/table/table.css +55 -2
  185. package/lib/table/table.d.ts +1 -1
  186. package/lib/table/table.less +53 -2
  187. package/lib/table/table.variable.css +60 -2
  188. package/lib/table/use-common.d.ts +5 -3
  189. package/lib/table/utils.d.ts +10 -0
  190. package/lib/tag/index.d.ts +3 -3
  191. package/lib/tag/tag.d.ts +1 -1
  192. package/lib/tag/tag.variable.css +5 -0
  193. package/lib/tag-input/index.d.ts +893 -1
  194. package/lib/tag-input/index.js +1 -1
  195. package/lib/tag-input/tag-input.d.ts +1 -1
  196. package/lib/tag-input/tag-input.variable.css +5 -0
  197. package/lib/timeline/timeline.variable.css +5 -0
  198. package/lib/transfer/transfer.variable.css +5 -0
  199. package/lib/tree/constant.d.ts +22 -0
  200. package/lib/tree/index.d.ts +54 -8
  201. package/lib/tree/index.js +1 -1
  202. package/lib/tree/props.d.ts +19 -0
  203. package/lib/tree/tree.css +4 -1
  204. package/lib/tree/tree.d.ts +23 -4
  205. package/lib/tree/tree.less +4 -1
  206. package/lib/tree/tree.variable.css +9 -1
  207. package/lib/tree/use-empty.d.ts +6 -0
  208. package/lib/tree/use-node-action.d.ts +2 -1
  209. package/lib/tree/use-node-attribute.d.ts +2 -0
  210. package/lib/tree/use-search.d.ts +11 -0
  211. package/lib/upload/index.d.ts +2 -0
  212. package/lib/upload/index.js +1 -0
  213. package/lib/upload/props.d.ts +113 -0
  214. package/lib/upload/upload-list.d.ts +46 -0
  215. package/lib/upload/upload-trigger.d.ts +54 -0
  216. package/lib/upload/upload.css +374 -0
  217. package/lib/upload/upload.d.ts +252 -0
  218. package/lib/upload/upload.less +455 -0
  219. package/lib/upload/upload.type.d.ts +78 -0
  220. package/lib/upload/upload.variable.css +473 -0
  221. package/lib/upload/use-ajax-upload.d.ts +3 -0
  222. package/lib/upload/use-file-handler.d.ts +44 -0
  223. package/lib/virtual-render/index.d.ts +27 -4
  224. package/lib/virtual-render/index.js +1 -1
  225. package/lib/virtual-render/props.d.ts +10 -0
  226. package/lib/virtual-render/use-tag-render.d.ts +7 -0
  227. package/lib/virtual-render/virtual-render.d.ts +14 -3
  228. package/package.json +2 -2
@@ -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={9430:(e,t,r)=>{r.d(t,{Z:()=>i});var n=r(748);function o(e,t,r){return(0,n.h)(e.name,Object.assign(Object.assign({key:t},e.attributes),{style:"".concat(e.attributes.style," ").concat(r)}),(e.elements||[]).map((function(r,n){return o(r,"".concat(t,"-").concat(e.name,"-").concat(n))})))}Object.create,Object.create;var a=function(e,t){var r=Object.assign(Object.assign({},t.attrs),e),a=r.data,i=r.name,l=r.width,c=r.height,s=r.fill,u=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}(r,["data","name","width","height","fill"]),f="width: ".concat(l,"; height: ").concat(c,"; fill: ").concat(s);return(0,n.createVNode)("span",u,[o(a,i,f)])};a.inheritAttrs=!1,a.displayName="bkIcon";const i=a},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.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},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:()=>i});var e=n(748),t=n(9430),r=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M1010.3272727272728 326.8363636363636C1019.0545454545455 335.56363636363636 1024 347.3454545454546 1024 359.70909090909095L1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L46.54545454545455 1303.2727272727273C20.80000000000002 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 46.54545454545455C0 20.799999999999997 20.80000000000002 0 46.54545454545455 0L664.2909090909092 0C676.6545454545455 0 688.5818181818182 4.945454545454554 697.3090909090909 13.67272727272728L1010.3272727272728 326.8363636363636ZM916.6545454545455 381.0909090909091L642.9090909090909 107.34545454545456 642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091ZM688.3156340363636 833.8269090909091C666.2443659636364 833.1156340363638 642.7679976727273 834.8014545454546 616.0974568727273 838.1381818181819 580.7549114181819 816.3389114181817 556.9643659636364 786.3825454545455 540.0625477818182 742.389820509091 540.4698158545455 740.714179490909 541.3134568727273 737.2436386909092 541.6087272727273 736.0189114181819 542.2981818181819 733.1709114181818 542.8698158545455 730.7912750545455 543.4167295999999 728.4770909090909 549.661090909091 702.1061818181818 553.0385454545456 682.8654545454546 554.0349114181819 663.4661841454545 554.788361309091 648.8130932363637 553.9767249454546 635.2945477818182 551.3774545454546 622.7738205090909 546.5803636363637 595.7425477818182 527.4443636363637 579.933090909091 503.3469067636364 578.9541841454546 480.8799976727273 578.0421818181818 460.2210909090909 590.5803636363637 454.9381818181818 610.0421818181818 446.33745221818185 641.4778181818182 451.37454545454545 682.8712727272729 469.6 753.4341818181819 446.3796363636364 808.7883636363637 415.70618181818185 873.6683659636363 395.1229067636363 909.8545477818182 367.65381818181817 924.021820509091 346.2443659636364 936.9163636363637 328.28218181818187 951.2029090909091 304.5687296 970.0625454545454 289.7658181818182 989.4429090909091 285.6843636363637 1009.8298181818183 283.71345221818177 1019.2552727272729 286.69090909090914 1031.5985454545455 293.4807272727272 1041.7018181818182 301.184 1053.1621841454546 312.8 1060.597820509091 326.7243659636364 1061.6800023272726 361.85454312727273 1064.4101818181819 405.02254312727274 1028.1905477818182 452.6734522181818 946.3956386909091 457.4661818181818 944.8101841454546 462.5352704 943.1127272727273 468.71127040000005 941.0283659636364 472.09018181818186 939.8894545454546 483.9316340363637 935.8821841454546 486.0349114181819 935.1723659636364 496.9745454545455 931.4778205090909 504.9149114181818 928.8305477818183 512.7636340363636 926.2763659636363 546.7941794909092 915.2043659636364 572.5396340363636 908.1978181818182 595.9781794909092 904.221090909091 636.6661818181818 926.0000023272728 683.7105477818181 940.288 715.3934522181818 940.288 741.5447272727273 940.288 759.2130885818183 926.7330932363637 765.5970909090909 905.4007296 771.2072704000001 886.6574568727273 766.7520000000001 864.9294568727273 754.7272704 852.9149114181819 742.2763613090909 840.6821841454545 719.3818205090909 834.8290932363636 688.3156340363636 833.8269090909091L688.3156340363636 833.8269090909091ZM327.61017716363637 1020.6196363636365L327.61017716363637 1020.0960000000001 327.79345454545455 1019.6043636363636C329.6479976727273 1014.6283613090909 332.38545221818185 1009.4109090909092 335.93890909090914 1003.9563636363637 342.17018181818185 994.3912727272727 350.7359976727273 984.32 361.3527272727273 973.6072704000001 367.0545454545455 967.8545454545455 372.992 962.2618158545456 379.9563636363637 955.9781794909092 381.5170885818182 954.5687272727273 391.46181818181816 945.7105454545456 393.32217949090904 943.9781841454546L409.5781794909091 928.8407272727272 397.76727040000003 947.6538181818181C379.8385431272727 976.2181818181818 363.6436340363636 996.7883636363637 349.74836363636365 1010.2050909090909 344.64727039999997 1015.1316340363637 340.1483636363636 1018.7869090909091 336.52508858181824 1021.121452218182 335.0312727272727 1022.0843613090909 333.7381794909091 1022.7854522181817 332.72436363636365 1023.1927249454546 332.1294522181818 1023.4298181818182 331.6029067636364 1023.5825431272726 331.0807272727273 1023.6319976727274 330.5281303272728 1023.6968587636364 329.9681698909091 1023.6166516363637 329.4559976727273 1023.3992704 328.3361233454546 1022.9301666909092 327.6080779636364 1021.8337931636364 327.61017716363637 1020.6196363636365ZM510.7869090909091 703.1374568727272L507.4996363636364 708.9658181818182 505.47781818181824 702.5876340363636C500.94836363636364 688.2909090909092 497.6421841454545 666.7461818181819 496.72727272727275 647.3192727272727 495.6858181818182 625.2145431272728 497.44000000000005 611.9403659636364 504.416 611.9403659636364 514.2196363636363 611.9403659636364 518.715638690909 627.6610885818181 519.072 651.2901818181818 519.3861818181817 672.0610909090909 516.1192727272727 693.6785454545454 510.7869090909091 703.1374568727272ZM502.336 788.1760023272727L504.5672727272727 782.2850932363638 507.60436363636364 787.805090909091C524.6080000000001 818.7069114181819 546.6705454545455 844.4843659636364 570.9323636363636 862.4450932363636L576.1614522181818 866.3170932363636 569.7905431272727 867.6320023272727C546.0407296000001 872.5367296000001 523.9083659636365 879.9330909090909 493.6596340363636 892.1294568727272 496.82181585454543 890.8552750545455 462.20799999999997 905.021090909091 453.45890676363643 908.3752727272728L445.81963403636365 911.3032750545455 449.89527039999996 904.2094545454546C467.85891141818183 872.9425454545456 484.452361309091 835.3716363636364 502.3345477818182 788.1760023272727L502.336 788.1760023272727ZM731.6101818181818 899.1010909090909C720.1716363636365 903.616 695.5709067636365 899.5796340363637 652.2370932363636 881.0836340363636L641.2392727272727 876.3898181818182 653.1650885818183 875.5069067636365C687.0487272727273 872.9992704 711.0661818181818 874.8669067636364 725.0516340363637 879.9869067636363 731.0007249454545 882.165820509091 734.9774522181818 884.9149114181819 736.7418181818182 888.064 738.6472727272728 891.4618181818182 737.7745454545455 895.0603636363637 734.7607272727273 897.2421818181818 734.109090909091 897.8632704 733.0807295999999 898.5221818181819 731.6101818181818 899.1010909090909L731.6101818181818 899.1010909090909Z"}}]}'),a=function(n,o){var a=Object.assign(Object.assign({},n),o.attrs);return(0,e.createVNode)(t.Z,(0,e.mergeProps)(a,{data:r,name:"pdfFill"}),null)};a.displayName="pdfFill",a.inheritAttrs=!1;const i=a})(),o})()));
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { IIconBaseProps } from './icon';
3
+ declare const pptFill: FunctionalComponent<IIconBaseProps>;
4
+ export default pptFill;
@@ -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={9430:(e,t,r)=>{r.d(t,{Z:()=>i});var n=r(748);function o(e,t,r){return(0,n.h)(e.name,Object.assign(Object.assign({key:t},e.attributes),{style:"".concat(e.attributes.style," ").concat(r)}),(e.elements||[]).map((function(r,n){return o(r,"".concat(t,"-").concat(e.name,"-").concat(n))})))}Object.create,Object.create;var a=function(e,t){var r=Object.assign(Object.assign({},t.attrs),e),a=r.data,i=r.name,l=r.width,c=r.height,s=r.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}(r,["data","name","width","height","fill"]),u="width: ".concat(l,"; height: ").concat(c,"; fill: ").concat(s);return(0,n.createVNode)("span",p,[o(a,i,u)])};a.inheritAttrs=!1,a.displayName="bkIcon";const i=a},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.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},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:()=>i});var e=n(748),t=n(9430),r=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1097.143","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M698.6857142857143 34.403266925714284C704.0284854857142 39.03491620571429 707.0963821714286 45.75792566857142 707.0963821714286 52.82880841142857L707.0963821714286 1069.3194752C707.0963821714286 1076.3805476571426 704.0330386285714 1083.0943561142856 698.7016923428572 1087.7242075428571 693.3703497142857 1092.3540589714285 686.2936283428571 1094.4451693714284 679.3020964571429 1093.4566180571428L66.26742857142857 1005.9290002285713C42.23585170285714 1002.5063533714285 24.380952502857145 981.9287990857142 24.380952502857145 957.6547145142856L24.380952502857145 164.4935701942857C24.380952502857145 140.21948562285712 42.23585170285714 119.64193024 66.26742857142857 116.21928448L66.31619035428571 116.21928448 679.2533321142857 28.691665554285713C686.252565942857 27.68759990857143 693.3429430857143 29.771617645714286 698.6857142857143 34.403266925714284ZM950.905903542857 122.21699876571428C977.8363611428571 122.21699876571428 999.6678107428571 144.04844726857144 999.6678107428571 170.97890340571428L999.6678107428571 951.1693787428571C999.6678107428571 978.0998363428571 977.8363611428571 999.931285942857 950.905903542857 999.931285942857L755.8582857142857 999.931285942857 755.8582857142857 902.4074751999999 902.1439999999999 902.4074751999999 902.1439999999999 219.74080841142853 755.8582857142857 219.74080841142853 755.8582857142857 122.21699876571428 950.905903542857 122.21699876571428ZM544.5566976 333.5185846857143L154.46146048 333.5185846857143 154.46146048 723.613824 251.98526976 723.613824 251.98526976 626.0900132571428 544.5566976 626.0900132571428 544.5566976 333.5185846857143ZM447.03289051428567 431.0423954285714L447.03289051428567 528.5662061714285 251.98526976 528.5662061714285 251.98526976 431.0423954285714 447.03289051428567 431.0423954285714Z"}}]}'),a=function(n,o){var a=Object.assign(Object.assign({},n),o.attrs);return(0,e.createVNode)(t.Z,(0,e.mergeProps)(a,{data:r,name:"pptFill"}),null)};a.displayName="pptFill",a.inheritAttrs=!1;const i=a})(),o})()));
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { IIconBaseProps } from './icon';
3
+ declare const textFill: FunctionalComponent<IIconBaseProps>;
4
+ export default textFill;
@@ -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={9430:(e,t,r)=>{r.d(t,{Z:()=>i});var n=r(748);function o(e,t,r){return(0,n.h)(e.name,Object.assign(Object.assign({key:t},e.attributes),{style:"".concat(e.attributes.style," ").concat(r)}),(e.elements||[]).map((function(r,n){return o(r,"".concat(t,"-").concat(e.name,"-").concat(n))})))}Object.create,Object.create;var a=function(e,t){var r=Object.assign(Object.assign({},t.attrs),e),a=r.data,i=r.name,c=r.width,l=r.height,s=r.fill,u=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}(r,["data","name","width","height","fill"]),p="width: ".concat(c,"; height: ").concat(l,"; fill: ").concat(s);return(0,n.createVNode)("span",u,[o(a,i,p)])};a.inheritAttrs=!1,a.displayName="bkIcon";const i=a},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.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},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:()=>i});var e=n(748),t=n(9430),r=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M664.4363636363637 0C676.8000000000001 0 688.5818181818182 4.945454545454545 697.3090909090909 13.672727272727274L697.3090909090909 13.672727272727274 1010.3272727272728 326.6909090909091C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.8 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.8 20.8 0 46.54545454545455 0L46.54545454545455 0ZM721.4545454545455 930.909090909091L302.54545454545456 930.909090909091C289.6922824145455 930.909090909091 279.27272727272725 941.3286446545454 279.27272727272725 954.1818181818182L279.27272727272725 954.1818181818182 279.27272727272725 1000.7272727272727C279.27272727272725 1013.5804462545456 289.6922824145455 1024 302.54545454545456 1024L302.54545454545456 1024 721.4545454545455 1024C734.3077189818182 1024 744.7272727272727 1013.5804462545456 744.7272727272727 1000.7272727272727L744.7272727272727 1000.7272727272727 744.7272727272727 954.1818181818182C744.7272727272727 941.3286446545454 734.3077189818182 930.909090909091 721.4545454545455 930.909090909091L721.4545454545455 930.909090909091ZM628.3636363636364 744.7272727272727L302.54545454545456 744.7272727272727C289.6922824145455 744.7272727272727 279.27272727272725 755.1468264727272 279.27272727272725 768L279.27272727272725 768 279.27272727272725 814.5454545454546C279.27272727272725 827.3986280727273 289.6922824145455 837.8181818181819 302.54545454545456 837.8181818181819L302.54545454545456 837.8181818181819 628.3636363636364 837.8181818181819C641.2168098909091 837.8181818181819 651.6363636363636 827.3986280727273 651.6363636363636 814.5454545454546L651.6363636363636 814.5454545454546 651.6363636363636 768C651.6363636363636 755.1468264727272 641.2168098909091 744.7272727272727 628.3636363636364 744.7272727272727L628.3636363636364 744.7272727272727ZM442.1818181818182 558.5454545454545L302.54545454545456 558.5454545454545C289.6922824145455 558.5454545454545 279.27272727272725 568.9650082909092 279.27272727272725 581.8181818181819L279.27272727272725 581.8181818181819 279.27272727272725 628.3636363636364C279.27272727272725 641.2168098909091 289.6922824145455 651.6363636363636 302.54545454545456 651.6363636363636L302.54545454545456 651.6363636363636 442.1818181818182 651.6363636363636C455.0349903127273 651.6363636363636 465.4545454545455 641.2168098909091 465.4545454545455 628.3636363636364L465.4545454545455 628.3636363636364 465.4545454545455 581.8181818181819C465.4545454545455 568.9650082909092 455.0349903127273 558.5454545454545 442.1818181818182 558.5454545454545L442.1818181818182 558.5454545454545ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}'),a=function(n,o){var a=Object.assign(Object.assign({},n),o.attrs);return(0,e.createVNode)(t.Z,(0,e.mergeProps)(a,{data:r,name:"textFill"}),null)};a.displayName="textFill",a.inheritAttrs=!1;const i=a})(),o})()));
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { IIconBaseProps } from './icon';
3
+ declare const upload: FunctionalComponent<IIconBaseProps>;
4
+ export default upload;
@@ -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={9430:(e,t,r)=>{r.d(t,{Z:()=>c});var n=r(748);function o(e,t,r){return(0,n.h)(e.name,Object.assign(Object.assign({key:t},e.attributes),{style:"".concat(e.attributes.style," ").concat(r)}),(e.elements||[]).map((function(r,n){return o(r,"".concat(t,"-").concat(e.name,"-").concat(n))})))}Object.create,Object.create;var a=function(e,t){var r=Object.assign(Object.assign({},t.attrs),e),a=r.data,c=r.name,i=r.width,l=r.height,s=r.fill,u=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}(r,["data","name","width","height","fill"]),p="width: ".concat(i,"; height: ").concat(l,"; fill: ").concat(s);return(0,n.createVNode)("span",u,[o(a,c,p)])};a.inheritAttrs=!1,a.displayName="bkIcon";const c=a},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.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},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:()=>c});var e=n(748),t=n(9430),r=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M897.6 422.4c-27.2-27.2-62.4-48-100.8-57.6C768 209.6 619.2 104 462.4 131.2c-120 20.8-212.8 115.2-233.6 233.6C131.2 388.8 64 475.2 64 574.4v9.6C64 704 160 800 278.4 800H320v-64h-41.6C195.2 736 128 668.8 128 585.6v-9.6c0-83.2 67.2-150.4 150.4-150.4H288c0-3.2 0-4.8 0-8l0 0c0-1.6 0-3.2 0-4.8v-1.6c0-1.6 0-3.2 0-4.8 0 0 0 0 0-1.6 0-1.6 0-3.2 0-4.8v-1.6c0-1.6 0-3.2 0-3.2 0-1.6 0-1.6 0-3.2 0 0 0-1.6 0-1.6 1.6-9.6 3.2-20.8 6.4-30.4l0 0c30.4-120 153.6-192 272-161.6 78.4 20.8 140.8 81.6 161.6 161.6l0 0c3.2 9.6 4.8 20.8 4.8 30.4 0 0 0 1.6 0 1.6 0 0 0 1.6 0 3.2 0 1.6 0 3.2 0 3.2V400c0 1.6 0 3.2 0 3.2v1.6c0 1.6 0 3.2 0 4.8v1.6c0 1.6 0 3.2 0 4.8l0 0c0 3.2 0 4.8 0 8h9.6c83.2-1.6 152 65.6 153.6 148.8 0 1.6 0 1.6 0 3.2v9.6c0 83.2-67.2 150.4-150.4 150.4l0 0H704v64h41.6C864 800 960 704 960 585.6v-9.6C960 518.4 937.6 464 897.6 422.4z"}},{"type":"element","name":"path","attributes":{"d":"M376 603.2L420.8 648 480 588.8 480 896 544 896 544 588.8 603.2 648 648 603.2 512 467.2z"}}]}'),a=function(n,o){var a=Object.assign(Object.assign({},n),o.attrs);return(0,e.createVNode)(t.Z,(0,e.mergeProps)(a,{data:r,name:"upload"}),null)};a.displayName="upload",a.inheritAttrs=!1;const c=a})(),o})()));
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { IIconBaseProps } from './icon';
3
+ declare const videoFill: FunctionalComponent<IIconBaseProps>;
4
+ export default videoFill;
@@ -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={9430:(e,t,r)=>{r.d(t,{Z:()=>i});var n=r(748);function o(e,t,r){return(0,n.h)(e.name,Object.assign(Object.assign({key:t},e.attributes),{style:"".concat(e.attributes.style," ").concat(r)}),(e.elements||[]).map((function(r,n){return o(r,"".concat(t,"-").concat(e.name,"-").concat(n))})))}Object.create,Object.create;var a=function(e,t){var r=Object.assign(Object.assign({},t.attrs),e),a=r.data,i=r.name,l=r.width,c=r.height,s=r.fill,u=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}(r,["data","name","width","height","fill"]),d="width: ".concat(l,"; height: ").concat(c,"; fill: ").concat(s);return(0,n.createVNode)("span",u,[o(a,i,d)])};a.inheritAttrs=!1,a.displayName="bkIcon";const i=a},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.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},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:()=>i});var e=n(748),t=n(9430),r=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M664.4363636363636 0C676.8 0 688.5818181818182 4.945454545454554 697.3090909090909 13.67272727272728L697.3090909090909 13.67272727272728 1010.3272727272728 326.69090909090914C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.80000000000002 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.799999999999997 20.80000000000002 0 46.54545454545455 0L46.54545454545455 0ZM397.1878772363637 614.0514816000001L397.1878772363637 848.3380922181818C397.1878772363637 912.7669108363636 440.14042298181823 936.1955746909091 494.8073006545455 901.0525835636363L650.9983744 797.5759965090909C703.7128610909091 758.5282280727272 703.7128610909091 699.9565730909092 650.9983744 664.8135819636365L494.8073006545455 561.3369949090909C442.0928139636364 526.1940037818182 397.1878772363637 549.6226676363636 397.1878772363637 614.0514816000001ZM642.9090909090909 107.34545454545456L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545456Z"}}]}'),a=function(n,o){var a=Object.assign(Object.assign({},n),o.attrs);return(0,e.createVNode)(t.Z,(0,e.mergeProps)(a,{data:r,name:"videoFill"}),null)};a.displayName="videoFill",a.inheritAttrs=!1;const i=a})(),o})()));
@@ -3,9 +3,9 @@ declare const BkInput: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
+ prefix: string;
6
7
  type: string;
7
8
  placeholder: string;
8
- prefix: string;
9
9
  step: number;
10
10
  disabled: boolean;
11
11
  clearable: boolean;
@@ -98,10 +98,10 @@ declare const BkInput: {
98
98
  default: number;
99
99
  };
100
100
  }>> & {
101
+ onChange?: (...args: any[]) => any;
101
102
  onPaste?: (...args: any[]) => any;
102
103
  onFocus?: (...args: any[]) => any;
103
104
  onBlur?: (...args: any[]) => any;
104
- onChange?: (...args: any[]) => any;
105
105
  onInput?: (...args: any[]) => any;
106
106
  onKeydown?: (...args: any[]) => any;
107
107
  onKeypress?: (...args: any[]) => any;
@@ -109,7 +109,7 @@ declare const BkInput: {
109
109
  onEnter?: (...args: any[]) => any;
110
110
  onClear?: (...args: any[]) => any;
111
111
  "onUpdate:modelValue"?: (...args: any[]) => any;
112
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "placeholder" | "prefix" | "step" | "disabled" | "clearable" | "readonly" | "prefixIcon" | "suffixIcon" | "suffix" | "max" | "min" | "maxlength" | "behavior" | "showWordLimit" | "showControl" | "showClearOnlyHover" | "precision" | "modelValue" | "rows">;
112
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "prefix" | "type" | "placeholder" | "step" | "disabled" | "clearable" | "readonly" | "prefixIcon" | "suffixIcon" | "suffix" | "max" | "min" | "maxlength" | "behavior" | "showWordLimit" | "showControl" | "showClearOnlyHover" | "precision" | "modelValue" | "rows">;
113
113
  $attrs: {
114
114
  [x: string]: unknown;
115
115
  };
@@ -198,10 +198,10 @@ declare const BkInput: {
198
198
  default: number;
199
199
  };
200
200
  }>> & {
201
+ onChange?: (...args: any[]) => any;
201
202
  onPaste?: (...args: any[]) => any;
202
203
  onFocus?: (...args: any[]) => any;
203
204
  onBlur?: (...args: any[]) => any;
204
- onChange?: (...args: any[]) => any;
205
205
  onInput?: (...args: any[]) => any;
206
206
  onKeydown?: (...args: any[]) => any;
207
207
  onKeypress?: (...args: any[]) => any;
@@ -210,9 +210,9 @@ declare const BkInput: {
210
210
  onClear?: (...args: any[]) => any;
211
211
  "onUpdate:modelValue"?: (...args: any[]) => any;
212
212
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "clear" | "update:modelValue" | "enter")[], string, {
213
+ prefix: string;
213
214
  type: string;
214
215
  placeholder: string;
215
- prefix: string;
216
216
  step: number;
217
217
  disabled: boolean;
218
218
  clearable: boolean;
@@ -325,10 +325,10 @@ declare const BkInput: {
325
325
  default: number;
326
326
  };
327
327
  }>> & {
328
+ onChange?: (...args: any[]) => any;
328
329
  onPaste?: (...args: any[]) => any;
329
330
  onFocus?: (...args: any[]) => any;
330
331
  onBlur?: (...args: any[]) => any;
331
- onChange?: (...args: any[]) => any;
332
332
  onInput?: (...args: any[]) => any;
333
333
  onKeydown?: (...args: any[]) => any;
334
334
  onKeypress?: (...args: any[]) => any;
@@ -415,10 +415,10 @@ declare const BkInput: {
415
415
  default: number;
416
416
  };
417
417
  }>> & {
418
+ onChange?: (...args: any[]) => any;
418
419
  onPaste?: (...args: any[]) => any;
419
420
  onFocus?: (...args: any[]) => any;
420
421
  onBlur?: (...args: any[]) => any;
421
- onChange?: (...args: any[]) => any;
422
422
  onInput?: (...args: any[]) => any;
423
423
  onKeydown?: (...args: any[]) => any;
424
424
  onKeypress?: (...args: any[]) => any;
@@ -427,9 +427,9 @@ declare const BkInput: {
427
427
  onClear?: (...args: any[]) => any;
428
428
  "onUpdate:modelValue"?: (...args: any[]) => any;
429
429
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "clear" | "update:modelValue" | "enter")[], "input" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "clear" | "update:modelValue" | "enter", {
430
+ prefix: string;
430
431
  type: string;
431
432
  placeholder: string;
432
- prefix: string;
433
433
  step: number;
434
434
  disabled: boolean;
435
435
  clearable: boolean;
@@ -59,6 +59,7 @@
59
59
  .bk-input {
60
60
  display: flex;
61
61
  align-items: stretch;
62
+ width: 100%;
62
63
  height: 32px;
63
64
  font-size: 12px;
64
65
  border: 1px solid #c4c6cc;
@@ -143,6 +144,7 @@
143
144
  color: #979ba5;
144
145
  }
145
146
  .bk-input--text {
147
+ width: 100%;
146
148
  padding: 0 10px;
147
149
  line-height: 1;
148
150
  color: #63656e;
@@ -183,6 +185,7 @@
183
185
  height: 100%;
184
186
  font-size: 0;
185
187
  flex-direction: column;
188
+ user-select: none;
186
189
  }
187
190
  .bk-input--number-control span {
188
191
  display: block;
@@ -224,10 +224,10 @@ declare const _default: import("vue").DefineComponent<{
224
224
  default: number;
225
225
  };
226
226
  }>> & {
227
+ onChange?: (...args: any[]) => any;
227
228
  onPaste?: (...args: any[]) => any;
228
229
  onFocus?: (...args: any[]) => any;
229
230
  onBlur?: (...args: any[]) => any;
230
- onChange?: (...args: any[]) => any;
231
231
  onInput?: (...args: any[]) => any;
232
232
  onKeydown?: (...args: any[]) => any;
233
233
  onKeypress?: (...args: any[]) => any;
@@ -236,9 +236,9 @@ declare const _default: import("vue").DefineComponent<{
236
236
  onClear?: (...args: any[]) => any;
237
237
  "onUpdate:modelValue"?: (...args: any[]) => any;
238
238
  }, {
239
+ prefix: string;
239
240
  type: string;
240
241
  placeholder: string;
241
- prefix: string;
242
242
  step: number;
243
243
  disabled: boolean;
244
244
  clearable: boolean;
@@ -50,6 +50,7 @@
50
50
  .@{bk-prefix}-input {
51
51
  display: flex;
52
52
  align-items: stretch;
53
+ width: 100%;
53
54
  height: @input-height-base;
54
55
  font-size: @font-size-base;
55
56
  border: @border-width-base @border-style-base @input-border-color;
@@ -148,6 +149,7 @@
148
149
  }
149
150
 
150
151
  &--text {
152
+ width: 100%;
151
153
  padding: 0 @input-horizontal-padding;
152
154
  line-height: 1;
153
155
  color: @input-color;
@@ -195,6 +197,7 @@
195
197
  height: 100%;
196
198
  font-size: 0;
197
199
  flex-direction: column;
200
+ user-select: none;
198
201
 
199
202
  span {
200
203
  display: block;
@@ -9,6 +9,7 @@
9
9
  --gray-color: #979ba5;
10
10
  --light-gray: #c4c6cc;
11
11
  --white-color: white;
12
+ --whitesmoke-color: #fafbfd;
12
13
  --disable-color: #dcdee5;
13
14
  --font-size-base: 12px;
14
15
  --font-size-medium: 14px;
@@ -91,6 +92,10 @@
91
92
  --table-body-font-color: #575961;
92
93
  --table-row-hover-bg-color: #f5f7fa;
93
94
  --table-row-active-bg-color: #f0f1f5;
95
+ --cascader-panel-border-color: #dcdee5;
96
+ --cascader-panel-hover: #eaf3ff;
97
+ --cascader-panel-active: #f4f6fa;
98
+ --cascader-panel-disabled-bg: #fff;
94
99
  }
95
100
  @keyframes loading-scale-animate {
96
101
  0% {
@@ -154,6 +159,7 @@
154
159
  .bk-input {
155
160
  display: flex;
156
161
  align-items: stretch;
162
+ width: 100%;
157
163
  height: var(--input-height-base);
158
164
  font-size: var(--font-size-base);
159
165
  border: var(--border-width-base) var(--border-style-base) var(--input-border-color);
@@ -238,6 +244,7 @@
238
244
  color: var(--input-maxlength-color);
239
245
  }
240
246
  .bk-input--text {
247
+ width: 100%;
241
248
  padding: 0 var(--input-horizontal-padding);
242
249
  line-height: 1;
243
250
  color: var(--input-color);
@@ -278,6 +285,7 @@
278
285
  height: 100%;
279
286
  font-size: 0;
280
287
  flex-direction: column;
288
+ user-select: none;
281
289
  }
282
290
  .bk-input--number-control span {
283
291
  display: block;
@@ -3,8 +3,8 @@ declare const BkLink: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
- theme: string;
7
6
  target: string;
7
+ theme: string;
8
8
  underline: boolean;
9
9
  disabled: boolean;
10
10
  href: string;
@@ -32,7 +32,7 @@ declare const BkLink: {
32
32
  } & {
33
33
  default: string;
34
34
  };
35
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "target" | "underline" | "disabled" | "href">;
35
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "target" | "theme" | "underline" | "disabled" | "href">;
36
36
  $attrs: {
37
37
  [x: string]: unknown;
38
38
  };
@@ -73,8 +73,8 @@ declare const BkLink: {
73
73
  }>>, {
74
74
  handleClick: (event: Event) => boolean;
75
75
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
76
- theme: string;
77
76
  target: string;
77
+ theme: string;
78
78
  underline: boolean;
79
79
  disabled: boolean;
80
80
  href: string;
@@ -155,8 +155,8 @@ declare const BkLink: {
155
155
  }>>, {
156
156
  handleClick: (event: Event) => boolean;
157
157
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
158
- theme: string;
159
158
  target: string;
159
+ theme: string;
160
160
  underline: boolean;
161
161
  disabled: boolean;
162
162
  href: string;
@@ -49,8 +49,8 @@ declare const _default: import("vue").DefineComponent<{
49
49
  default: string;
50
50
  };
51
51
  }>>, {
52
- theme: string;
53
52
  target: string;
53
+ theme: string;
54
54
  underline: boolean;
55
55
  disabled: boolean;
56
56
  href: string;
@@ -9,6 +9,7 @@
9
9
  --gray-color: #979ba5;
10
10
  --light-gray: #c4c6cc;
11
11
  --white-color: white;
12
+ --whitesmoke-color: #fafbfd;
12
13
  --disable-color: #dcdee5;
13
14
  --font-size-base: 12px;
14
15
  --font-size-medium: 14px;
@@ -91,6 +92,10 @@
91
92
  --table-body-font-color: #575961;
92
93
  --table-row-hover-bg-color: #f5f7fa;
93
94
  --table-row-active-bg-color: #f0f1f5;
95
+ --cascader-panel-border-color: #dcdee5;
96
+ --cascader-panel-hover: #eaf3ff;
97
+ --cascader-panel-active: #f4f6fa;
98
+ --cascader-panel-disabled-bg: #fff;
94
99
  }
95
100
  .bk-link {
96
101
  font-size: var(--font-size-medium);
@@ -9,6 +9,7 @@
9
9
  --gray-color: #979ba5;
10
10
  --light-gray: #c4c6cc;
11
11
  --white-color: white;
12
+ --whitesmoke-color: #fafbfd;
12
13
  --disable-color: #dcdee5;
13
14
  --font-size-base: 12px;
14
15
  --font-size-medium: 14px;
@@ -91,6 +92,10 @@
91
92
  --table-body-font-color: #575961;
92
93
  --table-row-hover-bg-color: #f5f7fa;
93
94
  --table-row-active-bg-color: #f0f1f5;
95
+ --cascader-panel-border-color: #dcdee5;
96
+ --cascader-panel-hover: #eaf3ff;
97
+ --cascader-panel-active: #f4f6fa;
98
+ --cascader-panel-disabled-bg: #fff;
94
99
  }
95
100
  @keyframes loading-scale-animate {
96
101
  0% {
@@ -9,6 +9,7 @@
9
9
  --gray-color: #979ba5;
10
10
  --light-gray: #c4c6cc;
11
11
  --white-color: white;
12
+ --whitesmoke-color: #fafbfd;
12
13
  --disable-color: #dcdee5;
13
14
  --font-size-base: 12px;
14
15
  --font-size-medium: 14px;
@@ -91,6 +92,10 @@
91
92
  --table-body-font-color: #575961;
92
93
  --table-row-hover-bg-color: #f5f7fa;
93
94
  --table-row-active-bg-color: #f0f1f5;
95
+ --cascader-panel-border-color: #dcdee5;
96
+ --cascader-panel-hover: #eaf3ff;
97
+ --cascader-panel-active: #f4f6fa;
98
+ --cascader-panel-disabled-bg: #fff;
94
99
  }
95
100
  @keyframes loading-scale-animate {
96
101
  0% {
@@ -9,6 +9,7 @@
9
9
  --gray-color: #979ba5;
10
10
  --light-gray: #c4c6cc;
11
11
  --white-color: white;
12
+ --whitesmoke-color: #fafbfd;
12
13
  --disable-color: #dcdee5;
13
14
  --font-size-base: 12px;
14
15
  --font-size-medium: 14px;
@@ -91,6 +92,10 @@
91
92
  --table-body-font-color: #575961;
92
93
  --table-row-hover-bg-color: #f5f7fa;
93
94
  --table-row-active-bg-color: #f0f1f5;
95
+ --cascader-panel-border-color: #dcdee5;
96
+ --cascader-panel-hover: #eaf3ff;
97
+ --cascader-panel-active: #f4f6fa;
98
+ --cascader-panel-disabled-bg: #fff;
94
99
  }
95
100
  .bk-menu {
96
101
  display: block;
@@ -1 +1 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"),require("../icon"),require("../shared"));else if("function"==typeof define&&define.amd)define(["vue","../icon","../shared"],t);else{var o="object"==typeof exports?t(require("vue"),require("../icon"),require("../shared")):t(e.vue,e["../icon"],e["../shared"]);for(var r in o)("object"==typeof exports?exports:e)[r]=o[r]}}(self,((e,t,o)=>(()=>{"use strict";var r={6870:e=>{e.exports=t},4212:e=>{e.exports=o},748:t=>{t.exports=e}},s={};function n(e){var t=s[e];if(void 0!==t)return t.exports;var o=s[e]={exports:{}};return r[e](o,o.exports,n),o.exports}n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},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 i={};return(()=>{n.r(i),n.d(i,{default:()=>l});var e=n(748),t={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]},o=1;var r=n(6870),s=n(4212),a={id:s.PropTypes.string.def(""),message:s.PropTypes.string.def(""),theme:s.PropTypes.theme(["primary","warning","success","error"]).def("primary"),delay:s.PropTypes.number.def(3e3),dismissable:s.PropTypes.bool.def(!0),offsetY:s.PropTypes.number.def(30),spacing:s.PropTypes.number.def(10),extCls:s.PropTypes.string.def(""),onClose:s.PropTypes.func};const c=(0,e.defineComponent)({name:"Message",props:a,emits:["destory"],setup:function(t,o){var r=o.emit,n=(0,e.computed)((function(){return["bk-message","bk-message-".concat(t.theme),"".concat(t.extCls)]})),i=s.bkZIndexManager.getMessageNextIndex(),a=(0,e.computed)((function(){return{top:"".concat(t.offsetY,"px"),zIndex:i}})),c=(0,e.ref)(!1),l=null;return(0,e.onMounted)((function(){t.delay&&(l=setTimeout((function(){c.value=!1}),t.delay)),c.value=!0})),(0,e.onUnmounted)((function(){clearTimeout(l)})),(0,e.watch)(c,(function(){c.value||r("destory",t.id)})),{classNames:n,styles:a,visible:c,close:function(){c.value=!1}}},render:function(){var t=this;return(0,e.createVNode)(e.Transition,{name:"bk-fade"},{default:function(){return[(0,e.withDirectives)((0,e.createVNode)("div",{class:t.classNames,style:t.styles},[(0,e.createVNode)("div",{class:"bk-message-content"},[(0,e.createVNode)("div",{class:"bk-message-icon"},[{primary:(0,e.createVNode)(r.Info,null,null),warning:(0,e.createVNode)(r.Warn,null,null),success:(0,e.createVNode)(r.Success,null,null),error:(0,e.createVNode)(r.Close,null,null)}[t.theme]]),t.message]),t.dismissable&&(0,e.createVNode)(r.Error,{class:"bk-message-icon bk-message-close",onClick:t.close},null)]),[[e.vShow,t.visible]])]}})}}),l=function(r){!function(r,s){var n=s,i=n.position||"top-right";"string"==typeof s&&(n={message:s});var a=s.onClose,c=n.offsetY||30,l=n.spacing,u=void 0===l?10:l;t[i].forEach((function(e){c+=(e.el.offsetHeight||0)+u}));var d="message_".concat(o+=1);n=Object.assign(Object.assign({},n),{offsetY:c,id:d});var f=document.createElement("div"),p=(0,e.createVNode)(r,n);p.props.onDestory=function(o){!function(e,o,r,s){null==s||s();var n=o.startsWith("top")?"top":"bottom",i=-1;t[o].forEach((function(t,o){t.props.id===e&&(i=o)}));for(var a=t[o][i].el.offsetHeight,c=t[o].length,l=i;l<c;l++){var u=parseInt(t[o][l].el.style[n],10)-a-r;t[o][l].component.props.offsetY=u}t[o].splice(i,1)}(o,i,u,a),(0,e.render)(null,f)},(0,e.render)(p,f),t[i].push(p),document.body.appendChild(f.firstElementChild)}(c,r)}})(),i})()));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"),require("../icon"),require("../shared"));else if("function"==typeof define&&define.amd)define(["vue","../icon","../shared"],t);else{var o="object"==typeof exports?t(require("vue"),require("../icon"),require("../shared")):t(e.vue,e["../icon"],e["../shared"]);for(var r in o)("object"==typeof exports?exports:e)[r]=o[r]}}(self,((e,t,o)=>(()=>{"use strict";var r={6870:e=>{e.exports=t},4212:e=>{e.exports=o},748:t=>{t.exports=e}},s={};function n(e){var t=s[e];if(void 0!==t)return t.exports;var o=s[e]={exports:{}};return r[e](o,o.exports,n),o.exports}n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},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 i={};return(()=>{n.r(i),n.d(i,{default:()=>l});var e=n(748),t={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]},o=1;var r=n(6870),s=n(4212),a={id:s.PropTypes.string.def(""),message:s.PropTypes.string.def(""),theme:s.PropTypes.theme(["primary","warning","success","error"]).def("primary"),delay:s.PropTypes.number.def(3e3),dismissable:s.PropTypes.bool.def(!0),offsetY:s.PropTypes.number.def(30),spacing:s.PropTypes.number.def(10),extCls:s.PropTypes.string.def(""),onClose:s.PropTypes.func};const c=(0,e.defineComponent)({name:"Message",props:a,emits:["destory"],setup:function(t,o){var r=o.emit,n=(0,e.computed)((function(){return["bk-message","bk-message-".concat(t.theme),"".concat(t.extCls)]})),i=s.bkZIndexManager.getMessageNextIndex(),a=(0,e.computed)((function(){return{top:"".concat(t.offsetY,"px"),zIndex:i}})),c=(0,e.ref)(!1),l=null;return(0,e.onMounted)((function(){t.delay&&(l=setTimeout((function(){c.value=!1}),t.delay)),c.value=!0})),(0,e.onUnmounted)((function(){clearTimeout(l)})),(0,e.watch)(c,(function(){c.value||r("destory",t.id)})),{classNames:n,styles:a,visible:c,close:function(){c.value=!1}}},render:function(){var t=this;return(0,e.createVNode)(e.Transition,{name:"bk-message-fade"},{default:function(){return[(0,e.withDirectives)((0,e.createVNode)("div",{class:t.classNames,style:t.styles},[(0,e.createVNode)("div",{class:"bk-message-content"},[(0,e.createVNode)("div",{class:"bk-message-icon"},[{primary:(0,e.createVNode)(r.Info,null,null),warning:(0,e.createVNode)(r.Warn,null,null),success:(0,e.createVNode)(r.Success,null,null),error:(0,e.createVNode)(r.Close,null,null)}[t.theme]]),t.message]),t.dismissable&&(0,e.createVNode)(r.Error,{class:"bk-message-icon bk-message-close",onClick:t.close},null)]),[[e.vShow,t.visible]])]}})}}),l=function(r){!function(r,s){var n=s,i=n.position||"top-right";"string"==typeof s&&(n={message:s});var a=s.onClose,c=n.offsetX||10,l=n.offsetY||30,u=n.spacing,f=void 0===u?10:u;t[i].forEach((function(e){l+=(e.el.offsetHeight||0)+f}));var d="message_".concat(o+=1);n=Object.assign(Object.assign({},n),{offsetX:c,offsetY:l,id:d});var p=document.createElement("div"),m=(0,e.createVNode)(r,n);m.props.onDestory=function(o){!function(e,o,r,s){null==s||s();var n=o.startsWith("top")?"top":"bottom",i=-1;t[o].forEach((function(t,o){t.props.id===e&&(i=o)}));for(var a=t[o][i].el.offsetHeight,c=t[o].length,l=i;l<c;l++){var u=parseInt(t[o][l].el.style[n],10)-a-r;t[o][l].component.props.offsetY=u}t[o].splice(i,1)}(o,i,f,a),(0,e.render)(null,p)},(0,e.render)(m,p),t[i].push(m),document.body.appendChild(p.firstElementChild)}(c,r)}})(),i})()));
@@ -51,12 +51,12 @@
51
51
  .bk-message-error .bk-message-icon {
52
52
  color: #ea3636;
53
53
  }
54
- .bk-fade-enter-active,
55
- .bk-fade-leave-active {
54
+ .bk-message-fade-enter-active,
55
+ .bk-message-fade-leave-active {
56
56
  transition: margin 0.2s linear;
57
57
  }
58
- .bk-fade-enter-from,
59
- .bk-fade-leave-to {
58
+ .bk-message-fade-enter-from,
59
+ .bk-message-fade-leave-to {
60
60
  margin-top: -50px;
61
61
  opacity: 0;
62
62
  }
@@ -60,13 +60,13 @@
60
60
  }
61
61
  }
62
62
 
63
- .bk-fade-enter-active,
64
- .bk-fade-leave-active {
63
+ .bk-message-fade-enter-active,
64
+ .bk-message-fade-leave-active {
65
65
  transition: margin .2s linear;
66
66
  }
67
67
 
68
- .bk-fade-enter-from,
69
- .bk-fade-leave-to {
68
+ .bk-message-fade-enter-from,
69
+ .bk-message-fade-leave-to {
70
70
  margin-top: -50px;
71
71
  opacity: 0;
72
72
  }
@@ -9,6 +9,7 @@
9
9
  --gray-color: #979ba5;
10
10
  --light-gray: #c4c6cc;
11
11
  --white-color: white;
12
+ --whitesmoke-color: #fafbfd;
12
13
  --disable-color: #dcdee5;
13
14
  --font-size-base: 12px;
14
15
  --font-size-medium: 14px;
@@ -91,6 +92,10 @@
91
92
  --table-body-font-color: #575961;
92
93
  --table-row-hover-bg-color: #f5f7fa;
93
94
  --table-row-active-bg-color: #f0f1f5;
95
+ --cascader-panel-border-color: #dcdee5;
96
+ --cascader-panel-hover: #eaf3ff;
97
+ --cascader-panel-active: #f4f6fa;
98
+ --cascader-panel-disabled-bg: #fff;
94
99
  }
95
100
  .bk-message {
96
101
  position: fixed;
@@ -145,12 +150,12 @@
145
150
  .bk-message-error .bk-message-icon {
146
151
  color: var(--danger-color);
147
152
  }
148
- .bk-fade-enter-active,
149
- .bk-fade-leave-active {
153
+ .bk-message-fade-enter-active,
154
+ .bk-message-fade-leave-active {
150
155
  transition: margin 0.2s linear;
151
156
  }
152
- .bk-fade-enter-from,
153
- .bk-fade-leave-to {
157
+ .bk-message-fade-enter-from,
158
+ .bk-message-fade-leave-to {
154
159
  margin-top: -50px;
155
160
  opacity: 0;
156
161
  }