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 M, ref as E, inject as z, toRef as I, computed as h, useSlots as ce, watch as ue, openBlock as u, createElementBlock as m, normalizeClass as r, createElementVNode as l, unref as e, renderSlot as me, Fragment as pe, renderList as fe, toDisplayString as N, createCommentVNode as L, createVNode as p } from "vue";
1
+ import { defineComponent as M, ref as E, inject as z, toRef as I, computed as h, useSlots as ce, watch as ue, createElementBlock as u, openBlock as m, normalizeClass as r, createElementVNode as l, unref as e, renderSlot as me, createCommentVNode as N, Fragment as pe, renderList as fe, toDisplayString as L, createVNode as p } from "vue";
2
2
  import J from "dayjs";
3
3
  import { isArray as ge } from "@vft/utils";
4
4
  import { VftIcon as y } from "../../icon/index.js";
@@ -101,7 +101,7 @@ const De = ["onClick"], _e = ["disabled"], Se = ["disabled"], f = 10, k = "year"
101
101
  (t) => {
102
102
  !t && S.value.selecting && (Z(i.parsedValue), Y(!1));
103
103
  }
104
- ), d("set-picker-option", ["isValidValue", se]), d("set-picker-option", ["parseUserInput", oe]), d("set-picker-option", ["formatToString", le]), d("set-picker-option", ["handleClear", ie]), (t, a) => (u(), m("div", {
104
+ ), d("set-picker-option", ["isValidValue", se]), d("set-picker-option", ["parseUserInput", oe]), d("set-picker-option", ["formatToString", le]), d("set-picker-option", ["handleClear", ie]), (t, a) => (m(), u("div", {
105
105
  class: r(re.value)
106
106
  }, [
107
107
  l("div", {
@@ -110,17 +110,17 @@ const De = ["onClick"], _e = ["disabled"], Se = ["disabled"], f = 10, k = "year"
110
110
  me(t.$slots, "sidebar", {
111
111
  class: r(e(o).e("sidebar"))
112
112
  }),
113
- $.value ? (u(), m("div", {
113
+ $.value ? (m(), u("div", {
114
114
  key: 0,
115
115
  class: r(e(o).e("sidebar"))
116
116
  }, [
117
- (u(!0), m(pe, null, fe(e(x), (n, s) => (u(), m("button", {
117
+ (m(!0), u(pe, null, fe(e(x), (n, s) => (m(), u("button", {
118
118
  key: s,
119
119
  type: "button",
120
120
  class: r(e(o).e("shortcut")),
121
121
  onClick: (Ve) => e(X)(n)
122
- }, N(n.text), 11, De))), 128))
123
- ], 2)) : L("", !0),
122
+ }, L(n.text), 11, De))), 128))
123
+ ], 2)) : N("", !0),
124
124
  l("div", {
125
125
  class: r(e(o).e("body"))
126
126
  }, [
@@ -138,7 +138,7 @@ const De = ["onClick"], _e = ["disabled"], Se = ["disabled"], f = 10, k = "year"
138
138
  }, [
139
139
  p(e(y), { icon: "icon-d-arrow-left" })
140
140
  ], 2),
141
- t.unlinkPanels ? (u(), m("button", {
141
+ t.unlinkPanels ? (m(), u("button", {
142
142
  key: 0,
143
143
  type: "button",
144
144
  disabled: !R.value,
@@ -147,8 +147,8 @@ const De = ["onClick"], _e = ["disabled"], Se = ["disabled"], f = 10, k = "year"
147
147
  (...n) => e(F) && e(F)(...n))
148
148
  }, [
149
149
  p(e(y), { icon: "icon-d-arrow-right" })
150
- ], 10, _e)) : L("", !0),
151
- l("div", null, N(e(ee)), 1)
150
+ ], 10, _e)) : N("", !0),
151
+ l("div", null, L(e(ee)), 1)
152
152
  ], 2),
153
153
  p(H, {
154
154
  "selection-mode": "range",
@@ -168,7 +168,7 @@ const De = ["onClick"], _e = ["disabled"], Se = ["disabled"], f = 10, k = "year"
168
168
  l("div", {
169
169
  class: r(e(b).e("header"))
170
170
  }, [
171
- t.unlinkPanels ? (u(), m("button", {
171
+ t.unlinkPanels ? (m(), u("button", {
172
172
  key: 0,
173
173
  type: "button",
174
174
  disabled: !R.value,
@@ -177,7 +177,7 @@ const De = ["onClick"], _e = ["disabled"], Se = ["disabled"], f = 10, k = "year"
177
177
  (...n) => e(U) && e(U)(...n))
178
178
  }, [
179
179
  p(e(y), { icon: "icon-d-arrow-left" })
180
- ], 10, Se)) : L("", !0),
180
+ ], 10, Se)) : N("", !0),
181
181
  l("button", {
182
182
  type: "button",
183
183
  class: r(B.value.arrowRightBtn),
@@ -186,7 +186,7 @@ const De = ["onClick"], _e = ["disabled"], Se = ["disabled"], f = 10, k = "year"
186
186
  }, [
187
187
  p(e(y), { icon: "icon-d-arrow-right" })
188
188
  ], 2),
189
- l("div", null, N(e(te)), 1)
189
+ l("div", null, L(e(te)), 1)
190
190
  ], 2),
191
191
  p(H, {
192
192
  "selection-mode": "range",
@@ -4,14 +4,14 @@ import "../../config-provider/hooks/use-global-config.js";
4
4
  import "vue";
5
5
  import { buildProps as e, definePropType as o } from "../../../utils/vue/props/runtime.js";
6
6
  import "../../form/index.js";
7
- import { datePickerSharedProps as t, selectionModeWithDefault as i } from "./shared.js";
7
+ import { selectionModeWithDefault as t, datePickerSharedProps as i } from "./shared.js";
8
8
  const n = e({
9
- ...t,
9
+ ...i,
10
10
  cellClassName: {
11
11
  type: o(Function)
12
12
  },
13
13
  showWeekNumber: Boolean,
14
- selectionMode: i("date")
14
+ selectionMode: t("date")
15
15
  }), d = ["changerange", "pick", "select"];
16
16
  export {
17
17
  d as basicDateTableEmits,
@@ -4,10 +4,10 @@ import "../../config-provider/hooks/use-global-config.js";
4
4
  import "vue";
5
5
  import { buildProps as o } from "../../../utils/vue/props/runtime.js";
6
6
  import "../../form/index.js";
7
- import { datePickerSharedProps as t, selectionModeWithDefault as r } from "./shared.js";
7
+ import { selectionModeWithDefault as t, datePickerSharedProps as r } from "./shared.js";
8
8
  const d = o({
9
- ...t,
10
- selectionMode: r("month")
9
+ ...r,
10
+ selectionMode: t("month")
11
11
  });
12
12
  export {
13
13
  d as basicMonthTableProps
@@ -4,10 +4,10 @@ import "../../config-provider/hooks/use-global-config.js";
4
4
  import "vue";
5
5
  import { buildProps as o } from "../../../utils/vue/props/runtime.js";
6
6
  import "../../form/index.js";
7
- import { datePickerSharedProps as r, selectionModeWithDefault as e } from "./shared.js";
7
+ import { selectionModeWithDefault as r, datePickerSharedProps as e } from "./shared.js";
8
8
  const d = o({
9
- ...r,
10
- selectionMode: e("year")
9
+ ...e,
10
+ selectionMode: r("year")
11
11
  });
12
12
  export {
13
13
  d as basicYearTableProps
@@ -1,4 +1,4 @@
1
- import { defineComponent as g, useSlots as x, getCurrentInstance as B, provide as E, computed as w, openBlock as p, createElementBlock as u, normalizeClass as i, unref as a, createElementVNode as m, renderSlot as b, createTextVNode as v, toDisplayString as y, createCommentVNode as z, Fragment as V, renderList as D, createBlock as I } from "vue";
1
+ import { defineComponent as g, useSlots as x, getCurrentInstance as B, provide as E, computed as w, createElementBlock as u, openBlock as p, normalizeClass as i, createCommentVNode as z, createElementVNode as m, unref as a, renderSlot as b, createTextVNode as v, toDisplayString as y, Fragment as V, renderList as D, createBlock as I } from "vue";
2
2
  import "@vueuse/core";
3
3
  import "@vft/utils";
4
4
  import "../config-provider/hooks/use-global-config.js";
@@ -1,4 +1,4 @@
1
- import { defineComponent as y, inject as m, unref as r, openBlock as e, createElementBlock as l, Fragment as n, createElementVNode as s, renderList as a, createBlock as i, createVNode as p } from "vue";
1
+ import { defineComponent as y, inject as m, createElementBlock as r, unref as l, openBlock as e, Fragment as n, createElementVNode as s, renderList as a, createBlock as i, createVNode as p } from "vue";
2
2
  import c from "./descriptions-cell.js";
3
3
  import { descriptionsKey as f } from "./token.js";
4
4
  const k = { key: 1 }, g = y({
@@ -10,9 +10,9 @@ const k = { key: 1 }, g = y({
10
10
  },
11
11
  setup(u) {
12
12
  const d = m(f, {});
13
- return (_, w) => r(d).direction === "vertical" ? (e(), l(n, { key: 0 }, [
13
+ return (_, w) => l(d).direction === "vertical" ? (e(), r(n, { key: 0 }, [
14
14
  s("tr", null, [
15
- (e(!0), l(n, null, a(u.row, (t, o) => (e(), i(r(c), {
15
+ (e(!0), r(n, null, a(u.row, (t, o) => (e(), i(l(c), {
16
16
  key: `tr1-${o}`,
17
17
  cell: t,
18
18
  tag: "th",
@@ -20,29 +20,29 @@ const k = { key: 1 }, g = y({
20
20
  }, null, 8, ["cell"]))), 128))
21
21
  ]),
22
22
  s("tr", null, [
23
- (e(!0), l(n, null, a(u.row, (t, o) => (e(), i(r(c), {
23
+ (e(!0), r(n, null, a(u.row, (t, o) => (e(), i(l(c), {
24
24
  key: `tr2-${o}`,
25
25
  cell: t,
26
26
  tag: "td",
27
27
  type: "content"
28
28
  }, null, 8, ["cell"]))), 128))
29
29
  ])
30
- ], 64)) : (e(), l("tr", k, [
31
- (e(!0), l(n, null, a(u.row, (t, o) => (e(), l(n, {
30
+ ], 64)) : (e(), r("tr", k, [
31
+ (e(!0), r(n, null, a(u.row, (t, o) => (e(), r(n, {
32
32
  key: `tr3-${o}`
33
33
  }, [
34
- r(d).border ? (e(), l(n, { key: 0 }, [
35
- p(r(c), {
34
+ l(d).border ? (e(), r(n, { key: 0 }, [
35
+ p(l(c), {
36
36
  cell: t,
37
37
  tag: "td",
38
38
  type: "label"
39
39
  }, null, 8, ["cell"]),
40
- p(r(c), {
40
+ p(l(c), {
41
41
  cell: t,
42
42
  tag: "td",
43
43
  type: "content"
44
44
  }, null, 8, ["cell"])
45
- ], 64)) : (e(), i(r(c), {
45
+ ], 64)) : (e(), i(l(c), {
46
46
  key: 1,
47
47
  cell: t,
48
48
  tag: "td",
@@ -1,4 +1,4 @@
1
- import { defineComponent as C, inject as u, computed as a, openBlock as r, createElementBlock as g, normalizeStyle as E, unref as t, normalizeClass as s, createElementVNode as n, renderSlot as i, toDisplayString as N, createBlock as P, mergeProps as S, createCommentVNode as y } from "vue";
1
+ import { defineComponent as C, inject as u, computed as a, createElementBlock as g, openBlock as r, normalizeStyle as E, normalizeClass as s, unref as t, createElementVNode as n, createCommentVNode as y, renderSlot as i, createBlock as N, toDisplayString as P, mergeProps as S } from "vue";
2
2
  import { singleAttrToObj as T } from "@vft/utils";
3
3
  import { VftIcon as j } from "../icon/index.js";
4
4
  import "../focus-trap/focus-trap.vue2.js";
@@ -69,9 +69,9 @@ const A = ["id"], F = C({
69
69
  n("span", {
70
70
  role: "heading",
71
71
  class: s(t(o).e("title"))
72
- }, N(e.title), 3)
72
+ }, P(e.title), 3)
73
73
  ]),
74
- e.showClose ? (r(), P(t(j), S({
74
+ e.showClose ? (r(), N(t(j), S({
75
75
  key: 0,
76
76
  class: [t(o).e("headerbtn")],
77
77
  onClick: m[0] || (m[0] = (J) => l.$emit("close"))
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, ref as c, getCurrentInstance as O, provide as N, computed as q, openBlock as b, createBlock as g, unref as e, withCtx as t, createVNode as m, Transition as j, normalizeProps as x, guardReactiveProps as K, withDirectives as L, createElementVNode as U, normalizeStyle as G, normalizeClass as H, mergeProps as J, createSlots as Q, renderSlot as d, createCommentVNode as W, vShow as X } from "vue";
1
+ import { defineComponent as B, ref as c, getCurrentInstance as O, provide as N, computed as q, createBlock as b, openBlock as g, unref as e, withCtx as t, createVNode as m, Transition as j, normalizeProps as x, guardReactiveProps as K, withDirectives as L, createElementVNode as U, normalizeStyle as G, normalizeClass as H, createCommentVNode as J, mergeProps as Q, createSlots as W, renderSlot as d, vShow as X } from "vue";
2
2
  import Y from "../focus-trap/focus-trap.vue.js";
3
3
  import "../focus-trap/utils.js";
4
4
  import { VftOverlay as Z } from "../overlay/index.js";
@@ -100,7 +100,7 @@ const re = ["aria-label", "aria-labelledby", "aria-describedby"], de = B({
100
100
  i.value?.resetPosition();
101
101
  },
102
102
  handleClose: f
103
- }), (l, s) => (b(), g(e(_), {
103
+ }), (l, s) => (g(), b(e(_), {
104
104
  to: o.appendTo,
105
105
  disabled: o.appendTo !== "body" ? !1 : !o.appendToBody
106
106
  }, {
@@ -143,7 +143,7 @@ const re = ["aria-label", "aria-labelledby", "aria-describedby"], de = B({
143
143
  onReleaseRequested: e(D)
144
144
  }, {
145
145
  default: t(() => [
146
- e(v) ? (b(), g(se, J({
146
+ e(v) ? (g(), b(se, Q({
147
147
  key: 0,
148
148
  ref_key: "dialogContentRef",
149
149
  ref: i
@@ -160,7 +160,7 @@ const re = ["aria-label", "aria-labelledby", "aria-describedby"], de = B({
160
160
  "show-close": o.showClose,
161
161
  title: o.title,
162
162
  onClose: e(f)
163
- }), Q({
163
+ }), W({
164
164
  header: t(() => [
165
165
  l.$slots.title ? d(l.$slots, "title", { key: 1 }) : d(l.$slots, "header", {
166
166
  key: 0,
@@ -181,7 +181,7 @@ const re = ["aria-label", "aria-labelledby", "aria-describedby"], de = B({
181
181
  ]),
182
182
  key: "0"
183
183
  } : void 0
184
- ]), 1040, ["center", "align-center", "close-icon", "draggable", "overflow", "fullscreen", "header-class", "body-class", "footer-class", "show-close", "title", "onClose"])) : W("", !0)
184
+ ]), 1040, ["center", "align-center", "close-icon", "draggable", "overflow", "fullscreen", "header-class", "body-class", "footer-class", "show-close", "title", "onClose"])) : J("", !0)
185
185
  ]),
186
186
  _: 3
187
187
  }, 8, ["trapped", "onFocusAfterTrapped", "onFocusAfterReleased", "onFocusoutPrevented", "onReleaseRequested"])
@@ -1,4 +1,4 @@
1
- import { defineComponent as a, computed as m, openBlock as i, createElementBlock as n, normalizeStyle as c, normalizeClass as l, unref as r, renderSlot as s, createCommentVNode as u } from "vue";
1
+ import { defineComponent as a, computed as m, createElementBlock as i, openBlock as n, normalizeStyle as c, normalizeClass as l, unref as r, createCommentVNode as s, renderSlot as u } from "vue";
2
2
  import "@vueuse/core";
3
3
  import "@vft/utils";
4
4
  import "../config-provider/hooks/use-global-config.js";
@@ -29,17 +29,17 @@ const v = a({
29
29
  "margin-x": e.marginX
30
30
  })
31
31
  }));
32
- return (o, y) => (i(), n("div", {
32
+ return (o, y) => (n(), i("div", {
33
33
  class: l([r(t).b(), r(t).m(e.direction)]),
34
34
  style: c(d.value),
35
35
  role: "separator"
36
36
  }, [
37
- o.$slots.default && e.direction !== "vertical" ? (i(), n("div", {
37
+ o.$slots.default && e.direction !== "vertical" ? (n(), i("div", {
38
38
  key: 0,
39
39
  class: l([r(t).e("text"), r(t).is(e.contentPosition)])
40
40
  }, [
41
- s(o.$slots, "default")
42
- ], 2)) : u("", !0)
41
+ u(o.$slots, "default")
42
+ ], 2)) : s("", !0)
43
43
  ], 6));
44
44
  }
45
45
  });
@@ -1,4 +1,4 @@
1
- import { defineComponent as F, getCurrentInstance as q, ref as m, computed as x, openBlock as a, createBlock as A, unref as e, withCtx as n, createVNode as y, Transition as H, withDirectives as j, createElementVNode as b, mergeProps as R, withModifiers as U, normalizeClass as s, createElementBlock as d, renderSlot as i, toDisplayString as G, createCommentVNode as r, normalizeStyle as J, vShow as K } from "vue";
1
+ import { defineComponent as F, getCurrentInstance as q, ref as m, computed as x, createBlock as A, openBlock as a, unref as e, withCtx as n, createVNode as y, Transition as H, withDirectives as j, createElementVNode as b, mergeProps as R, withModifiers as U, createElementBlock as d, createCommentVNode as r, normalizeClass as s, renderSlot as i, toDisplayString as G, normalizeStyle as J, vShow as K } from "vue";
2
2
  import "../dialog/index.js";
3
3
  import Q from "../focus-trap/focus-trap.vue.js";
4
4
  import "../focus-trap/utils.js";
@@ -7,7 +7,7 @@ import { VftOverlay as X } from "../overlay/index.js";
7
7
  import { VftTeleport as Y } from "../teleport/index.js";
8
8
  import { UPDATE_MODEL_EVENT as Z } from "../../constants/event.js";
9
9
  import "@vueuse/core";
10
- import { singleAttrToObj as _, isBoolean as ee } from "@vft/utils";
10
+ import { isBoolean as _, singleAttrToObj as ee } from "@vft/utils";
11
11
  import "../config-provider/hooks/use-global-config.js";
12
12
  import "lodash-es";
13
13
  import "../form/index.js";
@@ -60,7 +60,7 @@ const ae = ["aria-label", "aria-labelledby", "aria-describedby"], se = ["id"], r
60
60
  footerClass: {}
61
61
  },
62
62
  emits: {
63
- [Z]: (o) => ee(o),
63
+ [Z]: (o) => _(o),
64
64
  open: () => !0,
65
65
  opened: () => !0,
66
66
  close: () => !0,
@@ -88,7 +88,7 @@ const ae = ["aria-label", "aria-labelledby", "aria-describedby"], se = ["id"], r
88
88
  isHorizontal: S,
89
89
  size: $,
90
90
  isResizing: N
91
- } = te(C.props, B), M = x(() => _(o.closeIcon, "icon", {
91
+ } = te(C.props, B), M = x(() => ee(o.closeIcon, "icon", {
92
92
  icon: "icon-close",
93
93
  pointer: !0
94
94
  }));
@@ -1,4 +1,4 @@
1
- import { defineComponent as O, computed as l, inject as r, openBlock as d, createElementBlock as I, Fragment as y, mergeProps as s, unref as o, createCommentVNode as c, createElementVNode as P, withModifiers as g, createBlock as D, normalizeProps as F, renderSlot as V } from "vue";
1
+ import { defineComponent as O, computed as l, inject as r, createElementBlock as I, openBlock as d, Fragment as y, createCommentVNode as c, createElementVNode as P, mergeProps as s, unref as o, withModifiers as g, createBlock as D, renderSlot as F, normalizeProps as V } from "vue";
2
2
  import { COLLECTION_ITEM_SIGN as $ } from "../collection/collection.js";
3
3
  import { VftIcon as J } from "../icon/index.js";
4
4
  import "../roving-focus-group/roving-focus-group.vue2.js";
@@ -80,8 +80,8 @@ const A = ["aria-disabled", "tabindex", "role"], H = O({
80
80
  onPointermove: e[4] || (e[4] = (n) => t.$emit("pointermove", n)),
81
81
  onPointerleave: e[5] || (e[5] = (n) => t.$emit("pointerleave", n))
82
82
  }), [
83
- i.icon ? (d(), D(o(J), F(s({ key: 0 }, T.value)), null, 16)) : c("", !0),
84
- V(t.$slots, "default")
83
+ i.icon ? (d(), D(o(J), V(s({ key: 0 }, T.value)), null, 16)) : c("", !0),
84
+ F(t.$slots, "default")
85
85
  ], 16, A)
86
86
  ], 64));
87
87
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent as f, useAttrs as w, getCurrentInstance as E, ref as g, computed as c, unref as t, inject as D, openBlock as V, createBlock as y, withCtx as l, createVNode as s, mergeProps as A, renderSlot as B } from "vue";
1
+ import { defineComponent as f, useAttrs as w, getCurrentInstance as E, ref as g, computed as c, unref as t, inject as D, createBlock as V, openBlock as y, withCtx as l, createVNode as s, mergeProps as A, renderSlot as B } from "vue";
2
2
  import "../roving-focus-group/roving-focus-group.vue2.js";
3
3
  import "../roving-focus-group/roving-focus-group-impl.vue2.js";
4
4
  import N from "../roving-focus-group/roving-focus-item.vue2.js";
@@ -55,7 +55,7 @@ const M = f({
55
55
  a?.hideOnClick?.value && a.handleClick?.(), a.commandHandler?.(o.command, P, e);
56
56
  }
57
57
  ), I = c(() => ({ ...o, ...v }));
58
- return (e, r) => (V(), y(t(H), {
58
+ return (e, r) => (y(), V(t(H), {
59
59
  disabled: n.disabled,
60
60
  "text-value": n.textValue ?? _.value
61
61
  }, {
@@ -1,4 +1,4 @@
1
- import { defineComponent as a, inject as n, computed as D, unref as o, openBlock as Y, createElementBlock as J, withModifiers as u, normalizeStyle as G, normalizeClass as P, renderSlot as z } from "vue";
1
+ import { defineComponent as a, inject as n, computed as D, unref as o, createElementBlock as Y, openBlock as J, withModifiers as u, normalizeStyle as G, normalizeClass as P, renderSlot as z } from "vue";
2
2
  import "../focus-trap/focus-trap.vue2.js";
3
3
  import { FOCUS_TRAP_INJECTION_KEY as B } from "../focus-trap/tokens.js";
4
4
  import "../focus-trap/utils.js";
@@ -71,7 +71,7 @@ const X = ["role", "aria-labelledby"], Z = a({
71
71
  ), g = (e) => {
72
72
  b(e), C(e);
73
73
  };
74
- return (e, r) => (Y(), J("ul", {
74
+ return (e, r) => (J(), Y("ul", {
75
75
  ref: o(L),
76
76
  class: P(F.value),
77
77
  style: G(o(y)),
@@ -1,4 +1,4 @@
1
- import { defineComponent as S, getCurrentInstance as X, ref as a, computed as b, watch as Z, toRef as h, onBeforeUnmount as _, provide as T, openBlock as $, createElementBlock as ee, normalizeClass as x, unref as o, createVNode as r, createSlots as te, withCtx as n, renderSlot as y, createBlock as oe, mergeProps as I, createCommentVNode as ne } from "vue";
1
+ import { defineComponent as S, getCurrentInstance as X, ref as a, computed as b, watch as Z, toRef as h, onBeforeUnmount as _, provide as T, createElementBlock as ee, openBlock as $, normalizeClass as x, unref as o, createVNode as r, createBlock as te, createCommentVNode as oe, createSlots as ne, withCtx as n, renderSlot as y, mergeProps as I } from "vue";
2
2
  import { VftButtonGroup as re, VftButton as O } from "../button/index.js";
3
3
  import "../form/index.js";
4
4
  import { VftIcon as le } from "../icon/index.js";
@@ -168,7 +168,7 @@ const be = S({
168
168
  onBeforeShow: M,
169
169
  onShow: W,
170
170
  onBeforeHide: Y
171
- }, te({
171
+ }, ne({
172
172
  content: n(() => [
173
173
  r(o(ae), {
174
174
  ref_key: "scrollbar",
@@ -220,7 +220,7 @@ const be = S({
220
220
  key: "0"
221
221
  }
222
222
  ]), 1032, ["role", "effect", "popper-options", "hide-after", "placement", "popper-class", "reference-element", "trigger", "trigger-target-el", "show-after", "virtual-ref", "virtual-triggering", "disabled", "transition", "teleported"]),
223
- e.splitButton ? ($(), oe(o(re), { key: 0 }, {
223
+ e.splitButton ? ($(), te(o(re), { key: 0 }, {
224
224
  default: n(() => [
225
225
  r(o(O), I({
226
226
  ref_key: "referenceElementRef",
@@ -260,7 +260,7 @@ const be = S({
260
260
  }, 16, ["id", "size", "type", "class", "disabled", "tabindex"])
261
261
  ]),
262
262
  _: 3
263
- })) : ne("", !0)
263
+ })) : oe("", !0)
264
264
  ], 2));
265
265
  }
266
266
  });
@@ -1,4 +1,4 @@
1
- import { defineComponent as d, getCurrentInstance as v, computed as s, openBlock as a, createElementBlock as l, normalizeClass as c, unref as t, createElementVNode as k, renderSlot as i, createBlock as z, normalizeProps as x, mergeProps as C, createVNode as E, createCommentVNode as u } from "vue";
1
+ import { defineComponent as d, getCurrentInstance as v, computed as s, createElementBlock as l, openBlock as a, normalizeClass as c, unref as t, createElementVNode as k, createCommentVNode as i, renderSlot as u, createBlock as z, normalizeProps as x, mergeProps as C, createVNode as E } from "vue";
2
2
  import { VftIcon as V } from "../icon/index.js";
3
3
  import "@vueuse/core";
4
4
  import { singleAttrToObj as D, renderTNode as $, VNode as b } from "@vft/utils";
@@ -87,20 +87,20 @@ const B = d({
87
87
  k("div", {
88
88
  class: c(t(n).e("image"))
89
89
  }, [
90
- r.$slots.img ? i(r.$slots, "img", { key: 0 }) : (a(), z(t(V), x(C({ key: 1 }, y.value)), null, 16))
90
+ r.$slots.img ? u(r.$slots, "img", { key: 0 }) : (a(), z(t(V), x(C({ key: 1 }, y.value)), null, 16))
91
91
  ], 2),
92
92
  m.value ? (a(), l("span", {
93
93
  key: 0,
94
94
  class: c(t(n).e("desc"))
95
95
  }, [
96
96
  E(t(b), { content: m.value }, null, 8, ["content"])
97
- ], 2)) : u("", !0),
97
+ ], 2)) : i("", !0),
98
98
  r.$slots.default ? (a(), l("div", {
99
99
  key: 1,
100
100
  class: c(t(n).e("bottom"))
101
101
  }, [
102
- i(r.$slots, "default")
103
- ], 2)) : u("", !0)
102
+ u(r.$slots, "default")
103
+ ], 2)) : i("", !0)
104
104
  ], 2));
105
105
  }
106
106
  });
@@ -1,4 +1,4 @@
1
- import { defineComponent as a, openBlock as i, createBlock as m, unref as t, normalizeClass as o, withCtx as p, createElementVNode as s, renderSlot as l } from "vue";
1
+ import { defineComponent as a, createBlock as i, openBlock as m, unref as t, normalizeClass as o, withCtx as p, createElementVNode as s, renderSlot as l } from "vue";
2
2
  import { VftFooter as n } from "../container/index.js";
3
3
  import "@vueuse/core";
4
4
  import "@vft/utils";
@@ -15,7 +15,7 @@ const c = a({
15
15
  ...c,
16
16
  setup(u) {
17
17
  const e = f("footer-layout");
18
- return (r, d) => (i(), m(t(n), {
18
+ return (r, d) => (m(), i(t(n), {
19
19
  class: o(t(e).b())
20
20
  }, {
21
21
  default: p(() => [
@@ -1,4 +1,4 @@
1
- import { defineComponent as Z, useSlots as ye, inject as E, ref as b, computed as a, watch as T, reactive as Se, toRefs as ke, provide as qe, onMounted as Ie, onBeforeUnmount as Ve, openBlock as R, createElementBlock as we, unref as f, normalizeClass as g, createBlock as G, withCtx as _, resolveDynamicComponent as Ce, normalizeStyle as K, renderSlot as B, createTextVNode as Fe, toDisplayString as U, createCommentVNode as M, createElementVNode as O, createVNode as Re, TransitionGroup as _e, nextTick as Be } from "vue";
1
+ import { defineComponent as Z, useSlots as ye, inject as E, ref as b, computed as a, watch as T, reactive as Se, toRefs as ke, provide as qe, onMounted as Ie, onBeforeUnmount as Ve, createElementBlock as we, openBlock as R, unref as f, normalizeClass as g, createBlock as G, createCommentVNode as _, createElementVNode as K, withCtx as B, resolveDynamicComponent as Ce, normalizeStyle as U, renderSlot as M, createTextVNode as Fe, toDisplayString as O, createVNode as Re, TransitionGroup as _e, nextTick as Be } from "vue";
2
2
  import { refDebounced as Me } from "@vueuse/core";
3
3
  import { isBoolean as We, getProp as W, isFunction as xe } from "@vft/utils";
4
4
  import { addUnit as H, castArray as J } from "../../utils/helper.js";
@@ -185,46 +185,46 @@ const je = ["role", "aria-labelledby"], De = Z({
185
185
  role: I.value ? "group" : void 0,
186
186
  "aria-labelledby": I.value ? f(S) : void 0
187
187
  }, [
188
- x.hideLabel ? M("", !0) : (R(), G(f(Ne), {
188
+ x.hideLabel ? _("", !0) : (R(), G(f(Ne), {
189
189
  key: 0,
190
190
  "is-auto-width": A.value.width === "auto",
191
191
  "update-all": f(o)?.labelWidth === "auto"
192
192
  }, {
193
- default: _(() => [
193
+ default: B(() => [
194
194
  k.value ? (R(), G(Ce(q.value ? "label" : "div"), {
195
195
  key: 0,
196
196
  id: f(S),
197
197
  for: q.value,
198
198
  class: g(f(s).e("label")),
199
- style: K(A.value)
199
+ style: U(A.value)
200
200
  }, {
201
- default: _(() => [
202
- B(e.$slots, "label", { label: L.value }, () => [
203
- Fe(U(L.value), 1)
201
+ default: B(() => [
202
+ M(e.$slots, "label", { label: L.value }, () => [
203
+ Fe(O(L.value), 1)
204
204
  ])
205
205
  ]),
206
206
  _: 3
207
- }, 8, ["id", "for", "class", "style"])) : M("", !0)
207
+ }, 8, ["id", "for", "class", "style"])) : _("", !0)
208
208
  ]),
209
209
  _: 3
210
210
  }, 8, ["is-auto-width", "update-all"])),
211
- O("div", {
211
+ K("div", {
212
212
  class: g(f(s).e("content")),
213
- style: K(ae.value)
213
+ style: U(ae.value)
214
214
  }, [
215
- B(e.$slots, "default"),
215
+ M(e.$slots, "default"),
216
216
  Re(_e, {
217
217
  name: `${f(s).namespace.value}-zoom-in-top`
218
218
  }, {
219
- default: _(() => [
220
- me.value ? B(e.$slots, "error", {
219
+ default: B(() => [
220
+ me.value ? M(e.$slots, "error", {
221
221
  key: 0,
222
222
  error: n.value
223
223
  }, () => [
224
- O("div", {
224
+ K("div", {
225
225
  class: g(ne.value)
226
- }, U(n.value), 3)
227
- ]) : M("", !0)
226
+ }, O(n.value), 3)
227
+ ]) : _("", !0)
228
228
  ]),
229
229
  _: 3
230
230
  }, 8, ["name"])
@@ -1,4 +1,4 @@
1
- import { defineComponent as b, getCurrentInstance as q, ref as x, reactive as y, computed as F, watch as z, provide as T, toRefs as $, openBlock as j, createElementBlock as M, normalizeClass as W, renderSlot as A } from "vue";
1
+ import { defineComponent as b, getCurrentInstance as q, ref as x, reactive as y, computed as F, watch as z, provide as T, toRefs as $, createElementBlock as j, openBlock as M, normalizeClass as W, renderSlot as A } from "vue";
2
2
  import "@vueuse/core";
3
3
  import { isFunction as K } from "@vft/utils";
4
4
  import { debugWarn as n } from "../../utils/error.js";
@@ -133,7 +133,7 @@ const H = b({
133
133
  * @description Scroll to the specified fields.
134
134
  */
135
135
  scrollToField: S
136
- }), (e, t) => (j(), M("form", {
136
+ }), (e, t) => (M(), j("form", {
137
137
  ref_key: "formRef",
138
138
  ref: d,
139
139
  class: W(C.value)
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, ref as p, onMounted as s, openBlock as a, createBlock as m, unref as o, mergeProps as u } from "vue";
1
+ import { defineComponent as t, ref as p, onMounted as s, createBlock as a, openBlock as m, unref as o, mergeProps as u } from "vue";
2
2
  import { useFullscreen as f } from "@vft/use";
3
3
  import { delObjAttrNotExist as d } from "@vft/utils";
4
4
  import { VftIconText as x } from "../icon-text/index.js";
@@ -36,7 +36,7 @@ const y = t({
36
36
  const l = n, i = v("full-screen"), { toggle: c, isFullscreen: e } = f(), r = p("");
37
37
  return s(() => {
38
38
  r.value = _().value;
39
- }), (B, C) => (a(), m(o(x), u({
39
+ }), (B, C) => (m(), a(o(x), u({
40
40
  class: o(i).b(),
41
41
  distance: 2,
42
42
  "hover-color": r.value,
@@ -1,4 +1,4 @@
1
- import { defineComponent as d, openBlock as e, createBlock as n, unref as t, normalizeClass as m, withCtx as r, createVNode as f, createElementVNode as u, createElementBlock as c, normalizeProps as p, mergeProps as g, createCommentVNode as l, renderSlot as i } from "vue";
1
+ import { defineComponent as d, createBlock as n, openBlock as e, unref as t, normalizeClass as m, withCtx as r, createVNode as f, createCommentVNode as l, createElementVNode as u, createElementBlock as c, renderSlot as i, normalizeProps as p, mergeProps as g } from "vue";
2
2
  import { VftHeader as h, VftContainer as C, VftMain as V, VftFooter as k } from "../container/index.js";
3
3
  import { VftLogo as _ } from "../logo/index.js";
4
4
  import "@vueuse/core";
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as V, computed as S, getCurrentInstance as Y, useSlots as q, ref as F, createVNode as c, mergeProps as w, isVNode as K } from "vue";
2
2
  import { useRouterHelper as Q } from "@vft/router";
3
3
  import { isUrl as X } from "@vft/utils";
4
- import { VftMenu as Z, VftSubMenu as _, VftMenuItemGroup as ee, VftMenuItem as te } from "../menu/index.js";
4
+ import { VftMenu as Z, VftSubMenu as _, VftMenuItem as ee, VftMenuItemGroup as te } from "../menu/index.js";
5
5
  import "@vueuse/core";
6
6
  import "../config-provider/hooks/use-global-config.js";
7
7
  import "lodash-es";
@@ -71,7 +71,7 @@ const ue = V({
71
71
  ...t.attrMapping
72
72
  })), B = Y(), h = q(), O = F(), T = B.appContext.config.globalProperties.$router, v = (e, o, a) => {
73
73
  const i = e[l.value.path], r = e[l.value.title], n = e?.[l.value.index], M = e?.[l.value.icon], m = !!e?.[l.value.disabled], d = t.disabledJudgeTurnOver ? !m : m, g = n || i || o + r;
74
- return c(te, w(e, {
74
+ return c(ee, w(e, {
75
75
  key: g,
76
76
  index: String(g),
77
77
  icon: M,
@@ -92,7 +92,7 @@ const ue = V({
92
92
  p("close", e);
93
93
  }, z = (e) => {
94
94
  p("sub-menu-click", e);
95
- }, H = (e, o) => !t.enableScroll || !e ? e : o > t.scrollThreshold ? c(ee, {
95
+ }, H = (e, o) => !t.enableScroll || !e ? e : o > t.scrollThreshold ? c(te, {
96
96
  style: {
97
97
  maxHeight: t.scrollMaxHeight,
98
98
  overflowY: "auto"
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, computed as t, openBlock as l, createElementBlock as c, normalizeStyle as m, normalizeClass as f, unref as i } from "vue";
1
+ import { defineComponent as u, computed as t, createElementBlock as l, openBlock as c, normalizeStyle as m, normalizeClass as f, unref as i } from "vue";
2
2
  import { isString as z } from "@vft/utils";
3
3
  import "../config-provider/index.js";
4
4
  import "@vueuse/core";
@@ -38,14 +38,14 @@ const B = ["src"], S = u({
38
38
  "icon"
39
39
  )
40
40
  ), y = (s) => s?.includes("/"), C = t(() => y(o.icon)), g = t(() => e.value?.iconifyPrefixClass && o.icon && z(o.icon) ? o.icon.startsWith(e.value?.iconifyPrefixClass) : !1).value ? "" : e.value?.iconfontClass || "";
41
- return (s, a) => C.value ? (l(), c("img", {
41
+ return (s, a) => C.value ? (c(), l("img", {
42
42
  key: 0,
43
43
  class: f(i(n).e("image")),
44
44
  src: o.icon,
45
45
  alt: "",
46
46
  style: m(r.value),
47
47
  onError: a[0] || (a[0] = (p) => d("error", p))
48
- }, null, 46, B)) : (l(), c("i", {
48
+ }, null, 46, B)) : (c(), l("i", {
49
49
  key: 1,
50
50
  class: f([i(n).b(), o.icon, i(g)]),
51
51
  style: m(r.value)
@@ -1,4 +1,4 @@
1
- import { defineComponent as C, computed as o, openBlock as l, createElementBlock as f, normalizeStyle as k, normalizeClass as S, unref as r, createBlock as c, mergeProps as s, createCommentVNode as y, normalizeProps as b, toDisplayString as I } from "vue";
1
+ import { defineComponent as C, computed as o, createElementBlock as f, openBlock as l, normalizeStyle as k, normalizeClass as S, unref as r, createBlock as c, createCommentVNode as y, mergeProps as s, normalizeProps as b, toDisplayString as I } from "vue";
2
2
  import { VftClampTooltip as w } from "../clamp-tooltip/index.js";
3
3
  import { VftIcon as h } from "../icon/index.js";
4
4
  import "@vueuse/core";