bkui-vue 0.0.1-beta.103 → 0.0.1-beta.106

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 (120) hide show
  1. package/dist/index.cjs.js +29 -29
  2. package/dist/index.esm.js +1988 -417
  3. package/dist/index.umd.js +30 -30
  4. package/dist/style.css +1 -1
  5. package/lib/components.d.ts +1 -0
  6. package/lib/components.js +1 -1
  7. package/lib/dialog/dialog.css +5 -9
  8. package/lib/dialog/dialog.d.ts +7 -27
  9. package/lib/dialog/dialog.less +4 -3
  10. package/lib/dialog/dialog.variable.css +5 -9
  11. package/lib/dialog/index.d.ts +21 -60
  12. package/lib/dialog/index.js +1 -1
  13. package/lib/icon/angle-double-down-line.js +1 -1
  14. package/lib/icon/angle-double-left-line.js +1 -1
  15. package/lib/icon/angle-double-left.js +1 -1
  16. package/lib/icon/angle-double-right-line.js +1 -1
  17. package/lib/icon/angle-double-right.js +1 -1
  18. package/lib/icon/angle-double-up-line.js +1 -1
  19. package/lib/icon/angle-down-fill.js +1 -1
  20. package/lib/icon/angle-down-line.js +1 -1
  21. package/lib/icon/angle-down.js +1 -1
  22. package/lib/icon/angle-left.js +1 -1
  23. package/lib/icon/angle-right.js +1 -1
  24. package/lib/icon/angle-up-fill.js +1 -1
  25. package/lib/icon/angle-up.js +1 -1
  26. package/lib/icon/archive-fill.js +1 -1
  27. package/lib/icon/arrows-left.js +1 -1
  28. package/lib/icon/arrows-right.js +1 -1
  29. package/lib/icon/audio-fill.js +1 -1
  30. package/lib/icon/bk.js +1 -1
  31. package/lib/icon/circle.js +1 -1
  32. package/lib/icon/close-line.js +1 -1
  33. package/lib/icon/close.js +1 -1
  34. package/lib/icon/code.js +1 -1
  35. package/lib/icon/cog-shape.js +1 -1
  36. package/lib/icon/collapse-left.js +1 -1
  37. package/lib/icon/copy.js +1 -1
  38. package/lib/icon/data-shape.js +1 -1
  39. package/lib/icon/del.js +1 -1
  40. package/lib/icon/doc-fill.js +1 -1
  41. package/lib/icon/done.js +1 -1
  42. package/lib/icon/down-shape.js +1 -1
  43. package/lib/icon/down-small.js +1 -1
  44. package/lib/icon/edit-line.js +1 -1
  45. package/lib/icon/ellipsis.js +1 -1
  46. package/lib/icon/error.js +1 -1
  47. package/lib/icon/excel-fill.js +1 -1
  48. package/lib/icon/exclamation-circle-shape.js +1 -1
  49. package/lib/icon/eye.js +1 -1
  50. package/lib/icon/folder-open.js +1 -1
  51. package/lib/icon/folder-shape-open.js +1 -1
  52. package/lib/icon/folder-shape.js +1 -1
  53. package/lib/icon/folder.js +1 -1
  54. package/lib/icon/help-document-fill.js +1 -1
  55. package/lib/icon/help-fill.js +1 -1
  56. package/lib/icon/help.js +1 -1
  57. package/lib/icon/image-fill.js +1 -1
  58. package/lib/icon/index.js +1 -1
  59. package/lib/icon/info-line.js +1 -1
  60. package/lib/icon/info.js +1 -1
  61. package/lib/icon/left-shape.js +1 -1
  62. package/lib/icon/pdf-fill.js +1 -1
  63. package/lib/icon/play-shape.js +1 -1
  64. package/lib/icon/plus.js +1 -1
  65. package/lib/icon/ppt-fill.js +1 -1
  66. package/lib/icon/qq.js +1 -1
  67. package/lib/icon/right-shape.js +1 -1
  68. package/lib/icon/search.js +1 -1
  69. package/lib/icon/share.js +1 -1
  70. package/lib/icon/spinner.js +1 -1
  71. package/lib/icon/success.js +1 -1
  72. package/lib/icon/switcher-loading.js +1 -1
  73. package/lib/icon/text-file.js +1 -1
  74. package/lib/icon/text-fill.js +1 -1
  75. package/lib/icon/tree-application-shape.js +1 -1
  76. package/lib/icon/unvisible.js +1 -1
  77. package/lib/icon/up-shape.js +1 -1
  78. package/lib/icon/upload.js +1 -1
  79. package/lib/icon/video-fill.js +1 -1
  80. package/lib/icon/warn.js +1 -1
  81. package/lib/icon/weixin.js +1 -1
  82. package/lib/message/index.js +1 -1
  83. package/lib/message/message.css +5 -0
  84. package/lib/message/message.less +6 -0
  85. package/lib/message/message.variable.css +5 -0
  86. package/lib/message/messageConstructor.d.ts +3 -0
  87. package/lib/modal/index.d.ts +45 -74
  88. package/lib/modal/index.js +1 -1
  89. package/lib/modal/modal.css +1 -6
  90. package/lib/modal/modal.d.ts +13 -28
  91. package/lib/modal/modal.less +1 -7
  92. package/lib/modal/modal.variable.css +1 -6
  93. package/lib/modal/props.mixin.d.ts +1 -11
  94. package/lib/notify/index.js +1 -1
  95. package/lib/popover2/index.d.ts +3 -3
  96. package/lib/popover2/index.js +1 -1
  97. package/lib/popover2/popover2.css +3 -2
  98. package/lib/popover2/popover2.d.ts +1 -1
  99. package/lib/popover2/popover2.less +2 -1
  100. package/lib/popover2/popover2.variable.css +3 -2
  101. package/lib/popover2/root.d.ts +16 -0
  102. package/lib/popover2/use-floating.d.ts +4 -1
  103. package/lib/popover2/use-popper-id.d.ts +4 -2
  104. package/lib/select/common.d.ts +3 -3
  105. package/lib/select/index.d.ts +39 -42
  106. package/lib/select/index.js +1 -1
  107. package/lib/select/select.d.ts +14 -15
  108. package/lib/select/selectTagInput.d.ts +5 -5
  109. package/lib/select/type.d.ts +8 -11
  110. package/lib/sideslider/index.d.ts +15 -61
  111. package/lib/sideslider/sideslider.d.ts +5 -27
  112. package/lib/table/index.js +1 -1
  113. package/lib/table/plugins/head-filter.css +8 -8
  114. package/lib/table/plugins/head-filter.less +62 -57
  115. package/lib/table/plugins/head-filter.variable.css +8 -8
  116. package/lib/table/table.css +9 -11
  117. package/lib/table/table.less +15 -18
  118. package/lib/table/table.variable.css +9 -11
  119. package/lib/timeline/index.js +1 -1
  120. package/package.json +1 -1
package/dist/index.esm.js CHANGED
@@ -33,7 +33,7 @@ var __publicField = (obj, key, value) => {
33
33
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
34
34
  return value;
35
35
  };
36
- import { inject, createVNode, h as h$1, mergeProps, defineComponent, reactive, ref, computed, watch, onMounted, onBeforeUnmount, getCurrentInstance, nextTick, Transition, provide, createTextVNode, withDirectives, vShow, isVNode, Fragment, toRefs, onUnmounted, Teleport, resolveDirective, customRef, onBeforeMount, toRef, vModelText, watchEffect, onUpdated, render, toRaw, withModifiers } from "vue";
36
+ import { inject, createVNode, h as h$1, mergeProps, defineComponent, reactive, ref, computed, watch, onMounted, onBeforeUnmount, getCurrentInstance, nextTick, Transition, provide, createTextVNode, withDirectives, vShow, isVNode, Fragment, toRefs, onUnmounted, Teleport, resolveDirective, customRef, onBeforeMount, toRef, vModelText, watchEffect, onUpdated, render, toRaw, withModifiers, TransitionGroup, shallowRef } from "vue";
37
37
  var reset = "";
38
38
  var alert = "";
39
39
  var affix = "";
@@ -82,7 +82,7 @@ var pagination = "";
82
82
  var timeline = "";
83
83
  var codeDiff = "";
84
84
  var resizeLayout = "";
85
- var upload = "";
85
+ var upload$1 = "";
86
86
  var tagInput = "";
87
87
  var container = "";
88
88
  var cascader = "";
@@ -1594,6 +1594,9 @@ var defaultModifiers = [eventListeners, popperOffsets$1, computeStyles$1, applyS
1594
1594
  var createPopper = /* @__PURE__ */ popperGenerator({
1595
1595
  defaultModifiers
1596
1596
  });
1597
+ function isNullOrUndef(value) {
1598
+ return value === null || typeof value === "undefined";
1599
+ }
1597
1600
  function isArray(value) {
1598
1601
  if (Array.isArray(value)) {
1599
1602
  return true;
@@ -2399,14 +2402,14 @@ class PropTypes extends propTypesNS {
2399
2402
  default: "default"
2400
2403
  });
2401
2404
  }
2402
- static theme(themes = ["primary", "warning", "success", "danger"]) {
2405
+ static theme(themes2 = ["primary", "warning", "success", "danger"]) {
2403
2406
  return j("Theme", {
2404
2407
  type: String,
2405
2408
  validator: (val) => {
2406
- if (!val || themes.includes(val)) {
2409
+ if (!val || themes2.includes(val)) {
2407
2410
  return true;
2408
2411
  }
2409
- console.error(`invalid theme, ${val}, the theme must be one of \u3010${themes.join(" | ")}\u3011`);
2412
+ console.error(`invalid theme, ${val}, the theme must be one of \u3010${themes2.join(" | ")}\u3011`);
2410
2413
  return false;
2411
2414
  }
2412
2415
  });
@@ -2539,7 +2542,7 @@ function generate(node, key, rootAttrs) {
2539
2542
  return h$1(node.name, __spreadProps(__spreadValues({
2540
2543
  key
2541
2544
  }, node.attributes), {
2542
- style: `${node.attributes.style} ${rootAttrs}`
2545
+ style: `${node.attributes.style} ${rootAttrs || ""}`
2543
2546
  }), (node.elements || []).map((element, index) => generate(element, `${key}-${node.name}-${index}`)));
2544
2547
  }
2545
2548
  const bkIcon = (props, context) => {
@@ -2563,167 +2566,185 @@ bkIcon.inheritAttrs = false;
2563
2566
  bkIcon.displayName = "bkIcon";
2564
2567
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 744.64L789.6 462.72 880 554.56 512 928 144 554.56 234.4 462.72 512 744.64z"}},{"type":"element","name":"path","attributes":{"d":"M144 187.68L234.4 96 512 377.76 789.6 96 880 187.68 512 561.28 144 187.68z"}}]}');
2565
2568
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M279.36 512L561.28 789.6 469.44 880 96 512 469.44 144 561.28 234.4 279.36 512z"}},{"type":"element","name":"path","attributes":{"d":"M836.32 144L928 234.4 646.08 512 928 789.6 836.32 880 462.72 512 836.32 144z"}}]}');
2566
- const data$C = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M697.6 281.6l48 48-176 176 176 176-48 48-224-224L697.6 281.6z"}},{"type":"element","name":"path","attributes":{"d":"M505.6 281.6l48 48-176 176 176 176-48 48-224-224L505.6 281.6z"}}]}');
2569
+ const data$J = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M697.6 281.6l48 48-176 176 176 176-48 48-224-224L697.6 281.6z"}},{"type":"element","name":"path","attributes":{"d":"M505.6 281.6l48 48-176 176 176 176-48 48-224-224L505.6 281.6z"}}]}');
2567
2570
  const angleDoubleLeft = (props, context) => {
2568
2571
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2569
2572
  return createVNode(bkIcon, mergeProps(p2, {
2570
- "data": data$C,
2573
+ "data": data$J,
2571
2574
  "name": "angleDoubleLeft"
2572
2575
  }), null);
2573
2576
  };
2574
2577
  angleDoubleLeft.displayName = "angleDoubleLeft";
2575
2578
  angleDoubleLeft.inheritAttrs = false;
2576
2579
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M744.64 512L462.72 789.6 554.56 880 928 512 554.56 144 462.72 234.4 744.64 512z"}},{"type":"element","name":"path","attributes":{"d":"M187.68 144L96 234.4 377.76 512 96 789.6 187.68 880 561.28 512 187.68 144z"}}]}');
2577
- const data$B = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M358.4 729.6l-48-48 176-176-176-176 48-48 224 224L358.4 729.6z"}},{"type":"element","name":"path","attributes":{"d":"M550.4 729.6l-48-48 176-176-176-176 48-48 224 224L550.4 729.6z"}}]}');
2580
+ const data$I = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M358.4 729.6l-48-48 176-176-176-176 48-48 224 224L358.4 729.6z"}},{"type":"element","name":"path","attributes":{"d":"M550.4 729.6l-48-48 176-176-176-176 48-48 224 224L550.4 729.6z"}}]}');
2578
2581
  const angleDoubleRight = (props, context) => {
2579
2582
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2580
2583
  return createVNode(bkIcon, mergeProps(p2, {
2581
- "data": data$B,
2584
+ "data": data$I,
2582
2585
  "name": "angleDoubleRight"
2583
2586
  }), null);
2584
2587
  };
2585
2588
  angleDoubleRight.displayName = "angleDoubleRight";
2586
2589
  angleDoubleRight.inheritAttrs = false;
2587
2590
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 279.36L789.6 561.28 880 469.44 512 96 144 469.44 234.4 561.28 512 279.36z"}},{"type":"element","name":"path","attributes":{"d":"M144 836.32L234.4 928 512 646.08 789.6 928 880 836.32 512 462.72 144 836.32z"}}]}');
2588
- const data$A = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 256L96 704 187.04 704 512 704 836.96 704 928 704 512 256z"}}]}');
2591
+ const data$H = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 256L96 704 187.04 704 512 704 836.96 704 928 704 512 256z"}}]}');
2589
2592
  const angleDownFill = (props, context) => {
2590
2593
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2591
2594
  return createVNode(bkIcon, mergeProps(p2, {
2592
- "data": data$A,
2595
+ "data": data$H,
2593
2596
  "name": "angleDownFill"
2594
2597
  }), null);
2595
2598
  };
2596
2599
  angleDownFill.displayName = "angleDownFill";
2597
2600
  angleDownFill.inheritAttrs = false;
2598
- const data$z = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 762.56L98.72 349.28 189.28 258.72 512 581.44 834.72 258.72 925.28 349.28 512 762.56z"}}]}');
2601
+ const data$G = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 762.56L98.72 349.28 189.28 258.72 512 581.44 834.72 258.72 925.28 349.28 512 762.56z"}}]}');
2599
2602
  const angleDownLine = (props, context) => {
2600
2603
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2601
2604
  return createVNode(bkIcon, mergeProps(p2, {
2602
- "data": data$z,
2605
+ "data": data$G,
2603
2606
  "name": "angleDownLine"
2604
2607
  }), null);
2605
2608
  };
2606
2609
  angleDownLine.displayName = "angleDownLine";
2607
2610
  angleDownLine.inheritAttrs = false;
2608
- const data$y = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}');
2611
+ const data$F = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}');
2609
2612
  const angleDown = (props, context) => {
2610
2613
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2611
2614
  return createVNode(bkIcon, mergeProps(p2, {
2612
- "data": data$y,
2615
+ "data": data$F,
2613
2616
  "name": "angleDown"
2614
2617
  }), null);
2615
2618
  };
2616
2619
  angleDown.displayName = "angleDown";
2617
2620
  angleDown.inheritAttrs = false;
2618
- const data$x = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M376 504L600 280 648 328 472 504 648 680 600 728 376 504z"}}]}');
2621
+ const data$E = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M376 504L600 280 648 328 472 504 648 680 600 728 376 504z"}}]}');
2619
2622
  const angleLeft = (props, context) => {
2620
2623
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2621
2624
  return createVNode(bkIcon, mergeProps(p2, {
2622
- "data": data$x,
2625
+ "data": data$E,
2623
2626
  "name": "angleLeft"
2624
2627
  }), null);
2625
2628
  };
2626
2629
  angleLeft.displayName = "angleLeft";
2627
2630
  angleLeft.inheritAttrs = false;
2628
- const data$w = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M424 728L376 680 552 504 376 328 424 280 648 504 424 728z"}}]}');
2631
+ const data$D = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M424 728L376 680 552 504 376 328 424 280 648 504 424 728z"}}]}');
2629
2632
  const angleRight = (props, context) => {
2630
2633
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2631
2634
  return createVNode(bkIcon, mergeProps(p2, {
2632
- "data": data$w,
2635
+ "data": data$D,
2633
2636
  "name": "angleRight"
2634
2637
  }), null);
2635
2638
  };
2636
2639
  angleRight.displayName = "angleRight";
2637
2640
  angleRight.inheritAttrs = false;
2638
- const data$v = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 704L96 256 187.04 256 512 256 836.96 256 928 256 512 704z"}}]}');
2641
+ const data$C = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 704L96 256 187.04 256 512 256 836.96 256 928 256 512 704z"}}]}');
2639
2642
  const angleUpFill = (props, context) => {
2640
2643
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2641
2644
  return createVNode(bkIcon, mergeProps(p2, {
2642
- "data": data$v,
2645
+ "data": data$C,
2643
2646
  "name": "angleUpFill"
2644
2647
  }), null);
2645
2648
  };
2646
2649
  angleUpFill.displayName = "angleUpFill";
2647
2650
  angleUpFill.inheritAttrs = false;
2648
- const data$u = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 368L736 592 688 640 512 464 336 640 288 592 512 368z"}}]}');
2651
+ const data$B = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 368L736 592 688 640 512 464 336 640 288 592 512 368z"}}]}');
2649
2652
  const angleUp = (props, context) => {
2650
2653
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2651
2654
  return createVNode(bkIcon, mergeProps(p2, {
2652
- "data": data$u,
2655
+ "data": data$B,
2653
2656
  "name": "angleUp"
2654
2657
  }), null);
2655
2658
  };
2656
2659
  angleUp.displayName = "angleUp";
2657
2660
  angleUp.inheritAttrs = false;
2658
- JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1194.667","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M661.331584 0C696.6651477333332 0 745.9971968 20.667040213333333 770.6658858666666 45.333077333333335L978.6642816 253.3329224533333C1003.3316394666667 278.00029312 1024 327.33370112 1024 362.66728575999997L1024 1130.6680490666665C1024 1166.0002986666666 995.3336490666667 1194.6666666666665 959.9974143999999 1194.6666666666665L64 1194.6666666666665C28.666351530666663 1194.6666666666665 0 1166.0002986666666 0 1130.6680490666665L0 64C0 28.666367530666665 28.667684991999998 0 64 0L661.331584 0ZM224 522.6666666666666L138.66666666666666 522.6666666666666 138.66666666666666 818.6666666666666 309.3333333333333 818.6666666666666 309.3333333333333 605.3333333333333 224 605.3333333333333 224 522.6666666666666ZM245.33333333333331 669.3333333333333L245.33333333333331 754.6666666666666 202.66666666666666 754.6666666666666 202.66666666666666 669.3333333333333 245.33333333333331 669.3333333333333ZM309.3333333333333 437.3333333333333L224 437.3333333333333 224 522.6666666666666 309.3333333333333 522.6666666666666 309.3333333333333 437.3333333333333ZM224 352L138.66666666666666 352 138.66666666666666 437.3333333333333 224 437.3333333333333 224 352ZM309.3333333333333 266.66666666666663L224 266.66666666666663 224 352 309.3333333333333 352 309.3333333333333 266.66666666666663ZM682.6666666666666 90.66615466666667L682.6666666666666 341.33352362666665 933.3325610666667 341.33352362666665C929.3322325333334 329.9992546133333 923.3317418666667 318.66631850666664 918.6646911999999 313.9992661333333L709.9995776000001 105.33269930666667C705.3325269333333 100.66564736 693.9982634666667 94.66648490666667 682.6666666666666 90.66615466666667ZM224 181.33333333333331L138.66666666666666 181.33333333333331 138.66666666666666 266.66666666666663 224 266.66666666666663 224 181.33333333333331ZM309.3333333333333 96L224 96 224 181.33333333333331 309.3333333333333 181.33333333333331 309.3333333333333 96Z"}}]}');
2659
- const data$t = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M416 480h320v64H416l96 96-48 48L288 512l176-176L512 384 416 480z"}}]}');
2661
+ const data$A = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1194.667","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M661.331584 0C696.6651477333332 0 745.9971968 20.667040213333333 770.6658858666666 45.333077333333335L978.6642816 253.3329224533333C1003.3316394666667 278.00029312 1024 327.33370112 1024 362.66728575999997L1024 1130.6680490666665C1024 1166.0002986666666 995.3336490666667 1194.6666666666665 959.9974143999999 1194.6666666666665L64 1194.6666666666665C28.666351530666663 1194.6666666666665 0 1166.0002986666666 0 1130.6680490666665L0 64C0 28.666367530666665 28.667684991999998 0 64 0L661.331584 0ZM224 522.6666666666666L138.66666666666666 522.6666666666666 138.66666666666666 818.6666666666666 309.3333333333333 818.6666666666666 309.3333333333333 605.3333333333333 224 605.3333333333333 224 522.6666666666666ZM245.33333333333331 669.3333333333333L245.33333333333331 754.6666666666666 202.66666666666666 754.6666666666666 202.66666666666666 669.3333333333333 245.33333333333331 669.3333333333333ZM309.3333333333333 437.3333333333333L224 437.3333333333333 224 522.6666666666666 309.3333333333333 522.6666666666666 309.3333333333333 437.3333333333333ZM224 352L138.66666666666666 352 138.66666666666666 437.3333333333333 224 437.3333333333333 224 352ZM309.3333333333333 266.66666666666663L224 266.66666666666663 224 352 309.3333333333333 352 309.3333333333333 266.66666666666663ZM682.6666666666666 90.66615466666667L682.6666666666666 341.33352362666665 933.3325610666667 341.33352362666665C929.3322325333334 329.9992546133333 923.3317418666667 318.66631850666664 918.6646911999999 313.9992661333333L709.9995776000001 105.33269930666667C705.3325269333333 100.66564736 693.9982634666667 94.66648490666667 682.6666666666666 90.66615466666667ZM224 181.33333333333331L138.66666666666666 181.33333333333331 138.66666666666666 266.66666666666663 224 266.66666666666663 224 181.33333333333331ZM309.3333333333333 96L224 96 224 181.33333333333331 309.3333333333333 181.33333333333331 309.3333333333333 96Z"}}]}');
2662
+ const archiveFill = (props, context) => {
2663
+ const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2664
+ return createVNode(bkIcon, mergeProps(p2, {
2665
+ "data": data$A,
2666
+ "name": "archiveFill"
2667
+ }), null);
2668
+ };
2669
+ archiveFill.displayName = "archiveFill";
2670
+ archiveFill.inheritAttrs = false;
2671
+ const data$z = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M416 480h320v64H416l96 96-48 48L288 512l176-176L512 384 416 480z"}}]}');
2660
2672
  const arrowsLeft = (props, context) => {
2661
2673
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2662
2674
  return createVNode(bkIcon, mergeProps(p2, {
2663
- "data": data$t,
2675
+ "data": data$z,
2664
2676
  "name": "arrowsLeft"
2665
2677
  }), null);
2666
2678
  };
2667
2679
  arrowsLeft.displayName = "arrowsLeft";
2668
2680
  arrowsLeft.inheritAttrs = false;
2669
- const data$s = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M608 480H288v64H608l-96 96 48 48L736 512l-176-176L512 384Z"}}]}');
2681
+ const data$y = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M608 480H288v64H608l-96 96 48 48L736 512l-176-176L512 384Z"}}]}');
2670
2682
  const arrowsRight = (props, context) => {
2671
2683
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2672
2684
  return createVNode(bkIcon, mergeProps(p2, {
2673
- "data": data$s,
2685
+ "data": data$y,
2674
2686
  "name": "arrowsRight"
2675
2687
  }), null);
2676
2688
  };
2677
2689
  arrowsRight.displayName = "arrowsRight";
2678
2690
  arrowsRight.inheritAttrs = false;
2679
- 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 0ZM655.2545466181818 560.2713367272728L460.52727249454546 619.8349730909091C436.9818181818182 626.5804288 417.7636361309091 651.1440616727273 417.7636361309091 674.6895173818182L417.7636361309091 880.1077015272728C417.7636361309091 880.1077015272728 403.6363636363636 870.5622434909092 372.19999976727274 875.0167924363637 326 881.6349742545455 288.5818181818182 917.016790109091 288.5818181818182 954.1804264727273 288.5818181818182 991.3440628363637 326 1014.1258798545455 372.19999976727274 1007.5076980363638 418.4 1001.016790109091 452.2545454545455 966.6531560727274 452.2545454545455 929.4895197090908L452.2545454545455 754.1076992000001C452.2545454545455 737.5622469818182 472.10908858181824 730.562243490909 472.10908858181824 730.562243490909L644.3090897454546 676.5986071272727C644.3090897454546 676.5986071272727 663.4000011636364 670.2349730909091 663.4000011636364 687.7986071272728L663.4000011636364 828.689519709091C663.4000011636364 828.689519709091 645.8363624727273 818.6349707636364 614.4 822.4531549090909 568.2000011636363 828.053154909091 530.7818170181819 862.6713367272728 530.7818170181819 899.8349730909091 530.7818170181819 936.9986094545455 568.2000011636363 960.5440651636363 614.4 954.9440651636363 660.5999988363636 949.3440651636365 698.0181829818182 914.7258833454546 698.0181829818182 877.5622469818182L698.0181829818182 590.8167912727273C698.0181829818182 567.1440616727273 678.9272715636364 553.5258810181818 655.2545466181818 560.2713367272728ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}');
2691
+ const data$x = 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 0ZM655.2545466181818 560.2713367272728L460.52727249454546 619.8349730909091C436.9818181818182 626.5804288 417.7636361309091 651.1440616727273 417.7636361309091 674.6895173818182L417.7636361309091 880.1077015272728C417.7636361309091 880.1077015272728 403.6363636363636 870.5622434909092 372.19999976727274 875.0167924363637 326 881.6349742545455 288.5818181818182 917.016790109091 288.5818181818182 954.1804264727273 288.5818181818182 991.3440628363637 326 1014.1258798545455 372.19999976727274 1007.5076980363638 418.4 1001.016790109091 452.2545454545455 966.6531560727274 452.2545454545455 929.4895197090908L452.2545454545455 754.1076992000001C452.2545454545455 737.5622469818182 472.10908858181824 730.562243490909 472.10908858181824 730.562243490909L644.3090897454546 676.5986071272727C644.3090897454546 676.5986071272727 663.4000011636364 670.2349730909091 663.4000011636364 687.7986071272728L663.4000011636364 828.689519709091C663.4000011636364 828.689519709091 645.8363624727273 818.6349707636364 614.4 822.4531549090909 568.2000011636363 828.053154909091 530.7818170181819 862.6713367272728 530.7818170181819 899.8349730909091 530.7818170181819 936.9986094545455 568.2000011636363 960.5440651636363 614.4 954.9440651636363 660.5999988363636 949.3440651636365 698.0181829818182 914.7258833454546 698.0181829818182 877.5622469818182L698.0181829818182 590.8167912727273C698.0181829818182 567.1440616727273 678.9272715636364 553.5258810181818 655.2545466181818 560.2713367272728ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}');
2692
+ const audioFill = (props, context) => {
2693
+ const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2694
+ return createVNode(bkIcon, mergeProps(p2, {
2695
+ "data": data$x,
2696
+ "name": "audioFill"
2697
+ }), null);
2698
+ };
2699
+ audioFill.displayName = "audioFill";
2700
+ audioFill.inheritAttrs = false;
2680
2701
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M384 289.28c103.50933333333333 18.986666666666665 183.89333333333332 99.37066666666666 202.62399999999997 201.344l5.3759999999999994 37.376c1.664 83.62666666666667 32.59733333333333 159.7013333333333 82.94399999999999 218.70933333333335 32.72533333333333 37.84533333333333 81.024 62.29333333333333 135.08266666666665 63.53066666666667 2.9013333333333335 0.128 6.0586666666666655 0.21333333333333332 9.216 0.21333333333333332 49.834666666666664 0 95.488-17.962666666666664 130.81599999999997-47.78666666666667 47.40266666666666-42.367999999999995 77.312-104.10666666666665 77.312-172.79999999999998 0-13.952-1.2373333333333334-27.562666666666665-3.584-40.831999999999994-15.786666666666665-115.62666666666667-96.29866666666666-210.43200000000002-203.73333333333335-246.91199999999998-5.8453333333333335-59.98933333333333-33.49333333333333-112.21333333333332-75.47733333333332-148.224-37.33333333333333-34.432-87.03999999999999-55.42399999999999-141.61066666666665-55.42399999999999-15.445333333333332 0-30.506666666666664 1.664-45.01333333333333 4.864-50.986666666666665 13.141333333333332-95.01866666666666 42.83733333333333-126.208 83.072-5.333333333333333 6.143999999999999-8.362666666666666 13.568-8.362666666666666 21.674666666666667 0 9.685333333333332 4.309333333333333 18.389333333333333 11.136 24.27733333333333l3.8826666666666663 0.042666666666666665c-16.21333333333333-4.053333333333333-34.901333333333326-6.613333333333333-54.10133333333333-7.04-6.101333333333333-0.38399999999999995-12.927999999999999-0.6399999999999999-19.797333333333334-0.6399999999999999s-13.696 0.21333333333333332-20.43733333333333 0.6826666666666666l0.9386666666666665-10.922666666666666c2.1333333333333333-25.813333333333333 17.194666666666667-47.70133333333334 38.656-59.30666666666666 9.173333333333332-6.015999999999999 14.933333333333332-15.872 14.933333333333332-27.093333333333334 0-17.749333333333333-14.378666666666668-32.128-32.128-32.128-6.528 0-12.629333333333332 1.9626666666666666-17.706666666666663 5.333333333333333-21.290666666666667 13.653333333333332-38.18666666666667 32.81066666666666-48.81066666666666 55.42399999999999-15.274666666666665-6.442666666666666-32.85333333333333-10.709333333333333-51.413333333333334-10.709333333333333-8.661333333333333 0-17.109333333333332 0.9386666666666665-25.258666666666663 2.6879999999999997-14.037333333333333 3.1999999999999997-24.959999999999997 16.256-24.959999999999997 31.872 0 18.090666666666664 14.677333333333332 32.768 32.768 32.768 2.474666666666667 0 4.906666666666666-0.29866666666666664 7.253333333333334-0.8106666666666666 2.1333333333333333-0.29866666666666664 4.8213333333333335-0.512 7.552-0.512 18.048 0 34.176 8.405333333333333 44.629333333333335 21.546666666666667l0.08533333333333333 0.128c-122.24000000000001 28.16-197.12 139.51999999999998-240 236.79999999999998-33.28 74.88-80.63999999999999 215.67999999999998-24.319999999999997 316.79999999999995 29.610666666666663 61.056 88.96 103.55199999999999 158.72 108.75733333333332l704.64 0.042666666666666665c17.663999999999998 0 32-14.336 32-32s-14.336-32-32-32h-704c-46.848-4.906666666666666-85.80266666666667-34.474666666666664-103.97866666666665-75.34933333333333-44.50133333333333-80.17066666666666 3.498666666666667-208.81066666666666 26.538666666666664-260.65066666666667 65.91999999999999-147.2 156.79999999999998-217.59999999999997 275.84-206.71999999999997zM480 229.12c22.826666666666668-30.976 55.296-53.63199999999999 92.88533333333334-63.744 10.069333333333333-2.1759999999999997 20.266666666666666-3.2426666666666666 30.72-3.2426666666666666 37.888 0 72.448 14.250666666666667 98.60266666666666 37.67466666666667 31.786666666666665 28.8 51.754666666666665 70.39999999999999 51.754666666666665 116.69333333333333 0 1.2373333333333334 0 2.474666666666667-0.042666666666666665 3.7119999999999997l0 32.46933333333333 24.959999999999997 3.84c95.27466666666666 23.296 167.25333333333333 101.50399999999999 180.992 198.4 1.92 10.495999999999999 2.944 21.119999999999997 2.944 32 0 52.522666666666666-23.59466666666667 99.49866666666665-60.75733333333333 130.98666666666665-21.503999999999998 16.554666666666666-48.512 26.368-77.824 26.368-4.224 0-8.448-0.21333333333333332-12.586666666666666-0.5973333333333333 0.512 0.042666666666666665 0.512 0.042666666666666665 0.512 0.042666666666666665-35.583999999999996 0-67.54133333333333-15.530666666666665-89.472-40.19199999999999-39.38133333333333-48.768-63.40266666666666-111.18933333333332-64.08533333333332-179.15733333333333l-5.76-42.410666666666664c-22.954666666666668-111.744-100.30933333333333-201.38666666666666-202.58133333333333-241.152-1.1093333333333333-0.6399999999999999 0.21333333333333332-0.5546666666666666 1.5359999999999998-0.5546666666666666 10.239999999999998 0 19.413333333333334-4.522666666666666 25.599999999999998-11.690666666666667z"}}]}');
2681
- const data$r = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 0c-17.919999999999998 0-32 14.08-32 32s14.08 32 32 32c247.04 0 448 200.95999999999998 448 448 0 17.919999999999998 14.08 32 32 32s32-14.08 32-32c0-282.24-229.76-512-512-512z"}}]}');
2702
+ const data$w = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 0c-17.919999999999998 0-32 14.08-32 32s14.08 32 32 32c247.04 0 448 200.95999999999998 448 448 0 17.919999999999998 14.08 32 32 32s32-14.08 32-32c0-282.24-229.76-512-512-512z"}}]}');
2682
2703
  const circle = (props, context) => {
2683
2704
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2684
2705
  return createVNode(bkIcon, mergeProps(p2, {
2685
- "data": data$r,
2706
+ "data": data$w,
2686
2707
  "name": "circle"
2687
2708
  }), null);
2688
2709
  };
2689
2710
  circle.displayName = "circle";
2690
2711
  circle.inheritAttrs = false;
2691
- const data$q = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M902.56 166.56L857.44 121.44 512 466.72 166.56 121.44 121.44 166.56 466.72 512 121.44 857.44 166.56 902.56 512 557.28 857.44 902.56 902.56 857.44 557.28 512 902.56 166.56z"}}]}');
2712
+ const data$v = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M902.56 166.56L857.44 121.44 512 466.72 166.56 121.44 121.44 166.56 466.72 512 121.44 857.44 166.56 902.56 512 557.28 857.44 902.56 902.56 857.44 557.28 512 902.56 166.56z"}}]}');
2692
2713
  const closeLine = (props, context) => {
2693
2714
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2694
2715
  return createVNode(bkIcon, mergeProps(p2, {
2695
- "data": data$q,
2716
+ "data": data$v,
2696
2717
  "name": "closeLine"
2697
2718
  }), null);
2698
2719
  };
2699
2720
  closeLine.displayName = "closeLine";
2700
2721
  closeLine.inheritAttrs = false;
2701
- const data$p = 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":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM670.4 625.1l-45.3 45.3L512 557.3 398.9 670.4l-45.3-45.3L466.7 512 353.6 398.9l45.3-45.3L512 466.7l113.1-113.1 45.3 45.3L557.3 512 670.4 625.1z"}}]}');
2722
+ const data$u = 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":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM670.4 625.1l-45.3 45.3L512 557.3 398.9 670.4l-45.3-45.3L466.7 512 353.6 398.9l45.3-45.3L512 466.7l113.1-113.1 45.3 45.3L557.3 512 670.4 625.1z"}}]}');
2702
2723
  const close$1 = (props, context) => {
2703
2724
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2704
2725
  return createVNode(bkIcon, mergeProps(p2, {
2705
- "data": data$p,
2726
+ "data": data$u,
2706
2727
  "name": "close"
2707
2728
  }), null);
2708
2729
  };
