vft 0.0.522 → 0.0.524

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 (213) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/affix/affix.vue2.js +2 -2
  3. package/es/components/alert/alert.vue2.js +1 -1
  4. package/es/components/autocomplete/autocomplete.vue.d.ts +2 -2
  5. package/es/components/autocomplete/autocomplete.vue2.js +1 -1
  6. package/es/components/autocomplete/index.d.ts +6 -6
  7. package/es/components/avatar/avatar.vue2.js +2 -2
  8. package/es/components/avatar-stack/avatar-stack.vue2.js +7 -7
  9. package/es/components/backtop/backtop.vue2.js +1 -1
  10. package/es/components/breadcrumb/breadcrumb-item.vue2.js +3 -3
  11. package/es/components/breadcrumb/breadcrumb.vue2.js +2 -2
  12. package/es/components/button/button-group.vue2.js +2 -2
  13. package/es/components/button/button.vue2.js +7 -7
  14. package/es/components/button/index.d.ts +9 -9
  15. package/es/components/button/use-button.js +3 -3
  16. package/es/components/card/card.vue2.js +6 -6
  17. package/es/components/carousel/carousel-item.vue2.js +3 -3
  18. package/es/components/carousel/carousel.vue2.js +1 -1
  19. package/es/components/carousel/use-carousel.js +1 -1
  20. package/es/components/cascader/cascader.vue2.js +1 -1
  21. package/es/components/cascader-panel/index.vue2.js +1 -1
  22. package/es/components/cascader-panel/menu.vue2.js +5 -5
  23. package/es/components/cascader-panel/node.vue2.js +8 -8
  24. package/es/components/check-tag/check-tag.vue2.js +2 -2
  25. package/es/components/checkbox/checkbox-button.vue2.js +13 -13
  26. package/es/components/checkbox/checkbox-group.vue2.js +3 -3
  27. package/es/components/checkbox/checkbox.vue2.js +1 -1
  28. package/es/components/clamp/clamp.vue2.js +2 -2
  29. package/es/components/clamp-toggle/clamp-toggle.vue2.js +3 -3
  30. package/es/components/clamp-tooltip/clamp-tooltip.vue2.js +6 -6
  31. package/es/components/col/col.vue2.js +2 -2
  32. package/es/components/collapse/collapse-item.vue2.js +2 -2
  33. package/es/components/collapse/collapse.vue2.js +2 -2
  34. package/es/components/collapse-transition/collapse-transition.vue2.js +2 -2
  35. package/es/components/color-picker/color-picker.vue2.js +1 -1
  36. package/es/components/color-picker/components/alpha-slider.vue2.js +2 -2
  37. package/es/components/color-picker/components/hue-slider.vue.js +2 -2
  38. package/es/components/color-picker/components/predefine.vue.js +3 -3
  39. package/es/components/color-picker/components/sv-panel.vue.js +2 -2
  40. package/es/components/config-provider/config-provider.vue2.js +2 -2
  41. package/es/components/config-provider/hooks/use-global-config.js +4 -4
  42. package/es/components/container/aside.vue2.js +2 -2
  43. package/es/components/container/container.vue2.js +2 -2
  44. package/es/components/container/footer.vue2.js +2 -2
  45. package/es/components/container/header.vue2.js +2 -2
  46. package/es/components/container/main.vue2.js +2 -2
  47. package/es/components/context-menu/context-menu.vue2.js +1 -1
  48. package/es/components/countdown/countdown.vue2.js +2 -2
  49. package/es/components/date-picker/date-picker-com/basic-date-table.vue2.js +6 -6
  50. package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +4 -4
  51. package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +4 -4
  52. package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +1 -1
  53. package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +2 -2
  54. package/es/components/date-picker/date-picker-com/panel-month-range.vue2.js +12 -12
  55. package/es/components/date-picker/date-picker-com/panel-year-range.vue2.js +12 -12
  56. package/es/components/date-picker/props/basic-date-table.js +3 -3
  57. package/es/components/date-picker/props/basic-month-table.js +3 -3
  58. package/es/components/date-picker/props/basic-year-table.js +3 -3
  59. package/es/components/descriptions/description.vue2.js +1 -1
  60. package/es/components/descriptions/descriptions-row.vue2.js +10 -10
  61. package/es/components/dialog/dialog-content.vue2.js +3 -3
  62. package/es/components/dialog/dialog.vue2.js +5 -5
  63. package/es/components/divider/divider.vue2.js +5 -5
  64. package/es/components/drawer/drawer.vue2.js +4 -4
  65. package/es/components/dropdown/dropdown-item-impl.vue2.js +3 -3
  66. package/es/components/dropdown/dropdown-item.vue2.js +2 -2
  67. package/es/components/dropdown/dropdown-menu.vue2.js +2 -2
  68. package/es/components/dropdown/dropdown.vue2.js +4 -4
  69. package/es/components/empty/empty.vue2.js +5 -5
  70. package/es/components/footer-layout/footer-layout.vue2.js +2 -2
  71. package/es/components/form/form-item.vue2.js +16 -16
  72. package/es/components/form/form.vue2.js +2 -2
  73. package/es/components/full-screen/full-screen.vue2.js +2 -2
  74. package/es/components/header-layout/header-layout.vue2.js +1 -1
  75. package/es/components/horizontal-menu/horizontal-menu.vue2.js +3 -3
  76. package/es/components/icon/icon.vue2.js +3 -3
  77. package/es/components/icon-text/icon-text.vue2.js +1 -1
  78. package/es/components/iframe-layout/iframe-layout.vue2.js +4 -4
  79. package/es/components/iframe-layout/iframe-page.vue2.js +2 -2
  80. package/es/components/image/image.vue2.js +1 -1
  81. package/es/components/image-viewer/image-viewer.vue2.js +6 -6
  82. package/es/components/index.js +181 -181
  83. package/es/components/input/input.vue2.js +2 -2
  84. package/es/components/input-number/input-number.vue2.js +4 -4
  85. package/es/components/input-tag/composables/use-input-tag.js +1 -1
  86. package/es/components/input-tag/input-tag.vue2.js +7 -7
  87. package/es/components/link/link.vue2.js +1 -1
  88. package/es/components/list-cell/list-cell.vue2.js +1 -1
  89. package/es/components/logo/index.d.ts +6 -0
  90. package/es/components/logo/logo.vue2.js +23 -22
  91. package/es/components/logo/types.d.ts +2 -0
  92. package/es/components/md-container/md-container.vue2.js +5 -5
  93. package/es/components/menu/menu-collapse-transition.vue.js +2 -2
  94. package/es/components/menu/menu-item-group.vue2.js +7 -7
  95. package/es/components/menu/menu-item.vue2.js +1 -1
  96. package/es/components/message/message.vue2.js +3 -3
  97. package/es/components/message-box/message-box.vue2.js +1 -1
  98. package/es/components/modal/modal-footer-action.vue2.js +10 -10
  99. package/es/components/modal/modal.vue2.js +3 -3
  100. package/es/components/multiple-tabs/multiple-tabs.vue2.js +1 -1
  101. package/es/components/multiple-tabs/tab-content.vue2.js +2 -2
  102. package/es/components/notification/notification.vue2.js +1 -1
  103. package/es/components/overlay/overlay.vue2.js +1 -1
  104. package/es/components/page-wrapper/page-wrapper.vue2.js +2 -2
  105. package/es/components/pagination/components/jumper.vue2.js +2 -2
  106. package/es/components/pagination/components/next.vue2.js +4 -4
  107. package/es/components/pagination/components/pager.vue2.js +1 -1
  108. package/es/components/pagination/components/prev.vue2.js +4 -4
  109. package/es/components/pagination/components/sizes.vue2.js +2 -2
  110. package/es/components/pagination/components/total.vue2.js +2 -2
  111. package/es/components/popconfirm/index.d.ts +15 -15
  112. package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
  113. package/es/components/popconfirm/popconfirm.vue2.js +3 -3
  114. package/es/components/popover/popover.vue2.js +9 -9
  115. package/es/components/popper/arrow.vue2.js +2 -2
  116. package/es/components/popper/content.vue2.js +2 -2
  117. package/es/components/popper/trigger.vue2.js +4 -4
  118. package/es/components/progress/progress.vue2.js +1 -1
  119. package/es/components/progress-i/progress-i.vue2.js +2 -2
  120. package/es/components/qrcode/qrcode.vue2.js +1 -1
  121. package/es/components/radio/radio-button.vue2.js +2 -2
  122. package/es/components/radio/radio-group.vue2.js +3 -3
  123. package/es/components/radio/radio.vue2.js +2 -2
  124. package/es/components/rate/rate.vue2.js +6 -6
  125. package/es/components/router-view-content/router-view-content.vue2.js +7 -7
  126. package/es/components/roving-focus-group/roving-focus-group.vue2.js +2 -2
  127. package/es/components/roving-focus-group/roving-focus-item.vue2.js +2 -2
  128. package/es/components/row/row.vue2.js +2 -2
  129. package/es/components/scrollbar/bar.vue2.js +2 -2
  130. package/es/components/scrollbar/scrollbar.vue2.js +7 -7
  131. package/es/components/scrollbar/thumb.vue2.js +2 -2
  132. package/es/components/search/search.vue2.js +48 -44
  133. package/es/components/segmented/segmented.vue2.js +7 -7
  134. package/es/components/select/group-item.vue.js +2 -2
  135. package/es/components/select/index.d.ts +4 -4
  136. package/es/components/select/option-item.vue.js +2 -2
  137. package/es/components/select/select.vue.d.ts +4 -4
  138. package/es/components/select/select.vue.js +1 -1
  139. package/es/components/select/useSelect.d.ts +4 -4
  140. package/es/components/skeleton/skeleton-item.vue2.js +2 -2
  141. package/es/components/skeleton/skeleton.vue2.js +8 -8
  142. package/es/components/slider/button.vue2.js +2 -2
  143. package/es/components/slider/slider.vue2.js +1 -1
  144. package/es/components/space/space.js +1 -1
  145. package/es/components/statistic/statistic.vue2.js +17 -17
  146. package/es/components/steps/item.vue2.js +11 -11
  147. package/es/components/steps/steps.vue2.js +2 -2
  148. package/es/components/super-form/super-form-action.vue2.js +11 -11
  149. package/es/components/super-form/super-form.vue2.js +7 -7
  150. package/es/components/switch/switch.vue2.js +1 -1
  151. package/es/components/table/table.vue2.js +4 -4
  152. package/es/components/tabs/tab-bar.vue2.js +2 -2
  153. package/es/components/tabs/tab-pane.vue2.js +6 -6
  154. package/es/components/teleport/teleport.vue2.js +2 -2
  155. package/es/components/time-picker/common/picker-range-trigger.vue2.js +2 -2
  156. package/es/components/time-picker/common/picker.vue2.js +8 -8
  157. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +1 -1
  158. package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +3 -3
  159. package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +3 -3
  160. package/es/components/time-select/time-select.vue2.js +3 -3
  161. package/es/components/timeline/timeline-item.vue2.js +1 -1
  162. package/es/components/tooltip/content.vue2.js +6 -6
  163. package/es/components/tooltip/tooltip.vue2.js +1 -1
  164. package/es/components/tooltip/trigger.vue2.js +2 -2
  165. package/es/components/transfer/transfer-panel.vue2.js +7 -7
  166. package/es/components/transfer/transfer.vue2.js +4 -4
  167. package/es/components/tree/tree-node.vue.js +1 -1
  168. package/es/components/tree/tree.vue2.js +6 -6
  169. package/es/components/upload/index.d.ts +2 -2
  170. package/es/components/upload/upload-content.vue2.js +7 -7
  171. package/es/components/upload/upload-dragger.vue2.js +2 -2
  172. package/es/components/upload/upload-list.vue2.js +1 -1
  173. package/es/components/upload/upload.vue.d.ts +2 -2
  174. package/es/components/upload/upload.vue2.js +22 -22
  175. package/es/components/verify-code/verify-code.vue2.js +2 -2
  176. package/es/components/watermark/watermark.vue2.js +2 -2
  177. package/es/hooks/use-id/index.js +2 -2
  178. package/es/hooks/use-z-index/index.js +3 -3
  179. package/es/index.js +39 -39
  180. package/es/package.json.d.ts +1 -1
  181. package/es/package.json.js +1 -1
  182. package/es/plugin.js +7 -7
  183. package/es/utils/helper.js +2 -2
  184. package/es/utils/ns-cover.js +1 -1
  185. package/es/utils/vue/vnode.js +4 -4
  186. package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
  187. package/lib/components/autocomplete/index.d.ts +6 -6
  188. package/lib/components/button/index.d.ts +9 -9
  189. package/lib/components/button/use-button.cjs +1 -1
  190. package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
  191. package/lib/components/index.cjs +1 -1
  192. package/lib/components/logo/index.d.ts +6 -0
  193. package/lib/components/logo/logo.vue2.cjs +1 -1
  194. package/lib/components/logo/types.d.ts +2 -0
  195. package/lib/components/popconfirm/index.d.ts +15 -15
  196. package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
  197. package/lib/components/popover/popover.vue2.cjs +1 -1
  198. package/lib/components/search/search.vue2.cjs +1 -1
  199. package/lib/components/select/index.d.ts +4 -4
  200. package/lib/components/select/select.vue.d.ts +4 -4
  201. package/lib/components/select/useSelect.d.ts +4 -4
  202. package/lib/components/upload/index.d.ts +2 -2
  203. package/lib/components/upload/upload.vue.d.ts +2 -2
  204. package/lib/components/upload/upload.vue2.cjs +1 -1
  205. package/lib/index.cjs +1 -1
  206. package/lib/package.json.cjs +1 -1
  207. package/lib/package.json.d.ts +1 -1
  208. package/lib/plugin.cjs +1 -1
  209. package/package.json +4 -4
  210. package/theme-style/index.css +1 -1
  211. package/theme-style/src/md/table.scss +1 -4
  212. package/theme-style/vft-md-container.css +1 -1
  213. package/web-types.json +1 -1
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, ref as p, computed as P, openBlock as t, createElementBlock as n, Fragment as m, renderList as _, withDirectives as g, createBlock as k, vShow as v, createCommentVNode as L } from "vue";
1
+ import { defineComponent as c, ref as p, computed as P, createElementBlock as n, openBlock as t, Fragment as m, renderList as _, withDirectives as g, createCommentVNode as k, createBlock as v, vShow as L } from "vue";
2
2
  import y from "./iframe-page.vue2.js";
