dlzn-ui 1.75.0 → 1.77.0

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 (76) hide show
  1. package/assets/Index-BSZpeLbt.css +1 -0
  2. package/chunks/{MenuNode-C10tFXwn.mjs → MenuNode-Bsx5EX6G.mjs} +1 -1
  3. package/chunks/{Provider-DSTMx3l3.mjs → Provider-DS0ccNiT.mjs} +1 -1
  4. package/chunks/{button-DJsCp61s.mjs → button-Ne9zVtg8.mjs} +3 -3
  5. package/chunks/{card-BDzi61i7.mjs → card-BfHb58zl.mjs} +1 -1
  6. package/chunks/{checkbox-group-5uR0EKbi.mjs → checkbox-group-8yzWfZL_.mjs} +2 -2
  7. package/chunks/{form-BzSMgHFo.mjs → form-BBUFXU0H.mjs} +11 -11
  8. package/chunks/{image-C9wm3QNN.mjs → image-BEsiUWeF.mjs} +1 -1
  9. package/chunks/{input-number-tUoc9qdP.mjs → input-number-Bt1mbd1D.mjs} +1 -1
  10. package/chunks/{pagination-uXFTRKYY.mjs → pagination-Ca_TCfrh.mjs} +2 -2
  11. package/chunks/{radio-group-PABvF7EK.mjs → radio-group-Bmx_ESrX.mjs} +2 -2
  12. package/chunks/{select-C0TngJBn.mjs → select-6VzBY_vu.mjs} +2 -2
  13. package/chunks/{textarea-XmudO_06.mjs → textarea-xkwOhNut.mjs} +1 -1
  14. package/chunks/{tree-DjW1zXoi.mjs → tree-CnkGS9CU.mjs} +1 -1
  15. package/chunks/{tree-DJVKKd4b.mjs → tree-DDa08q83.mjs} +1 -1
  16. package/chunks/{tree-select-BRKugulL.mjs → tree-select-ofeRjUNh.mjs} +1 -1
  17. package/chunks/{upload-CIZBJ7Qm.mjs → upload-BRtusVF3.mjs} +3 -3
  18. package/chunks/{user-BGPUbNGS.mjs → user-DpkUzWVu.mjs} +4 -4
  19. package/components/button/index.mjs +1 -1
  20. package/components/button/src/button.mjs +1 -1
  21. package/components/card/index.mjs +1 -1
  22. package/components/card/src/card.mjs +1 -1
  23. package/components/checkbox-group/index.mjs +1 -1
  24. package/components/checkbox-group/src/checkbox-group.mjs +1 -1
  25. package/components/form/index.mjs +1 -1
  26. package/components/form/src/form.mjs +1 -1
  27. package/components/image/index.mjs +1 -1
  28. package/components/image/src/image.mjs +1 -1
  29. package/components/index.mjs +14 -14
  30. package/components/input-number/index.mjs +1 -1
  31. package/components/input-number/src/input-number.mjs +1 -1
  32. package/components/pagination/index.mjs +1 -1
  33. package/components/pagination/src/pagination.mjs +1 -1
  34. package/components/provider/index.d.ts +1 -0
  35. package/components/provider/index.mjs +2 -0
  36. package/components/provider/src/Provider.mjs +2 -0
  37. package/components/radio-group/index.mjs +1 -1
  38. package/components/radio-group/src/radio-group.mjs +1 -1
  39. package/components/select/index.mjs +1 -1
  40. package/components/select/src/select.mjs +1 -1
  41. package/components/textarea/index.mjs +1 -1
  42. package/components/textarea/src/textarea.mjs +1 -1
  43. package/components/tree/index.mjs +2 -2
  44. package/components/tree/src/tree.mjs +1 -1
  45. package/components/tree-select/index.mjs +1 -1
  46. package/components/tree-select/src/tree-select.mjs +1 -1
  47. package/components/upload/index.mjs +1 -1
  48. package/components/upload/src/upload.mjs +1 -1
  49. package/hooks/{useContextMenu.d.ts → useContextMenu/index.d.ts} +1 -1
  50. package/hooks/{useContextMenu.mjs → useContextMenu/index.mjs} +1 -1
  51. package/{plugins/useContextMenuComponent → hooks/useContextMenu/menu}/Index.mjs +6 -6
  52. package/hooks/useContextMenu/menu/MenuNode.mjs +2 -0
  53. package/hooks/useDic.mjs +1 -1
  54. package/hooks/useSysUser.mjs +1 -1
  55. package/index.mjs +14 -14
  56. package/package.json +11 -5
  57. package/plugins/alova/index.mjs +1 -1
  58. package/plugins/autoImport/{_confirm.mjs → $confirm.mjs} +1 -1
  59. package/plugins/autoImport/{_dialog.mjs → $dialog.mjs} +1 -1
  60. package/plugins/autoImport/{_drawer.mjs → $drawer.mjs} +1 -1
  61. package/plugins/others/directive.mjs +1 -1
  62. package/store/modules/common.mjs +1 -1
  63. package/store/modules/login.mjs +1 -1
  64. package/store/modules/router.mjs +1 -1
  65. package/store/modules/user.mjs +1 -1
  66. package/assets/Index-BedLrhwL.css +0 -1
  67. package/entry/Provider.mjs +0 -2
  68. package/plugins/useContextMenuComponent/MenuNode.mjs +0 -2
  69. /package/chunks/{_plugin-vue_export-helper-B3ysoDQm.mjs → plugin-vue_export-helper-B3ysoDQm.mjs} +0 -0
  70. /package/{entry → components/provider/src}/Provider.vue.d.ts +0 -0
  71. /package/{plugins/useContextMenuComponent → hooks/useContextMenu/menu}/Index.vue.d.ts +0 -0
  72. /package/{plugins/useContextMenuComponent → hooks/useContextMenu/menu}/MenuNode.vue.d.ts +0 -0
  73. /package/{plugins/useContextMenuComponent → hooks/useContextMenu/menu}/types.d.ts +0 -0
  74. /package/plugins/autoImport/{_loading.mjs → $loading.mjs} +0 -0
  75. /package/plugins/autoImport/{_msg.mjs → $msg.mjs} +0 -0
  76. /package/plugins/autoImport/{_notify.mjs → $notify.mjs} +0 -0