2709
2730
  close$1.displayName = "close";
2710
2731
  close$1.inheritAttrs = false;
2711
2732
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M1011.1999999999999 489.59999999999997l-224-224c-12.799999999999999-12.799999999999999-32.64-12.799999999999999-45.44 0s-12.799999999999999 32.64 0 45.44l201.59999999999997 200.95999999999998-201.59999999999997 201.59999999999997c-12.799999999999999 12.799999999999999-12.799999999999999 32.64 0 45.44 6.3999999999999995 6.3999999999999995 14.719999999999999 9.6 22.4 9.6s16.64-3.1999999999999997 22.4-9.6l224-224c12.799999999999999-12.799999999999999 12.799999999999999-33.28 0.6399999999999999-45.44z"}},{"type":"element","name":"path","attributes":{"d":"M282.24 265.59999999999997c-12.799999999999999-12.799999999999999-32.64-12.799999999999999-45.44 0l-224 224c-12.799999999999999 12.799999999999999-12.799999999999999 32.64 0 45.44l224 224c6.3999999999999995 5.76 14.719999999999999 8.959999999999999 23.04 8.959999999999999s16.64-3.1999999999999997 22.4-9.6c12.799999999999999-12.799999999999999 12.799999999999999-32.64 0-45.44l-201.59999999999997-200.95999999999998 201.59999999999997-201.59999999999997c12.159999999999998-12.159999999999998 12.159999999999998-32.64 0-44.8z"}},{"type":"element","name":"path","attributes":{"d":"M616.3199999999999 129.27999999999997c-16.64-5.119999999999999-34.56 5.119999999999999-39.04 22.4l-192 704c-4.4799999999999995 17.28 5.119999999999999 34.56 22.4 39.04 2.5599999999999996 0.6399999999999999 5.76 1.2799999999999998 8.32 1.2799999999999998 14.08 0 26.88-9.6 30.72-23.68l192-704c4.4799999999999995-16.64-5.119999999999999-34.56-22.4-39.04z"}}]}');
2712
- const data$o = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M608 512A96 96 0 0 1 512 608 96 96 0 0 1 416 512 96 96 0 0 1 608 512z"}},{"type":"element","name":"path","attributes":{"d":"M860.8 558.4c4.8-30.4 4.8-62.4 0-92.8l67.2-57.6c9.6-8 14.4-22.4 9.6-35.2-19.2-59.2-51.2-115.2-92.8-161.6-6.4-6.4-14.4-11.2-24-11.2-3.2 0-8 0-11.2 1.6l-83.2 30.4c-24-19.2-52.8-35.2-81.6-46.4l-16-86.4c-1.6-12.8-12.8-22.4-25.6-25.6-60.8-12.8-124.8-12.8-185.6 0-12.8 3.2-22.4 12.8-24 25.6l-16 86.4c-28.8 11.2-56 27.2-81.6 46.4l-83.2-30.4c-3.2-1.6-6.4-1.6-11.2-1.6-9.6 0-17.6 3.2-24 11.2-41.6 46.4-73.6 100.8-92.8 161.6-4.8 12.8 0 27.2 9.6 35.2l67.2 57.6C160 496 160 528 163.2 558.4L96 616c-9.6 8-14.4 22.4-9.6 35.2 19.2 59.2 51.2 115.2 92.8 161.6 6.4 6.4 14.4 11.2 24 11.2 3.2 0 8 0 11.2-1.6l83.2-30.4c24 19.2 52.8 35.2 81.6 46.4l16 86.4c1.6 12.8 12.8 22.4 25.6 25.6 60.8 12.8 124.8 12.8 185.6 0 12.8-3.2 22.4-12.8 25.6-25.6l16-86.4c28.8-11.2 56-27.2 81.6-46.4l83.2 30.4c3.2 1.6 6.4 1.6 11.2 1.6 9.6 0 17.6-3.2 24-11.2 41.6-46.4 73.6-100.8 92.8-161.6 3.2-12.8 0-27.2-11.2-35.2L860.8 558.4zM512 672c-88 0-160-72-160-160s72-160 160-160 160 72 160 160S600 672 512 672z"}}]}');
2733
+ const data$t = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M608 512A96 96 0 0 1 512 608 96 96 0 0 1 416 512 96 96 0 0 1 608 512z"}},{"type":"element","name":"path","attributes":{"d":"M860.8 558.4c4.8-30.4 4.8-62.4 0-92.8l67.2-57.6c9.6-8 14.4-22.4 9.6-35.2-19.2-59.2-51.2-115.2-92.8-161.6-6.4-6.4-14.4-11.2-24-11.2-3.2 0-8 0-11.2 1.6l-83.2 30.4c-24-19.2-52.8-35.2-81.6-46.4l-16-86.4c-1.6-12.8-12.8-22.4-25.6-25.6-60.8-12.8-124.8-12.8-185.6 0-12.8 3.2-22.4 12.8-24 25.6l-16 86.4c-28.8 11.2-56 27.2-81.6 46.4l-83.2-30.4c-3.2-1.6-6.4-1.6-11.2-1.6-9.6 0-17.6 3.2-24 11.2-41.6 46.4-73.6 100.8-92.8 161.6-4.8 12.8 0 27.2 9.6 35.2l67.2 57.6C160 496 160 528 163.2 558.4L96 616c-9.6 8-14.4 22.4-9.6 35.2 19.2 59.2 51.2 115.2 92.8 161.6 6.4 6.4 14.4 11.2 24 11.2 3.2 0 8 0 11.2-1.6l83.2-30.4c24 19.2 52.8 35.2 81.6 46.4l16 86.4c1.6 12.8 12.8 22.4 25.6 25.6 60.8 12.8 124.8 12.8 185.6 0 12.8-3.2 22.4-12.8 25.6-25.6l16-86.4c28.8-11.2 56-27.2 81.6-46.4l83.2 30.4c3.2 1.6 6.4 1.6 11.2 1.6 9.6 0 17.6-3.2 24-11.2 41.6-46.4 73.6-100.8 92.8-161.6 3.2-12.8 0-27.2-11.2-35.2L860.8 558.4zM512 672c-88 0-160-72-160-160s72-160 160-160 160 72 160 160S600 672 512 672z"}}]}');
2713
2734
  const cogShape = (props, context) => {
2714
2735
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2715
2736
  return createVNode(bkIcon, mergeProps(p2, {
2716
- "data": data$o,
2737
+ "data": data$t,
2717
2738
  "name": "cogShape"
2718
2739
  }), null);
2719
2740
  };
2720
2741
  cogShape.displayName = "cogShape";
2721
2742
  cogShape.inheritAttrs = false;
2722
- const data$n = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M496 216l-76.32 76.32 152.64 152.8H64v101.76H572.16l-152.48 152.8L496 776 775.52 496Zm362.4 0v560H960v-560Z"}}]}');
2743
+ const data$s = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M496 216l-76.32 76.32 152.64 152.8H64v101.76H572.16l-152.48 152.8L496 776 775.52 496Zm362.4 0v560H960v-560Z"}}]}');
2723
2744
  const collapseLeft = (props, context) => {
2724
2745
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2725
2746
  return createVNode(bkIcon, mergeProps(p2, {
2726
- "data": data$n,
2747
+ "data": data$s,
2727
2748
  "name": "collapseLeft"
2728
2749
  }), null);
2729
2750
  };
@@ -2731,106 +2752,115 @@ collapseLeft.displayName = "collapseLeft";
2731
2752
  collapseLeft.inheritAttrs = false;
2732
2753
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M864 128H288c-17.6 0-32 14.4-32 32v96h-96c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h576c17.6 0 32-14.4 32-32v-96h96c17.6 0 32-14.4 32-32V160C896 142.4 881.6 128 864 128zM704 704v64 64H192V320h64 64 384V704zM832 704h-64V288c0-17.6-14.4-32-32-32H320v-64h512V704z"}},{"type":"element","name":"path","attributes":{"d":"M275.2 419.2H611.2V483.2H275.2z"}},{"type":"element","name":"path","attributes":{"d":"M272 544H608V608H272z"}},{"type":"element","name":"path","attributes":{"d":"M272 672H608V736H272z"}}]}');
2733
2754
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1170.2857142857142","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M176.27428571428572 248.68571428571425c100.74209523809523 24.673523809523807 216.40533333333332 38.863238095238096 335.335619047619 38.863238095238096s234.5935238095238-14.14095238095238 345.38057142857144-40.86247619047619c106.30095238095238-27.209142857142858 167.00952380952378-74.02057142857143 167.00952380952378-100.35199999999999 0-49.00571428571428-180.66285714285715-146.28571428571428-512-146.28571428571428s-512 95.81714285714285-512 146.28571428571428c0 26.33142857142857 60.70857142857143 73.14285714285714 176.27428571428572 102.4z"}},{"type":"element","name":"path","attributes":{"d":"M856.5028571428571 923.7942857142857c-99.2304761904762 25.6-213.13828571428573 40.27733333333333-330.45942857142853 40.27733333333333-4.924952380952381 0-9.849904761904762-0.04876190476190476-14.774857142857142-0.09752380952380953-3.4620952380952374 0.04876190476190476-8.387047619047618 0.09752380952380953-13.360761904761905 0.09752380952380953-117.32114285714286 0-231.18019047619046-14.677333333333332-339.87047619047615-42.37409523809524-113.37142857142858 37.156571428571425-157.98857142857142 81.77371428571428-157.98857142857142 102.25371428571428 0 49.00571428571428 180.66285714285715 146.28571428571428 512 146.28571428571428s512-95.08571428571427 512-146.28571428571428c0-20.479999999999997-44.61714285714286-65.09714285714286-167.49714285714285-100.2057142857143z"}},{"type":"element","name":"path","attributes":{"d":"M856.5028571428571 626.8342857142857c-103.37523809523809 25.063619047619046-222.0617142857143 39.44838095238095-344.16152380952377 39.44838095238095s-240.73752380952382-14.384761904761904-354.4990476190476-41.54514285714286c-113.27390476190476 37.20533333333333-157.8910476190476 82.55390476190476-157.8910476190476 106.69104761904762 0 49.00571428571428 180.66285714285715 146.28571428571428 512 146.28571428571428s512-95.08571428571427 512-146.28571428571428c0-24.137142857142855-44.61714285714286-69.48571428571428-167.49714285714285-104.5942857142857z"}},{"type":"element","name":"path","attributes":{"d":"M856.5028571428571 332.0685714285714h-13.165714285714285c-99.42552380952381 25.40495238095238-213.62590476190476 40.03352380952381-331.23961904761904 40.22857142857142-3.072 0-6.534095238095238 0.04876190476190476-10.04495238095238 0.04876190476190476-114.00533333333333 0-224.88990476190475-13.604571428571429-330.9958095238095-39.30209523809524l-2.8769523809523805 1.9504761904761905c-123.61142857142858 30.72-168.22857142857143 77.53142857142858-168.22857142857143 99.47428571428571 0 49.00571428571428 180.66285714285715 146.28571428571428 512 146.28571428571428s512-95.81714285714285 512-146.28571428571428c0-21.942857142857143-44.61714285714286-68.7542857142857-167.49714285714285-102.4z"}}]}');
2734
- JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M928 224H672v-64c0-35.2-28.8-64-64-64H416c-35.2 0-64 28.8-64 64v64H96v64h112v576c0 35.2 28.8 64 64 64h480c35.2 0 64-28.8 64-64V288h112V224zM432 160h160c9.6 0 16 6.4 16 16v48H416v-48C416 166.4 422.4 160 432 160zM736 864H288c-9.6 0-16-6.4-16-16V288h480v560C752 857.6 745.6 864 736 864z"}},{"type":"element","name":"path","attributes":{"d":"M576 400H640V752H576V400z"}},{"type":"element","name":"path","attributes":{"d":"M384 400H448V752H384V400z"}}]}');
2755
+ const data$r = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M928 224H672v-64c0-35.2-28.8-64-64-64H416c-35.2 0-64 28.8-64 64v64H96v64h112v576c0 35.2 28.8 64 64 64h480c35.2 0 64-28.8 64-64V288h112V224zM432 160h160c9.6 0 16 6.4 16 16v48H416v-48C416 166.4 422.4 160 432 160zM736 864H288c-9.6 0-16-6.4-16-16V288h480v560C752 857.6 745.6 864 736 864z"}},{"type":"element","name":"path","attributes":{"d":"M576 400H640V752H576V400z"}},{"type":"element","name":"path","attributes":{"d":"M384 400H448V752H384V400z"}}]}');
2756
+ const del = (props, context) => {
2757
+ const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2758
+ return createVNode(bkIcon, mergeProps(p2, {
2759
+ "data": data$r,
2760
+ "name": "del"
2761
+ }), null);
2762
+ };
2763
+ del.displayName = "del";
2764
+ del.inheritAttrs = false;
2735
2765
  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":{"d":"M698.6979072 34.411393901714284C704.0406784 39.04304329142857 707.1085714285714 45.76605271771429 707.1085714285714 52.83693527771428L707.1085714285714 1069.3276013714285C707.1085714285714 1076.3886738285712 704.0452278857143 1083.1024822857141 698.7138852571428 1087.7323337142855 693.3825389714286 1092.362185142857 686.3058176 1094.453295542857 679.3142857142858 1093.4647442285714L66.27961892571427 1005.9371263999999C42.24804234971429 1002.5144795428571 24.393142857142855 981.9369252571428 24.393142857142855 957.6628406857142L24.393142857142855 164.50169709714285C24.393142857142855 140.22761252571428 42.24804234971429 119.65005750857142 66.27961892571427 116.22741138285714L66.32838107428572 116.22741138285714 679.2655250285715 28.699792423131427C686.2647552000001 27.695727027199997 693.355136 29.77974452662857 698.6979072 34.411393901714284ZM950.9180964571428 122.22512566857142C977.8485504 122.22512566857142 999.68 144.05657417142857 999.68 170.9870306742857L999.68 951.1775049142856C999.68 978.1079625142856 977.8485504 999.9394121142856 950.9180964571428 999.9394121142856L755.8704749714285 999.9394121142856 755.8704749714285 902.4156013714285 902.1561892571428 902.4156013714285 902.1561892571428 219.7489353142857 755.8704749714285 219.7489353142857 755.8704749714285 122.22512566857142 950.9180964571428 122.22512566857142ZM268.25142857142856 366.03464959999997L170.72761892571427 366.03464959999997 170.72761892571427 756.1298870857141 268.25142857142856 756.1298870857141 365.7752382171428 658.606076342857 463.2990464 756.1298870857141 560.8228571428571 756.1298870857141 560.8228571428571 366.03464959999997 463.2990464 366.03464959999997 463.2990464 609.3077906285713 365.7752382171428 512.3203620571429 268.73904749714285 609.8441727999999 268.25142857142856 366.03464959999997Z"}}]}');
2736
- const data$m = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M704 352l48 48-304 304-176-176 48-48 128 128z"}}]}');
2766
+ const data$q = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M704 352l48 48-304 304-176-176 48-48 128 128z"}}]}');
2737
2767
  const done = (props, context) => {
2738
2768
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2739
2769
  return createVNode(bkIcon, mergeProps(p2, {
2740
- "data": data$m,
2770
+ "data": data$q,
2741
2771
  "name": "done"
2742
2772
  }), null);
2743
2773
  };
2744
2774
  done.displayName = "done";
2745
2775
  done.inheritAttrs = false;
2746
- const data$l = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 768c-6.3999999999999995 0-13.44-2.5599999999999996-18.56-8.32l-356.48-384c-8.32-8.959999999999999-10.879999999999999-23.04-7.04-35.199999999999996s14.08-20.479999999999997 25.599999999999998-20.479999999999997h712.96c11.52 0 21.119999999999997 8.32 25.599999999999998 20.479999999999997s1.2799999999999998 26.24-7.04 35.199999999999996l-356.48 384c-5.119999999999999 5.76-12.159999999999998 8.32-18.56 8.32z"}}]}');
2776
+ const data$p = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 768c-6.3999999999999995 0-13.44-2.5599999999999996-18.56-8.32l-356.48-384c-8.32-8.959999999999999-10.879999999999999-23.04-7.04-35.199999999999996s14.08-20.479999999999997 25.599999999999998-20.479999999999997h712.96c11.52 0 21.119999999999997 8.32 25.599999999999998 20.479999999999997s1.2799999999999998 26.24-7.04 35.199999999999996l-356.48 384c-5.119999999999999 5.76-12.159999999999998 8.32-18.56 8.32z"}}]}');
2747
2777
  const downShape = (props, context) => {
2748
2778
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2749
2779
  return createVNode(bkIcon, mergeProps(p2, {
2750
- "data": data$l,
2780
+ "data": data$p,
2751
2781
  "name": "downShape"
2752
2782
  }), null);
2753
2783
  };
2754
2784
  downShape.displayName = "downShape";
2755
2785
  downShape.inheritAttrs = false;
2756
- const data$k = 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":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}');
2786
+ const data$o = 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":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}');
2757
2787
  const downSmall = (props, context) => {
2758
2788
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2759
2789
  return createVNode(bkIcon, mergeProps(p2, {
2760
- "data": data$k,
2790
+ "data": data$o,
2761
2791
  "name": "downSmall"
2762
2792
  }), null);
2763
2793
  };
2764
2794
  downSmall.displayName = "downSmall";
2765
2795
  downSmall.inheritAttrs = false;
2766
- const data$j = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M609.6 201.6L203.2 609.6 203.2 710.4 304 710.4 712 304z"}},{"type":"element","name":"path","attributes":{"d":"M128 800H896V896H128z"}},{"type":"element","name":"path","attributes":{"d":"M683.6717566325265 128.04165515828316L785.4933559547056 229.86680878681256 740.2377321198037 275.1208529300033 638.4161327976245 173.2956993014738z"}}]}');
2796
+ const data$n = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M609.6 201.6L203.2 609.6 203.2 710.4 304 710.4 712 304z"}},{"type":"element","name":"path","attributes":{"d":"M128 800H896V896H128z"}},{"type":"element","name":"path","attributes":{"d":"M683.6717566325265 128.04165515828316L785.4933559547056 229.86680878681256 740.2377321198037 275.1208529300033 638.4161327976245 173.2956993014738z"}}]}');
2767
2797
  const editLine = (props, context) => {
2768
2798
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2769
2799
  return createVNode(bkIcon, mergeProps(p2, {
2770
- "data": data$j,
2800
+ "data": data$n,
2771
2801
  "name": "editLine"
2772
2802
  }), null);
2773
2803
  };
2774
2804
  editLine.displayName = "editLine";
2775
2805
  editLine.inheritAttrs = false;
2776
- const data$i = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M320 512c0 35.199999999999996-28.8 64-64 64s-64-28.8-64-64c0-35.199999999999996 28.8-64 64-64s64 28.8 64 64zM512 448c-35.199999999999996 0-64 28.8-64 64s28.8 64 64 64 64-28.8 64-64c0-35.199999999999996-28.8-64-64-64zM768 448c-35.199999999999996 0-64 28.8-64 64s28.8 64 64 64 64-28.8 64-64c0-35.199999999999996-28.8-64-64-64z"}}]}');
2806
+ const data$m = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M320 512c0 35.199999999999996-28.8 64-64 64s-64-28.8-64-64c0-35.199999999999996 28.8-64 64-64s64 28.8 64 64zM512 448c-35.199999999999996 0-64 28.8-64 64s28.8 64 64 64 64-28.8 64-64c0-35.199999999999996-28.8-64-64-64zM768 448c-35.199999999999996 0-64 28.8-64 64s28.8 64 64 64 64-28.8 64-64c0-35.199999999999996-28.8-64-64-64z"}}]}');
2777
2807
  const ellipsis = (props, context) => {
2778
2808
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2779
2809
  return createVNode(bkIcon, mergeProps(p2, {
2780
- "data": data$i,
2810
+ "data": data$m,
2781
2811
  "name": "ellipsis"
2782
2812
  }), null);
2783
2813
  };
2784
2814
  ellipsis.displayName = "ellipsis";
2785
2815
  ellipsis.inheritAttrs = false;
2786
- const data$h = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M452.7573333333333 510.91200000000003L225.83338666666668 737.8346666666666 286.1730133333333 798.1738666666666 513.0965333333334 571.2511999999999 739.8399999999999 797.9946666666666 797.9946666666666 739.8399999999999 571.2511999999999 513.0965333333334 798.1738666666666 286.1730133333333 737.8346666666666 225.83338666666668 510.91200000000003 452.7573333333333 283.9867733333333 225.83338666666668 225.83338666666668 283.9867733333333 452.7573333333333 510.91200000000003Z","clip-rule":"evenodd"}}]}');
2816
+ const data$l = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M452.7573333333333 510.91200000000003L225.83338666666668 737.8346666666666 286.1730133333333 798.1738666666666 513.0965333333334 571.2511999999999 739.8399999999999 797.9946666666666 797.9946666666666 739.8399999999999 571.2511999999999 513.0965333333334 798.1738666666666 286.1730133333333 737.8346666666666 225.83338666666668 510.91200000000003 452.7573333333333 283.9867733333333 225.83338666666668 225.83338666666668 283.9867733333333 452.7573333333333 510.91200000000003Z","clip-rule":"evenodd"}}]}');
2787
2817
  const error = (props, context) => {
2788
2818
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2789
2819
  return createVNode(bkIcon, mergeProps(p2, {
2790
- "data": data$h,
2820
+ "data": data$l,
2791
2821
  "name": "error"
2792
2822
  }), null);
2793
2823
  };
2794
2824
  error.displayName = "error";
2795
2825
  error.inheritAttrs = false;
2796
2826
  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":{"d":"M698.6369535999999 21.90055387428571C703.9797248 26.53220315428571 707.0476178285713 33.25521261714285 707.0476178285713 40.326095360000004L707.0476178285713 1056.8167606857141C707.0476178285713 1063.8778368 703.9842779428571 1070.5916416 698.6529316571427 1075.2214930285713 693.3215890285713 1079.8513481142857 686.2448676571429 1081.9424548571428 679.2533321142857 1080.953903542857L66.21866678857141 993.4262857142858C42.18708992 990.0036388571428 24.332190354285718 969.4260845714285 24.332190354285718 945.152L24.332190354285718 151.99085714285712C24.332190354285718 127.71677257142855 42.18708992 107.13921718857142 66.21866678857141 103.71657142857141L66.26742857142857 103.71657142857141 679.2045714285714 16.188952502857138C686.2038015999999 15.18488685714286 693.2941824 17.26890459428571 698.6369535999999 21.90055387428571ZM950.8571428571428 109.71428571428571C977.7876004571428 109.71428571428571 999.6190463999999 131.54573421714286 999.6190463999999 158.4761903542857L999.6190463999999 938.6666678857142C999.6190463999999 965.5971218285714 977.7876004571428 987.4285714285713 950.8571428571428 987.4285714285713L755.8095250285714 987.4285714285713 755.8095250285714 889.9047606857142 902.0952393142857 889.9047606857142 902.0952393142857 207.23809536 755.8095250285714 207.23809536 755.8095250285714 109.71428571428571 950.8571428571428 109.71428571428571ZM287.69523821714284 353.52381074285717L170.6666667885714 353.52381074285717 307.2 548.5714285714286 170.6666667885714 743.6190463999999 287.69523821714284 743.6190463999999 365.71428571428567 632.1493321142857 443.7333321142857 743.6190463999999 560.7619035428571 743.6190463999999 424.2285714285714 548.5714285714286 560.7619035428571 353.52381074285717 443.7333321142857 353.52381074285717 365.71428571428567 464.9935250285714 287.69523821714284 353.52381074285717Z"}}]}');
2797
- const data$g = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM512 768c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S539.2 768 512 768zM560 308.8L544 608c0 17.6-14.4 32-32 32-17.6 0-32-14.4-32-32l-16-299.2c0-1.6 0-3.2 0-4.8 0-27.2 20.8-48 48-48 27.2 0 48 20.8 48 48C560 305.6 560 307.2 560 308.8z"}}]}');
2827
+ const data$k = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM512 768c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S539.2 768 512 768zM560 308.8L544 608c0 17.6-14.4 32-32 32-17.6 0-32-14.4-32-32l-16-299.2c0-1.6 0-3.2 0-4.8 0-27.2 20.8-48 48-48 27.2 0 48 20.8 48 48C560 305.6 560 307.2 560 308.8z"}}]}');
2798
2828
  const exclamationCircleShape = (props, context) => {
2799
2829
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2800
2830
  return createVNode(bkIcon, mergeProps(p2, {
2801
- "data": data$g,
2831
+ "data": data$k,
2802
2832
  "name": "exclamationCircleShape"
2803
2833
  }), null);
2804
2834
  };
2805
2835
  exclamationCircleShape.displayName = "exclamationCircleShape";
2806
2836
  exclamationCircleShape.inheritAttrs = false;
2807
- const data$f = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 384a128 128 0 1 0 128 128A128 128 0 0 0 512 384Zm0 192a64 64 0 1 1 64-64A64 64 0 0 1 512 576Z"}},{"type":"element","name":"path","attributes":{"d":"M512 240C264.64 240 64 512 64 512S264.64 784 512 784 960 512 960 512 759.36 240 512 240Zm0 480C352 720 208 580.96 147.04 512 208 442.88 352 304 512 304s304 139.04 364.96 208C816 581.12 672 720 512 720Z"}}]}');
2837
+ const data$j = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 384a128 128 0 1 0 128 128A128 128 0 0 0 512 384Zm0 192a64 64 0 1 1 64-64A64 64 0 0 1 512 576Z"}},{"type":"element","name":"path","attributes":{"d":"M512 240C264.64 240 64 512 64 512S264.64 784 512 784 960 512 960 512 759.36 240 512 240Zm0 480C352 720 208 580.96 147.04 512 208 442.88 352 304 512 304s304 139.04 364.96 208C816 581.12 672 720 512 720Z"}}]}');
2808
2838
  const eye = (props, context) => {
2809
2839
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2810
2840
  return createVNode(bkIcon, mergeProps(p2, {
2811
- "data": data$f,
2841
+ "data": data$j,
2812
2842
  "name": "eye"
2813
2843
  }), null);
2814
2844
  };
