@lingshugroup/web-plus 2.5.2 → 2.6.1

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 (26) hide show
  1. package/lib/captchaVerify/index.cjs +1 -0
  2. package/lib/captchaVerify/index.js +12 -0
  3. package/lib/index/index.cjs +1 -1
  4. package/lib/index/index.js +54 -52
  5. package/lib/index/index.js.br +0 -0
  6. package/lib/index/index.js.gz +0 -0
  7. package/lib/index.css +1 -1
  8. package/lib/index.css.br +0 -0
  9. package/lib/index.css.gz +0 -0
  10. package/lib/packages/ls-components/components/_hooks/useTableListHook/index.cjs +1 -1
  11. package/lib/packages/ls-components/components/_hooks/useTableListHook/index.js +94 -126
  12. package/lib/packages/ls-components/components/_hooks/useTableListHook/index.js.br +0 -0
  13. package/lib/packages/ls-components/components/_hooks/useTableListHook/index.js.gz +0 -0
  14. package/lib/packages/ls-components/components/captchaVerify/Index.vue/index.cjs +1 -0
  15. package/lib/packages/ls-components/components/captchaVerify/Index.vue/index.js +7 -0
  16. package/lib/packages/ls-components/components/captchaVerify/Index.vue/index2.cjs +1 -0
  17. package/lib/packages/ls-components/components/captchaVerify/Index.vue/index2.js +241 -0
  18. package/lib/packages/ls-components/components/captchaVerify/Index.vue/index2.js.br +0 -0
  19. package/lib/packages/ls-components/components/captchaVerify/Index.vue/index2.js.gz +0 -0
  20. package/lib/packages/ls-components/components/captchaVerify/types/index.cjs +1 -0
  21. package/lib/packages/ls-components/components/captchaVerify/types/index.js +37 -0
  22. package/lib/packages/ls-components/components/index/index.cjs +1 -1
  23. package/lib/packages/ls-components/components/index/index.js +43 -41
  24. package/lib/packages/ls-components/components/index/index.js.br +0 -0
  25. package/lib/packages/ls-components/components/index/index.js.gz +0 -0
  26. package/package.json +1 -1
@@ -5,61 +5,63 @@ import f from "../../../../backTop/index.js";
5
5
  import L from "../../../../bellMessage/index.js";
6
6
  import S from "../../../../breadcrumb/index.js";
7
7
  import { LSButton as n, LSButtonGroup as s } from "../../../../button/index.js";
8
+ import a from "../../../../captchaVerify/index.js";
8
9
  import c from "../../../../chart/index.js";
9
- import a from "../../../../confirm/index.js";
10
- import l from "../../../../containerBox/index.js";
11
- import u from "../../../../cropper/index.js";
12
- import P from "../../../../descriptions/index.js";
13
- import d from "../../../../dialog/index.js";
14
- import B from "../../../../downloadFile/index.js";
15
- import b from "../../../../editor/index.js";
16
- import { LSFormItem as v, LSForm as w } from "../../../../form/index.js";
17
- import k from "../../../../icon/index.js";
18
- import x from "../../../../layout/index.js";
19
- import y from "../../../../list/index.js";
20
- import C from "../../../../live/index.js";
21
- import D from "../../../../map/index.js";
22
- import I from "../../../../menu/index.js";
23
- import T from "../../../../preview_docx/index.js";
24
- import g from "../../../../preview_image/index.js";
25
- import F from "../../../../preview_pdf/index.js";
26
- import M from "../../../../preview_xlsx/index.js";
10
+ import l from "../../../../confirm/index.js";
11
+ import u from "../../../../containerBox/index.js";
12
+ import P from "../../../../cropper/index.js";
13
+ import d from "../../../../descriptions/index.js";
14
+ import B from "../../../../dialog/index.js";
15
+ import b from "../../../../downloadFile/index.js";
16
+ import v from "../../../../editor/index.js";
17
+ import { LSFormItem as w, LSForm as y } from "../../../../form/index.js";
18
+ import C from "../../../../icon/index.js";
19
+ import k from "../../../../layout/index.js";
20
+ import x from "../../../../list/index.js";
21
+ import D from "../../../../live/index.js";
22
+ import I from "../../../../map/index.js";
23
+ import T from "../../../../menu/index.js";
24
+ import g from "../../../../preview_docx/index.js";
25
+ import F from "../../../../preview_image/index.js";
26
+ import M from "../../../../preview_pdf/index.js";
27
+ import h from "../../../../preview_xlsx/index.js";
27
28
  import j from "../../../../print/index.js";
28
29
  import E from "../../../../table/index.js";
29
30
  import O from "../../../../tooltip/index.js";
30
- import h from "../../../../tree/index.js";
31
+ import V from "../../../../tree/index.js";
31
32
  import G from "../../../../upload/index.js";
32
33
  const t = {
33
34
  LSButtonGroup: s,
34
35
  LSButton: n,
35
- LSDescriptions: P,
36
+ LSDescriptions: d,
36
37
  LSUpload: G,
37
- LSForm: w,
38
- LSFormItem: v,
38
+ LSForm: y,
39
+ LSFormItem: w,
39
40
  LSTable: E,
40
- LSMenu: I,
41
- LSIcon: k,
42
- LSConfirm: a,
41
+ LSMenu: T,
42
+ LSIcon: C,
43
+ LSConfirm: l,
43
44
  LSChart: c,
44
45
  LSBreadcrumb: S,
45
46
  LSBellMessage: L,
46
- LSLive: C,
47
- LSTree: h,
47
+ LSLive: D,
48
+ LSTree: V,
48
49
  LSPrint: j,
49
- LSContainerBox: l,
50
+ LSContainerBox: u,
50
51
  LSBackTop: f,
51
- LSMap: D,
52
- LSEditor: b,
53
- LSDialog: d,
54
- LSLayout: x,
55
- LSList: y,
56
- LSPreviewImage: g,
57
- LSPreviewDocx: T,
58
- LSPreviewPdf: F,
59
- LSPreviewXlsx: M,
60
- LSDownloadFile: B,
52
+ LSMap: I,
53
+ LSEditor: v,
54
+ LSDialog: B,
55
+ LSLayout: k,
56
+ LSList: x,
57
+ LSPreviewImage: F,
58
+ LSPreviewDocx: g,
59
+ LSPreviewPdf: M,
60
+ LSPreviewXlsx: h,
61
+ LSDownloadFile: b,
61
62
  LSTooltip: O,
62
- LSCropper: u
63
+ LSCropper: P,
64
+ LSCaptchaVerify: a
63
65
  };
64
66
  function U(m) {
65
67
  for (const [r, o] of Object.entries(p))
@@ -70,10 +72,10 @@ function U(m) {
70
72
  }
71
73
  }
72
74
  i(U, "install");
73
- const ao = {
75
+ const uo = {
74
76
  ...t,
75
77
  install: U
76
78
  };
77
79
  export {
78
- ao as default
80
+ uo as default
79
81
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lingshugroup/web-plus",
3
3
  "type": "module",
4
- "version": "2.5.2",
4
+ "version": "2.6.1",
5
5
  "description": "零数科技前端UI组件库(Vue3)",
6
6
  "homepage": "",
7
7
  "repository": {