bkui-vue 0.0.2-beta.72 → 0.0.2-beta.73

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 (170) hide show
  1. package/lib/affix/index.js +319 -1
  2. package/lib/alert/index.js +215 -1
  3. package/lib/animate-number/index.js +155 -1
  4. package/lib/backtop/index.js +188 -1
  5. package/lib/badge/index.js +236 -1
  6. package/lib/breadcrumb/index.js +309 -1
  7. package/lib/button/index.js +321 -1
  8. package/lib/card/index.js +274 -1
  9. package/lib/cascader/index.js +2019 -2
  10. package/lib/checkbox/index.js +542 -1
  11. package/lib/code-diff/index.js +5501 -1
  12. package/lib/collapse/index.js +518 -1
  13. package/lib/collapse-transition/index.js +178 -1
  14. package/lib/color-picker/index.js +2662 -1
  15. package/lib/components.js +530 -1
  16. package/lib/config-provider/index.js +317 -1
  17. package/lib/container/index.js +343 -1
  18. package/lib/date-picker/index.js +5481 -1
  19. package/lib/dialog/index.js +1266 -2
  20. package/lib/directives/index.js +1335 -2
  21. package/lib/dist.index.js +87 -1
  22. package/lib/divider/index.js +169 -1
  23. package/lib/dropdown/index.js +369 -1
  24. package/lib/exception/index.js +385 -1
  25. package/lib/fixed-navbar/index.js +154 -1
  26. package/lib/form/index.js +918 -1
  27. package/lib/hooks.js +73 -1
  28. package/lib/icon/angle-double-down-line.js +481 -1
  29. package/lib/icon/angle-double-left-line.js +481 -1
  30. package/lib/icon/angle-double-left.js +481 -1
  31. package/lib/icon/angle-double-right-line.js +481 -1
  32. package/lib/icon/angle-double-right.js +481 -1
  33. package/lib/icon/angle-double-up-line.js +481 -1
  34. package/lib/icon/angle-down-fill.js +481 -1
  35. package/lib/icon/angle-down-line.js +481 -1
  36. package/lib/icon/angle-down.js +481 -1
  37. package/lib/icon/angle-left.js +481 -1
  38. package/lib/icon/angle-right.js +481 -1
  39. package/lib/icon/angle-up-fill.js +481 -1
  40. package/lib/icon/angle-up.js +481 -1
  41. package/lib/icon/archive-fill.js +481 -1
  42. package/lib/icon/arrows-left.js +481 -1
  43. package/lib/icon/arrows-right.js +481 -1
  44. package/lib/icon/assistant.js +481 -1
  45. package/lib/icon/audio-fill.js +481 -1
  46. package/lib/icon/bk.js +481 -1
  47. package/lib/icon/circle.js +481 -1
  48. package/lib/icon/close-line.js +481 -1
  49. package/lib/icon/close.js +481 -1
  50. package/lib/icon/code.js +481 -1
  51. package/lib/icon/cog-shape.js +481 -1
  52. package/lib/icon/collapse-left.js +481 -1
  53. package/lib/icon/copy-shape.js +481 -1
  54. package/lib/icon/copy.js +481 -1
  55. package/lib/icon/data-shape.js +481 -1
  56. package/lib/icon/del.js +481 -1
  57. package/lib/icon/doc-fill.js +481 -1
  58. package/lib/icon/done.js +481 -1
  59. package/lib/icon/down-shape.js +481 -1
  60. package/lib/icon/down-small.js +481 -1
  61. package/lib/icon/edit-line.js +481 -1
  62. package/lib/icon/ellipsis.js +481 -1
  63. package/lib/icon/enlarge-line.js +481 -1
  64. package/lib/icon/error.js +481 -1
  65. package/lib/icon/excel-fill.js +481 -1
  66. package/lib/icon/exclamation-circle-shape.js +481 -1
  67. package/lib/icon/eye.js +481 -1
  68. package/lib/icon/filliscreen-line.js +481 -1
  69. package/lib/icon/fix-line.js +481 -1
  70. package/lib/icon/fix-shape.js +481 -1
  71. package/lib/icon/folder-open.js +481 -1
  72. package/lib/icon/folder-shape-open.js +481 -1
  73. package/lib/icon/folder-shape.js +481 -1
  74. package/lib/icon/folder.js +481 -1
  75. package/lib/icon/funnel.js +481 -1
  76. package/lib/icon/help-document-fill.js +481 -1
  77. package/lib/icon/help-fill.js +481 -1
  78. package/lib/icon/help.js +481 -1
  79. package/lib/icon/image-fill.js +527 -1
  80. package/lib/icon/img-error.js +527 -1
  81. package/lib/icon/img-placehoulder.js +527 -1
  82. package/lib/icon/index.js +2367 -1
  83. package/lib/icon/info-line.js +527 -1
  84. package/lib/icon/info.js +527 -1
  85. package/lib/icon/left-shape.js +527 -1
  86. package/lib/icon/left-turn-line.js +527 -1
  87. package/lib/icon/narrow-line.js +527 -1
  88. package/lib/icon/original.js +527 -1
  89. package/lib/icon/pdf-fill.js +527 -1
  90. package/lib/icon/play-shape.js +527 -1
  91. package/lib/icon/plus.js +527 -1
  92. package/lib/icon/ppt-fill.js +527 -1
  93. package/lib/icon/qq.js +527 -1
  94. package/lib/icon/right-shape.js +527 -1
  95. package/lib/icon/right-turn-line.js +527 -1
  96. package/lib/icon/search.js +527 -1
  97. package/lib/icon/share.js +527 -1
  98. package/lib/icon/spinner.js +527 -1
  99. package/lib/icon/success.js +527 -1
  100. package/lib/icon/switcher-loading.js +527 -1
  101. package/lib/icon/text-file.js +527 -1
  102. package/lib/icon/text-fill.js +527 -1
  103. package/lib/icon/transfer.js +527 -1
  104. package/lib/icon/tree-application-shape.js +527 -1
  105. package/lib/icon/unfull-screen.js +527 -1
  106. package/lib/icon/unvisible.js +527 -1
  107. package/lib/icon/up-shape.js +527 -1
  108. package/lib/icon/upload.js +527 -1
  109. package/lib/icon/video-fill.js +527 -1
  110. package/lib/icon/warn.js +527 -1
  111. package/lib/icon/weixin-pro.js +527 -1
  112. package/lib/icon/weixin.js +527 -1
  113. package/lib/image/index.js +593 -1
  114. package/lib/index.js +97 -1
  115. package/lib/info-box/index.js +1456 -2
  116. package/lib/input/index.js +1528 -2
  117. package/lib/link/index.js +160 -1
  118. package/lib/loading/index.js +379 -1
  119. package/lib/locale/index.js +465 -1
  120. package/lib/menu/index.js +725 -1
  121. package/lib/message/index.js +1790 -2
  122. package/lib/modal/index.js +337 -1
  123. package/lib/navigation/index.js +367 -1
  124. package/lib/notify/index.js +394 -1
  125. package/lib/overflow-title/index.js +485 -1
  126. package/lib/pagination/index.js +880 -1
  127. package/lib/plugin-popover/index.js +4067 -1
  128. package/lib/plugins/index.js +63 -1
  129. package/lib/pop-confirm/index.js +273 -1
  130. package/lib/popover/index.js +4075 -1
  131. package/lib/popover2/index.js +107 -1
  132. package/lib/preset.js +93 -1
  133. package/lib/process/index.js +1099 -2
  134. package/lib/progress/index.js +428 -1
  135. package/lib/radio/index.js +627 -1
  136. package/lib/rate/index.js +338 -1
  137. package/lib/resize-layout/index.js +430 -1
  138. package/lib/search-select/index.js +3036 -2
  139. package/lib/select/index.js +2571 -2
  140. package/lib/shared/index.js +2865 -1
  141. package/lib/sideslider/index.js +1005 -2
  142. package/lib/slider/index.js +1629 -2
  143. package/lib/steps/index.js +1163 -2
  144. package/lib/swiper/index.js +336 -1
  145. package/lib/switcher/index.js +277 -1
  146. package/lib/tab/index.js +859 -1
  147. package/lib/table/index.js +6568 -1
  148. package/lib/table-column/index.js +730 -1
  149. package/lib/tag/index.js +233 -1
  150. package/lib/tag-input/index.js +1652 -1
  151. package/lib/time-picker/index.js +71 -1
  152. package/lib/timeline/index.js +242 -1
  153. package/lib/transfer/index.js +673 -1
  154. package/lib/tree/index.js +2625 -1
  155. package/lib/upload/index.js +3193 -2
  156. package/lib/virtual-render/index.js +748 -1
  157. package/package.json +2 -1
  158. package/lib/cascader/index.js.LICENSE.txt +0 -1
  159. package/lib/dialog/index.js.LICENSE.txt +0 -1
  160. package/lib/directives/index.js.LICENSE.txt +0 -14
  161. package/lib/info-box/index.js.LICENSE.txt +0 -1
  162. package/lib/input/index.js.LICENSE.txt +0 -1
  163. package/lib/message/index.js.LICENSE.txt +0 -6
  164. package/lib/process/index.js.LICENSE.txt +0 -1
  165. package/lib/search-select/index.js.LICENSE.txt +0 -1
  166. package/lib/select/index.js.LICENSE.txt +0 -1
  167. package/lib/sideslider/index.js.LICENSE.txt +0 -1
  168. package/lib/slider/index.js.LICENSE.txt +0 -1
  169. package/lib/steps/index.js.LICENSE.txt +0 -1
  170. package/lib/upload/index.js.LICENSE.txt +0 -1