2815
2845
  eye.displayName = "eye";
2816
2846
  eye.inheritAttrs = false;
2817
2847
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M928 320h-35.199999999999996c-15.402666666666665-73.55733333333333-79.744-128-156.75733333333332-128 0 0-0.042666666666666665 0-0.042666666666666665 0h-288v-32c0-53.034666666666666-42.96533333333333-96-96-96h-256c-53.034666666666666 0-96 42.96533333333333-96 96v640c0 88.36266666666667 71.63733333333333 160 160 160h704c0.38399999999999995 0 0.8533333333333333 0 1.3226666666666667 0 51.199999999999996 0 92.88533333333334-40.61866666666666 94.67733333333332-91.34933333333333l64-452.65066666666667c0-53.034666666666666-42.96533333333333-96-96-96zM64 800v-640c0-17.663999999999998 14.336-32 32-32h256c17.663999999999998 0 32 14.336 32 32v64c0 17.663999999999998 14.336 32 32 32h320c41.42933333333333 0.128 76.71466666666666 26.496 90.02666666666666 63.31733333333333l-538.0266666666666 0.6826666666666666c-0.38399999999999995 0-0.8533333333333333 0-1.3226666666666667 0-51.199999999999996 0-92.88533333333334 40.61866666666666-94.67733333333332 91.34933333333333l-64 452.65066666666667c0.128 9.856 1.7493333333333334 19.328 4.650666666666666 28.202666666666666-39.97866666666667-12.842666666666666-68.47999999999999-49.151999999999994-68.65066666666667-92.16zM896 864c0 17.663999999999998-14.336 32-32 32h-640c-0.08533333333333333 0-0.21333333333333332 0-0.29866666666666664 0-16.08533333333333 0-29.39733333333333-11.861333333333334-31.658666666666665-27.349333333333334l64-452.65066666666667c0-17.663999999999998 14.336-32 32-32h640c0.08533333333333333 0 0.21333333333333332 0 0.29866666666666664 0 16.08533333333333 0 29.39733333333333 11.861333333333334 31.658666666666665 27.349333333333334z"}}]}');
2818
- const data$e = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M202.24 421.11999999999995c1.792-56.23466666666667 47.78666666666667-101.12 104.27733333333333-101.12 0.46933333333333327 0 0.9386666666666665 0 1.408 0l568.2346666666666 0c0.17066666666666666 0 0.38399999999999995 0 0.5973333333333333 0 7.082666666666666 0 12.799999999999999-5.717333333333333 12.799999999999999-12.799999999999999 0-1.3653333333333333-0.21333333333333332-2.6879999999999997-0.6399999999999999-3.925333333333333-21.205333333333332-65.024-81.40799999999999-111.27466666666666-152.40533333333332-111.27466666666666-0.17066666666666666 0-0.38399999999999995 0-0.5546666666666666 0h-287.9573333333333v-32c0-53.034666666666666-42.96533333333333-96-96-96h-256c-53.034666666666666 0-96 42.96533333333333-96 96v640c0 0.9813333333333333-0.042666666666666665 2.0906666666666665-0.042666666666666665 3.2426666666666666 0 77.056 54.44266666666667 141.39733333333334 126.976 156.58666666666664 0.896-1.92 0.8106666666666666-4.394666666666666 0.8106666666666666-6.8693333333333335s0.08533333333333333-4.949333333333334 0.256-7.381333333333332z"}},{"type":"element","name":"path","attributes":{"d":"M960 384h-652.16c-22.954666666666668 0-41.599999999999994 18.645333333333333-41.599999999999994 41.599999999999994l-74.24 521.5999999999999c-0.42666666666666664 1.92-0.6399999999999999 4.1386666666666665-0.6399999999999999 6.3999999999999995s0.256 4.4799999999999995 0.6826666666666666 6.613333333333333l703.9573333333333-0.21333333333333332c35.327999999999996 0 64-28.672 64-64l64-448c0-35.327999999999996-28.672-64-64-64z"}}]}');
2848
+ const data$i = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M202.24 421.11999999999995c1.792-56.23466666666667 47.78666666666667-101.12 104.27733333333333-101.12 0.46933333333333327 0 0.9386666666666665 0 1.408 0l568.2346666666666 0c0.17066666666666666 0 0.38399999999999995 0 0.5973333333333333 0 7.082666666666666 0 12.799999999999999-5.717333333333333 12.799999999999999-12.799999999999999 0-1.3653333333333333-0.21333333333333332-2.6879999999999997-0.6399999999999999-3.925333333333333-21.205333333333332-65.024-81.40799999999999-111.27466666666666-152.40533333333332-111.27466666666666-0.17066666666666666 0-0.38399999999999995 0-0.5546666666666666 0h-287.9573333333333v-32c0-53.034666666666666-42.96533333333333-96-96-96h-256c-53.034666666666666 0-96 42.96533333333333-96 96v640c0 0.9813333333333333-0.042666666666666665 2.0906666666666665-0.042666666666666665 3.2426666666666666 0 77.056 54.44266666666667 141.39733333333334 126.976 156.58666666666664 0.896-1.92 0.8106666666666666-4.394666666666666 0.8106666666666666-6.8693333333333335s0.08533333333333333-4.949333333333334 0.256-7.381333333333332z"}},{"type":"element","name":"path","attributes":{"d":"M960 384h-652.16c-22.954666666666668 0-41.599999999999994 18.645333333333333-41.599999999999994 41.599999999999994l-74.24 521.5999999999999c-0.42666666666666664 1.92-0.6399999999999999 4.1386666666666665-0.6399999999999999 6.3999999999999995s0.256 4.4799999999999995 0.6826666666666666 6.613333333333333l703.9573333333333-0.21333333333333332c35.327999999999996 0 64-28.672 64-64l64-448c0-35.327999999999996-28.672-64-64-64z"}}]}');
2819
2849
  const folderShapeOpen = (props, context) => {
2820
2850
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2821
2851
  return createVNode(bkIcon, mergeProps(p2, {
2822
- "data": data$e,
2852
+ "data": data$i,
2823
2853
  "name": "folderShapeOpen"
2824
2854
  }), null);
2825
2855
  };
2826
2856
  folderShapeOpen.displayName = "folderShapeOpen";
2827
2857
  folderShapeOpen.inheritAttrs = false;
2828
2858
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M864 192h-416v-32c0-53.034666666666666-42.96533333333333-96-96-96h-256c-53.034666666666666 0-96 42.96533333333333-96 96v640c0 88.36266666666667 71.63733333333333 160 160 160h704c88.36266666666667 0 160-71.63733333333333 160-160v-448c0-88.36266666666667-71.63733333333333-160-160-160z"}}]}');
2829
- const data$d = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M864 960h-704c-88.36266666666667 0-160-71.63733333333333-160-160v-640c0-53.034666666666666 42.96533333333333-96 96-96h256c53.034666666666666 0 96 42.96533333333333 96 96v32h416c88.36266666666667 0 160 71.63733333333333 160 160v448c0 88.36266666666667-71.63733333333333 160-160 160zM96 128c-17.663999999999998 0-32 14.336-32 32v640c0 53.034666666666666 42.96533333333333 96 96 96h704c53.034666666666666 0 96-42.96533333333333 96-96v-448c0-53.034666666666666-42.96533333333333-96-96-96h-448c-17.663999999999998 0-32-14.336-32-32v-64c0-17.663999999999998-14.336-32-32-32z"}}]}');
2859
+ const data$h = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M864 960h-704c-88.36266666666667 0-160-71.63733333333333-160-160v-640c0-53.034666666666666 42.96533333333333-96 96-96h256c53.034666666666666 0 96 42.96533333333333 96 96v32h416c88.36266666666667 0 160 71.63733333333333 160 160v448c0 88.36266666666667-71.63733333333333 160-160 160zM96 128c-17.663999999999998 0-32 14.336-32 32v640c0 53.034666666666666 42.96533333333333 96 96 96h704c53.034666666666666 0 96-42.96533333333333 96-96v-448c0-53.034666666666666-42.96533333333333-96-96-96h-448c-17.663999999999998 0-32-14.336-32-32v-64c0-17.663999999999998-14.336-32-32-32z"}}]}');
2830
2860
  const folder = (props, context) => {
2831
2861
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2832
2862
  return createVNode(bkIcon, mergeProps(p2, {
2833
- "data": data$d,
2863
+ "data": data$h,
2834
2864
  "name": "folder"
2835
2865
  }), null);
2836
2866
  };
@@ -2840,32 +2870,41 @@ JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.
2840
2870
  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":"M512 64C264 64 64 264 64 512c0 57.6 11.2 113.6 32 166.4V896c0 17.6 14.4 32 32 32h217.6C576 1019.2 836.8 908.8 928 678.4S908.8 187.2 678.4 96C625.6 75.2 569.6 64 512 64zM500.8 721.6c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S528 721.6 500.8 721.6zM587.2 507.2c-36.8 20.8-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48 0 1.6 0 1.6 0 3.2h-76.8c1.6-70.4 49.6-118.4 136-118.4 80 0 132.8 44.8 132.8 110.4C648 454.4 627.2 484.8 587.2 507.2z"}}]}');
2841
2871
  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":"M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM500.8 721.6c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S528 721.6 500.8 721.6zM587.2 507.2c-36.8 20.8-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48 0 1.6 0 1.6 0 3.2h-76.8c1.6-70.4 49.6-118.4 136-118.4 80 0 132.8 44.8 132.8 110.4C648 454.4 627.2 484.8 587.2 507.2z"}}]}');
2842
2872
  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":"M512 128c212.8 0 384 171.2 384 384S724.8 896 512 896 128 724.8 128 512 299.2 128 512 128M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64z"}},{"type":"element","name":"path","attributes":{"d":"M548.8 673.6A48 48 0 0 1 500.8 721.6 48 48 0 0 1 452.8 673.6 48 48 0 0 1 548.8 673.6z"}},{"type":"element","name":"path","attributes":{"d":"M513.6 302.4c80 0 132.8 44.8 132.8 110.4 0 41.6-20.8 72-60.8 96-40 24-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48 0 1.6 0 1.6 0 3.2h-76.8C377.6 352 427.2 302.4 513.6 302.4z"}}]}');
2843
- 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 0ZM637.6727272727272 744.7272727272727L474.76363636363635 954.1818181818182 358.40000000000003 814.5454545454546 195.4909090909091 1024 847.1272727272727 1024 637.6727272727272 744.7272727272727ZM465.4545454545455 558.5454545454545C414.041856 558.5454545454545 372.3636363636364 600.2236741818182 372.3636363636364 651.6363636363636 372.3636363636364 703.0490530909091 414.041856 744.7272727272727 465.4545454545455 744.7272727272727 516.8672349090909 744.7272727272727 558.5454545454545 703.0490530909091 558.5454545454545 651.6363636363636 558.5454545454545 600.2236741818182 516.8672349090909 558.5454545454545 465.4545454545455 558.5454545454545ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}');
2844
- const data$c = 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":"M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM512 896C299.2 896 128 724.8 128 512S299.2 128 512 128s384 171.2 384 384S724.8 896 512 896z"}},{"type":"element","name":"path","attributes":{"d":"M494.4 403.2c-28.8 6.4-56 20.8-76.8 41.6-24 22.4 1.6 44.8 16 27.2 9.6-12.8 24-22.4 40-28.8 11.2-1.6 17.6 1.6 19.2 9.6 1.6 14.4 0 27.2-4.8 41.6-4.8 19.2-14.4 51.2-25.6 94.4-22.4 76.8-33.6 124.8-30.4 140.8 3.2 17.6 12.8 32 28.8 41.6 17.6 8 38.4 9.6 57.6 4.8 30.4-6.4 57.6-22.4 80-44.8 25.6-25.6-3.2-43.2-17.6-28.8-9.6 12.8-24 22.4-40 25.6-14.4 3.2-22.4-3.2-25.6-16-1.6-14.4 1.6-28.8 6.4-41.6 40-136 57.6-212.8 52.8-232-3.2-14.4-12.8-27.2-25.6-33.6C532.8 398.4 512 398.4 494.4 403.2z"}},{"type":"element","name":"path","attributes":{"d":"M608 304A48 48 0 0 1 560 352 48 48 0 0 1 512 304 48 48 0 0 1 608 304z"}}]}');
2873
+ const data$g = 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 0ZM637.6727272727272 744.7272727272727L474.76363636363635 954.1818181818182 358.40000000000003 814.5454545454546 195.4909090909091 1024 847.1272727272727 1024 637.6727272727272 744.7272727272727ZM465.4545454545455 558.5454545454545C414.041856 558.5454545454545 372.3636363636364 600.2236741818182 372.3636363636364 651.6363636363636 372.3636363636364 703.0490530909091 414.041856 744.7272727272727 465.4545454545455 744.7272727272727 516.8672349090909 744.7272727272727 558.5454545454545 703.0490530909091 558.5454545454545 651.6363636363636 558.5454545454545 600.2236741818182 516.8672349090909 558.5454545454545 465.4545454545455 558.5454545454545ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}');
2874
+ const imageFill = (props, context) => {
2875
+ const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2876
+ return createVNode(bkIcon, mergeProps(p2, {
2877
+ "data": data$g,
2878
+ "name": "imageFill"
2879
+ }), null);
2880
+ };
2881
+ imageFill.displayName = "imageFill";
2882
+ imageFill.inheritAttrs = false;
2883
+ const data$f = 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":"M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM512 896C299.2 896 128 724.8 128 512S299.2 128 512 128s384 171.2 384 384S724.8 896 512 896z"}},{"type":"element","name":"path","attributes":{"d":"M494.4 403.2c-28.8 6.4-56 20.8-76.8 41.6-24 22.4 1.6 44.8 16 27.2 9.6-12.8 24-22.4 40-28.8 11.2-1.6 17.6 1.6 19.2 9.6 1.6 14.4 0 27.2-4.8 41.6-4.8 19.2-14.4 51.2-25.6 94.4-22.4 76.8-33.6 124.8-30.4 140.8 3.2 17.6 12.8 32 28.8 41.6 17.6 8 38.4 9.6 57.6 4.8 30.4-6.4 57.6-22.4 80-44.8 25.6-25.6-3.2-43.2-17.6-28.8-9.6 12.8-24 22.4-40 25.6-14.4 3.2-22.4-3.2-25.6-16-1.6-14.4 1.6-28.8 6.4-41.6 40-136 57.6-212.8 52.8-232-3.2-14.4-12.8-27.2-25.6-33.6C532.8 398.4 512 398.4 494.4 403.2z"}},{"type":"element","name":"path","attributes":{"d":"M608 304A48 48 0 0 1 560 352 48 48 0 0 1 512 304 48 48 0 0 1 608 304z"}}]}');
2845
2884
  const infoLine = (props, context) => {
2846
2885
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2847
2886
  return createVNode(bkIcon, mergeProps(p2, {
2848
- "data": data$c,
2887
+ "data": data$f,
2849
2888
  "name": "infoLine"
2850
2889
  }), null);
2851
2890
  };
2852
2891
  infoLine.displayName = "infoLine";
2853
2892
  infoLine.inheritAttrs = false;
2854
- const data$b = 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":"M512 64A448 448 0 1 1 64 512 448 448 0 0 1 512 64ZM493.92 402.56a156 156 0 0 0-77.12 42.24c-24.32 22.88 1.44 44 16 27.52a82.56 82.56 0 0 1 40.48-28.16c11.04-2.24 17.6 1.28 19.36 10.4A118.88 118.88 0 0 1 488.16 496q-7.2 29.76-26.4 93.92-34.72 116.32-30.08 140.8a54.72 54.72 0 0 0 28.8 40.96 88 88 0 0 0 58.4 5.12 161.76 161.76 0 0 0 80-45.44c25.76-24.96-3.52-43.04-17.28-28a76.32 76.32 0 0 1-39.36 26.08c-14.24 2.88-22.72-2.4-25.28-16A104.96 104.96 0 0 1 522.88 672Q582.24 469.12 576 439.84a46.24 46.24 0 0 0-25.6-33.6A89.6 89.6 0 0 0 493.92 402.56Zm67.84-39.84A49.92 49.92 0 1 0 512 312.96 49.76 49.76 0 0 0 561.76 362.72Z"}}]}');
2893
+ const data$e = 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":"M512 64A448 448 0 1 1 64 512 448 448 0 0 1 512 64ZM493.92 402.56a156 156 0 0 0-77.12 42.24c-24.32 22.88 1.44 44 16 27.52a82.56 82.56 0 0 1 40.48-28.16c11.04-2.24 17.6 1.28 19.36 10.4A118.88 118.88 0 0 1 488.16 496q-7.2 29.76-26.4 93.92-34.72 116.32-30.08 140.8a54.72 54.72 0 0 0 28.8 40.96 88 88 0 0 0 58.4 5.12 161.76 161.76 0 0 0 80-45.44c25.76-24.96-3.52-43.04-17.28-28a76.32 76.32 0 0 1-39.36 26.08c-14.24 2.88-22.72-2.4-25.28-16A104.96 104.96 0 0 1 522.88 672Q582.24 469.12 576 439.84a46.24 46.24 0 0 0-25.6-33.6A89.6 89.6 0 0 0 493.92 402.56Zm67.84-39.84A49.92 49.92 0 1 0 512 312.96 49.76 49.76 0 0 0 561.76 362.72Z"}}]}');
2855
2894
  const info = (props, context) => {
2856
2895
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2857
2896
  return createVNode(bkIcon, mergeProps(p2, {
2858
- "data": data$b,
2897
+ "data": data$e,
2859
2898
  "name": "info"
2860
2899
  }), null);
2861
2900
  };
2862
2901
  info.displayName = "info";
2863
2902
  info.inheritAttrs = false;
2864
- const data$a = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M680.96 129.92c-14.08-3.84-30.08-1.2799999999999998-40.31999999999999 7.04l-439.03999999999996 356.48c-12.799999999999999 10.239999999999998-12.799999999999999 26.88 0 37.12l439.03999999999996 356.48c7.04 5.76 16.64 8.959999999999999 26.88 8.959999999999999 4.4799999999999995 0 8.959999999999999-0.6399999999999999 13.44-1.92 14.08-3.84 23.04-14.08 23.04-25.599999999999998v-712.96c0-11.52-8.959999999999999-21.759999999999998-23.04-25.599999999999998z"}}]}');
2903
+ const data$d = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M680.96 129.92c-14.08-3.84-30.08-1.2799999999999998-40.31999999999999 7.04l-439.03999999999996 356.48c-12.799999999999999 10.239999999999998-12.799999999999999 26.88 0 37.12l439.03999999999996 356.48c7.04 5.76 16.64 8.959999999999999 26.88 8.959999999999999 4.4799999999999995 0 8.959999999999999-0.6399999999999999 13.44-1.92 14.08-3.84 23.04-14.08 23.04-25.599999999999998v-712.96c0-11.52-8.959999999999999-21.759999999999998-23.04-25.599999999999998z"}}]}');
2865
2904
  const leftShape = (props, context) => {
2866
2905
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2867
2906
  return createVNode(bkIcon, mergeProps(p2, {
2868
- "data": data$a,
2907
+ "data": data$d,
2869
2908
  "name": "leftShape"
2870
2909
  }), null);
2871
2910
  };
@@ -2873,11 +2912,11 @@ leftShape.displayName = "leftShape";
2873
2912
  leftShape.inheritAttrs = false;
2874
2913
  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"}}]}');
2875
2914
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M827.9893333333332 482.73066666666665l-585.1306666666667-474.7093333333333c-6.229333333333333-5.418666666666667-14.421333333333333-8.746666666666666-23.381333333333334-8.789333333333332-20.223999999999997 0-36.56533333333333 16.384-36.56533333333333 36.56533333333333v950.8693333333333c0 20.18133333333333 16.384 36.56533333333333 36.56533333333333 36.56533333333333 0 0 0.042666666666666665 0 0.042666666666666665 0 8.618666666666666 0 16.512-3.0293333333333328 22.698666666666668-8.106666666666666l585.088-474.66666666666663c8.874666666666666-6.741333333333333 14.506666666666668-17.28 14.506666666666668-29.184 0-11.562666666666667-5.333333333333333-21.845333333333333-13.696-28.544z"}}]}');
2876
- const data$9 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M736 480L544 480 544 288 480 288 480 480 288 480 288 544 480 544 480 736 544 736 544 544 736 544z"}}]}');
2915
+ const data$c = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M736 480L544 480 544 288 480 288 480 480 288 480 288 544 480 544 480 736 544 736 544 544 736 544z"}}]}');
2877
2916
  const plus = (props, context) => {
2878
2917
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2879
2918
  return createVNode(bkIcon, mergeProps(p2, {
2880
- "data": data$9,
2919
+ "data": data$c,
2881
2920
  "name": "plus"
2882
2921
  }), null);
2883
2922
  };
@@ -2885,91 +2924,118 @@ plus.displayName = "plus";
2885
2924
  plus.inheritAttrs = false;
2886
2925
  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"}}]}');
2887
2926
  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"}}]}');
2888
- const data$8 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M822.3999999999999 493.43999999999994l-439.03999999999996-356.48c-10.239999999999998-8.32-26.24-10.879999999999999-40.31999999999999-7.04s-23.04 14.08-23.04 25.599999999999998v712.96c0 11.52 8.959999999999999 21.119999999999997 23.04 25.599999999999998 4.4799999999999995 1.2799999999999998 8.959999999999999 1.92 13.44 1.92 10.239999999999998 0 19.84-3.1999999999999997 26.88-8.959999999999999l439.03999999999996-356.48c12.799999999999999-10.239999999999998 12.799999999999999-26.88 0-37.12z"}}]}');
2927
+ const data$b = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M822.3999999999999 493.43999999999994l-439.03999999999996-356.48c-10.239999999999998-8.32-26.24-10.879999999999999-40.31999999999999-7.04s-23.04 14.08-23.04 25.599999999999998v712.96c0 11.52 8.959999999999999 21.119999999999997 23.04 25.599999999999998 4.4799999999999995 1.2799999999999998 8.959999999999999 1.92 13.44 1.92 10.239999999999998 0 19.84-3.1999999999999997 26.88-8.959999999999999l439.03999999999996-356.48c12.799999999999999-10.239999999999998 12.799999999999999-26.88 0-37.12z"}}]}');
2889
2928
  const rightShape = (props, context) => {
2890
2929
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2891
2930
  return createVNode(bkIcon, mergeProps(p2, {
2892
- "data": data$8,
2931
+ "data": data$b,
2893
2932
  "name": "rightShape"
2894
2933
  }), null);
2895
2934
  };
2896
2935
  rightShape.displayName = "rightShape";
2897
2936
  rightShape.inheritAttrs = false;
2898
- const data$7 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M842.56 797.28l-151.52-151.52a336 336 0 1 0-45.28 45.28l151.52 151.52a32 32 0 0 0 45.28-45.28ZM432 704A272 272 0 1 1 704 432 272 272 0 0 1 432 704Z"}}]}');
2937
+ const data$a = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M842.56 797.28l-151.52-151.52a336 336 0 1 0-45.28 45.28l151.52 151.52a32 32 0 0 0 45.28-45.28ZM432 704A272 272 0 1 1 704 432 272 272 0 0 1 432 704Z"}}]}');
2899
2938
  const search = (props, context) => {
2900
2939
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2901
2940
  return createVNode(bkIcon, mergeProps(p2, {
2902
- "data": data$7,
2941
+ "data": data$a,
2903
2942
  "name": "search"
2904
2943
  }), null);
2905
2944
  };
2906
2945
  search.displayName = "search";
2907
2946
  search.inheritAttrs = false;
2908
2947
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"icon","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M981.333333 1024H42.666667a42.666667 42.666667 0 0 1-42.666667-42.666667V42.666667a42.666667 42.666667 0 0 1 42.666667-42.666667h341.333333a42.666667 42.666667 0 0 1 0 85.333333H85.333333v853.333334h853.333334V618.666667a42.666667 42.666667 0 0 1 85.333333 0v362.666666a42.666667 42.666667 0 0 1-42.666667 42.666667z m0-576a42.666667 42.666667 0 0 1-42.666666-42.666667V152.746667L315.306667 796.8a48 48 0 0 1-67.2 0 47.36 47.36 0 0 1 0-66.133333L871.893333 85.333333H640a42.666667 42.666667 0 0 1 0-85.333333h341.333333a42.666667 42.666667 0 0 1 42.666667 42.666667v362.666666a42.666667 42.666667 0 0 1-42.666667 42.666667z"}}]}');
2909
- const data$6 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"lds-spin","preserveAspectRatio":"xMidYMid","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M874.3255040000001 512A55.125504 55.125504 0 0 1 819.2 567.125504 55.125504 55.125504 0 0 1 764.074496 512 55.125504 55.125504 0 0 1 874.3255040000001 512z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.9166666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.9166666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".917","d":"M826.5220089266763 693.5878203150381A55.978496 55.978496 0 0 1 750.0539613250309 714.0773719166838 55.978496 55.978496 0 0 1 729.5644097233852 637.6093243150382 55.978496 55.978496 0 0 1 826.5220089266763 693.5878203150381z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.8333333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.8333333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".833","d":"M694.0170969047495 827.2583983352753A56.83200000000001 56.83200000000001 0 0 1 616.3831411568723 806.4564425873981 56.83200000000001 56.83200000000001 0 0 1 637.1850969047495 728.8224868395207 56.83200000000001 56.83200000000001 0 0 1 694.0170969047495 827.2583983352753z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.75s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.75s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".75","d":"M512 876.8855040000001A57.685504 57.685504 0 0 1 454.314496 819.2 57.685504 57.685504 0 0 1 512 761.5144959999999 57.685504 57.685504 0 0 1 512 876.8855040000001z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.6666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.6666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".667","d":"M329.1269198807941 828.7408206328269A58.538495999999995 58.538495999999995 0 0 1 307.7003432454604 748.7757479974932 58.538495999999995 58.538495999999995 0 0 1 387.6654158807941 727.3491713621594 58.538495999999995 58.538495999999995 0 0 1 329.1269198807941 828.7408206328269z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.5833333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.5833333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".583","d":"M194.5170177632531 695.2980006130954A59.39199999999999 59.39199999999999 0 0 1 216.2559985448185 614.16701983153 59.39199999999999 59.39199999999999 0 0 1 297.3869793263839 635.9060006130953 59.39199999999999 59.39199999999999 0 0 1 194.5170177632531 695.2980006130954z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.5s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.5s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".5","d":"M144.55449600000003 512A60.245504000000004 60.245504000000004 0 0 1 204.80000000000004 451.754496 60.245504000000004 60.245504000000004 0 0 1 265.04550400000005 512 60.245504000000004 60.245504000000004 0 0 1 144.55449600000003 512z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.4166666666666667s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.4166666666666667s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".417","d":"M193.04947448121268 327.85151812453734A61.098496 61.098496 0 0 1 276.5115721502346 305.48791645551546 61.098496 61.098496 0 0 1 298.87517381925653 388.95001412453735 61.098496 61.098496 0 0 1 193.04947448121268 327.85151812453734z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.3333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.3333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".333","d":"M332.5476411431614 201.1754130120454A51.711999999999996 51.711999999999996 0 0 1 403.1875468236623 220.1033186925463 51.711999999999996 51.711999999999996 0 0 1 384.2596411431614 290.7432243730472 51.711999999999996 51.711999999999996 0 0 1 332.5476411431614 201.1754130120454z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.25s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.25s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".25","d":"M512 152.234496A52.565504000000004 52.565504000000004 0 0 1 564.565504 204.8 52.565504000000004 52.565504000000004 0 0 1 512 257.365504 52.565504000000004 52.565504000000004 0 0 1 512 152.234496z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.16666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.16666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".167","d":"M692.3075781671167 199.69299071449373A53.418496000000005 53.418496000000005 0 0 1 711.8601047350743 272.66401328245115 53.418496000000005 53.418496000000005 0 0 1 638.8890821671168 292.21653985040854 53.418496000000005 53.418496000000005 0 0 1 692.3075781671167 199.69299071449373z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.08333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.08333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".083","d":"M825.0362880000001 331.264A54.27213621356492 54.27213621356492 0 0 1 805.1712000000001 405.401088 54.27213621356492 54.27213621356492 0 0 1 731.034112 385.536 54.27213621356492 54.27213621356492 0 0 1 825.0362880000001 331.264z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"0s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"0s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]}]}');
2948
+ const data$9 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"lds-spin","preserveAspectRatio":"xMidYMid","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M874.3255040000001 512A55.125504 55.125504 0 0 1 819.2 567.125504 55.125504 55.125504 0 0 1 764.074496 512 55.125504 55.125504 0 0 1 874.3255040000001 512z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.9166666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.9166666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".917","d":"M826.5220089266763 693.5878203150381A55.978496 55.978496 0 0 1 750.0539613250309 714.0773719166838 55.978496 55.978496 0 0 1 729.5644097233852 637.6093243150382 55.978496 55.978496 0 0 1 826.5220089266763 693.5878203150381z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.8333333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.8333333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".833","d":"M694.0170969047495 827.2583983352753A56.83200000000001 56.83200000000001 0 0 1 616.3831411568723 806.4564425873981 56.83200000000001 56.83200000000001 0 0 1 637.1850969047495 728.8224868395207 56.83200000000001 56.83200000000001 0 0 1 694.0170969047495 827.2583983352753z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.75s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.75s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".75","d":"M512 876.8855040000001A57.685504 57.685504 0 0 1 454.314496 819.2 57.685504 57.685504 0 0 1 512 761.5144959999999 57.685504 57.685504 0 0 1 512 876.8855040000001z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.6666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.6666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".667","d":"M329.1269198807941 828.7408206328269A58.538495999999995 58.538495999999995 0 0 1 307.7003432454604 748.7757479974932 58.538495999999995 58.538495999999995 0 0 1 387.6654158807941 727.3491713621594 58.538495999999995 58.538495999999995 0 0 1 329.1269198807941 828.7408206328269z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.5833333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.5833333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".583","d":"M194.5170177632531 695.2980006130954A59.39199999999999 59.39199999999999 0 0 1 216.2559985448185 614.16701983153 59.39199999999999 59.39199999999999 0 0 1 297.3869793263839 635.9060006130953 59.39199999999999 59.39199999999999 0 0 1 194.5170177632531 695.2980006130954z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.5s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.5s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".5","d":"M144.55449600000003 512A60.245504000000004 60.245504000000004 0 0 1 204.80000000000004 451.754496 60.245504000000004 60.245504000000004 0 0 1 265.04550400000005 512 60.245504000000004 60.245504000000004 0 0 1 144.55449600000003 512z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.4166666666666667s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.4166666666666667s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".417","d":"M193.04947448121268 327.85151812453734A61.098496 61.098496 0 0 1 276.5115721502346 305.48791645551546 61.098496 61.098496 0 0 1 298.87517381925653 388.95001412453735 61.098496 61.098496 0 0 1 193.04947448121268 327.85151812453734z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.3333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.3333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".333","d":"M332.5476411431614 201.1754130120454A51.711999999999996 51.711999999999996 0 0 1 403.1875468236623 220.1033186925463 51.711999999999996 51.711999999999996 0 0 1 384.2596411431614 290.7432243730472 51.711999999999996 51.711999999999996 0 0 1 332.5476411431614 201.1754130120454z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.25s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.25s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".25","d":"M512 152.234496A52.565504000000004 52.565504000000004 0 0 1 564.565504 204.8 52.565504000000004 52.565504000000004 0 0 1 512 257.365504 52.565504000000004 52.565504000000004 0 0 1 512 152.234496z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.16666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.16666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".167","d":"M692.3075781671167 199.69299071449373A53.418496000000005 53.418496000000005 0 0 1 711.8601047350743 272.66401328245115 53.418496000000005 53.418496000000005 0 0 1 638.8890821671168 292.21653985040854 53.418496000000005 53.418496000000005 0 0 1 692.3075781671167 199.69299071449373z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.08333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.08333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".083","d":"M825.0362880000001 331.264A54.27213621356492 54.27213621356492 0 0 1 805.1712000000001 405.401088 54.27213621356492 54.27213621356492 0 0 1 731.034112 385.536 54.27213621356492 54.27213621356492 0 0 1 825.0362880000001 331.264z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"0s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"0s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]}]}');
2910
2949
  const spinner = (props, context) => {
2911
2950
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2912
2951
  return createVNode(bkIcon, mergeProps(p2, {
2913
- "data": data$6,
2952
+ "data": data$9,
2914
2953
  "name": "spinner"
2915
2954
  }), null);
2916
2955
  };
