vft 0.0.30 → 0.0.33

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 (287) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/avatar/avatar.vue.d.ts +2 -2
  3. package/es/components/avatar/avatar.vue2.mjs +3 -2
  4. package/es/components/avatar/index.d.ts +2 -2
  5. package/es/components/avatar/index.mjs +4 -3
  6. package/es/components/back-top/back-top.vue.d.ts +2 -2
  7. package/es/components/back-top/back-top.vue2.mjs +3 -2
  8. package/es/components/back-top/index.d.ts +2 -2
  9. package/es/components/back-top/index.mjs +4 -3
  10. package/es/components/back-top/use-back-top.mjs +11 -10
  11. package/es/components/clamp/clamp.vue2.mjs +10 -9
  12. package/es/components/clamp/index.mjs +4 -3
  13. package/es/components/clamp-toggle/clamp-toggle.vue2.mjs +3 -2
  14. package/es/components/clamp-toggle/index.mjs +4 -3
  15. package/es/components/collapse-transition/src/collapse-transition.vue2.mjs +6 -5
  16. package/es/components/config-provider/config-provider.vue2.mjs +3 -2
  17. package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
  18. package/es/components/config-provider/hooks/use-global-config.mjs +5 -4
  19. package/es/components/config-provider/index.mjs +11 -10
  20. package/es/components/context-menu/context-menu.vue2.mjs +4 -2
  21. package/es/components/descriptions/description-item.vue2.mjs +6 -5
  22. package/es/components/descriptions/description.vue2.mjs +14 -13
  23. package/es/components/descriptions/descriptions-cell.mjs +12 -11
  24. package/es/components/descriptions/descriptions-row.vue2.mjs +12 -11
  25. package/es/components/descriptions/index.mjs +6 -5
  26. package/es/components/divider/divider.vue2.mjs +6 -5
  27. package/es/components/divider/index.mjs +4 -3
  28. package/es/components/empty/empty.vue2.mjs +3 -2
  29. package/es/components/empty/index.mjs +6 -5
  30. package/es/components/exception/index.mjs +4 -3
  31. package/es/components/focus-trap/focus-trap.vue2.mjs +1 -1
  32. package/es/components/footer-layout/footer-layout.vue2.mjs +10 -9
  33. package/es/components/footer-layout/index.mjs +4 -3
  34. package/es/components/full-screen/full-screen.vue2.mjs +7 -6
  35. package/es/components/full-screen/index.mjs +4 -3
  36. package/es/components/header-layout/header-layout.vue2.mjs +3 -2
  37. package/es/components/header-layout/index.mjs +4 -3
  38. package/es/components/icon/icon.vue2.mjs +7 -6
  39. package/es/components/icon/index.mjs +5 -4
  40. package/es/components/icon-text/icon-text.vue.d.ts +2 -2
  41. package/es/components/icon-text/icon-text.vue2.mjs +10 -9
  42. package/es/components/icon-text/index.d.ts +2 -2
  43. package/es/components/icon-text/index.mjs +4 -3
  44. package/es/components/iframe-layout/iframe-layout.vue2.mjs +3 -2
  45. package/es/components/iframe-layout/iframe-page.vue2.mjs +3 -2
  46. package/es/components/iframe-layout/index.mjs +4 -3
  47. package/es/components/image/image.vue2.mjs +8 -7
  48. package/es/components/image/index.mjs +4 -3
  49. package/es/components/input/index.d.ts +2 -2
  50. package/es/components/input/index.mjs +4 -3
  51. package/es/components/input/input.vue.d.ts +2 -2
  52. package/es/components/input/input.vue2.mjs +3 -2
  53. package/es/components/link/index.mjs +4 -3
  54. package/es/components/link/link.vue2.mjs +3 -2
  55. package/es/components/loading/loading.mjs +56 -50
  56. package/es/components/loading/service.mjs +20 -19
  57. package/es/components/logo/index.mjs +4 -3
  58. package/es/components/logo/logo.vue2.mjs +10 -9
  59. package/es/components/md-code-demo/index.mjs +4 -3
  60. package/es/components/md-code-demo/md-code-demo.mjs +4 -2
  61. package/es/components/md-code-tabs/index.mjs +4 -3
  62. package/es/components/md-comment/index.mjs +4 -3
  63. package/es/components/md-comment/md-comment.vue2.mjs +7 -6
  64. package/es/components/md-container/index.mjs +4 -3
  65. package/es/components/md-container/md-container.vue2.mjs +43 -42
  66. package/es/components/md-tabs/index.mjs +4 -3
  67. package/es/components/md-vue-playground/index.mjs +4 -3
  68. package/es/components/md-vue-playground/md-vue-playground.vue2.mjs +11 -10
  69. package/es/components/menu/index.d.ts +4 -4
  70. package/es/components/menu/index.mjs +9 -8
  71. package/es/components/menu/menu-collapse-transition.vue2.mjs +3 -2
  72. package/es/components/menu/menu-item-group.vue2.mjs +8 -7
  73. package/es/components/menu/menu-item.vue.d.ts +2 -2
  74. package/es/components/menu/menu-item.vue2.mjs +3 -2
  75. package/es/components/menu/menu.vue2.mjs +3 -2
  76. package/es/components/menu/sub-menu.vue2.mjs +3 -2
  77. package/es/components/menu/use-menu-css-var.mjs +3 -2
  78. package/es/components/message/index.mjs +8 -7
  79. package/es/components/message/message.vue2.mjs +5 -4
  80. package/es/components/message/method.mjs +17 -15
  81. package/es/components/multiple-tabs/multiple-tabs.vue2.mjs +3 -2
  82. package/es/components/multiple-tabs/tab-content.vue2.mjs +4 -2
  83. package/es/components/multiple-tabs/use/use-tab-dropdown.mjs +16 -16
  84. package/es/components/overlay/index.mjs +4 -3
  85. package/es/components/overlay/overlay.vue2.mjs +16 -15
  86. package/es/components/page-wrapper/index.mjs +4 -3
  87. package/es/components/page-wrapper/page-wrapper.vue2.mjs +6 -5
  88. package/es/components/pagination/components/jumper.vue2.mjs +15 -14
  89. package/es/components/pagination/components/pager.vue2.mjs +3 -2
  90. package/es/components/pagination/components/sizes.vue2.mjs +3 -2
  91. package/es/components/pagination/components/total.vue2.mjs +5 -4
  92. package/es/components/pagination/index.mjs +9 -8
  93. package/es/components/pagination/pagination.mjs +19 -18
  94. package/es/components/popover/index.d.ts +2 -2
  95. package/es/components/popover/index.mjs +4 -3
  96. package/es/components/popover/popover.vue.d.ts +2 -2
  97. package/es/components/popover/popover.vue2.mjs +3 -2
  98. package/es/components/popper/arrow.vue2.mjs +3 -2
  99. package/es/components/popper/composables/use-content-dom.mjs +3 -2
  100. package/es/components/popper/composables/use-content.mjs +4 -2
  101. package/es/components/popper/index.mjs +10 -9
  102. package/es/components/popper/trigger.vue2.mjs +11 -9
  103. package/es/components/qrcode/index.mjs +4 -3
  104. package/es/components/qrcode/qrcode.vue2.mjs +6 -5
  105. package/es/components/result/index.mjs +4 -3
  106. package/es/components/result/result.vue2.mjs +3 -2
  107. package/es/components/router-view-content/index.d.ts +6 -6
  108. package/es/components/router-view-content/index.mjs +4 -3
  109. package/es/components/router-view-content/router-view-content.vue.d.ts +6 -6
  110. package/es/components/router-view-content/router-view-content.vue2.mjs +17 -16
  111. package/es/components/search/index.mjs +4 -3
  112. package/es/components/search/search.vue2.mjs +3 -2
  113. package/es/components/side-menu/index.mjs +4 -3
  114. package/es/components/side-menu/side-menu.vue2.mjs +14 -12
  115. package/es/components/slot/only-child.mjs +3 -2
  116. package/es/components/tabs/index.mjs +9 -8
  117. package/es/components/tabs/tab-bar.vue2.mjs +3 -2
  118. package/es/components/tabs/tab-nav.vue2.mjs +3 -2
  119. package/es/components/tabs/tab-pane.vue2.mjs +3 -2
  120. package/es/components/tabs/tabs.vue2.mjs +3 -2
  121. package/es/components/tag/index.d.ts +2 -2
  122. package/es/components/tag/index.mjs +4 -3
  123. package/es/components/tag/tag.vue.d.ts +2 -2
  124. package/es/components/tag/tag.vue2.mjs +3 -2
  125. package/es/components/tooltip/content.vue2.mjs +12 -11
  126. package/es/components/tooltip/index.d.ts +2 -2
  127. package/es/components/tooltip/index.mjs +4 -3
  128. package/es/components/tooltip/tooltip.vue.d.ts +2 -2
  129. package/es/components/tooltip/tooltip.vue2.mjs +12 -10
  130. package/es/components/tooltip/trigger.vue2.mjs +7 -6
  131. package/es/components/tooltip/utils.mjs +6 -4
  132. package/es/hooks/use-cursor/index.mjs +4 -4
  133. package/es/hooks/use-id/index.mjs +6 -5
  134. package/es/hooks/use-namespace/index.d.ts +1 -1
  135. package/es/hooks/use-namespace/index.mjs +27 -26
  136. package/es/hooks/use-ordered-children/index.mjs +5 -4
  137. package/es/index.mjs +53 -51
  138. package/es/package.json.mjs +1 -1
  139. package/es/utils/index.d.ts +1 -0
  140. package/es/utils/index.mjs +19 -17
  141. package/es/utils/ns-cover.d.ts +1 -0
  142. package/es/utils/ns-cover.mjs +7 -0
  143. package/lib/components/avatar/avatar.vue.d.ts +2 -2
  144. package/lib/components/avatar/avatar.vue2.js +1 -1
  145. package/lib/components/avatar/index.d.ts +2 -2
  146. package/lib/components/avatar/index.js +1 -1
  147. package/lib/components/back-top/back-top.vue.d.ts +2 -2
  148. package/lib/components/back-top/back-top.vue2.js +1 -1
  149. package/lib/components/back-top/index.d.ts +2 -2
  150. package/lib/components/back-top/index.js +1 -1
  151. package/lib/components/back-top/use-back-top.js +1 -1
  152. package/lib/components/clamp/clamp.vue2.js +1 -1
  153. package/lib/components/clamp/index.js +1 -1
  154. package/lib/components/clamp-toggle/clamp-toggle.vue2.js +1 -1
  155. package/lib/components/clamp-toggle/index.js +1 -1
  156. package/lib/components/collapse-transition/src/collapse-transition.vue2.js +1 -1
  157. package/lib/components/config-provider/config-provider.vue2.js +1 -1
  158. package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
  159. package/lib/components/config-provider/hooks/use-global-config.js +1 -1
  160. package/lib/components/config-provider/index.js +1 -1
  161. package/lib/components/context-menu/context-menu.vue2.js +1 -1
  162. package/lib/components/descriptions/description-item.vue2.js +1 -1
  163. package/lib/components/descriptions/description.vue2.js +1 -1
  164. package/lib/components/descriptions/descriptions-cell.js +1 -1
  165. package/lib/components/descriptions/descriptions-row.vue2.js +1 -1
  166. package/lib/components/descriptions/index.js +1 -1
  167. package/lib/components/divider/divider.vue2.js +1 -1
  168. package/lib/components/divider/index.js +1 -1
  169. package/lib/components/empty/empty.vue2.js +1 -1
  170. package/lib/components/empty/index.js +1 -1
  171. package/lib/components/exception/index.js +1 -1
  172. package/lib/components/focus-trap/focus-trap.vue2.js +1 -1
  173. package/lib/components/footer-layout/footer-layout.vue2.js +1 -1
  174. package/lib/components/footer-layout/index.js +1 -1
  175. package/lib/components/full-screen/full-screen.vue2.js +1 -1
  176. package/lib/components/full-screen/index.js +1 -1
  177. package/lib/components/header-layout/header-layout.vue2.js +1 -1
  178. package/lib/components/header-layout/index.js +1 -1
  179. package/lib/components/icon/icon.vue2.js +1 -1
  180. package/lib/components/icon/index.js +1 -1
  181. package/lib/components/icon-text/icon-text.vue.d.ts +2 -2
  182. package/lib/components/icon-text/icon-text.vue2.js +1 -1
  183. package/lib/components/icon-text/index.d.ts +2 -2
  184. package/lib/components/icon-text/index.js +1 -1
  185. package/lib/components/iframe-layout/iframe-layout.vue2.js +1 -1
  186. package/lib/components/iframe-layout/iframe-page.vue2.js +1 -1
  187. package/lib/components/iframe-layout/index.js +1 -1
  188. package/lib/components/image/image.vue2.js +1 -1
  189. package/lib/components/image/index.js +1 -1
  190. package/lib/components/input/index.d.ts +2 -2
  191. package/lib/components/input/index.js +1 -1
  192. package/lib/components/input/input.vue.d.ts +2 -2
  193. package/lib/components/input/input.vue2.js +1 -1
  194. package/lib/components/link/index.js +1 -1
  195. package/lib/components/link/link.vue2.js +1 -1
  196. package/lib/components/loading/loading.js +1 -1
  197. package/lib/components/loading/service.js +1 -1
  198. package/lib/components/logo/index.js +1 -1
  199. package/lib/components/logo/logo.vue2.js +1 -1
  200. package/lib/components/md-code-demo/index.js +1 -1
  201. package/lib/components/md-code-demo/md-code-demo.js +1 -1
  202. package/lib/components/md-code-tabs/index.js +1 -1
  203. package/lib/components/md-comment/index.js +1 -1
  204. package/lib/components/md-comment/md-comment.vue2.js +1 -1
  205. package/lib/components/md-container/index.js +1 -1
  206. package/lib/components/md-container/md-container.vue2.js +1 -1
  207. package/lib/components/md-tabs/index.js +1 -1
  208. package/lib/components/md-vue-playground/index.js +1 -1
  209. package/lib/components/md-vue-playground/md-vue-playground.vue2.js +1 -1
  210. package/lib/components/menu/index.d.ts +4 -4
  211. package/lib/components/menu/index.js +1 -1
  212. package/lib/components/menu/menu-collapse-transition.vue2.js +1 -1
  213. package/lib/components/menu/menu-item-group.vue2.js +1 -1
  214. package/lib/components/menu/menu-item.vue.d.ts +2 -2
  215. package/lib/components/menu/menu-item.vue2.js +1 -1
  216. package/lib/components/menu/menu.vue2.js +1 -1
  217. package/lib/components/menu/sub-menu.vue2.js +1 -1
  218. package/lib/components/menu/use-menu-css-var.js +1 -1
  219. package/lib/components/message/index.js +1 -1
  220. package/lib/components/message/message.vue2.js +1 -1
  221. package/lib/components/message/method.js +1 -1
  222. package/lib/components/multiple-tabs/multiple-tabs.vue2.js +1 -1
  223. package/lib/components/multiple-tabs/tab-content.vue2.js +1 -1
  224. package/lib/components/multiple-tabs/use/use-tab-dropdown.js +1 -1
  225. package/lib/components/overlay/index.js +1 -1
  226. package/lib/components/overlay/overlay.vue2.js +1 -1
  227. package/lib/components/page-wrapper/index.js +1 -1
  228. package/lib/components/page-wrapper/page-wrapper.vue2.js +1 -1
  229. package/lib/components/pagination/components/jumper.vue2.js +1 -1
  230. package/lib/components/pagination/components/pager.vue2.js +1 -1
  231. package/lib/components/pagination/components/sizes.vue2.js +1 -1
  232. package/lib/components/pagination/components/total.vue2.js +1 -1
  233. package/lib/components/pagination/index.js +1 -1
  234. package/lib/components/pagination/pagination.js +1 -1
  235. package/lib/components/popover/index.d.ts +2 -2
  236. package/lib/components/popover/index.js +1 -1
  237. package/lib/components/popover/popover.vue.d.ts +2 -2
  238. package/lib/components/popover/popover.vue2.js +1 -1
  239. package/lib/components/popper/arrow.vue2.js +1 -1
  240. package/lib/components/popper/composables/use-content-dom.js +1 -1
  241. package/lib/components/popper/composables/use-content.js +1 -1
  242. package/lib/components/popper/index.js +1 -1
  243. package/lib/components/popper/trigger.vue2.js +1 -1
  244. package/lib/components/qrcode/index.js +1 -1
  245. package/lib/components/qrcode/qrcode.vue2.js +1 -1
  246. package/lib/components/result/index.js +1 -1
  247. package/lib/components/result/result.vue2.js +1 -1
  248. package/lib/components/router-view-content/index.d.ts +6 -6
  249. package/lib/components/router-view-content/index.js +1 -1
  250. package/lib/components/router-view-content/router-view-content.vue.d.ts +6 -6
  251. package/lib/components/router-view-content/router-view-content.vue2.js +1 -1
  252. package/lib/components/search/index.js +1 -1
  253. package/lib/components/search/search.vue2.js +1 -1
  254. package/lib/components/side-menu/index.js +1 -1
  255. package/lib/components/side-menu/side-menu.vue2.js +1 -1
  256. package/lib/components/slot/only-child.js +1 -1
  257. package/lib/components/tabs/index.js +1 -1
  258. package/lib/components/tabs/tab-bar.vue2.js +1 -1
  259. package/lib/components/tabs/tab-nav.vue2.js +1 -1
  260. package/lib/components/tabs/tab-pane.vue2.js +1 -1
  261. package/lib/components/tabs/tabs.vue2.js +1 -1
  262. package/lib/components/tag/index.d.ts +2 -2
  263. package/lib/components/tag/index.js +1 -1
  264. package/lib/components/tag/tag.vue.d.ts +2 -2
  265. package/lib/components/tag/tag.vue2.js +1 -1
  266. package/lib/components/tooltip/content.vue2.js +1 -1
  267. package/lib/components/tooltip/index.d.ts +2 -2
  268. package/lib/components/tooltip/index.js +1 -1
  269. package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
  270. package/lib/components/tooltip/tooltip.vue2.js +1 -1
  271. package/lib/components/tooltip/trigger.vue2.js +1 -1
  272. package/lib/components/tooltip/utils.js +1 -1
  273. package/lib/hooks/use-cursor/index.js +1 -1
  274. package/lib/hooks/use-id/index.js +1 -1
  275. package/lib/hooks/use-namespace/index.d.ts +1 -1
  276. package/lib/hooks/use-namespace/index.js +1 -1
  277. package/lib/hooks/use-ordered-children/index.js +1 -1
  278. package/lib/index.js +1 -1
  279. package/lib/package.json.js +1 -1
  280. package/lib/utils/index.d.ts +1 -0
  281. package/lib/utils/index.js +1 -1
  282. package/lib/utils/ns-cover.d.ts +1 -0
  283. package/lib/utils/ns-cover.js +1 -0
  284. package/package.json +1 -1
  285. package/theme-style/index.css +1 -1
  286. package/theme-style/src/side-menu.scss +1 -0
  287. package/theme-style/vft-side-menu.css +1 -1
