bkui-vue 2.0.1-beta.12 → 2.0.1-beta.14

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 (191) hide show
  1. package/dist/index.cjs.js +165 -165
  2. package/dist/index.esm.js +31253 -31265
  3. package/dist/index.umd.js +165 -165
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/index.js +7 -7
  7. package/lib/alert/alert.d.ts +5 -5
  8. package/lib/alert/index.d.ts +11 -11
  9. package/lib/backtop/backtop.d.ts +1 -1
  10. package/lib/backtop/index.d.ts +3 -3
  11. package/lib/backtop/index.js +6 -6
  12. package/lib/badge/index.js +1 -1
  13. package/lib/button/button.d.ts +7 -7
  14. package/lib/button/index.d.ts +8 -8
  15. package/lib/button/index.js +6 -7
  16. package/lib/cascader/cascader-panel.d.ts +1 -1
  17. package/lib/cascader/cascader.d.ts +1 -1
  18. package/lib/cascader/index.js +31 -32
  19. package/lib/cascader/interface.d.ts +1 -1
  20. package/lib/checkbox/index.js +3 -3
  21. package/lib/checkbox/type.d.ts +1 -1
  22. package/lib/code-diff/index.js +8 -8
  23. package/lib/collapse/index.js +2 -2
  24. package/lib/collapse/utils.d.ts +2 -2
  25. package/lib/color-picker/index.js +44 -44
  26. package/lib/components.d.ts +32 -32
  27. package/lib/components.js +31 -31
  28. package/lib/config-provider/index.d.ts +1 -1
  29. package/lib/container/index.js +6 -7
  30. package/lib/date-picker/base/date-table.d.ts +1 -1
  31. package/lib/date-picker/base/month-table.d.ts +1 -1
  32. package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
  33. package/lib/date-picker/base/year-table.d.ts +1 -1
  34. package/lib/date-picker/index.js +190 -188
  35. package/lib/date-picker/interface.d.ts +9 -9
  36. package/lib/date-picker/panel/date-range.d.ts +5 -5
  37. package/lib/date-picker/panel/date.d.ts +1 -1
  38. package/lib/date-picker/panel/time-range.d.ts +1 -1
  39. package/lib/date-picker/panel/time.d.ts +1 -1
  40. package/lib/date-picker/props.d.ts +1 -1
  41. package/lib/date-picker/utils.d.ts +1 -1
  42. package/lib/dialog/dialog.d.ts +18 -18
  43. package/lib/dialog/index.d.ts +40 -40
  44. package/lib/dialog/index.js +22 -22
  45. package/lib/dialog/props.d.ts +7 -7
  46. package/lib/directives/index.d.ts +3 -3
  47. package/lib/directives/index.js +166 -166
  48. package/lib/directives/tooltips.d.ts +1 -1
  49. package/lib/dist.index.js +2 -2
  50. package/lib/divider/divider.d.ts +5 -5
  51. package/lib/divider/index.d.ts +11 -11
  52. package/lib/divider/index.js +2 -2
  53. package/lib/divider/props.d.ts +2 -2
  54. package/lib/dropdown/dropdown.d.ts +5 -5
  55. package/lib/dropdown/index.d.ts +11 -11
  56. package/lib/dropdown/index.js +7 -7
  57. package/lib/exception/exception.d.ts +9 -9
  58. package/lib/exception/index.d.ts +11 -11
  59. package/lib/exception/index.js +10 -10
  60. package/lib/exception/typings/index.d.ts +1 -1
  61. package/lib/fixed-navbar/index.js +2 -2
  62. package/lib/form/form.d.ts +2 -2
  63. package/lib/form/index.js +14 -15
  64. package/lib/form/type.d.ts +2 -2
  65. package/lib/icon/index.d.ts +11 -11
  66. package/lib/icon/index.js +11 -11
  67. package/lib/image/image-viewer.d.ts +1 -1
  68. package/lib/image/index.js +20 -21
  69. package/lib/index.d.ts +3 -3
  70. package/lib/index.js +3 -3
  71. package/lib/info-box/index.js +13 -13
  72. package/lib/info-box/info-box.d.ts +15 -15
  73. package/lib/input/index.d.ts +15 -15
  74. package/lib/input/index.js +16 -17
  75. package/lib/input/input.d.ts +15 -15
  76. package/lib/link/index.d.ts +11 -11
  77. package/lib/link/index.js +3 -3
  78. package/lib/link/link.d.ts +5 -5
  79. package/lib/loading/index.d.ts +4 -4
  80. package/lib/loading/index.js +6 -6
  81. package/lib/loading/loading.d.ts +6 -6
  82. package/lib/locale/index.d.ts +1 -1
  83. package/lib/menu/index.js +0 -1
  84. package/lib/menu/utils.d.ts +3 -3
  85. package/lib/message/index.js +18 -18
  86. package/lib/message/messageConstructor.d.ts +11 -11
  87. package/lib/modal/index.d.ts +3 -3
  88. package/lib/modal/index.js +7 -7
  89. package/lib/modal/modal.d.ts +1 -1
  90. package/lib/navigation/index.js +20 -20
  91. package/lib/navigation/navigation.d.ts +1 -1
  92. package/lib/notify/index.js +4 -4
  93. package/lib/overflow-title/components/overflow-title.d.ts +9 -9
  94. package/lib/overflow-title/index.d.ts +19 -19
  95. package/lib/overflow-title/index.js +61 -11
  96. package/lib/overflow-title/props.d.ts +18 -18
  97. package/lib/pagination/index.js +16 -16
  98. package/lib/pagination/type.d.ts +1 -1
  99. package/lib/pagination/use-limit.d.ts +1 -1
  100. package/lib/pagination/use-total.d.ts +1 -1
  101. package/lib/plugin-popover/index.js +18 -20
  102. package/lib/pop-confirm/index.d.ts +11 -11
  103. package/lib/pop-confirm/index.js +9 -9
  104. package/lib/pop-confirm/pop-confirm.d.ts +5 -5
  105. package/lib/pop-confirm/props.d.ts +4 -4
  106. package/lib/popover/const.d.ts +3 -3
  107. package/lib/popover/index.d.ts +19 -19
  108. package/lib/popover/index.js +18 -20
  109. package/lib/popover/plugin-popover.d.ts +1 -1
  110. package/lib/popover/popover.d.ts +7 -7
  111. package/lib/popover/props.d.ts +4 -4
  112. package/lib/process/index.js +3 -3
  113. package/lib/progress/index.d.ts +11 -11
  114. package/lib/progress/index.js +10 -11
  115. package/lib/progress/progress.d.ts +7 -7
  116. package/lib/radio/index.js +10 -10
  117. package/lib/radio/type.d.ts +1 -1
  118. package/lib/rate/index.js +8 -8
  119. package/lib/resize-layout/index.d.ts +11 -11
  120. package/lib/resize-layout/index.js +7 -8
  121. package/lib/resize-layout/resize-layout.d.ts +5 -5
  122. package/lib/scrollbar/index.js +0 -1
  123. package/lib/scrollbar/scrollbar-core/index.d.ts +9 -9
  124. package/lib/search-select/index.js +66 -66
  125. package/lib/search-select/menu.d.ts +1 -1
  126. package/lib/search-select/selected.d.ts +1 -1
  127. package/lib/search-select/utils.d.ts +3 -3
  128. package/lib/select/index.d.ts +61 -61
  129. package/lib/select/index.js +69 -75
  130. package/lib/select/option.d.ts +1 -1
  131. package/lib/select/select.d.ts +24 -24
  132. package/lib/select/selectTagInput.d.ts +6 -6
  133. package/lib/select/type.d.ts +2 -2
  134. package/lib/shared/index.d.ts +1 -1
  135. package/lib/shared/index.js +38 -46
  136. package/lib/shared/popover.d.ts +3 -3
  137. package/lib/shared/token.d.ts +1 -1
  138. package/lib/shared/vue-types.d.ts +46 -46
  139. package/lib/shared/z-index-manager.d.ts +6 -6
  140. package/lib/sideslider/index.d.ts +3 -3
  141. package/lib/sideslider/index.js +11 -11
  142. package/lib/sideslider/sideslider.d.ts +1 -1
  143. package/lib/slider/index.js +21 -23
  144. package/lib/steps/index.d.ts +11 -11
  145. package/lib/steps/index.js +3 -3
  146. package/lib/steps/steps.d.ts +7 -7
  147. package/lib/swiper/index.js +5 -5
  148. package/lib/switcher/index.js +2 -2
  149. package/lib/switcher/switcher.d.ts +2 -2
  150. package/lib/tab/index.d.ts +22 -22
  151. package/lib/tab/index.js +15 -15
  152. package/lib/tab/props.d.ts +15 -15
  153. package/lib/tab/tab-nav.d.ts +10 -10
  154. package/lib/tab/tab.d.ts +10 -10
  155. package/lib/table/components/table-column.d.ts +27 -87
  156. package/lib/table/const.d.ts +8 -8
  157. package/lib/table/events.d.ts +21 -21
  158. package/lib/table/index.d.ts +194 -244
  159. package/lib/table/index.js +124 -128
  160. package/lib/table/props.d.ts +33 -33
  161. package/lib/table/table.d.ts +47 -47
  162. package/lib/table/use-attributes.d.ts +3 -3
  163. package/lib/table/use-column.d.ts +9 -129
  164. package/lib/table/use-common.d.ts +4 -4
  165. package/lib/table/utils.d.ts +5 -5
  166. package/lib/table-column/index.d.ts +42 -172
  167. package/lib/table-column/index.js +18 -18
  168. package/lib/tag/index.d.ts +11 -11
  169. package/lib/tag/index.js +2 -2
  170. package/lib/tag/tag.d.ts +5 -5
  171. package/lib/tag-input/common.d.ts +1 -1
  172. package/lib/tag-input/index.d.ts +8 -8
  173. package/lib/tag-input/index.js +30 -30
  174. package/lib/tag-input/tag-input.d.ts +4 -4
  175. package/lib/tag-input/tag-props.d.ts +2 -2
  176. package/lib/timeline/index.js +2 -2
  177. package/lib/transfer/const.d.ts +2 -2
  178. package/lib/transfer/index.js +3 -5
  179. package/lib/tree/constant.d.ts +20 -20
  180. package/lib/tree/index.d.ts +20 -20
  181. package/lib/tree/index.js +36 -36
  182. package/lib/tree/props.d.ts +6 -6
  183. package/lib/tree/tree.d.ts +6 -6
  184. package/lib/tree/use-empty.d.ts +1 -1
  185. package/lib/tree/use-node-action.d.ts +2 -2
  186. package/lib/tree/use-search.d.ts +1 -1
  187. package/lib/upload/index.js +25 -26
  188. package/lib/upload/props.d.ts +1 -1
  189. package/lib/upload/upload.type.d.ts +6 -6
  190. package/lib/upload/use-file-handler.d.ts +1 -1
  191. package/package.json +13 -49