@@ -0,0 +1 @@
1
+ .custom_context_menu[data-v-ed6ea484]{--td-bg-color-container-hover:var(--td-bg-color-secondarycontainer-hover);border:.5px solid var(--td-component-border);border-radius:var(--td-radius-medium);min-width:100px;box-shadow:var(--td-shadow-2)}.custom_context_menu[data-v-ed6ea484] .t-menu--scroll{padding:8px 0!important}.custom_context_menu[data-v-ed6ea484] .t-menu__item{height:var(--td-comp-size-s);line-height:var(--td-comp-size-s);margin-top:0!important;padding:0 12px!important}.custom_context_menu[data-v-ed6ea484] .t-submenu{margin-top:0!important}.custom_context_menu[data-v-ed6ea484] .t-fake-arrow{transform:rotate(270deg)!important}.custom_context_menu[data-v-ed6ea484] .t-fake-arrow path{d:path("M3.75 5.7998L7.99274 10.0425L12.2361 5.79921")!important}
@@ -1,7 +1,7 @@
1
1
  import { Fragment as e, createBlock as t, createElementBlock as n, createSlots as r, createVNode as i, defineComponent as a, mergeProps as o, openBlock as s, renderList as c, resolveComponent as l, unref as u, withCtx as d } from "vue";
2
2
  import { Icon as f, MenuItem as p, Submenu as m } from "tdesign-vue-next";
3
3
  import '../assets/MenuNode-BWhgOPrH.css';//#endregion