2917
2956
  spinner.displayName = "spinner";
2918
2957
  spinner.inheritAttrs = false;
2919
- const data$5 = 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":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM485.7 670.3l-181-181L350 444l135.8 135.8L712 353.5l45.3 45.3L485.7 670.3z"}}]}');
2958
+ const data$8 = 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":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM485.7 670.3l-181-181L350 444l135.8 135.8L712 353.5l45.3 45.3L485.7 670.3z"}}]}');
2920
2959
  const success = (props, context) => {
2921
2960
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2922
2961
  return createVNode(bkIcon, mergeProps(p2, {
2923
- "data": data$5,
2962
+ "data": data$8,
2924
2963
  "name": "success"
2925
2964
  }), null);
2926
2965
  };
2927
2966
  success.displayName = "success";
2928
2967
  success.inheritAttrs = false;
2929
- const data$4 = JSON.parse('{"type":"element","name":"svg","attributes":{"aria-hidden":"true","class":"anticon-spin","data-icon":"loading","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3 0.1 19.9-16 36-35.9 36z"}}]}');
2968
+ const data$7 = JSON.parse('{"type":"element","name":"svg","attributes":{"aria-hidden":"true","class":"anticon-spin","data-icon":"loading","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3 0.1 19.9-16 36-35.9 36z"}}]}');
2930
2969
  const switcherLoading = (props, context) => {
2931
2970
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2932
2971
  return createVNode(bkIcon, mergeProps(p2, {
2933
- "data": data$4,
2972
+ "data": data$7,
2934
2973
  "name": "switcherLoading"
2935
2974
  }), null);
2936
2975
  };
2937
2976
  switcherLoading.displayName = "switcherLoading";
2938
2977
  switcherLoading.inheritAttrs = false;
2939
- const data$3 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M704 64L704 64H128v896h768V256l0 0L704 64zM704 154.5L805.5 256H704V154.5zM832 896H192V128h448v192h192V896z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 320H544V384H288V320z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 448H736V512H288V448z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 576H736V640H288V576z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 704H736V768H288V704z","class":"st0"}}]}');
2978
+ const data$6 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M704 64L704 64H128v896h768V256l0 0L704 64zM704 154.5L805.5 256H704V154.5zM832 896H192V128h448v192h192V896z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 320H544V384H288V320z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 448H736V512H288V448z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 576H736V640H288V576z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 704H736V768H288V704z","class":"st0"}}]}');
2940
2979
  const textFile = (props, context) => {
2941
2980
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2942
2981
  return createVNode(bkIcon, mergeProps(p2, {
2943
- "data": data$3,
2982
+ "data": data$6,
2944
2983
  "name": "textFile"
2945
2984
  }), null);
2946
2985
  };
2947
2986
  textFile.displayName = "textFile";
2948
2987
  textFile.inheritAttrs = false;
2949
- 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"}}]}');
2950
- const data$2 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M432.64 576h156.79999999999998l-79.36-260.48-77.44 260.48z"}},{"type":"element","name":"path","attributes":{"d":"M512 0c-282.75199999999995 0-512 229.248-512 512s229.248 512 512 512c282.75199999999995 0 512-229.248 512-512s-229.248-512-512-512zM681.5999999999999 768h-9.6c-0.042666666666666665 0-0.128 0-0.21333333333333332 0-14.250666666666667 0-26.325333333333333-9.301333333333332-30.464-22.186666666666667l-32.04266666666666-105.81333333333333h-192l-33.28 105.6c-4.1386666666666665 13.994666666666667-16.896 24.02133333333333-32 24.02133333333333-18.389333333333333 0-33.32266666666666-14.933333333333332-33.32266666666666-33.32266666666666 0-3.328 0.46933333333333327-6.485333333333333 1.3653333333333333-9.514666666666667l133.07733333333334-429.82399999999996c9.813333333333333-23.552 32.64-39.808 59.263999999999996-39.808 24.917333333333332 0 46.464 14.208 57.04533333333333 34.986666666666665l134.57066666666665 434.304c1.152 3.157333333333333 1.792 6.784 1.792 10.581333333333333 0 14.890666666666664-10.197333333333333 27.434666666666665-23.97866666666667 30.976z"}}]}');
2988
+ const data$5 = 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"}}]}');
2989
+ const textFill = (props, context) => {
2990
+ const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2991
+ return createVNode(bkIcon, mergeProps(p2, {
2992
+ "data": data$5,
2993
+ "name": "textFill"
2994
+ }), null);
2995
+ };
2996
+ textFill.displayName = "textFill";
2997
+ textFill.inheritAttrs = false;
2998
+ const data$4 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M432.64 576h156.79999999999998l-79.36-260.48-77.44 260.48z"}},{"type":"element","name":"path","attributes":{"d":"M512 0c-282.75199999999995 0-512 229.248-512 512s229.248 512 512 512c282.75199999999995 0 512-229.248 512-512s-229.248-512-512-512zM681.5999999999999 768h-9.6c-0.042666666666666665 0-0.128 0-0.21333333333333332 0-14.250666666666667 0-26.325333333333333-9.301333333333332-30.464-22.186666666666667l-32.04266666666666-105.81333333333333h-192l-33.28 105.6c-4.1386666666666665 13.994666666666667-16.896 24.02133333333333-32 24.02133333333333-18.389333333333333 0-33.32266666666666-14.933333333333332-33.32266666666666-33.32266666666666 0-3.328 0.46933333333333327-6.485333333333333 1.3653333333333333-9.514666666666667l133.07733333333334-429.82399999999996c9.813333333333333-23.552 32.64-39.808 59.263999999999996-39.808 24.917333333333332 0 46.464 14.208 57.04533333333333 34.986666666666665l134.57066666666665 434.304c1.152 3.157333333333333 1.792 6.784 1.792 10.581333333333333 0 14.890666666666664-10.197333333333333 27.434666666666665-23.97866666666667 30.976z"}}]}');
2951
2999
  const treeApplicationShape = (props, context) => {
2952
3000
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2953
3001
  return createVNode(bkIcon, mergeProps(p2, {
2954
- "data": data$2,
3002
+ "data": data$4,
2955
3003
  "name": "treeApplicationShape"
2956
3004
  }), null);
2957
3005
  };
2958
3006
  treeApplicationShape.displayName = "treeApplicationShape";
2959
3007
  treeApplicationShape.inheritAttrs = false;
2960
- const data$1 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M500.16 304a355.04 355.04 0 0 1 128 24.8l48-48.96a426.08 426.08 0 0 0-176-39.84v64Z"}},{"type":"element","name":"path","attributes":{"d":"M763.2 328.8l-46.08 46.08a822.24 822.24 0 0 1 160 138.88 807.52 807.52 0 0 1-86.88 85.12C723.84 654.24 620.48 720 502.56 720a331.52 331.52 0 0 1-111.04-19.52l-49.44 49.28a402.4 402.4 0 0 0 160 34.24C768 784 960 512 960 512A962.56 962.56 0 0 0 763.2 328.8Z"}},{"type":"element","name":"path","attributes":{"d":"M254.88 701.12l46.08-46.08a706.56 706.56 0 0 1-156.64-144C197.44 442.88 328.16 304 500.16 304V240h0C234.72 240 64 512 64 512A838.72 838.72 0 0 0 254.88 701.12Z"}},{"type":"element","name":"path","attributes":{"d":"M512 640a128 128 0 0 0 110.24-192.96L888 181.28A32 32 0 1 0 842.72 136L576.96 401.76a128 128 0 0 0-176 176L136 842.72a32 32 0 1 0 45.28 45.28L447.04 622.24A128 128 0 0 0 512 640Zm64-128a64 64 0 0 1-64 64 60.96 60.96 0 0 1-16-2.4L573.6 496A60.96 60.96 0 0 1 576 512Zm-64-64a60.96 60.96 0 0 1 16 2.4L450.4 528A60.96 60.96 0 0 1 448 512 64 64 0 0 1 512 448Z"}}]}');
3008
+ const data$3 = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M500.16 304a355.04 355.04 0 0 1 128 24.8l48-48.96a426.08 426.08 0 0 0-176-39.84v64Z"}},{"type":"element","name":"path","attributes":{"d":"M763.2 328.8l-46.08 46.08a822.24 822.24 0 0 1 160 138.88 807.52 807.52 0 0 1-86.88 85.12C723.84 654.24 620.48 720 502.56 720a331.52 331.52 0 0 1-111.04-19.52l-49.44 49.28a402.4 402.4 0 0 0 160 34.24C768 784 960 512 960 512A962.56 962.56 0 0 0 763.2 328.8Z"}},{"type":"element","name":"path","attributes":{"d":"M254.88 701.12l46.08-46.08a706.56 706.56 0 0 1-156.64-144C197.44 442.88 328.16 304 500.16 304V240h0C234.72 240 64 512 64 512A838.72 838.72 0 0 0 254.88 701.12Z"}},{"type":"element","name":"path","attributes":{"d":"M512 640a128 128 0 0 0 110.24-192.96L888 181.28A32 32 0 1 0 842.72 136L576.96 401.76a128 128 0 0 0-176 176L136 842.72a32 32 0 1 0 45.28 45.28L447.04 622.24A128 128 0 0 0 512 640Zm64-128a64 64 0 0 1-64 64 60.96 60.96 0 0 1-16-2.4L573.6 496A60.96 60.96 0 0 1 576 512Zm-64-64a60.96 60.96 0 0 1 16 2.4L450.4 528A60.96 60.96 0 0 1 448 512 64 64 0 0 1 512 448Z"}}]}');
2961
3009
  const unvisible = (props, context) => {
2962
3010
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
2963
3011
  return createVNode(bkIcon, mergeProps(p2, {
2964
- "data": data$1,
3012
+ "data": data$3,
2965
3013
  "name": "unvisible"
2966
3014
  }), null);
2967
3015
  };
2968
3016
  unvisible.displayName = "unvisible";
2969
3017
  unvisible.inheritAttrs = false;
2970
3018
  JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M896 671.3599999999999c0-2.5599999999999996-0.6399999999999999-4.4799999999999995-1.2799999999999998-7.04-0.6399999999999999-1.92-0.6399999999999999-3.84-1.2799999999999998-5.119999999999999s-1.2799999999999998-2.5599999999999996-1.92-3.1999999999999997c-1.2799999999999998-2.5599999999999996-2.5599999999999996-4.4799999999999995-4.4799999999999995-6.3999999999999995 0 0 0 0 0-0.6399999999999999l-356.48-384c-10.239999999999998-11.52-26.88-11.52-37.12 0l-356.48 384c0 0 0 0.6399999999999999 0 0.6399999999999999-1.92 1.92-2.5599999999999996 3.84-3.84 6.3999999999999995-0.6399999999999999 1.2799999999999998-1.92 2.5599999999999996-2.5599999999999996 3.84s-0.6399999999999999 3.1999999999999997-1.2799999999999998 5.119999999999999c-0.6399999999999999 1.2799999999999998-1.2799999999999998 3.84-1.2799999999999998 6.3999999999999995 0 0 0 0.6399999999999999 0 0.6399999999999999 0 1.92 0.6399999999999999 3.1999999999999997 0.6399999999999999 4.4799999999999995 0 2.5599999999999996 0.6399999999999999 4.4799999999999995 1.2799999999999998 7.04s1.92 4.4799999999999995 3.1999999999999997 6.3999999999999995c0.6399999999999999 1.2799999999999998 1.2799999999999998 2.5599999999999996 1.92 3.84 0 0 0 0 0.6399999999999999 0.6399999999999999 1.2799999999999998 1.92 3.1999999999999997 3.1999999999999997 5.119999999999999 4.4799999999999995 1.2799999999999998 0.6399999999999999 2.5599999999999996 1.92 3.84 2.5599999999999996s2.5599999999999996 0.6399999999999999 3.84 1.2799999999999998c1.92 0 3.84 1.2799999999999998 6.3999999999999995 1.2799999999999998 0 0 0.6399999999999999 0 0.6399999999999999 0h712.96c3.84 0 7.68-0.6399999999999999 10.879999999999999-2.5599999999999996 0.6399999999999999 0 0.6399999999999999-0.6399999999999999 1.2799999999999998-0.6399999999999999 3.1999999999999997-1.92 5.76-3.84 8.32-6.3999999999999995 0 0 0 0 0.6399999999999999 0 0.6399999999999999-1.2799999999999998 1.2799999999999998-2.5599999999999996 1.92-3.84 1.2799999999999998-1.92 2.5599999999999996-3.84 3.1999999999999997-6.3999999999999995 0.6399999999999999-1.92 0.6399999999999999-4.4799999999999995 1.2799999999999998-7.04 0-1.92 0.6399999999999999-3.1999999999999997 0.6399999999999999-4.4799999999999995-0.6399999999999999-0.6399999999999999-0.6399999999999999-1.2799999999999998-0.6399999999999999-1.2799999999999998z"}}]}');
2971
- 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"}}]}');
2972
- 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"}}]}');
3019
+ const data$2 = 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"}}]}');
3020
+ const upload = (props, context) => {
3021
+ const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
3022
+ return createVNode(bkIcon, mergeProps(p2, {
3023
+ "data": data$2,
3024
+ "name": "upload"
3025
+ }), null);
3026
+ };
3027
+ upload.displayName = "upload";
3028
+ upload.inheritAttrs = false;
3029
+ const data$1 = 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"}}]}');
3030
+ const videoFill = (props, context) => {
3031
+ const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
3032
+ return createVNode(bkIcon, mergeProps(p2, {
3033
+ "data": data$1,
3034
+ "name": "videoFill"
3035
+ }), null);
3036
+ };
3037
+ videoFill.displayName = "videoFill";
3038
+ videoFill.inheritAttrs = false;
2973
3039
  const data = 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":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM544 704h-64v-64h64V704zM544 576h-64V320h64V576z"}}]}');
2974
3040
  const warn = (props, context) => {
2975
3041
  const p2 = __spreadValues(__spreadValues({}, props), context.attrs);
@@ -7800,7 +7866,7 @@ var lodash = { exports: {} };
7800
7866
  }
7801
7867
  return result2 + omission;
7802
7868
  }