@@ -36,8 +36,8 @@ declare const BkPopover: {
36
36
  } & {
37
37
  default: boolean;
38
38
  };
39
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
40
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
39
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
40
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
41
41
  };
42
42
  theme: import("vue-types").VueTypeValidableDef<string> & {
43
43
  default: string;
@@ -131,14 +131,14 @@ declare const BkPopover: {
131
131
  isShow: boolean;
132
132
  event: MouseEvent;
133
133
  }) => any;
134
- onContentMouseenter?: (e: MouseEvent) => any;
135
- onContentMouseleave?: (e: MouseEvent) => any;
136
134
  onAfterHidden?: (_args: {
137
135
  isShow: boolean;
138
136
  }) => any;
139
137
  onAfterShow?: (_args: {
140
138
  isShow: boolean;
141
139
  }) => any;
140
+ onContentMouseenter?: (e: MouseEvent) => any;
141
+ onContentMouseleave?: (e: MouseEvent) => any;
142
142
  }, {
143
143
  boundary: import("vue").Ref<any>;
144
144
  arrow: boolean;
@@ -207,8 +207,8 @@ declare const BkPopover: {
207
207
  } & {
208
208
  default: boolean;
209
209
  };
210
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
211
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
210
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
211
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
212
212
  };
213
213
  theme: import("vue-types").VueTypeValidableDef<string> & {
214
214
  default: string;
@@ -302,14 +302,14 @@ declare const BkPopover: {
302
302
  isShow: boolean;
303
303
  event: MouseEvent;
304
304
  }) => any;
