@lingshugroup/web-plus 0.0.8-beta → 0.0.9-beta
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/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lingshugroup/web-plus",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9-beta",
|
|
4
4
|
"description": "零数科技前端UI组件库(Vue3)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index/index.cjs",
|
|
@@ -10,67 +10,67 @@
|
|
|
10
10
|
"import": "./lib/index/index.js",
|
|
11
11
|
"require": "./lib/index/index.cjs"
|
|
12
12
|
},
|
|
13
|
-
"./directives": {
|
|
13
|
+
"./directives": {
|
|
14
14
|
"import": "./lib/directives/index.js",
|
|
15
15
|
"require": "./lib/directives/index.cjs"
|
|
16
16
|
},
|
|
17
|
-
"./hooks": {
|
|
17
|
+
"./hooks": {
|
|
18
18
|
"import": "./lib/hooks/index.js",
|
|
19
19
|
"require": "./lib/hooks/index.cjs"
|
|
20
20
|
},
|
|
21
|
-
"./utils": {
|
|
21
|
+
"./utils": {
|
|
22
22
|
"import": "./lib/utils/index.js",
|
|
23
23
|
"require": "./lib/utils/index.cjs"
|
|
24
24
|
},
|
|
25
|
-
"./backTop": {
|
|
25
|
+
"./backTop": {
|
|
26
26
|
"import": "./lib/backTop/index.js",
|
|
27
27
|
"require": "./lib/backTop/index.cjs"
|
|
28
28
|
},
|
|
29
|
-
"./bellMessage": {
|
|
29
|
+
"./bellMessage": {
|
|
30
30
|
"import": "./lib/bellMessage/index.js",
|
|
31
31
|
"require": "./lib/bellMessage/index.cjs"
|
|
32
32
|
},
|
|
33
|
-
"./breadcrumb": {
|
|
33
|
+
"./breadcrumb": {
|
|
34
34
|
"import": "./lib/breadcrumb/index.js",
|
|
35
35
|
"require": "./lib/breadcrumb/index.cjs"
|
|
36
36
|
},
|
|
37
|
-
"./button": {
|
|
37
|
+
"./button": {
|
|
38
38
|
"import": "./lib/button/index.js",
|
|
39
39
|
"require": "./lib/button/index.cjs"
|
|
40
40
|
},
|
|
41
|
-
"./chart": {
|
|
41
|
+
"./chart": {
|
|
42
42
|
"import": "./lib/chart/index.js",
|
|
43
43
|
"require": "./lib/chart/index.cjs"
|
|
44
44
|
},
|
|
45
|
-
"./confirm": {
|
|
45
|
+
"./confirm": {
|
|
46
46
|
"import": "./lib/confirm/index.js",
|
|
47
47
|
"require": "./lib/confirm/index.cjs"
|
|
48
48
|
},
|
|
49
|
-
"./containerBox": {
|
|
49
|
+
"./containerBox": {
|
|
50
50
|
"import": "./lib/containerBox/index.js",
|
|
51
51
|
"require": "./lib/containerBox/index.cjs"
|
|
52
52
|
},
|
|
53
|
-
"./descriptions": {
|
|
53
|
+
"./descriptions": {
|
|
54
54
|
"import": "./lib/descriptions/index.js",
|
|
55
55
|
"require": "./lib/descriptions/index.cjs"
|
|
56
56
|
},
|
|
57
|
-
"./dialog": {
|
|
57
|
+
"./dialog": {
|
|
58
58
|
"import": "./lib/dialog/index.js",
|
|
59
59
|
"require": "./lib/dialog/index.cjs"
|
|
60
60
|
},
|
|
61
|
-
"./editor": {
|
|
61
|
+
"./editor": {
|
|
62
62
|
"import": "./lib/editor/index.js",
|
|
63
63
|
"require": "./lib/editor/index.cjs"
|
|
64
64
|
},
|
|
65
|
-
"./flowBox": {
|
|
65
|
+
"./flowBox": {
|
|
66
66
|
"import": "./lib/flowBox/index.js",
|
|
67
67
|
"require": "./lib/flowBox/index.cjs"
|
|
68
68
|
},
|
|
69
|
-
"./form": {
|
|
69
|
+
"./form": {
|
|
70
70
|
"import": "./lib/form/index.js",
|
|
71
71
|
"require": "./lib/form/index.cjs"
|
|
72
72
|
},
|
|
73
|
-
"./icon": {
|
|
73
|
+
"./icon": {
|
|
74
74
|
"import": "./lib/icon/index.js",
|
|
75
75
|
"require": "./lib/icon/index.cjs"
|
|
76
76
|
},
|
|
@@ -78,47 +78,47 @@
|
|
|
78
78
|
"import": "./lib/jsonEditor/index.js",
|
|
79
79
|
"require": "./lib/jsonEditor/index.cjs"
|
|
80
80
|
},
|
|
81
|
-
"./layout": {
|
|
81
|
+
"./layout": {
|
|
82
82
|
"import": "./lib/layout/index.js",
|
|
83
83
|
"require": "./lib/layout/index.cjs"
|
|
84
84
|
},
|
|
85
|
-
"./list": {
|
|
85
|
+
"./list": {
|
|
86
86
|
"import": "./lib/list/index.js",
|
|
87
87
|
"require": "./lib/list/index.cjs"
|
|
88
88
|
},
|
|
89
|
-
"./live": {
|
|
89
|
+
"./live": {
|
|
90
90
|
"import": "./lib/live/index.js",
|
|
91
91
|
"require": "./lib/live/index.cjs"
|
|
92
92
|
},
|
|
93
|
-
"./map": {
|
|
93
|
+
"./map": {
|
|
94
94
|
"import": "./lib/map/index.js",
|
|
95
95
|
"require": "./lib/map/index.cjs"
|
|
96
96
|
},
|
|
97
|
-
"./menu": {
|
|
97
|
+
"./menu": {
|
|
98
98
|
"import": "./lib/menu/index.js",
|
|
99
99
|
"require": "./lib/menu/index.cjs"
|
|
100
100
|
},
|
|
101
|
-
"./preview": {
|
|
101
|
+
"./preview": {
|
|
102
102
|
"import": "./lib/preview/index.js",
|
|
103
103
|
"require": "./lib/preview/index.cjs"
|
|
104
104
|
},
|
|
105
|
-
"./print": {
|
|
105
|
+
"./print": {
|
|
106
106
|
"import": "./lib/print/index.js",
|
|
107
107
|
"require": "./lib/print/index.cjs"
|
|
108
108
|
},
|
|
109
|
-
"./table": {
|
|
109
|
+
"./table": {
|
|
110
110
|
"import": "./lib/table/index.js",
|
|
111
111
|
"require": "./lib/table/index.cjs"
|
|
112
112
|
},
|
|
113
|
-
"./upload": {
|
|
113
|
+
"./upload": {
|
|
114
114
|
"import": "./lib/upload/index.js",
|
|
115
115
|
"require": "./lib/upload/index.cjs"
|
|
116
116
|
},
|
|
117
|
-
"./tree": {
|
|
117
|
+
"./tree": {
|
|
118
118
|
"import": "./lib/tree/index.js",
|
|
119
119
|
"require": "./lib/tree/index.cjs"
|
|
120
120
|
},
|
|
121
|
-
"./
|
|
121
|
+
"./index.css": "./lib/index.css"
|
|
122
122
|
},
|
|
123
123
|
"scripts": {
|
|
124
124
|
"dev": "vite",
|