@@ -2,9 +2,10 @@ import { withInstall as o } from "../../utils/vue/install.mjs";
2
2
  import "vue";
3
3
  import "@vue/shared";
4
4
  import "@vft/utils";
5
+ import "../../utils/ns-cover.mjs";
5
6
  import t from "./popover.vue2.mjs";
6
- const a = o(t);
7
+ const s = o(t);
7
8
  export {
8
- a as VftPopover,
9
- a as default
9
+ s as VftPopover,
10
+ s as default
10
11
  };
@@ -48,7 +48,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
48
48
  required: false;
49
49
  };
50
50
  effect: {
51
- type: __PropType<"dark" | "light" | undefined>;
51
+ type: __PropType<"light" | "dark" | undefined>;
52
52
  required: false;
53
53
  };
54
54
  teleported: {
@@ -138,7 +138,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
138
138
  required: false;
139
139
  };
140
140
  effect: {
141
- type: __PropType<"dark" | "light" | undefined>;
141
+ type: __PropType<"light" | "dark" | undefined>;
142
142
  required: false;
143
143
  };
144
144
  teleported: {
@@ -6,13 +6,14 @@ import "lodash";
6
6
  import "../../hooks/use-z-index/index.mjs";
7
7
  import "@vueuse/core";
8
8
  import "@vue/shared";
9
+ import "../../utils/ns-cover.mjs";
9
10
  import { VftTooltip as V } from "../tooltip/index.mjs";
10
11
  const r = (
11
12
  /* hoist-static*/
12
13
  N("popover")
13
14
  ), H = c({
14
15
  name: r.b()
15
- }), G = /* @__PURE__ */ c({
16
+ }), I = /* @__PURE__ */ c({
16
17
  ...H,
17
18
  props: {
18
19
  trigger: { default: "hover" },
@@ -112,5 +113,5 @@ const r = (
112
113
  }
113
114
  });
114
115
  export {
115
- G as default
116
+ I as default
116
117
  };
@@ -6,11 +6,12 @@ import "../../hooks/use-z-index/index.mjs";
6
6
  import "@vueuse/core";
7
7
  import "@vue/shared";
8
8
  import "@vft/utils";
9
+ import "../../utils/ns-cover.mjs";
9
10
  import { POPPER_CONTENT_INJECTION_KEY as O } from "./constants.mjs";
10
11
  const v = t({
11
12
  name: "vft-popper-arrow",
12
13
  inheritAttrs: !1
13
- }), x = /* @__PURE__ */ t({
14
+ }), z = /* @__PURE__ */ t({
14
15
  ...v,
15
16
  props: {
16
17
  arrowOffset: { default: 5 }
@@ -42,5 +43,5 @@ const v = t({
42
43
  }
43
44
  });
44
45
  export {
45
- x as default
46
+ z as default
46
47
  };
@@ -6,7 +6,8 @@ import { useZIndex as I } from "../../../hooks/use-z-index/index.mjs";
6
6
  import "@vueuse/core";
7
7
  import "@vue/shared";
8
8
  import "@vft/utils";
9
- const g = (e, {
9
+ import "../../../utils/ns-cover.mjs";
10
+ const A = (e, {
10
11
  attributes: s,
11
12
  styles: p,
12
13
  role: a
@@ -38,5 +39,5 @@ const g = (e, {
38
39
  };
39
40
  };
40
41
  export {
41
- g as usePopperContentDOM
42
+ A as usePopperContentDOM
42
43
  };
@@ -1,13 +1,15 @@
1
1
  import { inject as F, ref as a, computed as o, unref as t, watch as f, onMounted as M } from "vue";
2
2
  import { isUndefined as U } from "lodash";
3
+ import "../../config-provider/hooks/use-global-config.mjs";
3
4
  import { usePopper as _ } from "../../../hooks/use-popper/index.mjs";
4
5
  import "../../../hooks/use-z-index/index.mjs";
5
6
  import "@vueuse/core";
6
7
  import "@vue/shared";
7
8
  import "@vft/utils";
9
+ import "../../../utils/ns-cover.mjs";
8
10
  import { POPPER_INJECTION_KEY as C } from "../constants.mjs";
9
11
  import { buildPopperOptions as I, unwrapMeasurableEl as L } from "../utils.mjs";
10
- const T = 0, K = (r) => {
12
+ const T = 0, W = (r) => {
11
13
  const { popperInstanceRef: m, contentRef: i, triggerRef: d, role: u } = F(
12
14
  C,
13
15
  void 0
@@ -59,5 +61,5 @@ const T = 0, K = (r) => {
59
61
  };
60
62
  };
61
63
  export {
62
- K as usePopperContent
64
+ W as usePopperContent
63
65
  };
@@ -2,15 +2,16 @@ import { withInstall as r } from "../../utils/vue/install.mjs";
2
2
  import "vue";
3
3
  import "@vue/shared";
4
4
  import "@vft/utils";
5
+ import "../../utils/ns-cover.mjs";
5
6
  import t from "./popper.vue2.mjs";
6
- import { default as l } from "./arrow.vue2.mjs";
7
- import { default as d } from "./trigger.vue2.mjs";
8
- import { default as x } from "./content.vue2.mjs";
9
- const a = r(t);
7
+ import { default as n } from "./arrow.vue2.mjs";
8
+ import { default as u } from "./trigger.vue2.mjs";
9
+ import { default as P } from "./content.vue2.mjs";
10
+ const i = r(t);
10
11
  export {
11
- a as VftPopper,
12
- l as VftPopperArrow,
13
- x as VftPopperContent,
14
- d as VftPopperTrigger,
15
- a as default
12
+ i as VftPopper,
13
+ n as VftPopperArrow,
14
+ P as VftPopperContent,
15
+ u as VftPopperTrigger,
16
+ i as default
16
17
  };
@@ -1,17 +1,19 @@
1
- import { defineComponent as C, getCurrentInstance as h, inject as x, computed as m, onMounted as B, watch as f, onBeforeUnmount as g, openBlock as w, createBlock as M, unref as d, mergeProps as P, withCtx as R, renderSlot as k, createCommentVNode as L } from "vue";
1
+ import { defineComponent as C, getCurrentInstance as h, inject as x, computed as m, onMounted as B, watch as p, onBeforeUnmount as g, openBlock as w, createBlock as M, unref as d, mergeProps as P, withCtx as R, renderSlot as k, createCommentVNode as L } from "vue";
2
2
  import { isNil as I } from "lodash";
3
3
  import { unrefElement as K } from "@vueuse/core";
4
4
  import { OnlyChild as O } from "../slot/only-child.mjs";
5
+ import "../config-provider/hooks/use-global-config.mjs";
5
6
  import "@popperjs/core";
6
7
  import "../../hooks/use-z-index/index.mjs";
7
8
  import { useForwardRef as $ } from "../../hooks/use-forward-ref/index.mjs";
8
9
  import "@vue/shared";
9
10
  import { isElement as b } from "@vft/utils";
11
+ import "../../utils/ns-cover.mjs";
10
12
  import { POPPER_INJECTION_KEY as N } from "./constants.mjs";
11
13
  const V = C({
12
14
  name: "VftPopperTrigger",
13
15
  inheritAttrs: !1
14
- }), E = /* @__PURE__ */ C({
16
+ }), Q = /* @__PURE__ */ C({
15
17
  ...V,
16
18
  props: {
17
19
  virtualRef: null,
@@ -29,7 +31,7 @@ const V = C({
29
31
  setup(r, { expose: v }) {
30
32
  const F = h(), { role: a, triggerRef: s } = x(N, void 0);
31
33
  $(s);
32
- const p = m(() => c.value ? r.id : void 0), l = m(() => {
34
+ const f = m(() => c.value ? r.id : void 0), l = m(() => {
33
35
  if (a && a.value === "tooltip")
34
36
  return r.open && r.id ? r.id : void 0;
35
37
  }), c = m(() => {
@@ -38,7 +40,7 @@ const V = C({
38
40
  }), y = m(() => c.value ? `${r.open}` : void 0);
39
41
  let o;
40
42
  return B(() => {
41
- f(
43
+ p(
42
44
  () => r.virtualRef,
43
45
  (e) => {
44
46
  e && (s.value = K(e));
@@ -46,7 +48,7 @@ const V = C({
46
48
  {
47
49
  immediate: !0
48
50
  }
49
- ), f(
51
+ ), p(
50
52
  s,
51
53
  (e, t) => {
52
54
  o == null || o(), o = void 0, b(e) && ([
@@ -68,8 +70,8 @@ const V = C({
68
70
  n.slice(2).toLowerCase(),
69
71
  i
70
72
  ));
71
- }), o = f(
72
- [p, l, c, y],
73
+ }), o = p(
74
+ [f, l, c, y],
73
75
  (n) => {
74
76
  [
75
77
  "aria-controls",
@@ -100,7 +102,7 @@ const V = C({
100
102
  */
101
103
  triggerRef: s
102
104
  }), (e, t) => r.virtualTriggering ? L("", !0) : (w(), M(d(O), P({ key: 0 }, e.$attrs, {
103
- "aria-controls": d(p),
105
+ "aria-controls": d(f),
104
106
  "aria-describedby": d(l),
105
107
  "aria-expanded": d(y),
106
108
  "aria-haspopup": d(c)
@@ -113,5 +115,5 @@ const V = C({
113
115
  }
114
116
  });
115
117
  export {
116
- E as default
118
+ Q as default
117
119
  };
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
2
2
  import "vue";
3
3
  import "@vue/shared";
4
4
  import "@vft/utils";
5
+ import "../../utils/ns-cover.mjs";
5
6
  import o from "./qrcode.vue2.mjs";
6
- const a = t(o);
7
+ const s = t(o);
7
8
  export {
8
- a as VftQrcode,
9
- a as default
9
+ s as VftQrcode,
10
+ s as default
10
11
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as s, ref as d, onMounted as w, openBlock as i, createElementBlock as p, createBlock as g, resolveDynamicComponent as v, unref as c } from "vue";
1
+ import { defineComponent as s, ref as d, onMounted as p, openBlock as i, createElementBlock as w, createBlock as g, resolveDynamicComponent as v, unref as c } from "vue";
2
2
  import { toDataURL as h } from "qrcode";
3
3
  import { useNamespace as C } from "../../hooks/use-namespace/index.mjs";
4
4
  import "@popperjs/core";
@@ -7,13 +7,14 @@ import "../../hooks/use-z-index/index.mjs";
7
7
  import "@vueuse/core";
8
8
  import "@vue/shared";
9
9
  import { downloadByUrl as y } from "@vft/utils";
10
+ import "../../utils/ns-cover.mjs";
10
11
  import { toCanvas as E } from "./toCanvas.mjs";
11
12
  const L = (
12
13
  /* hoist-static*/
13
14
  C("qrcode")
14
15
  ), k = s({
15
16
  name: L.b()
16
- }), q = /* @__PURE__ */ s({
17
+ }), N = /* @__PURE__ */ s({
17
18
  ...k,
18
19
  props: {
19
20
  value: null,
@@ -61,13 +62,13 @@ const L = (
61
62
  fileName: o
62
63
  });
63
64
  }
64
- w(l);
65
+ p(l);
65
66
  const m = getCurrentInstance();
66
67
  return watch(m.props, () => {
67
68
  l();
68
69
  }, { deep: !0 }), u({
69
70
  download: f
70
- }), (o, e) => (i(), p("div", null, [
71
+ }), (o, e) => (i(), w("div", null, [
71
72
  (i(), g(v(t.tag), {
72
73
  ref_key: "wrapRef",
73
74
  ref: r
@@ -76,5 +77,5 @@ const L = (
76
77
  }
77
78
  });
78
79
  export {
79
- q as default
80
+ N as default
80
81
  };
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
2
2
  import "vue";
3
3
  import "@vue/shared";
4
4
  import "@vft/utils";
5
+ import "../../utils/ns-cover.mjs";
5
6
  import o from "./result.vue2.mjs";
6
- const s = t(o);
7
+ const a = t(o);
7
8
  export {
8
- s as VftResult,
9
- s as default
9
+ a as VftResult,
10
+ a as default
10
11
  };
@@ -6,6 +6,7 @@ import "lodash";
6
6
  import "../../hooks/use-z-index/index.mjs";
7
7
  import "@vueuse/core";
8
8
  import "@vue/shared";
9
+ import "../../utils/ns-cover.mjs";
9
10
  import "../divider/index.mjs";
10
11
  import { VftIcon as C } from "../icon/index.mjs";
11
12
  import "../avatar/index.mjs";
@@ -57,7 +58,7 @@ const i = (
57
58
  x("result")
58
59
  ), I = l({
59
60
  name: i.b()
60
- }), Tt = /* @__PURE__ */ l({
61
+ }), gt = /* @__PURE__ */ l({
61
62
  ...I,
62
63
  props: {
63
64
  title: null,
@@ -96,5 +97,5 @@ const i = (
96
97
  }
97
98
  });
98
99
  export {
99
- Tt as default
100
+ gt as default
100
101
  };
@@ -1,7 +1,7 @@
1
1
  export declare const VftRouterViewContent: import("vft/es/utils").SFCWithInstall<import("vue").DefineComponent<{
2
- tabStore: {
3
- type: import("vue").PropType<any>;
4
- required: false;
2
+ cacheList: {
3
+ type: import("vue").PropType<string[]>;
4
+ required: true;
5
5
  };
6
6
  openKeepAlive: {
7
7
  type: import("vue").PropType<boolean | undefined>;
@@ -24,9 +24,9 @@ export declare const VftRouterViewContent: import("vft/es/utils").SFCWithInstall
24
24
  required: false;
25
25
  };
26
26
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
- tabStore: {
28
- type: import("vue").PropType<any>;
29
- required: false;
27
+ cacheList: {
28
+ type: import("vue").PropType<string[]>;
29
+ required: true;
30
30
  };
31
31
  openKeepAlive: {
32
32
  type: import("vue").PropType<boolean | undefined>;
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
2
2
  import "vue";
3
3
  import "@vue/shared";
4
4
  import "@vft/utils";
5
+ import "../../utils/ns-cover.mjs";
5
6
  import o from "./router-view-content.vue2.mjs";
6
- const f = t(o);
7
+ const n = t(o);
7
8
  export {
8
- f as VftRouterViewContent,
9
- f as default
9
+ n as VftRouterViewContent,
10
+ n as default
10
11
  };
@@ -1,9 +1,9 @@
1
1
  import type { PropType as __PropType } from 'vue';
2
2
  import { type Component } from 'vue';
3
3
  declare const _sfc_main: import("vue").DefineComponent<{
4
- tabStore: {
5
- type: __PropType<any>;
6
- required: false;
4
+ cacheList: {
5
+ type: __PropType<string[]>;
6
+ required: true;
7
7
  };
8
8
  openKeepAlive: {
9
9
  type: __PropType<boolean | undefined>;
@@ -26,9 +26,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
26
26
  required: false;
27
27
  };
28
28
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
- tabStore: {
30
- type: __PropType<any>;
31
- required: false;
29
+ cacheList: {
30
+ type: __PropType<string[]>;
31
+ required: true;
32
32
  };
33
33
  openKeepAlive: {
34
34
  type: __PropType<boolean | undefined>;
@@ -1,21 +1,22 @@
1
- import { defineComponent as s, computed as u, resolveComponent as C, openBlock as l, createBlock as i, withCtx as g, KeepAlive as y, unref as o, resolveDynamicComponent as d, createCommentVNode as x } from "vue";
2
- import { getRouterKeyPath as b } from "@vft/router";
3
- import { useNamespace as A } from "../../hooks/use-namespace/index.mjs";
1
+ import { defineComponent as s, computed as m, resolveComponent as y, openBlock as l, createBlock as i, withCtx as C, KeepAlive as g, unref as o, resolveDynamicComponent as d, createCommentVNode as x } from "vue";
2
+ import { getRouterKeyPath as A } from "@vft/router";
3
+ import { useNamespace as B } from "../../hooks/use-namespace/index.mjs";
4
4
  import "@popperjs/core";
5
5
  import "lodash";
6
6
  import "../../hooks/use-z-index/index.mjs";
7
7
  import "@vueuse/core";
8
8
  import "@vue/shared";
9
9
  import "@vft/utils";
10
- const B = (
10
+ import "../../utils/ns-cover.mjs";
11
+ const k = (
11
12
  /* hoist-static*/
12
- A("router-view-content")
13
- ), k = s({
14
- name: B.b()
13
+ B("router-view-content")
14
+ ), K = s({
15
+ name: k.b()
15
16
  }), D = /* @__PURE__ */ s({
16
- ...k,
17
+ ...K,
17
18
  props: {
18
- tabStore: null,
19
+ cacheList: null,
19
20
  openKeepAlive: { type: Boolean, default: !0 },
20
21
  isReloadFlag: { type: Boolean },
21
22
  pageErrorStatus: { type: Boolean },
@@ -23,7 +24,7 @@ const B = (
23
24
  exceptionComp: null
24
25
  },
25
26
  setup(t) {
26
- const f = u(() => t.openKeepAlive ? t.tabStore.getCachedTabList : []), m = u(() => (e) => t.enableErrorHandle && t.pageErrorStatus && t.exceptionComp || e), v = u(() => (e) => {
27
+ const f = m(() => t.openKeepAlive ? t.cacheList : []), u = m(() => (e) => t.enableErrorHandle && t.pageErrorStatus && t.exceptionComp || e), v = m(() => (e) => {
27
28
  var a, r, n;
28
29
  let c = e.name;
29
30
  return (a = e.meta) != null && a.currentActivePath && (c = (n = (r = e.matched) == null ? void 0 : r.filter((h) => {
@@ -32,18 +33,18 @@ const B = (
32
33
  })) == null ? void 0 : n[0].name), t.isReloadFlag ? void 0 : c;
33
34
  });
34
35
  return (e, c) => {
35
- const a = C("router-view");
36
+ const a = y("router-view");
36
37
  return l(), i(a, null, {
37
- default: g(({ Component: r, route: n }) => [
38
- t.openKeepAlive ? (l(), i(y, {
38
+ default: C(({ Component: r, route: n }) => [
39
+ t.openKeepAlive ? (l(), i(g, {
39
40
  key: 0,
40
41
  include: o(f),
41
42
  exclude: o(v)(n)
42
43
  }, [
43
- t.isReloadFlag ? (l(), i(d(o(m)(r)), {
44
- key: o(b)(n)
44
+ t.isReloadFlag ? (l(), i(d(o(u)(r)), {
45
+ key: o(A)(n)
45
46
  })) : x("", !0)
46
- ], 1032, ["include", "exclude"])) : (l(), i(d(o(m)(r)), {
47
+ ], 1032, ["include", "exclude"])) : (l(), i(d(o(u)(r)), {
47
48
  key: n.fullPath
48
49
  }))
49
50
  ]),
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
2
2
  import "vue";
3
3
  import "@vue/shared";
4
4
  import "@vft/utils";
5
+ import "../../utils/ns-cover.mjs";
5
6
  import o from "./search.vue2.mjs";
6
- const f = t(o);
7
+ const s = t(o);
7
8
  export {
8
- f as VftSearch,
9
- f as default
9
+ s as VftSearch,
10
+ s as default
10
11
  };
@@ -52,12 +52,13 @@ import "lodash";
52
52
  import "../../hooks/use-z-index/index.mjs";
53
53
  import { useTimeoutFn as M } from "@vueuse/core";
54
54
  import "@vue/shared";
55
+ import "../../utils/ns-cover.mjs";
55
56
  const u = (
56
57
  /* hoist-static*/
57
58
  W("search")
58
59
  ), U = C({
59
60
  name: u.b()
60
- }), je = /* @__PURE__ */ C({
61
+ }), qe = /* @__PURE__ */ C({
61
62
  ...U,
62
63
  props: {
63
64
  modelValue: { default: "" },
@@ -185,5 +186,5 @@ const u = (
185
186
  }
186
187
  });
187
188
  export {
188
- je as default
189
+ qe as default
189
190
  };
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.mjs";
2
2
  import "vue";
3
3
  import "@vue/shared";
4
4
  import "@vft/utils";
5
+ import "../../utils/ns-cover.mjs";
5
6
  import o from "./side-menu.vue2.mjs";
6
- const a = t(o);
7
+ const e = t(o);
7
8
  export {
8
- a as VftSideMenu,
9
- a as default
9
+ e as VftSideMenu,
10
+ e as default
10
11
  };
@@ -1,13 +1,14 @@
1
1
  import { defineComponent as w, useSlots as P, ref as U, computed as m, h as f, onMounted as W, nextTick as $, createVNode as d } from "vue";
2
- import { listenerRouteChange as j, useRouterHelper as Y } from "@vft/router";
3
- import { useSortable as z } from "@vft/use";
4
- import { isUrl as D, generateCssVars as M, addUnit as S, isNullOrUndefined as b } from "@vft/utils";
2
+ import { listenerRouteChange as j, useRouterHelper as z } from "@vft/router";
3
+ import { useSortable as Y } from "@vft/use";
4
+ import { isUrl as D, generateCssVars as b, addUnit as M, isNullOrUndefined as S } from "@vft/utils";
5
5
  import { useNamespace as F } from "../../hooks/use-namespace/index.mjs";
6
6
  import "@popperjs/core";
7
7
  import "lodash";
8
8
  import "../../hooks/use-z-index/index.mjs";
9
9
  import "@vueuse/core";
10
10
  import "@vue/shared";
11
+ import "../../utils/ns-cover.mjs";
11
12
  import "../divider/index.mjs";
12
13
  import { VftIcon as G } from "../icon/index.mjs";
13
14
  import "../avatar/index.mjs";
@@ -57,7 +58,7 @@ const i = (
57
58
  F("side-menu")
58
59
  ), Q = w({
59
60
  name: i.b()
60
- }), Xe = /* @__PURE__ */ w({
61
+ }), Ze = /* @__PURE__ */ w({
61
62
  ...Q,
62
63
  props: {
63
64
  menus: null,
@@ -166,7 +167,7 @@ const i = (
166
167
  }, () => o.menus.map((n, u) => x(n, u)));
167
168
  }), {
168
169
  go: y
169
- } = Y(), N = L();
170
+ } = z(), N = L();
170
171
  async function T(e) {
171
172
  var l, p, s;
172
173
  const r = e.route;
@@ -181,11 +182,11 @@ const i = (
181
182
  } : r), h("select", e);
182
183
  }
183
184
  const A = m(() => ({
184
- ...M({
185
+ ...b({
185
186
  "border-right": "none"
186
187
  }, "menu"),
187
- ...M({
188
- width: o.collapse ? S(o.collapseWidth) : S(o.width)
188
+ ...b({
189
+ width: o.collapse ? M(o.collapseWidth) : M(o.width)
189
190
  }, "side-menu"),
190
191
  height: `calc(100% - ${o.extraHeight}px)`
191
192
  })), V = m(() => [i.b(), i.m("fixed")]);
@@ -198,14 +199,14 @@ const i = (
198
199
  if ((e = o.dragOption) != null && e.dragClassName) {
199
200
  const u = (n = document.querySelectorAll("." + i.e((r = o.dragOption) == null ? void 0 : r.dragClassName))) == null ? void 0 : n[0], {
200
201
  initSortable: l
201
- } = z(u, {
202
+ } = Y(u, {
202
203
  draggable: ".vft-menu-item",
203
204
  onEnd: (p) => {
204
205
  const {
205
206
  oldIndex: s,
206
207
  newIndex: t
207
208
  } = p;
208
- b(s) || b(t) || s === t || h("dragEnd", s, t);
209
+ S(s) || S(t) || s === t || h("dragEnd", s, t);
209
210
  },
210
211
  ...o.dragOption
211
212
  });
@@ -226,10 +227,11 @@ const i = (
226
227
  style: {
227
228
  transform: o.collapse ? "rotateY(180deg)" : ""
228
229
  },
229
- icon: "vi-collapse"
230
+ size: 20,
231
+ icon: "i-iconoir:sidebar-collapse"
230
232
  }, null)]) : null]);
231
233
  }
232
234
  });
233
235
  export {
234
- Xe as default
236
+ Ze as default
235
237
  };
@@ -7,8 +7,9 @@ import "../../hooks/use-z-index/index.mjs";
7
7
  import { FORWARD_REF_INJECTION_KEY as y, useForwardRefDirective as R } from "../../hooks/use-forward-ref/index.mjs";
8
8
  import "@vueuse/core";
9
9
  import { debugWarn as l } from "../../utils/error.mjs";
10
+ import "../../utils/ns-cover.mjs";
10
11
  import "@vft/utils";
11
- const o = "VftOnlyChild", j = /* @__PURE__ */ a({
12
+ const o = "VftOnlyChild", q = /* @__PURE__ */ a({
12
13
  name: o,
13
14
  setup(r, {
14
15
  slots: t,
@@ -55,5 +56,5 @@ function f(r) {
55
56
  }, [r]);
56
57
  }
57
58
  export {
58
- j as OnlyChild
59
+ q as OnlyChild
59
60
  };
@@ -1,14 +1,15 @@
1
- import { withInstall as o, withNoopInstall as a } from "../../utils/vue/install.mjs";
1
+ import { withInstall as o, withNoopInstall as m } from "../../utils/vue/install.mjs";
2
2
  import "vue";
3
3
  import "@vue/shared";
4
4
  import "@vft/utils";
5
- import m from "./tabs.vue2.mjs";
5
+ import "../../utils/ns-cover.mjs";
6
+ import r from "./tabs.vue2.mjs";
6
7
  import t from "./tab-pane.vue2.mjs";
7
- import { TabsRootContextKey as T } from "./types.mjs";
8
- const e = o(m, { TabPane: t }), l = a(t);
8
+ import { TabsRootContextKey as _ } from "./types.mjs";
9
+ const l = o(r, { TabPane: t }), b = m(t);
9
10
  export {
10
- T as TabsRootContextKey,
11
- l as VftTabPane,
12
- e as VftTabs,
13
- e as default
11
+ _ as TabsRootContextKey,
12
+ b as VftTabPane,
13
+ l as VftTabs,
14
+ l as default
14
15
  };
@@ -7,7 +7,8 @@ import "../../hooks/use-z-index/index.mjs";
7
7
  import { useResizeObserver as D } from "@vueuse/core";
8
8
  import "@vue/shared";
9
9
  import { capitalize as c } from "@vft/utils";
10
- const M = /* @__PURE__ */ $({
10
+ import "../../utils/ns-cover.mjs";
11
+ const Q = /* @__PURE__ */ $({
11
12
  __name: "tab-bar",
12
13
  props: {
13
14
  tabs: null
@@ -51,5 +52,5 @@ const M = /* @__PURE__ */ $({
51
52
  }
52
53
  });
53
54
  export {
54
- M as default
55
+ Q as default
55
56
  };