305
- onContentMouseenter?: (e: MouseEvent) => any;
306
- onContentMouseleave?: (e: MouseEvent) => any;
307
305
  onAfterHidden?: (_args: {
308
306
  isShow: boolean;
309
307
  }) => any;
310
308
  onAfterShow?: (_args: {
311
309
  isShow: boolean;
312
310
  }) => any;
311
+ onContentMouseenter?: (e: MouseEvent) => any;
312
+ onContentMouseleave?: (e: MouseEvent) => any;
313
313
  }, {
314
314
  width: string | number;
315
315
  height: string | number;
@@ -322,7 +322,7 @@ declare const BkPopover: {
322
322
  disabled: boolean;
323
323
  content: string | number | HTMLElement | JSX.Element;
324
324
  allowHtml: boolean;
325
- placement: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
325
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
326
326
  theme: string;
327
327
  trigger: "click" | "hover" | "manual";
328
328
  renderType: "auto" | "shown";
@@ -386,8 +386,8 @@ declare const BkPopover: {
386
386
  } & {
387
387
  default: boolean;
388
388
  };
389
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
390
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
389
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
390
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
391
391
  };
392
392
  theme: import("vue-types").VueTypeValidableDef<string> & {
393
393
  default: string;
@@ -481,14 +481,14 @@ declare const BkPopover: {
481
481
  isShow: boolean;
482
482
  event: MouseEvent;
483
483
  }) => any;
484
- onContentMouseenter?: (e: MouseEvent) => any;
485
- onContentMouseleave?: (e: MouseEvent) => any;
486
484
  onAfterHidden?: (_args: {
487
485
  isShow: boolean;
488
486
  }) => any;
489
487
  onAfterShow?: (_args: {
490
488
  isShow: boolean;
491
489
  }) => any;
490
+ onContentMouseenter?: (e: MouseEvent) => any;
491
+ onContentMouseleave?: (e: MouseEvent) => any;
492
492
  }, {
493
493
  boundary: import("vue").Ref<any>;
494
494
  arrow: boolean;
@@ -519,7 +519,7 @@ declare const BkPopover: {
519
519
  disabled: boolean;
520
520
  content: string | number | HTMLElement | JSX.Element;
521
521
  allowHtml: boolean;
522
- placement: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
522
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
523
523
  theme: string;
524
524
  trigger: "click" | "hover" | "manual";
525
525
  renderType: "auto" | "shown";
@@ -580,8 +580,8 @@ declare const BkPopover: {
580
580
  } & {
581
581
  default: boolean;
582
582
  };
583
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
584
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
583
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
584
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
585
585
  };
586
586
  theme: import("vue-types").VueTypeValidableDef<string> & {
587
587
  default: string;
@@ -675,14 +675,14 @@ declare const BkPopover: {
675
675
  isShow: boolean;
676
676
  event: MouseEvent;
677
677
  }) => any;
678
- onContentMouseenter?: (e: MouseEvent) => any;
679
- onContentMouseleave?: (e: MouseEvent) => any;
680
678
  onAfterHidden?: (_args: {
681
679
  isShow: boolean;
682
680
  }) => any;
683
681
  onAfterShow?: (_args: {
684
682
  isShow: boolean;
685
683
  }) => any;
684
+ onContentMouseenter?: (e: MouseEvent) => any;
685
+ onContentMouseleave?: (e: MouseEvent) => any;
686
686
  }, {
687
687
  boundary: import("vue").Ref<any>;
688
688
  arrow: boolean;
@@ -726,7 +726,7 @@ declare const BkPopover: {
726
726
  disabled: boolean;
727
727
  content: string | number | HTMLElement | JSX.Element;
728
728
  allowHtml: boolean;
729
- placement: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
729
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
730
730
  theme: string;
731
731
  trigger: "click" | "hover" | "manual";
732
732
  renderType: "auto" | "shown";
@@ -287,14 +287,13 @@ function _defineProperty(obj, key, value) {
287
287
  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
288
288
  * IN THE SOFTWARE.
289
289
  */
290
- // eslint-disable-next-line @typescript-eslint/naming-convention
291
290
  var EMIT_EVENTS;
292
291
  (function (EMIT_EVENTS) {
293
292
  EMIT_EVENTS["CLICK_OUTSIDE"] = "clickoutside";
294
- EMIT_EVENTS["CONTENT_MOUSEENTER"] = "contentMouseenter";
295
- EMIT_EVENTS["CONTENT_MOUSELEAVE"] = "contentMouseleave";
296
293
  EMIT_EVENTS["CONTENT_AfterHidden"] = "afterHidden";
297
294
  EMIT_EVENTS["CONTENT_AfterShow"] = "afterShow";
295
+ EMIT_EVENTS["CONTENT_MOUSEENTER"] = "contentMouseenter";
296
+ EMIT_EVENTS["CONTENT_MOUSELEAVE"] = "contentMouseleave";
298
297
  })(EMIT_EVENTS || (EMIT_EVENTS = {}));
299
298
  var EVENT_SHOW_HIDE_FN = function EVENT_SHOW_HIDE_FN(_args) {
300
299
  return true;
@@ -416,9 +415,9 @@ var EMIT_EVENT_TYPES = _defineProperty(_defineProperty(_defineProperty(_definePr
416
415
  };
417
416
  var style = resolveContentStyle((_this$$slots$default = (_this$$slots = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots));
418
417
  return (0,external_vue_namespaceObject.createVNode)("div", {
419
- "class": this.contentClassName,
418
+ "ref": "refContent",
420
419
  "style": style,
421
- "ref": "refContent"
420
+ "class": this.contentClassName
422
421
  }, [(_this$$slots$arrow = (_this$$slots$arrow2 = (_this$$slots2 = this.$slots).arrow) === null || _this$$slots$arrow2 === void 0 ? void 0 : _this$$slots$arrow2.call(_this$$slots2)) !== null && _this$$slots$arrow !== void 0 ? _this$$slots$arrow : '', (_this$$slots$default2 = (_this$$slots$default3 = (_this$$slots3 = this.$slots)["default"]) === null || _this$$slots$default3 === void 0 ? void 0 : _this$$slots$default3.call(_this$$slots3)) !== null && _this$$slots$default2 !== void 0 ? _this$$slots$default2 : '']);
423
422
  }
424
423
  }));
@@ -653,10 +652,6 @@ function _nonIterableRest() {
653
652
  function _slicedToArray(arr, i) {
654
653
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || unsupportedIterableToArray_unsupportedIterableToArray(arr, i) || _nonIterableRest();
655
654
  }
656
- ;// CONCATENATED MODULE: external "lodash/isElement"
657
- var isElement_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
658
- var isElement_y = x => () => x
659
- const isElement_namespaceObject = isElement_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isElement_e6b2a6ce__["default"] });
660
655
  ;// CONCATENATED MODULE: ../../node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs
661
656
  /**
662
657
  * Custom positioning reference element.
@@ -2607,6 +2602,10 @@ const floating_ui_dom_computePosition = (reference, floating, options) => {
2607
2602
 
2608
2603
 
2609
2604
 
2605
+ ;// CONCATENATED MODULE: external "lodash/isElement"
2606
+ var isElement_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2607
+ var isElement_y = x => () => x
2608
+ const isElement_namespaceObject = isElement_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isElement_e6b2a6ce__["default"] });
2610
2609
  ;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/native.js
2611
2610
  const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
2612
2611
  /* harmony default export */ const esm_browser_native = ({
@@ -3570,7 +3569,6 @@ function _isSlot(s) {
3570
3569
  /* harmony default export */ const popover = ((0,external_vue_namespaceObject.defineComponent)({
3571
3570
  name: 'Popover',
3572
3571
  components: {
3573
- // eslint-disable-next-line vue/no-reserved-component-names
3574
3572
  Content: content,
3575
3573
  Arrow: src_arrow,
3576
3574
  Root: root
@@ -3702,20 +3700,20 @@ function _isSlot(s) {
3702
3700
  return [_slot];
3703
3701
  }
3704
3702
  }), (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Teleport, {
3705
- "to": _this.boundary,
3706
- "disabled": !_this.transBoundary
3703
+ "disabled": !_this.transBoundary,
3704
+ "to": _this.boundary
3707
3705
  }, {
3708
3706
  "default": function _default() {
3709
3707
  return [(0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)(content, {
3710
3708
  "ref": "refContent",
3711
- "visible": _this.localIsShow,
3712
- "data-theme": _this.theme,
3713
- "extCls": _this.extCls,
3714
3709
  "width": _this.width,
3715
3710
  "height": _this.height,
3716
- "maxWidth": _this.maxWidth,
3711
+ "extCls": _this.extCls,
3712
+ "data-theme": _this.theme,
3713
+ "eventDelay": _this.componentEventDelay,
3717
3714
  "maxHeight": _this.maxHeight,
3718
- "eventDelay": _this.componentEventDelay
3715
+ "maxWidth": _this.maxWidth,
3716
+ "visible": _this.localIsShow
3719
3717
  }, {
3720
3718
  "default": function _default() {
3721
3719
  return [_this.contentIsShow ? (_this$$slots$content = (_this$$slots$content2 = (_this$$slots3 = _this.$slots).content) === null || _this$$slots$content2 === void 0 ? void 0 : _this$$slots$content2.call(_this$$slots3)) !== null && _this$$slots$content !== void 0 ? _this$$slots$content : _this.renderContent() : ''];
@@ -3846,10 +3844,10 @@ function createPopoverComponent(options) {
3846
3844
  return function () {
3847
3845
  return (0,external_vue_namespaceObject.createVNode)(popover, (0,external_vue_namespaceObject.mergeProps)(refProps, {
3848
3846
  "ref": refReference,
3849
- "onContentMouseenter": handleContentMouseenter,
3850
- "onContentMouseleave": handleContentMouseleave,
3851
3847
  "onAfterHidden": handlePopoverHidden,
3852
- "onAfterShow": handlePopoverShow
3848
+ "onAfterShow": handlePopoverShow,
3849
+ "onContentMouseenter": handleContentMouseenter,
3850
+ "onContentMouseleave": handleContentMouseleave
3853
3851
  }), null);
3854
3852
  };
3855
3853
  }
@@ -6,7 +6,7 @@ export type $Popover = PopoverPropTypes & {
6
6
  export default function createPopoverComponent(options: $Popover): {
7
7
  install: () => void;
8
8
  close: () => void;
9
- show: (target?: MouseEvent | HTMLElement) => void;
9
+ show: (target?: HTMLElement | MouseEvent) => void;
10
10
  hide: () => void;
11
11
  update: (e: MouseEvent) => void;
12
12
  uninstall: () => void;
@@ -35,8 +35,8 @@ declare const _default: import("vue").DefineComponent<{
35
35
  } & {
36
36
  default: boolean;
37
37
  };
38
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
39
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
38
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
39
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
40
40
  };
41
41
  theme: import("vue-types").VueTypeValidableDef<string> & {
42
42
  default: string;
@@ -193,8 +193,8 @@ declare const _default: import("vue").DefineComponent<{
193
193
  } & {
194
194
  default: boolean;
195
195
  };
196
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
197
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
196
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
197
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
198
198
  };
199
199
  theme: import("vue-types").VueTypeValidableDef<string> & {
200
200
  default: string;
@@ -288,14 +288,14 @@ declare const _default: import("vue").DefineComponent<{
288
288
  isShow: boolean;
289
289
  event: MouseEvent;
290
290
  }) => any;
291
- onContentMouseenter?: (e: MouseEvent) => any;
292
- onContentMouseleave?: (e: MouseEvent) => any;
293
291
  onAfterHidden?: (_args: {
294
292
  isShow: boolean;
295
293
  }) => any;
296
294
  onAfterShow?: (_args: {
297
295
  isShow: boolean;
298
296
  }) => any;
297
+ onContentMouseenter?: (e: MouseEvent) => any;
298
+ onContentMouseleave?: (e: MouseEvent) => any;
299
299
  }, {
300
300
  width: string | number;
301
301
  height: string | number;
@@ -308,7 +308,7 @@ declare const _default: import("vue").DefineComponent<{
308
308
  disabled: boolean;
309
309
  content: string | number | HTMLElement | JSX.Element;
310
310
  allowHtml: boolean;
311
- placement: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
311
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
312
312
  theme: string;
313
313
  trigger: "click" | "hover" | "manual";
314
314
  renderType: "auto" | "shown";
@@ -6,9 +6,9 @@ export declare const EventProps: {
6
6
  type IAxesOffsets = {
7
7
  mainAxis?: number;
8
8
  crossAxis?: number;
9
- alignmentAxis?: number | null;
9
+ alignmentAxis?: null | number;
10
10
  };
11
- type IContent = string | number | JSX.Element | HTMLElement;
11
+ type IContent = HTMLElement | JSX.Element | number | string;
12
12
  export declare const PopoverProps: {
13
13
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
14
14
  default: boolean;
@@ -49,8 +49,8 @@ export declare const PopoverProps: {
49
49
  /**
50
50
  * 组件显示位置
51
51
  */
52
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
53
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
52
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
53
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
54
54
  };
55
55
  theme: import("vue-types").VueTypeValidableDef<string> & {
56
56
  default: string;
@@ -706,9 +706,6 @@ var processProps = {
706
706
  }
707
707
  }, [this.defaultProcessList.map(function (item, index) {
708
708
  return (0,external_vue_namespaceObject.createVNode)("li", {
709
- "onClick": function onClick() {
710
- _this.jumpTo(index + 1);
711
- },
712
709
  "style": {
713
710
  cursor: _this.controllable ? 'pointer' : ''
714
711
  },
@@ -716,6 +713,9 @@ var processProps = {
716
713
  success: _this.curProcess >= index + 1,
717
714
  current: isLoadingStatus(item) && index === _this.curProcess - 1,
718
715
  error: isErrorStatus(item) && index === _this.curProcess - 1
716
+ },
717
+ "onClick": function onClick() {
718
+ _this.jumpTo(index + 1);
719
719
  }
720
720
  }, [(0,external_vue_namespaceObject.createVNode)("div", null, [(0,external_vue_namespaceObject.createVNode)("span", {
721
721
  "class": "display"
@@ -11,8 +11,8 @@ declare const BkProgress: {
11
11
  } & {
12
12
  default: number;
13
13
  };
14
- theme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary"> & {
15
- default: "success" | "warning" | "danger" | "primary";
14
+ theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
15
+ default: "success" | "danger" | "warning" | "primary";
16
16
  };
17
17
  size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
18
18
  width: import("vue-types").VueTypeValidableDef<number> & {
@@ -84,8 +84,8 @@ declare const BkProgress: {
84
84
  } & {
85
85
  default: number;
86
86
  };
87
- theme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary"> & {
88
- default: "success" | "warning" | "danger" | "primary";
87
+ theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
88
+ default: "success" | "danger" | "warning" | "primary";
89
89
  };
90
90
  size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
91
91
  width: import("vue-types").VueTypeValidableDef<number> & {
@@ -142,7 +142,7 @@ declare const BkProgress: {
142
142
  type: "circle" | "line" | "dashboard";
143
143
  width: number;
144
144
  extCls: string;
145
- theme: "success" | "warning" | "danger" | "primary";
145
+ theme: "success" | "danger" | "warning" | "primary";
146
146
  fixed: number;
147
147
  color: string;
148
148
  format: (...args: any[]) => any;
@@ -174,8 +174,8 @@ declare const BkProgress: {
174
174
  } & {
175
175
  default: number;
176
176
  };
177
- theme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary"> & {
178
- default: "success" | "warning" | "danger" | "primary";
177
+ theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
178
+ default: "success" | "danger" | "warning" | "primary";
179
179
  };
180
180
  size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
181
181
  width: import("vue-types").VueTypeValidableDef<number> & {
@@ -239,7 +239,7 @@ declare const BkProgress: {
239
239
  type: "circle" | "line" | "dashboard";
240
240
  width: number;
241
241
  extCls: string;
242
- theme: "success" | "warning" | "danger" | "primary";
242
+ theme: "success" | "danger" | "warning" | "primary";
243
243
  fixed: number;
244
244
  color: string;
245
245
  format: (...args: any[]) => any;
@@ -268,8 +268,8 @@ declare const BkProgress: {
268
268
  } & {
269
269
  default: number;
270
270
  };
271
- theme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary"> & {
272
- default: "success" | "warning" | "danger" | "primary";
271
+ theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
272
+ default: "success" | "danger" | "warning" | "primary";
273
273
  };
274
274
  size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
275
275
  width: import("vue-types").VueTypeValidableDef<number> & {
@@ -333,7 +333,7 @@ declare const BkProgress: {
333
333
  type: "circle" | "line" | "dashboard";
334
334
  width: number;
335
335
  extCls: string;
336
- theme: "success" | "warning" | "danger" | "primary";
336
+ theme: "success" | "danger" | "warning" | "primary";
337
337
  fixed: number;
338
338
  color: string;
339
339
  format: (...args: any[]) => any;
@@ -182,13 +182,13 @@ var Circle = function Circle(_, _ref) {
182
182
  style: pathStyle
183
183
  };
184
184
  return (0,external_vue_namespaceObject.createVNode)("div", {
185
- "class": "progress-outer-circle",
186
- "style": circleStyle
185
+ "style": circleStyle,
186
+ "class": "progress-outer-circle"
187
187
  }, [(0,external_vue_namespaceObject.createVNode)("svg", {
188
188
  "viewBox": "0 0 100 100"
189
189
  }, [(0,external_vue_namespaceObject.createVNode)("path", progressCircleTrail, null), (0,external_vue_namespaceObject.createVNode)("path", progressCirclePath, null)]), (0,external_vue_namespaceObject.createVNode)("span", {
190
- "class": "progress-circle-text",
191
- "style": titleStyle
190
+ "style": titleStyle,
191
+ "class": "progress-circle-text"
192
192
  }, [slots === null || slots === void 0 ? void 0 : slots["default"]()])]);
193
193
  };
194
194
  /* harmony default export */ const circle = (Circle);
@@ -258,16 +258,16 @@ var Line = function Line(_, _ref) {
258
258
  return (0,external_vue_namespaceObject.createVNode)("div", {
259
259
  "class": "progress-outer"
260
260
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
261
- "class": "".concat(resolveClassName("progress-".concat(size || 'normal')), " progress-bar"),
262
- "style": percentStyle
261
+ "style": percentStyle,
262
+ "class": "".concat(resolveClassName("progress-".concat(size || 'normal')), " progress-bar")
263
263
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
264
264
  "style": barStyle,
265
265
  "class": _defineProperty({
266
266
  'progress-inner': true
267
267
  }, "".concat(resolveClassName("".concat(theme))), true)
268
268
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
269
- "class": "inner-text",
270
- "style": titleStyle
269
+ "style": titleStyle,
270
+ "class": "inner-text"
271
271
  }, [showDefault()])])]), showDefault(false)]);
272
272
  };
273
273
  /* harmony default export */ const line = (Line);
@@ -334,7 +334,6 @@ var progressType = {
334
334
  })
335
335
  };
336
336
  /* harmony default export */ const progress = ((0,external_vue_namespaceObject.defineComponent)({
337
- // eslint-disable-next-line vue/no-reserved-component-names
338
337
  name: 'Progress',
339
338
  props: progressType,
340
339
  setup: function setup() {
@@ -369,8 +368,8 @@ var progressType = {
369
368
  }
370
369
  if (!showText || textInside) return null;
371
370
  return (0,external_vue_namespaceObject.createVNode)("span", {
372
- "class": "progress-text",
373
- "style": typeof formatPercent === 'string' ? titleStyle : undefined
371
+ "style": typeof formatPercent === 'string' ? titleStyle : undefined,
372
+ "class": "progress-text"
374
373
  }, [this.$slots["default"] ? this.$slots["default"]() : formatPercent]);
375
374
  }
376
375
  },
@@ -11,8 +11,8 @@ export declare const progressType: {
11
11
  } & {
12
12
  default: number;
13
13
  };
14
- theme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary"> & {
15
- default: "success" | "warning" | "danger" | "primary";
14
+ theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
15
+ default: "success" | "danger" | "warning" | "primary";
16
16
  };
17
17
  size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
18
18
  width: import("vue-types").VueTypeValidableDef<number> & {
@@ -79,8 +79,8 @@ declare const _default: import("vue").DefineComponent<{
79
79
  } & {
80
80
  default: number;
81
81
  };
82
- theme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary"> & {
83
- default: "success" | "warning" | "danger" | "primary";
82
+ theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
83
+ default: "success" | "danger" | "warning" | "primary";
84
84
  };
85
85
  size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
86
86
  width: import("vue-types").VueTypeValidableDef<number> & {
@@ -154,8 +154,8 @@ declare const _default: import("vue").DefineComponent<{
154
154
  } & {
155
155
  default: number;
156
156
  };
157
- theme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary"> & {
158
- default: "success" | "warning" | "danger" | "primary";
157
+ theme: import("vue-types").VueTypeDef<"success" | "danger" | "warning" | "primary"> & {
158
+ default: "success" | "danger" | "warning" | "primary";
159
159
  };
160
160
  size: import("vue-types").VueTypeDef<"default" | "small" | "large" | "huge">;
161
161
  width: import("vue-types").VueTypeValidableDef<number> & {
@@ -212,7 +212,7 @@ declare const _default: import("vue").DefineComponent<{
212
212
  type: "circle" | "line" | "dashboard";
213
213
  width: number;
214
214
  extCls: string;
215
- theme: "success" | "warning" | "danger" | "primary";
215
+ theme: "success" | "danger" | "warning" | "primary";
216
216
  fixed: number;
217
217
  color: string;
218
218
  format: (...args: any[]) => any;
@@ -384,14 +384,14 @@ var radioProps = {
384
384
  "tabindex": "0"
385
385
  }, [(0,external_vue_namespaceObject.createVNode)("input", {
386
386
  "class": "".concat(this.resolveClassName('radio-input')),
387
- "type": "radio",
388
- "tabindex": "0",
389
- "value": this.label,
390
387
  "checked": this.isChecked,
391
388
  "disabled": this.isDisabled,
392
- "onFocus": this.handleFocus,
389
+ "tabindex": "0",
390
+ "type": "radio",
391
+ "value": this.label,
393
392
  "onBlur": this.handleBlur,
394
- "onChange": this.handleChange
393
+ "onChange": this.handleChange,
394
+ "onFocus": this.handleFocus
395
395
  }, null), renderLabel()]);
396
396
  }
397
397
  }));
@@ -491,14 +491,14 @@ var radioButtonProps = {
491
491
  "tabindex": "0"
492
492
  }, [(0,external_vue_namespaceObject.createVNode)("input", {
493
493
  "class": "".concat(this.resolveClassName('radio-button-input')),
494
- "type": "radio",
495
- "tabindex": "0",
496
- "value": this.label,
497
494
  "checked": this.isChecked,
498
495
  "disabled": this.isDisabled,
499
- "onFocus": this.handleFocus,
496
+ "tabindex": "0",
497
+ "type": "radio",
498
+ "value": this.label,
500
499
  "onBlur": this.handleBlur,
501
- "onChange": this.handleChange
500
+ "onChange": this.handleChange,
501
+ "onFocus": this.handleFocus
502
502
  }, null), renderLabel()]);
503
503
  }
504
504
  }));
@@ -1,6 +1,6 @@
1
- import type { ComponentPublicInstance } from 'vue';
2
1
  import type { RadioProps } from './radio';
3
2
  import type { RadioGroupProps } from './radio-group';
3
+ import type { ComponentPublicInstance } from 'vue';
4
4
  export type IRadioInstance = ComponentPublicInstance<RadioProps, {
5
5
  isChecked: boolean;
6
6
  label: string;
package/lib/rate/index.js CHANGED
@@ -170,11 +170,11 @@ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () =>
170
170
  "class": "".concat(resolveClassName('rate-stars'))
171
171
  }, [Array(props.max).fill(1).map(function (_, index) {
172
172
  return (0,external_vue_namespaceObject.createVNode)("svg", {
173
- "class": starClass(index),
174
173
  "style": starStyle,
174
+ "class": starClass(index),
175
+ "viewBox": "0 0 64 64",
175
176
  "x": "0px",
176
177
  "y": "0px",
177
- "viewBox": "0 0 64 64",
178
178
  "onClick": function onClick() {
179
179
  return chooseRate(index);
180
180
  },
@@ -302,21 +302,21 @@ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () =>
302
302
  return (0,external_vue_namespaceObject.createVNode)("p", {
303
303
  "class": rateClass
304
304
  }, [props.editable ? (0,external_vue_namespaceObject.createVNode)(star, (0,external_vue_namespaceObject.mergeProps)({
305
- "rate": props.modelValue,
306
305
  "hover-rate": hoverRate.value,
307
- "onChooseRate": chooseRate,
306
+ "rate": props.modelValue,
308
307
  "onChangeHover": changeHover,
308
+ "onChooseRate": chooseRate,
309
309
  "onMouseleave": function onMouseleave() {
310
310
  return changeHover(0);
311
311
  }
312
312
  }, commonAttrs), null) : [(0,external_vue_namespaceObject.createVNode)(star, (0,external_vue_namespaceObject.mergeProps)({
313
- "rate": 5,
314
313
  "style": starStyle.value,
315
314
  "class": "".concat(resolveClassName('score-real')),
316
- "editable": false
315
+ "editable": false,
316
+ "rate": 5
317
317
  }, commonAttrs), null), (0,external_vue_namespaceObject.createVNode)(star, (0,external_vue_namespaceObject.mergeProps)({
318
- "rate": 0,
319
- "editable": false
318
+ "editable": false,
319
+ "rate": 0
320
320
  }, commonAttrs), null)]]);
321
321
  };
322
322
  }