bkui-vue 1.0.3-beta.60 → 1.0.3-beta.60.dialog.1

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 (178) hide show
  1. package/dist/index.cjs.js +50 -50
  2. package/dist/index.esm.js +9062 -8952
  3. package/dist/index.umd.js +50 -50
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/index.js +1 -1
  7. package/lib/alert/index.js +1 -1
  8. package/lib/animate-number/index.js +7 -8
  9. package/lib/badge/index.js +1 -1
  10. package/lib/breadcrumb/index.js +1 -1
  11. package/lib/button/index.js +1 -1
  12. package/lib/card/index.js +1 -1
  13. package/lib/cascader/index.js +38 -42
  14. package/lib/checkbox/index.js +6 -7
  15. package/lib/collapse/index.js +11 -12
  16. package/lib/collapse-transition/index.js +3 -4
  17. package/lib/color-picker/index.js +10 -13
  18. package/lib/config-provider/index.js +1 -1
  19. package/lib/container/index.js +10 -12
  20. package/lib/date-picker/index.js +1 -1
  21. package/lib/dialog/dialog.css +139 -77
  22. package/lib/dialog/dialog.d.ts +41 -121
  23. package/lib/dialog/dialog.less +10 -65
  24. package/lib/dialog/dialog.variable.css +139 -77
  25. package/lib/dialog/index.d.ts +105 -272
  26. package/lib/dialog/index.js +95 -104
  27. package/lib/dialog/props.d.ts +8 -48
  28. package/lib/directives/index.js +1 -1
  29. package/lib/divider/index.js +2 -3
  30. package/lib/dropdown/index.js +6 -8
  31. package/lib/exception/index.js +1 -1
  32. package/lib/fixed-navbar/index.js +2 -3
  33. package/lib/form/index.js +1 -1
  34. package/lib/icon/angle-double-down-line.js +1 -1
  35. package/lib/icon/angle-double-left-line.js +1 -1
  36. package/lib/icon/angle-double-left.js +1 -1
  37. package/lib/icon/angle-double-right-line.js +1 -1
  38. package/lib/icon/angle-double-right.js +1 -1
  39. package/lib/icon/angle-double-up-line.js +1 -1
  40. package/lib/icon/angle-down-fill.js +1 -1
  41. package/lib/icon/angle-down-line.js +1 -1
  42. package/lib/icon/angle-down.js +1 -1
  43. package/lib/icon/angle-left.js +1 -1
  44. package/lib/icon/angle-right.js +1 -1
  45. package/lib/icon/angle-up-fill.js +1 -1
  46. package/lib/icon/angle-up.js +1 -1
  47. package/lib/icon/archive-fill.js +1 -1
  48. package/lib/icon/arrows-left.js +1 -1
  49. package/lib/icon/arrows-right.js +1 -1
  50. package/lib/icon/assistant.js +1 -1
  51. package/lib/icon/audio-fill.js +1 -1
  52. package/lib/icon/bk.js +1 -1
  53. package/lib/icon/circle.js +1 -1
  54. package/lib/icon/close-line.js +1 -1
  55. package/lib/icon/close.js +1 -1
  56. package/lib/icon/code.js +1 -1
  57. package/lib/icon/cog-shape.js +1 -1
  58. package/lib/icon/collapse-left.js +1 -1
  59. package/lib/icon/copy-shape.js +1 -1
  60. package/lib/icon/copy.js +1 -1
  61. package/lib/icon/data-shape.js +1 -1
  62. package/lib/icon/del.js +1 -1
  63. package/lib/icon/doc-fill.js +1 -1
  64. package/lib/icon/done.js +1 -1
  65. package/lib/icon/down-shape.js +1 -1
  66. package/lib/icon/down-small.js +1 -1
  67. package/lib/icon/edit-line.js +1 -1
  68. package/lib/icon/ellipsis.js +1 -1
  69. package/lib/icon/enlarge-line.js +1 -1
  70. package/lib/icon/error.js +1 -1
  71. package/lib/icon/excel-fill.js +1 -1
  72. package/lib/icon/exclamation-circle-shape.js +1 -1
  73. package/lib/icon/eye.js +1 -1
  74. package/lib/icon/filliscreen-line.js +1 -1
  75. package/lib/icon/fix-line.js +1 -1
  76. package/lib/icon/fix-shape.js +1 -1
  77. package/lib/icon/folder-open.js +1 -1
  78. package/lib/icon/folder-shape-open.js +1 -1
  79. package/lib/icon/folder-shape.js +1 -1
  80. package/lib/icon/folder.js +1 -1
  81. package/lib/icon/funnel.js +1 -1
  82. package/lib/icon/grag-fill.js +1 -1
  83. package/lib/icon/help-document-fill.js +1 -1
  84. package/lib/icon/help-fill.js +1 -1
  85. package/lib/icon/help.js +1 -1
  86. package/lib/icon/image-fill.js +1 -1
  87. package/lib/icon/img-error.js +1 -1
  88. package/lib/icon/img-placehoulder.js +1 -1
  89. package/lib/icon/info-line.js +1 -1
  90. package/lib/icon/info.js +1 -1
  91. package/lib/icon/left-shape.js +1 -1
  92. package/lib/icon/left-turn-line.js +1 -1
  93. package/lib/icon/loading.js +1 -1
  94. package/lib/icon/narrow-line.js +1 -1
  95. package/lib/icon/original.js +1 -1
  96. package/lib/icon/pdf-fill.js +1 -1
  97. package/lib/icon/play-shape.js +1 -1
  98. package/lib/icon/plus.js +1 -1
  99. package/lib/icon/ppt-fill.js +1 -1
  100. package/lib/icon/qq.js +1 -1
  101. package/lib/icon/right-shape.js +1 -1
  102. package/lib/icon/right-turn-line.js +1 -1
  103. package/lib/icon/search.js +1 -1
  104. package/lib/icon/share.js +1 -1
  105. package/lib/icon/spinner.js +1 -1
  106. package/lib/icon/success.js +1 -1
  107. package/lib/icon/switcher-loading.js +1 -1
  108. package/lib/icon/text-all.js +1 -1
  109. package/lib/icon/text-file.js +1 -1
  110. package/lib/icon/text-fill.js +1 -1
  111. package/lib/icon/transfer.js +1 -1
  112. package/lib/icon/tree-application-shape.js +1 -1
  113. package/lib/icon/unfull-screen.js +1 -1
  114. package/lib/icon/unvisible.js +1 -1
  115. package/lib/icon/up-shape.js +1 -1
  116. package/lib/icon/upload.js +1 -1
  117. package/lib/icon/video-fill.js +1 -1
  118. package/lib/icon/warn.js +1 -1
  119. package/lib/icon/weixin-pro.js +1 -1
  120. package/lib/icon/weixin.js +1 -1
  121. package/lib/image/index.js +10 -11
  122. package/lib/info-box/index.d.ts +2 -2
  123. package/lib/info-box/index.js +316 -177
  124. package/lib/info-box/info-box.css +63 -7
  125. package/lib/info-box/info-box.d.ts +17 -16
  126. package/lib/info-box/info-box.less +76 -14
  127. package/lib/info-box/info-box.variable.css +63 -7
  128. package/lib/info-box/render-component.d.ts +4 -0
  129. package/lib/input/index.js +4 -4
  130. package/lib/link/index.js +2 -2
  131. package/lib/loading/index.js +11 -12
  132. package/lib/menu/index.js +2 -3
  133. package/lib/message/index.js +1 -1
  134. package/lib/modal/index.d.ts +45 -325
  135. package/lib/modal/index.js +188 -667
  136. package/lib/modal/mask.d.ts +6 -0
  137. package/lib/modal/modal.css +131 -31
  138. package/lib/modal/modal.d.ts +16 -126
  139. package/lib/modal/modal.less +84 -28
  140. package/lib/modal/modal.variable.css +131 -31
  141. package/lib/modal/props.mixin.d.ts +2 -53
  142. package/lib/navigation/index.js +7 -9
  143. package/lib/notify/index.js +1 -1
  144. package/lib/overflow-title/index.js +9 -10
  145. package/lib/pagination/index.js +1 -1
  146. package/lib/plugin-popover/index.js +26 -30
  147. package/lib/pop-confirm/index.js +4 -5
  148. package/lib/popover/index.js +26 -30
  149. package/lib/popover2/index.js +2 -2
  150. package/lib/process/index.js +4 -4
  151. package/lib/progress/index.js +5 -6
  152. package/lib/radio/index.js +6 -7
  153. package/lib/rate/index.js +1 -1
  154. package/lib/resize-layout/index.js +1 -1
  155. package/lib/search-select/index.js +12 -15
  156. package/lib/select/index.js +4 -4
  157. package/lib/shared/index.d.ts +0 -1
  158. package/lib/shared/index.js +6 -56
  159. package/lib/sideslider/index.d.ts +31 -222
  160. package/lib/sideslider/index.js +53 -40
  161. package/lib/sideslider/sideslider.css +4 -42
  162. package/lib/sideslider/sideslider.d.ts +14 -105
  163. package/lib/sideslider/sideslider.less +13 -58
  164. package/lib/sideslider/sideslider.variable.css +4 -42
  165. package/lib/slider/index.js +19 -20
  166. package/lib/steps/index.js +4 -4
  167. package/lib/swiper/index.js +1 -1
  168. package/lib/switcher/index.js +1 -1
  169. package/lib/tab/index.js +3 -4
  170. package/lib/table/index.js +6 -8
  171. package/lib/table-column/index.js +1 -1
  172. package/lib/tag/index.js +1 -1
  173. package/lib/tag-input/index.js +3 -4
  174. package/lib/tree/index.js +10 -12
  175. package/lib/upload/index.js +4 -4
  176. package/lib/virtual-render/index.js +2 -3
  177. package/package.json +1 -1
  178. package/lib/shared/mask.d.ts +0 -11
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/bk.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/close.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/code.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/copy.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/del.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/done.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/error.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/eye.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/help.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/info.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/plus.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61
 
package/lib/icon/qq.js CHANGED
@@ -55,7 +55,7 @@ function toPrimitive(t, r) {
55
55
 
56
56
  function toPropertyKey(t) {
57
57
  var i = toPrimitive(t, "string");
58
- return "symbol" == _typeof(i) ? i : String(i);
58
+ return "symbol" == _typeof(i) ? i : i + "";
59
59
  }
60
60
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
61
61