4
- //#region ../../packages/dlzn-ui/plugins/useContextMenuComponent/MenuNode.vue
4
+ //#region ../../packages/dlzn-ui/hooks/useContextMenu/menu/MenuNode.vue
5
5
  var h = /* @__PURE__ */ a({
6
6
  name: "MenuNode",
7
7
  __name: "MenuNode",
@@ -3,7 +3,7 @@ import { Button as c, Icon as l } from "tdesign-vue-next";
3
3
  import { ElConfigProvider as u } from "element-plus";
4
4
  import d from "element-plus/es/locale/lang/zh-cn";
5
5
  //#endregion
6
- //#region ../../packages/dlzn-ui/entry/Provider.vue
6
+ //#region ../../packages/dlzn-ui/components/provider/src/Provider.vue
7
7
  var f = /* @__PURE__ */ n({
8
8
  __name: "Provider",
9
9
  setup(n) {
@@ -1,8 +1,8 @@
1
- import e from "../plugins/autoImport/_loading.mjs";
2
- import { n as t } from "./user-BGPUbNGS.mjs";
1
+ import e from "../plugins/autoImport/$loading.mjs";
2
+ import { n as t } from "./user-DpkUzWVu.mjs";
3
3
  import { t as n } from "./icon-COjp1yrx.mjs";
4
4
  import { t as r } from "./popconfirm-DxWa7vWm.mjs";
5
- import { t as i } from "./_plugin-vue_export-helper-B3ysoDQm.mjs";
5
+ import { t as i } from "./plugin-vue_export-helper-B3ysoDQm.mjs";
6
6
  import { Fragment as a, computed as o, createBlock as s, createCommentVNode as c, createElementBlock as l, createSlots as u, createVNode as d, defineComponent as f, getCurrentInstance as p, guardReactiveProps as m, h, mergeDefaults as g, mergeProps as _, normalizeProps as v, openBlock as y, ref as b, renderList as x, renderSlot as S, resolveDynamicComponent as C, unref as w, useAttrs as T, watch as E, withCtx as D } from "vue";
7
7
  import { useFocus as O } from "@vueuse/core";
8
8
  import { Button as k } from "tdesign-vue-next";
@@ -1,4 +1,4 @@
1
- import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.mjs";
1
+ import { t as e } from "./plugin-vue_export-helper-B3ysoDQm.mjs";
2
2
  import { computed as t, createBlock as n, defineComponent as r, getCurrentInstance as i, h as a, mergeDefaults as o, mergeProps as s, openBlock as c, resolveDynamicComponent as l, unref as u } from "vue";
3
3
  import { Card as d } from "tdesign-vue-next";
4
4
  import '../assets/card-_JgeY1kg.css';//#region ../../packages/dlzn-ui/components/card/src/card.ts
@@ -1,5 +1,5 @@
1
- import e from "../plugins/autoImport/_notify.mjs";
2
- import { m as t } from "./user-BGPUbNGS.mjs";
1
+ import e from "../plugins/autoImport/$notify.mjs";
2
+ import { m as t } from "./user-DpkUzWVu.mjs";
3
3
  import { isFalsy as n, isValidNumberString as r } from "../utils/boolean.mjs";
4
4
  import { useList as i } from "../hooks/useList.mjs";
5
5
  import { computed as a, createBlock as o, defineComponent as s, getCurrentInstance as c, h as l, mergeProps as u, openBlock as d, resolveDynamicComponent as f, unref as p } from "vue";
@@ -1,21 +1,21 @@
1
- import e from "../plugins/autoImport/_msg.mjs";
2
- import t from "../plugins/autoImport/_notify.mjs";
1
+ import e from "../plugins/autoImport/$msg.mjs";
2
+ import t from "../plugins/autoImport/$notify.mjs";
3
3
  import { isFalsy as n } from "../utils/boolean.mjs";
4
- import { t as r } from "./_plugin-vue_export-helper-B3ysoDQm.mjs";
4
+ import { t as r } from "./plugin-vue_export-helper-B3ysoDQm.mjs";
5
5
  import { t as i } from "./checkbox-CLlUEbkk.mjs";
6
- import { t as a } from "./checkbox-group-5uR0EKbi.mjs";
7
- import { t as o } from "./input-number-tUoc9qdP.mjs";
6
+ import { t as a } from "./checkbox-group-8yzWfZL_.mjs";
7
+ import { t as o } from "./input-number-Bt1mbd1D.mjs";
8
8
  import { t as s } from "./input-B8jjJrK5.mjs";
9
- import { t as c } from "./radio-group-PABvF7EK.mjs";
9
+ import { t as c } from "./radio-group-Bmx_ESrX.mjs";
10
10
  import { t as l } from "./range-input-8ddDrOBB.mjs";
11
- import { t as u } from "./select-C0TngJBn.mjs";
11
+ import { t as u } from "./select-6VzBY_vu.mjs";
12
12
  import { t as d } from "./slider-C63Gzbld.mjs";
13
13
  import { t as f } from "./switch-CqV3-avv.mjs";
14
14
  import { t as p } from "./tag-input-iNXrRXk2.mjs";
15
- import { t as m } from "./textarea-XmudO_06.mjs";
16
- import { t as ee } from "./tree-select-BRKugulL.mjs";
17
- import { t as te } from "./tree-DjW1zXoi.mjs";
18
- import { t as ne } from "./upload-CIZBJ7Qm.mjs";
15
+ import { t as m } from "./textarea-xkwOhNut.mjs";
16
+ import { t as ee } from "./tree-select-ofeRjUNh.mjs";
17
+ import { t as te } from "./tree-CnkGS9CU.mjs";
18
+ import { t as ne } from "./upload-BRtusVF3.mjs";
19
19
  import { Fragment as h, computed as g, createBlock as _, createCommentVNode as v, createElementBlock as y, defineAsyncComponent as b, defineComponent as x, getCurrentInstance as S, mergeDefaults as C, mergeProps as w, nextTick as T, onMounted as re, openBlock as E, provide as D, reactive as O, ref as k, renderList as A, renderSlot as j, resolveDynamicComponent as M, shallowRef as N, unref as P, watch as F, withCtx as I } from "vue";
20
20
  import { useMutationObserver as L, useResizeObserver as R } from "@vueuse/core";
21
21
  import { Form as z, FormItem as B } from "tdesign-vue-next";
@@ -1,4 +1,4 @@
1
- import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.mjs";
1
+ import { t as e } from "./plugin-vue_export-helper-B3ysoDQm.mjs";
2
2
  import { computed as t, createBlock as n, defineComponent as r, getCurrentInstance as i, h as a, mergeDefaults as o, mergeProps as s, openBlock as c, resolveDynamicComponent as l, unref as u } from "vue";
3
3
  import { Image as d } from "tdesign-vue-next";
4
4
  import '../assets/image-B0R_Wg4e.css';//#region ../../packages/dlzn-ui/components/image/src/image.ts
@@ -1,6 +1,6 @@
1
1
  import { isFalsy as e } from "../utils/boolean.mjs";
2
2
  import { formatNumber as t } from "../utils/number.mjs";
3
- import { t as n } from "./_plugin-vue_export-helper-B3ysoDQm.mjs";
3
+ import { t as n } from "./plugin-vue_export-helper-B3ysoDQm.mjs";
4
4
  import { computed as r, createBlock as i, defineComponent as a, getCurrentInstance as o, h as s, mergeDefaults as c, mergeProps as l, openBlock as u, resolveDynamicComponent as d, unref as f } from "vue";
5
5
  import { InputNumber as p } from "tdesign-vue-next";
6
6
  import '../assets/input-number-CYEGbleB.css';//#region ../../packages/dlzn-ui/components/input-number/src/input-number.ts
@@ -1,5 +1,5 @@
1
- import e from "../plugins/autoImport/_confirm.mjs";
2
- import { t } from "./_plugin-vue_export-helper-B3ysoDQm.mjs";
1
+ import e from "../plugins/autoImport/$confirm.mjs";
2
+ import { t } from "./plugin-vue_export-helper-B3ysoDQm.mjs";
3
3
  import { computed as n, createBlock as r, defineComponent as i, getCurrentInstance as a, h as o, mergeProps as s, openBlock as c, resolveDynamicComponent as l, unref as u } from "vue";
4
4
  import { Pagination as d } from "tdesign-vue-next";
5
5
  import '../assets/pagination-D7QwybX3.css';//#endregion
@@ -1,5 +1,5 @@
1
- import e from "../plugins/autoImport/_notify.mjs";
2
- import { m as t } from "./user-BGPUbNGS.mjs";
1
+ import e from "../plugins/autoImport/$notify.mjs";
2
+ import { m as t } from "./user-DpkUzWVu.mjs";
3
3
  import { isFalsy as n, isValidNumberString as r } from "../utils/boolean.mjs";
4
4
  import { stringDisplay as i } from "../utils/string.mjs";
5
5
  import { useList as a } from "../hooks/useList.mjs";
@@ -1,5 +1,5 @@
1
- import e from "../plugins/autoImport/_notify.mjs";
2
- import { m as t } from "./user-BGPUbNGS.mjs";
1
+ import e from "../plugins/autoImport/$notify.mjs";
2
+ import { m as t } from "./user-DpkUzWVu.mjs";
3
3
  import { isFalsy as n, isValidNumberString as r } from "../utils/boolean.mjs";
4
4
  import { stringDisplay as i } from "../utils/string.mjs";
5
5
  import { useList as a } from "../hooks/useList.mjs";
@@ -1,4 +1,4 @@
1
- import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.mjs";
1
+ import { t as e } from "./plugin-vue_export-helper-B3ysoDQm.mjs";
2
2
  import { computed as t, createBlock as n, defineComponent as r, getCurrentInstance as i, h as a, mergeProps as o, openBlock as s, resolveDynamicComponent as c, unref as l } from "vue";
3
3
  import { Textarea as u } from "tdesign-vue-next";
4
4
  import '../assets/textarea-z-4sHFLB.css';//#endregion
@@ -1,4 +1,4 @@
1
- import { t as e } from "./tree-DJVKKd4b.mjs";
1
+ import { t as e } from "./tree-DDa08q83.mjs";
2
2
  import { computed as t, createBlock as n, defineComponent as r, getCurrentInstance as i, h as a, mergeDefaults as o, mergeProps as s, openBlock as c, resolveDynamicComponent as l, unref as u, useSlots as d } from "vue";
3
3
  import { Tree as f } from "tdesign-vue-next";
4
4
  //#endregion
@@ -1,4 +1,4 @@
1
- import { t as e } from "./button-DJsCp61s.mjs";
1
+ import { t as e } from "./button-Ne9zVtg8.mjs";
2
2
  import { t } from "./icon-COjp1yrx.mjs";
3
3
  import { h as n } from "vue";
4
4
  //#region ../../packages/dlzn-ui/components/tree/src/tree.ts
@@ -1,5 +1,5 @@
1
1
  import { useList as e } from "../hooks/useList.mjs";
2
- import { t } from "./tree-DJVKKd4b.mjs";
2
+ import { t } from "./tree-DDa08q83.mjs";
3
3
  import { computed as n, createBlock as r, defineComponent as i, getCurrentInstance as a, h as o, mergeProps as s, onMounted as c, openBlock as l, ref as u, resolveDynamicComponent as d, unref as f } from "vue";
4
4
  import { useResizeObserver as p } from "@vueuse/core";
5
5
  import { TreeSelect as m } from "tdesign-vue-next";
@@ -1,7 +1,7 @@
1
- import { t as e } from "./button-DJsCp61s.mjs";
2
- import { r as t } from "./user-BGPUbNGS.mjs";
1
+ import { t as e } from "./button-Ne9zVtg8.mjs";
2
+ import { r as t } from "./user-DpkUzWVu.mjs";
3
3
  import { saveAs as n } from "../utils/tool.mjs";
4
- import { t as r } from "./_plugin-vue_export-helper-B3ysoDQm.mjs";
4
+ import { t as r } from "./plugin-vue_export-helper-B3ysoDQm.mjs";
5
5
  import { computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createSlots as l, createTextVNode as u, createVNode as d, defineComponent as f, getCurrentInstance as p, guardReactiveProps as m, h, mergeProps as g, normalizeProps as _, openBlock as v, renderList as y, renderSlot as b, resolveDynamicComponent as x, toDisplayString as S, unref as C, withCtx as w, withModifiers as T } from "vue";
6
6
  import { Upload as E } from "tdesign-vue-next";
7
7
  import '../assets/upload-Cp3eA2SI.css';//#region ../../packages/dlzn-ui/components/upload/src/upload.ts
@@ -1,7 +1,7 @@
1
- import e from "../plugins/autoImport/_loading.mjs";
2
- import t from "../plugins/autoImport/_confirm.mjs";
3
- import n from "../plugins/autoImport/_msg.mjs";
4
- import r from "../plugins/autoImport/_notify.mjs";
1
+ import e from "../plugins/autoImport/$loading.mjs";
2
+ import t from "../plugins/autoImport/$confirm.mjs";
3
+ import n from "../plugins/autoImport/$msg.mjs";
4
+ import r from "../plugins/autoImport/$notify.mjs";
5
5
  import i, { getTopRoute as a } from "../router/index.mjs";
6
6
  import { isFalsy as o } from "../utils/boolean.mjs";
7
7
  import { stringDisplay as s } from "../utils/string.mjs";
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../../chunks/button-DJsCp61s.mjs";
1
+ import { n as e, t } from "../../chunks/button-Ne9zVtg8.mjs";
2
2
  export { t as TButton, e as buttonPropsInit };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/button-DJsCp61s.mjs";
1
+ import { t as e } from "../../../chunks/button-Ne9zVtg8.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../../chunks/card-BDzi61i7.mjs";
1
+ import { n as e, t } from "../../chunks/card-BfHb58zl.mjs";
2
2
  export { t as TCard, e as cardPropsInit };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/card-BDzi61i7.mjs";
1
+ import { t as e } from "../../../chunks/card-BfHb58zl.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../chunks/checkbox-group-5uR0EKbi.mjs";
1
+ import { t as e } from "../../chunks/checkbox-group-8yzWfZL_.mjs";
2
2
  export { e as TCheckboxGroup };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/checkbox-group-5uR0EKbi.mjs";
1
+ import { t as e } from "../../../chunks/checkbox-group-8yzWfZL_.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../../chunks/form-BzSMgHFo.mjs";
1
+ import { n as e, t } from "../../chunks/form-BBUFXU0H.mjs";
2
2
  export { t as TForm, e as formPropsInit };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/form-BzSMgHFo.mjs";
1
+ import { t as e } from "../../../chunks/form-BBUFXU0H.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../../chunks/image-C9wm3QNN.mjs";
1
+ import { n as e, t } from "../../chunks/image-BEsiUWeF.mjs";
2
2
  export { t as TImage, e as imagePropsInit };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/image-C9wm3QNN.mjs";
1
+ import { t as e } from "../../../chunks/image-BEsiUWeF.mjs";
2
2
  export { e as default };
@@ -1,27 +1,27 @@
1
- import { n as e, t } from "../chunks/button-DJsCp61s.mjs";
1
+ import { n as e, t } from "../chunks/button-Ne9zVtg8.mjs";
2
2
  import { t as n } from "../chunks/icon-COjp1yrx.mjs";
3
3
  import { t as r } from "../chunks/popconfirm-DxWa7vWm.mjs";
4
- import { n as i, t as a } from "../chunks/card-BDzi61i7.mjs";
4
+ import { n as i, t as a } from "../chunks/card-BfHb58zl.mjs";
5
5
  import { t as o } from "../chunks/checkbox-CLlUEbkk.mjs";
6
- import { t as s } from "../chunks/checkbox-group-5uR0EKbi.mjs";
7
- import { n as c, t as l } from "../chunks/form-BzSMgHFo.mjs";
8
- import { n as u, t as d } from "../chunks/input-number-tUoc9qdP.mjs";
6
+ import { t as s } from "../chunks/checkbox-group-8yzWfZL_.mjs";
7
+ import { n as c, t as l } from "../chunks/form-BBUFXU0H.mjs";
8
+ import { n as u, t as d } from "../chunks/input-number-Bt1mbd1D.mjs";
9
9
  import { n as f, t as p } from "../chunks/input-B8jjJrK5.mjs";
10
- import { t as m } from "../chunks/radio-group-PABvF7EK.mjs";
10
+ import { t as m } from "../chunks/radio-group-Bmx_ESrX.mjs";
11
11
  import { t as h } from "../chunks/range-input-8ddDrOBB.mjs";
12
- import { n as g, t as _ } from "../chunks/select-C0TngJBn.mjs";
12
+ import { n as g, t as _ } from "../chunks/select-6VzBY_vu.mjs";
13
13
  import { n as v, t as y } from "../chunks/slider-C63Gzbld.mjs";
14
14
  import { n as b, t as x } from "../chunks/switch-CqV3-avv.mjs";
15
15
  import { n as S, t as C } from "../chunks/tag-input-iNXrRXk2.mjs";
16
- import { t as w } from "../chunks/textarea-XmudO_06.mjs";
17
- import { t as T } from "../chunks/tree-DJVKKd4b.mjs";
18
- import { t as E } from "../chunks/tree-select-BRKugulL.mjs";
19
- import { t as D } from "../chunks/tree-DjW1zXoi.mjs";
20
- import { n as O, t as k } from "../chunks/upload-CIZBJ7Qm.mjs";
21
- import { n as A, t as j } from "../chunks/image-C9wm3QNN.mjs";
16
+ import { t as w } from "../chunks/textarea-xkwOhNut.mjs";
17
+ import { t as T } from "../chunks/tree-DDa08q83.mjs";
18
+ import { t as E } from "../chunks/tree-select-ofeRjUNh.mjs";
19
+ import { t as D } from "../chunks/tree-CnkGS9CU.mjs";
20
+ import { n as O, t as k } from "../chunks/upload-BRtusVF3.mjs";
21
+ import { n as A, t as j } from "../chunks/image-BEsiUWeF.mjs";
22
22
  import { n as M, t as N } from "../chunks/image-viewer-BZux9RvX.mjs";
23
23
  import { n as P, t as F } from "../chunks/link-Byr_BYPx.mjs";
24
- import { t as I } from "../chunks/pagination-uXFTRKYY.mjs";
24
+ import { t as I } from "../chunks/pagination-Ca_TCfrh.mjs";
25
25
  import { t as L } from "../chunks/popup-BO_hNSY5.mjs";
26
26
  import { t as R } from "../chunks/tab-panel-CtYeK29i.mjs";
27
27
  import { n as z, t as B } from "../chunks/tag-B-ovDWQi.mjs";
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../../chunks/input-number-tUoc9qdP.mjs";
1
+ import { n as e, t } from "../../chunks/input-number-Bt1mbd1D.mjs";
2
2
  export { t as TInputNumber, e as inputNumberPropsInit };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/input-number-tUoc9qdP.mjs";
1
+ import { t as e } from "../../../chunks/input-number-Bt1mbd1D.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../chunks/pagination-uXFTRKYY.mjs";
1
+ import { t as e } from "../../chunks/pagination-Ca_TCfrh.mjs";
2
2
  export { e as TPagination };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/pagination-uXFTRKYY.mjs";
1
+ import { t as e } from "../../../chunks/pagination-Ca_TCfrh.mjs";
2
2
  export { e as default };
@@ -0,0 +1 @@
1
+ export { default as Provider } from './src/Provider.vue';
@@ -0,0 +1,2 @@
1
+ import { t as e } from "../../chunks/Provider-DS0ccNiT.mjs";
2
+ export { e as Provider };
@@ -0,0 +1,2 @@
1
+ import { t as e } from "../../../chunks/Provider-DS0ccNiT.mjs";
2
+ export { e as default };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../chunks/radio-group-PABvF7EK.mjs";
1
+ import { t as e } from "../../chunks/radio-group-Bmx_ESrX.mjs";
2
2
  export { e as TRadioGroup };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/radio-group-PABvF7EK.mjs";
1
+ import { t as e } from "../../../chunks/radio-group-Bmx_ESrX.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../../chunks/select-C0TngJBn.mjs";
1
+ import { n as e, t } from "../../chunks/select-6VzBY_vu.mjs";
2
2
  export { t as TSelect, e as selectPropsInit };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/select-C0TngJBn.mjs";
1
+ import { t as e } from "../../../chunks/select-6VzBY_vu.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../chunks/textarea-XmudO_06.mjs";
1
+ import { t as e } from "../../chunks/textarea-xkwOhNut.mjs";
2
2
  export { e as TTextarea };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/textarea-XmudO_06.mjs";
1
+ import { t as e } from "../../../chunks/textarea-xkwOhNut.mjs";
2
2
  export { e as default };
@@ -1,3 +1,3 @@
1
- import { t as e } from "../../chunks/tree-DJVKKd4b.mjs";
2
- import { t } from "../../chunks/tree-DjW1zXoi.mjs";
1
+ import { t as e } from "../../chunks/tree-DDa08q83.mjs";
2
+ import { t } from "../../chunks/tree-CnkGS9CU.mjs";
3
3
  export { t as TTree, e as treePropsInit };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/tree-DjW1zXoi.mjs";
1
+ import { t as e } from "../../../chunks/tree-CnkGS9CU.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../chunks/tree-select-BRKugulL.mjs";
1
+ import { t as e } from "../../chunks/tree-select-ofeRjUNh.mjs";
2
2
  export { e as TTreeSelect };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/tree-select-BRKugulL.mjs";
1
+ import { t as e } from "../../../chunks/tree-select-ofeRjUNh.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../../chunks/upload-CIZBJ7Qm.mjs";
1
+ import { n as e, t } from "../../chunks/upload-BRtusVF3.mjs";
2
2
  export { e as DEFAULT_ACCEPT, t as TUpload };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../../chunks/upload-CIZBJ7Qm.mjs";
1
+ import { t as e } from "../../../chunks/upload-BRtusVF3.mjs";
2
2
  export { e as default };
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'vue';
2
- import { Items } from '../plugins/useContextMenuComponent/types';
2
+ import { Items } from './menu/types';
3
3
  interface HookReturnType {
4
4
  items: Ref<Items>;
5
5
  showMenu: Ref<boolean>;
@@ -1,5 +1,5 @@
1
1
  import { ref as e } from "vue";
2
- //#region ../../packages/dlzn-ui/hooks/useContextMenu.ts
2
+ //#region ../../packages/dlzn-ui/hooks/useContextMenu/index.ts
3
3
  var t = e(!1), n = e(0), r = e(0), i = e([]);
4
4
  function a() {
5
5
  t.value = !1;
@@ -1,10 +1,10 @@
1
- import { t as e } from "../../chunks/_plugin-vue_export-helper-B3ysoDQm.mjs";
2
- import t from "../../hooks/useContextMenu.mjs";
3
- import { t as n } from "../../chunks/MenuNode-C10tFXwn.mjs";
1
+ import { t as e } from "../../../chunks/plugin-vue_export-helper-B3ysoDQm.mjs";
2
+ import t from "../index.mjs";
3
+ import { t as n } from "../../../chunks/MenuNode-Bsx5EX6G.mjs";
4
4
  import { createBlock as r, createCommentVNode as i, createVNode as a, defineComponent as o, normalizeStyle as s, openBlock as c, unref as l, withCtx as u } from "vue";
5
5
  import { Menu as d } from "tdesign-vue-next";
6
- import '../../assets/Index-BedLrhwL.css';//#endregion
7
- //#region ../../packages/dlzn-ui/plugins/useContextMenuComponent/Index.vue
6
+ import '../../../assets/Index-BSZpeLbt.css';//#endregion
7
+ //#region ../../packages/dlzn-ui/hooks/useContextMenu/menu/Index.vue
8
8
  var f = /*#__PURE__*/ e(/* @__PURE__ */ o({
9
9
  __name: "Index",
10
10
  setup(e) {
@@ -23,6 +23,6 @@ var f = /*#__PURE__*/ e(/* @__PURE__ */ o({
23
23
  _: 1
24
24
  }, 8, ["style"])) : i("v-if", !0);
25
25
  }
26
- }), [["__scopeId", "data-v-22fe4836"]]);
26
+ }), [["__scopeId", "data-v-ed6ea484"]]);
27
27
  //#endregion
28
28
  export { f as default };
@@ -0,0 +1,2 @@
1
+ import { t as e } from "../../../chunks/MenuNode-Bsx5EX6G.mjs";
2
+ export { e as default };
package/hooks/useDic.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { f as e, h as t, m as n, p as r } from "../chunks/user-BGPUbNGS.mjs";
1
+ import { f as e, h as t, m as n, p as r } from "../chunks/user-DpkUzWVu.mjs";
2
2
  export { e as useClearDic, r as useDicLabel, n as useDicOptions, t as useRefreshDic };
@@ -1,2 +1,2 @@
1
- import { d as e, l as t, u as n } from "../chunks/user-BGPUbNGS.mjs";
1
+ import { d as e, l as t, u as n } from "../chunks/user-DpkUzWVu.mjs";
2
2
  export { t as useClearSysUser, n as useRefreshSysUser, e as useSysUser };
package/index.mjs CHANGED
@@ -1,27 +1,27 @@
1
- import { n as e, t } from "./chunks/button-DJsCp61s.mjs";
1
+ import { n as e, t } from "./chunks/button-Ne9zVtg8.mjs";
2
2
  import { t as n } from "./chunks/icon-COjp1yrx.mjs";
3
3
  import { t as r } from "./chunks/popconfirm-DxWa7vWm.mjs";
4
- import { n as i, t as a } from "./chunks/card-BDzi61i7.mjs";
4
+ import { n as i, t as a } from "./chunks/card-BfHb58zl.mjs";
5
5
  import { t as o } from "./chunks/checkbox-CLlUEbkk.mjs";
6
- import { t as s } from "./chunks/checkbox-group-5uR0EKbi.mjs";
7
- import { n as c, t as l } from "./chunks/form-BzSMgHFo.mjs";
8
- import { n as u, t as d } from "./chunks/input-number-tUoc9qdP.mjs";
6
+ import { t as s } from "./chunks/checkbox-group-8yzWfZL_.mjs";
7
+ import { n as c, t as l } from "./chunks/form-BBUFXU0H.mjs";
8
+ import { n as u, t as d } from "./chunks/input-number-Bt1mbd1D.mjs";
9
9
  import { n as f, t as p } from "./chunks/input-B8jjJrK5.mjs";
10
- import { t as m } from "./chunks/radio-group-PABvF7EK.mjs";
10
+ import { t as m } from "./chunks/radio-group-Bmx_ESrX.mjs";
11
11
  import { t as h } from "./chunks/range-input-8ddDrOBB.mjs";
12
- import { n as g, t as _ } from "./chunks/select-C0TngJBn.mjs";
12
+ import { n as g, t as _ } from "./chunks/select-6VzBY_vu.mjs";
13
13
  import { n as v, t as y } from "./chunks/slider-C63Gzbld.mjs";
14
14
  import { n as b, t as x } from "./chunks/switch-CqV3-avv.mjs";
15
15
  import { n as S, t as C } from "./chunks/tag-input-iNXrRXk2.mjs";
16
- import { t as w } from "./chunks/textarea-XmudO_06.mjs";
17
- import { t as T } from "./chunks/tree-DJVKKd4b.mjs";
18
- import { t as E } from "./chunks/tree-select-BRKugulL.mjs";
19
- import { t as D } from "./chunks/tree-DjW1zXoi.mjs";
20
- import { n as O, t as k } from "./chunks/upload-CIZBJ7Qm.mjs";
21
- import { n as A, t as j } from "./chunks/image-C9wm3QNN.mjs";
16
+ import { t as w } from "./chunks/textarea-xkwOhNut.mjs";
17
+ import { t as T } from "./chunks/tree-DDa08q83.mjs";
18
+ import { t as E } from "./chunks/tree-select-ofeRjUNh.mjs";
19
+ import { t as D } from "./chunks/tree-CnkGS9CU.mjs";
20
+ import { n as O, t as k } from "./chunks/upload-BRtusVF3.mjs";
21
+ import { n as A, t as j } from "./chunks/image-BEsiUWeF.mjs";
22
22
  import { n as M, t as N } from "./chunks/image-viewer-BZux9RvX.mjs";
23
23
  import { n as P, t as F } from "./chunks/link-Byr_BYPx.mjs";
24
- import { t as I } from "./chunks/pagination-uXFTRKYY.mjs";
24
+ import { t as I } from "./chunks/pagination-Ca_TCfrh.mjs";
25
25
  import { t as L } from "./chunks/popup-BO_hNSY5.mjs";
26
26
  import { t as R } from "./chunks/tab-panel-CtYeK29i.mjs";
27
27
  import { n as z, t as B } from "./chunks/tag-B-ovDWQi.mjs";
package/package.json CHANGED
@@ -11,14 +11,20 @@
11
11
  "types": "./components/*/index.d.ts",
12
12
  "import": "./components/*/index.mjs"
13
13
  },
14
- "./entry/*": {
15
- "types": "./entry/*.d.ts",
16
- "import": "./entry/*.mjs"
17
- },
18
14
  "./plugins/*": {
19
15
  "types": "./plugins/*.d.ts",
20
16
  "import": "./plugins/*.mjs"
21
17
  },
18
+ "./hooks/*": {
19
+ "types": [
20
+ "./hooks/*.d.ts",
21
+ "./hooks/*/index.d.ts"
22
+ ],
23
+ "import": [
24
+ "./hooks/*.mjs",
25
+ "./hooks/*/index.mjs"
26
+ ]
27
+ },
22
28
  "./utils": {
23
29
  "types": "./utils/index.d.ts",
24
30
  "import": "./utils/index.mjs"
@@ -75,5 +81,5 @@
75
81
  "> 1%",
76
82
  "not dead"
77
83
  ],
78
- "version": "1.75.0"
84
+ "version": "1.77.0"
79
85
  }
@@ -1,2 +1,2 @@
1
- import { a as e, i as t, r as n } from "../../chunks/user-BGPUbNGS.mjs";
1
+ import { a as e, i as t, r as n } from "../../chunks/user-DpkUzWVu.mjs";
2
2
  export { n as default, t as getFilterEmptyParamsObj, e as getParamsString };
@@ -1,4 +1,4 @@
1
- import e from "./_dialog.mjs";
1
+ import e from "./$dialog.mjs";
2
2
  import { reactive as t } from "vue";
3
3
  //#region ../../packages/dlzn-ui/plugins/autoImport/$confirm.ts
4
4
  var n = (n, r) => {
@@ -1,5 +1,5 @@
1
1
  import e from "../../hooks/useAppContext.mjs";
2
- import { t } from "../../chunks/Provider-DSTMx3l3.mjs";
2
+ import { t } from "../../chunks/Provider-DS0ccNiT.mjs";
3
3
  import { computed as n, h as r, ref as i } from "vue";
4
4
  import { useElementVisibility as a } from "@vueuse/core";
5
5
  import { Button as o, DialogPlugin as s } from "tdesign-vue-next";
@@ -1,5 +1,5 @@
1
1
  import e from "../../hooks/useAppContext.mjs";
2
- import { t } from "../../chunks/Provider-DSTMx3l3.mjs";
2
+ import { t } from "../../chunks/Provider-DS0ccNiT.mjs";
3
3
  import { computed as n, h as r } from "vue";
4
4
  import { DrawerPlugin as i } from "tdesign-vue-next";
5
5
  //#region ../../packages/dlzn-ui/plugins/autoImport/$drawer.ts
@@ -1,4 +1,4 @@
1
- import { n as e } from "../../chunks/user-BGPUbNGS.mjs";
1
+ import { n as e } from "../../chunks/user-DpkUzWVu.mjs";
2
2
  import { isFalsy as t } from "../../utils/boolean.mjs";
3
3
  import { useClipboard as n } from "@vueuse/core";
4
4
  //#region ../../packages/dlzn-ui/plugins/others/directive.ts
@@ -1,2 +1,2 @@
1
- import { g as e } from "../../chunks/user-BGPUbNGS.mjs";
1
+ import { g as e } from "../../chunks/user-DpkUzWVu.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { o as e } from "../../chunks/user-BGPUbNGS.mjs";
1
+ import { o as e } from "../../chunks/user-DpkUzWVu.mjs";
2
2
  export { e as default };
@@ -1,2 +1,2 @@
1
- import { c as e, s as t } from "../../chunks/user-BGPUbNGS.mjs";
1
+ import { c as e, s as t } from "../../chunks/user-DpkUzWVu.mjs";
2
2
  export { e as default, t as getRoutersMethod };
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "../../chunks/user-BGPUbNGS.mjs";
1
+ import { n as e, t } from "../../chunks/user-DpkUzWVu.mjs";
2
2
  export { e as default, t as getUserInfoMethod };
@@ -1 +0,0 @@
1
- .custom_context_menu[data-v-22fe4836]{--td-bg-color-container-hover:var(--td-bg-color-secondarycontainer-hover);border:.5px solid var(--td-component-border);border-radius:var(--td-radius-medium);min-width:100px;box-shadow:var(--td-shadow-2)}.custom_context_menu[data-v-22fe4836] .t-menu--scroll{padding:8px 0!important}.custom_context_menu[data-v-22fe4836] .t-menu__item{height:var(--td-comp-size-s);line-height:var(--td-comp-size-s);margin-top:0!important;padding:0 12px!important}.custom_context_menu[data-v-22fe4836] .t-submenu{margin-top:0!important}.custom_context_menu[data-v-22fe4836] .t-fake-arrow{transform:rotate(270deg)!important}.custom_context_menu[data-v-22fe4836] .t-fake-arrow path{d:path("M3.75 5.7998L7.99274 10.0425L12.2361 5.79921")!important}
@@ -1,2 +0,0 @@
1
- import { t as e } from "../chunks/Provider-DSTMx3l3.mjs";
2
- export { e as default };
@@ -1,2 +0,0 @@
1
- import { t as e } from "../../chunks/MenuNode-C10tFXwn.mjs";
2
- export { e as default };
File without changes
File without changes