7803
- function unescape(string) {
7869
+ function unescape2(string) {
7804
7870
  string = toString(string);
7805
7871
  return string && reHasEscapedHtml.test(string) ? string.replace(reEscapedHtml, unescapeHtmlChar) : string;
7806
7872
  }
@@ -8314,7 +8380,7 @@ var lodash = { exports: {} };
8314
8380
  lodash2.trimEnd = trimEnd;
8315
8381
  lodash2.trimStart = trimStart;
8316
8382
  lodash2.truncate = truncate;
8317
- lodash2.unescape = unescape;
8383
+ lodash2.unescape = unescape2;
8318
8384
  lodash2.uniqueId = uniqueId;
8319
8385
  lodash2.upperCase = upperCase;
8320
8386
  lodash2.upperFirst = upperFirst;
@@ -9816,15 +9882,13 @@ const propsMixin$1 = {
9816
9882
  isShow: PropTypes.bool.def(false),
9817
9883
  width: PropTypes.oneOfType([String, Number]).def("50%"),
9818
9884
  height: PropTypes.oneOfType([String, Number]).def("50%"),
9819
- customClass: PropTypes.string || PropTypes.array,
9885
+ extCls: PropTypes.string || PropTypes.array,
9820
9886
  scrollable: PropTypes.bool.def(true),
9821
9887
  showMask: PropTypes.bool.def(true),
9822
9888
  closeIcon: PropTypes.bool.def(true),
9823
9889
  escClose: PropTypes.bool.def(true),
9824
- maskClose: PropTypes.bool.def(true),
9825
9890
  fullscreen: PropTypes.bool.def(false),
9826
- extCls: PropTypes.string.def(""),
9827
- size: PropTypes.commonType(["normal", "small", "medium", "large"], "size").def("normal"),
9891
+ size: PropTypes.commonType(["normal", "small", "medium", "large"], "size").def(),
9828
9892
  draggable: PropTypes.bool.def(true),
9829
9893
  quickClose: PropTypes.bool.def(true),
9830
9894
  transfer: PropTypes.bool.def(false),
@@ -9839,6 +9903,7 @@ const propsMixin$1 = {
9839
9903
  var Component$t = defineComponent({
9840
9904
  name: "Modal",
9841
9905
  props: __spreadValues({}, propsMixin$1),
9906
+ emits: ["quick-close", "quickClose", "hidden", "shown", "close"],
9842
9907
  data() {
9843
9908
  return {
9844
9909
  visible: false
@@ -9858,6 +9923,12 @@ var Component$t = defineComponent({
9858
9923
  minHeigth: `${200}px`,
9859
9924
  display: this.visible ? "inherit" : "none"
9860
9925
  };
9926
+ },
9927
+ fullscreenStyle() {
9928
+ return {
9929
+ width: `${100}%`,
9930
+ height: `${100}%`
9931
+ };
9861
9932
  }
9862
9933
  },
9863
9934
  watch: {
@@ -9883,6 +9954,8 @@ var Component$t = defineComponent({
9883
9954
  const appendStyle = this.showMask ? {} : hideMaskStyle;
9884
9955
  bkPopIndexManager.show(this.$el, this.showMask, appendStyle, this.transfer);
9885
9956
  this.$emit("shown");
9957
+ this.$emit("quick-close", this.$el);
9958
+ this.$emit("quickClose", this.$el);
9886
9959
  });
9887
9960
  } else {
9888
9961
  bkPopIndexManager.hide(this.$el, this.transfer);
@@ -9903,8 +9976,8 @@ var Component$t = defineComponent({
9903
9976
  } : {};
9904
9977
  const bodyClass = `bk-modal-body ${this.animateType === "slide" ? this.direction : ""}`;
9905
9978
  return createVNode("div", {
9906
- "class": ["bk-modal-wrapper", this.customClass],
9907
- "style": this.compStyle
9979
+ "class": ["bk-modal-wrapper", this.extCls, this.size],
9980
+ "style": [this.compStyle, this.fullscreen ? this.fullscreenStyle : ""]
9908
9981
  }, [withDirectives(createVNode("div", {
9909
9982
  "class": "bk-modal-outside",
9910
9983
  "onClick": this.handleClickOutSide
@@ -9919,7 +9992,7 @@ var Component$t = defineComponent({
9919
9992
  "class": "bk-modal-header"
9920
9993
  }, [(_c = (_b = (_a = this.$slots).header) == null ? void 0 : _b.call(_a)) != null ? _c : ""]), createVNode("div", {
9921
9994
  "class": "bk-modal-content",
9922
- "style": [this.dialogType === "show" ? "height: calc(100% - 74px);margin-bottom: 0px" : "", __spreadValues({}, maxHeight)]
9995
+ "style": [this.dialogType === "show" ? "padding-bottom: 20px" : "", __spreadValues({}, maxHeight)]
9923
9996
  }, [(_f = (_e = (_d = this.$slots).default) == null ? void 0 : _e.call(_d)) != null ? _f : ""]), this.dialogType === "show" ? "" : createVNode("div", {
9924
9997
  "class": "bk-modal-footer"
9925
9998
  }, [(_i = (_h = (_g = this.$slots).footer) == null ? void 0 : _h.call(_g)) != null ? _i : ""])]) : ""];
@@ -9928,7 +10001,7 @@ var Component$t = defineComponent({
9928
10001
  }
9929
10002
  });
9930
10003
  const BkModal = withInstallProps(Component$t, { propsMixin: propsMixin$1 }, true);
9931
- function _isSlot$5(s2) {
10004
+ function _isSlot$7(s2) {
9932
10005
  return typeof s2 === "function" || Object.prototype.toString.call(s2) === "[object Object]" && !isVNode(s2);
9933
10006
  }
9934
10007
  var Component$s = defineComponent({
@@ -9953,7 +10026,7 @@ var Component$s = defineComponent({
9953
10026
  dialogType: PropTypes.commonType(["show", "operation", "confirm", "process"], "dialogType").def("operation"),
9954
10027
  isLoading: PropTypes.bool.def(false)
9955
10028
  }),
9956
- emits: ["closed", "update:isShow", "confirm", "prev", "next"],
10029
+ emits: ["closed", "update:isShow", "confirm", "prev", "next", "value-change"],
9957
10030
  setup(props, {
9958
10031
  emit
9959
10032
  }) {
@@ -9986,6 +10059,7 @@ var Component$s = defineComponent({
9986
10059
  data2.positionY = 0;
9987
10060
  }, 250);
9988
10061
  }
10062
+ emit("value-change", val);
9989
10063
  });
9990
10064
  const handleClose = () => {
9991
10065
  emit("update:isShow", false);
@@ -10008,6 +10082,17 @@ var Component$s = defineComponent({
10008
10082
  const handleNextStep = () => {
10009
10083
  emit("next");
10010
10084
  };
10085
+ const handleQuickClose = (val) => {
10086
+ if (props.quickClose) {
10087
+ let divChild;
10088
+ val.onclick = (e) => divChild = e.target;
10089
+ val.parentNode.onclick = (e) => {
10090
+ if (divChild !== e.target) {
10091
+ handleClose();
10092
+ }
10093
+ };
10094
+ }
10095
+ };
10011
10096
  const moveHandler = (e) => {
10012
10097
  if (props.fullscreen) {
10013
10098
  return false;
@@ -10059,7 +10144,8 @@ var Component$s = defineComponent({
10059
10144
  escCloseHandler,
10060
10145
  moveHandler,
10061
10146
  handlePrevStep,
10062
- handleNextStep
10147
+ handleNextStep,
10148
+ handleQuickClose
10063
10149
  };
10064
10150
  },
10065
10151
  render() {
@@ -10131,9 +10217,10 @@ var Component$s = defineComponent({
10131
10217
  };
10132
10218
  const className = `bk-dialog-wrapper ${this.scrollable ? "scroll-able" : ""} ${this.multiInstance ? "multi-instance" : ""}`;
10133
10219
  return createVNode(BkModal, mergeProps(this.$props, {
10134
- "class": [className, this.fullscreen ? "bk-model-fullscreen" : this.size],
10135
- "style": this.data.moveStyle
10136
- }), _isSlot$5(dialogSlot) ? dialogSlot : {
10220
+ "class": className,
10221
+ "style": this.data.moveStyle,
10222
+ "onQuickClose": this.handleQuickClose
10223
+ }), _isSlot$7(dialogSlot) ? dialogSlot : {
10137
10224
  default: () => [dialogSlot]
10138
10225
  });
10139
10226
  }
@@ -10341,10 +10428,10 @@ var Component$o = defineComponent({
10341
10428
  }));
10342
10429
  const themeList = ["dark", "light"];
10343
10430
  const compTheme = computed(() => {
10344
- const themes = theme.value.split(/\s+/);
10345
- themes.sort((a2, b2) => Number(themeList.includes(b2)) - Number(themeList.includes(a2)));
10346
- const systemThemes = themes;
10347
- const customThemes = themes.filter((item) => !themeList.includes(item));
10431
+ const themes2 = theme.value.split(/\s+/);
10432
+ themes2.sort((a2, b2) => Number(themeList.includes(b2)) - Number(themeList.includes(a2)));
10433
+ const systemThemes = themes2;
10434
+ const customThemes = themes2.filter((item) => !themeList.includes(item));
10348
10435
  return {
10349
10436
  systemThemes,
10350
10437
  customThemes
@@ -10946,6 +11033,15 @@ var Reference = defineComponent({
10946
11033
  return (_c = (_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)) != null ? _c : "";
10947
11034
  }
10948
11035
  });
11036
+ var Root = defineComponent({
11037
+ props: {
11038
+ class: PropTypes.string.def("")
11039
+ },
11040
+ render() {
11041
+ var _a, _b;
11042
+ return createVNode(Fragment, null, [(_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)]);
11043
+ }
11044
+ });
10949
11045
  function getSide(placement) {
10950
11046
  return placement.split("-")[0];
10951
11047
  }
@@ -12174,47 +12270,59 @@ function autoUpdate(reference2, floating, update, options) {
12174
12270
  const computePosition = (reference2, floating, options) => computePosition$1(reference2, floating, __spreadValues({
12175
12271
  platform
12176
12272
  }, options));
12177
- var useFloating = (props, ctx, refReference, refContent, refArrow) => {
12273
+ var useFloating = (props, ctx, refReference, refContent, refArrow, refRoot) => {
12178
12274
  const localIsShow = ref(false);
12275
+ const isElementFullScreen = () => {
12276
+ var _a, _b;
12277
+ const elReference = resolveTargetElement((_a = refReference.value) == null ? void 0 : _a.$el);
12278
+ return (_b = document.fullscreenElement) == null ? void 0 : _b.contains(elReference);
12279
+ };
12179
12280
  const themeList = ["dark", "light"];
12180
12281
  const compTheme = computed(() => {
12181
- const themes = props.theme.split(/\s+/);
12182
- themes.sort((a2, b2) => Number(themeList.includes(b2)) - Number(themeList.includes(a2)));
12183
- const systemThemes = themes;
12184
- const customThemes = themes.filter((item) => !themeList.includes(item));
12282
+ const themes2 = props.theme.split(/\s+/);
12283
+ themes2.sort((a2, b2) => Number(themeList.includes(b2)) - Number(themeList.includes(a2)));
12284
+ const systemThemes = themes2;
12285
+ const customThemes = themes2.filter((item) => !themeList.includes(item));
12185
12286
  return {
12186
12287
  systemThemes,
12187
12288
  customThemes
12188
12289
  };
12189
12290
  });
12291
+ const isHideMiddlewareAvailable = () => !isElementFullScreen() && props.autoVisibility;
12292
+ const isAutoPlacemntAvailable = () => isElementFullScreen() || props.autoPlacement;
12190
12293
  const resolvePopElements = () => {
12191
- var _a, _b, _c;
12294
+ var _a, _b, _c, _d;
12192
12295
  const elReference = resolveTargetElement((_a = refReference.value) == null ? void 0 : _a.$el);
12193
12296
  const elContent = resolveTargetElement((_b = refContent.value) == null ? void 0 : _b.$el);
12194
12297
  const elArrow = props.arrow ? resolveTargetElement((_c = refArrow.value) == null ? void 0 : _c.$el) : null;
12298
+ const root = resolveTargetElement((_d = refRoot.value) == null ? void 0 : _d.$el);
12195
12299
  return {
12196
12300
  elReference,
12197
12301
  elContent,
12198
- elArrow
12302
+ elArrow,
12303
+ root
12199
12304
  };
12200
12305
  };
12201
12306
  const resolvePopOptions = (elArrow) => {
12202
12307
  const middleware = [offset(props.offset), shift({
12203
12308
  padding: props.padding
12204
- }), arrow({
12205
- element: elArrow
12206
12309
  })];
12207
12310
  const options = {
12208
12311
  placement: props.placement,
12209
12312
  middleware
12210
12313
  };
12211
- if (props.autoPlacement) {
12314
+ if (props.arrow) {
12315
+ middleware.push(arrow({
12316
+ element: elArrow
12317
+ }));
12318
+ }
12319
+ if (isAutoPlacemntAvailable()) {
12212
12320
  middleware.push(autoPlacement());
12213
12321
  } else {
12214
12322
  middleware.unshift(inline());
12215
12323
  middleware.push(flip());
12216
12324
  }
12217
- if (props.autoVisibility) {
12325
+ if (isHideMiddlewareAvailable()) {
12218
12326
  options.middleware.push(hide());
12219
12327
  }
12220
12328
  return options;
@@ -12238,115 +12346,54 @@ var useFloating = (props, ctx, refReference, refContent, refArrow) => {
12238
12346
  const dpr = window.devicePixelRatio || 1;
12239
12347
  return Math.round(val * dpr) / dpr || 0;
12240
12348
  };
12241
- const isElementFullScreen = () => document.fullscreenElement !== null;
12242
- const updatePopContentStyle = (elContent, x2, y2, resolvedPlacement, middlewareData, elReference) => {
12243
- const {
12244
- left: left2,
12245
- top: top2
12246
- } = elReference.getBoundingClientRect();
12247
- const resolveFullscreenOffsetX = (xValue) => {
12248
- if (["left", "right"].includes(resolvedPlacement)) {
12249
- return getRoundPixelVal(xValue);
12250
- }
12251
- return left2;
12252
- };
12253
- const resolveFullscreenOffsetY = (yValue) => {
12254
- if (["top", "bottom"].includes(resolvedPlacement)) {
12255
- return getRoundPixelVal(yValue);
12256
- }
12257
- return top2;
12258
- };
12259
- const getOffsetX = () => {
12260
- if (isElementFullScreen()) {
12261
- return resolveFullscreenOffsetX(x2);
12262
- }
12263
- return getRoundPixelVal(x2);
12264
- };
12265
- const getOffsetY = () => {
12266
- if (isElementFullScreen()) {
12267
- return resolveFullscreenOffsetY(y2);
12268
- }
12269
- return getRoundPixelVal(y2);
12270
- };
12349
+ const updatePopContentStyle = (elContent, x2, y2, middlewareData) => {
12350
+ var _a;
12271
12351
  Object.assign(elContent.style, {
12272
12352
  left: "0",
12273
12353
  top: "0",
12274
- transform: `translate3d(${getOffsetX()}px,${getOffsetY()}px,0)`
12354
+ transform: `translate3d(${getRoundPixelVal(x2)}px,${getRoundPixelVal(y2)}px,0)`
12355
+ });
12356
+ const referenceHidden = isHideMiddlewareAvailable() ? (_a = middlewareData.hide) == null ? void 0 : _a.referenceHidden : false;
12357
+ Object.assign(elContent.style, {
12358
+ visibility: referenceHidden ? "hidden" : "visible"
12275
12359
  });
12276
- if (props.autoVisibility) {
12277
- const {
12278
- referenceHidden
12279
- } = middlewareData.hide;
12280
- Object.assign(elContent.style, {
12281
- visibility: referenceHidden ? "hidden" : "visible"
12282
- });
12283
- }
12284
12360
  };
12285
- const updateArrowStyle = (elArrow, resolvedPlacement, middlewareData, elReference) => {
12286
- const {
12287
- left: left2,
12288
- top: top2,
12289
- bottom: bottom2,
12290
- right: right2
12291
- } = elReference.getBoundingClientRect();
12361
+ const updateArrowStyle = (elArrow, resolvedPlacement, middlewareData) => {
12292
12362
  if (props.arrow) {
12293
12363
  const {
12294
12364
  x: arrowX,
12295
12365
  y: arrowY
12296
12366
  } = middlewareData.arrow;
12297
- const staticPrefix = {
12298
- top: 1,
12299
- right: -1,
12300
- bottom: -1,
12301
- left: 1
12302
- }[resolvedPlacement];
12303
- const getStaticSidePos = (val, pos, defaultVal) => {
12304
- var _a, _b;
12305
- const staticSide = (_b = (_a = {
12306
- x: {
12307
- left: "right",
12308
- right: "left"
12309
- },
12310
- y: {
12311
- top: "bottom",
12312
- bottom: "top"
12313
- }
12314
- }[pos]) == null ? void 0 : _a[resolvedPlacement]) != null ? _b : defaultVal;
12315
- return [val, staticSide];
12316
- };
12317
- const getFullScreenOffset = (arrowValue) => {
12318
- if (isElementFullScreen()) {
12319
- if (["left", "right"].includes(resolvedPlacement)) {
12320
- return getRoundPixelVal((bottom2 - top2) / 2) - 2;
12321
- }
12322
- if (["top", "bottom"].includes(resolvedPlacement)) {
12323
- return getRoundPixelVal((right2 - left2) / 2) - 2;
12324
- }
12325
- }
12326
- return isNumber(arrowValue) ? getRoundPixelVal(arrowValue) : 0;
12327
- };
12328
- const getOffsetX = () => {
12329
- if (["left", "right"].includes(resolvedPlacement)) {
12330
- return staticPrefix * 4;
12331
- }
12332
- return getFullScreenOffset(arrowX);
12333
- };
12334
- const getOffsetY = () => {
12335
- if (["top", "bottom"].includes(resolvedPlacement)) {
12336
- return staticPrefix * 4;
12337
- }
12338
- return getFullScreenOffset(arrowY);
12339
- };
12340
12367
  elArrow.setAttribute("data-arrow", resolvedPlacement);
12341
- const [offsetX, xPos] = getStaticSidePos(getOffsetX(), "x", "left");
12342
- const [offsetY, yPos] = getStaticSidePos(getOffsetY(), "y", "top");
12368
+ const arrowConfig = {
12369
+ left: "",
12370
+ top: "",
12371
+ bottom: "",
12372
+ right: ""
12373
+ };
12374
+ Object.assign(elArrow.style, arrowConfig);
12375
+ const arrowSide = {
12376
+ top: "bottom",
12377
+ right: "left",
12378
+ bottom: "top",
12379
+ left: "right"
12380
+ }[resolvedPlacement];
12343
12381
  Object.assign(elArrow.style, {
12344
- [xPos]: "0",
12345
- [yPos]: "0",
12346
- transform: `translate(${offsetX}px,${offsetY}px) rotate(45deg)`
12382
+ left: arrowX !== null ? `${arrowX}px` : "",
12383
+ top: arrowY !== null ? `${arrowY}px` : "",
12384
+ [arrowSide]: "-4px"
12347
12385
  });
12348
12386
  }
12349
12387
  };
12388
+ const createPopInstance = () => {
12389
+ const {
12390
+ elReference,
12391
+ elContent
12392
+ } = resolvePopElements();
12393
+ cleanup = autoUpdate(elReference, elContent, () => {
12394
+ updatePopover();
12395
+ });
12396
+ };
12350
12397
  const updatePopover = () => {
12351
12398
  const {
12352
12399
  elReference,
@@ -12354,29 +12401,26 @@ var useFloating = (props, ctx, refReference, refContent, refArrow) => {
12354
12401
  elArrow
12355
12402
  } = resolvePopElements();
12356
12403
  const options = resolvePopOptions(elArrow);
12357
- cleanup = autoUpdate(elReference, elContent, () => {
12358
- computePosition(elReference, elContent, options).then(({
12359
- x: x2,
12360
- y: y2,
12361
- placement,
12362
- middlewareData
12363
- }) => {
12364
- const oldClass = elContent.className;
12365
- elContent.className = `${oldClass.replace(contentClass, "")} ${contentClass}`.replace(/\s+/mg, " ").replace(/^\s+|\s+$/g, "");
12366
- Object.keys(customTheme).forEach((key) => {
12367
- elContent.setAttribute(key, customTheme[key]);
12368
- });
12369
- const placementStr = placement.split("-")[0];
12370
- let resolvedPlacement = placementStr;
12371
- if (!["left", "right", "top", "bottom"].includes(placementStr)) {
12372
- resolvedPlacement = "top";
12373
- }
12374
- updatePopContentStyle(elContent, x2, y2, resolvedPlacement, middlewareData, elReference);
12375
- updateArrowStyle(elArrow, resolvedPlacement, middlewareData, elReference);
12404
+ computePosition(elReference, elContent, options).then(({
12405
+ x: x2,
12406
+ y: y2,
12407
+ placement,
12408
+ middlewareData
12409
+ }) => {
12410
+ const oldClass = elContent.className;
12411
+ elContent.className = `${oldClass.replace(contentClass, "")} ${contentClass}`.replace(/\s+/mg, " ").replace(/^\s+|\s+$/g, "");
12412
+ Object.keys(customTheme).forEach((key) => {
12413
+ elContent.setAttribute(key, customTheme[key]);
12376
12414
  });
12415
+ const placementStr = placement.split("-")[0];
12416
+ let resolvedPlacement = placementStr;
12417
+ if (!["left", "right", "top", "bottom"].includes(placementStr)) {
12418
+ resolvedPlacement = "top";
12419
+ }
12420
+ updatePopContentStyle(elContent, x2, y2, middlewareData);
12421
+ updateArrowStyle(elArrow, resolvedPlacement, middlewareData);
12377
12422
  });
12378
12423
  };
12379
- const isNumber = (val) => /^-?\d+\.?\d*$/.test(`${val}`);
12380
12424
  const showPopover = () => {
12381
12425
  localIsShow.value = true;
12382
12426
  };
@@ -12408,10 +12452,7 @@ var useFloating = (props, ctx, refReference, refContent, refArrow) => {
12408
12452
  hidePopover();
12409
12453
  }
12410
12454
  };
12411
- const hanldeClickRef = (e) => {
12412
- e.stopImmediatePropagation();
12413
- e.stopPropagation();
12414
- e.preventDefault();
12455
+ const hanldeClickRef = () => {
12415
12456
  triggerPopover();
12416
12457
  };
12417
12458
  const resolveTriggerEvents = () => {
@@ -12438,34 +12479,95 @@ var useFloating = (props, ctx, refReference, refContent, refArrow) => {
12438
12479
  triggerPopover,
12439
12480
  resolvePopElements,
12440
12481
  isElementFullScreen,
12482
+ resolveTargetElement,
12483
+ createPopInstance,
12441
12484
  localIsShow,
12442
12485
  cleanup
12443
12486
  };
12444
12487
  };
12445
12488
  let popContainerId = null;
12446
- var usePopperId = (prefix = "#") => {
12447
- const getPrefixId = () => `${prefix}${popContainerId}`;
12448
- const isAvaiableId = () => {
12449
- const container2 = document.querySelector(getPrefixId());
12489
+ let fullscreenReferId = null;
12490
+ let parentNodeReferId = null;
12491
+ var usePopperId = (props, prefix = "#") => {
12492
+ const getPrefixId = (isfullscreen = false, root) => {
12493
+ let resolvedBoundary = null;
12494
+ const reolveBoudary = (fn2) => {
12495
+ if (resolvedBoundary === null) {
12496
+ fn2();
12497
+ }
12498
+ };
12499
+ const resolveParentBoundary = () => {
12500
+ if (/^parent$/i.test(props.boundary)) {
12501
+ resolvedBoundary = `${prefix}${popContainerId}`;
12502
+ const { parentNode } = root || {};
12503
+ if (parentNode == null ? void 0 : parentNode.parentNode) {
12504
+ parentNode.parentNode.setAttribute("data-pnode-id", parentNodeReferId);
12505
+ resolvedBoundary = `[data-pnode-id=${parentNodeReferId}]`;
12506
+ }
12507
+ }
12508
+ };
12509
+ const resolveFullScreenBoundary = () => {
12510
+ if (isfullscreen) {
12511
+ resolvedBoundary = `[data-fllsrn-id=${fullscreenReferId}]`;
12512
+ }
12513
+ };
12514
+ const resolveCommonBoundary = () => {
12515
+ if (!/^body$/i.test(props.boundary) && typeof props.boundary === "string") {
12516
+ if (!isAvailableId(props.boundary)) {
12517
+ console.error("props.boundary is not available selector");
12518
+ }
12519
+ resolvedBoundary = props.boundary;
12520
+ }
12521
+ };
12522
+ reolveBoudary(resolveParentBoundary);
12523
+ reolveBoudary(resolveCommonBoundary);
12524
+ reolveBoudary(resolveFullScreenBoundary);
12525
+ reolveBoudary(() => {
12526
+ resolvedBoundary = typeof props.boundary === "string" ? props.boundary : `${prefix}${popContainerId}`;
12527
+ });
12528
+ return resolvedBoundary;
12529
+ };
12530
+ const isAvailableId = (query) => {
12531
+ const container2 = document.querySelector(query);
12450
12532
  return container2 instanceof HTMLElement;
12451
12533
  };
12452
- if (popContainerId === null || !isAvaiableId()) {
12534
+ if (popContainerId === null || !isAvailableId(`#${popContainerId}`)) {
12453
12535
  popContainerId = `id_${uuid_1.v4()}`;
12454
12536
  const popContainer = document.createElement("div");
12455
12537
  popContainer.setAttribute("id", popContainerId);
12456
12538
  popContainer.setAttribute("data-popper-id", popContainerId);
12457
12539
  document.body.append(popContainer);
12458
12540
  }
12541
+ if (fullscreenReferId === null) {
12542
+ fullscreenReferId = `id_${uuid_1.v4()}`;
12543
+ }
12544
+ if (parentNodeReferId === null) {
12545
+ parentNodeReferId = `id_${uuid_1.v4()}`;
12546
+ }
12547
+ const resetFullscreenElementTag = () => {
12548
+ var _a;
12549
+ if (document.fullscreenElement === null) {
12550
+ const query = `[data-fllsrn-id=${fullscreenReferId}]`;
12551
+ ((_a = document.querySelectorAll(query)) != null ? _a : []).forEach((element) => {
12552
+ element.removeAttribute("data-fllsrn-id");
12553
+ });
12554
+ } else {
12555
+ document.fullscreenElement.setAttribute("data-fllsrn-id", fullscreenReferId);
12556
+ }
12557
+ };
12459
12558
  return {
12460
12559
  popContainerId,
12461
- prefixId: getPrefixId()
12560
+ prefixId: getPrefixId(),
12561
+ getPrefixId,
12562
+ resetFullscreenElementTag
12462
12563
  };
12463
12564
  };
12464
12565
  var Component$n = defineComponent({
12465
12566
  name: "Popover2",
12466
12567
  components: {
12467
12568
  Content,
12468
- Arrow
12569
+ Arrow,
12570
+ Root
12469
12571
  },
12470
12572
  directives: {
12471
12573
  clickoutside: ClickOutside
@@ -12483,6 +12585,8 @@ var Component$n = defineComponent({
12483
12585
  const refReference = ref();
12484
12586
  const refContent = ref();
12485
12587
  const refArrow = ref();
12588
+ const refRoot = ref();
12589
+ const isFullscreen = ref(false);
12486
12590
  let storeEvents = null;
12487
12591
  const {
12488
12592
  localIsShow,
@@ -12492,16 +12596,17 @@ var Component$n = defineComponent({
12492
12596
  updatePopover,
12493
12597
  resolvePopElements,
12494
12598
  isElementFullScreen,
12495
- cleanup
12496
- } = useFloating(props, ctx, refReference, refContent, refArrow);
12599
+ cleanup,
12600
+ createPopInstance
12601
+ } = useFloating(props, ctx, refReference, refContent, refArrow, refRoot);
12497
12602
  const show = () => {
12498
12603
  showPopover();
12499
12604
  };
12500
12605
  const hide2 = () => {
12501
12606
  hidePopover();
12502
12607
  };
12503
- const createPopInstance = () => {
12504
- updatePopover();
12608
+ const initPopInstance = () => {
12609
+ createPopInstance();
12505
12610
  if (props.always) {
12506
12611
  showPopover();
12507
12612
  } else {
@@ -12517,7 +12622,7 @@ var Component$n = defineComponent({
12517
12622
  }
12518
12623
  watch(() => [props.disabled], (val) => {
12519
12624
  if (val[0]) {
12520
- createPopInstance();
12625
+ initPopInstance();
12521
12626
  } else {
12522
12627
  beforeInstanceUnmount();
12523
12628
  }
@@ -12544,29 +12649,47 @@ var Component$n = defineComponent({
12544
12649
  storeEvents = null;
12545
12650
  }
12546
12651
  };
12652
+ const updateBoundary = () => {
12653
+ const {
12654
+ elReference,
12655
+ root
12656
+ } = resolvePopElements();
12657
+ boundary.value = getPrefixId(isFullscreen.value, root || elReference);
12658
+ };
12659
+ const {
12660
+ getPrefixId,
12661
+ resetFullscreenElementTag
12662
+ } = usePopperId(props, "#");
12663
+ const boundary = ref();
12664
+ updateBoundary();
12547
12665
  const beforeInstanceUnmount = () => {
12548
12666
  if (typeof cleanup === "function") {
12549
12667
  cleanup();
12550
12668
  }
12551
12669
  removeEventListener2();
12552
12670
  };
12671
+ const handleFullscrennChange = () => {
12672
+ isFullscreen.value = isElementFullScreen();
12673
+ resetFullscreenElementTag();
12674
+ updateBoundary();
12675
+ updatePopover();
12676
+ };
12553
12677
  onMounted(() => {
12554
12678
  if (props.disabled) {
12555
12679
  return;
12556
12680
  }
12557
- createPopInstance();
12681
+ initPopInstance();
12682
+ updateBoundary();
12683
+ document.body.addEventListener("fullscreenchange", handleFullscrennChange);
12558
12684
  });
12559
12685
  onUnmounted(() => {
12560
12686
  beforeInstanceUnmount();
12687
+ document.body.removeEventListener("fullscreenchange", handleFullscrennChange);
12561
12688
  });
12562
12689
  ctx.expose({
12563
12690
  show,
12564
12691
  hide: hide2
12565
12692
  });
12566
- const {
12567
- prefixId
12568
- } = usePopperId();
12569
- const boundary = typeof props.boundary === "string" ? props.boundary : prefixId;
12570
12693
  const handleClickOutside = (_e) => {
12571
12694
  ctx.emit(EMITEVENTS$1.CLICK_OUTSIDE, {
12572
12695
  isShow: localIsShow.value
@@ -12578,7 +12701,7 @@ var Component$n = defineComponent({
12578
12701
  hide2();
12579
12702
  }
12580
12703
  };
12581
- const transBoundary = computed(() => !isElementFullScreen() && !disableTeleport);
12704
+ const transBoundary = computed(() => (isFullscreen.value || !disableTeleport) && typeof boundary.value === "string");
12582
12705
  return {
12583
12706
  boundary,
12584
12707
  arrow: props.arrow,
@@ -12594,37 +12717,41 @@ var Component$n = defineComponent({
12594
12717
  };
12595
12718
  },
12596
12719
  render() {
12597
- return createVNode(Fragment, null, [createVNode(Reference, {
12598
- "ref": "refReference"
12599
- }, {
12600
- default: () => {
12601
- var _a, _b, _c;
12602
- return [(_c = (_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)) != null ? _c : createVNode("span", null, null)];
12603
- }
12604
- }), createVNode(Teleport, {
12605
- "to": this.boundary,
12606
- "disabled": !this.transBoundary
12720
+ return createVNode(Root, {
12721
+ "ref": "refRoot"
12607
12722
  }, {
12608
- default: () => [withDirectives(createVNode(Content, {
12609
- "ref": "refContent",
12610
- "data-theme": this.theme,
12611
- "width": this.width,
12612
- "height": this.height
12723
+ default: () => [createVNode(Reference, {
12724
+ "ref": "refReference"
12613
12725
  }, {
12614
12726
  default: () => {
12615
12727
  var _a, _b, _c;
12616
- return [(_c = (_b = (_a = this.$slots).content) == null ? void 0 : _b.call(_a)) != null ? _c : this.content];
12617
- },
12618
- arrow: () => this.arrow ? createVNode(Arrow, {
12619
- "ref": "refArrow"
12728
+ return [(_c = (_b = (_a = this.$slots).default) == null ? void 0 : _b.call(_a)) != null ? _c : createVNode("span", null, null)];
12729
+ }
12730
+ }), createVNode(Teleport, {
12731
+ "to": this.boundary,
12732
+ "disabled": !this.transBoundary
12733
+ }, {
12734
+ default: () => [withDirectives(createVNode(Content, {
12735
+ "ref": "refContent",
12736
+ "data-theme": this.theme,
12737
+ "width": this.width,
12738
+ "height": this.height
12620
12739
  }, {
12621
12740
  default: () => {
12622
- var _a, _b;
12623
- return [(_b = (_a = this.$slots).arrow) == null ? void 0 : _b.call(_a)];
12624
- }
12625
- }) : ""
12626
- }), [[resolveDirective("clickoutside"), this.handleClickOutside]])]
12627
- })]);
12741
+ var _a, _b, _c;
12742
+ return [(_c = (_b = (_a = this.$slots).content) == null ? void 0 : _b.call(_a)) != null ? _c : this.content];
12743
+ },
12744
+ arrow: () => this.arrow ? createVNode(Arrow, {
12745
+ "ref": "refArrow"
12746
+ }, {
12747
+ default: () => {
12748
+ var _a, _b;
12749
+ return [(_b = (_a = this.$slots).arrow) == null ? void 0 : _b.call(_a)];
12750
+ }
12751
+ }) : ""
12752
+ }), [[resolveDirective("clickoutside"), this.handleClickOutside]])]
12753
+ })]
12754
+ });
12628
12755
  }
12629
12756
  });
12630
12757
  const BkPopover2 = withInstall(Component$n);
@@ -12747,7 +12874,7 @@ const Line = (_2, {
12747
12874
  "style": titleStyle
12748
12875
  }, [showDefault()])])]), showDefault(false)]);
12749
12876
  };
12750
- function _isSlot$4(s2) {
12877
+ function _isSlot$6(s2) {
12751
12878
  return typeof s2 === "function" || Object.prototype.toString.call(s2) === "[object Object]" && !isVNode(s2);
12752
12879
  }
12753
12880
  var Component$m = defineComponent({
@@ -12812,11 +12939,11 @@ var Component$m = defineComponent({
12812
12939
  const $props = __spreadProps(__spreadValues({}, this.$props), {
12813
12940
  percent: this.validPercent(this.percent)
12814
12941
  });
12815
- let progress2 = createVNode(Line, $props, _isSlot$4(progressInfo) ? progressInfo : {
12942
+ let progress2 = createVNode(Line, $props, _isSlot$6(progressInfo) ? progressInfo : {
12816
12943
  default: () => [progressInfo]
12817
12944
  });
12818
12945
  if (this.type === "circle" || this.type === "dashboard") {
12819
- progress2 = createVNode(Circle, $props, _isSlot$4(progressInfo) ? progressInfo : {
12946
+ progress2 = createVNode(Circle, $props, _isSlot$6(progressInfo) ? progressInfo : {
12820
12947
  default: () => [progressInfo]
12821
12948
  });
12822
12949
  }
@@ -13415,16 +13542,17 @@ function useHover() {
13415
13542
  };
13416
13543
  }
13417
13544
  function useRegistry(data2) {
13418
- const register = (item) => {
13419
- if (!item || data2.value.find((d2) => d2 === item))
13545
+ const register = (key, item) => {
13546
+ if (!item)
13547
+ return;
13548
+ if (data2.value.has(key)) {
13549
+ console.warn(`repeat ${key}`, item);
13420
13550
  return;
13421
- return data2.value.push(item);
13422
- };
13423
- const unregister = (item) => {
13424
- const index = data2.value.findIndex((d2) => d2 === item);
13425
- if (index > -1) {
13426
- data2.value.splice(index, 1);
13427
13551
  }
13552
+ return data2.value.set(key, item);
13553
+ };
13554
+ const unregister = (key) => {
13555
+ data2.value.delete(key);
13428
13556
  };
13429
13557
  return {
13430
13558
  register,
@@ -13525,7 +13653,7 @@ var BkOption = defineComponent({
13525
13653
  const group = inject(optionGroupKey, null);
13526
13654
  const selected = computed(() => {
13527
13655
  var _a;
13528
- return (_a = select2 == null ? void 0 : select2.selected) == null ? void 0 : _a.some((data2) => data2.value === value.value);
13656
+ return (_a = select2 == null ? void 0 : select2.selected) == null ? void 0 : _a.some((val) => val === value.value);
13529
13657
  });
13530
13658
  const multiple = computed(() => select2 == null ? void 0 : select2.multiple);
13531
13659
  const isHover = computed(() => (select2 == null ? void 0 : select2.activeOptionValue) === value.value);
@@ -13538,12 +13666,12 @@ var BkOption = defineComponent({
13538
13666
  select2.activeOptionValue = value.value;
13539
13667
  };
13540
13668
  onBeforeMount(() => {
13541
- select2 == null ? void 0 : select2.register(proxy);
13542
- group == null ? void 0 : group.register(proxy);
13669
+ select2 == null ? void 0 : select2.register(value.value, proxy);
13670
+ group == null ? void 0 : group.register(value.value, proxy);
13543
13671
  });
13544
13672
  onBeforeUnmount(() => {
13545
- select2 == null ? void 0 : select2.unregister(proxy);
13546
- group == null ? void 0 : group.unregister(proxy);
13673
+ select2 == null ? void 0 : select2.unregister(value.value);
13674
+ group == null ? void 0 : group.unregister(value.value);
13547
13675
  });
13548
13676
  return __spreadProps(__spreadValues({}, toRefs(states)), {
13549
13677
  selected,
@@ -13580,20 +13708,21 @@ var OptionGroup = defineComponent({
13580
13708
  setup(props, {
13581
13709
  emit
13582
13710
  }) {
13711
+ const instance = getCurrentInstance();
13583
13712
  const {
13584
13713
  proxy
13585
- } = getCurrentInstance();
13714
+ } = instance;
13586
13715
  const select2 = inject(selectKey, null);
13587
13716
  const states = reactive({
13588
13717
  groupCollapse: props.collapse,
13589
13718
  visible: true
13590
13719
  });
13591
- const options = ref([]);
13720
+ const optionsMap = ref(/* @__PURE__ */ new Map());
13592
13721
  const {
13593
13722
  register,
13594
13723
  unregister
13595
- } = useRegistry(options);
13596
- const groupLabel = computed(() => `${props.label} (${[...options.value.values()].filter((option) => option.visible).length})`);
13724
+ } = useRegistry(optionsMap);
13725
+ const groupLabel = computed(() => `${props.label} (${[...optionsMap.value.values()].filter((option) => option.visible).length})`);
13597
13726
  const handleToggleCollapse = () => {
13598
13727
  if (!props.collapsible || props.disabled)
13599
13728
  return;
@@ -13606,10 +13735,10 @@ var OptionGroup = defineComponent({
13606
13735
  groupCollapse: toRef(states, "groupCollapse")
13607
13736
  })));
13608
13737
  onBeforeMount(() => {
13609
- select2 == null ? void 0 : select2.registerGroup(proxy);
13738
+ select2 == null ? void 0 : select2.registerGroup(instance.uid, proxy);
13610
13739
  });
13611
13740
  onBeforeUnmount(() => {
13612
- select2 == null ? void 0 : select2.unregisterGroup(proxy);
13741
+ select2 == null ? void 0 : select2.unregisterGroup(instance.uid);
13613
13742
  });
13614
13743
  return __spreadProps(__spreadValues({}, toRefs(states)), {
13615
13744
  groupLabel,
@@ -13710,6 +13839,9 @@ var Component$i = defineComponent({
13710
13839
  }
13711
13840
  });
13712
13841
  const BkTag = withInstall(Component$i);
13842
+ function _isSlot$5(s2) {
13843
+ return typeof s2 === "function" || Object.prototype.toString.call(s2) === "[object Object]" && !isVNode(s2);
13844
+ }
13713
13845
  var SelectTagInput = defineComponent({
13714
13846
  name: "SelectTagInput",
13715
13847
  props: {
@@ -13727,6 +13859,7 @@ var SelectTagInput = defineComponent({
13727
13859
  setup(props, {
13728
13860
  emit
13729
13861
  }) {
13862
+ const select2 = inject(selectKey, null);
13730
13863
  const {
13731
13864
  modelValue
13732
13865
  } = toRefs(props);
@@ -13735,8 +13868,8 @@ var SelectTagInput = defineComponent({
13735
13868
  watch(modelValue, () => {
13736
13869
  value.value = modelValue.value;
13737
13870
  });
13738
- const handleRemoveTag = (data2) => {
13739
- emit("remove", data2);
13871
+ const handleRemoveTag = (val) => {
13872
+ emit("remove", val);
13740
13873
  };
13741
13874
  const handleFocus = () => {
13742
13875
  emit("focus");
@@ -13756,6 +13889,7 @@ var SelectTagInput = defineComponent({
13756
13889
  }
13757
13890
  }
13758
13891
  };
13892
+ const handleGetLabelByValue = select2 == null ? void 0 : select2.handleGetLabelByValue;
13759
13893
  return {
13760
13894
  value,
13761
13895
  inputRef,
@@ -13763,20 +13897,24 @@ var SelectTagInput = defineComponent({
13763
13897
  handleFocus,
13764
13898
  focus,
13765
13899
  handleInput,
13766
- handleKeydown
13900
+ handleKeydown,
13901
+ handleGetLabelByValue
13767
13902
  };
13768
13903
  },
13769
13904
  render() {
13770
13905
  var _a, _b, _c, _d;
13771
13906
  return createVNode("div", {
13772
13907
  "class": "bk-select-tag"
13773
- }, [(_b = (_a = this.$slots) == null ? void 0 : _a.prefix) == null ? void 0 : _b.call(_a), this.selected.map((data2) => createVNode(BkTag, {
13774
- "closable": true,
13775
- "theme": this.tagTheme,
13776
- "onClose": () => this.handleRemoveTag(data2)
13777
- }, {
13778
- default: () => [data2.label]
13779
- })), withDirectives(createVNode("input", {
13908
+ }, [(_b = (_a = this.$slots) == null ? void 0 : _a.prefix) == null ? void 0 : _b.call(_a), this.selected.map((val) => {
13909
+ let _slot;
13910
+ return createVNode(BkTag, {
13911
+ "closable": true,
13912
+ "theme": this.tagTheme,
13913
+ "onClose": () => this.handleRemoveTag(val)
13914
+ }, _isSlot$5(_slot = this.handleGetLabelByValue(val)) ? _slot : {
13915
+ default: () => [_slot]
13916
+ });
13917
+ }), withDirectives(createVNode("input", {
13780
13918
  "class": "bk-select-tag-input",
13781
13919
  "ref": "inputRef",
13782
13920
  "type": "text",
@@ -13845,17 +13983,11 @@ var Component$h = defineComponent({
13845
13983
  const inputRef = ref();
13846
13984
  const popoverRef = ref();
13847
13985
  const selectTagInputRef = ref();
13848
- const options = ref([]);
13849
- const groups = ref([]);
13986
+ const optionsMap = ref(/* @__PURE__ */ new Map());
13987
+ const options = computed(() => [...optionsMap.value.values()]);
13988
+ const groupsMap = ref(/* @__PURE__ */ new Map());
13850
13989
  const selected = ref([]);
13851
13990
  const activeOptionValue = ref();
13852
- const optionsMap = computed(() => {
13853
- const data2 = /* @__PURE__ */ new Map();
13854
- options.value.forEach((option) => {
13855
- data2.set(option.value, option);
13856
- });
13857
- return data2;
13858
- });
13859
13991
  watch(modelValue, () => {
13860
13992
  var _a;
13861
13993
  handleSetSelectedData();
@@ -13866,7 +13998,7 @@ var Component$h = defineComponent({
13866
13998
  deep: true
13867
13999
  });
13868
14000
  const isDisabled = computed(() => disabled.value || loading2.value);
13869
- const selectedLabel = computed(() => selected.value.map((data2) => data2.label));
14001
+ const selectedLabel = computed(() => selected.value.map((value) => handleGetLabelByValue(value)));
13870
14002
  const isAllSelected = computed(() => {
13871
14003
  const normalSelectedValues = options.value.reduce((pre, option) => {
13872
14004
  if (!option.disabled) {
@@ -13874,9 +14006,9 @@ var Component$h = defineComponent({
13874
14006
  }
13875
14007
  return pre;
13876
14008
  }, []);
13877
- return normalSelectedValues.length <= selected.value.length && normalSelectedValues.every((val) => selected.value.some((data2) => data2.value === val));
14009
+ return normalSelectedValues.length <= selected.value.length && normalSelectedValues.every((val) => selected.value.some((value) => value === val));
13878
14010
  });
13879
- const isGroup = computed(() => !!groups.value.length);
14011
+ const isGroup = computed(() => !!groupsMap.value.size);
13880
14012
  const isOptionsEmpty = computed(() => !options.value.length);
13881
14013
  const isSearchEmpty = computed(() => options.value.length && options.value.every((option) => !option.visible));
13882
14014
  const isRemoteSearch = computed(() => filterable.value && typeof remoteMethod.value === "function");
@@ -13896,11 +14028,11 @@ var Component$h = defineComponent({
13896
14028
  const {
13897
14029
  register,
13898
14030
  unregister
13899
- } = useRegistry(options);
14031
+ } = useRegistry(optionsMap);
13900
14032
  const {
13901
14033
  register: registerGroup,
13902
14034
  unregister: unregisterGroup
13903
- } = useRegistry(groups);
14035
+ } = useRegistry(groupsMap);
13904
14036
  const {
13905
14037
  isHover,
13906
14038
  setHover,
@@ -13931,13 +14063,13 @@ var Component$h = defineComponent({
13931
14063
  }
13932
14064
  });
13933
14065
  const initActiveOptionValue = () => {
13934
- var _a, _b;
13935
- const firstValue = (_a = selected.value[0]) == null ? void 0 : _a.value;
14066
+ var _a;
14067
+ const firstValue = selected.value[0];
13936
14068
  const option = optionsMap.value.get(firstValue);
13937
14069
  if (option && !option.disabled && option.visible) {
13938
14070
  activeOptionValue.value = firstValue;
13939
14071
  } else {
13940
- activeOptionValue.value = (_b = options.value.find((option2) => !option2.disabled && option2.visible)) == null ? void 0 : _b.value;
14072
+ activeOptionValue.value = (_a = options.value.find((option2) => !option2.disabled && option2.visible)) == null ? void 0 : _a.value;
13941
14073
  }
13942
14074
  };
13943
14075
  const defaultSearchMethod = (value) => {
@@ -13979,16 +14111,10 @@ var Component$h = defineComponent({
13979
14111
  return;
13980
14112
  e.stopPropagation();
13981
14113
  if (multiple.value) {
13982
- selected.value.push({
13983
- label: value,
13984
- value
13985
- });
13986
- emitChange(selected.value.map((data3) => data3.value));
14114
+ selected.value.push(value);
14115
+ emitChange(selected.value);
13987
14116
  } else {
13988
- selected.value = [{
13989
- label: value,
13990
- value
13991
- }];
14117
+ selected.value = [value];
13992
14118
  emitChange(value);
13993
14119
  hidePopover();
13994
14120
  }
@@ -13998,21 +14124,15 @@ var Component$h = defineComponent({
13998
14124
  if (isDisabled.value || !option)
13999
14125
  return;
14000
14126
  if (multiple.value) {
14001
- const index = selected.value.findIndex((data2) => data2.value === option.value);
14127
+ const index = selected.value.findIndex((value) => value === option.value);
14002
14128
  if (index > -1) {
14003
14129
  selected.value.splice(index, 1);
14004
14130
  } else {
14005
- selected.value.push({
14006
- label: option.label,
14007
- value: option.value
14008
- });
14131
+ selected.value.push(option.value);
14009
14132
  }
14010
- emitChange(selected.value.map((data2) => data2.value));
14133
+ emitChange(selected.value);
14011
14134
  } else {
14012
- selected.value = [{
14013
- label: option.label,
14014
- value: option.value
14015
- }];
14135
+ selected.value = [option.value];
14016
14136
  emitChange(option.value);
14017
14137
  hidePopover();
14018
14138
  }
@@ -14038,15 +14158,12 @@ var Component$h = defineComponent({
14038
14158
  selected.value = [];
14039
14159
  } else {
14040
14160
  options.value.forEach((option) => {
14041
- if (option.disabled || selected.value.find((data2) => data2.value === option.value))
14161
+ if (option.disabled || selected.value.find((value) => value === option.value))
14042
14162
  return;
14043
- selected.value.push({
14044
- label: option.label,
14045
- value: option.value
14046
- });
14163
+ selected.value.push(option.value);
14047
14164
  });
14048
14165
  }
14049
- emitChange(selected.value.map((data2) => data2.value));
14166
+ emitChange(selected.value);
14050
14167
  focus();
14051
14168
  };
14052
14169
  const handleScroll = (e) => {
@@ -14059,28 +14176,22 @@ var Component$h = defineComponent({
14059
14176
  emit("scroll-end");
14060
14177
  }
14061
14178
  };
14062
- const handleDeleteTag = (data2) => {
14063
- const index = selected.value.findIndex((select2) => select2.value === data2.value);
14179
+ const handleDeleteTag = (val) => {
14180
+ const index = selected.value.findIndex((value) => value === val);
14064
14181
  if (index > -1) {
14065
14182
  selected.value.splice(index, 1);
14066
- emitChange(selected.value.map((select2) => select2.value));
14183
+ emitChange(selected.value);
14067
14184
  }
14068
14185
  };
14069
14186
  const handleGetLabelByValue = (val) => {
14070
- var _a, _b, _c;
14071
- return ((_b = (_a = optionsMap.value) == null ? void 0 : _a.get(val)) == null ? void 0 : _b.label) || ((_c = selected.value.find((data2) => data2.value === val)) == null ? void 0 : _c.label) || val;
14187
+ var _a, _b;
14188
+ return ((_b = (_a = optionsMap.value) == null ? void 0 : _a.get(val)) == null ? void 0 : _b.label) || val;
14072
14189
  };
14073
14190
  const handleSetSelectedData = () => {
14074
14191
  if (Array.isArray(modelValue.value)) {
14075
- selected.value = modelValue.value.map((val) => ({
14076
- label: handleGetLabelByValue(val),
14077
- value: val
14078
- }));
14192
+ selected.value = [...modelValue.value];
14079
14193
  } else if (modelValue.value !== void 0) {
14080
- selected.value = [{
14081
- label: handleGetLabelByValue(modelValue.value),
14082
- value: modelValue.value
14083
- }];
14194
+ selected.value = [modelValue.value];
14084
14195
  }
14085
14196
  };
14086
14197
  const handleKeydown = (e) => {
@@ -14106,14 +14217,14 @@ var Component$h = defineComponent({
14106
14217
  if (!multiple.value || !selected.value.length || searchKey.value.length)
14107
14218
  return;
14108
14219
  selected.value.pop();
14109
- emitChange(selected.value.map((data2) => data2.value));
14220
+ emitChange(selected.value);
14110
14221
  break;
14111
14222
  }
14112
14223
  case "Enter": {
14113
14224
  if (!isPopoverShow.value) {
14114
14225
  isPopoverShow.value = true;
14115
14226
  } else {
14116
- const option = options.value.find((option2) => option2.value === activeOptionValue.value);
14227
+ const option = optionsMap.value.get(activeOptionValue.value);
14117
14228
  handleOptionSelected(option);
14118
14229
  }
14119
14230
  break;
@@ -14132,7 +14243,8 @@ var Component$h = defineComponent({
14132
14243
  unregister,
14133
14244
  registerGroup,
14134
14245
  unregisterGroup,
14135
- handleOptionSelected
14246
+ handleOptionSelected,
14247
+ handleGetLabelByValue
14136
14248
  }));
14137
14249
  onMounted(() => {
14138
14250
  handleSetSelectedData();
@@ -14315,7 +14427,7 @@ var Component$h = defineComponent({
14315
14427
  }
14316
14428
  });
14317
14429
  const BkSelect = withInstallProps(Component$h, { Option: BkOption, Group: OptionGroup });
14318
- function _isSlot$3(s2) {
14430
+ function _isSlot$4(s2) {
14319
14431
  return typeof s2 === "function" || Object.prototype.toString.call(s2) === "[object Object]" && !isVNode(s2);
14320
14432
  }
14321
14433
  const {
@@ -14411,7 +14523,7 @@ var Component$g = defineComponent({
14411
14523
  "onHidden": handleHidden,
14412
14524
  "onShown": handleShown,
14413
14525
  "onClose": handleClose
14414
- }), _isSlot$3(dialogSlot) ? dialogSlot : {
14526
+ }), _isSlot$4(dialogSlot) ? dialogSlot : {
14415
14527
  default: () => [dialogSlot]
14416
14528
  });
14417
14529
  };
@@ -15206,7 +15318,7 @@ const tableProps = {
15206
15318
  PropTypes.func
15207
15319
  ]).def(TABLE_ROW_ATTRIBUTE.ROW_INDEX)
15208
15320
  };
15209
- function _isSlot$2(s2) {
15321
+ function _isSlot$3(s2) {
15210
15322
  return typeof s2 === "function" || Object.prototype.toString.call(s2) === "[object Object]" && !isVNode(s2);
15211
15323
  }
15212
15324
  var useLimit = () => {
@@ -15251,7 +15363,7 @@ var useLimit = () => {
15251
15363
  "modelValue": localLimit.value,
15252
15364
  "onChange": handleLimitChange,
15253
15365
  "disabled": proxy.disabled
15254
- }, _isSlot$2(_slot = proxy.limitList.map((num, index) => createVNode(BkOption, {
15366
+ }, _isSlot$3(_slot = proxy.limitList.map((num, index) => createVNode(BkOption, {
15255
15367
  "value": num,
15256
15368
  "label": `${num}`,
15257
15369
  "key": `${index}_${num}`
@@ -15864,7 +15976,7 @@ const hasRootScrollY = (root) => {
15864
15976
  }
15865
15977
  return false;
15866
15978
  };
15867
- function _isSlot$1(s2) {
15979
+ function _isSlot$2(s2) {
15868
15980
  return typeof s2 === "function" || Object.prototype.toString.call(s2) === "[object Object]" && !isVNode(s2);
15869
15981
  }
15870
15982
  var HeadFilter = defineComponent({
@@ -15880,7 +15992,6 @@ var HeadFilter = defineComponent({
15880
15992
  const {
15881
15993
  column
15882
15994
  } = props;
15883
- const isShow = ref(false);
15884
15995
  const state = reactive({
15885
15996
  isOpen: false,
15886
15997
  checked: []
@@ -15898,12 +16009,6 @@ var HeadFilter = defineComponent({
15898
16009
  const handlePopShow = (isOpen) => {
15899
16010
  state.isOpen = isOpen;
15900
16011
  };
15901
- const modifiers = [{
15902
- name: "offset",
15903
- options: {
15904
- offset: [0, 0]
15905
- }
15906
- }];
15907
16012
  const theme = `light ${resolveClassName("table-head-filter")}`;
15908
16013
  const localData = computed(() => {
15909
16014
  const {
@@ -15917,36 +16022,33 @@ var HeadFilter = defineComponent({
15917
16022
  const handleBtnSaveClick = () => {
15918
16023
  if (props.column.filter === "custom") {
15919
16024
  emit("change", [...state.checked], null);
15920
- isShow.value = false;
16025
+ state.isOpen = false;
15921
16026
  return;
15922
16027
  }
15923
16028
  emit("change", [...state.checked], filterFn);
15924
- isShow.value = false;
16029
+ state.isOpen = false;
15925
16030
  };
15926
16031
  const handleBtnResetClick = () => {
15927
16032
  if (state.checked.length) {
15928
16033
  state.checked.splice(0, state.checked.length);
15929
- isShow.value = false;
16034
+ state.isOpen = false;
15930
16035
  nextTick(() => emit("change", state.checked, filterFn));
15931
16036
  }
15932
16037
  };
15933
- return () => createVNode(BkPopover, mergeProps({
16038
+ return () => createVNode(BkPopover2, mergeProps({
15934
16039
  "trigger": "click",
15935
- "isShow": isShow.value,
16040
+ "isShow": state.isOpen,
15936
16041
  "placement": "bottom-end",
15937
- "stopBehaviors": ["stopPropagation"],
15938
- "arrow": false
16042
+ "arrow": false,
16043
+ "offset": 0
15939
16044
  }, {
15940
- modifiers,
15941
16045
  theme
15942
16046
  }, {
15943
- "boundary": document.body,
15944
16047
  "onAfterShow": () => handlePopShow(true),
15945
16048
  "onAfterHidden": () => handlePopShow(false)
15946
16049
  }), {
15947
16050
  default: () => createVNode(angleDownLine, {
15948
- "class": headClass.value,
15949
- "onClick": () => isShow.value = true
16051
+ "class": headClass.value
15950
16052
  }, null),
15951
16053
  content: () => {
15952
16054
  let _slot;
@@ -15956,7 +16058,7 @@ var HeadFilter = defineComponent({
15956
16058
  "class": "content-list",
15957
16059
  "modelValue": state.checked,
15958
16060
  "onUpdate:modelValue": ($event) => state.checked = $event
15959
- }, _isSlot$1(_slot = localData.value.map((item) => createVNode("div", {
16061
+ }, _isSlot$2(_slot = localData.value.map((item) => createVNode("div", {
15960
16062
  "class": "list-item"
15961
16063
  }, [createVNode(BkCheckbox, {
15962
16064
  "label": item.value
@@ -16037,7 +16139,7 @@ class TablePlugins {
16037
16139
  this.ctx = ctx;
16038
16140
  }
16039
16141
  }
16040
- function _isSlot(s2) {
16142
+ function _isSlot$1(s2) {
16041
16143
  return typeof s2 === "function" || Object.prototype.toString.call(s2) === "[object Object]" && !isVNode(s2);
16042
16144
  }
16043
16145
  var Settings = defineComponent({
@@ -16070,12 +16172,6 @@ var Settings = defineComponent({
16070
16172
  label: "\u5927",
16071
16173
  height: 56
16072
16174
  }];
16073
- const modifiers = [{
16074
- name: "offset",
16075
- options: {
16076
- offset: [10, 10]
16077
- }
16078
- }];
16079
16175
  const isShow = ref(false);
16080
16176
  const settings = props.settings;
16081
16177
  const activeSize = ref((_a = settings.size) != null ? _a : "default");
@@ -16132,21 +16228,20 @@ var Settings = defineComponent({
16132
16228
  "class": getItemClass(item),
16133
16229
  "onClick": () => handleSizeItemClick(item)
16134
16230
  }, [item.label]));
16135
- return () => createVNode(BkPopover, mergeProps({
16231
+ return () => createVNode(BkPopover2, mergeProps({
16136
16232
  "trigger": "manual",
16137
16233
  "isShow": isShow.value,
16138
16234
  "placement": "bottom-end",
16139
16235
  "arrow": false
16140
16236
  }, {
16141
- modifiers,
16142
16237
  theme
16143
- }, {
16144
- "boundary": document.body
16145
16238
  }), {
16146
- default: () => createVNode(cogShape, {
16239
+ default: () => createVNode("span", {
16240
+ "class": "table-head-settings"
16241
+ }, [createVNode(cogShape, {
16147
16242
  "style": "color: rgba(99,101,110, 0.6);",
16148
16243
  "onClick": handleSettingClick
16149
- }, null),
16244
+ }, null)]),
16150
16245
  content: () => {
16151
16246
  var _a2, _b2;
16152
16247
  let _slot2;
@@ -16170,14 +16265,14 @@ var Settings = defineComponent({
16170
16265
  "class": "setting-body-fields",
16171
16266
  "modelValue": checkedFields.value,
16172
16267
  "onUpdate:modelValue": ($event) => checkedFields.value = $event
16173
- }, _isSlot(_slot2 = ((_b2 = (_a2 = settings.fields) != null ? _a2 : props.columns) != null ? _b2 : []).map((item, index) => {
16268
+ }, _isSlot$1(_slot2 = ((_b2 = (_a2 = settings.fields) != null ? _a2 : props.columns) != null ? _b2 : []).map((item, index) => {
16174
16269
  let _slot;
16175
16270
  return createVNode("div", {
16176
16271
  "class": "field-item"
16177
16272
  }, [createVNode(BkCheckbox, {
16178
16273
  "label": resolvePropVal(item, "field", [item, index]),
16179
16274
  "disabled": isItemReadonly(item, index)
16180
- }, _isSlot(_slot = resolvePropVal(item, "label", [item, index])) ? _slot : {
16275
+ }, _isSlot$1(_slot = resolvePropVal(item, "label", [item, index])) ? _slot : {
16181
16276
  default: () => [_slot]
16182
16277
  })]);
16183
16278
  })) ? _slot2 : {
@@ -16737,6 +16832,7 @@ var useColumnResize = (colgroups, immediate = true) => {
16737
16832
  isInDragSection = true;
16738
16833
  target.style.setProperty("cursor", "col-resize");
16739
16834
  } else {
16835
+ target.style.setProperty("cursor", "");
16740
16836
  isInDragSection = false;
16741
16837
  }
16742
16838
  }
@@ -18674,7 +18770,13 @@ const Message$1 = (constructor, options) => {
18674
18770
  };
18675
18771
  render(vm, container2);
18676
18772
  instances[position].push(vm);
18677
- document.body.appendChild(container2.firstElementChild);
18773
+ let target;
18774
+ if (vm.props.getContainer && isElement$2(vm.props.getContainer)) {
18775
+ target = vm.props.getContainer;
18776
+ } else {
18777
+ target = document.body;
18778
+ }
18779
+ target.appendChild(container2.firstElementChild);
18678
18780
  };
18679
18781
  function close(id, position, spacing, userOnClose) {
18680
18782
  userOnClose == null ? void 0 : userOnClose();
@@ -18703,7 +18805,8 @@ const messageProps = {
18703
18805
  offsetY: PropTypes.number.def(30),
18704
18806
  spacing: PropTypes.number.def(10),
18705
18807
  extCls: PropTypes.string.def(""),
18706
- onClose: PropTypes.func
18808
+ onClose: PropTypes.func,
18809
+ getContainer: PropTypes.instanceOf(HTMLElement)
18707
18810
  };
18708
18811
  var MessageConstructor = defineComponent({
18709
18812
  name: "Message",
@@ -18714,9 +18817,11 @@ var MessageConstructor = defineComponent({
18714
18817
  }) {
18715
18818
  const classNames = computed(() => ["bk-message", `bk-message-${props.theme}`, `${props.extCls}`]);
18716
18819
  const zIndex = bkZIndexManager.getMessageNextIndex();
18820
+ const isGetContainer = computed(() => props.getContainer && isElement$2(props.getContainer));
18717
18821
  const styles = computed(() => ({
18718
18822
  top: `${props.offsetY}px`,
18719
- zIndex
18823
+ zIndex,
18824
+ position: isGetContainer.value ? "absolute" : "fixed"
18720
18825
  }));
18721
18826
  const visible = ref(false);
18722
18827
  let timer = null;
@@ -26654,7 +26759,7 @@ var Component$1 = defineComponent({
26654
26759
  icon
26655
26760
  } = timeline2;
26656
26761
  if (icon) {
26657
- return Object.prototype.toString.call(icon) === "[object Object]";
26762
+ return typeof icon === "function";
26658
26763
  }
26659
26764
  return false;
26660
26765
  };
@@ -26677,11 +26782,12 @@ var Component$1 = defineComponent({
26677
26782
  }, [isIcon(item) ? createVNode("div", {
26678
26783
  "class": "bk-timeline-icon",
26679
26784
  "style": {
26680
- borderWidth: item.border ? "2px" : "0px"
26785
+ border: item.border ? `2px solid ${item.color}` : "0px",
26786
+ borderRadius: item.border ? "50%" : "0"
26681
26787
  }
26682
26788
  }, [createVNode("span", {
26683
26789
  "class": "bk-timeline-icon-inner"
26684
- }, [item.icon])]) : "", createVNode("div", {
26790
+ }, [createVNode(item.icon, null, null)])]) : "", createVNode("div", {
26685
26791
  "class": "bk-timeline-section"
26686
26792
  }, [createVNode("div", {
26687
26793
  "class": "bk-timeline-title",
@@ -26803,6 +26909,1470 @@ var Component = defineComponent({
26803
26909
  }
26804
26910
  });
26805
26911
  const BkSteps = withInstall(Component);
26912
+ const CLASS_PREFIX = "bk-upload";
26913
+ var EThemes = /* @__PURE__ */ ((EThemes2) => {
26914
+ EThemes2["BUTTON"] = "button";
26915
+ EThemes2["DRAGGABLE"] = "draggable";
26916
+ EThemes2["PICTURE"] = "picture";
26917
+ return EThemes2;
26918
+ })(EThemes || {});
26919
+ var EUploadStatus = /* @__PURE__ */ ((EUploadStatus2) => {
26920
+ EUploadStatus2["NEW"] = "new";
26921
+ EUploadStatus2["UPLOADING"] = "uploading";
26922
+ EUploadStatus2["SUCCESS"] = "success";
26923
+ EUploadStatus2["FAIL"] = "fail";
26924
+ return EUploadStatus2;
26925
+ })(EUploadStatus || {});
26926
+ const themes = [EThemes.BUTTON, EThemes.DRAGGABLE, EThemes.PICTURE];
26927
+ var uploadProps = {
26928
+ theme: {
26929
+ type: String,
26930
+ default: "draggable",
26931
+ validator: (val) => {
26932
+ if (!val || themes.includes(val)) {
26933
+ return true;
26934
+ }
26935
+ console.error(`invalid theme, ${val}, the theme must be one of \u3010${themes.join(" | ")}\u3011`);
26936
+ return false;
26937
+ }
26938
+ },
26939
+ files: {
26940
+ type: Array,
26941
+ default: () => []
26942
+ },
26943
+ name: {
26944
+ type: String,
26945
+ default: "upload_file"
26946
+ },
26947
+ multiple: {
26948
+ type: Boolean,
26949
+ default: true
26950
+ },
26951
+ disabled: {
26952
+ type: Boolean,
26953
+ default: false
26954
+ },
26955
+ autoUpload: {
26956
+ type: Boolean,
26957
+ default: true
26958
+ },
26959
+ accept: {
26960
+ type: String
26961
+ },
26962
+ delayTime: {
26963
+ type: Number,
26964
+ default: 0
26965
+ },
26966
+ url: {
26967
+ type: String,
26968
+ required: false
26969
+ },
26970
+ method: {
26971
+ type: String,
26972
+ default: "post"
26973
+ },
26974
+ size: {
26975
+ type: [Number, Object],
26976
+ default() {
26977
+ return {
26978
+ maxFileSize: 5,
26979
+ maxImgSize: 1
26980
+ };
26981
+ }
26982
+ },
26983
+ handleResCode: {
26984
+ type: Function,
26985
+ default(res) {
26986
+ if (res && res.code === 0) {
26987
+ return true;
26988
+ }
26989
+ return false;
26990
+ }
26991
+ },
26992
+ headers: {
26993
+ type: Object,
26994
+ default: () => ({})
26995
+ },
26996
+ header: {
26997
+ type: [Array, Object],
26998
+ default: () => []
26999
+ },
27000
+ tip: {
27001
+ type: String,
27002
+ default: ""
27003
+ },
27004
+ validateName: {
27005
+ type: RegExp
27006
+ },
27007
+ withCredentials: {
27008
+ type: Boolean,
27009
+ default: false
27010
+ },
27011
+ limit: Number,
27012
+ data: {
27013
+ type: [Array, Object],
27014
+ default: () => []
27015
+ },
27016
+ formDataAttributes: {
27017
+ type: [Array, Object],
27018
+ default: () => []
27019
+ },
27020
+ extCls: {
27021
+ type: String,
27022
+ default: ""
27023
+ },
27024
+ customRequest: Function,
27025
+ beforeUpload: {
27026
+ type: Function,
27027
+ default: null
27028
+ },
27029
+ beforeRemove: {
27030
+ type: Function,
27031
+ default: null
27032
+ },
27033
+ sliceUpload: {
27034
+ type: Boolean,
27035
+ default: false
27036
+ },
27037
+ sliceUrl: {
27038
+ type: String,
27039
+ default: ""
27040
+ },
27041
+ mergeUrl: {
27042
+ type: String,
27043
+ default: ""
27044
+ },
27045
+ chunkSize: {
27046
+ type: Number,
27047
+ default: 10
27048
+ }
27049
+ };
27050
+ function _isSlot(s2) {
27051
+ return typeof s2 === "function" || Object.prototype.toString.call(s2) === "[object Object]" && !isVNode(s2);
27052
+ }
27053
+ var UploadList = defineComponent({
27054
+ name: "UploadList",
27055
+ props: {
27056
+ theme: uploadProps.theme,
27057
+ disabled: uploadProps.disabled,
27058
+ files: uploadProps.files,
27059
+ multiple: uploadProps.multiple
27060
+ },
27061
+ emits: ["remove"],
27062
+ setup(props, {
27063
+ slots,
27064
+ emit
27065
+ }) {
27066
+ const {
27067
+ theme,
27068
+ disabled,
27069
+ multiple
27070
+ } = toRefs(props);
27071
+ const classBlock = `${CLASS_PREFIX}-list`;
27072
+ const isPhotowall = computed(() => theme.value === EThemes.PICTURE);
27073
+ const isSinglePhoto = computed(() => isPhotowall.value && !multiple.value);
27074
+ const classNames = computed(() => classes({
27075
+ [classBlock]: true,
27076
+ [`${classBlock}--${theme.value}`]: true,
27077
+ [`${classBlock}--disabled`]: disabled.value
27078
+ }));
27079
+ function formatSize(value) {
27080
+ const uints = ["Bytes", "KB", "MB", "GB", "TB"];
27081
+ const index = Math.floor(Math.log(value) / Math.log(1024));
27082
+ const size = value / 1024 ** index;
27083
+ return `${size.toFixed(2)}${uints[index]}`;
27084
+ }
27085
+ function handleRemove(file, e) {
27086
+ emit("remove", file, e);
27087
+ }
27088
+ const Photowall = () => {
27089
+ let _slot;
27090
+ return createVNode(TransitionGroup, {
27091
+ "name": `${classBlock}__item`
27092
+ }, _isSlot(_slot = props.files.map((file) => {
27093
+ const classNames2 = classes({
27094
+ [`${classBlock}__item`]: true,
27095
+ [`${classBlock}__item-picture`]: true,
27096
+ [`${classBlock}__item--${file.status}`]: true
27097
+ });
27098
+ return createVNode("li", {
27099
+ "key": file.uid,
27100
+ "class": classNames2
27101
+ }, [(slots == null ? void 0 : slots.file) ? slots.file(file) : PhotoItem(file)]);
27102
+ })) ? _slot : {
27103
+ default: () => [_slot]
27104
+ });
27105
+ };
27106
+ const PhotoItem = (file) => [withDirectives(createVNode("img", {
27107
+ "src": file.url,
27108
+ "class": `${classBlock}__picture-item-thumbnail`,
27109
+ "alt": ""
27110
+ }, null), [[vShow, file.status !== "uploading"]]), createVNode(Fragment, null, [file.status === "uploading" && createVNode(BkProgress, {
27111
+ "class": `${classBlock}__picture-item-progress`,
27112
+ "type": "circle",
27113
+ "color": "#3a84ff",
27114
+ "bgColor": "#333",
27115
+ "width": 50,
27116
+ "titleStyle": {
27117
+ color: "#fff"
27118
+ },
27119
+ "percent": file.percentage
27120
+ }, null)]), createVNode(Fragment, null, [!disabled.value && createVNode("div", {
27121
+ "class": `${classBlock}__picture-item-actions`
27122
+ }, [createVNode(del, {
27123
+ "class": "action-icon",
27124
+ "onClick": (e) => handleRemove(file, e)
27125
+ }, null)])])];
27126
+ const Normal = () => {
27127
+ let _slot2;
27128
+ return createVNode(TransitionGroup, {
27129
+ "name": `${classBlock}__item`
27130
+ }, _isSlot(_slot2 = props.files.map((file) => {
27131
+ const classNames2 = classes({
27132
+ [`${classBlock}__item`]: true,
27133
+ [`${classBlock}__item--${file.status}`]: true
27134
+ });
27135
+ return createVNode("li", {
27136
+ "key": file.uid,
27137
+ "class": classNames2
27138
+ }, [(slots == null ? void 0 : slots.file) ? slots.file(file) : NormalItem(file)]);
27139
+ })) ? _slot2 : {
27140
+ default: () => [_slot2]
27141
+ });
27142
+ };
27143
+ const FileIcon = (file) => {
27144
+ var _a;
27145
+ const rawType = (_a = file == null ? void 0 : file.raw) == null ? void 0 : _a.type;
27146
+ const [type] = (rawType == null ? void 0 : rawType.split("/")) || "";
27147
+ const iconMap = {
27148
+ text: textFill,
27149
+ image: imageFill,
27150
+ application: textFill,
27151
+ video: videoFill,
27152
+ audio: audioFill
27153
+ };
27154
+ let icon = iconMap[type] || textFill;
27155
+ const zipType = ["application/zip", "application/rar", "application/tar", "application/gz", "application/x-gzip"];
27156
+ if (zipType.includes(rawType)) {
27157
+ icon = archiveFill;
27158
+ }
27159
+ return h$1(icon, {
27160
+ class: `${classBlock}__item-file-icon`
27161
+ });
27162
+ };
27163
+ const NormalItem = (file) => [createVNode("div", {
27164
+ "class": `${classBlock}__item-icon`
27165
+ }, [file.isPic ? createVNode("img", {
27166
+ "src": file.url,
27167
+ "class": `${classBlock}__item-thumbnail`,
27168
+ "alt": ""
27169
+ }, null) : FileIcon(file)]), createVNode("div", {
27170
+ "class": `${classBlock}__item-summary`
27171
+ }, [createVNode("div", {
27172
+ "class": `${classBlock}__item-name`,
27173
+ "title": file.name
27174
+ }, [file.name]), file.status !== "uploading" && createVNode("div", {
27175
+ "class": `${classBlock}__item-message`,
27176
+ "title": file.statusText
27177
+ }, [file.status === "success" && createVNode("span", null, [createVNode(done, {
27178
+ "class": `${classBlock}__item-message-success-icon`
27179
+ }, null), file.statusText || "\u4E0A\u4F20\u6210\u529F"]), file.status === "fail" && createVNode("span", null, [file.statusText || "\u4E0A\u4F20\u5931\u8D25"])]), file.status === "uploading" && createVNode(BkProgress, {
27180
+ "class": `${classBlock}__item-progress`,
27181
+ "showText": false,
27182
+ "percent": file.percentage,
27183
+ "size": "small"
27184
+ }, null), file.status !== "fail" && createVNode("div", {
27185
+ "class": `${classBlock}__item-speed`
27186
+ }, [withDirectives(createVNode("span", {
27187
+ "class": `${classBlock}__item-speed-size`
27188
+ }, [formatSize(file.size)]), [[vShow, file.size]]), withDirectives(createVNode("span", {
27189
+ "class": `${classBlock}__item-speed-percentage`
27190
+ }, [file.percentage, createTextVNode("%")]), [[vShow, file.status === "uploading"]])]), !disabled.value && createVNode("div", {
27191
+ "class": `${classBlock}__item-actions`
27192
+ }, [createVNode(del, {
27193
+ "class": `${classBlock}__item-del-icon`,
27194
+ "onClick": (e) => handleRemove(file, e)
27195
+ }, null)])])];
27196
+ return () => {
27197
+ var _a;
27198
+ return createVNode(Fragment, null, [isSinglePhoto.value ? (slots == null ? void 0 : slots.innerTrigger) && (slots == null ? void 0 : slots.innerTrigger((_a = props.files) == null ? void 0 : _a[0])) : createVNode("ul", {
27199
+ "class": classNames.value
27200
+ }, [isPhotowall.value ? Photowall() : Normal(), (slots == null ? void 0 : slots.innerTrigger) && (slots == null ? void 0 : slots.innerTrigger())])]);
27201
+ };
27202
+ }
27203
+ });
27204
+ var UploadTrigger = defineComponent({
27205
+ name: "UploadTrigger",
27206
+ props: {
27207
+ theme: uploadProps.theme,
27208
+ disabled: uploadProps.disabled,
27209
+ multiple: uploadProps.multiple,
27210
+ accept: uploadProps.accept,
27211
+ file: {
27212
+ type: Object,
27213
+ default: null
27214
+ }
27215
+ },
27216
+ emits: ["change", "remove"],
27217
+ setup(props, {
27218
+ slots,
27219
+ emit
27220
+ }) {
27221
+ const {
27222
+ theme,
27223
+ disabled,
27224
+ file,
27225
+ multiple,
27226
+ accept
27227
+ } = toRefs(props);
27228
+ const classBlock = `${CLASS_PREFIX}-trigger`;
27229
+ const isButton = computed(() => theme.value === EThemes.BUTTON);
27230
+ const isDrag = computed(() => theme.value === EThemes.DRAGGABLE);
27231
+ const isPicture = computed(() => theme.value === EThemes.PICTURE);
27232
+ const isSinglePicture = computed(() => isPicture.value && !multiple.value);
27233
+ const acceptTypes = computed(() => isPicture.value && !accept.value ? "image/png,image/jpeg,image/jpg" : accept.value);
27234
+ const inputEl = ref(null);
27235
+ const classNames = computed(() => {
27236
+ var _a, _b, _c;
27237
+ return classes({
27238
+ [classBlock]: true,
27239
+ [`${classBlock}--${theme.value}`]: true,
27240
+ [`${classBlock}--single-picture`]: isSinglePicture.value,
27241
+ [`${classBlock}--has-file`]: (_a = file.value) != null ? _a : false,
27242
+ [`${classBlock}--${(_b = file.value) == null ? void 0 : _b.status}`]: (_c = file.value) != null ? _c : false,
27243
+ [`${classBlock}--dragover`]: dragover.value,
27244
+ [`${classBlock}--disabled`]: disabled.value
27245
+ });
27246
+ });
27247
+ const invoke = () => {
27248
+ inputEl.value.value = null;
27249
+ inputEl.value.click();
27250
+ };
27251
+ const handleFileChange = (e) => {
27252
+ const {
27253
+ files
27254
+ } = e.target;
27255
+ emit("change", Array.from(files));
27256
+ };
27257
+ const handleClick = () => {
27258
+ if (props.disabled) {
27259
+ return;
27260
+ }
27261
+ invoke();
27262
+ };
27263
+ const handleKeydown = (e) => {
27264
+ if (e.defaultPrevented || e.target !== e.currentTarget) {
27265
+ return;
27266
+ }
27267
+ if (e.code === "Enter" || e.code === "Space") {
27268
+ invoke();
27269
+ }
27270
+ e.preventDefault();
27271
+ };
27272
+ function handleRemove(file2, e) {
27273
+ emit("remove", file2, e);
27274
+ e.stopPropagation();
27275
+ e.preventDefault();
27276
+ }
27277
+ const dragover = ref(false);
27278
+ const Dragger = () => {
27279
+ const handleDrop = (e) => {
27280
+ if (disabled.value) {
27281
+ return;
27282
+ }
27283
+ e.preventDefault();
27284
+ dragover.value = false;
27285
+ const files = Array.from(e.dataTransfer.files);
27286
+ if (!acceptTypes.value) {
27287
+ emit("change", files);
27288
+ return;
27289
+ }
27290
+ const filesFiltered = files.filter((file2) => {
27291
+ const {
27292
+ type,
27293
+ name
27294
+ } = file2;
27295
+ const extension = name.includes(".") ? `.${name.split(".").pop()}` : "";
27296
+ const baseType = type.replace(/\/.*$/, "");
27297
+ return acceptTypes.value.split(",").map((type2) => type2.trim()).filter((type2) => type2).some((acceptedType) => {
27298
+ if (acceptedType.startsWith(".")) {
27299
+ return extension === acceptedType;
27300
+ }
27301
+ if (/\/\*$/.test(acceptedType)) {
27302
+ return baseType === acceptedType.replace(/\/\*$/, "");
27303
+ }
27304
+ if (/^[^/]+\/[^/]+$/.test(acceptedType)) {
27305
+ return type === acceptedType;
27306
+ }
27307
+ return false;
27308
+ });
27309
+ });
27310
+ emit("change", filesFiltered);
27311
+ };
27312
+ const handleDragover = (e) => {
27313
+ e.preventDefault();
27314
+ dragover.value = true;
27315
+ };
27316
+ const handleDragleave = () => {
27317
+ dragover.value = false;
27318
+ };
27319
+ const classNames2 = classes({
27320
+ [`${classBlock}__draggable`]: true
27321
+ });
27322
+ return createVNode("div", {
27323
+ "class": classNames2,
27324
+ "onDrop": handleDrop,
27325
+ "onDragover": handleDragover,
27326
+ "onDragleave": handleDragleave
27327
+ }, [slots.default ? slots.default() : createVNode(Fragment, null, [createVNode(upload, {
27328
+ "class": `${classBlock}__draggable-icon`
27329
+ }, null), createVNode("div", {
27330
+ "class": `${classBlock}__draggable-text`
27331
+ }, [createTextVNode("\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216"), createVNode("span", {
27332
+ "class": `${classBlock}__draggable-upload-link`
27333
+ }, [createTextVNode("\u70B9\u51FB\u4E0A\u4F20")])])])]);
27334
+ };
27335
+ const Picture = () => createVNode(Fragment, null, [isSinglePicture.value && props.file ? SinglePicture(props.file) : DefaultPicture()]);
27336
+ const DefaultPicture = () => createVNode(Fragment, null, [slots.default ? slots.default() : createVNode("div", {
27337
+ "class": `${classBlock}__picture-inner`
27338
+ }, [createVNode(plus, {
27339
+ "class": `${classBlock}__picture-icon`
27340
+ }, null), createVNode("div", {
27341
+ "class": `${classBlock}__picture-text`
27342
+ }, [createTextVNode("\u70B9\u51FB\u4E0A\u4F20")])])]);
27343
+ const SinglePicture = (file2) => [withDirectives(createVNode("img", {
27344
+ "src": file2.url,
27345
+ "class": `${classBlock}__picture-thumbnail`,
27346
+ "alt": ""
27347
+ }, null), [[vShow, file2.status !== "uploading"]]), createVNode(Fragment, null, [file2.status === "uploading" && createVNode(BkProgress, {
27348
+ "class": `${classBlock}__picture-progress`,
27349
+ "type": "circle",
27350
+ "color": "#3a84ff",
27351
+ "bgColor": "#333",
27352
+ "width": 50,
27353
+ "titleStyle": {
27354
+ color: "#fff"
27355
+ },
27356
+ "percent": file2.percentage
27357
+ }, null)]), createVNode(Fragment, null, [!props.disabled && createVNode("div", {
27358
+ "class": `${classBlock}__picture-actions`
27359
+ }, [createVNode(del, {
27360
+ "class": "action-icon",
27361
+ "onClick": (e) => handleRemove(file2, e)
27362
+ }, null)])])];
27363
+ const Button = () => createVNode(BkButton, {
27364
+ "disabled": disabled.value
27365
+ }, {
27366
+ default: () => [createVNode(upload, {
27367
+ "class": `${classBlock}__button-icon`
27368
+ }, null), createVNode("span", {
27369
+ "class": `${classBlock}__button-text`
27370
+ }, [createTextVNode("\u4E0A\u4F20\u6587\u4EF6")])]
27371
+ });
27372
+ const Trigger = () => {
27373
+ if (isButton.value)
27374
+ return Button();
27375
+ if (isDrag.value)
27376
+ return Dragger();
27377
+ if (isPicture.value)
27378
+ return Picture();
27379
+ };
27380
+ return () => {
27381
+ var _a;
27382
+ return createVNode("div", {
27383
+ "class": classNames.value,
27384
+ "tabindex": "0",
27385
+ "onClick": handleClick,
27386
+ "onKeydown": handleKeydown
27387
+ }, [slots.trigger ? [slots.trigger(), (_a = slots == null ? void 0 : slots.default) == null ? void 0 : _a.call(slots)] : Trigger(), createVNode("input", {
27388
+ "ref": inputEl,
27389
+ "class": "bk-upload__input-file",
27390
+ "tabindex": "-1",
27391
+ "onChange": handleFileChange,
27392
+ "accept": acceptTypes.value,
27393
+ "multiple": multiple.value,
27394
+ "disabled": disabled.value,
27395
+ "type": "file"
27396
+ }, null)]);
27397
+ };
27398
+ }
27399
+ });
27400
+ var sparkMd5 = { exports: {} };
27401
+ (function(module, exports) {
27402
+ (function(factory) {
27403
+ {
27404
+ module.exports = factory();
27405
+ }
27406
+ })(function(undefined$1) {
27407
+ var hex_chr = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f"];
27408
+ function md5cycle(x2, k2) {
27409
+ var a2 = x2[0], b2 = x2[1], c2 = x2[2], d2 = x2[3];
27410
+ a2 += (b2 & c2 | ~b2 & d2) + k2[0] - 680876936 | 0;
27411
+ a2 = (a2 << 7 | a2 >>> 25) + b2 | 0;
27412
+ d2 += (a2 & b2 | ~a2 & c2) + k2[1] - 389564586 | 0;
27413
+ d2 = (d2 << 12 | d2 >>> 20) + a2 | 0;
27414
+ c2 += (d2 & a2 | ~d2 & b2) + k2[2] + 606105819 | 0;
27415
+ c2 = (c2 << 17 | c2 >>> 15) + d2 | 0;
27416
+ b2 += (c2 & d2 | ~c2 & a2) + k2[3] - 1044525330 | 0;
27417
+ b2 = (b2 << 22 | b2 >>> 10) + c2 | 0;
27418
+ a2 += (b2 & c2 | ~b2 & d2) + k2[4] - 176418897 | 0;
27419
+ a2 = (a2 << 7 | a2 >>> 25) + b2 | 0;
27420
+ d2 += (a2 & b2 | ~a2 & c2) + k2[5] + 1200080426 | 0;
27421
+ d2 = (d2 << 12 | d2 >>> 20) + a2 | 0;
27422
+ c2 += (d2 & a2 | ~d2 & b2) + k2[6] - 1473231341 | 0;
27423
+ c2 = (c2 << 17 | c2 >>> 15) + d2 | 0;
27424
+ b2 += (c2 & d2 | ~c2 & a2) + k2[7] - 45705983 | 0;
27425
+ b2 = (b2 << 22 | b2 >>> 10) + c2 | 0;
27426
+ a2 += (b2 & c2 | ~b2 & d2) + k2[8] + 1770035416 | 0;
27427
+ a2 = (a2 << 7 | a2 >>> 25) + b2 | 0;
27428
+ d2 += (a2 & b2 | ~a2 & c2) + k2[9] - 1958414417 | 0;
27429
+ d2 = (d2 << 12 | d2 >>> 20) + a2 | 0;
27430
+ c2 += (d2 & a2 | ~d2 & b2) + k2[10] - 42063 | 0;
27431
+ c2 = (c2 << 17 | c2 >>> 15) + d2 | 0;
27432
+ b2 += (c2 & d2 | ~c2 & a2) + k2[11] - 1990404162 | 0;
27433
+ b2 = (b2 << 22 | b2 >>> 10) + c2 | 0;
27434
+ a2 += (b2 & c2 | ~b2 & d2) + k2[12] + 1804603682 | 0;
27435
+ a2 = (a2 << 7 | a2 >>> 25) + b2 | 0;
27436
+ d2 += (a2 & b2 | ~a2 & c2) + k2[13] - 40341101 | 0;
27437
+ d2 = (d2 << 12 | d2 >>> 20) + a2 | 0;
27438
+ c2 += (d2 & a2 | ~d2 & b2) + k2[14] - 1502002290 | 0;
27439
+ c2 = (c2 << 17 | c2 >>> 15) + d2 | 0;
27440
+ b2 += (c2 & d2 | ~c2 & a2) + k2[15] + 1236535329 | 0;
27441
+ b2 = (b2 << 22 | b2 >>> 10) + c2 | 0;
27442
+ a2 += (b2 & d2 | c2 & ~d2) + k2[1] - 165796510 | 0;
27443
+ a2 = (a2 << 5 | a2 >>> 27) + b2 | 0;
27444
+ d2 += (a2 & c2 | b2 & ~c2) + k2[6] - 1069501632 | 0;
27445
+ d2 = (d2 << 9 | d2 >>> 23) + a2 | 0;
27446
+ c2 += (d2 & b2 | a2 & ~b2) + k2[11] + 643717713 | 0;
27447
+ c2 = (c2 << 14 | c2 >>> 18) + d2 | 0;
27448
+ b2 += (c2 & a2 | d2 & ~a2) + k2[0] - 373897302 | 0;
27449
+ b2 = (b2 << 20 | b2 >>> 12) + c2 | 0;
27450
+ a2 += (b2 & d2 | c2 & ~d2) + k2[5] - 701558691 | 0;
27451
+ a2 = (a2 << 5 | a2 >>> 27) + b2 | 0;
27452
+ d2 += (a2 & c2 | b2 & ~c2) + k2[10] + 38016083 | 0;
27453
+ d2 = (d2 << 9 | d2 >>> 23) + a2 | 0;
27454
+ c2 += (d2 & b2 | a2 & ~b2) + k2[15] - 660478335 | 0;
27455
+ c2 = (c2 << 14 | c2 >>> 18) + d2 | 0;
27456
+ b2 += (c2 & a2 | d2 & ~a2) + k2[4] - 405537848 | 0;
27457
+ b2 = (b2 << 20 | b2 >>> 12) + c2 | 0;
27458
+ a2 += (b2 & d2 | c2 & ~d2) + k2[9] + 568446438 | 0;
27459
+ a2 = (a2 << 5 | a2 >>> 27) + b2 | 0;
27460
+ d2 += (a2 & c2 | b2 & ~c2) + k2[14] - 1019803690 | 0;
27461
+ d2 = (d2 << 9 | d2 >>> 23) + a2 | 0;
27462
+ c2 += (d2 & b2 | a2 & ~b2) + k2[3] - 187363961 | 0;
27463
+ c2 = (c2 << 14 | c2 >>> 18) + d2 | 0;
27464
+ b2 += (c2 & a2 | d2 & ~a2) + k2[8] + 1163531501 | 0;
27465
+ b2 = (b2 << 20 | b2 >>> 12) + c2 | 0;
27466
+ a2 += (b2 & d2 | c2 & ~d2) + k2[13] - 1444681467 | 0;
27467
+ a2 = (a2 << 5 | a2 >>> 27) + b2 | 0;
27468
+ d2 += (a2 & c2 | b2 & ~c2) + k2[2] - 51403784 | 0;
27469
+ d2 = (d2 << 9 | d2 >>> 23) + a2 | 0;
27470
+ c2 += (d2 & b2 | a2 & ~b2) + k2[7] + 1735328473 | 0;
27471
+ c2 = (c2 << 14 | c2 >>> 18) + d2 | 0;
27472
+ b2 += (c2 & a2 | d2 & ~a2) + k2[12] - 1926607734 | 0;
27473
+ b2 = (b2 << 20 | b2 >>> 12) + c2 | 0;
27474
+ a2 += (b2 ^ c2 ^ d2) + k2[5] - 378558 | 0;
27475
+ a2 = (a2 << 4 | a2 >>> 28) + b2 | 0;
27476
+ d2 += (a2 ^ b2 ^ c2) + k2[8] - 2022574463 | 0;
27477
+ d2 = (d2 << 11 | d2 >>> 21) + a2 | 0;
27478
+ c2 += (d2 ^ a2 ^ b2) + k2[11] + 1839030562 | 0;
27479
+ c2 = (c2 << 16 | c2 >>> 16) + d2 | 0;
27480
+ b2 += (c2 ^ d2 ^ a2) + k2[14] - 35309556 | 0;
27481
+ b2 = (b2 << 23 | b2 >>> 9) + c2 | 0;
27482
+ a2 += (b2 ^ c2 ^ d2) + k2[1] - 1530992060 | 0;
27483
+ a2 = (a2 << 4 | a2 >>> 28) + b2 | 0;
27484
+ d2 += (a2 ^ b2 ^ c2) + k2[4] + 1272893353 | 0;
27485
+ d2 = (d2 << 11 | d2 >>> 21) + a2 | 0;
27486
+ c2 += (d2 ^ a2 ^ b2) + k2[7] - 155497632 | 0;
27487
+ c2 = (c2 << 16 | c2 >>> 16) + d2 | 0;
27488
+ b2 += (c2 ^ d2 ^ a2) + k2[10] - 1094730640 | 0;
27489
+ b2 = (b2 << 23 | b2 >>> 9) + c2 | 0;
27490
+ a2 += (b2 ^ c2 ^ d2) + k2[13] + 681279174 | 0;
27491
+ a2 = (a2 << 4 | a2 >>> 28) + b2 | 0;
27492
+ d2 += (a2 ^ b2 ^ c2) + k2[0] - 358537222 | 0;
27493
+ d2 = (d2 << 11 | d2 >>> 21) + a2 | 0;
27494
+ c2 += (d2 ^ a2 ^ b2) + k2[3] - 722521979 | 0;
27495
+ c2 = (c2 << 16 | c2 >>> 16) + d2 | 0;
27496
+ b2 += (c2 ^ d2 ^ a2) + k2[6] + 76029189 | 0;
27497
+ b2 = (b2 << 23 | b2 >>> 9) + c2 | 0;
27498
+ a2 += (b2 ^ c2 ^ d2) + k2[9] - 640364487 | 0;
27499
+ a2 = (a2 << 4 | a2 >>> 28) + b2 | 0;
27500
+ d2 += (a2 ^ b2 ^ c2) + k2[12] - 421815835 | 0;
27501
+ d2 = (d2 << 11 | d2 >>> 21) + a2 | 0;
27502
+ c2 += (d2 ^ a2 ^ b2) + k2[15] + 530742520 | 0;
27503
+ c2 = (c2 << 16 | c2 >>> 16) + d2 | 0;
27504
+ b2 += (c2 ^ d2 ^ a2) + k2[2] - 995338651 | 0;
27505
+ b2 = (b2 << 23 | b2 >>> 9) + c2 | 0;
27506
+ a2 += (c2 ^ (b2 | ~d2)) + k2[0] - 198630844 | 0;
27507
+ a2 = (a2 << 6 | a2 >>> 26) + b2 | 0;
27508
+ d2 += (b2 ^ (a2 | ~c2)) + k2[7] + 1126891415 | 0;
27509
+ d2 = (d2 << 10 | d2 >>> 22) + a2 | 0;
27510
+ c2 += (a2 ^ (d2 | ~b2)) + k2[14] - 1416354905 | 0;
27511
+ c2 = (c2 << 15 | c2 >>> 17) + d2 | 0;
27512
+ b2 += (d2 ^ (c2 | ~a2)) + k2[5] - 57434055 | 0;
27513
+ b2 = (b2 << 21 | b2 >>> 11) + c2 | 0;
27514
+ a2 += (c2 ^ (b2 | ~d2)) + k2[12] + 1700485571 | 0;
27515
+ a2 = (a2 << 6 | a2 >>> 26) + b2 | 0;
27516
+ d2 += (b2 ^ (a2 | ~c2)) + k2[3] - 1894986606 | 0;
27517
+ d2 = (d2 << 10 | d2 >>> 22) + a2 | 0;
27518
+ c2 += (a2 ^ (d2 | ~b2)) + k2[10] - 1051523 | 0;
27519
+ c2 = (c2 << 15 | c2 >>> 17) + d2 | 0;
27520
+ b2 += (d2 ^ (c2 | ~a2)) + k2[1] - 2054922799 | 0;
27521
+ b2 = (b2 << 21 | b2 >>> 11) + c2 | 0;
27522
+ a2 += (c2 ^ (b2 | ~d2)) + k2[8] + 1873313359 | 0;
27523
+ a2 = (a2 << 6 | a2 >>> 26) + b2 | 0;
27524
+ d2 += (b2 ^ (a2 | ~c2)) + k2[15] - 30611744 | 0;
27525
+ d2 = (d2 << 10 | d2 >>> 22) + a2 | 0;
27526
+ c2 += (a2 ^ (d2 | ~b2)) + k2[6] - 1560198380 | 0;
27527
+ c2 = (c2 << 15 | c2 >>> 17) + d2 | 0;
27528
+ b2 += (d2 ^ (c2 | ~a2)) + k2[13] + 1309151649 | 0;
27529
+ b2 = (b2 << 21 | b2 >>> 11) + c2 | 0;
27530
+ a2 += (c2 ^ (b2 | ~d2)) + k2[4] - 145523070 | 0;
27531
+ a2 = (a2 << 6 | a2 >>> 26) + b2 | 0;
27532
+ d2 += (b2 ^ (a2 | ~c2)) + k2[11] - 1120210379 | 0;
27533
+ d2 = (d2 << 10 | d2 >>> 22) + a2 | 0;
27534
+ c2 += (a2 ^ (d2 | ~b2)) + k2[2] + 718787259 | 0;
27535
+ c2 = (c2 << 15 | c2 >>> 17) + d2 | 0;
27536
+ b2 += (d2 ^ (c2 | ~a2)) + k2[9] - 343485551 | 0;
27537
+ b2 = (b2 << 21 | b2 >>> 11) + c2 | 0;
27538
+ x2[0] = a2 + x2[0] | 0;
27539
+ x2[1] = b2 + x2[1] | 0;
27540
+ x2[2] = c2 + x2[2] | 0;
27541
+ x2[3] = d2 + x2[3] | 0;
27542
+ }
27543
+ function md5blk(s2) {
27544
+ var md5blks = [], i2;
27545
+ for (i2 = 0; i2 < 64; i2 += 4) {
27546
+ md5blks[i2 >> 2] = s2.charCodeAt(i2) + (s2.charCodeAt(i2 + 1) << 8) + (s2.charCodeAt(i2 + 2) << 16) + (s2.charCodeAt(i2 + 3) << 24);
27547
+ }
27548
+ return md5blks;
27549
+ }
27550
+ function md5blk_array(a2) {
27551
+ var md5blks = [], i2;
27552
+ for (i2 = 0; i2 < 64; i2 += 4) {
27553
+ md5blks[i2 >> 2] = a2[i2] + (a2[i2 + 1] << 8) + (a2[i2 + 2] << 16) + (a2[i2 + 3] << 24);
27554
+ }
27555
+ return md5blks;
27556
+ }
27557
+ function md51(s2) {
27558
+ var n2 = s2.length, state = [1732584193, -271733879, -1732584194, 271733878], i2, length, tail, tmp, lo, hi;
27559
+ for (i2 = 64; i2 <= n2; i2 += 64) {
27560
+ md5cycle(state, md5blk(s2.substring(i2 - 64, i2)));
27561
+ }
27562
+ s2 = s2.substring(i2 - 64);
27563
+ length = s2.length;
27564
+ tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
27565
+ for (i2 = 0; i2 < length; i2 += 1) {
27566
+ tail[i2 >> 2] |= s2.charCodeAt(i2) << (i2 % 4 << 3);
27567
+ }
27568
+ tail[i2 >> 2] |= 128 << (i2 % 4 << 3);
27569
+ if (i2 > 55) {
27570
+ md5cycle(state, tail);
27571
+ for (i2 = 0; i2 < 16; i2 += 1) {
27572
+ tail[i2] = 0;
27573
+ }
27574
+ }
27575
+ tmp = n2 * 8;
27576
+ tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/);
27577
+ lo = parseInt(tmp[2], 16);
27578
+ hi = parseInt(tmp[1], 16) || 0;
27579
+ tail[14] = lo;
27580
+ tail[15] = hi;
27581
+ md5cycle(state, tail);
27582
+ return state;
27583
+ }
27584
+ function md51_array(a2) {
27585
+ var n2 = a2.length, state = [1732584193, -271733879, -1732584194, 271733878], i2, length, tail, tmp, lo, hi;
27586
+ for (i2 = 64; i2 <= n2; i2 += 64) {
27587
+ md5cycle(state, md5blk_array(a2.subarray(i2 - 64, i2)));
27588
+ }
27589
+ a2 = i2 - 64 < n2 ? a2.subarray(i2 - 64) : new Uint8Array(0);
27590
+ length = a2.length;
27591
+ tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
27592
+ for (i2 = 0; i2 < length; i2 += 1) {
27593
+ tail[i2 >> 2] |= a2[i2] << (i2 % 4 << 3);
27594
+ }
27595
+ tail[i2 >> 2] |= 128 << (i2 % 4 << 3);
27596
+ if (i2 > 55) {
27597
+ md5cycle(state, tail);
27598
+ for (i2 = 0; i2 < 16; i2 += 1) {
27599
+ tail[i2] = 0;
27600
+ }
27601
+ }
27602
+ tmp = n2 * 8;
27603
+ tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/);
27604
+ lo = parseInt(tmp[2], 16);
27605
+ hi = parseInt(tmp[1], 16) || 0;
27606
+ tail[14] = lo;
27607
+ tail[15] = hi;
27608
+ md5cycle(state, tail);
27609
+ return state;
27610
+ }
27611
+ function rhex(n2) {
27612
+ var s2 = "", j2;
27613
+ for (j2 = 0; j2 < 4; j2 += 1) {
27614
+ s2 += hex_chr[n2 >> j2 * 8 + 4 & 15] + hex_chr[n2 >> j2 * 8 & 15];
27615
+ }
27616
+ return s2;
27617
+ }
27618
+ function hex(x2) {
27619
+ var i2;
27620
+ for (i2 = 0; i2 < x2.length; i2 += 1) {
27621
+ x2[i2] = rhex(x2[i2]);
27622
+ }
27623
+ return x2.join("");
27624
+ }
27625
+ if (hex(md51("hello")) !== "5d41402abc4b2a76b9719d911017c592")
27626
+ ;
27627
+ if (typeof ArrayBuffer !== "undefined" && !ArrayBuffer.prototype.slice) {
27628
+ (function() {
27629
+ function clamp(val, length) {
27630
+ val = val | 0 || 0;
27631
+ if (val < 0) {
27632
+ return Math.max(val + length, 0);
27633
+ }
27634
+ return Math.min(val, length);
27635
+ }
27636
+ ArrayBuffer.prototype.slice = function(from, to) {
27637
+ var length = this.byteLength, begin = clamp(from, length), end2 = length, num, target, targetArray, sourceArray;
27638
+ if (to !== undefined$1) {
27639
+ end2 = clamp(to, length);
27640
+ }
27641
+ if (begin > end2) {
27642
+ return new ArrayBuffer(0);
27643
+ }
27644
+ num = end2 - begin;
27645
+ target = new ArrayBuffer(num);
27646
+ targetArray = new Uint8Array(target);
27647
+ sourceArray = new Uint8Array(this, begin, num);
27648
+ targetArray.set(sourceArray);
27649
+ return target;
27650
+ };
27651
+ })();
27652
+ }
27653
+ function toUtf8(str) {
27654
+ if (/[\u0080-\uFFFF]/.test(str)) {
27655
+ str = unescape(encodeURIComponent(str));
27656
+ }
27657
+ return str;
27658
+ }
27659
+ function utf8Str2ArrayBuffer(str, returnUInt8Array) {
27660
+ var length = str.length, buff = new ArrayBuffer(length), arr = new Uint8Array(buff), i2;
27661
+ for (i2 = 0; i2 < length; i2 += 1) {
27662
+ arr[i2] = str.charCodeAt(i2);
27663
+ }
27664
+ return returnUInt8Array ? arr : buff;
27665
+ }
27666
+ function arrayBuffer2Utf8Str(buff) {
27667
+ return String.fromCharCode.apply(null, new Uint8Array(buff));
27668
+ }
27669
+ function concatenateArrayBuffers(first, second, returnUInt8Array) {
27670
+ var result = new Uint8Array(first.byteLength + second.byteLength);
27671
+ result.set(new Uint8Array(first));
27672
+ result.set(new Uint8Array(second), first.byteLength);
27673
+ return returnUInt8Array ? result : result.buffer;
27674
+ }
27675
+ function hexToBinaryString(hex2) {
27676
+ var bytes = [], length = hex2.length, x2;
27677
+ for (x2 = 0; x2 < length - 1; x2 += 2) {
27678
+ bytes.push(parseInt(hex2.substr(x2, 2), 16));
27679
+ }
27680
+ return String.fromCharCode.apply(String, bytes);
27681
+ }
27682
+ function SparkMD52() {
27683
+ this.reset();
27684
+ }
27685
+ SparkMD52.prototype.append = function(str) {
27686
+ this.appendBinary(toUtf8(str));
27687
+ return this;
27688
+ };
27689
+ SparkMD52.prototype.appendBinary = function(contents) {
27690
+ this._buff += contents;
27691
+ this._length += contents.length;
27692
+ var length = this._buff.length, i2;
27693
+ for (i2 = 64; i2 <= length; i2 += 64) {
27694
+ md5cycle(this._hash, md5blk(this._buff.substring(i2 - 64, i2)));
27695
+ }
27696
+ this._buff = this._buff.substring(i2 - 64);
27697
+ return this;
27698
+ };
27699
+ SparkMD52.prototype.end = function(raw) {
27700
+ var buff = this._buff, length = buff.length, i2, tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ret;
27701
+ for (i2 = 0; i2 < length; i2 += 1) {
27702
+ tail[i2 >> 2] |= buff.charCodeAt(i2) << (i2 % 4 << 3);
27703
+ }
27704
+ this._finish(tail, length);
27705
+ ret = hex(this._hash);
27706
+ if (raw) {
27707
+ ret = hexToBinaryString(ret);
27708
+ }
27709
+ this.reset();
27710
+ return ret;
27711
+ };
27712
+ SparkMD52.prototype.reset = function() {
27713
+ this._buff = "";
27714
+ this._length = 0;
27715
+ this._hash = [1732584193, -271733879, -1732584194, 271733878];
27716
+ return this;
27717
+ };
27718
+ SparkMD52.prototype.getState = function() {
27719
+ return {
27720
+ buff: this._buff,
27721
+ length: this._length,
27722
+ hash: this._hash.slice()
27723
+ };
27724
+ };
27725
+ SparkMD52.prototype.setState = function(state) {
27726
+ this._buff = state.buff;
27727
+ this._length = state.length;
27728
+ this._hash = state.hash;
27729
+ return this;
27730
+ };
27731
+ SparkMD52.prototype.destroy = function() {
27732
+ delete this._hash;
27733
+ delete this._buff;
27734
+ delete this._length;
27735
+ };
27736
+ SparkMD52.prototype._finish = function(tail, length) {
27737
+ var i2 = length, tmp, lo, hi;
27738
+ tail[i2 >> 2] |= 128 << (i2 % 4 << 3);
27739
+ if (i2 > 55) {
27740
+ md5cycle(this._hash, tail);
27741
+ for (i2 = 0; i2 < 16; i2 += 1) {
27742
+ tail[i2] = 0;
27743
+ }
27744
+ }
27745
+ tmp = this._length * 8;
27746
+ tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/);
27747
+ lo = parseInt(tmp[2], 16);
27748
+ hi = parseInt(tmp[1], 16) || 0;
27749
+ tail[14] = lo;
27750
+ tail[15] = hi;
27751
+ md5cycle(this._hash, tail);
27752
+ };
27753
+ SparkMD52.hash = function(str, raw) {
27754
+ return SparkMD52.hashBinary(toUtf8(str), raw);
27755
+ };
27756
+ SparkMD52.hashBinary = function(content, raw) {
27757
+ var hash2 = md51(content), ret = hex(hash2);
27758
+ return raw ? hexToBinaryString(ret) : ret;
27759
+ };
27760
+ SparkMD52.ArrayBuffer = function() {
27761
+ this.reset();
27762
+ };
27763
+ SparkMD52.ArrayBuffer.prototype.append = function(arr) {
27764
+ var buff = concatenateArrayBuffers(this._buff.buffer, arr, true), length = buff.length, i2;
27765
+ this._length += arr.byteLength;
27766
+ for (i2 = 64; i2 <= length; i2 += 64) {
27767
+ md5cycle(this._hash, md5blk_array(buff.subarray(i2 - 64, i2)));
27768
+ }
27769
+ this._buff = i2 - 64 < length ? new Uint8Array(buff.buffer.slice(i2 - 64)) : new Uint8Array(0);
27770
+ return this;
27771
+ };
27772
+ SparkMD52.ArrayBuffer.prototype.end = function(raw) {
27773
+ var buff = this._buff, length = buff.length, tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], i2, ret;
27774
+ for (i2 = 0; i2 < length; i2 += 1) {
27775
+ tail[i2 >> 2] |= buff[i2] << (i2 % 4 << 3);
27776
+ }
27777
+ this._finish(tail, length);
27778
+ ret = hex(this._hash);
27779
+ if (raw) {
27780
+ ret = hexToBinaryString(ret);
27781
+ }
27782
+ this.reset();
27783
+ return ret;
27784
+ };
27785
+ SparkMD52.ArrayBuffer.prototype.reset = function() {
27786
+ this._buff = new Uint8Array(0);
27787
+ this._length = 0;
27788
+ this._hash = [1732584193, -271733879, -1732584194, 271733878];
27789
+ return this;
27790
+ };
27791
+ SparkMD52.ArrayBuffer.prototype.getState = function() {
27792
+ var state = SparkMD52.prototype.getState.call(this);
27793
+ state.buff = arrayBuffer2Utf8Str(state.buff);
27794
+ return state;
27795
+ };
27796
+ SparkMD52.ArrayBuffer.prototype.setState = function(state) {
27797
+ state.buff = utf8Str2ArrayBuffer(state.buff, true);
27798
+ return SparkMD52.prototype.setState.call(this, state);
27799
+ };
27800
+ SparkMD52.ArrayBuffer.prototype.destroy = SparkMD52.prototype.destroy;
27801
+ SparkMD52.ArrayBuffer.prototype._finish = SparkMD52.prototype._finish;
27802
+ SparkMD52.ArrayBuffer.hash = function(arr, raw) {
27803
+ var hash2 = md51_array(new Uint8Array(arr)), ret = hex(hash2);
27804
+ return raw ? hexToBinaryString(ret) : ret;
27805
+ };
27806
+ return SparkMD52;
27807
+ });
27808
+ })(sparkMd5);
27809
+ var SparkMD5 = sparkMd5.exports;
27810
+ function getRes(xhr) {
27811
+ const res = xhr.responseText || xhr.response;
27812
+ if (!res) {
27813
+ return res;
27814
+ }
27815
+ try {
27816
+ return JSON.parse(res);
27817
+ } catch {
27818
+ return res;
27819
+ }
27820
+ }
27821
+ const ajaxUpload = (option) => {
27822
+ if (typeof XMLHttpRequest === "undefined") {
27823
+ throw new Error("XMLHttpRequest is undefined");
27824
+ }
27825
+ const xhr = new XMLHttpRequest();
27826
+ const { action } = option;
27827
+ if (xhr.upload) {
27828
+ xhr.upload.addEventListener("progress", (event) => {
27829
+ const progressEvent = event;
27830
+ progressEvent.percent = event.total > 0 ? event.loaded / event.total * 100 : 0;
27831
+ option.onProgress(progressEvent);
27832
+ });
27833
+ }
27834
+ const formData = new FormData();
27835
+ if (option.data) {
27836
+ let appendData = option.data;
27837
+ if (!Array.isArray(appendData)) {
27838
+ appendData = [appendData];
27839
+ }
27840
+ appendData.forEach((data2) => {
27841
+ for (const [key, value] of Object.entries(data2)) {
27842
+ if (Array.isArray(value))
27843
+ formData.append(key, ...value);
27844
+ else
27845
+ formData.append(key, value);
27846
+ }
27847
+ });
27848
+ }
27849
+ if (option.formDataAttributes) {
27850
+ let appendData = option.formDataAttributes;
27851
+ if (!Array.isArray(appendData)) {
27852
+ appendData = [appendData];
27853
+ }
27854
+ appendData.forEach((item) => {
27855
+ if (Array.isArray(item.value))
27856
+ formData.append(item.name, ...item.value);
27857
+ else
27858
+ formData.append(item.name, item.value);
27859
+ });
27860
+ }
27861
+ formData.append(option.filename, option.file, option.file.name);
27862
+ xhr.addEventListener("error", () => {
27863
+ option.onError(new Error("An error occurred during upload"));
27864
+ });
27865
+ xhr.addEventListener("load", () => {
27866
+ if (xhr.status < 200 || xhr.status >= 300) {
27867
+ return option.onError(new Error("An error occurred during upload"));
27868
+ }
27869
+ option.onSuccess(getRes(xhr));
27870
+ });
27871
+ xhr.addEventListener("loadend", () => {
27872
+ option.onComplete();
27873
+ });
27874
+ xhr.open(option.method, action, true);
27875
+ if (option.withCredentials && "withCredentials" in xhr) {
27876
+ xhr.withCredentials = true;
27877
+ }
27878
+ if (option.header) {
27879
+ if (Array.isArray(option.header)) {
27880
+ option.header.forEach((head) => {
27881
+ const headerKey = head.name;
27882
+ const headerVal = head.value;
27883
+ xhr.setRequestHeader(headerKey, headerVal);
27884
+ });
27885
+ } else {
27886
+ const headerKey = option.header.name;
27887
+ const headerVal = option.header.value;
27888
+ xhr.setRequestHeader(headerKey, headerVal);
27889
+ }
27890
+ }
27891
+ const headers = option.headers || {};
27892
+ if (headers instanceof Headers) {
27893
+ headers.forEach((value, key) => xhr.setRequestHeader(key, value));
27894
+ } else {
27895
+ for (const [key, value] of Object.entries(headers)) {
27896
+ if (isNullOrUndef(value))
27897
+ continue;
27898
+ xhr.setRequestHeader(key, String(value));
27899
+ }
27900
+ }
27901
+ xhr.send(formData);
27902
+ return xhr;
27903
+ };
27904
+ const blobSlice = File.prototype.slice || File.prototype.mozSlice || File.prototype.webkitSlice;
27905
+ const ajaxSliceUpload = async (option) => {
27906
+ const chunkSize = option.chunkSize * 1024 * 1024;
27907
+ const { file } = option;
27908
+ if (!file) {
27909
+ throw new Error("File not found");
27910
+ }
27911
+ const blockCount = Math.ceil(file.size / chunkSize);
27912
+ const hash2 = await hashFile(file, chunkSize);
27913
+ const progressList = [];
27914
+ sliceSend(option, file, blockCount, hash2, progressList, chunkSize);
27915
+ await Promise.all(progressList).then(() => {
27916
+ const data2 = {
27917
+ size: file.size,
27918
+ name: file.name,
27919
+ total: blockCount,
27920
+ hash: hash2
27921
+ };
27922
+ const req = new XMLHttpRequest();
27923
+ req.open(option.method, option.mergeUrl, true);
27924
+ req.onreadystatechange = () => {
27925
+ if (req.readyState === 4) {
27926
+ if (req.status < 200 || req.status >= 300) {
27927
+ return option.onError(new Error("An error occurred during upload"));
27928
+ }
27929
+ option.onSuccess(getRes(req));
27930
+ }
27931
+ };
27932
+ req.onloadend = () => {
27933
+ option.onComplete();
27934
+ };
27935
+ req.setRequestHeader("Content-type", "application/JSON");
27936
+ req.send(JSON.stringify(data2));
27937
+ });
27938
+ };
27939
+ const sliceSend = (option, file, blockCount, hash2, progressList, chunkSize) => {
27940
+ for (let i2 = 0; i2 < blockCount; i2++) {
27941
+ const pooltask = new Promise((resolve, reject) => {
27942
+ const start2 = i2 * chunkSize;
27943
+ const end2 = Math.min(file.size, start2 + chunkSize);
27944
+ const formData = new FormData();
27945
+ if (option.data) {
27946
+ let appendData = option.data;
27947
+ if (!Array.isArray(appendData)) {
27948
+ appendData = [appendData];
27949
+ }
27950
+ appendData.forEach((data2) => {
27951
+ for (const [key, value] of Object.entries(data2)) {
27952
+ if (Array.isArray(value))
27953
+ formData.append(key, ...value);
27954
+ else
27955
+ formData.append(key, value);
27956
+ }
27957
+ });
27958
+ }
27959
+ if (option.formDataAttributes) {
27960
+ let appendData = option.formDataAttributes;
27961
+ if (!Array.isArray(appendData)) {
27962
+ appendData = [appendData];
27963
+ }
27964
+ appendData.forEach((item) => {
27965
+ if (Array.isArray(item.value))
27966
+ formData.append(item.name, ...item.value);
27967
+ else
27968
+ formData.append(item.name, item.value);
27969
+ });
27970
+ }
27971
+ formData.append("file", blobSlice.call(file, start2, end2));
27972
+ formData.append("name", file.name);
27973
+ formData.append("total", blockCount.toString());
27974
+ formData.append("index", i2.toString());
27975
+ formData.append("size", file.size.toString());
27976
+ formData.append("hash", hash2.toString());
27977
+ const xhr = new XMLHttpRequest();
27978
+ xhr.onreadystatechange = () => {
27979
+ if (xhr.readyState === 4) {
27980
+ const res = getRes(xhr);
27981
+ if (xhr.status < 200 || xhr.status >= 300) {
27982
+ reject(res);
27983
+ option.onError(new Error("An error occurred during upload"));
27984
+ } else {
27985
+ resolve("reponseText");
27986
+ }
27987
+ }
27988
+ };
27989
+ xhr.upload.addEventListener("progress", (event) => {
27990
+ const progressEvent = event;
27991
+ option.onProgress(progressEvent, i2);
27992
+ }, false);
27993
+ if (option.withCredentials && "withCredentials" in xhr) {
27994
+ xhr.withCredentials = true;
27995
+ }
27996
+ xhr.open(option.method, option.sliceUrl, true);
27997
+ if (option.header) {
27998
+ if (Array.isArray(option.header)) {
27999
+ option.header.forEach((head) => {
28000
+ const headerKey = head.name;
28001
+ const headerVal = head.value;
28002
+ xhr.setRequestHeader(headerKey, headerVal);
28003
+ });
28004
+ } else {
28005
+ const headerKey = option.header.name;
28006
+ const headerVal = option.header.value;
28007
+ xhr.setRequestHeader(headerKey, headerVal);
28008
+ }
28009
+ }
28010
+ const headers = option.headers || {};
28011
+ if (headers instanceof Headers) {
28012
+ headers.forEach((value, key) => xhr.setRequestHeader(key, value));
28013
+ } else {
28014
+ for (const [key, value] of Object.entries(headers)) {
28015
+ if (isNullOrUndef(value))
28016
+ continue;
28017
+ xhr.setRequestHeader(key, String(value));
28018
+ }
28019
+ }
28020
+ xhr.send(formData);
28021
+ });
28022
+ progressList.push(pooltask);
28023
+ }
28024
+ };
28025
+ const hashFile = (file, chunkSize) => new Promise((resolve, reject) => {
28026
+ const chunks = Math.ceil(file.size / chunkSize);
28027
+ let currentChunk = 0;
28028
+ const spark = new SparkMD5.ArrayBuffer();
28029
+ const fileReader = new FileReader();
28030
+ function loadNext() {
28031
+ const start2 = currentChunk * chunkSize;
28032
+ const end2 = start2 + chunkSize >= file.size ? file.size : start2 + chunkSize;
28033
+ fileReader.readAsArrayBuffer(blobSlice.call(file, start2, end2));
28034
+ }
28035
+ fileReader.onload = (e) => {
28036
+ spark.append(e.target.result);
28037
+ currentChunk += 1;
28038
+ if (currentChunk < chunks) {
28039
+ loadNext();
28040
+ } else {
28041
+ const result = spark.end();
28042
+ const sparkMd52 = new SparkMD5();
28043
+ sparkMd52.append(result);
28044
+ sparkMd52.append(file.name);
28045
+ const hexHash = sparkMd52.end();
28046
+ resolve(hexHash);
28047
+ }
28048
+ };
28049
+ fileReader.onerror = () => {
28050
+ reject(new Error("File slcie failed"));
28051
+ };
28052
+ loadNext();
28053
+ }).catch((err) => {
28054
+ console.log(err);
28055
+ });
28056
+ function buildFileId(index) {
28057
+ return Date.now() + index;
28058
+ }
28059
+ var useFileHandler = (props, hooks) => {
28060
+ const maxImgSize = computed(() => {
28061
+ var _a;
28062
+ if (typeof props.size === "number") {
28063
+ return props.size;
28064
+ }
28065
+ return (_a = props == null ? void 0 : props.size) == null ? void 0 : _a.maxImgSize;
28066
+ });
28067
+ const maxFileSize = computed(() => {
28068
+ var _a;
28069
+ if (typeof props.size === "number") {
28070
+ return props.size;
28071
+ }
28072
+ return (_a = props == null ? void 0 : props.size) == null ? void 0 : _a.maxImgSize;
28073
+ });
28074
+ const fileList = ref([]);
28075
+ function findFile(rawFile) {
28076
+ return fileList.value.find((item) => item.uid === rawFile.uid);
28077
+ }
28078
+ let activeIndex = 0;
28079
+ function handlePreprocess(file) {
28080
+ var _a;
28081
+ activeIndex += 1;
28082
+ file.uid = buildFileId(activeIndex);
28083
+ const uploadFile = {
28084
+ uid: file.uid,
28085
+ name: file.name,
28086
+ status: EUploadStatus.NEW,
28087
+ size: file.size,
28088
+ raw: file
28089
+ };
28090
+ const isImage = file.type.startsWith("image/");
28091
+ let error2 = null;
28092
+ if (isImage) {
28093
+ try {
28094
+ uploadFile.url = window.URL.createObjectURL(file);
28095
+ } catch (err) {
28096
+ console.error(err);
28097
+ }
28098
+ uploadFile.isPic = true;
28099
+ }
28100
+ if (props.validateName && !((_a = props.validateName) == null ? void 0 : _a.test(uploadFile.name))) {
28101
+ uploadFile.status = EUploadStatus.FAIL;
28102
+ uploadFile.statusText = "invalid filename";
28103
+ error2 = new Error(uploadFile.statusText);
28104
+ }
28105
+ if (isImage && file.size > maxImgSize.value * 1024 ** 2) {
28106
+ uploadFile.status = EUploadStatus.FAIL;
28107
+ uploadFile.statusText = "invalid file size";
28108
+ error2 = new Error(uploadFile.statusText);
28109
+ }
28110
+ if (!isImage && file.size > maxFileSize.value * 1024 ** 2) {
28111
+ uploadFile.status = EUploadStatus.FAIL;
28112
+ uploadFile.statusText = "invalid file size";
28113
+ error2 = new Error(uploadFile.statusText);
28114
+ }
28115
+ fileList.value.push(uploadFile);
28116
+ return error2;
28117
+ }
28118
+ async function handleRemove(file) {
28119
+ var _a;
28120
+ const uploadFile = file instanceof File ? findFile(file) : file;
28121
+ const remove = (file2) => {
28122
+ var _a2;
28123
+ hooks.onRemove(file2, fileList.value);
28124
+ fileList.value.splice(fileList.value.indexOf(uploadFile), 1);
28125
+ if ((_a2 = file2.url) == null ? void 0 : _a2.startsWith("blob:")) {
28126
+ URL.revokeObjectURL(file2.url);
28127
+ }
28128
+ };
28129
+ if (props.beforeRemove) {
28130
+ const before = await ((_a = props.beforeRemove) == null ? void 0 : _a.call(props, uploadFile, fileList.value));
28131
+ if (before !== false) {
28132
+ remove(uploadFile);
28133
+ }
28134
+ } else {
28135
+ remove(uploadFile);
28136
+ }
28137
+ }
28138
+ async function handleError(err, rawFile) {
28139
+ const file = findFile(rawFile);
28140
+ if (!file)
28141
+ return;
28142
+ file.status = "fail";
28143
+ file.statusText = err.message;
28144
+ }
28145
+ async function handleSuccess(res, rawFile) {
28146
+ const file = findFile(rawFile);
28147
+ if (!file)
28148
+ return;
28149
+ file.status = "success";
28150
+ file.response = res;
28151
+ }
28152
+ async function handleProgress(event, rawFile) {
28153
+ const file = findFile(rawFile);
28154
+ if (!file)
28155
+ return;
28156
+ file.status = "uploading";
28157
+ file.percentage = Math.round(event.percent);
28158
+ }
28159
+ watch(() => props.files, (files) => {
28160
+ fileList.value = files.map((file) => {
28161
+ var _a, _b;
28162
+ activeIndex += 1;
28163
+ return __spreadProps(__spreadValues({}, file), {
28164
+ uid: (_a = file.uid) != null ? _a : buildFileId(activeIndex),
28165
+ status: (_b = file.status) != null ? _b : EUploadStatus.SUCCESS
28166
+ });
28167
+ });
28168
+ }, { immediate: true, deep: true });
28169
+ return {
28170
+ fileList,
28171
+ handlePreprocess,
28172
+ handleRemove,
28173
+ handleError,
28174
+ handleSuccess,
28175
+ handleProgress
28176
+ };
28177
+ };
28178
+ var Upload = defineComponent({
28179
+ name: "BkUpload",
28180
+ props: uploadProps,
28181
+ emits: ["on-exceed", "on-progress", "on-success", "on-error", "on-delete", "on-done"],
28182
+ setup(props, {
28183
+ slots,
28184
+ emit
28185
+ }) {
28186
+ const requests = shallowRef({});
28187
+ const isPhotowall = computed(() => props.theme === EThemes.PICTURE);
28188
+ const isSinglePhoto = computed(() => isPhotowall.value && !props.multiple);
28189
+ const classNames = computed(() => {
28190
+ var _a;
28191
+ return classes({
28192
+ [CLASS_PREFIX]: true,
28193
+ [`${CLASS_PREFIX}--${props.theme}`]: true,
28194
+ [`${CLASS_PREFIX}--disabled`]: props.disabled,
28195
+ [`${CLASS_PREFIX}--single-picture`]: isSinglePhoto.value,
28196
+ [props.extCls]: (_a = props.extCls) != null ? _a : false
28197
+ });
28198
+ });
28199
+ const triggerProps = {
28200
+ theme: props.theme,
28201
+ multiple: props.multiple,
28202
+ disabled: props.disabled,
28203
+ accept: props.accept
28204
+ };
28205
+ function onRemove(file, fileList2) {
28206
+ abort(file);
28207
+ emit("on-delete", file, fileList2);
28208
+ }
28209
+ const {
28210
+ fileList,
28211
+ handlePreprocess,
28212
+ handleRemove,
28213
+ handleProgress,
28214
+ handleSuccess,
28215
+ handleError
28216
+ } = useFileHandler(props, {
28217
+ onRemove
28218
+ });
28219
+ function handleFiles(files) {
28220
+ if (!files.length) {
28221
+ return;
28222
+ }
28223
+ if (props.limit && fileList.value.length + files.length > props.limit) {
28224
+ emit("on-exceed", files, fileList.value);
28225
+ return;
28226
+ }
28227
+ let sendFiles = files;
28228
+ if (!props.multiple || props.limit === 1) {
28229
+ sendFiles = files.slice(0, 1);
28230
+ }
28231
+ for (const file of sendFiles) {
28232
+ const rawFile = file;
28233
+ const error2 = handlePreprocess(rawFile);
28234
+ if (error2) {
28235
+ emit("on-error", rawFile, fileList.value, error2);
28236
+ return;
28237
+ }
28238
+ if (props.autoUpload) {
28239
+ upload2(rawFile, sendFiles);
28240
+ }
28241
+ }
28242
+ }
28243
+ async function upload2(file, sendFiles) {
28244
+ var _a;
28245
+ if (!props.beforeUpload) {
28246
+ return send(file, sendFiles);
28247
+ }
28248
+ let beforeResult;
28249
+ try {
28250
+ beforeResult = await ((_a = props.beforeUpload) == null ? void 0 : _a.call(props, file));
28251
+ } catch {
28252
+ beforeResult = false;
28253
+ }
28254
+ if (beforeResult === false) {
28255
+ handleRemove(file);
28256
+ return;
28257
+ }
28258
+ send(file, sendFiles);
28259
+ }
28260
+ function send(file, sendFiles) {
28261
+ const {
28262
+ headers,
28263
+ header,
28264
+ data: data2,
28265
+ formDataAttributes,
28266
+ method,
28267
+ withCredentials,
28268
+ name: filename,
28269
+ url,
28270
+ sliceUrl,
28271
+ mergeUrl,
28272
+ chunkSize,
28273
+ customRequest
28274
+ } = props;
28275
+ const {
28276
+ uid
28277
+ } = file;
28278
+ const options = {
28279
+ headers,
28280
+ header,
28281
+ withCredentials,
28282
+ file,
28283
+ data: data2,
28284
+ formDataAttributes,
28285
+ method,
28286
+ filename,
28287
+ action: url,
28288
+ sliceUrl,
28289
+ mergeUrl,
28290
+ chunkSize,
28291
+ onProgress: (event) => {
28292
+ handleProgress(event, file);
28293
+ emit("on-progress", event, file, fileList.value);
28294
+ },
28295
+ onSuccess: (res) => {
28296
+ var _a;
28297
+ const result = res;
28298
+ if ((_a = props == null ? void 0 : props.handleResCode) == null ? void 0 : _a.call(props, result)) {
28299
+ handleSuccess(res, file);
28300
+ emit("on-success", res, file, fileList.value);
28301
+ } else {
28302
+ const err = new Error((result == null ? void 0 : result.message) || "unknow error");
28303
+ handleError(err, file);
28304
+ emit("on-error", file, fileList.value, err);
28305
+ }
28306
+ delete requests.value[uid];
28307
+ },
28308
+ onError: (err) => {
28309
+ handleError(err, file);
28310
+ emit("on-error", file, fileList.value, err);
28311
+ delete requests.value[uid];
28312
+ },
28313
+ onComplete: () => {
28314
+ if (sendFiles.indexOf(file) === sendFiles.length - 1) {
28315
+ emit("on-done", fileList.value);
28316
+ }
28317
+ }
28318
+ };
28319
+ let uploadFn = props.sliceUpload ? ajaxSliceUpload : ajaxUpload;
28320
+ if (customRequest) {
28321
+ uploadFn = customRequest;
28322
+ }
28323
+ const request = uploadFn(options);
28324
+ requests.value[uid] = request;
28325
+ if (request instanceof Promise) {
28326
+ request.then(options.onSuccess, options.onError);
28327
+ }
28328
+ }
28329
+ function abort(file) {
28330
+ let reqs = requests.value;
28331
+ if (file) {
28332
+ reqs = {
28333
+ [file.uid]: requests.value[file.uid]
28334
+ };
28335
+ }
28336
+ Object.keys(reqs).forEach((uid) => {
28337
+ if (reqs[uid] instanceof XMLHttpRequest) {
28338
+ const xhr = reqs[uid];
28339
+ xhr == null ? void 0 : xhr.abort();
28340
+ }
28341
+ delete requests.value[uid];
28342
+ });
28343
+ }
28344
+ onBeforeUnmount(() => {
28345
+ fileList.value.forEach(({
28346
+ url
28347
+ }) => {
28348
+ if (url == null ? void 0 : url.startsWith("blob:"))
28349
+ URL.revokeObjectURL(url);
28350
+ });
28351
+ });
28352
+ return () => createVNode("div", {
28353
+ "class": classNames.value
28354
+ }, [!isPhotowall.value && createVNode(UploadTrigger, mergeProps(triggerProps, {
28355
+ "onChange": handleFiles
28356
+ }), slots), slots.tip ? slots.tip() : props.tip && createVNode("div", {
28357
+ "class": `${CLASS_PREFIX}__tip`
28358
+ }, [props.tip]), createVNode(UploadList, {
28359
+ "files": fileList.value,
28360
+ "theme": props.theme,
28361
+ "disabled": props.disabled,
28362
+ "multiple": props.multiple,
28363
+ "onRemove": handleRemove
28364
+ }, {
28365
+ innerTrigger: (file) => isPhotowall.value && createVNode(UploadTrigger, mergeProps(triggerProps, {
28366
+ "file": file,
28367
+ "onChange": handleFiles,
28368
+ "onRemove": handleRemove
28369
+ }), slots)
28370
+ })]);
28371
+ }
28372
+ });
28373
+ Upload.install = (Vue) => {
28374
+ Vue.component(Upload.name, Upload);
28375
+ };
26806
28376
  var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
26807
28377
  __proto__: null,
26808
28378
  Alert: BkAlert,
@@ -26854,7 +28424,8 @@ var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
26854
28424
  Slider,
26855
28425
  ResizeLayout: BkResizeLayout,
26856
28426
  TimeLine: BkSteps$1,
26857
- Process: BkSteps
28427
+ Process: BkSteps,
28428
+ Upload
26858
28429
  }, Symbol.toStringTag, { value: "Module" }));
26859
28430
  const createInstall = (prefix = "Bk") => (app) => {
26860
28431
  const pre = app.config.globalProperties.bkUIPrefix || prefix;
@@ -26872,4 +28443,4 @@ var preset = {
26872
28443
  install: createInstall(),
26873
28444
  version: "0.0.1"
26874
28445
  };
26875
- export { BkAffix as Affix, BkAlert as Alert, BkAnimateNumber as AnimateNumber, BkBacktop as Backtop, BkBadge as Badge, BkBreadcrumb as Breadcrumb, BkButton as Button, BkCard as Card, BkCascader as Cascader, BkCheckbox as Checkbox, BkCollapse as Collapse, BkContainer as Container, BkDatePicker as DatePicker, BkDialog as Dialog, BkDivider as Divider, BkDropdown as Dropdown, BkException as Exception, BkFixedNavbar as FixedNavbar, BkForm as Form, BkInput as Input, BkLink as Link, BkLoading as Loading, BkMenu as Menu, Message, BkModal as Modal, Navigation, Notify, BkPagination as Pagination, BkPopover as Popover, BkPopover2 as Popover2, BkSteps as Process, BkProgress as Progress, BkRadio as Radio, BkRate as Rate, BkResizeLayout as ResizeLayout, BkSelect as Select, BkSideslider as Sideslider, Slider, BkSteps$2 as Steps, BkSwiper as Swiper, BkSwitcher as Switcher, BkTab as Tab, BkTable as Table, BkTag as Tag, TagInput, BkSteps$1 as TimeLine, Transfer, BkTree as Tree, BkVirtualRender as VirtualRender, tooltips as bkTooltips, ClickOutside as clickoutside, BkContainer as containerProps, preset as default, mousewheel };
28446
+ export { BkAffix as Affix, BkAlert as Alert, BkAnimateNumber as AnimateNumber, BkBacktop as Backtop, BkBadge as Badge, BkBreadcrumb as Breadcrumb, BkButton as Button, BkCard as Card, BkCascader as Cascader, BkCheckbox as Checkbox, BkCollapse as Collapse, BkContainer as Container, BkDatePicker as DatePicker, BkDialog as Dialog, BkDivider as Divider, BkDropdown as Dropdown, BkException as Exception, BkFixedNavbar as FixedNavbar, BkForm as Form, BkInput as Input, BkLink as Link, BkLoading as Loading, BkMenu as Menu, Message, BkModal as Modal, Navigation, Notify, BkPagination as Pagination, BkPopover as Popover, BkPopover2 as Popover2, BkSteps as Process, BkProgress as Progress, BkRadio as Radio, BkRate as Rate, BkResizeLayout as ResizeLayout, BkSelect as Select, BkSideslider as Sideslider, Slider, BkSteps$2 as Steps, BkSwiper as Swiper, BkSwitcher as Switcher, BkTab as Tab, BkTable as Table, BkTag as Tag, TagInput, BkSteps$1 as TimeLine, Transfer, BkTree as Tree, Upload, BkVirtualRender as VirtualRender, tooltips as bkTooltips, ClickOutside as clickoutside, BkContainer as containerProps, preset as default, mousewheel };