3
3
  const B = c({
4
4
  name: "vft-iframe-layout"
@@ -19,7 +19,7 @@ const B = c({
19
19
  }), (a, f) => (t(!0), n(m, null, _(o.iframePages, (e, h) => (t(), n(m, {
20
20
  key: e.query ? e.fullPath : e.path
21
21
  }, [
22
- e.meta.frameSrc && e.meta.loaded ? g((t(), k(y, {
22
+ e.meta.frameSrc && e.meta.loaded ? g((t(), v(y, {
23
23
  key: 0,
24
24
  ref_for: !0,
25
25
  ref_key: "iframePageRef",
@@ -27,8 +27,8 @@ const B = c({
27
27
  onLoaded: (S) => s(e, h),
28
28
  "frame-src": e.meta.frameSrc
29
29
  }, null, 8, ["onLoaded", "frame-src"])), [
30
- [v, e.fullPath === (o.currentPath || a.$route.fullPath)]
31
- ]) : L("", !0)
30
+ [L, e.fullPath === (o.currentPath || a.$route.fullPath)]
31
+ ]) : k("", !0)
32
32
  ], 64))), 128));
33
33
  }
34
34
  });
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, ref as a, onMounted as u, nextTick as t, openBlock as w, createElementBlock as _, normalizeClass as v, unref as g } from "vue";
1
+ import { defineComponent as n, ref as a, onMounted as u, nextTick as t, createElementBlock as w, openBlock as _, normalizeClass as v, unref as g } from "vue";
2
2
  import "@vueuse/core";
3
3
  import "@vft/utils";
4
4
  import "../config-provider/hooks/use-global-config.js";
@@ -35,7 +35,7 @@ const h = ["src"], k = n({
35
35
  });
36
36
  }), s({
37
37
  isLoading: o
38
- }), (d, x) => (w(), _("iframe", {
38
+ }), (d, x) => (_(), w("iframe", {
39
39
  ref_key: "iframeRef",
40
40
  ref: e,
41
41
  sandbox: "allow-scripts allow-storage-access-by-user-activation allow-presentation allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-downloads allow-top-navigation allow-modals allow-forms allow-top-navigation-by-user-activation",
@@ -1,4 +1,4 @@
1
- import { defineComponent as T, defineAsyncComponent as G, useAttrs as J, ref as o, computed as d, watch as Q, onMounted as U, openBlock as s, createElementBlock as f, normalizeStyle as X, normalizeClass as y, unref as l, mergeProps as Z, createCommentVNode as u, renderSlot as C, createElementVNode as A, Fragment as _, createBlock as ee, withCtx as te, nextTick as le } from "vue";
1
+ import { defineComponent as T, defineAsyncComponent as G, useAttrs as J, ref as o, computed as d, watch as Q, onMounted as U, createElementBlock as f, openBlock as s, normalizeStyle as X, normalizeClass as y, unref as l, createCommentVNode as u, mergeProps as Z, renderSlot as C, createElementVNode as A, Fragment as _, createBlock as ee, withCtx as te, nextTick as le } from "vue";
2
2
  import { useAttrs as ne } from "@vft/use";
3
3
  import { isInContainer as ae, isElement as ie, isString as re, getScrollContainer as oe } from "@vft/utils";
4
4
  import { isClient as v, useThrottleFn as se, useEventListener as B } from "@vueuse/core";
@@ -1,4 +1,4 @@
1
- import { defineComponent as A, ref as h, effectScope as ne, computed as w, watch as R, nextTick as oe, onMounted as ae, openBlock as z, createBlock as ie, unref as e, withCtx as S, createVNode as d, Transition as se, createElementVNode as c, normalizeStyle as V, normalizeClass as r, withModifiers as re, createElementBlock as E, Fragment as H, createCommentVNode as le, renderList as ce, withDirectives as ue, vShow as fe, renderSlot as de } from "vue";
1
+ import { defineComponent as A, ref as h, effectScope as ne, computed as w, watch as R, nextTick as oe, onMounted as ae, createBlock as ie, openBlock as z, unref as e, withCtx as S, createVNode as d, Transition as se, createElementVNode as c, normalizeStyle as V, normalizeClass as r, createElementBlock as E, createCommentVNode as re, renderSlot as le, withModifiers as ce, Fragment as H, renderList as ue, withDirectives as fe, vShow as de } from "vue";
2
2
  import { EVENT_CODE as p } from "@vft/constants";
3
3
  import { isNumber as Z } from "@vft/utils";
4
4
  import { VftIcon as v } from "../icon/index.js";
@@ -205,7 +205,7 @@ const ke = ["src", "referrerpolicy", "crossorigin"], be = A({
205
205
  }, [
206
206
  c("div", {
207
207
  class: r(e(i).e("mask")),
208
- onClick: n[0] || (n[0] = re((a) => t.hideOnClickModal && C(), ["self"]))
208
+ onClick: n[0] || (n[0] = ce((a) => t.hideOnClickModal && C(), ["self"]))
209
209
  }, null, 2),
210
210
  c("span", {
211
211
  class: r([e(i).e("btn"), e(i).e("close")]),
@@ -213,7 +213,7 @@ const ke = ["src", "referrerpolicy", "crossorigin"], be = A({
213
213
  }, [
214
214
  d(e(v), { icon: "icon-close" })
215
215
  ], 2),
216
- q.value ? le("", !0) : (z(), E(H, { key: 0 }, [
216
+ q.value ? re("", !0) : (z(), E(H, { key: 0 }, [
217
217
  c("span", {
218
218
  class: r([
219
219
  e(i).e("btn"),
@@ -272,7 +272,7 @@ const ke = ["src", "referrerpolicy", "crossorigin"], be = A({
272
272
  c("div", {
273
273
  class: r(e(i).e("canvas"))
274
274
  }, [
275
- (z(!0), E(H, null, ce(t.urlList, (a, l) => ue((z(), E("img", {
275
+ (z(!0), E(H, null, ue(t.urlList, (a, l) => fe((z(), E("img", {
276
276
  ref_for: !0,
277
277
  ref: (x) => X.value[l] = x,
278
278
  key: a,
@@ -285,10 +285,10 @@ const ke = ["src", "referrerpolicy", "crossorigin"], be = A({
285
285
  onError: ee,
286
286
  onMousedown: te
287
287
  }, null, 46, ke)), [
288
- [fe, l === m.value]
288
+ [de, l === m.value]
289
289
  ])), 128))
290
290
  ], 2),
291
- de(o.$slots, "default")
291
+ le(o.$slots, "default")
292
292
  ], 6)
293
293
  ]),
294
294
  _: 3
@@ -100,100 +100,100 @@ import { VftMdTabs as it } from "./md-tabs/index.js";
100
100
  import { VftMdVuePlayground as nt } from "./md-vue-playground/index.js";
101
101
  import { VftInfiniteScroll as lt } from "./infinite-scroll/index.js";
102
102
  import { VftLoading as dt } from "./loading/index.js";
103
- import { Message as Ct, Message as Tt } from "./message/index.js";
104
- import { MessageBox as gt, MessageBox as Et } from "./message-box/index.js";
103
+ import { VftMessage as Ct, VftMessage as Tt } from "./message/index.js";
104
+ import { VftMessageBox as gt, VftMessageBox as Et } from "./message-box/index.js";
105
105
  import { VftProgressI as Dt } from "./progress-i/index.js";
106
106
  import { VftSuperForm as _t } from "./super-form/index.js";
107
- import { default as Mt } from "./time-picker/common/picker.vue2.js";
108
- import { default as Kt } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
109
- import { default as Rt } from "./popper/arrow.vue2.js";
110
- import { default as Lt } from "./popper/content.vue2.js";
111
- import { default as Nt } from "./popper/trigger.vue2.js";
112
- import { BAR_MAP as vt, GAP as Gt, renderThumbStyle as wt } from "./scrollbar/util.js";
113
- import { CAROUSEL_ITEM_NAME as Bt, carouselContextKey as zt } from "./carousel/constants.js";
114
- import { CASCADER_PANEL_INJECTION_KEY as Ut } from "./cascader-panel/types.js";
115
- import { CommonProps as Yt, DefaultProps as qt, cascaderPanelEmits as Wt, cascaderPanelProps as jt, useCascaderConfig as Qt } from "./cascader-panel/config.js";
116
- import { DEFAULT_DIALOG_TRANSITION as Zt, dialogInjectionKey as $t } from "./dialog/constants.js";
117
- import { DEFAULT_FORMATS_DATE as rf, DEFAULT_FORMATS_DATEPICKER as ef, DEFAULT_FORMATS_TIME as tf, PICKER_BASE_INJECTION_KEY as ff, PICKER_POPPER_OPTIONS_INJECTION_KEY as pf, timeUnits as mf } from "./time-picker/constants.js";
118
- import { DROPDOWN_INJECTION_KEY as xf } from "./dropdown/tokens.js";
119
- import { EmptyEnum as nf } from "./empty/constants.js";
120
- import { LEFT_CHECK_CHANGE_EVENT as lf, RIGHT_CHECK_CHANGE_EVENT as uf, transferCheckedChangeFn as df, transferEmits as cf, transferProps as Cf } from "./transfer/transfer.js";
121
- import { MenuTypeEnum as Pf } from "./horizontal-menu/constants.js";
122
- import { ROOT_PICKER_INJECTION_KEY as Ef, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY as If } from "./date-picker/constants.js";
123
- import { TOOLTIP_INJECTION_KEY as Sf } from "./tooltip/constants.js";
124
- import { TabsRootContextKey as yf } from "./tabs/types.js";
125
- import { vLoading as Af, createLoadingDirective as Kf, vLoading as bf } from "./loading/directive.js";
126
- import { Loading as Ff } from "./loading/service.js";
127
- import { addRequire as Of, removeRequire as Nf, selectMapping as kf } from "./table/utils.js";
128
- import { breadcrumbKey as Gf } from "./breadcrumb/constants.js";
129
- import { buildTimeList as hf, dateEquals as Bf, dayOrDaysToDate as zf, extractDateFormat as Hf, extractTimeFormat as Uf, formatter as Jf, makeList as Yf, parseDate as qf, rangeArr as Wf, valueEquals as jf } from "./time-picker/utils.js";
130
- import { buttonGroupContextKey as Xf } from "./button/constants.js";
131
- import { cascaderEmits as $f, cascaderProps as op } from "./cascader/cascader.js";
132
- import { checkboxGroupContextKey as ep } from "./checkbox/constants.js";
133
- import { collapseContextKey as fp } from "./collapse/constants.js";
134
- import { collapseEmits as mp, collapseProps as ap, emitChangeFn as xp } from "./collapse/collapse.js";
135
- import { collapseItemProps as sp } from "./collapse/collapse-item.js";
136
- import { configProviderContextKey as Vp, messageConfig as lp } from "./config-provider/constants.js";
137
- import { countdownEmits as dp, countdownProps as cp } from "./countdown/countdown.js";
138
- import { datePickerProps as Tp } from "./date-picker/props/date-picker.js";
139
- import { defaultProps as gp, segmentedEmits as Ep, segmentedProps as Ip } from "./segmented/segmented.js";
140
- import { dragEventsKey as Sp, useDragNodeHandler as _p } from "./tree/model/useDragNode.js";
141
- import { formContextKey as Mp, formItemContextKey as Ap } from "./form/constants.js";
142
- import { genFileId as bp, uploadContextKey as Rp } from "./upload/constants.js";
143
- import { getChildState as Lp } from "./tree/model/node.js";
144
- import { getDynamicProps as Np, useForm as kp } from "./super-form/use/use-form.js";
145
- import { initAffixTabs as Gp, useTabsDrag as wp } from "./multiple-tabs/use/use-multiple-tabs.js";
146
- import { inputTagEmits as Bp, inputTagProps as zp } from "./input-tag/input-tag.js";
147
- import { isDatePicker as Up, isInput as Jp, isRangePicker as Yp } from "./super-form/component-map.js";
148
- import { messageDefaults as Wp, messageTypes as jp } from "./message/types.js";
149
- import { notificationEmits as Xp, notificationProps as Zp, notificationTypes as $p } from "./notification/notification.js";
150
- import { provideGlobalConfig as rm, useGlobalComponentSettings as em, useGlobalConfig as tm } from "./config-provider/hooks/use-global-config.js";
151
- import { radioGroupKey as pm } from "./radio/constants.js";
152
- import { rowContextKey as am } from "./row/constants.js";
153
- import { scrollbarContextKey as im } from "./scrollbar/constants.js";
154
- import { selectV2InjectionKey as nm } from "./select/token.js";
155
- import { sliderContextKey as lm } from "./slider/constants.js";
156
- import { sliderEmits as dm } from "./slider/slider.js";
157
- import { spaceProps as Cm } from "./space/space.js";
158
- import { timePickerDefaultProps as Pm, timePickerRangeTriggerProps as gm, timePickerRngeTriggerProps as Em } from "./time-picker/common/props.js";
159
- import { useDialog as Dm } from "./dialog/use-dialog.js";
160
- import { useDisabled as _m, useFormDisabled as ym, useFormSize as Mm, useSize as Am } from "./form/hooks/use-form-common-props.js";
161
- import { useFormItem as bm, useFormItemInputId as Rm } from "./form/hooks/use-form-item.js";
162
- import { useModal as Lm, useModalInner as Om } from "./modal/use/use-modal.js";
163
- import { usePagination as km, vftPaginationKey as vm } from "./pagination/usePagination.js";
164
- import { useSpace as wm } from "./space/use-space.js";
165
- import { useTabDropdown as Bm } from "./multiple-tabs/use/use-tab-dropdown.js";
166
- import { watermarkProps as Hm } from "./watermark/watermark.js";
107
+ import { default as Mt } from "./popper/arrow.vue2.js";
108
+ import { default as Kt } from "./popper/content.vue2.js";
109
+ import { default as Rt } from "./popper/trigger.vue2.js";
110
+ import { default as Lt } from "./time-picker/common/picker.vue2.js";
111
+ import { default as Nt } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
112
+ import { buttonGroupContextKey as vt } from "./button/constants.js";
113
+ import { cascaderEmits as wt, cascaderProps as ht } from "./cascader/cascader.js";
114
+ import { CASCADER_PANEL_INJECTION_KEY as zt } from "./cascader-panel/types.js";
115
+ import { CommonProps as Ut, DefaultProps as Jt, cascaderPanelEmits as Yt, cascaderPanelProps as qt, useCascaderConfig as Wt } from "./cascader-panel/config.js";
116
+ import { checkboxGroupContextKey as Qt } from "./checkbox/constants.js";
117
+ import { configProviderContextKey as Zt, messageConfig as $t } from "./config-provider/constants.js";
118
+ import { provideGlobalConfig as rf, useGlobalComponentSettings as ef, useGlobalConfig as tf } from "./config-provider/hooks/use-global-config.js";
119
+ import { ROOT_PICKER_INJECTION_KEY as pf, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY as mf } from "./date-picker/constants.js";
120
+ import { datePickerProps as xf } from "./date-picker/props/date-picker.js";
121
+ import { DEFAULT_DIALOG_TRANSITION as nf, dialogInjectionKey as Vf } from "./dialog/constants.js";
122
+ import { useDialog as uf } from "./dialog/use-dialog.js";
123
+ import { DROPDOWN_INJECTION_KEY as cf } from "./dropdown/tokens.js";
124
+ import { EmptyEnum as Tf } from "./empty/constants.js";
125
+ import { formContextKey as gf, formItemContextKey as Ef } from "./form/constants.js";
126
+ import { useDisabled as Df, useFormDisabled as Sf, useFormSize as _f, useSize as yf } from "./form/hooks/use-form-common-props.js";
127
+ import { useFormItem as Af, useFormItemInputId as Kf } from "./form/hooks/use-form-item.js";
128
+ import { MenuTypeEnum as Rf } from "./horizontal-menu/constants.js";
129
+ import { initAffixTabs as Lf, useTabsDrag as Of } from "./multiple-tabs/use/use-multiple-tabs.js";
130
+ import { useTabDropdown as kf } from "./multiple-tabs/use/use-tab-dropdown.js";
131
+ import { notificationEmits as Gf, notificationProps as wf, notificationTypes as hf } from "./notification/notification.js";
132
+ import { usePagination as zf, vftPaginationKey as Hf } from "./pagination/usePagination.js";
133
+ import { radioGroupKey as Jf } from "./radio/constants.js";
134
+ import { rowContextKey as qf } from "./row/constants.js";
135
+ import { scrollbarContextKey as jf } from "./scrollbar/constants.js";
136
+ import { BAR_MAP as Xf, GAP as Zf, renderThumbStyle as $f } from "./scrollbar/util.js";
137
+ import { selectV2InjectionKey as rp } from "./select/token.js";
138
+ import { sliderContextKey as tp } from "./slider/constants.js";
139
+ import { sliderEmits as pp } from "./slider/slider.js";
140
+ import { spaceProps as ap } from "./space/space.js";
141
+ import { useSpace as ip } from "./space/use-space.js";
142
+ import { addRequire as np, removeRequire as Vp, selectMapping as lp } from "./table/utils.js";
143
+ import { TabsRootContextKey as dp } from "./tabs/types.js";
144
+ import { timePickerDefaultProps as Cp, timePickerRangeTriggerProps as Tp, timePickerRngeTriggerProps as Pp } from "./time-picker/common/props.js";
145
+ import { DEFAULT_FORMATS_DATE as Ep, DEFAULT_FORMATS_DATEPICKER as Ip, DEFAULT_FORMATS_TIME as Dp, PICKER_BASE_INJECTION_KEY as Sp, PICKER_POPPER_OPTIONS_INJECTION_KEY as _p, timeUnits as yp } from "./time-picker/constants.js";
146
+ import { buildTimeList as Ap, dateEquals as Kp, dayOrDaysToDate as bp, extractDateFormat as Rp, extractTimeFormat as Fp, formatter as Lp, makeList as Op, parseDate as Np, rangeArr as kp, valueEquals as vp } from "./time-picker/utils.js";
147
+ import { TOOLTIP_INJECTION_KEY as wp } from "./tooltip/constants.js";
148
+ import { getChildState as Bp } from "./tree/model/node.js";
149
+ import { dragEventsKey as Hp, useDragNodeHandler as Up } from "./tree/model/useDragNode.js";
150
+ import { breadcrumbKey as Yp } from "./breadcrumb/constants.js";
151
+ import { CAROUSEL_ITEM_NAME as Wp, carouselContextKey as jp } from "./carousel/constants.js";
152
+ import { collapseEmits as Xp, collapseProps as Zp, emitChangeFn as $p } from "./collapse/collapse.js";
153
+ import { collapseItemProps as rm } from "./collapse/collapse-item.js";
154
+ import { collapseContextKey as tm } from "./collapse/constants.js";
155
+ import { countdownEmits as pm, countdownProps as mm } from "./countdown/countdown.js";
156
+ import { inputTagEmits as xm, inputTagProps as im } from "./input-tag/input-tag.js";
157
+ import { useModal as nm, useModalInner as Vm } from "./modal/use/use-modal.js";
158
+ import { defaultProps as um, segmentedEmits as dm, segmentedProps as cm } from "./segmented/segmented.js";
159
+ import { LEFT_CHECK_CHANGE_EVENT as Tm, RIGHT_CHECK_CHANGE_EVENT as Pm, transferCheckedChangeFn as gm, transferEmits as Em, transferProps as Im } from "./transfer/transfer.js";
160
+ import { genFileId as Sm, uploadContextKey as _m } from "./upload/constants.js";
161
+ import { watermarkProps as Mm } from "./watermark/watermark.js";
162
+ import { vLoading as Km, createLoadingDirective as bm, vLoading as Rm } from "./loading/directive.js";
163
+ import { Loading as Lm } from "./loading/service.js";
164
+ import { messageDefaults as Nm, messageTypes as km } from "./message/types.js";
165
+ import { isDatePicker as Gm, isInput as wm, isRangePicker as hm } from "./super-form/component-map.js";
166
+ import { getDynamicProps as zm, useForm as Hm } from "./super-form/use/use-form.js";
167
167
  export {
168
- vt as BAR_MAP,
169
- Bt as CAROUSEL_ITEM_NAME,
170
- Ut as CASCADER_PANEL_INJECTION_KEY,
171
- Mt as CommonPicker,
172
- Yt as CommonProps,
173
- Zt as DEFAULT_DIALOG_TRANSITION,
174
- rf as DEFAULT_FORMATS_DATE,
175
- ef as DEFAULT_FORMATS_DATEPICKER,
176
- tf as DEFAULT_FORMATS_TIME,
177
- xf as DROPDOWN_INJECTION_KEY,
178
- qt as DefaultProps,
168
+ Xf as BAR_MAP,
169
+ Wp as CAROUSEL_ITEM_NAME,
170
+ zt as CASCADER_PANEL_INJECTION_KEY,
171
+ Lt as CommonPicker,
172
+ Ut as CommonProps,
173
+ nf as DEFAULT_DIALOG_TRANSITION,
174
+ Ep as DEFAULT_FORMATS_DATE,
175
+ Ip as DEFAULT_FORMATS_DATEPICKER,
176
+ Dp as DEFAULT_FORMATS_TIME,
177
+ cf as DROPDOWN_INJECTION_KEY,
178
+ Jt as DefaultProps,
179
179
  Te as DynamicSizeGrid,
180
180
  ue as DynamicSizeList,
181
- nf as EmptyEnum,
181
+ Tf as EmptyEnum,
182
182
  ce as FixedSizeGrid,
183
183
  Ve as FixedSizeList,
184
- Gt as GAP,
185
- lf as LEFT_CHECK_CHANGE_EVENT,
186
- Pf as MenuTypeEnum,
184
+ Zf as GAP,
185
+ Tm as LEFT_CHECK_CHANGE_EVENT,
186
+ Rf as MenuTypeEnum,
187
187
  Ct as Message,
188
188
  gt as MessageBox,
189
- ff as PICKER_BASE_INJECTION_KEY,
190
- pf as PICKER_POPPER_OPTIONS_INJECTION_KEY,
191
- uf as RIGHT_CHECK_CHANGE_EVENT,
192
- Ef as ROOT_PICKER_INJECTION_KEY,
193
- If as ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,
194
- Sf as TOOLTIP_INJECTION_KEY,
195
- yf as TabsRootContextKey,
196
- Kt as TimePickPanel,
189
+ Sp as PICKER_BASE_INJECTION_KEY,
190
+ _p as PICKER_POPPER_OPTIONS_INJECTION_KEY,
191
+ Pm as RIGHT_CHECK_CHANGE_EVENT,
192
+ pf as ROOT_PICKER_INJECTION_KEY,
193
+ mf as ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,
194
+ wp as TOOLTIP_INJECTION_KEY,
195
+ dp as TabsRootContextKey,
196
+ Nt as TimePickPanel,
197
197
  t as VftAlert,
198
198
  z as VftAside,
199
199
  _e as VftAutocomplete,
@@ -256,8 +256,8 @@ export {
256
256
  Uo as VftLink,
257
257
  Yo as VftListCell,
258
258
  dt as VftLoading,
259
- Af as VftLoadingDirective,
260
- Ff as VftLoadingService,
259
+ Km as VftLoadingDirective,
260
+ Lm as VftLoadingService,
261
261
  Wo as VftLogo,
262
262
  Y as VftMain,
263
263
  tt as VftMdCodeDemo,
@@ -279,9 +279,9 @@ export {
279
279
  nr as VftPopconfirm,
280
280
  lr as VftPopover,
281
281
  dr as VftPopper,
282
- Rt as VftPopperArrow,
283
- Lt as VftPopperContent,
284
- Nt as VftPopperTrigger,
282
+ Mt as VftPopperArrow,
283
+ Kt as VftPopperContent,
284
+ Rt as VftPopperTrigger,
285
285
  ze as VftProgress,
286
286
  Dt as VftProgressI,
287
287
  Cr as VftQrcode,
@@ -320,102 +320,102 @@ export {
320
320
  $e as VftUpload,
321
321
  se as VftVerifyCode,
322
322
  rt as VftWatermark,
323
- Of as addRequire,
324
- Gf as breadcrumbKey,
325
- hf as buildTimeList,
326
- Xf as buttonGroupContextKey,
327
- zt as carouselContextKey,
328
- $f as cascaderEmits,
329
- Wt as cascaderPanelEmits,
330
- jt as cascaderPanelProps,
331
- op as cascaderProps,
332
- ep as checkboxGroupContextKey,
333
- fp as collapseContextKey,
334
- mp as collapseEmits,
335
- sp as collapseItemProps,
336
- ap as collapseProps,
337
- Vp as configProviderContextKey,
338
- dp as countdownEmits,
339
- cp as countdownProps,
323
+ np as addRequire,
324
+ Yp as breadcrumbKey,
325
+ Ap as buildTimeList,
326
+ vt as buttonGroupContextKey,
327
+ jp as carouselContextKey,
328
+ wt as cascaderEmits,
329
+ Yt as cascaderPanelEmits,
330
+ qt as cascaderPanelProps,
331
+ ht as cascaderProps,
332
+ Qt as checkboxGroupContextKey,
333
+ tm as collapseContextKey,
334
+ Xp as collapseEmits,
335
+ rm as collapseItemProps,
336
+ Zp as collapseProps,
337
+ Zt as configProviderContextKey,
338
+ pm as countdownEmits,
339
+ mm as countdownProps,
340
340
  W as createContextMenu,
341
- Kf as createLoadingDirective,
342
- Bf as dateEquals,
343
- Tp as datePickerProps,
344
- zf as dayOrDaysToDate,
345
- gp as defaultProps,
341
+ bm as createLoadingDirective,
342
+ Kp as dateEquals,
343
+ xf as datePickerProps,
344
+ bp as dayOrDaysToDate,
345
+ um as defaultProps,
346
346
  j as destroyContextMenu,
347
- $t as dialogInjectionKey,
348
- Sp as dragEventsKey,
349
- xp as emitChangeFn,
350
- Hf as extractDateFormat,
351
- Uf as extractTimeFormat,
352
- Mp as formContextKey,
353
- Ap as formItemContextKey,
354
- Jf as formatter,
355
- bp as genFileId,
356
- Lp as getChildState,
357
- Np as getDynamicProps,
358
- Gp as initAffixTabs,
359
- Bp as inputTagEmits,
360
- zp as inputTagProps,
361
- Up as isDatePicker,
362
- Jp as isInput,
363
- Yp as isRangePicker,
364
- Yf as makeList,
365
- lp as messageConfig,
366
- Wp as messageDefaults,
367
- jp as messageTypes,
368
- Xp as notificationEmits,
369
- Zp as notificationProps,
370
- $p as notificationTypes,
371
- qf as parseDate,
372
- rm as provideGlobalConfig,
373
- pm as radioGroupKey,
374
- Wf as rangeArr,
375
- Nf as removeRequire,
376
- wt as renderThumbStyle,
377
- am as rowContextKey,
378
- im as scrollbarContextKey,
379
- Ep as segmentedEmits,
380
- Ip as segmentedProps,
381
- kf as selectMapping,
382
- nm as selectV2InjectionKey,
383
- lm as sliderContextKey,
384
- dm as sliderEmits,
385
- Cm as spaceProps,
386
- Pm as timePickerDefaultProps,
387
- gm as timePickerRangeTriggerProps,
388
- Em as timePickerRngeTriggerProps,
389
- mf as timeUnits,
390
- df as transferCheckedChangeFn,
391
- cf as transferEmits,
392
- Cf as transferProps,
393
- Rp as uploadContextKey,
394
- Qt as useCascaderConfig,
347
+ Vf as dialogInjectionKey,
348
+ Hp as dragEventsKey,
349
+ $p as emitChangeFn,
350
+ Rp as extractDateFormat,
351
+ Fp as extractTimeFormat,
352
+ gf as formContextKey,
353
+ Ef as formItemContextKey,
354
+ Lp as formatter,
355
+ Sm as genFileId,
356
+ Bp as getChildState,
357
+ zm as getDynamicProps,
358
+ Lf as initAffixTabs,
359
+ xm as inputTagEmits,
360
+ im as inputTagProps,
361
+ Gm as isDatePicker,
362
+ wm as isInput,
363
+ hm as isRangePicker,
364
+ Op as makeList,
365
+ $t as messageConfig,
366
+ Nm as messageDefaults,
367
+ km as messageTypes,
368
+ Gf as notificationEmits,
369
+ wf as notificationProps,
370
+ hf as notificationTypes,
371
+ Np as parseDate,
372
+ rf as provideGlobalConfig,
373
+ Jf as radioGroupKey,
374
+ kp as rangeArr,
375
+ Vp as removeRequire,
376
+ $f as renderThumbStyle,
377
+ qf as rowContextKey,
378
+ jf as scrollbarContextKey,
379
+ dm as segmentedEmits,
380
+ cm as segmentedProps,
381
+ lp as selectMapping,
382
+ rp as selectV2InjectionKey,
383
+ tp as sliderContextKey,
384
+ pp as sliderEmits,
385
+ ap as spaceProps,
386
+ Cp as timePickerDefaultProps,
387
+ Tp as timePickerRangeTriggerProps,
388
+ Pp as timePickerRngeTriggerProps,
389
+ yp as timeUnits,
390
+ gm as transferCheckedChangeFn,
391
+ Em as transferEmits,
392
+ Im as transferProps,
393
+ _m as uploadContextKey,
394
+ Wt as useCascaderConfig,
395
395
  $ as useContextMenu,
396
- Dm as useDialog,
397
- _m as useDisabled,
398
- _p as useDragNodeHandler,
399
- kp as useForm,
400
- ym as useFormDisabled,
401
- bm as useFormItem,
402
- Rm as useFormItemInputId,
403
- Mm as useFormSize,
404
- em as useGlobalComponentSettings,
405
- tm as useGlobalConfig,
406
- Lm as useModal,
407
- Om as useModalInner,
408
- km as usePagination,
409
- Am as useSize,
410
- wm as useSpace,
411
- Bm as useTabDropdown,
412
- wp as useTabsDrag,
413
- bf as vLoading,
414
- jf as valueEquals,
415
- vm as vftPaginationKey,
396
+ uf as useDialog,
397
+ Df as useDisabled,
398
+ Up as useDragNodeHandler,
399
+ Hm as useForm,
400
+ Sf as useFormDisabled,
401
+ Af as useFormItem,
402
+ Kf as useFormItemInputId,
403
+ _f as useFormSize,
404
+ ef as useGlobalComponentSettings,
405
+ tf as useGlobalConfig,
406
+ nm as useModal,
407
+ Vm as useModalInner,
408
+ zf as usePagination,
409
+ yf as useSize,
410
+ ip as useSpace,
411
+ kf as useTabDropdown,
412
+ Of as useTabsDrag,
413
+ Rm as vLoading,
414
+ vp as valueEquals,
415
+ Hf as vftPaginationKey,
416
416
  ge as virtualizedGridProps,
417
417
  Ee as virtualizedListProps,
418
418
  Ie as virtualizedProps,
419
419
  De as virtualizedScrollbarProps,
420
- Hm as watermarkProps
420
+ Mm as watermarkProps
421
421
  };
@@ -1,8 +1,8 @@
1
- import { defineComponent as Oe, useAttrs as Te, useSlots as Le, computed as l, getCurrentInstance as je, shallowRef as H, ref as E, watch as U, nextTick as V, onMounted as We, withDirectives as He, openBlock as i, createElementBlock as c, mergeProps as h, Fragment as q, normalizeClass as r, unref as a, renderSlot as $, createCommentVNode as u, createElementVNode as w, createBlock as B, withKeys as Ue, withModifiers as me, toDisplayString as D, normalizeStyle as qe, vShow as Ge } from "vue";
1
+ import { defineComponent as Oe, useAttrs as Te, useSlots as Le, computed as l, ref as E, getCurrentInstance as je, shallowRef as H, watch as U, nextTick as V, onMounted as We, withDirectives as He, createElementBlock as c, openBlock as i, mergeProps as h, Fragment as q, createCommentVNode as u, createElementVNode as w, normalizeClass as r, unref as a, renderSlot as $, createBlock as B, withKeys as Ue, withModifiers as me, toDisplayString as D, normalizeStyle as qe, vShow as Ge } from "vue";
2
2
  import "../form/index.js";
3
3
  import { VftIcon as A } from "../icon/index.js";
4
4
  import { useResizeObserver as Je, isClient as Qe } from "@vueuse/core";
5
- import { singleAttrToObj as G, noop as Xe, isString as F, isObject as ve } from "@vft/utils";
5
+ import { isString as F, singleAttrToObj as G, noop as Xe, isObject as ve } from "@vft/utils";
6
6
  import { debugWarn as J } from "../../utils/error.js";
7
7
  import "../config-provider/hooks/use-global-config.js";
8
8
  import { isNil as Ye } from "lodash-es";
@@ -1,4 +1,4 @@
1
- import { defineComponent as L, ref as ee, reactive as te, computed as d, watch as ne, onMounted as ie, onUpdated as ue, openBlock as C, createElementBlock as S, withModifiers as V, normalizeClass as P, unref as u, withDirectives as R, withKeys as N, createVNode as B, createCommentVNode as W } from "vue";
1
+ import { defineComponent as L, ref as ee, reactive as te, computed as d, watch as ne, onMounted as ie, onUpdated as ue, createElementBlock as C, openBlock as S, withModifiers as V, normalizeClass as P, unref as u, withDirectives as R, createCommentVNode as W, createVNode as B, withKeys as N } from "vue";
2
2
  import { isNumber as s, isUndefined as h, isString as le } from "@vft/utils";
3
3
  import "../form/index.js";
4
4
  import { VftIcon as Y } from "../icon/index.js";
@@ -142,7 +142,7 @@ const me = L({
142
142
  focus: X,
143
143
  /** @description remove focus the input component */
144
144
  blur: Z
145
- }), (t, n) => (C(), S("div", {
145
+ }), (t, n) => (S(), C("div", {
146
146
  class: P([
147
147
  u(o).b(),
148
148
  u(o).m(u(k)),
@@ -153,7 +153,7 @@ const me = L({
153
153
  onDragstart: n[1] || (n[1] = V(() => {
154
154
  }, ["prevent"]))
155
155
  }, [
156
- e.controls ? R((C(), S("span", {
156
+ e.controls ? R((S(), C("span", {
157
157
  key: 0,
158
158
  role: "button",
159
159
  class: P([u(o).e("decrease"), u(o).is("disabled", D.value)]),
@@ -165,7 +165,7 @@ const me = L({
165
165
  ], 34)), [
166
166
  [u(H), F]
167
167
  ]) : W("", !0),
168
- e.controls ? R((C(), S("span", {
168
+ e.controls ? R((S(), C("span", {
169
169
  key: 1,
170
170
  role: "button",
171
171
  class: P([u(o).e("increase"), u(o).is("disabled", M.value)]),
@@ -1,6 +1,6 @@
1
1
  import { shallowRef as B, ref as L, computed as c, watch as G } from "vue";
2
2
  import { EVENT_CODE as g } from "../../../constants/aria.js";
3
- import { CHANGE_EVENT as i, INPUT_EVENT as H, UPDATE_MODEL_EVENT as d } from "../../../constants/event.js";
3
+ import { CHANGE_EVENT as i, UPDATE_MODEL_EVENT as d, INPUT_EVENT as H } from "../../../constants/event.js";
4
4
  import "@vueuse/core";
5
5
  import { isUndefined as K } from "@vft/utils";
6
6
  import { debugWarn as C } from "../../../utils/error.js";
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, useSlots as ge, computed as y, openBlock as l, createElementBlock as m, unref as e, normalizeStyle as ve, normalizeClass as a, renderSlot as I, createCommentVNode as f, createElementVNode as p, Fragment as ye, renderList as Ie, createBlock as C, withModifiers as x, withCtx as Ce, createTextVNode as he, toDisplayString as F, withDirectives as K, mergeProps as be, isRef as De, vModelText as ke, vShow as we } from "vue";
1
+ import { defineComponent as B, useSlots as ge, computed as y, createElementBlock as m, openBlock as l, unref as e, normalizeStyle as ve, normalizeClass as a, createCommentVNode as f, createElementVNode as p, renderSlot as I, withDirectives as x, Fragment as ye, renderList as Ie, createBlock as C, withModifiers as F, withCtx as Ce, createTextVNode as he, toDisplayString as K, mergeProps as be, isRef as De, vModelText as ke, vShow as we } from "vue";
2
2
  import "../form/index.js";
3
3
  import { VftIcon as $ } from "../icon/index.js";
4
4
  import { VftTag as Se } from "../tag/index.js";
@@ -108,7 +108,7 @@ const Be = ["id", "minlength", "maxlength", "disabled", "readonly", "autocomplet
108
108
  onDragstart: (u) => e(se)(u, d),
109
109
  onDragover: (u) => e(ie)(u, d),
110
110
  onDragend: e(de),
111
- onDrop: o[0] || (o[0] = x(() => {
111
+ onDrop: o[0] || (o[0] = F(() => {
112
112
  }, ["stop"]))
113
113
  }, {
114
114
  default: Ce(() => [
@@ -116,7 +116,7 @@ const Be = ["id", "minlength", "maxlength", "disabled", "readonly", "autocomplet
116
116
  value: t,
117
117
  index: d
118
118
  }, () => [
119
- he(F(t), 1)
119
+ he(K(t), 1)
120
120
  ])
121
121
  ]),
122
122
  _: 2
@@ -124,7 +124,7 @@ const Be = ["id", "minlength", "maxlength", "disabled", "readonly", "autocomplet
124
124
  p("div", {
125
125
  class: a(e(r).e("input-wrapper"))
126
126
  }, [
127
- K(p("input", be({
127
+ x(p("input", be({
128
128
  id: e(j),
129
129
  ref_key: "inputRef",
130
130
  ref: G,
@@ -160,10 +160,10 @@ const Be = ["id", "minlength", "maxlength", "disabled", "readonly", "autocomplet
160
160
  ref: ne,
161
161
  "aria-hidden": "true",
162
162
  class: a(e(r).e("input-calculator")),
163
- textContent: F(e(i))
163
+ textContent: K(e(i))
164
164
  }, null, 10, Ne)
165
165
  ], 2),
166
- K(p("div", {
166
+ x(p("div", {
167
167
  ref_key: "dropIndicatorRef",
168
168
  ref: re,
169
169
  class: a(e(r).e("drop-indicator"))
@@ -179,7 +179,7 @@ const Be = ["id", "minlength", "maxlength", "disabled", "readonly", "autocomplet
179
179
  e(fe) ? (l(), C(e($), {
180
180
  key: 0,
181
181
  class: a([e(r).e("icon"), e(r).e("clear")]),
182
- onMousedown: x(e(Re), ["prevent"]),
182
+ onMousedown: F(e(Re), ["prevent"]),
183
183
  onClick: e(ee),
184
184
  icon: "icon-circle-close"
185
185
  }, null, 8, ["class", "onMousedown", "onClick"])) : f("", !0),