package/lib/icon/qq.js CHANGED
@@ -1 +1,527 @@
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={2439:(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,"function"==typeof SuppressedError&&SuppressedError;var a=function(e,t){var r=Object.assign(Object.assign({},t.attrs),e),a=r.data,c=r.name,l=r.width,i=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(i,"; fill: ").concat(s);return(0,n.createVNode)("span",(0,n.mergeProps)({style:{display:"inline-flex","align-items":"center","justify-content":"center"}},p),[o(a,c,u)])};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(2439),r=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1117.090909090909","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M314.1818181818182 1117.090909090909h-30.720000000000002c-58.78690909090909-0.6516363636363637-112.73309090909092-21.038545454545456-155.5549090909091-54.87709090909091-18.01309090909091-17.31490909090909-29.55636363636364-42.216727272727276-29.55636363636364-69.86472727272727 0-1.3032727272727274 0.04654545454545455-2.6530909090909094 0.0930909090909091-3.956363636363637 0.1861818181818182-11.776 3.025454545454546-23.04 7.866181818181819-33.09381818181818-0.1861818181818182 0.32581818181818184-0.1861818181818182 0.1861818181818182-0.1861818181818182 0 0-18.478545454545458 7.168-35.281454545454544 18.897454545454547-47.75563636363636 8.424727272727273-10.100363636363637 18.10618181818182-18.897454545454547 28.811636363636364-26.205090909090906-7.866181818181819-12.008727272727274-16.19781818181818-25.506909090909094-23.691636363636366-39.47054545454545-17.268363636363638 19.78181818181818-42.123636363636365 34.443636363636365-70.42327272727273 37.05018181818182-19.642181818181818-1.349818181818182-35.70036363636364-13.870545454545454-42.170181818181824-31.045818181818184-51.75854545454546-139.96218181818182 26.43781818181818-264.9367272727273 87.17963636363636-336.1512727272728-0.32581818181818184-3.2581818181818187-0.512-7.028363636363636-0.512-10.798545454545456s0.1861818181818182-7.586909090909091 0.5585454545454546-11.310545454545455c-0.3723636363636364-2.699636363636364-0.5585454545454546-6.3767272727272735-0.5585454545454546-10.053818181818182 0-18.990545454545455 5.12-36.77090909090909 14.056727272727272-52.08436363636364 0.4189090909090909-23.505454545454548 10.705454545454547-44.96290909090909 26.903272727272725-60.22981818181819 2.0014545454545454-203.264 167.2378181818182-367.29018181818185 370.78109090909095-367.29018181818185 0.512 0 0.9774545454545456 0 1.4894545454545456 0 104.40145454545454 1.2567272727272727 198.42327272727272 44.86981818181818 265.8210909090909 114.40872727272729 65.34981818181818 65.25672727272728 106.82181818181819 154.25163636363638 110.40581818181818 252.88145454545455 22.43490909090909 28.904727272727275 36.02618181818182 65.1170909090909 36.02618181818182 104.44800000000001 0 12.706909090909091-1.3963636363636363 25.088-4.096 37.00363636363637 51.2 64.512 134.28363636363636 203.45018181818185 70.05090909090909 343.7847272727273-7.493818181818182 17.268363636363638-24.34327272727273 29.184-43.985454545454544 29.323636363636364h0c-27.694545454545455-4.654545454545455-50.87418181818182-20.945454545454545-64.69818181818181-43.566545454545455-8.424727272727273 15.63927272727273-16.57018181818182 29.137454545454545-25.46036363636364 42.030545454545454 14.382545454545454 6.935272727272727 25.925818181818183 16.942545454545453 35.51418181818182 28.57890909090909 11.450181818181818 11.86909090909091 18.71127272727273 27.46181818181818 19.735272727272726 44.73018181818182 4.654545454545455 9.774545454545455 7.493818181818182 21.038545454545456 7.680000000000001 32.954181818181816 0.04654545454545455 1.2101818181818182 0.0930909090909091 2.5134545454545454 0.0930909090909091 3.816727272727273 0 27.601454545454544-11.543272727272727 52.54981818181818-30.06836363636364 70.23709090909091-42.30981818181819 33.466181818181816-96.256 53.85309090909091-154.90327272727274 54.50472727272727-10.14690909090909 1.2101818181818182-21.736727272727276 1.8618181818181818-33.512727272727275 1.8618181818181818-66.28072727272728 0-127.44145454545455-21.643636363636364-176.91927272727273-58.32145454545454l-33.419636363636364 0.5585454545454546c-47.19709090909091 36.25890909090909-107.14763636363637 58.088727272727276-172.17163636363637 58.088727272727276-3.3047272727272725 0-6.56290909090909-0.04654545454545455-9.821090909090909-0.1861818181818182zM187.11272727272726 946.7345454545455l18.152727272727272 11.17090909090909-38.4 30.720000000000002c0.8378181818181818 8.238545454545454 3.8632727272727276 15.63927272727273 8.471272727272726 21.736727272727276 31.232000000000003 22.900363636363636 70.51636363636364 36.72436363636364 113.01236363636363 36.910545454545456 9.588363636363637 1.442909090909091 20.57309090909091 2.280727272727273 31.744000000000003 2.280727272727273 53.061818181818175 0 101.74836363636364-18.80436363636364 139.72945454545453-50.0829090909091l10.100363636363637-9.495272727272727h21.643636363636364c6.469818181818183 0.46545454545454545 14.010181818181819 0.7447272727272728 21.643636363636364 0.7447272727272728s15.173818181818183-0.2792727272727273 22.667636363636365-0.7912727272727273l14.336 0.04654545454545455 11.17090909090909 10.472727272727273c37.376000000000005 31.09236363636364 85.9229090909091 49.98981818181819 138.8450909090909 49.98981818181819 11.636363636363637 0 23.04-0.9309090909090909 34.16436363636364-2.6530909090909094-0.6516363636363637 0.1861818181818182 0 0.1861818181818182 0.6516363636363637 0.1861818181818182 42.07709090909091 0 80.94254545454547-13.637818181818181 112.45381818181818-36.67781818181818 3.6770909090909094-4.561454545454546 6.2370909090909095-11.031272727272727 6.2370909090909095-18.10618181818182 0-1.8618181818181818-0.1861818181818182-3.6770909090909094-0.512-5.445818181818182l-38.35345454545455-30.533818181818184 18.152727272727272-9.774545454545455c-10.053818181818182-7.633454545454546-21.969454545454546-13.451636363636363-34.955636363636366-16.61672727272727l-55.80800000000001-14.103272727272728 37.70181818181818-42.58909090909091c29.649454545454546-33.18690909090909 52.1309090909091-73.49527272727273 64.41890909090908-117.99272727272728l24.948363636363638-94.25454545454545 40.49454545454545 85.87636363636364c8.843636363636364 19.456 19.316363636363636 36.21236363636364 31.744000000000003 51.386181818181825 30.39418181818182-108.63709090909092-47.104-218.25163636363638-83.40945454545455-262.2370909090909l-13.265454545454544-15.360000000000001 6.9818181818181815-18.85090909090909c3.1185454545454547-9.076363636363636 4.887272727272728-19.54909090909091 4.887272727272728-30.440727272727276 0-25.134545454545457-9.541818181818181-48.034909090909096-25.227636363636368-65.25672727272728l-9.681454545454546-10.379636363636363v-13.963636363636363c-0.32581818181818184-169.70472727272727-135.40072727272727-307.75854545454547-303.9418181818182-312.78545454545457-1.349818181818182 0-2.373818181818182-0.04654545454545455-3.444363636363636-0.04654545454545455-167.7498181818182 0-303.70909090909095 135.95927272727272-303.70909090909095 303.70909090909095 0 3.6770909090909094 0.04654545454545455 7.354181818181819 0.1861818181818182 11.031272727272727l0 20.433454545454545-17.454545454545453 13.963636363636363c-5.678545454545454 3.1650909090909094-9.448727272727274 9.076363636363636-9.448727272727274 15.918545454545455 0 1.3032727272727274 0.13963636363636364 2.5134545454545454 0.3723636363636364 3.7236363636363636l4.189090909090909 27.089454545454544-16.756363636363638 7.680000000000001c-0.3723636363636364 2.7461818181818183-0.6050909090909091 5.864727272727273-0.6050909090909091 9.076363636363636s0.23272727272727273 6.330181818181819 0.6516363636363637 9.448727272727274c0.512 6.842181818181818 2.280727272727273 13.451636363636363 4.980363636363636 19.54909090909091l8.238545454545454 19.874909090909092-14.661818181818182 16.05818181818182c-59.485090909090914 55.482181818181814-96.53527272727273 134.28363636363636-96.53527272727273 221.7890909090909 0 10.891636363636364 0.5585454545454546 21.69018181818182 1.722181818181818 32.30254545454545 12.288-14.754909090909091 23.179636363636366-29.88218181818182 32.11636363636364-46.21963636363636l41.099636363636364-70.98181818181818 23.73818181818182 78.89454545454547c13.312 44.12509090909091 35.14181818181818 82.19927272727273 63.76727272727273 114.0829090909091l36.07272727272728 40.215272727272726-52.36363636363637 16.05818181818182c-12.427636363636365 2.3272727272727276-23.458909090909092 6.935272727272727-33.14036363636364 13.451636363636363zM165.4690909090909 474.76363636363635v0z"}}]}'),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:"qq"}),null)};a.displayName="qq",a.inheritAttrs=!1;const c=a})(),o})()));
1
+ import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
2
+ /******/ var __webpack_modules__ = ({
3
+
4
+ /***/ 2439:
5
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
6
+
7
+
8
+ // EXPORTS
9
+ __webpack_require__.d(__webpack_exports__, {
10
+ Z: () => (/* binding */ icon)
11
+ });
12
+
13
+ // EXTERNAL MODULE: external "vue"
14
+ var external_vue_ = __webpack_require__(6609);
15
+ ;// CONCATENATED MODULE: ../../node_modules/tslib/tslib.es6.mjs
16
+ /******************************************************************************
17
+ Copyright (c) Microsoft Corporation.
18
+
19
+ Permission to use, copy, modify, and/or distribute this software for any
20
+ purpose with or without fee is hereby granted.
21
+
22
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
23
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
24
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
25
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
26
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
27
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
28
+ PERFORMANCE OF THIS SOFTWARE.
29
+ ***************************************************************************** */
30
+ /* global Reflect, Promise, SuppressedError, Symbol */
31
+
32
+ var extendStatics = function(d, b) {
33
+ extendStatics = Object.setPrototypeOf ||
34
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
35
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
36
+ return extendStatics(d, b);
37
+ };
38
+
39
+ function __extends(d, b) {
40
+ if (typeof b !== "function" && b !== null)
41
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
42
+ extendStatics(d, b);
43
+ function __() { this.constructor = d; }
44
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
45
+ }
46
+
47
+ var __assign = function() {
48
+ __assign = Object.assign || function __assign(t) {
49
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
50
+ s = arguments[i];
51
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
52
+ }
53
+ return t;
54
+ }
55
+ return __assign.apply(this, arguments);
56
+ }
57
+
58
+ function __rest(s, e) {
59
+ var t = {};
60
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
61
+ t[p] = s[p];
62
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
63
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
64
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
65
+ t[p[i]] = s[p[i]];
66
+ }
67
+ return t;
68
+ }
69
+
70
+ function __decorate(decorators, target, key, desc) {
71
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
72
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
73
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
74
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
75
+ }
76
+
77
+ function __param(paramIndex, decorator) {
78
+ return function (target, key) { decorator(target, key, paramIndex); }
79
+ }
80
+
81
+ function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
82
+ function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
83
+ var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
84
+ var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
85
+ var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
86
+ var _, done = false;
87
+ for (var i = decorators.length - 1; i >= 0; i--) {
88
+ var context = {};
89
+ for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
90
+ for (var p in contextIn.access) context.access[p] = contextIn.access[p];
91
+ context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
92
+ var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
93
+ if (kind === "accessor") {
94
+ if (result === void 0) continue;
95
+ if (result === null || typeof result !== "object") throw new TypeError("Object expected");
96
+ if (_ = accept(result.get)) descriptor.get = _;
97
+ if (_ = accept(result.set)) descriptor.set = _;
98
+ if (_ = accept(result.init)) initializers.unshift(_);
99
+ }
100
+ else if (_ = accept(result)) {
101
+ if (kind === "field") initializers.unshift(_);
102
+ else descriptor[key] = _;
103
+ }
104
+ }
105
+ if (target) Object.defineProperty(target, contextIn.name, descriptor);
106
+ done = true;
107
+ };
108
+
109
+ function __runInitializers(thisArg, initializers, value) {
110
+ var useValue = arguments.length > 2;
111
+ for (var i = 0; i < initializers.length; i++) {
112
+ value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
113
+ }
114
+ return useValue ? value : void 0;
115
+ };
116
+
117
+ function __propKey(x) {
118
+ return typeof x === "symbol" ? x : "".concat(x);
119
+ };
120
+
121
+ function __setFunctionName(f, name, prefix) {
122
+ if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
123
+ return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
124
+ };
125
+
126
+ function __metadata(metadataKey, metadataValue) {
127
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
128
+ }
129
+
130
+ function __awaiter(thisArg, _arguments, P, generator) {
131
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
132
+ return new (P || (P = Promise))(function (resolve, reject) {
133
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
134
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
135
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
136
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
137
+ });
138
+ }
139
+
140
+ function __generator(thisArg, body) {
141
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
142
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
143
+ function verb(n) { return function (v) { return step([n, v]); }; }
144
+ function step(op) {
145
+ if (f) throw new TypeError("Generator is already executing.");
146
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
147
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
148
+ if (y = 0, t) op = [op[0] & 2, t.value];
149
+ switch (op[0]) {
150
+ case 0: case 1: t = op; break;
151
+ case 4: _.label++; return { value: op[1], done: false };
152
+ case 5: _.label++; y = op[1]; op = [0]; continue;
153
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
154
+ default:
155
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
156
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
157
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
158
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
159
+ if (t[2]) _.ops.pop();
160
+ _.trys.pop(); continue;
161
+ }
162
+ op = body.call(thisArg, _);
163
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
164
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
165
+ }
166
+ }
167
+
168
+ var __createBinding = Object.create ? (function(o, m, k, k2) {
169
+ if (k2 === undefined) k2 = k;
170
+ var desc = Object.getOwnPropertyDescriptor(m, k);
171
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
172
+ desc = { enumerable: true, get: function() { return m[k]; } };
173
+ }
174
+ Object.defineProperty(o, k2, desc);
175
+ }) : (function(o, m, k, k2) {
176
+ if (k2 === undefined) k2 = k;
177
+ o[k2] = m[k];
178
+ });
179
+
180
+ function __exportStar(m, o) {
181
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);
182
+ }
183
+
184
+ function __values(o) {
185
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
186
+ if (m) return m.call(o);
187
+ if (o && typeof o.length === "number") return {
188
+ next: function () {
189
+ if (o && i >= o.length) o = void 0;
190
+ return { value: o && o[i++], done: !o };
191
+ }
192
+ };
193
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
194
+ }
195
+
196
+ function __read(o, n) {
197
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
198
+ if (!m) return o;
199
+ var i = m.call(o), r, ar = [], e;
200
+ try {
201
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
202
+ }
203
+ catch (error) { e = { error: error }; }
204
+ finally {
205
+ try {
206
+ if (r && !r.done && (m = i["return"])) m.call(i);
207
+ }
208
+ finally { if (e) throw e.error; }
209
+ }
210
+ return ar;
211
+ }
212
+
213
+ /** @deprecated */
214
+ function __spread() {
215
+ for (var ar = [], i = 0; i < arguments.length; i++)
216
+ ar = ar.concat(__read(arguments[i]));
217
+ return ar;
218
+ }
219
+
220
+ /** @deprecated */
221
+ function __spreadArrays() {
222
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
223
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
224
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
225
+ r[k] = a[j];
226
+ return r;
227
+ }
228
+
229
+ function __spreadArray(to, from, pack) {
230
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
231
+ if (ar || !(i in from)) {
232
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
233
+ ar[i] = from[i];
234
+ }
235
+ }
236
+ return to.concat(ar || Array.prototype.slice.call(from));
237
+ }
238
+
239
+ function __await(v) {
240
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
241
+ }
242
+
243
+ function __asyncGenerator(thisArg, _arguments, generator) {
244
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
245
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
246
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
247
+ function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
248
+ function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
249
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
250
+ function fulfill(value) { resume("next", value); }
251
+ function reject(value) { resume("throw", value); }
252
+ function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
253
+ }
254
+
255
+ function __asyncDelegator(o) {
256
+ var i, p;
257
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
258
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
259
+ }
260
+
261
+ function __asyncValues(o) {
262
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
263
+ var m = o[Symbol.asyncIterator], i;
264
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
265
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
266
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
267
+ }
268
+
269
+ function __makeTemplateObject(cooked, raw) {
270
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
271
+ return cooked;
272
+ };
273
+
274
+ var __setModuleDefault = Object.create ? (function(o, v) {
275
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
276
+ }) : function(o, v) {
277
+ o["default"] = v;
278
+ };
279
+
280
+ function __importStar(mod) {
281
+ if (mod && mod.__esModule) return mod;
282
+ var result = {};
283
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
284
+ __setModuleDefault(result, mod);
285
+ return result;
286
+ }
287
+
288
+ function __importDefault(mod) {
289
+ return (mod && mod.__esModule) ? mod : { default: mod };
290
+ }
291
+
292
+ function __classPrivateFieldGet(receiver, state, kind, f) {
293
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
294
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
295
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
296
+ }
297
+
298
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
299
+ if (kind === "m") throw new TypeError("Private method is not writable");
300
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
301
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
302
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
303
+ }
304
+
305
+ function __classPrivateFieldIn(state, receiver) {
306
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
307
+ return typeof state === "function" ? receiver === state : state.has(receiver);
308
+ }
309
+
310
+ function __addDisposableResource(env, value, async) {
311
+ if (value !== null && value !== void 0) {
312
+ if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected.");
313
+ var dispose;
314
+ if (async) {
315
+ if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");
316
+ dispose = value[Symbol.asyncDispose];
317
+ }
318
+ if (dispose === void 0) {
319
+ if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");
320
+ dispose = value[Symbol.dispose];
321
+ }
322
+ if (typeof dispose !== "function") throw new TypeError("Object not disposable.");
323
+ env.stack.push({ value: value, dispose: dispose, async: async });
324
+ }
325
+ else if (async) {
326
+ env.stack.push({ async: true });
327
+ }
328
+ return value;
329
+ }
330
+
331
+ var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
332
+ var e = new Error(message);
333
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
334
+ };
335
+
336
+ function __disposeResources(env) {
337
+ function fail(e) {
338
+ env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
339
+ env.hasError = true;
340
+ }
341
+ function next() {
342
+ while (env.stack.length) {
343
+ var rec = env.stack.pop();
344
+ try {
345
+ var result = rec.dispose && rec.dispose.call(rec.value);
346
+ if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });
347
+ }
348
+ catch (e) {
349
+ fail(e);
350
+ }
351
+ }
352
+ if (env.hasError) throw env.error;
353
+ }
354
+ return next();
355
+ }
356
+
357
+ /* harmony default export */ const tslib_es6 = ({
358
+ __extends,
359
+ __assign,
360
+ __rest,
361
+ __decorate,
362
+ __param,
363
+ __metadata,
364
+ __awaiter,
365
+ __generator,
366
+ __createBinding,
367
+ __exportStar,
368
+ __values,
369
+ __read,
370
+ __spread,
371
+ __spreadArrays,
372
+ __spreadArray,
373
+ __await,
374
+ __asyncGenerator,
375
+ __asyncDelegator,
376
+ __asyncValues,
377
+ __makeTemplateObject,
378
+ __importStar,
379
+ __importDefault,
380
+ __classPrivateFieldGet,
381
+ __classPrivateFieldSet,
382
+ __classPrivateFieldIn,
383
+ __addDisposableResource,
384
+ __disposeResources,
385
+ });
386
+
387
+ ;// CONCATENATED MODULE: ../../packages/icon/icons/icon.tsx
388
+
389
+
390
+ /*
391
+ * Tencent is pleased to support the open source community by making
392
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
393
+ *
394
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
395
+ *
396
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
397
+ *
398
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
399
+ *
400
+ * ---------------------------------------------------
401
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
402
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
403
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
404
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
405
+ *
406
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
407
+ * the Software.
408
+ *
409
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
410
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
411
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
412
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
413
+ * IN THE SOFTWARE.
414
+ */
415
+
416
+ function generate(node, key, rootAttrs) {
417
+ return (0,external_vue_.h)(node.name, Object.assign(Object.assign({
418
+ key: key
419
+ }, node.attributes), {
420
+ style: "".concat(node.attributes.style, " ").concat(rootAttrs || '')
421
+ }), (node.elements || []).map(function (element, index) {
422
+ return generate(element, "".concat(key, "-").concat(node.name, "-").concat(index));
423
+ }));
424
+ }
425
+ var bkIcon = function bkIcon(props, context) {
426
+ var _a = Object.assign(Object.assign({}, context.attrs), props),
427
+ data = _a.data,
428
+ name = _a.name,
429
+ width = _a.width,
430
+ height = _a.height,
431
+ fill = _a.fill,
432
+ restProps = __rest(_a, ["data", "name", "width", "height", "fill"]);
433
+ var rootAttrs = "width: ".concat(width, "; height: ").concat(height, "; fill: ").concat(fill);
434
+ var iconBoxStyle = {
435
+ display: 'inline-flex',
436
+ 'align-items': 'center',
437
+ 'justify-content': 'center'
438
+ };
439
+ return (0,external_vue_.createVNode)("span", (0,external_vue_.mergeProps)({
440
+ "style": iconBoxStyle
441
+ }, restProps), [generate(data, name, rootAttrs)]);
442
+ };
443
+ bkIcon.inheritAttrs = false;
444
+ bkIcon.displayName = 'bkIcon';
445
+ /* harmony default export */ const icon = (bkIcon);
446
+
447
+ /***/ }),
448
+
449
+ /***/ 6609:
450
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
451
+
452
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
453
+ var y = x => () => x
454
+ module.exports = x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps });
455
+
456
+ /***/ })
457
+
458
+ /******/ });
459
+ /************************************************************************/
460
+ /******/ // The module cache
461
+ /******/ var __webpack_module_cache__ = {};
462
+ /******/
463
+ /******/ // The require function
464
+ /******/ function __webpack_require__(moduleId) {
465
+ /******/ // Check if module is in cache
466
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
467
+ /******/ if (cachedModule !== undefined) {
468
+ /******/ return cachedModule.exports;
469
+ /******/ }
470
+ /******/ // Create a new module (and put it into the cache)
471
+ /******/ var module = __webpack_module_cache__[moduleId] = {
472
+ /******/ // no module.id needed
473
+ /******/ // no module.loaded needed
474
+ /******/ exports: {}
475
+ /******/ };
476
+ /******/
477
+ /******/ // Execute the module function
478
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
479
+ /******/
480
+ /******/ // Return the exports of the module
481
+ /******/ return module.exports;
482
+ /******/ }
483
+ /******/
484
+ /************************************************************************/
485
+ /******/ /* webpack/runtime/define property getters */
486
+ /******/ (() => {
487
+ /******/ // define getter functions for harmony exports
488
+ /******/ __webpack_require__.d = (exports, definition) => {
489
+ /******/ for(var key in definition) {
490
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
491
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
492
+ /******/ }
493
+ /******/ }
494
+ /******/ };
495
+ /******/ })();
496
+ /******/
497
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
498
+ /******/ (() => {
499
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
500
+ /******/ })();
501
+ /******/
502
+ /************************************************************************/
503
+ var __webpack_exports__ = {};
504
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
505
+ (() => {
506
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
507
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
508
+ /* harmony export */ });
509
+ /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6609);
510
+ /* harmony import */ var _icon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2439);
511
+
512
+
513
+ var data = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1117.090909090909","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M314.1818181818182 1117.090909090909h-30.720000000000002c-58.78690909090909-0.6516363636363637-112.73309090909092-21.038545454545456-155.5549090909091-54.87709090909091-18.01309090909091-17.31490909090909-29.55636363636364-42.216727272727276-29.55636363636364-69.86472727272727 0-1.3032727272727274 0.04654545454545455-2.6530909090909094 0.0930909090909091-3.956363636363637 0.1861818181818182-11.776 3.025454545454546-23.04 7.866181818181819-33.09381818181818-0.1861818181818182 0.32581818181818184-0.1861818181818182 0.1861818181818182-0.1861818181818182 0 0-18.478545454545458 7.168-35.281454545454544 18.897454545454547-47.75563636363636 8.424727272727273-10.100363636363637 18.10618181818182-18.897454545454547 28.811636363636364-26.205090909090906-7.866181818181819-12.008727272727274-16.19781818181818-25.506909090909094-23.691636363636366-39.47054545454545-17.268363636363638 19.78181818181818-42.123636363636365 34.443636363636365-70.42327272727273 37.05018181818182-19.642181818181818-1.349818181818182-35.70036363636364-13.870545454545454-42.170181818181824-31.045818181818184-51.75854545454546-139.96218181818182 26.43781818181818-264.9367272727273 87.17963636363636-336.1512727272728-0.32581818181818184-3.2581818181818187-0.512-7.028363636363636-0.512-10.798545454545456s0.1861818181818182-7.586909090909091 0.5585454545454546-11.310545454545455c-0.3723636363636364-2.699636363636364-0.5585454545454546-6.3767272727272735-0.5585454545454546-10.053818181818182 0-18.990545454545455 5.12-36.77090909090909 14.056727272727272-52.08436363636364 0.4189090909090909-23.505454545454548 10.705454545454547-44.96290909090909 26.903272727272725-60.22981818181819 2.0014545454545454-203.264 167.2378181818182-367.29018181818185 370.78109090909095-367.29018181818185 0.512 0 0.9774545454545456 0 1.4894545454545456 0 104.40145454545454 1.2567272727272727 198.42327272727272 44.86981818181818 265.8210909090909 114.40872727272729 65.34981818181818 65.25672727272728 106.82181818181819 154.25163636363638 110.40581818181818 252.88145454545455 22.43490909090909 28.904727272727275 36.02618181818182 65.1170909090909 36.02618181818182 104.44800000000001 0 12.706909090909091-1.3963636363636363 25.088-4.096 37.00363636363637 51.2 64.512 134.28363636363636 203.45018181818185 70.05090909090909 343.7847272727273-7.493818181818182 17.268363636363638-24.34327272727273 29.184-43.985454545454544 29.323636363636364h0c-27.694545454545455-4.654545454545455-50.87418181818182-20.945454545454545-64.69818181818181-43.566545454545455-8.424727272727273 15.63927272727273-16.57018181818182 29.137454545454545-25.46036363636364 42.030545454545454 14.382545454545454 6.935272727272727 25.925818181818183 16.942545454545453 35.51418181818182 28.57890909090909 11.450181818181818 11.86909090909091 18.71127272727273 27.46181818181818 19.735272727272726 44.73018181818182 4.654545454545455 9.774545454545455 7.493818181818182 21.038545454545456 7.680000000000001 32.954181818181816 0.04654545454545455 1.2101818181818182 0.0930909090909091 2.5134545454545454 0.0930909090909091 3.816727272727273 0 27.601454545454544-11.543272727272727 52.54981818181818-30.06836363636364 70.23709090909091-42.30981818181819 33.466181818181816-96.256 53.85309090909091-154.90327272727274 54.50472727272727-10.14690909090909 1.2101818181818182-21.736727272727276 1.8618181818181818-33.512727272727275 1.8618181818181818-66.28072727272728 0-127.44145454545455-21.643636363636364-176.91927272727273-58.32145454545454l-33.419636363636364 0.5585454545454546c-47.19709090909091 36.25890909090909-107.14763636363637 58.088727272727276-172.17163636363637 58.088727272727276-3.3047272727272725 0-6.56290909090909-0.04654545454545455-9.821090909090909-0.1861818181818182zM187.11272727272726 946.7345454545455l18.152727272727272 11.17090909090909-38.4 30.720000000000002c0.8378181818181818 8.238545454545454 3.8632727272727276 15.63927272727273 8.471272727272726 21.736727272727276 31.232000000000003 22.900363636363636 70.51636363636364 36.72436363636364 113.01236363636363 36.910545454545456 9.588363636363637 1.442909090909091 20.57309090909091 2.280727272727273 31.744000000000003 2.280727272727273 53.061818181818175 0 101.74836363636364-18.80436363636364 139.72945454545453-50.0829090909091l10.100363636363637-9.495272727272727h21.643636363636364c6.469818181818183 0.46545454545454545 14.010181818181819 0.7447272727272728 21.643636363636364 0.7447272727272728s15.173818181818183-0.2792727272727273 22.667636363636365-0.7912727272727273l14.336 0.04654545454545455 11.17090909090909 10.472727272727273c37.376000000000005 31.09236363636364 85.9229090909091 49.98981818181819 138.8450909090909 49.98981818181819 11.636363636363637 0 23.04-0.9309090909090909 34.16436363636364-2.6530909090909094-0.6516363636363637 0.1861818181818182 0 0.1861818181818182 0.6516363636363637 0.1861818181818182 42.07709090909091 0 80.94254545454547-13.637818181818181 112.45381818181818-36.67781818181818 3.6770909090909094-4.561454545454546 6.2370909090909095-11.031272727272727 6.2370909090909095-18.10618181818182 0-1.8618181818181818-0.1861818181818182-3.6770909090909094-0.512-5.445818181818182l-38.35345454545455-30.533818181818184 18.152727272727272-9.774545454545455c-10.053818181818182-7.633454545454546-21.969454545454546-13.451636363636363-34.955636363636366-16.61672727272727l-55.80800000000001-14.103272727272728 37.70181818181818-42.58909090909091c29.649454545454546-33.18690909090909 52.1309090909091-73.49527272727273 64.41890909090908-117.99272727272728l24.948363636363638-94.25454545454545 40.49454545454545 85.87636363636364c8.843636363636364 19.456 19.316363636363636 36.21236363636364 31.744000000000003 51.386181818181825 30.39418181818182-108.63709090909092-47.104-218.25163636363638-83.40945454545455-262.2370909090909l-13.265454545454544-15.360000000000001 6.9818181818181815-18.85090909090909c3.1185454545454547-9.076363636363636 4.887272727272728-19.54909090909091 4.887272727272728-30.440727272727276 0-25.134545454545457-9.541818181818181-48.034909090909096-25.227636363636368-65.25672727272728l-9.681454545454546-10.379636363636363v-13.963636363636363c-0.32581818181818184-169.70472727272727-135.40072727272727-307.75854545454547-303.9418181818182-312.78545454545457-1.349818181818182 0-2.373818181818182-0.04654545454545455-3.444363636363636-0.04654545454545455-167.7498181818182 0-303.70909090909095 135.95927272727272-303.70909090909095 303.70909090909095 0 3.6770909090909094 0.04654545454545455 7.354181818181819 0.1861818181818182 11.031272727272727l0 20.433454545454545-17.454545454545453 13.963636363636363c-5.678545454545454 3.1650909090909094-9.448727272727274 9.076363636363636-9.448727272727274 15.918545454545455 0 1.3032727272727274 0.13963636363636364 2.5134545454545454 0.3723636363636364 3.7236363636363636l4.189090909090909 27.089454545454544-16.756363636363638 7.680000000000001c-0.3723636363636364 2.7461818181818183-0.6050909090909091 5.864727272727273-0.6050909090909091 9.076363636363636s0.23272727272727273 6.330181818181819 0.6516363636363637 9.448727272727274c0.512 6.842181818181818 2.280727272727273 13.451636363636363 4.980363636363636 19.54909090909091l8.238545454545454 19.874909090909092-14.661818181818182 16.05818181818182c-59.485090909090914 55.482181818181814-96.53527272727273 134.28363636363636-96.53527272727273 221.7890909090909 0 10.891636363636364 0.5585454545454546 21.69018181818182 1.722181818181818 32.30254545454545 12.288-14.754909090909091 23.179636363636366-29.88218181818182 32.11636363636364-46.21963636363636l41.099636363636364-70.98181818181818 23.73818181818182 78.89454545454547c13.312 44.12509090909091 35.14181818181818 82.19927272727273 63.76727272727273 114.0829090909091l36.07272727272728 40.215272727272726-52.36363636363637 16.05818181818182c-12.427636363636365 2.3272727272727276-23.458909090909092 6.935272727272727-33.14036363636364 13.451636363636363zM165.4690909090909 474.76363636363635v0z"}}]}');
514
+ var qq = function qq(props, context) {
515
+ var p = Object.assign(Object.assign({}, props), context.attrs);
516
+ return (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_icon__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, (0,vue__WEBPACK_IMPORTED_MODULE_0__.mergeProps)(p, {
517
+ "data": data,
518
+ "name": "qq"
519
+ }), null);
520
+ };
521
+ qq.displayName = 'qq';
522
+ qq.inheritAttrs = false;
523
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (qq);
524
+ })();
525
+
526
+ var __webpack_exports__default = __webpack_exports__.Z;
527
+ export { __webpack_exports__default as default };