@lemon30_npm/csit-vue3 0.0.16 → 0.0.17
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 +99 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon30_npm/csit-vue3",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "cuiwq",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,12 +22,104 @@
|
|
|
22
22
|
"./dist/index.css": {
|
|
23
23
|
"default": "./dist/index.css"
|
|
24
24
|
},
|
|
25
|
-
"./
|
|
25
|
+
"./ci-blue-line-title": {
|
|
26
26
|
"import": "./dist/lib/ci-blue-line-title/index.js",
|
|
27
27
|
"types": "./dist/types/src/components/components-project/ci-blue-line-title/index.d.ts"
|
|
28
28
|
},
|
|
29
|
-
"./
|
|
29
|
+
"./ci-blue-line-title/style/index.css": {
|
|
30
30
|
"default": "./dist/lib/ci-blue-line-title/index.css"
|
|
31
|
+
},
|
|
32
|
+
"./ci-common-list-layout": {
|
|
33
|
+
"import": "./dist/lib/ci-common-list/ci-common-list-layout/index.js",
|
|
34
|
+
"types": "./dist/types/src/components/components-project/ci-common-list/ci-common-list-layout/index.d.ts"
|
|
35
|
+
},
|
|
36
|
+
"./ci-common-list-layout/style/index.css": {
|
|
37
|
+
"default": "./dist/lib/ci-common-list/ci-common-list-layout/index.css"
|
|
38
|
+
},
|
|
39
|
+
"./ci-common-list-pagination": {
|
|
40
|
+
"import": "./dist/lib/ci-common-list/ci-common-list-pagination/index.js",
|
|
41
|
+
"types": "./dist/types/src/components/components-project/ci-common-list/ci-common-list-pagination/index.d.ts"
|
|
42
|
+
},
|
|
43
|
+
"./ci-common-list-query": {
|
|
44
|
+
"import": "./dist/lib/ci-common-list/ci-common-list-query/index.js",
|
|
45
|
+
"types": "./dist/types/src/components/components-project/ci-common-list/ci-common-list-query/index.d.ts"
|
|
46
|
+
},
|
|
47
|
+
"./ci-common-list-query/style/index.css": {
|
|
48
|
+
"default": "./dist/lib/ci-common-list/ci-common-list-query/index.css"
|
|
49
|
+
},
|
|
50
|
+
"./ci-common-list-start-end-datepicker": {
|
|
51
|
+
"import": "./dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.js",
|
|
52
|
+
"types": "./dist/types/src/components/components-project/ci-common-list/ci-common-list-start-end-datepicker/index.d.ts"
|
|
53
|
+
},
|
|
54
|
+
"./ci-common-list-start-end-datepicker/style/index.css": {
|
|
55
|
+
"default": "./dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.css"
|
|
56
|
+
},
|
|
57
|
+
"./ci-dictionary-select": {
|
|
58
|
+
"import": "./dist/lib/ci-dictionary-select/index.js",
|
|
59
|
+
"types": "./dist/types/src/components/components-project/ci-dictionary-select/index.d.ts"
|
|
60
|
+
},
|
|
61
|
+
"./ci-dictionary-select/style/index.css": {
|
|
62
|
+
"default": "./dist/lib/ci-dictionary-select/index.css"
|
|
63
|
+
},
|
|
64
|
+
"./ci-echart-ChinaMap": {
|
|
65
|
+
"import": "./dist/lib/ci-echarts/ci-echart-ChinaMap/index.js",
|
|
66
|
+
"types": "./dist/types/src/components/components-project/ci-echarts/ci-echart-ChinaMap/index.d.ts"
|
|
67
|
+
},
|
|
68
|
+
"./ci-echart-ChinaMap/style/index.css": {
|
|
69
|
+
"default": "./dist/lib/ci-echarts/ci-echart-ChinaMap/index.css"
|
|
70
|
+
},
|
|
71
|
+
"./ci-echart-bar": {
|
|
72
|
+
"import": "./dist/lib/ci-echarts/ci-echart-bar/index.js",
|
|
73
|
+
"types": "./dist/types/src/components/components-project/ci-echarts/ci-echart-bar/index.d.ts"
|
|
74
|
+
},
|
|
75
|
+
"./ci-echart-bar/style/index.css": {
|
|
76
|
+
"default": "./dist/lib/ci-echarts/ci-echart-bar/index.css"
|
|
77
|
+
},
|
|
78
|
+
"./ci-echart-pie": {
|
|
79
|
+
"import": "./dist/lib/ci-echarts/ci-echart-pie/index.js",
|
|
80
|
+
"types": "./dist/types/src/components/components-project/ci-echarts/ci-echart-pie/index.d.ts"
|
|
81
|
+
},
|
|
82
|
+
"./ci-echart-pie/style/index.css": {
|
|
83
|
+
"default": "./dist/lib/ci-echarts/ci-echart-pie/index.css"
|
|
84
|
+
},
|
|
85
|
+
"./ci-el-date-picker-daterange": {
|
|
86
|
+
"import": "./dist/lib/ci-element-plus/ci-el-date-picker-daterange/index.js",
|
|
87
|
+
"types": "./dist/types/src/components/components-project/ci-element-plus/ci-el-date-picker-daterange/index.d.ts"
|
|
88
|
+
},
|
|
89
|
+
"./ci-el-date-picker-daterange/style/index.css": {
|
|
90
|
+
"default": "./dist/lib/ci-element-plus/ci-el-date-picker-daterange/index.css"
|
|
91
|
+
},
|
|
92
|
+
"./ci-no-data-status": {
|
|
93
|
+
"import": "./dist/lib/ci-no-data-status/index.js",
|
|
94
|
+
"types": "./dist/types/src/components/components-project/ci-no-data-status/index.d.ts"
|
|
95
|
+
},
|
|
96
|
+
"./ci-no-data-status/style/index.css": {
|
|
97
|
+
"default": "./dist/lib/ci-no-data-status/index.css"
|
|
98
|
+
},
|
|
99
|
+
"./ci-page-header": {
|
|
100
|
+
"import": "./dist/lib/ci-page-header/index.js",
|
|
101
|
+
"types": "./dist/types/src/components/components-project/ci-page-header/index.d.ts"
|
|
102
|
+
},
|
|
103
|
+
"./ci-page-header/style/index.css": {
|
|
104
|
+
"default": "./dist/lib/ci-page-header/index.css"
|
|
105
|
+
},
|
|
106
|
+
"./ci-svg-icon": {
|
|
107
|
+
"import": "./dist/lib/ci-svg-icon/index.js",
|
|
108
|
+
"types": "./dist/types/src/components/components-project/ci-svg-icon/index.d.ts"
|
|
109
|
+
},
|
|
110
|
+
"./ci-time-line-list": {
|
|
111
|
+
"import": "./dist/lib/ci-time-line-list/index.js",
|
|
112
|
+
"types": "./dist/types/src/components/components-project/ci-time-line-list/index.d.ts"
|
|
113
|
+
},
|
|
114
|
+
"./ci-time-line-list/style/index.css": {
|
|
115
|
+
"default": "./dist/lib/ci-time-line-list/index.css"
|
|
116
|
+
},
|
|
117
|
+
"./ci-upload": {
|
|
118
|
+
"import": "./dist/lib/ci-upload/index.js",
|
|
119
|
+
"types": "./dist/types/src/components/components-project/ci-upload/index.d.ts"
|
|
120
|
+
},
|
|
121
|
+
"./ci-upload/style/index.css": {
|
|
122
|
+
"default": "./dist/lib/ci-upload/index.css"
|
|
31
123
|
}
|
|
32
124
|
},
|
|
33
125
|
"scripts": {
|
|
@@ -37,7 +129,7 @@
|
|
|
37
129
|
"type-check": "vue-tsc --build --force",
|
|
38
130
|
"lint": "eslint . --fix",
|
|
39
131
|
"format": "prettier --write src/",
|
|
40
|
-
"build": "npm run build:full && npm run build:lib",
|
|
132
|
+
"build": "npm run build:full && npm run build:lib && npm run gen:exports",
|
|
41
133
|
"build:lib": "vite build --config vite.lib.config.ts",
|
|
42
134
|
"build:full": "vite build --config vite.full.config.ts",
|
|
43
135
|
"build-origin": "run-p type-check \"build-only {@}\" --",
|
|
@@ -49,7 +141,8 @@
|
|
|
49
141
|
"docs:dev": "vitepress dev docs",
|
|
50
142
|
"docs:build": "vitepress build docs",
|
|
51
143
|
"docs:preview": "vitepress preview docs",
|
|
52
|
-
"prepublishOnly": "npm run build"
|
|
144
|
+
"prepublishOnly": "npm run build",
|
|
145
|
+
"gen:exports": "node scripts/gen-exports.js"
|
|
53
146
|
},
|
|
54
147
|
"peerDependencies": {
|
|
55
148
|
"@element-plus/icons-vue": "^2.3.1",
|
|
@@ -100,4 +193,4 @@
|
|
|
100
193
|
"vue": "^3.5.12",
|
|
101
194
|
"vue-router": "^4.4.5"
|
|
102
195
|
}
|
|
103
|
-
}
|
|
196
|
+
}
|