@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.
- package/lib/captchaVerify/index.cjs +1 -0
- package/lib/captchaVerify/index.js +12 -0
- package/lib/index/index.cjs +1 -1
- package/lib/index/index.js +54 -52
- package/lib/index/index.js.br +0 -0
- package/lib/index/index.js.gz +0 -0
- package/lib/index.css +1 -1
- package/lib/index.css.br +0 -0
- package/lib/index.css.gz +0 -0
- package/lib/packages/ls-components/components/_hooks/useTableListHook/index.cjs +1 -1
- package/lib/packages/ls-components/components/_hooks/useTableListHook/index.js +94 -126
- package/lib/packages/ls-components/components/_hooks/useTableListHook/index.js.br +0 -0
- package/lib/packages/ls-components/components/_hooks/useTableListHook/index.js.gz +0 -0
- package/lib/packages/ls-components/components/captchaVerify/Index.vue/index.cjs +1 -0
- package/lib/packages/ls-components/components/captchaVerify/Index.vue/index.js +7 -0
- package/lib/packages/ls-components/components/captchaVerify/Index.vue/index2.cjs +1 -0
- package/lib/packages/ls-components/components/captchaVerify/Index.vue/index2.js +241 -0
- package/lib/packages/ls-components/components/captchaVerify/Index.vue/index2.js.br +0 -0
- package/lib/packages/ls-components/components/captchaVerify/Index.vue/index2.js.gz +0 -0
- package/lib/packages/ls-components/components/captchaVerify/types/index.cjs +1 -0
- package/lib/packages/ls-components/components/captchaVerify/types/index.js +37 -0
- package/lib/packages/ls-components/components/index/index.cjs +1 -1
- package/lib/packages/ls-components/components/index/index.js +43 -41
- package/lib/packages/ls-components/components/index/index.js.br +0 -0
- package/lib/packages/ls-components/components/index/index.js.gz +0 -0
- 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
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import { LSFormItem as
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
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
|
|
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:
|
|
36
|
+
LSDescriptions: d,
|
|
36
37
|
LSUpload: G,
|
|
37
|
-
LSForm:
|
|
38
|
-
LSFormItem:
|
|
38
|
+
LSForm: y,
|
|
39
|
+
LSFormItem: w,
|
|
39
40
|
LSTable: E,
|
|
40
|
-
LSMenu:
|
|
41
|
-
LSIcon:
|
|
42
|
-
LSConfirm:
|
|
41
|
+
LSMenu: T,
|
|
42
|
+
LSIcon: C,
|
|
43
|
+
LSConfirm: l,
|
|
43
44
|
LSChart: c,
|
|
44
45
|
LSBreadcrumb: S,
|
|
45
46
|
LSBellMessage: L,
|
|
46
|
-
LSLive:
|
|
47
|
-
LSTree:
|
|
47
|
+
LSLive: D,
|
|
48
|
+
LSTree: V,
|
|
48
49
|
LSPrint: j,
|
|
49
|
-
LSContainerBox:
|
|
50
|
+
LSContainerBox: u,
|
|
50
51
|
LSBackTop: f,
|
|
51
|
-
LSMap:
|
|
52
|
-
LSEditor:
|
|
53
|
-
LSDialog:
|
|
54
|
-
LSLayout:
|
|
55
|
-
LSList:
|
|
56
|
-
LSPreviewImage:
|
|
57
|
-
LSPreviewDocx:
|
|
58
|
-
LSPreviewPdf:
|
|
59
|
-
LSPreviewXlsx:
|
|
60
|
-
LSDownloadFile:
|
|
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:
|
|
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
|
|
75
|
+
const uo = {
|
|
74
76
|
...t,
|
|
75
77
|
install: U
|
|
76
78
|
};
|
|
77
79
|
export {
|
|
78
|
-
|
|
80
|
+
uo as default
|
|
79
81
|
};
|
|
Binary file
|
|
Binary file
|